.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Gilroy-Medium';
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Gilroy-Medium';
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Gilroy-Regular - Copy';
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.455rem + (2.3 - 1.455) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Gilroy-Regular - Copy';
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Gilroy-Regular - Copy';
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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='%23ffffff' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tNgNAYifOF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tNgNAYifOF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tNgNAYifOF .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-tNgNAYifOF .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tNgNAYifOF .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tNgNAYifOF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNgNAYifOF .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tNgNAYifOF .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tNgNAYifOF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNgNAYifOF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNgNAYifOF .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tNgNAYifOF .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tNgNAYifOF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tNgNAYifOF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNgNAYifOF .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tNgNAYifOF .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tNgNAYifOF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNgNAYifOF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tNgNAYifOF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tNgNAYifOF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tNgNAYifOF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tNgNAYifOF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNgNAYifOF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNgNAYifOF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNgNAYifOF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNgNAYifOF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNgNAYifOF .dropdown-item.active,
.cid-tNgNAYifOF .dropdown-item:active {
  background-color: transparent;
}
.cid-tNgNAYifOF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNgNAYifOF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNgNAYifOF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNgNAYifOF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNgNAYifOF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tNgNAYifOF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNgNAYifOF ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tNgNAYifOF .navbar-buttons {
  text-align: center;
}
.cid-tNgNAYifOF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #37b7e8;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNgNAYifOF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tNgNAYifOF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tNgNAYifOF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tNgNAYifOF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tNgNAYifOF .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tNgNAYifOF .nav-link:hover,
.cid-tNgNAYifOF .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u7fFG6dCtP {
  overflow: hidden;
  background-image: url("../../../assets/images/bonabonesyringe.webp");
}
.cid-u7fFG6dCtP .position {
  z-index: 10;
}
.cid-u7fFG6dCtP .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-u7fFG6dCtP .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7fFG6dCtP .mbr-text {
  margin-top: 30px;
}
.cid-u7fFG6dCtP .mbr-section-btn {
  margin-top: 30px;
}
.cid-u7fFG6dCtP .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-u7fFG6dCtP .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-u7fFG6dCtP .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-u7fFG6dCtP .info__block-item {
    margin-right: 10px;
  }
}
.cid-u7fFG6dCtP .title__item,
.cid-u7fFG6dCtP .text__item {
  margin-bottom: 0;
}
.cid-u7fFG6dCtP .text__item {
  line-height: 1.35;
  text-align: left;
  color: #ffffff;
}
.cid-u7fFG6dCtP .animated-element {
  color: #37b7e8;
}
.cid-u7fFG6dCtP .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #37b7e8;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-u7fFG6dCtP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7fFG6dCtP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7fFG6dCtP .mbr-section-title,
.cid-u7fFG6dCtP .typed-text {
  color: #ffffff;
}
.cid-u7fFG6dCtP .title__item {
  color: #0c2c68;
}
.cid-u7gb3voPmE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #37b7e8;
}
.cid-u7gb3voPmE .content__block {
  padding: 50px 15px;
}
.cid-u7gb3voPmE .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-u7gb3voPmE .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u7gb3voPmE .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-u7gb3voPmE .image {
  perspective: 3500px;
  position: relative;
}
.cid-u7gb3voPmE .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(55, 183, 232, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-u7gb3voPmE .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7gb3voPmE .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-u7gb3voPmE .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-u7gb3voPmE .content__block {
    padding: 30px 15px;
  }
  .cid-u7gb3voPmE .mbr-figure {
    padding: 0;
  }
  .cid-u7gb3voPmE .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(55, 183, 232, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-u7gb3voPmE .lg-push {
    right: 17%;
  }
  .cid-u7gb3voPmE .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-u7gb3voPmE .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-u7gb3voPmE .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-u7fIgsne5A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-u7fIgsne5A .content__block {
  padding: 50px 15px;
}
.cid-u7fIgsne5A .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-u7fIgsne5A .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u7fIgsne5A .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-u7fIgsne5A .image {
  perspective: 3500px;
  position: relative;
}
.cid-u7fIgsne5A .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(12, 44, 104, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(12, 44, 104, 0.99));
}
.cid-u7fIgsne5A .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7fIgsne5A .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-u7fIgsne5A .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-u7fIgsne5A .content__block {
    padding: 30px 15px;
  }
  .cid-u7fIgsne5A .mbr-figure {
    padding: 0;
  }
  .cid-u7fIgsne5A .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(12, 44, 104, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-u7fIgsne5A .lg-push {
    right: 17%;
  }
  .cid-u7fIgsne5A .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-u7fIgsne5A .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-u7fIgsne5A .lg-push {
    left: 17%;
  }
  .cid-u7fIgsne5A .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-u7fIgsne5A .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-u7fIkT6mp6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #37b7e8;
}
.cid-u7fIkT6mp6 .content__block {
  padding: 50px 15px;
}
.cid-u7fIkT6mp6 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-u7fIkT6mp6 .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u7fIkT6mp6 .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-u7fIkT6mp6 .image {
  perspective: 3500px;
  position: relative;
}
.cid-u7fIkT6mp6 .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(55, 183, 232, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-u7fIkT6mp6 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7fIkT6mp6 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-u7fIkT6mp6 .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-u7fIkT6mp6 .content__block {
    padding: 30px 15px;
  }
  .cid-u7fIkT6mp6 .mbr-figure {
    padding: 0;
  }
  .cid-u7fIkT6mp6 .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(55, 183, 232, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-u7fIkT6mp6 .lg-push {
    right: 17%;
  }
  .cid-u7fIkT6mp6 .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-u7fIkT6mp6 .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-u7fIkT6mp6 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-u7fIltNv0U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-u7fIltNv0U .content__block {
  padding: 50px 15px;
}
.cid-u7fIltNv0U .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-u7fIltNv0U .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u7fIltNv0U .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-u7fIltNv0U .image {
  perspective: 3500px;
  position: relative;
}
.cid-u7fIltNv0U .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(12, 44, 104, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(12, 44, 104, 0.99));
}
.cid-u7fIltNv0U .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7fIltNv0U .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-u7fIltNv0U .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-u7fIltNv0U .content__block {
    padding: 30px 15px;
  }
  .cid-u7fIltNv0U .mbr-figure {
    padding: 0;
  }
  .cid-u7fIltNv0U .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(12, 44, 104, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-u7fIltNv0U .lg-push {
    right: 17%;
  }
  .cid-u7fIltNv0U .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-u7fIltNv0U .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-u7fIltNv0U .lg-push {
    left: 17%;
  }
  .cid-u7fIltNv0U .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-u7fIltNv0U .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-u7fIlMPWBK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #37b7e8;
}
.cid-u7fIlMPWBK .content__block {
  padding: 50px 15px;
}
.cid-u7fIlMPWBK .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-u7fIlMPWBK .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u7fIlMPWBK .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-u7fIlMPWBK .image {
  perspective: 3500px;
  position: relative;
}
.cid-u7fIlMPWBK .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(55, 183, 232, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-u7fIlMPWBK .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7fIlMPWBK .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-u7fIlMPWBK .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-u7fIlMPWBK .content__block {
    padding: 30px 15px;
  }
  .cid-u7fIlMPWBK .mbr-figure {
    padding: 0;
  }
  .cid-u7fIlMPWBK .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(55, 183, 232, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-u7fIlMPWBK .lg-push {
    right: 17%;
  }
  .cid-u7fIlMPWBK .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-u7fIlMPWBK .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-u7fIlMPWBK .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-u7efucNExf {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7efucNExf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7efucNExf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7efucNExf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u7efucNExf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u7efucNExf .container {
    padding: 0;
  }
}
.cid-u7efucNExf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7efucNExf .row {
    margin: 0;
  }
}
.cid-u7efucNExf .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u7efucNExf .card {
    padding: 0 16px;
  }
}
.cid-u7efucNExf .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u7efucNExf .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-u7efucNExf .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #263652;
  bottom: 0;
  left: 0;
}
.cid-u7efucNExf .card .row.cards .text {
  padding: 0 25px 0 0;
  padding-right: 0;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .cid-u7efucNExf .card .row.cards .text {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u7efucNExf .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-u7efucNExf .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u7efucNExf .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7efucNExf .card .row.cards .video {
  padding: 0 0 0 25px;
  padding-left: 0;
  padding-right: 25px;
}
@media (max-width: 992px) {
  .cid-u7efucNExf .card .row.cards .video {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u7efucNExf .card .row.cards .video {
    padding: 0;
  }
}
.cid-u7efucNExf .card .row.cards .video .video-block .video-wrapper .app-video-wrapper img {
  height: 310px;
  object-fit: cover;
}
.cid-u7efucNExf .card .row.cards .video .video-block .video-wrapper .app-video-wrapper::before {
  color: #37b7e8;
  text-shadow: none;
}
.cid-u7efucNExf .mbr-section-title {
  color: #263652;
}
.cid-u7efucNExf .mbr-text {
  color: #263652;
}
.cid-uRc1SBZoeB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRc1SBZoeB .title__wrap {
  margin-bottom: 30px;
}
.cid-uRc1SBZoeB .title__block {
  margin-bottom: 10px;
}
.cid-uRc1SBZoeB .mbr-section-title,
.cid-uRc1SBZoeB .text__time,
.cid-uRc1SBZoeB .mbr-text,
.cid-uRc1SBZoeB .text__author,
.cid-uRc1SBZoeB .text__hall {
  margin-bottom: 0;
}
.cid-uRc1SBZoeB .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uRc1SBZoeB .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-uRc1SBZoeB .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uRc1SBZoeB .mbr-section-btn .btn-secondary-outline:hover {
  color: #ffffff !important;
}
.cid-uRc1SBZoeB .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-uRc1SBZoeB .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-uRc1SBZoeB .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-uRc1SBZoeB .nav-tabs .nav-item.open .nav-link:focus,
.cid-uRc1SBZoeB .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uRc1SBZoeB .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-uRc1SBZoeB .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-uRc1SBZoeB .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #17161a;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-uRc1SBZoeB .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-uRc1SBZoeB .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #2dc0e2;
}
.cid-uRc1SBZoeB .nav-tabs .nav-link.active:hover {
  background-color: #2dc0e2;
}
@media (max-width: 991px) {
  .cid-uRc1SBZoeB .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-uRc1SBZoeB .buttons {
    justify-content: flex-start;
  }
}
.cid-uRc1SBZoeB .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uRc1SBZoeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRc1SBZoeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNCIFgLfGt {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/r-c-2000x1000.jpg");
}
.cid-tNCIFgLfGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNCIFgLfGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNCIFgLfGt .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tNCIFgLfGt .row {
    flex-wrap: wrap;
  }
}
.cid-tNCIFgLfGt .text-container {
  width: 57% !important;
}
@media (max-width: 767px) {
  .cid-tNCIFgLfGt .text-container {
    width: 100% !important;
  }
}
.cid-tNCIFgLfGt .mbr-section-title {
  color: #37b7e8;
}
.cid-tNCIFgLfGt .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #3fdcf5;
}
.cid-tNCIFgLfGt .mbr-text {
  width: 68%;
  margin-top: 1.2em;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tNCIFgLfGt .mbr-text {
    width: 83%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tNCIFgLfGt .mbr-text {
    width: 100%;
  }
}
.cid-tNCIFgLfGt .card-col {
  display: flex;
  width: 43% !important;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-tNCIFgLfGt .card-col {
    width: 100% !important;
    justify-content: center;
  }
}
.cid-tNCIFgLfGt .card-wrapper {
  display: flex;
  margin-left: 8em;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tNCIFgLfGt .card-wrapper {
    margin-left: 1em;
  }
}
@media (max-width: 767px) {
  .cid-tNCIFgLfGt .card-wrapper {
    margin-top: 4em;
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tNCIFgLfGt .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 18em;
  max-height: 18em;
  width: 18em;
  height: 18em;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
}
.cid-tNCIFgLfGt .card-box .bg-hover {
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3fdcf5;
  transform: scale(0);
  transition: .5s all;
}
.cid-tNCIFgLfGt .card-box .mbr-iconfont {
  position: relative;
  z-index: 100;
  display: block;
  font-size: 6.5rem;
  color: #EE2524;
  transition: .5s all;
  cursor: pointer;
}
.cid-tNCIFgLfGt .card-box:hover .bg-hover {
  transform: scale(1);
}
.cid-tNCIFgLfGt .card-box:hover .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-tNCIFgLfGt .item-img {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  transition: .5s all;
  top: 1.5em;
  left: 1.5em;
  max-width: 15em;
  max-height: 15em;
  width: 100%;
  height: 100%;
  animation: img-move 5s infinite linear both;
  cursor: pointer;
}
.cid-tNCIFgLfGt .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes img-move {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cid-tNCIFgLfGt .mbr-text,
.cid-tNCIFgLfGt .mbr-section-btn {
  color: #ffffff;
}
.cid-u7fhMIiApu {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7fhMIiApu .google-map {
  height: 25rem;
  position: relative;
}
.cid-u7fhMIiApu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u7fhMIiApu .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-u7fhMIiApu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u7fhMIiApu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u7fhMIiApu .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-u7fhMIiApu .wrapper .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
}
.cid-u7fhMIiApu .wrapper .row .btn {
  border-radius: 30px;
  padding: 0.8rem 3rem !important;
}
.cid-u7fhMIiApu .wrapper .row .title {
  color: #ffffff;
}
.cid-u7fhMIiApu .wrapper .form-container {
  padding: 3rem;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-u7fhMIiApu .content-panel {
  padding: 3rem;
  background: linear-gradient(45deg, #37b7e8, #133996);
  height: 100%;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cid-u7fhMIiApu .mbr-text {
  color: #efefef;
}
.cid-u7fhMIiApu .form-control {
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-u7fhMIiApu textarea.form-control {
  min-height: 170px;
}
.cid-u7fhMIiApu .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cid-u7fhMIiApu .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-u7fhMIiApu .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
  border-style: dotted;
}
.cid-u7fhMIiApu .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-u7fhMIiApu .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u7fhMIiApu .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u7fhMIiApu .container {
    max-width: 80% !important;
  }
  .cid-u7fhMIiApu .wrapper {
    margin-top: 0;
    border-radius: 40px;
  }
  .cid-u7fhMIiApu .wrapper .main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-u7fhMIiApu .wrapper .main-row .text-block .content-panel {
    border-radius: 0 0 30px 30px !important;
  }
  .cid-u7fhMIiApu .wrapper .main-row .text-block .content-panel .social-list {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-u7fhMIiApu .form-container {
    border-radius: 30px 30px 0 0 !important;
  }
}
.cid-u7gedGGbBM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/-dsc0340-2000x1335.jpg");
}
.cid-u7gedGGbBM::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #13688c 50%);
  z-index: 1;
}
.cid-u7gedGGbBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7gedGGbBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7gedGGbBM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u7gedGGbBM .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .container {
    padding: 0 22px;
  }
}
.cid-u7gedGGbBM .row {
  position: relative;
  z-index: 1;
}
.cid-u7gedGGbBM .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7gedGGbBM .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7gedGGbBM .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7gedGGbBM .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7gedGGbBM .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7gedGGbBM .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7gedGGbBM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover,
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover::before,
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #0c2c68;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7gedGGbBM .mbr-section-title {
  color: #00d0f3;
}
.cid-u7gedGGbBM .mbr-text {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7gedGGbBM .list {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-contact {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-desc {
  color: #ffffff;
}
.cid-u7gedGGbBM .list,
.cid-u7gedGGbBM .item-wrap {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-contact,
.cid-u7gedGGbBM .item-contact {
  color: #ffffff;
}
.cid-tNgNAYifOF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tNgNAYifOF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tNgNAYifOF .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-tNgNAYifOF .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tNgNAYifOF .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tNgNAYifOF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNgNAYifOF .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tNgNAYifOF .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tNgNAYifOF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNgNAYifOF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNgNAYifOF .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tNgNAYifOF .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tNgNAYifOF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tNgNAYifOF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNgNAYifOF .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tNgNAYifOF .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tNgNAYifOF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNgNAYifOF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tNgNAYifOF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tNgNAYifOF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tNgNAYifOF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tNgNAYifOF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNgNAYifOF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNgNAYifOF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNgNAYifOF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNgNAYifOF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNgNAYifOF .dropdown-item.active,
.cid-tNgNAYifOF .dropdown-item:active {
  background-color: transparent;
}
.cid-tNgNAYifOF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNgNAYifOF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNgNAYifOF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNgNAYifOF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNgNAYifOF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tNgNAYifOF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNgNAYifOF ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tNgNAYifOF .navbar-buttons {
  text-align: center;
}
.cid-tNgNAYifOF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #37b7e8;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNgNAYifOF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tNgNAYifOF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tNgNAYifOF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tNgNAYifOF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tNgNAYifOF .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tNgNAYifOF .nav-link:hover,
.cid-tNgNAYifOF .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tNfMEU3uSo {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/petient-1824x1010.jpg");
}
.cid-tNfMEU3uSo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNfMEU3uSo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNfMEU3uSo .content-wrapper {
  position: relative;
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-tNfMEU3uSo .content-wrapper {
    margin: 0 30px;
  }
}
.cid-tNfMEU3uSo .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tNfMEU3uSo .content-wrapper .mbr-section-title {
    padding-top: 12px;
    margin-bottom: 12px;
  }
}
.cid-tNfMEU3uSo .content-wrapper .list-wrapper .mbr-item {
  padding: 20px 0 33px 0;
  border-top: 2px solid #2b7a69;
  margin: 0;
}
.cid-tNfMEU3uSo .content-wrapper .list-wrapper .mbr-item:first-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-tNfMEU3uSo .content-wrapper .list-wrapper .mbr-item {
    padding: 12px 0 20px 0;
  }
}
.cid-tNfMEU3uSo .mbr-section-title {
  color: #000000;
}
.cid-tNfMEU3uSo .mbr-item {
  color: #ffffff;
}
.cid-u7gPOlOBNt {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u7gPOlOBNt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7gPOlOBNt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7gPOlOBNt .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u7gPOlOBNt .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u7gPOlOBNt .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u7gPOlOBNt .container {
    padding: 0 22px;
  }
}
.cid-u7gPOlOBNt .row {
  justify-content: center;
}
.cid-u7gPOlOBNt .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7gPOlOBNt .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u7gPOlOBNt .tabs-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.cid-u7gPOlOBNt .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  justify-content: center;
  border: none;
}
.cid-u7gPOlOBNt .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0 22px 22px;
  transition: all 0.3s ease-in-out;
}
.cid-u7gPOlOBNt .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  margin-bottom: 0;
  border: none;
  color: #0c2c68;
  background-color: #f7f7f7;
  border-radius: 100px !important;
  transition: all 0.3s ease-in-out;
}
.cid-u7gPOlOBNt .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #00d0f3;
}
.cid-u7gPOlOBNt .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 520px;
}
.cid-u7gPOlOBNt .content-wrapper img {
  position: absolute;
  top: 0;
  width: 200vh;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
.cid-u7gPOlOBNt .content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 45%;
  background-image: linear-gradient(transparent, #13688c 130px);
  z-index: 1;
}
.cid-u7gPOlOBNt .content-wrapper .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u7gPOlOBNt .content-wrapper .item-content {
    margin-bottom: 30px;
  }
}
.cid-u7gPOlOBNt .content-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-u7gPOlOBNt .content-wrapper .item-content .card-text {
  margin-bottom: 10px;
}
.cid-u7gPOlOBNt .mbr-section-title {
  color: #2dc0e2;
  text-align: center;
}
.cid-u7gPOlOBNt .card-title {
  color: #ffffff;
}
.cid-u7gPOlOBNt .card-text {
  color: #ffffff;
}
.cid-tNh4Pz1Uyd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tNh4Pz1Uyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNh4Pz1Uyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNh4Pz1Uyd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNh4Pz1Uyd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNh4Pz1Uyd .container {
    padding: 0;
  }
}
.cid-tNh4Pz1Uyd .row {
  margin: 0;
  border-top: 1px solid #fdfcfa;
  border-bottom: 1px solid #fdfcfa;
}
.cid-tNh4Pz1Uyd .card {
  border-radius: 0;
  padding: 0;
}
.cid-tNh4Pz1Uyd .card:first-child {
  border-right: 1px solid #fdfcfa;
}
@media (max-width: 992px) {
  .cid-tNh4Pz1Uyd .card:first-child {
    border-right: none;
    border-bottom: 1px solid #fdfcfa;
  }
}
.cid-tNh4Pz1Uyd .card .card-wrapper {
  padding: 70px 16px;
}
@media (max-width: 992px) {
  .cid-tNh4Pz1Uyd .card .card-wrapper {
    padding: 40px 16px;
  }
}
.cid-tNh4Pz1Uyd .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tNh4Pz1Uyd .card .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tNh4Pz1Uyd .mbr-card-title {
  color: #0c2c68;
  text-align: center;
}
.cid-tNh4Pz1Uyd .mbr-desc {
  color: #232323;
  text-align: center;
}
.cid-u7h1XhqrXG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-u7h1XhqrXG .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #0046c7 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-u7h1XhqrXG .panel-group {
  border: none;
}
.cid-u7h1XhqrXG .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-u7h1XhqrXG .card-header {
    padding: 1rem 0rem;
  }
}
.cid-u7h1XhqrXG .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u7h1XhqrXG .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-u7h1XhqrXG .img-col {
  padding: 0;
}
.cid-u7h1XhqrXG .img-item {
  height: 100%;
}
.cid-u7h1XhqrXG img {
  height: 100%;
  object-fit: cover;
}
.cid-u7h1XhqrXG .collapsed span {
  transform: rotate(0deg);
}
.cid-u7h1XhqrXG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u7h1XhqrXG p {
  margin-bottom: 0.3rem;
}
.cid-u7h1XhqrXG .panel-title-edit {
  color: #e9c0e9;
}
.cid-u7h1XhqrXG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-u7h1XhqrXG .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u7h1XhqrXG .card {
    padding: 1.5rem;
  }
}
.cid-u7h1XhqrXG .panel-text {
  color: #320707;
}
.cid-u7h1XhqrXG .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u7h1XhqrXG .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-u7h1XhqrXG .panel-title-edit,
.cid-u7h1XhqrXG .mbr-iconfont {
  color: #000000;
}
.cid-u7gedGGbBM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/-dsc0340-2000x1335.jpg");
}
.cid-u7gedGGbBM::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #13688c 50%);
  z-index: 1;
}
.cid-u7gedGGbBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7gedGGbBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7gedGGbBM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u7gedGGbBM .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .container {
    padding: 0 22px;
  }
}
.cid-u7gedGGbBM .row {
  position: relative;
  z-index: 1;
}
.cid-u7gedGGbBM .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7gedGGbBM .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7gedGGbBM .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7gedGGbBM .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7gedGGbBM .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7gedGGbBM .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7gedGGbBM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover,
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover::before,
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #0c2c68;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7gedGGbBM .mbr-section-title {
  color: #00d0f3;
}
.cid-u7gedGGbBM .mbr-text {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7gedGGbBM .list {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-contact {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-desc {
  color: #ffffff;
}
.cid-u7gedGGbBM .list,
.cid-u7gedGGbBM .item-wrap {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-contact,
.cid-u7gedGGbBM .item-contact {
  color: #ffffff;
}
.cid-tNgNAYifOF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tNgNAYifOF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tNgNAYifOF .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-tNgNAYifOF .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tNgNAYifOF .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tNgNAYifOF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNgNAYifOF .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tNgNAYifOF .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tNgNAYifOF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNgNAYifOF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNgNAYifOF .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tNgNAYifOF .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tNgNAYifOF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tNgNAYifOF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNgNAYifOF .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tNgNAYifOF .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tNgNAYifOF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNgNAYifOF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tNgNAYifOF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tNgNAYifOF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tNgNAYifOF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tNgNAYifOF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNgNAYifOF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNgNAYifOF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNgNAYifOF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNgNAYifOF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNgNAYifOF .dropdown-item.active,
.cid-tNgNAYifOF .dropdown-item:active {
  background-color: transparent;
}
.cid-tNgNAYifOF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNgNAYifOF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNgNAYifOF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNgNAYifOF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNgNAYifOF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tNgNAYifOF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNgNAYifOF ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tNgNAYifOF .navbar-buttons {
  text-align: center;
}
.cid-tNgNAYifOF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #37b7e8;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNgNAYifOF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tNgNAYifOF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tNgNAYifOF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tNgNAYifOF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tNgNAYifOF .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tNgNAYifOF .nav-link:hover,
.cid-tNgNAYifOF .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tNV6uy4G0c {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/a2zgh-r5zgg.webp");
}
.cid-tNV6uy4G0c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNV6uy4G0c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNV6uy4G0c .mbr-text {
  color: #c1c1c1;
}
.cid-tNV6uy4G0c .mbr-text,
.cid-tNV6uy4G0c .mbr-section-btn {
  color: #00d0f3;
  text-align: right;
}
.cid-tNV6uy4G0c H3 {
  text-align: right;
}
.cid-tNV6uy4G0c .link {
  color: #ededed;
}
.cid-tNV6rX1Fwl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNV6rX1Fwl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNV6rX1Fwl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tNV6rX1Fwl .image-wrapper {
    flex-direction: column;
  }
  .cid-tNV6rX1Fwl .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tNV6rX1Fwl .card-box {
  max-width: 700px;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tNV6rX1Fwl .card-box {
    padding: 0 1rem 1rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tNV6rX1Fwl .card-box {
    padding: 2.25rem;
  }
}
.cid-tNV6rX1Fwl img,
.cid-tNV6rX1Fwl .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tNV6rX1Fwl .card-wrapper {
  background: #ffffff;
}
.cid-tNV6rX1Fwl .mbr-text,
.cid-tNV6rX1Fwl .mbr-section-btn {
  color: #000000;
}
.cid-tNV6rX1Fwl .card-title,
.cid-tNV6rX1Fwl .card-box {
  color: #232323;
}
.cid-tNV7loZhqV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNV7loZhqV .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tNV7loZhqV .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tNV7loZhqV .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #e8f5e3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tNV7loZhqV .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-tNV7loZhqV .mbr-text {
  color: #3d5943;
}
.cid-tNV881d1ue {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/aazds-8i4yl.webp");
}
.cid-tNV881d1ue .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNV881d1ue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tNV881d1ue .col-content {
    text-align: center;
  }
}
.cid-tNV881d1ue .label-text {
  margin-bottom: 16px;
  color: #000000;
  text-align: right;
}
.cid-tNV881d1ue .mbr-section-title {
  color: #24262b;
  text-align: right;
}
.cid-tNV881d1ue .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tNV881d1ue .mbr-section-btn {
  margin-top: 22px;
}
.cid-tNV881d1ue .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tNV881d1ue .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tNV881d1ue .text-item {
    text-align: center;
  }
}
.cid-tNV881d1ue .mbr-text {
  color: #24262b;
}
.cid-tNV881d1ue .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-tNV881d1ue .mbr-section-subtitle,
.cid-tNV881d1ue .mbr-section-btn {
  text-align: right;
}
.cid-u7gedGGbBM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/-dsc0340-2000x1335.jpg");
}
.cid-u7gedGGbBM::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #13688c 50%);
  z-index: 1;
}
.cid-u7gedGGbBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7gedGGbBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7gedGGbBM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u7gedGGbBM .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .container {
    padding: 0 22px;
  }
}
.cid-u7gedGGbBM .row {
  position: relative;
  z-index: 1;
}
.cid-u7gedGGbBM .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7gedGGbBM .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7gedGGbBM .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7gedGGbBM .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7gedGGbBM .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7gedGGbBM .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7gedGGbBM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover,
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover::before,
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #0c2c68;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7gedGGbBM .mbr-section-title {
  color: #00d0f3;
}
.cid-u7gedGGbBM .mbr-text {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7gedGGbBM .list {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-contact {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-desc {
  color: #ffffff;
}
.cid-u7gedGGbBM .list,
.cid-u7gedGGbBM .item-wrap {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-contact,
.cid-u7gedGGbBM .item-contact {
  color: #ffffff;
}
.cid-tNgNAYifOF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tNgNAYifOF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tNgNAYifOF .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-tNgNAYifOF .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tNgNAYifOF .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tNgNAYifOF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNgNAYifOF .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tNgNAYifOF .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tNgNAYifOF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNgNAYifOF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNgNAYifOF .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tNgNAYifOF .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tNgNAYifOF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tNgNAYifOF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNgNAYifOF .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tNgNAYifOF .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tNgNAYifOF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNgNAYifOF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tNgNAYifOF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tNgNAYifOF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tNgNAYifOF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tNgNAYifOF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNgNAYifOF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNgNAYifOF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNgNAYifOF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNgNAYifOF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNgNAYifOF .dropdown-item.active,
.cid-tNgNAYifOF .dropdown-item:active {
  background-color: transparent;
}
.cid-tNgNAYifOF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNgNAYifOF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNgNAYifOF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNgNAYifOF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNgNAYifOF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tNgNAYifOF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNgNAYifOF ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tNgNAYifOF .navbar-buttons {
  text-align: center;
}
.cid-tNgNAYifOF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #37b7e8;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNgNAYifOF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tNgNAYifOF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tNgNAYifOF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tNgNAYifOF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tNgNAYifOF .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tNgNAYifOF .nav-link:hover,
.cid-tNgNAYifOF .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tNP2MqVMEl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/medium-shot-scientists-laboratory-1-2000x1334.jpg");
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tNP2MqVMEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNP2MqVMEl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNP2MqVMEl.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tNP2MqVMEl:not(.mbr-fullscreen) {
  min-height: 680px;
}
@media (max-width: 991px) {
  .cid-tNP2MqVMEl:not(.mbr-fullscreen) {
    min-height: 616px;
  }
}
.cid-tNP2MqVMEl .section-border-item {
  background-color: #ffffff;
}
.cid-tNP2MqVMEl .row {
  width: 100%;
  margin: 0;
}
.cid-tNP2MqVMEl .col-content {
  padding: 4rem !important;
  background-color: #000000;
}
@media (max-width: 575px) {
  .cid-tNP2MqVMEl .col-content {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    padding-left: 5% !important;
  }
}
.cid-tNP2MqVMEl .mbr-section-title {
  color: #37b7e8;
}
.cid-tNP2MqVMEl .mbr-section-subtitle {
  color: #fff;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tNP2MqVMEl .mbr-section-subtitle {
    margin-top: .75rem;
  }
}
.cid-tNP2MqVMEl .mbr-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-tNP2MqVMEl .mbr-text {
    margin-top: 1rem;
  }
}
.cid-tNP2MqVMEl .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tNP2MqVMEl .mbr-section-btn {
    margin-top: 1.25rem;
  }
}
.cid-tNP2MqVMEl .label-container {
  width: fit-content;
  max-width: 50%;
  padding: 0.75rem 1.5rem;
  margin-right: -4rem;
  margin-bottom: -4rem;
  margin-left: auto;
  margin-top: 2rem;
  background-color: #37b7e8;
}
@media (max-width: 776px) {
  .cid-tNP2MqVMEl .label-container {
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-tNP2MqVMEl .label-container {
    margin-top: 1rem;
    margin-bottom: -2rem;
  }
}
.cid-tNP2MqVMEl .label-text {
  color: #090f10;
}
.cid-tNP4I309tR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNP4I309tR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNP4I309tR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNP4I309tR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNP4I309tR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNP4I309tR .container {
    padding: 0;
  }
}
.cid-tNP4I309tR .row {
  margin: 0;
}
.cid-tNP4I309tR .card {
  border-radius: 0;
  padding: 0;
}
.cid-tNP4I309tR .card .box-wrapper {
  background-color: #37b7e8;
  height: 100%;
}
.cid-tNP4I309tR .card .box-wrapper .mbr-box {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #1e88b1;
  margin-bottom: 20px;
}
.cid-tNP4I309tR .card .title-wrapper {
  padding: 145px 100px;
}
@media (max-width: 992px) {
  .cid-tNP4I309tR .card .title-wrapper {
    padding: 30px 16px;
  }
}
.cid-tNP4I309tR .card .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNP4I309tR .card .title-wrapper .mbr-section-btn {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-tNP4I309tR .card .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tNP4I309tR .card .image-wrapper {
  padding: 90px 0;
}
@media (max-width: 992px) {
  .cid-tNP4I309tR .card .image-wrapper {
    padding: 0;
  }
}
.cid-tNP4I309tR .card .image-wrapper img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNP4I309tR .card .image-wrapper img {
    height: 300px;
  }
}
.cid-tNP4I309tR .mbr-text {
  color: #263652;
}
.cid-tNP4I309tR .mbr-box {
  color: #ffffff;
}
.cid-tSUBF39l4X {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tSUBF39l4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSUBF39l4X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSUBF39l4X .content-text {
  max-width: 800px;
}
.cid-tNDzG2Jr3X {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-tNDzG2Jr3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNDzG2Jr3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNDzG2Jr3X .container,
.cid-tNDzG2Jr3X .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNDzG2Jr3X .container,
  .cid-tNDzG2Jr3X .container-fluid {
    padding: 0 20px;
  }
}
.cid-tNDzG2Jr3X .container .decor-wrapper,
.cid-tNDzG2Jr3X .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-tNDzG2Jr3X .container .decor-wrapper,
  .cid-tNDzG2Jr3X .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-tNDzG2Jr3X .container .decor-wrapper .decor,
.cid-tNDzG2Jr3X .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #37b7e8;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 30%;
  width: 190px;
  margin-right: 30px;
}
.cid-tNDzG2Jr3X .container .decor-wrapper .decor:first-child,
.cid-tNDzG2Jr3X .container-fluid .decor-wrapper .decor:first-child {
  height: 50%;
}
.cid-tNDzG2Jr3X .container .decor-wrapper .decor:last-child,
.cid-tNDzG2Jr3X .container-fluid .decor-wrapper .decor:last-child {
  height: 20%;
}
.cid-tNDzG2Jr3X .row {
  justify-content: space-between;
}
.cid-tNDzG2Jr3X .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tNDzG2Jr3X .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-tNDzG2Jr3X .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tNDzG2Jr3X .card {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tNDzG2Jr3X .card {
    margin-bottom: 40px;
  }
}
.cid-tNDzG2Jr3X .card:nth-child(3n) {
  margin-top: 20%;
}
@media (max-width: 992px) {
  .cid-tNDzG2Jr3X .card:nth-child(3n) {
    margin-top: 0;
  }
}
.cid-tNDzG2Jr3X .card .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 80px 25px 40px 25px;
  overflow: hidden;
  -webkit-flex: inherit;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-tNDzG2Jr3X .card .card-wrapper {
    padding: 77px 18px 40px;
  }
}
.cid-tNDzG2Jr3X .card .card-wrapper .card-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-tNDzG2Jr3X .card .card-wrapper .card-desc .mbr-desc {
  padding: 12.5px 42px;
  margin-bottom: 0;
  background-color: #ffffff;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tNDzG2Jr3X .card .card-wrapper .card-desc .mbr-desc {
    padding: 12.5px;
  }
}
.cid-tNDzG2Jr3X .card .card-wrapper .card-icon .mbr-iconfont {
  font-size: 90px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-tNDzG2Jr3X .card .card-wrapper .card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-tNDzG2Jr3X .card .card-wrapper .card-text .mbr-text {
  margin-bottom: 0;
}
.cid-tNDzG2Jr3X .mbr-section-title {
  color: #000000;
}
.cid-tNDzG2Jr3X .mbr-desc {
  color: #3d4045;
}
.cid-tNDzG2Jr3X .mbr-card-title {
  color: #ffffff;
}
.cid-tNDzG2Jr3X .mbr-text {
  color: #ffffff;
}
.cid-tNDzG2Jr3X .card-desc {
  text-align: right;
}
.cid-u7gedGGbBM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/-dsc0340-2000x1335.jpg");
}
.cid-u7gedGGbBM::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #13688c 50%);
  z-index: 1;
}
.cid-u7gedGGbBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7gedGGbBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7gedGGbBM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u7gedGGbBM .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .container {
    padding: 0 22px;
  }
}
.cid-u7gedGGbBM .row {
  position: relative;
  z-index: 1;
}
.cid-u7gedGGbBM .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7gedGGbBM .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7gedGGbBM .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7gedGGbBM .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7gedGGbBM .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7gedGGbBM .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7gedGGbBM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover,
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover::before,
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #0c2c68;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7gedGGbBM .mbr-section-title {
  color: #00d0f3;
}
.cid-u7gedGGbBM .mbr-text {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7gedGGbBM .list {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-contact {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-desc {
  color: #ffffff;
}
.cid-u7gedGGbBM .list,
.cid-u7gedGGbBM .item-wrap {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-contact,
.cid-u7gedGGbBM .item-contact {
  color: #ffffff;
}
.cid-tNgNAYifOF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tNgNAYifOF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tNgNAYifOF .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-tNgNAYifOF .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tNgNAYifOF .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tNgNAYifOF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNgNAYifOF .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tNgNAYifOF .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tNgNAYifOF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNgNAYifOF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNgNAYifOF .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tNgNAYifOF .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tNgNAYifOF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tNgNAYifOF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNgNAYifOF .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tNgNAYifOF .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tNgNAYifOF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNgNAYifOF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tNgNAYifOF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tNgNAYifOF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tNgNAYifOF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tNgNAYifOF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNgNAYifOF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNgNAYifOF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNgNAYifOF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNgNAYifOF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNgNAYifOF .dropdown-item.active,
.cid-tNgNAYifOF .dropdown-item:active {
  background-color: transparent;
}
.cid-tNgNAYifOF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNgNAYifOF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNgNAYifOF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNgNAYifOF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNgNAYifOF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tNgNAYifOF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNgNAYifOF ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tNgNAYifOF .navbar-buttons {
  text-align: center;
}
.cid-tNgNAYifOF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #37b7e8;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNgNAYifOF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tNgNAYifOF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tNgNAYifOF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tNgNAYifOF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tNgNAYifOF .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tNgNAYifOF .nav-link:hover,
.cid-tNgNAYifOF .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u7hVGJOVie {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u7hVGJOVie .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-u7hVGJOVie .mbr-overlay {
  background: #00d0f3;
  background: linear-gradient(#00d0f3 -10%, #13688c 75%);
}
.cid-u7hVGJOVie .mbr-section-title {
  margin: 0;
}
.cid-u7hVGJOVie .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-u7hVGJOVie .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7hVGJOVie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7hZeLQLYX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-u7hZeLQLYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7hZeLQLYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7hZeLQLYX .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-u7hZeLQLYX .container-fluid {
    padding: 0;
  }
}
.cid-u7hZeLQLYX .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-u7hZeLQLYX .container {
    padding: 0 28px;
  }
}
.cid-u7hZeLQLYX .row {
  margin: -1px 0 0 0;
  justify-content: center;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-u7hZeLQLYX .row {
    padding: 20px 8px;
  }
}
.cid-u7hZeLQLYX .item {
  padding: 20px;
}
.cid-u7hZeLQLYX .item .item-wrapper a {
  display: block;
}
.cid-u7hZeLQLYX .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06);
}
.cid-u7hZeLQLYX .item .item-wrapper a .item-img {
  overflow: hidden;
}
.cid-u7hZeLQLYX .item .item-wrapper a .item-img img {
  height: 300px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/-dsc0340-2000x1335.jpg");
}
.cid-u7gedGGbBM::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #13688c 50%);
  z-index: 1;
}
.cid-u7gedGGbBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7gedGGbBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7gedGGbBM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u7gedGGbBM .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .container {
    padding: 0 22px;
  }
}
.cid-u7gedGGbBM .row {
  position: relative;
  z-index: 1;
}
.cid-u7gedGGbBM .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7gedGGbBM .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7gedGGbBM .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7gedGGbBM .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7gedGGbBM .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7gedGGbBM .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7gedGGbBM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover,
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover::before,
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #0c2c68;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7gedGGbBM .mbr-section-title {
  color: #00d0f3;
}
.cid-u7gedGGbBM .mbr-text {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7gedGGbBM .list {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-contact {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-desc {
  color: #ffffff;
}
.cid-u7gedGGbBM .list,
.cid-u7gedGGbBM .item-wrap {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-contact,
.cid-u7gedGGbBM .item-contact {
  color: #ffffff;
}
.cid-tNgNAYifOF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tNgNAYifOF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tNgNAYifOF .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-tNgNAYifOF .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tNgNAYifOF .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tNgNAYifOF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNgNAYifOF .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tNgNAYifOF .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tNgNAYifOF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNgNAYifOF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNgNAYifOF .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tNgNAYifOF .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tNgNAYifOF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tNgNAYifOF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNgNAYifOF .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tNgNAYifOF .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tNgNAYifOF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNgNAYifOF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tNgNAYifOF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tNgNAYifOF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tNgNAYifOF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tNgNAYifOF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNgNAYifOF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNgNAYifOF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNgNAYifOF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNgNAYifOF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNgNAYifOF .dropdown-item.active,
.cid-tNgNAYifOF .dropdown-item:active {
  background-color: transparent;
}
.cid-tNgNAYifOF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNgNAYifOF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNgNAYifOF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNgNAYifOF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNgNAYifOF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tNgNAYifOF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNgNAYifOF ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tNgNAYifOF .navbar-buttons {
  text-align: center;
}
.cid-tNgNAYifOF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #37b7e8;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNgNAYifOF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tNgNAYifOF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tNgNAYifOF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tNgNAYifOF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tNgNAYifOF .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tNgNAYifOF .nav-link:hover,
.cid-tNgNAYifOF .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tNUBOBeB4E {
  display: flex;
  padding-top: 165px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/contactus.webp");
}
.cid-tNUBOBeB4E .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-tNUBOBeB4E .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tNUBOBeB4E {
    align-items: flex-end;
  }
  .cid-tNUBOBeB4E .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tNUBOBeB4E .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tNUBOBeB4E {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tNUBOBeB4E .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tNUBOBeB4E .content-wrap {
    width: 100%;
  }
}
.cid-tNUBOBeB4E .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-tNUBOBeB4E .mbr-text,
.cid-tNUBOBeB4E .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tNfN0xwqku {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNfN0xwqku .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tNfN0xwqku form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tNfN0xwqku form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tNfN0xwqku form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tNfN0xObiS {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #f7f7f7;
}
.cid-tNfN0xObiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNfN0xObiS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tNfN0xObiS .row {
    text-align: center;
  }
  .cid-tNfN0xObiS .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-tNfN0xObiS .google-map {
  height: 100%;
  position: relative;
}
.cid-tNfN0xObiS .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tNfN0xObiS .google-map iframe {
    min-height: 350px;
  }
}
.cid-tNfN0xObiS .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-tNfN0xObiS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tNfN0xObiS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tNfN0xObiS .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tNfN0xObiS .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tNfN0xObiS .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-tNfN0xObiS .text-wrapper {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-tNfN0xObiS .cardTitle,
  .cid-tNfN0xObiS .item-wrap {
    text-align: center;
  }
}
.cid-tNfN0xObiS ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tNfN0xObiS .list,
.cid-tNfN0xObiS .item-wrap {
  text-align: left;
}
.cid-u7gedGGbBM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/-dsc0340-2000x1335.jpg");
}
.cid-u7gedGGbBM::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #13688c 50%);
  z-index: 1;
}
.cid-u7gedGGbBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7gedGGbBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7gedGGbBM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u7gedGGbBM .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .container {
    padding: 0 22px;
  }
}
.cid-u7gedGGbBM .row {
  position: relative;
  z-index: 1;
}
.cid-u7gedGGbBM .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7gedGGbBM .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7gedGGbBM .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7gedGGbBM .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7gedGGbBM .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7gedGGbBM .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7gedGGbBM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover,
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover::before,
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #0c2c68;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7gedGGbBM .mbr-section-title {
  color: #00d0f3;
}
.cid-u7gedGGbBM .mbr-text {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7gedGGbBM .list {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-contact {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-desc {
  color: #ffffff;
}
.cid-u7gedGGbBM .list,
.cid-u7gedGGbBM .item-wrap {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-contact,
.cid-u7gedGGbBM .item-contact {
  color: #ffffff;
}
.cid-tNgNAYifOF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tNgNAYifOF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tNgNAYifOF .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-tNgNAYifOF .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tNgNAYifOF .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tNgNAYifOF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNgNAYifOF .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tNgNAYifOF .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tNgNAYifOF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNgNAYifOF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNgNAYifOF .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tNgNAYifOF .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tNgNAYifOF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tNgNAYifOF .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tNgNAYifOF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNgNAYifOF .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tNgNAYifOF .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tNgNAYifOF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNgNAYifOF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tNgNAYifOF .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tNgNAYifOF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tNgNAYifOF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tNgNAYifOF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tNgNAYifOF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNgNAYifOF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNgNAYifOF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNgNAYifOF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNgNAYifOF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNgNAYifOF .dropdown-item.active,
.cid-tNgNAYifOF .dropdown-item:active {
  background-color: transparent;
}
.cid-tNgNAYifOF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNgNAYifOF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNgNAYifOF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNgNAYifOF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNgNAYifOF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tNgNAYifOF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNgNAYifOF ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tNgNAYifOF .navbar-buttons {
  text-align: center;
}
.cid-tNgNAYifOF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #37b7e8;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNgNAYifOF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNgNAYifOF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNgNAYifOF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tNgNAYifOF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tNgNAYifOF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tNgNAYifOF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tNgNAYifOF .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tNgNAYifOF .nav-link:hover,
.cid-tNgNAYifOF .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tNgAoXWZJn {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNgAoXWZJn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNgAoXWZJn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNgAoXWZJn .title-wrapper {
  padding-top: 20px;
  border-top: 2px solid #2a9bad;
  margin: 0 160px 200px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tNgAoXWZJn .title-wrapper {
    padding-top: 12px;
    margin: 0 30px 100px;
  }
}
.cid-tNgAoXWZJn .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tNgAoXWZJn .cards {
  padding: 0 175px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tNgAoXWZJn .cards {
    padding: 0 43px;
  }
}
.cid-tNgAoXWZJn .cards .card:first-child {
  padding: 0 35px 0 0;
}
@media (min-width: 1400px) {
  .cid-tNgAoXWZJn .cards .card:first-child {
    padding: 0 85px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-tNgAoXWZJn .cards .card:first-child {
    padding: 0;
  }
}
.cid-tNgAoXWZJn .cards .card:nth-child(2) {
  padding: 0 20px;
}
@media (min-width: 1400px) {
  .cid-tNgAoXWZJn .cards .card:nth-child(2) {
    padding: 0 55px;
  }
}
@media (max-width: 992px) {
  .cid-tNgAoXWZJn .cards .card:nth-child(2) {
    padding: 0;
  }
}
.cid-tNgAoXWZJn .cards .card:last-child {
  padding: 0 0 0 35px;
}
@media (min-width: 1400px) {
  .cid-tNgAoXWZJn .cards .card:last-child {
    padding: 0 0 0 85px;
  }
}
@media (max-width: 992px) {
  .cid-tNgAoXWZJn .cards .card:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNgAoXWZJn .cards .card {
    margin-bottom: 60px;
  }
}
.cid-tNgAoXWZJn .cards .card .card-wrapper {
  padding-top: 20px;
  border-top: 2px solid #2a9bad;
}
@media (max-width: 992px) {
  .cid-tNgAoXWZJn .cards .card .card-wrapper {
    padding-top: 12px;
  }
}
.cid-tNgAoXWZJn .cards .card .card-wrapper .mbr-text {
  margin: 0;
}
.cid-tNgAoXWZJn .mbr-section-title {
  color: #FFFFFF;
}
.cid-tNgAoXWZJn .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tNgAoXWZJn .mbr-section-title,
.cid-tNgAoXWZJn .mbr-section-btn {
  color: #000000;
}
.cid-tNgAnjAbrC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNgAnjAbrC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNgAnjAbrC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNgAnjAbrC .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tNgAnjAbrC .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tNgAnjAbrC .text-wrapper .mbr-desc {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tNgAnjAbrC .text-wrapper .mbr-desc {
    margin-bottom: 12px;
  }
}
.cid-tNgAnjAbrC .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNgAnjAbrC .text-wrapper .mbr-text {
  margin: 40px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tNgAnjAbrC .text-wrapper .mbr-text {
    margin: 20px 0 0 0;
  }
}
.cid-tNgAnjAbrC .mbr-section-title {
  color: #000000;
}
.cid-tNgAnjAbrC .mbr-desc {
  color: #000000;
}
.cid-tNgAnjAbrC .mbr-text {
  color: #000000;
}
.cid-u7gedGGbBM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/-dsc0340-2000x1335.jpg");
}
.cid-u7gedGGbBM::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #13688c 50%);
  z-index: 1;
}
.cid-u7gedGGbBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7gedGGbBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7gedGGbBM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u7gedGGbBM .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .container {
    padding: 0 22px;
  }
}
.cid-u7gedGGbBM .row {
  position: relative;
  z-index: 1;
}
.cid-u7gedGGbBM .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7gedGGbBM .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7gedGGbBM .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7gedGGbBM .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7gedGGbBM .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7gedGGbBM .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7gedGGbBM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover,
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover::before,
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #0c2c68;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7gedGGbBM .mbr-section-title {
  color: #00d0f3;
}
.cid-u7gedGGbBM .mbr-text {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7gedGGbBM .list {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-contact {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-desc {
  color: #ffffff;
}
.cid-u7gedGGbBM .list,
.cid-u7gedGGbBM .item-wrap {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-contact,
.cid-u7gedGGbBM .item-contact {
  color: #ffffff;
}
.cid-u7aPII73AA .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-u7aPII73AA .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u7aPII73AA .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-u7aPII73AA .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u7aPII73AA .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u7aPII73AA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7aPII73AA .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-u7aPII73AA .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-u7aPII73AA .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u7aPII73AA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7aPII73AA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-u7aPII73AA .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u7aPII73AA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7aPII73AA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7aPII73AA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u7aPII73AA .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u7aPII73AA .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-u7aPII73AA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7aPII73AA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u7aPII73AA .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u7aPII73AA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7aPII73AA .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u7aPII73AA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7aPII73AA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7aPII73AA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u7aPII73AA .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u7aPII73AA .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-u7aPII73AA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u7aPII73AA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7aPII73AA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-u7aPII73AA .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u7aPII73AA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u7aPII73AA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u7aPII73AA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u7aPII73AA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u7aPII73AA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u7aPII73AA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7aPII73AA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7aPII73AA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7aPII73AA .dropdown-item.active,
.cid-u7aPII73AA .dropdown-item:active {
  background-color: transparent;
}
.cid-u7aPII73AA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7aPII73AA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7aPII73AA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7aPII73AA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7aPII73AA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u7aPII73AA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7aPII73AA ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u7aPII73AA .navbar-buttons {
  text-align: center;
}
.cid-u7aPII73AA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u7aPII73AA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #37b7e8;
}
.cid-u7aPII73AA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u7aPII73AA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u7aPII73AA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u7aPII73AA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u7aPII73AA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7aPII73AA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u7aPII73AA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u7aPII73AA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7aPII73AA .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u7aPII73AA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-u7aPII73AA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u7aPII73AA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u7aPII73AA .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-u7aPII73AA .nav-link:hover,
.cid-u7aPII73AA .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u7gBc9NR7I {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7gBc9NR7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7gBc9NR7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7gBc9NR7I .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u7gBc9NR7I .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u7gBc9NR7I .container {
    padding: 0 22px;
  }
}
.cid-u7gBc9NR7I .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u7gBc9NR7I .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-u7gBc9NR7I .content-wrapper img {
  height: 510px;
  object-fit: cover;
  border-radius: 12rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-u7gBc9NR7I .content-wrapper img {
    height: 350px;
  }
}
.cid-u7gBc9NR7I .mbr-section-title {
  color: #000000;
}
.cid-u7gBc9NR7I .mbr-section-title,
.cid-u7gBc9NR7I .title-wrapper {
  color: #970892;
}
.cid-u7aSM7jzGZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u7aSM7jzGZ .item-img {
  position: relative;
}
.cid-u7aSM7jzGZ .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u7aSM7jzGZ .cardbg {
  background: #f7f7f7;
  height: 100%;
  min-height: 300px;
}
.cid-u7aSM7jzGZ .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u7aSM7jzGZ .image-wrapper {
  overflow: hidden;
}
.cid-u7aSM7jzGZ .item1 {
  margin-bottom: 2rem !important;
}
.cid-u7aSM7jzGZ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7aSM7jzGZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7aSM7jzGZ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u7aSM7jzGZ .item1,
.cid-u7aSM7jzGZ .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u7aSM7jzGZ .item1 .item:hover,
.cid-u7aSM7jzGZ .item .item:hover {
  cursor: pointer;
}
.cid-u7aSM7jzGZ .item1:hover .link-icon-wrapper span,
.cid-u7aSM7jzGZ .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u7aSM7jzGZ .card2 {
    margin-top: 1rem;
  }
}
.cid-u7aSM7jzGZ .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u7aSM7jzGZ .link-icon-wrapper .icon-wrap {
  background: #b053ad;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7aSM7jzGZ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7aSM7jzGZ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u7aSM7jzGZ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u7aSM7jzGZ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u7aSM7jzGZ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u7aSM7jzGZ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u7aSM7jzGZ .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u7aSM7jzGZ img,
.cid-u7aSM7jzGZ .item-img {
  width: 100%;
}
.cid-u7aSM7jzGZ .item:focus,
.cid-u7aSM7jzGZ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u7aSM7jzGZ .item {
    margin-bottom: 1rem;
  }
}
.cid-u7aSM7jzGZ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u7aSM7jzGZ .item-title {
  text-align: left;
  color: #232323;
}
.cid-u7aSM7jzGZ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u7aSM7jzGZ .mbr-section-subtitle,
.cid-u7aSM7jzGZ .subtitle-wrap,
.cid-u7aSM7jzGZ .mbr-section-btn {
  text-align: left;
  color: #b053ad;
}
.cid-u7aSM7jzGZ .mbr-text,
.cid-u7aSM7jzGZ .item .mbr-section-btn {
  color: #232323;
}
.cid-u7aUpJ1L9Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7aUpJ1L9Y img {
  width: 180px;
  margin: auto;
}
.cid-u7aUpJ1L9Y .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-u7aUpJ1L9Y .mbr-section-title {
  color: #970892;
}
.cid-u7aUpJ1L9Y .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #ffffff;
}
.cid-u7aUpJ1L9Y .mbr-section-subtitle,
.cid-u7aUpJ1L9Y .subtitle-wrap,
.cid-u7aUpJ1L9Y .mbr-section-btn {
  text-align: center;
}
.cid-u7aRr1v2ax {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7aRr1v2ax .item-img {
  position: relative;
}
.cid-u7aRr1v2ax .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u7aRr1v2ax .card-text {
    padding-left: 4rem;
  }
}
.cid-u7aRr1v2ax h5 {
  line-height: 1.2;
}
.cid-u7aRr1v2ax .card {
  margin-bottom: 2rem;
}
.cid-u7aRr1v2ax .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u7aRr1v2ax .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u7aRr1v2ax .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #b053ad;
}
@media (max-width: 992px) {
  .cid-u7aRr1v2ax .image-wrapper {
    min-height: 200px;
  }
}
.cid-u7aRr1v2ax .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7aRr1v2ax .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7aRr1v2ax .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u7aRr1v2ax .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u7aRr1v2ax .link-icon-wrapper .icon-wrap {
  background: #b053ad;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7aRr1v2ax .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7aRr1v2ax .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u7aRr1v2ax .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u7aRr1v2ax .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u7aRr1v2ax .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u7aRr1v2ax .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u7aRr1v2ax .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u7aRr1v2ax img,
.cid-u7aRr1v2ax .item-img {
  width: 100%;
}
.cid-u7aRr1v2ax .item:focus,
.cid-u7aRr1v2ax span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u7aRr1v2ax .item {
    margin-bottom: 1rem;
  }
}
.cid-u7aRr1v2ax .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u7aRr1v2ax .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u7aRr1v2ax .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u7aRr1v2ax .mbr-section-subtitle,
.cid-u7aRr1v2ax .subtitle-wrap,
.cid-u7aRr1v2ax .mbr-section-btn {
  text-align: left;
}
.cid-u7aRr1v2ax .mbr-text,
.cid-u7aRr1v2ax .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u7aRr1v2ax .mbr-text {
  color: #000000;
}
.cid-u7gvpdAVY6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u7gvpdAVY6 img,
.cid-u7gvpdAVY6 .item-img {
  width: 100%;
}
.cid-u7gvpdAVY6 .item:focus,
.cid-u7gvpdAVY6 span:focus {
  outline: none;
}
.cid-u7gvpdAVY6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u7gvpdAVY6 .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u7gvpdAVY6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7gvpdAVY6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-u7gvpdAVY6 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u7gvpdAVY6 .mbr-text,
.cid-u7gvpdAVY6 .mbr-section-btn {
  color: #232323;
}
.cid-u7gvpdAVY6 .mbr-section-title {
  color: #970892;
}
.cid-u7gvpdAVY6 .item-title {
  color: #393193;
}
.cid-u7gGL9VLSu {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #b053ad;
  background: linear-gradient(90deg, #b053ad, #ffffff);
}
.cid-u7gGL9VLSu .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #4284df);
}
.cid-u7gGL9VLSu h3 {
  color: #FFFFFF;
  font-weight: 500;
}
.cid-u7gGL9VLSu p {
  color: #FFFFFF;
}
.cid-u7gGL9VLSu h4 {
  color: #FFFFFF;
  display: none;
}
.cid-u7gGL9VLSu .mbr-figure img {
  padding-left: 1rem;
}
.cid-u7gGL9VLSu .counter-container {
  color: #767676;
  padding-right: 4rem;
}
.cid-u7gGL9VLSu .counter-container div {
  margin-bottom: 1rem;
  padding-left: .5rem;
}
@media (max-width: 575px) {
  .cid-u7gGL9VLSu .counter-container .counter {
    left: 2rem;
  }
}
.cid-u7gGL9VLSu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7gGL9VLSu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7gqu4XLtS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u7gqu4XLtS .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-u7gqu4XLtS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u7gqu4XLtS .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u7gqu4XLtS .mbr-section-title {
  color: #970892;
}
.cid-u7gqu4XLtS .mbr-text {
  color: #6c7577;
}
.cid-u7gqu4XLtS .mbr-description {
  color: #6c7577;
}
.cid-u7gqu4XLtS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7gqu4XLtS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7gLccWdeR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7gLccWdeR .mbr-section-subtitle {
  color: #767676;
}
.cid-u7gLccWdeR .container-table {
  margin: 0 auto;
}
.cid-u7gLccWdeR .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u7gLccWdeR .dataTables_wrapper {
  display: block;
}
.cid-u7gLccWdeR .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u7gLccWdeR .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u7gLccWdeR table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #13688c;
  margin-bottom: 0;
}
.cid-u7gLccWdeR table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #13688c;
  transition: all .2s;
}
.cid-u7gLccWdeR table th:hover {
  background: #13688c;
  color: #ffffff;
}
.cid-u7gLccWdeR table td {
  border: 1px solid #13688c;
}
.cid-u7gLccWdeR .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u7gLccWdeR .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u7gLccWdeR .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u7gLccWdeR .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u7gLccWdeR .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u7gLccWdeR .dataTables_filter {
    text-align: center;
  }
  .cid-u7gLccWdeR .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u7gLccWdeR .head-item {
  color: #57468b;
  text-align: center;
}
.cid-u7gLccWdeR .body-item {
  color: #716c80;
  text-align: center;
}
.cid-u7gLccWdeR .mbr-section-title {
  color: #57468b;
}
.cid-u7gLccWdeR .head-item1 {
  color: #57468b;
}
.cid-u7gLccWdeR .body-item1 {
  color: #716c80;
}
.cid-u7gLccWdeR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7gLccWdeR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7gedGGbBM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/-dsc0340-2000x1335.jpg");
}
.cid-u7gedGGbBM::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #13688c 50%);
  z-index: 1;
}
.cid-u7gedGGbBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7gedGGbBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7gedGGbBM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u7gedGGbBM .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .container {
    padding: 0 22px;
  }
}
.cid-u7gedGGbBM .row {
  position: relative;
  z-index: 1;
}
.cid-u7gedGGbBM .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7gedGGbBM .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7gedGGbBM .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7gedGGbBM .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7gedGGbBM .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7gedGGbBM .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7gedGGbBM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover,
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover::before,
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #0c2c68;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7gedGGbBM .mbr-section-title {
  color: #00d0f3;
}
.cid-u7gedGGbBM .mbr-text {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7gedGGbBM .list {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-contact {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-desc {
  color: #ffffff;
}
.cid-u7gedGGbBM .list,
.cid-u7gedGGbBM .item-wrap {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-contact,
.cid-u7gedGGbBM .item-contact {
  color: #ffffff;
}
.cid-u7h57mGU8J .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-u7h57mGU8J .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u7h57mGU8J .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-u7h57mGU8J .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u7h57mGU8J .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u7h57mGU8J .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7h57mGU8J .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-u7h57mGU8J .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-u7h57mGU8J .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u7h57mGU8J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7h57mGU8J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-u7h57mGU8J .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u7h57mGU8J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7h57mGU8J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7h57mGU8J .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u7h57mGU8J .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u7h57mGU8J .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-u7h57mGU8J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7h57mGU8J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u7h57mGU8J .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u7h57mGU8J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7h57mGU8J .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u7h57mGU8J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7h57mGU8J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7h57mGU8J .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u7h57mGU8J .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u7h57mGU8J .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-u7h57mGU8J .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u7h57mGU8J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7h57mGU8J .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-u7h57mGU8J .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u7h57mGU8J .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u7h57mGU8J .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u7h57mGU8J .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u7h57mGU8J .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u7h57mGU8J .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u7h57mGU8J .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7h57mGU8J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7h57mGU8J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7h57mGU8J .dropdown-item.active,
.cid-u7h57mGU8J .dropdown-item:active {
  background-color: transparent;
}
.cid-u7h57mGU8J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7h57mGU8J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7h57mGU8J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7h57mGU8J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7h57mGU8J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u7h57mGU8J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7h57mGU8J ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u7h57mGU8J .navbar-buttons {
  text-align: center;
}
.cid-u7h57mGU8J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u7h57mGU8J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #37b7e8;
}
.cid-u7h57mGU8J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u7h57mGU8J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u7h57mGU8J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u7h57mGU8J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u7h57mGU8J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7h57mGU8J nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u7h57mGU8J nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u7h57mGU8J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7h57mGU8J .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u7h57mGU8J a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-u7h57mGU8J .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u7h57mGU8J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u7h57mGU8J .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-u7h57mGU8J .nav-link:hover,
.cid-u7h57mGU8J .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u7h57lilOD {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7h57lilOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7h57lilOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7h57lilOD .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u7h57lilOD .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u7h57lilOD .container {
    padding: 0 22px;
  }
}
.cid-u7h57lilOD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u7h57lilOD .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-u7h57lilOD .content-wrapper img {
  height: 510px;
  object-fit: cover;
  border-radius: 12rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-u7h57lilOD .content-wrapper img {
    height: 350px;
  }
}
.cid-u7h57lilOD .mbr-section-title {
  color: #000000;
}
.cid-u7h57lilOD .mbr-section-title,
.cid-u7h57lilOD .title-wrapper {
  color: #00d0f3;
}
.cid-u7h57mfTWD {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u7h57mfTWD .item-img {
  position: relative;
}
.cid-u7h57mfTWD .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u7h57mfTWD .cardbg {
  background: #f7f7f7;
  height: 100%;
  min-height: 300px;
}
.cid-u7h57mfTWD .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u7h57mfTWD .image-wrapper {
  overflow: hidden;
}
.cid-u7h57mfTWD .item1 {
  margin-bottom: 2rem !important;
}
.cid-u7h57mfTWD .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7h57mfTWD .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7h57mfTWD .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u7h57mfTWD .item1,
.cid-u7h57mfTWD .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u7h57mfTWD .item1 .item:hover,
.cid-u7h57mfTWD .item .item:hover {
  cursor: pointer;
}
.cid-u7h57mfTWD .item1:hover .link-icon-wrapper span,
.cid-u7h57mfTWD .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u7h57mfTWD .card2 {
    margin-top: 1rem;
  }
}
.cid-u7h57mfTWD .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u7h57mfTWD .link-icon-wrapper .icon-wrap {
  background: #00d0f3;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7h57mfTWD .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7h57mfTWD .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u7h57mfTWD .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u7h57mfTWD .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u7h57mfTWD .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u7h57mfTWD .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u7h57mfTWD .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u7h57mfTWD img,
.cid-u7h57mfTWD .item-img {
  width: 100%;
}
.cid-u7h57mfTWD .item:focus,
.cid-u7h57mfTWD span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u7h57mfTWD .item {
    margin-bottom: 1rem;
  }
}
.cid-u7h57mfTWD .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u7h57mfTWD .item-title {
  text-align: left;
  color: #232323;
}
.cid-u7h57mfTWD .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u7h57mfTWD .mbr-section-subtitle,
.cid-u7h57mfTWD .subtitle-wrap,
.cid-u7h57mfTWD .mbr-section-btn {
  text-align: left;
  color: #2dc0e2;
}
.cid-u7h57mfTWD .mbr-text,
.cid-u7h57mfTWD .item .mbr-section-btn {
  color: #232323;
}
.cid-u7h57or586 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #4284df;
  background: linear-gradient(90deg, #4284df, #ffffff);
}
.cid-u7h57or586 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #4284df);
}
.cid-u7h57or586 h3 {
  color: #FFFFFF;
  font-weight: 500;
}
.cid-u7h57or586 p {
  color: #FFFFFF;
}
.cid-u7h57or586 h4 {
  color: #FFFFFF;
  display: none;
}
.cid-u7h57or586 .mbr-figure img {
  padding-left: 1rem;
}
.cid-u7h57or586 .counter-container {
  color: #767676;
  padding-right: 4rem;
}
.cid-u7h57or586 .counter-container div {
  margin-bottom: 1rem;
  padding-left: .5rem;
}
@media (max-width: 575px) {
  .cid-u7h57or586 .counter-container .counter {
    left: 2rem;
  }
}
.cid-u7h57or586 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7h57or586 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7h57o05gw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u7h57o05gw img,
.cid-u7h57o05gw .item-img {
  width: 100%;
}
.cid-u7h57o05gw .item:focus,
.cid-u7h57o05gw span:focus {
  outline: none;
}
.cid-u7h57o05gw .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u7h57o05gw .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u7h57o05gw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7h57o05gw .item-wrapper .item-content {
    padding: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-u7h57o05gw .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u7h57o05gw .mbr-text,
.cid-u7h57o05gw .mbr-section-btn {
  color: #232323;
}
.cid-u7h57o05gw .mbr-section-title {
  color: #00d0f3;
}
.cid-u7h57o05gw .item-title {
  color: #393193;
}
.cid-u7h57nzX16 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7h57nzX16 .item-img {
  position: relative;
}
.cid-u7h57nzX16 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u7h57nzX16 .card-text {
    padding-left: 4rem;
  }
}
.cid-u7h57nzX16 h5 {
  line-height: 1.2;
}
.cid-u7h57nzX16 .card {
  margin-bottom: 2rem;
}
.cid-u7h57nzX16 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u7h57nzX16 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u7h57nzX16 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #00d0f3;
}
@media (max-width: 992px) {
  .cid-u7h57nzX16 .image-wrapper {
    min-height: 200px;
  }
}
.cid-u7h57nzX16 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7h57nzX16 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7h57nzX16 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u7h57nzX16 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u7h57nzX16 .link-icon-wrapper .icon-wrap {
  background: #00d0f3;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7h57nzX16 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7h57nzX16 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u7h57nzX16 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u7h57nzX16 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u7h57nzX16 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u7h57nzX16 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u7h57nzX16 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u7h57nzX16 img,
.cid-u7h57nzX16 .item-img {
  width: 100%;
}
.cid-u7h57nzX16 .item:focus,
.cid-u7h57nzX16 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u7h57nzX16 .item {
    margin-bottom: 1rem;
  }
}
.cid-u7h57nzX16 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u7h57nzX16 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u7h57nzX16 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u7h57nzX16 .mbr-section-subtitle,
.cid-u7h57nzX16 .subtitle-wrap,
.cid-u7h57nzX16 .mbr-section-btn {
  text-align: left;
}
.cid-u7h57nzX16 .mbr-text,
.cid-u7h57nzX16 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u7h57nzX16 .mbr-text {
  color: #000000;
}
.cid-u7hjBbiR82 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7hjBbiR82 .item {
  padding-bottom: 2rem;
}
.cid-u7hjBbiR82 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-u7hjBbiR82 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u7hjBbiR82 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u7hjBbiR82 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u7hjBbiR82 .carousel-control,
.cid-u7hjBbiR82 .close {
  background: #1b1b1b;
}
.cid-u7hjBbiR82 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u7hjBbiR82 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u7hjBbiR82 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u7hjBbiR82 .carousel-control-next span {
  margin-left: 5px;
}
.cid-u7hjBbiR82 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u7hjBbiR82 .close::before {
  content: '\e91a';
}
.cid-u7hjBbiR82 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u7hjBbiR82 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u7hjBbiR82 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7hjBbiR82 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u7hjBbiR82 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u7hjBbiR82 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u7hjBbiR82 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u7hjBbiR82 .carousel-indicators li.active,
.cid-u7hjBbiR82 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u7hjBbiR82 .carousel-indicators li::after,
.cid-u7hjBbiR82 .carousel-indicators li::before {
  content: none;
}
.cid-u7hjBbiR82 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u7hjBbiR82 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u7hjBbiR82 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u7hjBbiR82 .carousel-indicators {
    display: none;
  }
}
.cid-u7hjBbiR82 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u7hjBbiR82 .carousel-inner > .active {
  display: block;
}
.cid-u7hjBbiR82 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7hjBbiR82 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7hjBbiR82 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u7hjBbiR82 .carousel-control,
  .cid-u7hjBbiR82 .carousel-indicators,
  .cid-u7hjBbiR82 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u7hjBbiR82 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u7hjBbiR82 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u7hjBbiR82 .carousel-indicators .active,
