body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.28rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 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);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-rU8O8xNgI9 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-rU8O8xNgI9 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rU8O8xNgI9 a {
  font-style: normal;
}
.cid-rU8O8xNgI9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rU8O8xNgI9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rU8O8xNgI9 .nav-item:focus,
.cid-rU8O8xNgI9 .nav-link:focus {
  outline: none;
}
.cid-rU8O8xNgI9 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rU8O8xNgI9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rU8O8xNgI9 .menu-logo {
  margin-right: auto;
}
.cid-rU8O8xNgI9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rU8O8xNgI9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rU8O8xNgI9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rU8O8xNgI9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rU8O8xNgI9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rU8O8xNgI9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rU8O8xNgI9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rU8O8xNgI9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rU8O8xNgI9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rU8O8xNgI9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rU8O8xNgI9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rU8O8xNgI9 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rU8O8xNgI9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rU8O8xNgI9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rU8O8xNgI9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rU8O8xNgI9 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rU8O8xNgI9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rU8O8xNgI9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rU8O8xNgI9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rU8O8xNgI9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rU8O8xNgI9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rU8O8xNgI9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rU8O8xNgI9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rU8O8xNgI9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rU8O8xNgI9 button.navbar-toggler:focus {
  outline: none;
}
.cid-rU8O8xNgI9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #149dcc;
}
.cid-rU8O8xNgI9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rU8O8xNgI9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rU8O8xNgI9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rU8O8xNgI9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rU8O8xNgI9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rU8O8xNgI9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rU8O8xNgI9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rU8O8xNgI9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rU8O8xNgI9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rU8O8xNgI9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rU8O8xNgI9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rU8O8xNgI9 .collapsed .navbar-collapse.collapsing,
.cid-rU8O8xNgI9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rU8O8xNgI9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rU8O8xNgI9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rU8O8xNgI9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rU8O8xNgI9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rU8O8xNgI9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rU8O8xNgI9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rU8O8xNgI9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rU8O8xNgI9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rU8O8xNgI9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-rU8O8xNgI9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rU8O8xNgI9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rU8O8xNgI9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rU8O8xNgI9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rU8O8xNgI9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rU8O8xNgI9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rU8O8xNgI9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rU8O8xNgI9 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rU8O8xNgI9 img {
    height: 3.8rem !important;
  }
  .cid-rU8O8xNgI9 .btn {
    display: -webkit-flex;
  }
  .cid-rU8O8xNgI9 button.navbar-toggler {
    display: block;
  }
  .cid-rU8O8xNgI9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rU8O8xNgI9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rU8O8xNgI9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rU8O8xNgI9 .navbar-collapse.collapsing,
  .cid-rU8O8xNgI9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rU8O8xNgI9 .navbar-collapse.collapsing .navbar-nav,
  .cid-rU8O8xNgI9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rU8O8xNgI9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rU8O8xNgI9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rU8O8xNgI9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rU8O8xNgI9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rU8O8xNgI9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rU8O8xNgI9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rU8O8xNgI9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rU8O8xNgI9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rU8O8xNgI9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rU8O8xNgI9 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rU8O8xNgI9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rU8O8xNgI9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rU8O8xNgI9 .nav-link:hover,