.cid-u7hjBbiR82 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u7hjBbiR82 .carousel-indicators .active {
  background: #fff;
}
.cid-u7hjBbiR82 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u7hjBbiR82 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u7hjBbiR82 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u7hjBbiR82 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u7hjBbiR82 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u7hjBbiR82 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u7hjBbiR82 .carousel {
  width: 100%;
}
.cid-u7hjBbiR82 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u7hjBbiR82 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u7hjBbiR82 .modal.fade .modal-dialog,
.cid-u7hjBbiR82 .modal.in .modal-dialog {
  transform: none;
}
.cid-u7hjBbiR82 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u7hjBbiR82 H6 {
  text-align: center;
}
.cid-u7hjBbiR82 .mbr-section-title {
  color: #2e6b75;
}
.cid-u7hjBbiR82 .mbr-section-subtitle {
  color: #6c7577;
}
.cid-u7hjBbiR82 .mbr-item-subtitle {
  color: #6c7577;
}
.cid-u7hjBbiR82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7hjBbiR82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7hjBbiR82 H3 {
  color: #2dc0e2;
}
.cid-u7hqqR7tEX {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u7hqqR7tEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7hqqR7tEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7hqqR7tEX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u7hqqR7tEX .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u7hqqR7tEX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u7hqqR7tEX .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u7hqqR7tEX .desc-wrapper {
    margin-bottom: 16px;
  }
}
.cid-u7hqqR7tEX .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-u7hqqR7tEX .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #00d0f3, #ffffff);
}
.cid-u7hqqR7tEX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7hqqR7tEX .mbr-desc {
  color: #1c1c1c;
}
.cid-u7hqqR7tEX .mbr-text {
  color: #1c1c1c;
}
.cid-u7h57q9Qbg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/-dsc0340-2000x1335.jpg");
}
.cid-u7h57q9Qbg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #13688c 50%);
  z-index: 1;
}
.cid-u7h57q9Qbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7h57q9Qbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7h57q9Qbg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u7h57q9Qbg .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u7h57q9Qbg .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u7h57q9Qbg .container {
    padding: 0 22px;
  }
}
.cid-u7h57q9Qbg .row {
  position: relative;
  z-index: 1;
}
.cid-u7h57q9Qbg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7h57q9Qbg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7h57q9Qbg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7h57q9Qbg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7h57q9Qbg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7h57q9Qbg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7h57q9Qbg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7h57q9Qbg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7h57q9Qbg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7h57q9Qbg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7h57q9Qbg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7h57q9Qbg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7h57q9Qbg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7h57q9Qbg .nav-wrapper .list .item-wrap:hover,
.cid-u7h57q9Qbg .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-u7h57q9Qbg .nav-wrapper .list .item-wrap:hover::before,
.cid-u7h57q9Qbg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7h57q9Qbg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7h57q9Qbg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7h57q9Qbg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7h57q9Qbg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7h57q9Qbg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7h57q9Qbg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #0c2c68;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7h57q9Qbg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7h57q9Qbg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7h57q9Qbg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-u7h57q9Qbg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7h57q9Qbg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7h57q9Qbg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7h57q9Qbg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7h57q9Qbg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7h57q9Qbg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7h57q9Qbg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7h57q9Qbg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7h57q9Qbg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7h57q9Qbg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7h57q9Qbg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7h57q9Qbg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7h57q9Qbg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7h57q9Qbg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7h57q9Qbg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7h57q9Qbg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-u7h57q9Qbg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7h57q9Qbg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7h57q9Qbg .mbr-section-title {
  color: #00d0f3;
}
.cid-u7h57q9Qbg .mbr-text {
  color: #ffffff;
}
.cid-u7h57q9Qbg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7h57q9Qbg .list {
  color: #ffffff;
}
.cid-u7h57q9Qbg .mbr-contact {
  color: #ffffff;
}
.cid-u7h57q9Qbg .mbr-desc {
  color: #ffffff;
}
.cid-u7h57q9Qbg .list,
.cid-u7h57q9Qbg .item-wrap {
  color: #ffffff;
}
.cid-u7h57q9Qbg .mbr-contact,
.cid-u7h57q9Qbg .item-contact {
  color: #ffffff;
}
.cid-u7hqPrhrKP .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-u7hqPrhrKP .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u7hqPrhrKP .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-u7hqPrhrKP .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u7hqPrhrKP .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u7hqPrhrKP .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7hqPrhrKP .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-u7hqPrhrKP .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-u7hqPrhrKP .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u7hqPrhrKP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7hqPrhrKP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-u7hqPrhrKP .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u7hqPrhrKP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7hqPrhrKP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7hqPrhrKP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u7hqPrhrKP .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u7hqPrhrKP .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-u7hqPrhrKP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7hqPrhrKP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u7hqPrhrKP .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u7hqPrhrKP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7hqPrhrKP .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u7hqPrhrKP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7hqPrhrKP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7hqPrhrKP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u7hqPrhrKP .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u7hqPrhrKP .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-u7hqPrhrKP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u7hqPrhrKP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7hqPrhrKP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-u7hqPrhrKP .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u7hqPrhrKP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u7hqPrhrKP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u7hqPrhrKP .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u7hqPrhrKP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u7hqPrhrKP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u7hqPrhrKP .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7hqPrhrKP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7hqPrhrKP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7hqPrhrKP .dropdown-item.active,
.cid-u7hqPrhrKP .dropdown-item:active {
  background-color: transparent;
}
.cid-u7hqPrhrKP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7hqPrhrKP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7hqPrhrKP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7hqPrhrKP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7hqPrhrKP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u7hqPrhrKP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7hqPrhrKP ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u7hqPrhrKP .navbar-buttons {
  text-align: center;
}
.cid-u7hqPrhrKP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u7hqPrhrKP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #37b7e8;
}
.cid-u7hqPrhrKP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u7hqPrhrKP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u7hqPrhrKP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u7hqPrhrKP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u7hqPrhrKP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7hqPrhrKP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u7hqPrhrKP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u7hqPrhrKP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7hqPrhrKP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u7hqPrhrKP a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-u7hqPrhrKP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u7hqPrhrKP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u7hqPrhrKP .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-u7hqPrhrKP .nav-link:hover,
.cid-u7hqPrhrKP .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u7hqPf5pSK {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7hqPf5pSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7hqPf5pSK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7hqPf5pSK .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u7hqPf5pSK .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u7hqPf5pSK .container {
    padding: 0 22px;
  }
}
.cid-u7hqPf5pSK .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u7hqPf5pSK .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-u7hqPf5pSK .content-wrapper img {
  height: 510px;
  object-fit: cover;
  border-radius: 12rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-u7hqPf5pSK .content-wrapper img {
    height: 350px;
  }
}
.cid-u7hqPf5pSK .mbr-section-title {
  color: #000000;
}
.cid-u7hqPf5pSK .mbr-section-title,
.cid-u7hqPf5pSK .title-wrapper {
  color: #00d0f3;
}
.cid-u7hqPj4yKz {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u7hqPj4yKz .item-img {
  position: relative;
}
.cid-u7hqPj4yKz .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u7hqPj4yKz .cardbg {
  background: #f7f7f7;
  height: 100%;
  min-height: 300px;
}
.cid-u7hqPj4yKz .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u7hqPj4yKz .image-wrapper {
  overflow: hidden;
}
.cid-u7hqPj4yKz .item1 {
  margin-bottom: 2rem !important;
}
.cid-u7hqPj4yKz .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7hqPj4yKz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7hqPj4yKz .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u7hqPj4yKz .item1,
.cid-u7hqPj4yKz .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u7hqPj4yKz .item1 .item:hover,
.cid-u7hqPj4yKz .item .item:hover {
  cursor: pointer;
}
.cid-u7hqPj4yKz .item1:hover .link-icon-wrapper span,
.cid-u7hqPj4yKz .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u7hqPj4yKz .card2 {
    margin-top: 1rem;
  }
}
.cid-u7hqPj4yKz .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u7hqPj4yKz .link-icon-wrapper .icon-wrap {
  background: #00d0f3;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7hqPj4yKz .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7hqPj4yKz .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u7hqPj4yKz .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u7hqPj4yKz .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u7hqPj4yKz .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u7hqPj4yKz .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u7hqPj4yKz .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u7hqPj4yKz img,
.cid-u7hqPj4yKz .item-img {
  width: 100%;
}
.cid-u7hqPj4yKz .item:focus,
.cid-u7hqPj4yKz span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u7hqPj4yKz .item {
    margin-bottom: 1rem;
  }
}
.cid-u7hqPj4yKz .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u7hqPj4yKz .item-title {
  text-align: left;
  color: #232323;
}
.cid-u7hqPj4yKz .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u7hqPj4yKz .mbr-section-subtitle,
.cid-u7hqPj4yKz .subtitle-wrap,
.cid-u7hqPj4yKz .mbr-section-btn {
  text-align: left;
  color: #00d0f3;
}
.cid-u7hqPj4yKz .mbr-text,
.cid-u7hqPj4yKz .item .mbr-section-btn {
  color: #232323;
}
.cid-u7hqPmgW1R {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #4284df;
  background: linear-gradient(90deg, #4284df, #ffffff);
}
.cid-u7hqPmgW1R .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #4284df);
}
.cid-u7hqPmgW1R h3 {
  color: #FFFFFF;
  font-weight: 500;
}
.cid-u7hqPmgW1R p {
  color: #FFFFFF;
}
.cid-u7hqPmgW1R h4 {
  color: #FFFFFF;
  display: none;
}
.cid-u7hqPmgW1R .mbr-figure img {
  padding-left: 1rem;
}
.cid-u7hqPmgW1R .counter-container {
  color: #767676;
  padding-right: 4rem;
}
.cid-u7hqPmgW1R .counter-container div {
  margin-bottom: 1rem;
  padding-left: .5rem;
}
@media (max-width: 575px) {
  .cid-u7hqPmgW1R .counter-container .counter {
    left: 2rem;
  }
}
.cid-u7hqPmgW1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7hqPmgW1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7hqPoHDgH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u7hqPoHDgH img,
.cid-u7hqPoHDgH .item-img {
  width: 100%;
}
.cid-u7hqPoHDgH .item:focus,
.cid-u7hqPoHDgH span:focus {
  outline: none;
}
.cid-u7hqPoHDgH .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u7hqPoHDgH .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u7hqPoHDgH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7hqPoHDgH .item-wrapper .item-content {
    padding: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-u7hqPoHDgH .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u7hqPoHDgH .mbr-text,
.cid-u7hqPoHDgH .mbr-section-btn {
  color: #232323;
}
.cid-u7hqPoHDgH .mbr-section-title {
  color: #00d0f3;
}
.cid-u7hqPoHDgH .item-title {
  color: #232323;
  text-align: center;
}
.cid-u7hqPq7ot3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7hqPq7ot3 .item-img {
  position: relative;
}
.cid-u7hqPq7ot3 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u7hqPq7ot3 .card-text {
    padding-left: 4rem;
  }
}
.cid-u7hqPq7ot3 h5 {
  line-height: 1.2;
}
.cid-u7hqPq7ot3 .card {
  margin-bottom: 2rem;
}
.cid-u7hqPq7ot3 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u7hqPq7ot3 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u7hqPq7ot3 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #00d0f3;
}
@media (max-width: 992px) {
  .cid-u7hqPq7ot3 .image-wrapper {
    min-height: 200px;
  }
}
.cid-u7hqPq7ot3 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7hqPq7ot3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7hqPq7ot3 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u7hqPq7ot3 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u7hqPq7ot3 .link-icon-wrapper .icon-wrap {
  background: #00d0f3;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7hqPq7ot3 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7hqPq7ot3 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u7hqPq7ot3 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u7hqPq7ot3 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u7hqPq7ot3 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u7hqPq7ot3 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u7hqPq7ot3 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u7hqPq7ot3 img,
.cid-u7hqPq7ot3 .item-img {
  width: 100%;
}
.cid-u7hqPq7ot3 .item:focus,
.cid-u7hqPq7ot3 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u7hqPq7ot3 .item {
    margin-bottom: 1rem;
  }
}
.cid-u7hqPq7ot3 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u7hqPq7ot3 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u7hqPq7ot3 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u7hqPq7ot3 .mbr-section-subtitle,
.cid-u7hqPq7ot3 .subtitle-wrap,
.cid-u7hqPq7ot3 .mbr-section-btn {
  text-align: left;
}
.cid-u7hqPq7ot3 .mbr-text,
.cid-u7hqPq7ot3 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u7hqPq7ot3 .mbr-text {
  color: #000000;
}
.cid-u7hqPszoeY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7hqPszoeY .item {
  padding-bottom: 2rem;
}
.cid-u7hqPszoeY .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-u7hqPszoeY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u7hqPszoeY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u7hqPszoeY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u7hqPszoeY .carousel-control,
.cid-u7hqPszoeY .close {
  background: #1b1b1b;
}
.cid-u7hqPszoeY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u7hqPszoeY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u7hqPszoeY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u7hqPszoeY .carousel-control-next span {
  margin-left: 5px;
}
.cid-u7hqPszoeY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u7hqPszoeY .close::before {
  content: '\e91a';
}
.cid-u7hqPszoeY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u7hqPszoeY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u7hqPszoeY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7hqPszoeY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u7hqPszoeY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u7hqPszoeY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u7hqPszoeY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u7hqPszoeY .carousel-indicators li.active,
.cid-u7hqPszoeY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u7hqPszoeY .carousel-indicators li::after,
.cid-u7hqPszoeY .carousel-indicators li::before {
  content: none;
}
.cid-u7hqPszoeY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u7hqPszoeY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u7hqPszoeY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u7hqPszoeY .carousel-indicators {
    display: none;
  }
}
.cid-u7hqPszoeY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u7hqPszoeY .carousel-inner > .active {
  display: block;
}
.cid-u7hqPszoeY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7hqPszoeY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7hqPszoeY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u7hqPszoeY .carousel-control,
  .cid-u7hqPszoeY .carousel-indicators,
  .cid-u7hqPszoeY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u7hqPszoeY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u7hqPszoeY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u7hqPszoeY .carousel-indicators .active,
.cid-u7hqPszoeY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u7hqPszoeY .carousel-indicators .active {
  background: #fff;
}
.cid-u7hqPszoeY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u7hqPszoeY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u7hqPszoeY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u7hqPszoeY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u7hqPszoeY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u7hqPszoeY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u7hqPszoeY .carousel {
  width: 100%;
}
.cid-u7hqPszoeY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u7hqPszoeY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u7hqPszoeY .modal.fade .modal-dialog,
.cid-u7hqPszoeY .modal.in .modal-dialog {
  transform: none;
}
.cid-u7hqPszoeY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u7hqPszoeY H6 {
  text-align: center;
}
.cid-u7hqPszoeY .mbr-section-title {
  color: #2e6b75;
}
.cid-u7hqPszoeY .mbr-section-subtitle {
  color: #6c7577;
}
.cid-u7hqPszoeY .mbr-item-subtitle {
  color: #6c7577;
}
.cid-u7hqPszoeY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7hqPszoeY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7hqPszoeY H3 {
  color: #00d0f3;
}
.cid-u7hqPvf92B {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u7hqPvf92B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7hqPvf92B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7hqPvf92B .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u7hqPvf92B .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u7hqPvf92B .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u7hqPvf92B .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u7hqPvf92B .desc-wrapper {
    margin-bottom: 16px;
  }
}
.cid-u7hqPvf92B .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-u7hqPvf92B .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #00d0f3, #ffffff);
}
.cid-u7hqPvf92B .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7hqPvf92B .mbr-desc {
  color: #1c1c1c;
}
.cid-u7hqPvf92B .mbr-text {
  color: #1c1c1c;
}
.cid-u7hqPvf92B .mbr-desc,
.cid-u7hqPvf92B .desc-wrapper {
  text-align: left;
}
.cid-u7hqPIYqXd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/-dsc0340-2000x1335.jpg");
}
.cid-u7hqPIYqXd::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #13688c 50%);
  z-index: 1;
}
.cid-u7hqPIYqXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7hqPIYqXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7hqPIYqXd .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u7hqPIYqXd .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u7hqPIYqXd .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u7hqPIYqXd .container {
    padding: 0 22px;
  }
}
.cid-u7hqPIYqXd .row {
  position: relative;
  z-index: 1;
}
.cid-u7hqPIYqXd .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7hqPIYqXd .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7hqPIYqXd .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7hqPIYqXd .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7hqPIYqXd .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7hqPIYqXd .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7hqPIYqXd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7hqPIYqXd .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7hqPIYqXd .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7hqPIYqXd .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7hqPIYqXd .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7hqPIYqXd .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7hqPIYqXd .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7hqPIYqXd .nav-wrapper .list .item-wrap:hover,
.cid-u7hqPIYqXd .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-u7hqPIYqXd .nav-wrapper .list .item-wrap:hover::before,
.cid-u7hqPIYqXd .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7hqPIYqXd .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7hqPIYqXd .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7hqPIYqXd .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7hqPIYqXd .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7hqPIYqXd .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7hqPIYqXd .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #0c2c68;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7hqPIYqXd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7hqPIYqXd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7hqPIYqXd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-u7hqPIYqXd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7hqPIYqXd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7hqPIYqXd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7hqPIYqXd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7hqPIYqXd .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7hqPIYqXd .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7hqPIYqXd .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7hqPIYqXd .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7hqPIYqXd .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7hqPIYqXd .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7hqPIYqXd .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7hqPIYqXd .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7hqPIYqXd .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7hqPIYqXd .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7hqPIYqXd .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7hqPIYqXd .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-u7hqPIYqXd .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7hqPIYqXd .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7hqPIYqXd .mbr-section-title {
  color: #00d0f3;
}
.cid-u7hqPIYqXd .mbr-text {
  color: #ffffff;
}
.cid-u7hqPIYqXd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7hqPIYqXd .list {
  color: #ffffff;
}
.cid-u7hqPIYqXd .mbr-contact {
  color: #ffffff;
}
.cid-u7hqPIYqXd .mbr-desc {
  color: #ffffff;
}
.cid-u7hqPIYqXd .list,
.cid-u7hqPIYqXd .item-wrap {
  color: #ffffff;
}
.cid-u7hqPIYqXd .mbr-contact,
.cid-u7hqPIYqXd .item-contact {
  color: #ffffff;
}
.cid-u7i2kAYDhV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-u7i2kAYDhV .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u7i2kAYDhV .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-u7i2kAYDhV .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u7i2kAYDhV .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u7i2kAYDhV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7i2kAYDhV .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-u7i2kAYDhV .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-u7i2kAYDhV .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u7i2kAYDhV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7i2kAYDhV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-u7i2kAYDhV .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u7i2kAYDhV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7i2kAYDhV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7i2kAYDhV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u7i2kAYDhV .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u7i2kAYDhV .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-u7i2kAYDhV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7i2kAYDhV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u7i2kAYDhV .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u7i2kAYDhV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7i2kAYDhV .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u7i2kAYDhV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7i2kAYDhV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7i2kAYDhV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u7i2kAYDhV .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u7i2kAYDhV .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-u7i2kAYDhV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u7i2kAYDhV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7i2kAYDhV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-u7i2kAYDhV .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u7i2kAYDhV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u7i2kAYDhV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u7i2kAYDhV .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u7i2kAYDhV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u7i2kAYDhV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u7i2kAYDhV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7i2kAYDhV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7i2kAYDhV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7i2kAYDhV .dropdown-item.active,
.cid-u7i2kAYDhV .dropdown-item:active {
  background-color: transparent;
}
.cid-u7i2kAYDhV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7i2kAYDhV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7i2kAYDhV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7i2kAYDhV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7i2kAYDhV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u7i2kAYDhV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7i2kAYDhV ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u7i2kAYDhV .navbar-buttons {
  text-align: center;
}
.cid-u7i2kAYDhV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u7i2kAYDhV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #37b7e8;
}
.cid-u7i2kAYDhV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u7i2kAYDhV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u7i2kAYDhV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u7i2kAYDhV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u7i2kAYDhV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7i2kAYDhV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u7i2kAYDhV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u7i2kAYDhV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7i2kAYDhV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u7i2kAYDhV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-u7i2kAYDhV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u7i2kAYDhV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u7i2kAYDhV .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-u7i2kAYDhV .nav-link:hover,
.cid-u7i2kAYDhV .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u7i2kp2dBF {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7i2kp2dBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7i2kp2dBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7i2kp2dBF .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u7i2kp2dBF .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u7i2kp2dBF .container {
    padding: 0 22px;
  }
}
.cid-u7i2kp2dBF .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u7i2kp2dBF .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-u7i2kp2dBF .content-wrapper img {
  height: 510px;
  object-fit: cover;
  border-radius: 12rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-u7i2kp2dBF .content-wrapper img {
    height: 350px;
  }
}
.cid-u7i2kp2dBF .mbr-section-title {
  color: #000000;
}
.cid-u7i2kp2dBF .mbr-section-title,
.cid-u7i2kp2dBF .title-wrapper {
  color: #3c9f68;
}
.cid-u7i2kxaMTS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7i2kxaMTS .item-img {
  position: relative;
}
.cid-u7i2kxaMTS .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u7i2kxaMTS .cardbg {
  background: #f7f7f7;
  height: 100%;
  min-height: 300px;
}
.cid-u7i2kxaMTS .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u7i2kxaMTS .image-wrapper {
  overflow: hidden;
}
.cid-u7i2kxaMTS .item1 {
  margin-bottom: 2rem !important;
}
.cid-u7i2kxaMTS .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7i2kxaMTS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7i2kxaMTS .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u7i2kxaMTS .item1,
.cid-u7i2kxaMTS .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u7i2kxaMTS .item1 .item:hover,
.cid-u7i2kxaMTS .item .item:hover {
  cursor: pointer;
}
.cid-u7i2kxaMTS .item1:hover .link-icon-wrapper span,
.cid-u7i2kxaMTS .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u7i2kxaMTS .card2 {
    margin-top: 1rem;
  }
}
.cid-u7i2kxaMTS .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u7i2kxaMTS .link-icon-wrapper .icon-wrap {
  background: #00d0f3;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7i2kxaMTS .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7i2kxaMTS .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u7i2kxaMTS .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u7i2kxaMTS .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u7i2kxaMTS .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u7i2kxaMTS .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u7i2kxaMTS .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u7i2kxaMTS img,
.cid-u7i2kxaMTS .item-img {
  width: 100%;
}
.cid-u7i2kxaMTS .item:focus,
.cid-u7i2kxaMTS span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u7i2kxaMTS .item {
    margin-bottom: 1rem;
  }
}
.cid-u7i2kxaMTS .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u7i2kxaMTS .item-title {
  text-align: left;
  color: #232323;
}
.cid-u7i2kxaMTS .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u7i2kxaMTS .mbr-section-subtitle,
.cid-u7i2kxaMTS .subtitle-wrap,
.cid-u7i2kxaMTS .mbr-section-btn {
  text-align: left;
  color: #42a743;
}
.cid-u7i2kxaMTS .mbr-text,
.cid-u7i2kxaMTS .item .mbr-section-btn {
  color: #232323;
}
.cid-u7i2kyfv0r {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u7i2kyfv0r img,
.cid-u7i2kyfv0r .item-img {
  width: 100%;
}
.cid-u7i2kyfv0r .item:focus,
.cid-u7i2kyfv0r span:focus {
  outline: none;
}
.cid-u7i2kyfv0r .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u7i2kyfv0r .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u7i2kyfv0r .item {
  padding: 0;
  margin: 0;
}
.cid-u7i2kyfv0r .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u7i2kyfv0r .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7i2kyfv0r .item-wrapper .item-content {
    padding: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-u7i2kyfv0r .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u7i2kyfv0r .mbr-text,
.cid-u7i2kyfv0r .mbr-section-btn {
  color: #232323;
}
.cid-u7i2kyfv0r .mbr-section-title {
  color: #00d0f3;
}
.cid-u7i2kyfv0r .item-title {
  color: #232323;
  text-align: center;
}
.cid-u7i2kxLQ4e {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
  background: linear-gradient(90deg, #f7f7f7, #ffffff);
}
.cid-u7i2kxLQ4e .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #4284df);
}
.cid-u7i2kxLQ4e h3 {
  color: #FFFFFF;
  font-weight: 500;
}
.cid-u7i2kxLQ4e p {
  color: #FFFFFF;
}
.cid-u7i2kxLQ4e h4 {
  color: #FFFFFF;
  display: none;
}
.cid-u7i2kxLQ4e .mbr-figure img {
  padding-left: 1rem;
}
.cid-u7i2kxLQ4e .counter-container {
  color: #767676;
  padding-right: 4rem;
}
.cid-u7i2kxLQ4e .counter-container div {
  margin-bottom: 1rem;
  padding-left: .5rem;
}
@media (max-width: 575px) {
  .cid-u7i2kxLQ4e .counter-container .counter {
    left: 2rem;
  }
}
.cid-u7i2kxLQ4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7i2kxLQ4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7i2kxLQ4e P {
  color: #232323;
}
.cid-u7i2kxLQ4e H3 {
  color: #3c9f68;
}
.cid-u7ihzB51d2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u7ihzB51d2 .item-img {
  position: relative;
}
.cid-u7ihzB51d2 .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u7ihzB51d2 .cardbg {
  background: #3c9f68;
  height: 100%;
  min-height: 300px;
}
.cid-u7ihzB51d2 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u7ihzB51d2 .image-wrapper {
  overflow: hidden;
}
.cid-u7ihzB51d2 .item1 {
  margin-bottom: 2rem !important;
}
.cid-u7ihzB51d2 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7ihzB51d2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7ihzB51d2 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u7ihzB51d2 .item1,
.cid-u7ihzB51d2 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u7ihzB51d2 .item1 .item:hover,
.cid-u7ihzB51d2 .item .item:hover {
  cursor: pointer;
}
.cid-u7ihzB51d2 .item1:hover .link-icon-wrapper span,
.cid-u7ihzB51d2 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u7ihzB51d2 .card2 {
    margin-top: 1rem;
  }
}
.cid-u7ihzB51d2 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u7ihzB51d2 .link-icon-wrapper .icon-wrap {
  background: #3c9f68;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7ihzB51d2 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7ihzB51d2 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u7ihzB51d2 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u7ihzB51d2 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u7ihzB51d2 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u7ihzB51d2 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u7ihzB51d2 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u7ihzB51d2 img,
.cid-u7ihzB51d2 .item-img {
  width: 100%;
}
.cid-u7ihzB51d2 .item:focus,
.cid-u7ihzB51d2 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u7ihzB51d2 .item {
    margin-bottom: 1rem;
  }
}
.cid-u7ihzB51d2 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u7ihzB51d2 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u7ihzB51d2 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u7ihzB51d2 .mbr-section-subtitle,
.cid-u7ihzB51d2 .subtitle-wrap,
.cid-u7ihzB51d2 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u7ihzB51d2 .mbr-text,
.cid-u7ihzB51d2 .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u7i2kBs9sB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7i2kBs9sB .item {
  padding-bottom: 2rem;
}
.cid-u7i2kBs9sB .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-u7i2kBs9sB .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u7i2kBs9sB .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u7i2kBs9sB .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u7i2kBs9sB .carousel-control,
.cid-u7i2kBs9sB .close {
  background: #1b1b1b;
}
.cid-u7i2kBs9sB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u7i2kBs9sB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u7i2kBs9sB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u7i2kBs9sB .carousel-control-next span {
  margin-left: 5px;
}
.cid-u7i2kBs9sB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u7i2kBs9sB .close::before {
  content: '\e91a';
}
.cid-u7i2kBs9sB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u7i2kBs9sB .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u7i2kBs9sB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7i2kBs9sB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u7i2kBs9sB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u7i2kBs9sB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u7i2kBs9sB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u7i2kBs9sB .carousel-indicators li.active,
.cid-u7i2kBs9sB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u7i2kBs9sB .carousel-indicators li::after,
.cid-u7i2kBs9sB .carousel-indicators li::before {
  content: none;
}
.cid-u7i2kBs9sB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u7i2kBs9sB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u7i2kBs9sB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u7i2kBs9sB .carousel-indicators {
    display: none;
  }
}
.cid-u7i2kBs9sB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u7i2kBs9sB .carousel-inner > .active {
  display: block;
}
.cid-u7i2kBs9sB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7i2kBs9sB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7i2kBs9sB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u7i2kBs9sB .carousel-control,
  .cid-u7i2kBs9sB .carousel-indicators,
  .cid-u7i2kBs9sB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u7i2kBs9sB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u7i2kBs9sB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u7i2kBs9sB .carousel-indicators .active,