.cid-rU8O8xNgI9 .dropdown-item:hover {
  color: #82786e !important;
}
.cid-rU8NwqTTat {
  background-image: url("../../../assets/images/329020118-1398320674312610-5936532090938653892-n-1600x1200.jpg");
}
.cid-rU8NwqTTat H1 {
  color: #34cbfd;
}
.cid-rU8NwqTTat .mbr-text,
.cid-rU8NwqTTat .mbr-section-btn {
  color: #ffffff;
}
.cid-rUENS2bkkv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUENS2bkkv .mbr-section-subtitle {
  color: #767676;
}
.cid-rUENS2bkkv H2 {
  color: #149dcc;
}
.cid-rUDA3HZTtR {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rUDA3HZTtR .mbr-text,
.cid-rUDA3HZTtR blockquote {
  color: #767676;
}
.cid-rUDA3HZTtR DIV {
  color: #232323;
}
.cid-sfSuwCemyw {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sfSuwCemyw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sfSuwCemyw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfSuwCemyw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfSuwCemyw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sfSuwCemyw .row > .row {
  display: block;
}
.cid-sfSuwCemyw .mbr-gallery-item {
  width: 100%;
}
.cid-sfSuwCemyw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sfSuwCemyw .mbr-gallery-item > div {
  position: relative;
}
.cid-sfSuwCemyw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sfSuwCemyw .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sfSuwCemyw .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sfSuwCemyw .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUDSJrpUKk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUDSJrpUKk H2 {
  color: #149dcc;
}
.cid-rUDSJrpUKk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIgZrAra4m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uIgZrAra4m h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uIgZrAra4m p {
  color: #767676;
  text-align: left;
}
.cid-uIgZrAra4m .card-box {
  padding-top: 2rem;
}
.cid-uIgZrAra4m .card-wrapper {
  height: 100%;
}
.cid-tYIrVpcm8w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYIrVpcm8w h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tYIrVpcm8w p {
  color: #767676;
  text-align: left;
}
.cid-tYIrVpcm8w .card-box {
  padding-top: 2rem;
}
.cid-tYIrVpcm8w .card-wrapper {
  height: 100%;
}
.cid-tqzzYKPKx7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqzzYKPKx7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tqzzYKPKx7 p {
  color: #767676;
  text-align: left;
}
.cid-tqzzYKPKx7 .card-box {
  padding-top: 2rem;
}
.cid-tqzzYKPKx7 .card-wrapper {
  height: 100%;
}
.cid-t347O7XlYM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t347O7XlYM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t347O7XlYM p {
  color: #767676;
  text-align: left;
}
.cid-t347O7XlYM .card-box {
  padding-top: 2rem;
}
.cid-t347O7XlYM .card-wrapper {
  height: 100%;
}
.cid-uhbuNvdQAv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uhbuNvdQAv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uhbuNvdQAv p {
  color: #767676;
  text-align: left;
}
.cid-uhbuNvdQAv .card-box {
  padding-top: 2rem;
}
.cid-uhbuNvdQAv .card-wrapper {
  height: 100%;
}
.cid-sfoeZlFysc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sfoeZlFysc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sfoeZlFysc p {
  color: #767676;
  text-align: left;
}
.cid-sfoeZlFysc .card-box {
  padding-top: 2rem;
}
.cid-sfoeZlFysc .card-wrapper {
  height: 100%;
}
.cid-uhbE07giXI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uhbE07giXI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uhbE07giXI p {
  color: #767676;
  text-align: left;
}
.cid-uhbE07giXI .card-box {
  padding-top: 2rem;
}
.cid-uhbE07giXI .card-wrapper {
  height: 100%;
}
.cid-t30kIA3CTH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t30kIA3CTH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t30kIA3CTH p {
  color: #767676;
  text-align: left;
}
.cid-t30kIA3CTH .card-box {
  padding-top: 2rem;
}
.cid-t30kIA3CTH .card-wrapper {
  height: 100%;
}
.cid-t5swVJOCzh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5swVJOCzh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t5swVJOCzh p {
  color: #767676;
  text-align: left;
}
.cid-t5swVJOCzh .card-box {
  padding-top: 2rem;
}
.cid-t5swVJOCzh .card-wrapper {
  height: 100%;
}
.cid-tcAYAMYyWG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tcAYAMYyWG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tcAYAMYyWG p {
  color: #767676;
  text-align: left;
}
.cid-tcAYAMYyWG .card-box {
  padding-top: 2rem;
}
.cid-tcAYAMYyWG .card-wrapper {
  height: 100%;
}
.cid-uIh2YfiSot {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uIh2YfiSot h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uIh2YfiSot p {
  color: #767676;
  text-align: left;
}
.cid-uIh2YfiSot .card-box {
  padding-top: 2rem;
}
.cid-uIh2YfiSot .card-wrapper {
  height: 100%;
}
.cid-sCjC6fLiuO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCjC6fLiuO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sCjC6fLiuO p {
  color: #767676;
  text-align: left;
}
.cid-sCjC6fLiuO .card-box {
  padding-top: 2rem;
}
.cid-sCjC6fLiuO .card-wrapper {
  height: 100%;
}
.cid-tyVG2wutPs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tyVG2wutPs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tyVG2wutPs p {
  color: #767676;
  text-align: left;
}
.cid-tyVG2wutPs .card-box {
  padding-top: 2rem;
}
.cid-tyVG2wutPs .card-wrapper {
  height: 100%;
}
.cid-sULt0JSioj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sULt0JSioj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sULt0JSioj p {
  color: #767676;
  text-align: left;
}
.cid-sULt0JSioj .card-box {
  padding-top: 2rem;
}
.cid-sULt0JSioj .card-wrapper {
  height: 100%;
}
.cid-uhbEPViU4a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uhbEPViU4a h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uhbEPViU4a p {
  color: #767676;
  text-align: left;
}
.cid-uhbEPViU4a .card-box {
  padding-top: 2rem;
}
.cid-uhbEPViU4a .card-wrapper {
  height: 100%;
}
.cid-uIgMB0qhaF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uIgMB0qhaF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uIgMB0qhaF p {
  color: #767676;
  text-align: left;
}
.cid-uIgMB0qhaF .card-box {
  padding-top: 2rem;
}
.cid-uIgMB0qhaF .card-wrapper {
  height: 100%;
}
.cid-tp8UXtTMlI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tp8UXtTMlI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tp8UXtTMlI p {
  color: #767676;
  text-align: left;
}
.cid-tp8UXtTMlI .card-box {
  padding-top: 2rem;
}
.cid-tp8UXtTMlI .card-wrapper {
  height: 100%;
}
.cid-tkJIy61W9h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tkJIy61W9h h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tkJIy61W9h p {
  color: #767676;
  text-align: left;
}
.cid-tkJIy61W9h .card-box {
  padding-top: 2rem;
}
.cid-tkJIy61W9h .card-wrapper {
  height: 100%;
}
.cid-t2wGkfloZq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t2wGkfloZq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t2wGkfloZq p {
  color: #767676;
  text-align: left;
}
.cid-t2wGkfloZq .card-box {
  padding-top: 2rem;
}
.cid-t2wGkfloZq .card-wrapper {
  height: 100%;
}
.cid-uhbFPvKtQE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uhbFPvKtQE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uhbFPvKtQE p {
  color: #767676;
  text-align: left;
}
.cid-uhbFPvKtQE .card-box {
  padding-top: 2rem;
}
.cid-uhbFPvKtQE .card-wrapper {
  height: 100%;
}
.cid-t2wFyJ35qn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t2wFyJ35qn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t2wFyJ35qn p {
  color: #767676;
  text-align: left;
}
.cid-t2wFyJ35qn .card-box {
  padding-top: 2rem;
}
.cid-t2wFyJ35qn .card-wrapper {
  height: 100%;
}
.cid-t2wHyrBz0x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t2wHyrBz0x h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t2wHyrBz0x p {
  color: #767676;
  text-align: left;
}
.cid-t2wHyrBz0x .card-box {
  padding-top: 2rem;
}
.cid-t2wHyrBz0x .card-wrapper {
  height: 100%;
}
.cid-uBlJR81sZO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBlJR81sZO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uBlJR81sZO p {
  color: #767676;
  text-align: left;
}
.cid-uBlJR81sZO .card-box {
  padding-top: 2rem;
}
.cid-uBlJR81sZO .card-wrapper {
  height: 100%;
}
.cid-t5su8peNTG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5su8peNTG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t5su8peNTG p {
  color: #767676;
  text-align: left;
}
.cid-t5su8peNTG .card-box {
  padding-top: 2rem;
}
.cid-t5su8peNTG .card-wrapper {
  height: 100%;
}
.cid-t6RHDFWgk4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6RHDFWgk4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t6RHDFWgk4 p {
  color: #767676;
  text-align: left;
}
.cid-t6RHDFWgk4 .card-box {
  padding-top: 2rem;
}
.cid-t6RHDFWgk4 .card-wrapper {
  height: 100%;
}
.cid-smDbZnMbuA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-smDbZnMbuA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-smDbZnMbuA p {
  color: #767676;
  text-align: left;
}
.cid-smDbZnMbuA .card-box {
  padding-top: 2rem;
}
.cid-smDbZnMbuA .card-wrapper {
  height: 100%;
}
.cid-tdWa33eEbU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tdWa33eEbU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tdWa33eEbU p {
  color: #767676;
  text-align: left;
}
.cid-tdWa33eEbU .card-box {
  padding-top: 2rem;
}
.cid-tdWa33eEbU .card-wrapper {
  height: 100%;
}
.cid-uIgVQfhF28 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uIgVQfhF28 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uIgVQfhF28 p {
  color: #767676;
  text-align: left;
}
.cid-uIgVQfhF28 .card-box {
  padding-top: 2rem;
}
.cid-uIgVQfhF28 .card-wrapper {
  height: 100%;
}
.cid-tkJJ98zhsh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tkJJ98zhsh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tkJJ98zhsh p {
  color: #767676;
  text-align: left;
}
.cid-tkJJ98zhsh .card-box {
  padding-top: 2rem;
}
.cid-tkJJ98zhsh .card-wrapper {
  height: 100%;
}
.cid-t5sLaNoBBL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5sLaNoBBL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t5sLaNoBBL p {
  color: #767676;
  text-align: left;
}
.cid-t5sLaNoBBL .card-box {
  padding-top: 2rem;
}
.cid-t5sLaNoBBL .card-wrapper {
  height: 100%;
}
.cid-tKPGJHSyCo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKPGJHSyCo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tKPGJHSyCo p {
  color: #767676;
  text-align: left;
}
.cid-tKPGJHSyCo .card-box {
  padding-top: 2rem;
}
.cid-tKPGJHSyCo .card-wrapper {
  height: 100%;
}
.cid-tyoFuncTmn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tyoFuncTmn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tyoFuncTmn p {
  color: #767676;
  text-align: left;
}
.cid-tyoFuncTmn .card-box {
  padding-top: 2rem;
}
.cid-tyoFuncTmn .card-wrapper {
  height: 100%;
}
.cid-ur6ypa0UB6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ur6ypa0UB6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ur6ypa0UB6 p {
  color: #767676;
  text-align: left;
}
.cid-ur6ypa0UB6 .card-box {
  padding-top: 2rem;
}
.cid-ur6ypa0UB6 .card-wrapper {
  height: 100%;
}
.cid-uBizf8xqfO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBizf8xqfO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uBizf8xqfO p {
  color: #767676;
  text-align: left;
}
.cid-uBizf8xqfO .card-box {
  padding-top: 2rem;
}
.cid-uBizf8xqfO .card-wrapper {
  height: 100%;
}
.cid-t34bx8Xfk0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t34bx8Xfk0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t34bx8Xfk0 p {
  color: #767676;
  text-align: left;
}
.cid-t34bx8Xfk0 .card-box {
  padding-top: 2rem;
}
.cid-t34bx8Xfk0 .card-wrapper {
  height: 100%;
}
.cid-uBiC9zOMLs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBiC9zOMLs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uBiC9zOMLs p {
  color: #767676;
  text-align: left;
}
.cid-uBiC9zOMLs .card-box {
  padding-top: 2rem;
}
.cid-uBiC9zOMLs .card-wrapper {
  height: 100%;
}
.cid-t33rjlEnqn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t33rjlEnqn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t33rjlEnqn p {
  color: #767676;
  text-align: left;
}
.cid-t33rjlEnqn .card-box {
  padding-top: 2rem;
}
.cid-t33rjlEnqn .card-wrapper {
  height: 100%;
}
.cid-tcB0O7yR1D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tcB0O7yR1D h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tcB0O7yR1D p {
  color: #767676;
  text-align: left;
}
.cid-tcB0O7yR1D .card-box {
  padding-top: 2rem;
}
.cid-tcB0O7yR1D .card-wrapper {
  height: 100%;
}
.cid-uIh2aOx3Ax {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uIh2aOx3Ax h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uIh2aOx3Ax p {
  color: #767676;
  text-align: left;
}
.cid-uIh2aOx3Ax .card-box {
  padding-top: 2rem;
}
.cid-uIh2aOx3Ax .card-wrapper {
  height: 100%;
}
.cid-tWqSeVji2z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWqSeVji2z h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tWqSeVji2z p {
  color: #767676;
  text-align: left;
}
.cid-tWqSeVji2z .card-box {
  padding-top: 2rem;
}
.cid-tWqSeVji2z .card-wrapper {
  height: 100%;
}
.cid-tyQW0VgmRn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tyQW0VgmRn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tyQW0VgmRn p {
  color: #767676;
  text-align: left;
}
.cid-tyQW0VgmRn .card-box {
  padding-top: 2rem;
}
.cid-tyQW0VgmRn .card-wrapper {
  height: 100%;
}
.cid-tWr1iyxSED {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWr1iyxSED h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tWr1iyxSED p {
  color: #767676;
  text-align: left;
}
.cid-tWr1iyxSED .card-box {
  padding-top: 2rem;
}
.cid-tWr1iyxSED .card-wrapper {
  height: 100%;
}
.cid-uBlLFKSXsV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBlLFKSXsV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uBlLFKSXsV p {
  color: #767676;
  text-align: left;
}
.cid-uBlLFKSXsV .card-box {
  padding-top: 2rem;
}
.cid-uBlLFKSXsV .card-wrapper {
  height: 100%;
}
.cid-ubeLGQaOx1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ubeLGQaOx1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ubeLGQaOx1 p {
  color: #767676;
  text-align: left;
}
.cid-ubeLGQaOx1 .card-box {
  padding-top: 2rem;
}
.cid-ubeLGQaOx1 .card-wrapper {
  height: 100%;
}
.cid-tgR6h8kkz7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgR6h8kkz7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tgR6h8kkz7 p {
  color: #767676;
  text-align: left;
}
.cid-tgR6h8kkz7 .card-box {
  padding-top: 2rem;
}
.cid-tgR6h8kkz7 .card-wrapper {
  height: 100%;
}
.cid-uhbwJIBkqY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uhbwJIBkqY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uhbwJIBkqY p {
  color: #767676;
  text-align: left;
}
.cid-uhbwJIBkqY .card-box {
  padding-top: 2rem;
}
.cid-uhbwJIBkqY .card-wrapper {
  height: 100%;
}
.cid-tcARMLY71o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tcARMLY71o h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tcARMLY71o p {
  color: #767676;
  text-align: left;
}
.cid-tcARMLY71o .card-box {
  padding-top: 2rem;
}
.cid-tcARMLY71o .card-wrapper {
  height: 100%;
}
.cid-uBiFC1i4pQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBiFC1i4pQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uBiFC1i4pQ p {
  color: #767676;
  text-align: left;
}
.cid-uBiFC1i4pQ .card-box {
  padding-top: 2rem;
}
.cid-uBiFC1i4pQ .card-wrapper {
  height: 100%;
}
.cid-suP1nKhMdp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suP1nKhMdp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-suP1nKhMdp p {
  color: #767676;
  text-align: left;
}
.cid-suP1nKhMdp .card-box {
  padding-top: 2rem;
}
.cid-suP1nKhMdp .card-wrapper {
  height: 100%;
}
.cid-s5AbunBKoJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5AbunBKoJ H2 {
  color: #149dcc;
}
.cid-s5AbunBKoJ .mbr-section-subtitle {
  color: #149dcc;
}
.cid-s987eSeUMc {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #55b4d4;
}
.cid-s987eSeUMc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s987eSeUMc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s987eSeUMc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s987eSeUMc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s987eSeUMc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-s987eSeUMc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s987eSeUMc .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s987eSeUMc .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s987eSeUMc .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sfSOHXenNs {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #55b4d4;
}
.cid-sfSOHXenNs .mbr-text,
.cid-sfSOHXenNs blockquote {
  color: #767676;
}
.cid-sfSOHXenNs .mbr-text {
  color: #232323;
}
.cid-s26jONqXUd {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s26jONqXUd H2 {
  color: #149dcc;
}
.cid-s26kRDFjQA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s26kRDFjQA .mbr-text,
.cid-s26kRDFjQA blockquote {
  color: #767676;
}
.cid-s29ZggYM7C {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s29ZggYM7C H2 {
  color: #55b4d4;
}
.cid-s29ZggYM7C .mbr-section-subtitle {
  color: #55b4d4;
}
.cid-s29ZslKFhd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s29ZslKFhd .mbr-text,
.cid-s29ZslKFhd blockquote {
  color: #767676;
}
.cid-s29ZslKFhd DIV {
  color: #ffffff;
}
.cid-s3pZRhpvj0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3pZRhpvj0 H2 {
  color: #149dcc;
}
.cid-s7gDbsCXcR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7gDbsCXcR .mbr-text {
  color: #767676;
}
.cid-s7gDbsCXcR .mbr-text p {
  background: #ffffff;
}
.cid-s2aa6Zp5BU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2aa6Zp5BU H2 {
  color: #149dcc;
}
.cid-s2aajk7H53 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2aajk7H53 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s2aajk7H53 p {
  color: #767676;
  text-align: left;
}
.cid-s2aajk7H53 .card-box {
  padding-top: 2rem;
}
.cid-s2aajk7H53 .card-wrapper {
  height: 100%;
}
.cid-uBiPVpnWK6 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uBiPVpnWK6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uBiPVpnWK6 p {
  color: #767676;
  text-align: left;
}
.cid-uBiPVpnWK6 .card-box {
  padding-top: 2rem;
}
.cid-uBiPVpnWK6 .card-wrapper {
  height: 100%;
}
.cid-s3Bg7yQ1wQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3Bg7yQ1wQ H2 {
  color: #149dcc;
}
.cid-s3Bgba31kB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3Bgba31kB .mbr-text {
  color: #767676;
}
.cid-s3Bgba31kB .mbr-text p {
  background: #ffffff;
}