.cid-u7i2kBs9sB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u7i2kBs9sB .carousel-indicators .active {
  background: #fff;
}
.cid-u7i2kBs9sB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u7i2kBs9sB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u7i2kBs9sB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u7i2kBs9sB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u7i2kBs9sB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u7i2kBs9sB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u7i2kBs9sB .carousel {
  width: 100%;
}
.cid-u7i2kBs9sB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u7i2kBs9sB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u7i2kBs9sB .modal.fade .modal-dialog,
.cid-u7i2kBs9sB .modal.in .modal-dialog {
  transform: none;
}
.cid-u7i2kBs9sB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u7i2kBs9sB H6 {
  text-align: center;
}
.cid-u7i2kBs9sB .mbr-section-title {
  color: #2e6b75;
}
.cid-u7i2kBs9sB .mbr-section-subtitle {
  color: #6c7577;
}
.cid-u7i2kBs9sB .mbr-item-subtitle {
  color: #6c7577;
}
.cid-u7i2kBs9sB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7i2kBs9sB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7i2kBs9sB H3 {
  color: #42a743;
}
.cid-u7ikOSreo6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7ikOSreo6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ikOSreo6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ikOSreo6 .row {
  flex-direction: row-reverse;
}
.cid-u7i2kDkl90 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/-dsc0340-2000x1335.jpg");
}
.cid-u7i2kDkl90::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #13688c 50%);
  z-index: 1;
}
.cid-u7i2kDkl90 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7i2kDkl90 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7i2kDkl90 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u7i2kDkl90 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u7i2kDkl90 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u7i2kDkl90 .container {
    padding: 0 22px;
  }
}
.cid-u7i2kDkl90 .row {
  position: relative;
  z-index: 1;
}
.cid-u7i2kDkl90 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7i2kDkl90 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7i2kDkl90 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7i2kDkl90 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7i2kDkl90 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7i2kDkl90 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7i2kDkl90 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7i2kDkl90 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7i2kDkl90 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7i2kDkl90 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7i2kDkl90 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7i2kDkl90 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7i2kDkl90 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7i2kDkl90 .nav-wrapper .list .item-wrap:hover,
.cid-u7i2kDkl90 .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-u7i2kDkl90 .nav-wrapper .list .item-wrap:hover::before,
.cid-u7i2kDkl90 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7i2kDkl90 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7i2kDkl90 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7i2kDkl90 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7i2kDkl90 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7i2kDkl90 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7i2kDkl90 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #0c2c68;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7i2kDkl90 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7i2kDkl90 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7i2kDkl90 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-u7i2kDkl90 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7i2kDkl90 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7i2kDkl90 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7i2kDkl90 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7i2kDkl90 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7i2kDkl90 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7i2kDkl90 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7i2kDkl90 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7i2kDkl90 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7i2kDkl90 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7i2kDkl90 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7i2kDkl90 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7i2kDkl90 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7i2kDkl90 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7i2kDkl90 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7i2kDkl90 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-u7i2kDkl90 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7i2kDkl90 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7i2kDkl90 .mbr-section-title {
  color: #00d0f3;
}
.cid-u7i2kDkl90 .mbr-text {
  color: #ffffff;
}
.cid-u7i2kDkl90 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7i2kDkl90 .list {
  color: #ffffff;
}
.cid-u7i2kDkl90 .mbr-contact {
  color: #ffffff;
}
.cid-u7i2kDkl90 .mbr-desc {
  color: #ffffff;
}
.cid-u7i2kDkl90 .list,
.cid-u7i2kDkl90 .item-wrap {
  color: #ffffff;
}
.cid-u7i2kDkl90 .mbr-contact,
.cid-u7i2kDkl90 .item-contact {
  color: #ffffff;
}
.cid-u7ilWN8aAL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-u7ilWN8aAL .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u7ilWN8aAL .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-u7ilWN8aAL .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u7ilWN8aAL .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u7ilWN8aAL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7ilWN8aAL .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-u7ilWN8aAL .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-u7ilWN8aAL .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u7ilWN8aAL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7ilWN8aAL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-u7ilWN8aAL .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u7ilWN8aAL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7ilWN8aAL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7ilWN8aAL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u7ilWN8aAL .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u7ilWN8aAL .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-u7ilWN8aAL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7ilWN8aAL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u7ilWN8aAL .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u7ilWN8aAL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7ilWN8aAL .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u7ilWN8aAL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7ilWN8aAL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7ilWN8aAL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u7ilWN8aAL .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u7ilWN8aAL .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-u7ilWN8aAL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u7ilWN8aAL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7ilWN8aAL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-u7ilWN8aAL .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u7ilWN8aAL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u7ilWN8aAL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u7ilWN8aAL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u7ilWN8aAL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u7ilWN8aAL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u7ilWN8aAL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7ilWN8aAL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7ilWN8aAL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7ilWN8aAL .dropdown-item.active,
.cid-u7ilWN8aAL .dropdown-item:active {
  background-color: transparent;
}
.cid-u7ilWN8aAL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7ilWN8aAL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7ilWN8aAL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7ilWN8aAL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7ilWN8aAL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u7ilWN8aAL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7ilWN8aAL ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u7ilWN8aAL .navbar-buttons {
  text-align: center;
}
.cid-u7ilWN8aAL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u7ilWN8aAL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #37b7e8;
}
.cid-u7ilWN8aAL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u7ilWN8aAL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u7ilWN8aAL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u7ilWN8aAL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u7ilWN8aAL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7ilWN8aAL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u7ilWN8aAL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u7ilWN8aAL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7ilWN8aAL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u7ilWN8aAL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-u7ilWN8aAL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u7ilWN8aAL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u7ilWN8aAL .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-u7ilWN8aAL .nav-link:hover,
.cid-u7ilWN8aAL .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u7ilWIkhYQ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7ilWIkhYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ilWIkhYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ilWIkhYQ .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u7ilWIkhYQ .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u7ilWIkhYQ .container {
    padding: 0 22px;
  }
}
.cid-u7ilWIkhYQ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u7ilWIkhYQ .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-u7ilWIkhYQ .content-wrapper img {
  height: 510px;
  object-fit: cover;
  border-radius: 12rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-u7ilWIkhYQ .content-wrapper img {
    height: 350px;
  }
}
.cid-u7ilWIkhYQ .mbr-section-title {
  color: #000000;
}
.cid-u7ilWIkhYQ .mbr-section-title,
.cid-u7ilWIkhYQ .title-wrapper {
  color: #3c9f68;
}
.cid-u7ilWKgfqz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7ilWKgfqz .item-img {
  position: relative;
}
.cid-u7ilWKgfqz .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u7ilWKgfqz .cardbg {
  background: #f7f7f7;
  height: 100%;
  min-height: 300px;
}
.cid-u7ilWKgfqz .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u7ilWKgfqz .image-wrapper {
  overflow: hidden;
}
.cid-u7ilWKgfqz .item1 {
  margin-bottom: 2rem !important;
}
.cid-u7ilWKgfqz .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7ilWKgfqz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7ilWKgfqz .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u7ilWKgfqz .item1,
.cid-u7ilWKgfqz .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u7ilWKgfqz .item1 .item:hover,
.cid-u7ilWKgfqz .item .item:hover {
  cursor: pointer;
}
.cid-u7ilWKgfqz .item1:hover .link-icon-wrapper span,
.cid-u7ilWKgfqz .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u7ilWKgfqz .card2 {
    margin-top: 1rem;
  }
}
.cid-u7ilWKgfqz .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u7ilWKgfqz .link-icon-wrapper .icon-wrap {
  background: #00d0f3;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7ilWKgfqz .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7ilWKgfqz .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u7ilWKgfqz .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u7ilWKgfqz .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u7ilWKgfqz .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u7ilWKgfqz .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u7ilWKgfqz .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u7ilWKgfqz img,
.cid-u7ilWKgfqz .item-img {
  width: 100%;
}
.cid-u7ilWKgfqz .item:focus,
.cid-u7ilWKgfqz span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u7ilWKgfqz .item {
    margin-bottom: 1rem;
  }
}
.cid-u7ilWKgfqz .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u7ilWKgfqz .item-title {
  text-align: left;
  color: #232323;
}
.cid-u7ilWKgfqz .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u7ilWKgfqz .mbr-section-subtitle,
.cid-u7ilWKgfqz .subtitle-wrap,
.cid-u7ilWKgfqz .mbr-section-btn {
  text-align: left;
  color: #42a743;
}
.cid-u7ilWKgfqz .mbr-text,
.cid-u7ilWKgfqz .item .mbr-section-btn {
  color: #232323;
}
.cid-u7ilWL5XNH {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u7ilWL5XNH img,
.cid-u7ilWL5XNH .item-img {
  width: 100%;
}
.cid-u7ilWL5XNH .item:focus,
.cid-u7ilWL5XNH span:focus {
  outline: none;
}
.cid-u7ilWL5XNH .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u7ilWL5XNH .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u7ilWL5XNH .item {
  padding: 0;
  margin: 0;
}
.cid-u7ilWL5XNH .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u7ilWL5XNH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7ilWL5XNH .item-wrapper .item-content {
    padding: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-u7ilWL5XNH .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u7ilWL5XNH .mbr-text,
.cid-u7ilWL5XNH .mbr-section-btn {
  color: #232323;
}
.cid-u7ilWL5XNH .mbr-section-title {
  color: #00d0f3;
}
.cid-u7ilWL5XNH .item-title {
  color: #232323;
  text-align: center;
}
.cid-u7ipt1t5Sa {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-u7ipt1t5Sa::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #42a743 -10%, transparent 80%);
}
.cid-u7ipt1t5Sa::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #3c9f68 -10%, transparent 80%);
}
.cid-u7ipt1t5Sa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ipt1t5Sa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ipt1t5Sa .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-u7ipt1t5Sa .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7ipt1t5Sa .container {
    padding: 0 16px;
  }
}
.cid-u7ipt1t5Sa .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-u7ipt1t5Sa .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-u7ipt1t5Sa .content-wrapper {
  margin-bottom: 80px;
}
.cid-u7ipt1t5Sa .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u7ipt1t5Sa .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u7ipt1t5Sa .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u7ipt1t5Sa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u7ipt1t5Sa .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-u7ipt1t5Sa .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-u7ipt1t5Sa .item .item-wrapper {
    padding: 32px;
  }
}
.cid-u7ipt1t5Sa .item .item-wrapper .card-box .item-desc {
  margin-bottom: 16px;
}
.cid-u7ipt1t5Sa .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-u7ipt1t5Sa .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-u7ipt1t5Sa .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
}
.cid-u7ipt1t5Sa .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-u7ipt1t5Sa .item .item-wrapper .card-box .list-wrapper {
  margin-top: 40px;
}
.cid-u7ipt1t5Sa .item .item-wrapper .card-box .list-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-u7ipt1t5Sa .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u7ipt1t5Sa .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  position: relative;
  padding-left: 28px;
}
.cid-u7ipt1t5Sa .item .item-wrapper .card-box .list-wrapper .list .item-wrap:before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #f1634f;
}
.cid-u7ipt1t5Sa .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u7ipt1t5Sa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u7ipt1t5Sa .mbr-text,
.cid-u7ipt1t5Sa .text-wrapper {
  color: #6f6f6f;
  text-align: center;
}
.cid-u7ipt1t5Sa .item-desc {
  color: #6f6f6f;
}
.cid-u7ipt1t5Sa .item-title {
  color: #3c9f68;
}
.cid-u7ipt1t5Sa .item-price {
  color: #000000;
}
.cid-u7ipt1t5Sa .mbr-list-title {
  color: #000000;
}
.cid-u7ipt1t5Sa .list {
  color: #000000;
}
.cid-u7ilWLYOkU {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
  background: linear-gradient(90deg, #f7f7f7, #ffffff);
}
.cid-u7ilWLYOkU .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #4284df);
}
.cid-u7ilWLYOkU h3 {
  color: #FFFFFF;
  font-weight: 500;
}
.cid-u7ilWLYOkU p {
  color: #FFFFFF;
}
.cid-u7ilWLYOkU h4 {
  color: #FFFFFF;
  display: none;
}
.cid-u7ilWLYOkU .mbr-figure img {
  padding-left: 1rem;
}
.cid-u7ilWLYOkU .counter-container {
  color: #767676;
  padding-right: 4rem;
}
.cid-u7ilWLYOkU .counter-container div {
  margin-bottom: 1rem;
  padding-left: .5rem;
}
@media (max-width: 575px) {
  .cid-u7ilWLYOkU .counter-container .counter {
    left: 2rem;
  }
}
.cid-u7ilWLYOkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ilWLYOkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ilWLYOkU P {
  color: #232323;
}
.cid-u7ilWLYOkU H3 {
  color: #3c9f68;
}
.cid-u7ilWMCokH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u7ilWMCokH .item-img {
  position: relative;
}
.cid-u7ilWMCokH .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u7ilWMCokH .cardbg {
  background: #3c9f68;
  height: 100%;
  min-height: 300px;
}
.cid-u7ilWMCokH .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u7ilWMCokH .image-wrapper {
  overflow: hidden;
}
.cid-u7ilWMCokH .item1 {
  margin-bottom: 2rem !important;
}
.cid-u7ilWMCokH .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7ilWMCokH .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7ilWMCokH .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u7ilWMCokH .item1,
.cid-u7ilWMCokH .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u7ilWMCokH .item1 .item:hover,
.cid-u7ilWMCokH .item .item:hover {
  cursor: pointer;
}
.cid-u7ilWMCokH .item1:hover .link-icon-wrapper span,
.cid-u7ilWMCokH .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u7ilWMCokH .card2 {
    margin-top: 1rem;
  }
}
.cid-u7ilWMCokH .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u7ilWMCokH .link-icon-wrapper .icon-wrap {
  background: #3c9f68;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7ilWMCokH .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7ilWMCokH .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u7ilWMCokH .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u7ilWMCokH .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u7ilWMCokH .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u7ilWMCokH .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u7ilWMCokH .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u7ilWMCokH img,
.cid-u7ilWMCokH .item-img {
  width: 100%;
}
.cid-u7ilWMCokH .item:focus,
.cid-u7ilWMCokH span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u7ilWMCokH .item {
    margin-bottom: 1rem;
  }
}
.cid-u7ilWMCokH .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u7ilWMCokH .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u7ilWMCokH .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u7ilWMCokH .mbr-section-subtitle,
.cid-u7ilWMCokH .subtitle-wrap,
.cid-u7ilWMCokH .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u7ilWMCokH .mbr-text,
.cid-u7ilWMCokH .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u7ilWORKwu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7ilWORKwu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ilWORKwu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ilWORKwu .row {
  flex-direction: row-reverse;
}
.cid-u7ilWPiolv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/-dsc0340-2000x1335.jpg");
}
.cid-u7ilWPiolv::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #13688c 50%);
  z-index: 1;
}
.cid-u7ilWPiolv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ilWPiolv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ilWPiolv .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u7ilWPiolv .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u7ilWPiolv .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u7ilWPiolv .container {
    padding: 0 22px;
  }
}
.cid-u7ilWPiolv .row {
  position: relative;
  z-index: 1;
}
.cid-u7ilWPiolv .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7ilWPiolv .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7ilWPiolv .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7ilWPiolv .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7ilWPiolv .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7ilWPiolv .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7ilWPiolv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7ilWPiolv .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7ilWPiolv .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7ilWPiolv .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7ilWPiolv .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7ilWPiolv .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7ilWPiolv .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7ilWPiolv .nav-wrapper .list .item-wrap:hover,
.cid-u7ilWPiolv .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-u7ilWPiolv .nav-wrapper .list .item-wrap:hover::before,
.cid-u7ilWPiolv .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7ilWPiolv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7ilWPiolv .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7ilWPiolv .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7ilWPiolv .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7ilWPiolv .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7ilWPiolv .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #0c2c68;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7ilWPiolv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7ilWPiolv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7ilWPiolv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-u7ilWPiolv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7ilWPiolv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7ilWPiolv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7ilWPiolv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7ilWPiolv .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7ilWPiolv .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7ilWPiolv .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7ilWPiolv .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7ilWPiolv .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7ilWPiolv .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7ilWPiolv .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7ilWPiolv .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7ilWPiolv .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7ilWPiolv .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7ilWPiolv .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7ilWPiolv .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-u7ilWPiolv .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7ilWPiolv .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7ilWPiolv .mbr-section-title {
  color: #00d0f3;
}
.cid-u7ilWPiolv .mbr-text {
  color: #ffffff;
}
.cid-u7ilWPiolv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7ilWPiolv .list {
  color: #ffffff;
}
.cid-u7ilWPiolv .mbr-contact {
  color: #ffffff;
}
.cid-u7ilWPiolv .mbr-desc {
  color: #ffffff;
}
.cid-u7ilWPiolv .list,
.cid-u7ilWPiolv .item-wrap {
  color: #ffffff;
}
.cid-u7ilWPiolv .mbr-contact,
.cid-u7ilWPiolv .item-contact {
  color: #ffffff;
}
.cid-u7aPTFZl8c .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-u7aPTFZl8c .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u7aPTFZl8c .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-u7aPTFZl8c .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u7aPTFZl8c .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u7aPTFZl8c .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7aPTFZl8c .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-u7aPTFZl8c .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-u7aPTFZl8c .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u7aPTFZl8c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7aPTFZl8c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-u7aPTFZl8c .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u7aPTFZl8c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7aPTFZl8c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7aPTFZl8c .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u7aPTFZl8c .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u7aPTFZl8c .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-u7aPTFZl8c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7aPTFZl8c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u7aPTFZl8c .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u7aPTFZl8c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7aPTFZl8c .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u7aPTFZl8c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7aPTFZl8c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7aPTFZl8c .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u7aPTFZl8c .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u7aPTFZl8c .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-u7aPTFZl8c .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u7aPTFZl8c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7aPTFZl8c .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-u7aPTFZl8c .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u7aPTFZl8c .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u7aPTFZl8c .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u7aPTFZl8c .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u7aPTFZl8c .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u7aPTFZl8c .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u7aPTFZl8c .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7aPTFZl8c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7aPTFZl8c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7aPTFZl8c .dropdown-item.active,
.cid-u7aPTFZl8c .dropdown-item:active {
  background-color: transparent;
}
.cid-u7aPTFZl8c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7aPTFZl8c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7aPTFZl8c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7aPTFZl8c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7aPTFZl8c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u7aPTFZl8c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7aPTFZl8c ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u7aPTFZl8c .navbar-buttons {
  text-align: center;
}
.cid-u7aPTFZl8c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u7aPTFZl8c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #37b7e8;
}
.cid-u7aPTFZl8c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u7aPTFZl8c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u7aPTFZl8c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u7aPTFZl8c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u7aPTFZl8c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7aPTFZl8c nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u7aPTFZl8c nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u7aPTFZl8c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7aPTFZl8c .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u7aPTFZl8c a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-u7aPTFZl8c .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u7aPTFZl8c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u7aPTFZl8c .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-u7aPTFZl8c .nav-link:hover,
.cid-u7aPTFZl8c .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u7aPTGMeM6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #37b7e8;
}
.cid-u7aPTGMeM6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7aPTGMeM6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7aPTGMeM6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u7aPTGMeM6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u7aPTGMeM6 .container {
    padding: 0;
  }
}
.cid-u7aPTGMeM6 .row {
  margin: 0;
  border-top: 1px solid #fdfcfa;
  border-bottom: 1px solid #fdfcfa;
}
.cid-u7aPTGMeM6 .card {
  border-radius: 0;
  padding: 0;
}
.cid-u7aPTGMeM6 .card:first-child {
  border-right: 1px solid #fdfcfa;
}
@media (max-width: 992px) {
  .cid-u7aPTGMeM6 .card:first-child {
    border-right: none;
    border-bottom: 1px solid #fdfcfa;
  }
}
.cid-u7aPTGMeM6 .card .card-wrapper {
  padding: 70px 16px;
}
@media (max-width: 992px) {
  .cid-u7aPTGMeM6 .card .card-wrapper {
    padding: 40px 16px;
  }
}
.cid-u7aPTGMeM6 .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-u7aPTGMeM6 .card .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-u7aPTGMeM6 .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7aPTGMeM6 .mbr-desc {
  color: #232323;
  text-align: center;
}
.cid-u7aPTH4rKR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/petient-1824x1010.jpg");
}
.cid-u7aPTH4rKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7aPTH4rKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7aPTH4rKR .content-wrapper {
  position: relative;
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-u7aPTH4rKR .content-wrapper {
    margin: 0 30px;
  }
}
.cid-u7aPTH4rKR .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u7aPTH4rKR .content-wrapper .mbr-section-title {
    padding-top: 12px;
    margin-bottom: 12px;
  }
}
.cid-u7aPTH4rKR .content-wrapper .list-wrapper .mbr-item {
  padding: 20px 0 33px 0;
  border-top: 2px solid #2b7a69;
  margin: 0;
}
.cid-u7aPTH4rKR .content-wrapper .list-wrapper .mbr-item:first-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-u7aPTH4rKR .content-wrapper .list-wrapper .mbr-item {
    padding: 12px 0 20px 0;
  }
}
.cid-u7aPTH4rKR .mbr-section-title {
  color: #000000;
}
.cid-u7aPTH4rKR .mbr-item {
  color: #ffffff;
}
.cid-u7aPTHicc2 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u7aPTHicc2 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-u7aPTHicc2 .mbr-shop .row {
  margin: 0;
}
.cid-u7aPTHicc2 .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-u7aPTHicc2 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-u7aPTHicc2 .categories {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-u7aPTHicc2 .mbr-gallery-item {
    width: 33.33%;
  }
}
.cid-u7aPTHicc2 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-u7aPTHicc2 .container {
  max-width: 1400px;
}
.cid-u7aPTHicc2 .mbr-shop .mbr-gallery-filter ul li:before {
  content: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-u7aPTHicc2 .sidebar_wraper {
  padding: 1rem 0;
}
.cid-u7aPTHicc2 .galleryItem {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  overflow: hidden;
}
.cid-u7aPTHicc2 .item-title {
  padding-bottom: 0.4rem;
  font-weight: 700;
  color: #0c2c68;
}
.cid-u7aPTHicc2 .display-5 {
  font-size: 1.4rem;
}
.cid-u7aPTHicc2 .shop-item-price,
.cid-u7aPTHicc2 .oldprice {
  font-size: 1.1rem;
  font-weight: 600 !important;
}
.cid-u7aPTHicc2 .mbr-shop .sidebar-background:after {
  background: transparent !important;
  background-color: rgba(0, 0, 0, 0.05);
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  top: -20px;
  right: 3px;
}
.cid-u7aPTHicc2 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-u7aPTHicc2 .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-u7aPTHicc2 .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-u7aPTHicc2 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-u7aPTHicc2 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-u7aPTHicc2 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-u7aPTHicc2 .mbr-shop .hide-modal {
  display: none;
}
.cid-u7aPTHicc2 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-u7aPTHicc2 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-u7aPTHicc2 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-u7aPTHicc2 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-u7aPTHicc2 .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-u7aPTHicc2 .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-u7aPTHicc2 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-u7aPTHicc2 .mbr-shop .filter-by-pu,
.cid-u7aPTHicc2 .mbr-shop .filter-by-pd,
.cid-u7aPTHicc2 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-u7aPTHicc2 .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-u7aPTHicc2 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-u7aPTHicc2 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-u7aPTHicc2 .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-u7aPTHicc2 .mbr-shop .galleryItem h4,
.cid-u7aPTHicc2 .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.cid-u7aPTHicc2 .mbr-shop .galleryItem h5,
.cid-u7aPTHicc2 .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-u7aPTHicc2 .mbr-shop .galleryItem p,
.cid-u7aPTHicc2 .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-u7aPTHicc2 .mbr-shop .item-button {
  text-align: center;
}
.cid-u7aPTHicc2 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-u7aPTHicc2 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-u7aPTHicc2 .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-u7aPTHicc2 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-u7aPTHicc2 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-u7aPTHicc2 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-u7aPTHicc2 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-u7aPTHicc2 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-u7aPTHicc2 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-u7aPTHicc2 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-u7aPTHicc2 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-u7aPTHicc2 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-u7aPTHicc2 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-u7aPTHicc2 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-u7aPTHicc2 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-u7aPTHicc2 .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-u7aPTHicc2 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-u7aPTHicc2 .mbr-shop .mbr-gallery-item__hided h4,
.cid-u7aPTHicc2 .mbr-shop .mbr-gallery-item__hided h5,
.cid-u7aPTHicc2 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-u7aPTHicc2 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-u7aPTHicc2 .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-u7aPTHicc2 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-u7aPTHicc2 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-u7aPTHicc2 .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 10px 0 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  display: list-item;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-u7aPTHicc2 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-u7aPTHicc2 .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-u7aPTHicc2 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-u7aPTHicc2 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-u7aPTHicc2 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-u7aPTHicc2 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-u7aPTHicc2 .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-u7aPTHicc2 .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-u7aPTHicc2 .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.cid-u7aPTHicc2 .mbr-shop .range-controls {
  position: relative;
}
.cid-u7aPTHicc2 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-u7aPTHicc2 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-u7aPTHicc2 .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-u7aPTHicc2 .mbr-shop .toggle:hover,
.cid-u7aPTHicc2 .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-u7aPTHicc2 .mbr-shop .min-toggle {
  left: 0;
}
.cid-u7aPTHicc2 .mbr-shop .max-toggle {
  right: 0;
}
.cid-u7aPTHicc2 .mbr-shop .hided-by-price {
  display: none;
}
.cid-u7aPTHicc2 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-u7aPTHicc2 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-u7aPTHicc2 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-u7aPTHicc2 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-u7aPTHicc2 .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-u7aPTHicc2 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-u7aPTHicc2 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-u7aPTHicc2 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-u7aPTHicc2 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-u7aPTHicc2 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-u7aPTHicc2 .mbr-shop .close-modal-wrapper:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-u7aPTHicc2 .mbr-shop .close-modal-wrapper:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-u7aPTHicc2 .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-u7aPTHicc2 .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-u7aPTHicc2 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-u7aPTHicc2 .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-u7aPTHicc2 .mbr-shop .shop-items .onsale,
.cid-u7aPTHicc2 .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-u7aPTHicc2 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-u7aPTHicc2 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-u7aPTHicc2 .mbr-shop .price-range {
  display: inline-block;
}
.cid-u7aPTHicc2 .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-u7aPTHicc2 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-u7aPTHicc2 .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-u7aPTHicc2 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-u7aPTHicc2 .mbr-shop .categories:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-u7aPTHicc2 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-u7aPTHicc2 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-u7aPTHicc2 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-u7aPTHicc2 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-u7aPTHicc2 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-u7aPTHicc2 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-u7aPTHicc2 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-u7aPTHicc2 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-u7aPTHicc2 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-u7aPTHicc2 .clearfix:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u7aPTHicc2 .mbr-shop .mbr-gallery-item {
    width: 50%;
  }
  .cid-u7aPTHicc2 .mbr-shop__row {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .cid-u7aPTHicc2 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-u7aPTHicc2 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-u7aPTHicc2 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-u7aPTHicc2 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-u7aPTHicc2 .wrapper-shop-items {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-u7aPTHicc2 .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-u7aPTHicc2 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-u7aPTHicc2 .wrapper-shop-items,
  .cid-u7aPTHicc2 .mbr-shop__row {
    padding: 0;
  }
  .cid-u7aPTHicc2 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-u7aPTHicc2 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-u7aPTHicc2 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-u7aPTHicc2 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-u7aPTHicc2 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-u7aPTHicc2 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-u7aPTHicc2 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-u7aPTHicc2 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-u7aPTHicc2 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-u7aPTHicc2 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-u7aPTHicc2 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-u7aPTHicc2 .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-u7aPTHicc2 .oldprice {
  color: #767676;
  padding-left: 0.8rem;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7aPTHicc2 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-u7aPTHicc2 LI {
  text-align: center;
}
.cid-u7aPTHicc2 .shop-item-price,
.cid-u7aPTHicc2 .price-block {
  color: #37b7e8;
}
.cid-u7aPTHicc2 .card-description DIV {
  text-align: left;
}
.cid-u7aPTHicc2 .card-description {
  color: #444444;
}
.cid-u7aPTHicc2 .card-description P {
  text-align: left;
}
.cid-u7gedGGbBM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/-dsc0340-2000x1335.jpg");
}
.cid-u7gedGGbBM::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #13688c 50%);
  z-index: 1;
}
.cid-u7gedGGbBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7gedGGbBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7gedGGbBM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u7gedGGbBM .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .container {
    padding: 0 22px;
  }
}
.cid-u7gedGGbBM .row {
  position: relative;
  z-index: 1;
}
.cid-u7gedGGbBM .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u7gedGGbBM .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7gedGGbBM .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #f7f7f7;
}
.cid-u7gedGGbBM .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7gedGGbBM .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u7gedGGbBM .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u7gedGGbBM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover,
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover::before,
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7gedGGbBM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #0c2c68;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7gedGGbBM .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u7gedGGbBM .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-u7gedGGbBM .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7gedGGbBM .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u7gedGGbBM .mbr-section-title {
  color: #00d0f3;
}
.cid-u7gedGGbBM .mbr-text {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7gedGGbBM .list {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-contact {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-desc {
  color: #ffffff;
}
.cid-u7gedGGbBM .list,
.cid-u7gedGGbBM .item-wrap {
  color: #ffffff;
}
.cid-u7gedGGbBM .mbr-contact,
.cid-u7gedGGbBM .item-contact {
  color: #ffffff;
}
