body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.8rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.6rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 1.125rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- 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.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #0087ab !important;
}
.bg-success {
  background-color: #344cf1 !important;
}
.bg-info {
  background-color: #48d678 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0087ab !important;
  border-color: #0087ab !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #004b5e !important;
  border-color: #004b5e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #004b5e !important;
  border-color: #004b5e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #003645;
  color: #003645;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #0087ab;
  border-color: #0087ab;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0087ab !important;
  border-color: #0087ab !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #0a1c44;
  border-color: #0a1c44;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #0c21b3;
  color: #0c21b3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #344cf1;
  border-color: #344cf1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #0087ab !important;
}
.text-secondary {
  color: #0a1c44 !important;
}
.text-success {
  color: #344cf1 !important;
}
.text-info {
  color: #48d678 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #003645 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0c21b3 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #229649 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !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: #48d678;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0087ab;
  border-color: #0087ab;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0087ab;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2bd2ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f3f4fe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #0087ab;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #0087ab !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0087ab;
  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: #0087ab;
  border-bottom-color: #0087ab;
}
.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: #0087ab !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: #0a1c44 !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: 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='%230087ab' %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;
}
.cid-twfjZUooL3 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-twfjZUooL3 .navbar-fixed-top {
  padding-top: 0;
}
.cid-twfjZUooL3 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-twfjZUooL3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twfjZUooL3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-twfjZUooL3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-twfjZUooL3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-twfjZUooL3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-twfjZUooL3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-twfjZUooL3 .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-twfjZUooL3 .dropdown-item {
  padding: 0;
}
.cid-twfjZUooL3 .dropdown-item,
.cid-twfjZUooL3 .nav-link,
.cid-twfjZUooL3 .brand-name {
  font-style: normal;
}
.cid-twfjZUooL3 .dropdown-item:hover,
.cid-twfjZUooL3 .nav-link:hover,
.cid-twfjZUooL3 .brand-name:hover {
  color: #0087ab !important;
}
.cid-twfjZUooL3 .dropdown-menu {
  background-color: #0a1c44;
}
.cid-twfjZUooL3 .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-twfjZUooL3 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-twfjZUooL3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-twfjZUooL3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-twfjZUooL3 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-twfjZUooL3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-twfjZUooL3 .content-text {
  margin-bottom: 0;
}
.cid-twfjZUooL3 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-twfjZUooL3 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-twfjZUooL3 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-twfjZUooL3 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-twfjZUooL3 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-twfjZUooL3 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-twfjZUooL3 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-twfjZUooL3 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-twfjZUooL3 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-twfjZUooL3 .nav-dropdown .link {
  font-weight: 400;
}
.cid-twfjZUooL3 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-twfjZUooL3 .content-right-side {
  text-align: center;
}
.cid-twfjZUooL3 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-twfjZUooL3 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-twfjZUooL3 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-twfjZUooL3 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twfjZUooL3 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twfjZUooL3 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-twfjZUooL3 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-twfjZUooL3 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-twfjZUooL3 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-twfjZUooL3 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-twfjZUooL3 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-twfjZUooL3 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-twfjZUooL3 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-twfjZUooL3 .navbar {
    display: block;
    padding: 0;
  }
  .cid-twfjZUooL3 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-twfjZUooL3 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-twfjZUooL3 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-twfjZUooL3 .navbar-toggler {
    display: none;
  }
  .cid-twfjZUooL3 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-twfjZUooL3 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-twfjZUooL3 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-twfjZUooL3 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-twfjZUooL3 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-twfjZUooL3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-twfjZUooL3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-twfjZUooL3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-twfjZUooL3 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-twfjZUooL3 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-twfjZUooL3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-twfjZUooL3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twfjZUooL3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-twfjZUooL3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-twfjZUooL3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-twfjZUooL3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-twfjZUooL3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twfjZUooL3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-twfjZUooL3 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-twfjZUooL3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-twfjZUooL3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-twfjZUooL3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-twfjZUooL3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-twfjZUooL3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-twfjZUooL3 button.navbar-toggler:focus {
  outline: none;
}
.cid-twfjZUooL3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-twfjZUooL3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twfjZUooL3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twfjZUooL3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twfjZUooL3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twfjZUooL3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twfjZUooL3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twfjZUooL3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twfjZUooL3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twfjZUooL3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twfjZUooL3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twfjZUooL3 .collapsed .btn {
  display: flex;
}
.cid-twfjZUooL3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-twfjZUooL3 .collapsed .navbar-collapse.collapsing,
.cid-twfjZUooL3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-twfjZUooL3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-twfjZUooL3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-twfjZUooL3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-twfjZUooL3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-twfjZUooL3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-twfjZUooL3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-twfjZUooL3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-twfjZUooL3 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-twfjZUooL3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-twfjZUooL3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-twfjZUooL3 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-twfjZUooL3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-twfjZUooL3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-twfjZUooL3 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-twfjZUooL3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-twfjZUooL3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-twfjZUooL3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-twfjZUooL3 .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-twfjZUooL3 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-twfjZUooL3 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-twfjZUooL3 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-twfjZUooL3 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-twfjZUooL3 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-twfjZUooL3 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-twfjZUooL3 .navbar-collapse.collapsing,
  .cid-twfjZUooL3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-twfjZUooL3 .navbar-collapse.collapsing .navbar-nav,
  .cid-twfjZUooL3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-twfjZUooL3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-twfjZUooL3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-twfjZUooL3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-twfjZUooL3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-twfjZUooL3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-twfjZUooL3 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-twfjZUooL3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-twfjZUooL3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-twfjZUooL3 img {
    height: 3.8rem !important;
  }
  .cid-twfjZUooL3 .btn {
    display: flex;
  }
  .cid-twfjZUooL3 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-twfjZUooL3 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-twfjZUooL3 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-twfjZUooL3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-twfjZUooL3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-twfjZUooL3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-twfjZUooL3 .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-twfjZUooL3 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-twfjZUooL3 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-twfjZUooL3 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-twfjZUooL3 .nav-link:focus {
  outline: none;
}
.cid-twfjZUooL3 .navbar-toggler {
  position: relative;
}
.cid-twfjZUooL3 .dropdown-item.active,
.cid-twfjZUooL3 .dropdown-item:active {
  color: initial;
}
.cid-twfjZUooL3 .widget-title,
.cid-twfjZUooL3 .widget-icon {
  color: #e9e9e9;
}
.cid-twfjZUooL3 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-twfjZUooL3 .menu-logo {
    display: none;
  }
  .cid-twfjZUooL3 .navbar {
    padding: 0;
  }
  .cid-twfjZUooL3 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-twfjZUooL3 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rzHblRSFlI {
  padding-top: 225px;
  padding-bottom: 150px;
  background-color: #97e0b0;
}
.cid-rzHblRSFlI .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rzHblRSFlI .container-fluid {
  padding: 0;
}
.cid-rzHblRSFlI img {
  width: 100%;
}
.cid-rzHblRSFlI .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-rzHblRSFlI .content {
    padding: 3rem;
  }
}
.cid-rzHblRSFlI .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-rzHblRSFlI .img-col {
  padding: 0;
  margin: auto;
}
.cid-rzHblRSFlI .mbr-text,
.cid-rzHblRSFlI .mbr-section-btn {
  color: #656565;
}
.cid-rzHblRSFlI .mbr-section-title {
  color: #000000;
}
.cid-txiI2HuP5T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txiI2HuP5T .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-txiI2HuP5T .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-txiI2HuP5T .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #48d678;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-txiI2HuP5T .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-txiI2HuP5T .mbr-text {
  color: #3d5943;
}
.cid-twaJqiCMrY {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #97e0b0;
}
.cid-twaJqiCMrY .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-twaJqiCMrY img {
  width: 100%;
}
.cid-twaJqiCMrY p {
  line-height: 1.6;
}
.cid-twaJqiCMrY .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-twaJqiCMrY .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-twaJqiCMrY .mbr-text,
.cid-twaJqiCMrY .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-twaJqiCMrY .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-twaJqiCMrY .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-twaJqiCMrY .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-twaJqiCMrY .mbr-section-title,
.cid-twaJqiCMrY .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-twaJqiCMrY .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-twaN7HK2In {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #9e9e9e;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-twaN7HK2In .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-twaN7HK2In .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-twaN7HK2In .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-twaN7HK2In .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-twaN7HK2In .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ffffff, #0087ab) !important;
}
.cid-twaN7HK2In .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-twaN7HK2In .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-twaN7HK2In .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-twaN7HK2In .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ffffff, #0087ab) !important;
}
.cid-rzHbzTwTsZ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #9e9e9e;
}
.cid-rzHbzTwTsZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rzHbzTwTsZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rzHbzTwTsZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rzHbzTwTsZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rzHbzTwTsZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rzHbzTwTsZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rzHbzTwTsZ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rzHbzTwTsZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rzHbzTwTsZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-txhUakBNiS {
  background-color: #ecede8;
}
.cid-txhUakBNiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-txhUakBNiS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txhUakBNiS .mbr-text,
.cid-txhUakBNiS .mbr-section-btn {
  text-align: left;
  color: #491414;
}
.cid-txhUakBNiS .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-txhUakBNiS .mbr-section-subtitle {
  text-align: left;
}
.cid-twbg6XJpXq {
  background-color: #c0dbdd;
}
.cid-twbg6XJpXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-twbg6XJpXq .mbr-section-title {
  padding-bottom: 5rem;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-twbg6XJpXq .mbr-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-twbg6XJpXq .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-twbg6XJpXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twbg6XJpXq img {
  border-radius: 3rem;
}
.cid-twbg6XJpXq .row {
  flex-direction: row-reverse;
}
.cid-twbg6XJpXq .mbr-text,
.cid-twbg6XJpXq .mbr-section-btn {
  color: #000000;
}
.cid-txhYb2XedC {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhYb2XedC .progress {
  width: 100%;
}
.cid-txhYb2XedC p {
  margin-bottom: 0.4rem;
}
.cid-txhYb2XedC .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-txhYb2XedC progress {
  height: 3px;
}
.cid-txhYb2XedC .progressbar-number {
  display: inline-block;
}
.cid-txhYb2XedC .progress-primary {
  background: #fff3f3;
  border: none;
  outline: none;
}
.cid-txhYb2XedC .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-txhYb2XedC .progress_value {
  position: relative;
}
.cid-txhYb2XedC .progress1 .progressbar-number:before,
.cid-txhYb2XedC .progress2 .progressbar-number:before,
.cid-txhYb2XedC .progress3 .progressbar-number:before,
.cid-txhYb2XedC .progress4 .progressbar-number:before,
.cid-txhYb2XedC .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-txhYb2XedC progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-txhYb2XedC progress::-webkit-progress-value {
  background: #3d626c;
}
.cid-txhYb2XedC progress[value]::-moz-progress-bar {
  background: #3d626c;
}
.cid-txhYb2XedC progress::-ms-fill {
  background: #3d626c;
}
.cid-txhYb2XedC .progress1 .progressbar-number:before {
  content: '100';
}
.cid-txhYb2XedC .progress2 .progressbar-number:before {
  content: '68';
}
.cid-txhYb2XedC .progress3 .progressbar-number:before {
  content: '90';
}
.cid-txhYb2XedC .mbr-fallback-image.disabled {
  display: none;
}
.cid-txhYb2XedC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txhYb2XedC .progressbar-title p,
.cid-txhYb2XedC .progress_value {
  color: #333333;
  text-align: left;
}
.cid-rzHbTSLWxc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/vecteezy-three-brown-horses-stand-closely-together-in-pasture-under-sunny-skies-1236000-2000x1333.jpeg");
}
.cid-rzHbTSLWxc .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rzHbTSLWxc .card {
  background-color: #ff8a8f;
  padding: 4rem 10rem;
}
.cid-rzHbTSLWxc .input-group-btn {
  display: block;
}
.cid-rzHbTSLWxc .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rzHbTSLWxc .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rzHbTSLWxc .form-control {
  background: white;
  max-height: 3rem;
  padding: 1rem;
  border-radius: 4px !important;
  font-size: 16px;
}
.cid-rzHbTSLWxc .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-rzHbTSLWxc .input-group-btn .btn {
  border-radius: 4px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-rzHbTSLWxc .form-control-label {
  color: #ffffff;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-rzHbTSLWxc .card {
    padding: 4rem;
  }
}
@media (max-width: 576px) {
  .cid-rzHbTSLWxc .card {
    padding: 2rem;
  }
}
.cid-rzHbTSLWxc .mbr-section-title,
.cid-rzHbTSLWxc .line-wrap {
  color: #ffffff;
}
.cid-twe7MXe0Hn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-twe7MXe0Hn .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-twe7MXe0Hn .mbr-section-title {
  padding-bottom: 3rem;
}
.cid-twe7MXe0Hn .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-twe7MXe0Hn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-twe7MXe0Hn .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-twe7MXe0Hn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-twe7MXe0Hn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-twe7MXe0Hn .map-placeholder {
  display: none;
}
.cid-twe7MXe0Hn h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-rzHdPwRU42 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c0dbdd;
}
.cid-rzHdPwRU42 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-rzHdPwRU42 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rzHdPwRU42 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-rzHdPwRU42 .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-rzHdPwRU42 .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-rzHdPwRU42 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-rzHdPwRU42 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-rzHdPwRU42 .input-group-btn {
  padding-left: 0;
}
.cid-rzHdPwRU42 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-rzHdPwRU42 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ff4a52;
  width: 85%;
}
.cid-rzHdPwRU42 .mbr-text {
  color: #444;
}
.cid-rzHdPwRU42 h5 {
  margin-bottom: 0;
}
.cid-rzHdPwRU42 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rzHdPwRU42 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzHdPwRU42 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-rzHdPwRU42 .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzHdPwRU42 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rzHdPwRU42 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rzHdPwRU42 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rzHdPwRU42 .social-list a:hover {
  opacity: 0.4;
}
.cid-rzHdPwRU42 .media-container-row > div {
  padding: 0px;
}
.cid-rzHdPwRU42 .text2 {
  color: #000000;
  text-align: left;
}
.cid-rzHdPwRU42 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rzHdPwRU42 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzHdPwRU42 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rzHdPwRU42 .social-list,
  .cid-rzHdPwRU42 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rzHdPwRU42 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-rzHdPwRU42 .form-group {
    max-width: 180px;
  }
}
.cid-rzHdPwRU42 .links span {
  color: #9e9e9e;
}
.cid-rzHdPwRU42 .logo-sub-title {
  text-align: center;
}
.cid-rzHdPwRU42 .logo-title {
  text-align: center;
}
.cid-rzHdPwRU42 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-rzHdRjg5Oj {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #0087ab;
}
.cid-rzHdRjg5Oj .links {
  text-align: center;
  color: #ffffff;
}
.cid-rzHdRjg5Oj p {
  margin: 0;
}
.cid-twfrJ1gGGu .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-twfrJ1gGGu .navbar-fixed-top {
  padding-top: 0;
}
.cid-twfrJ1gGGu .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-twfrJ1gGGu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twfrJ1gGGu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-twfrJ1gGGu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-twfrJ1gGGu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-twfrJ1gGGu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-twfrJ1gGGu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-twfrJ1gGGu .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-twfrJ1gGGu .dropdown-item {
  padding: 0;
}
.cid-twfrJ1gGGu .dropdown-item,
.cid-twfrJ1gGGu .nav-link,
.cid-twfrJ1gGGu .brand-name {
  font-style: normal;
}
.cid-twfrJ1gGGu .dropdown-item:hover,
.cid-twfrJ1gGGu .nav-link:hover,
.cid-twfrJ1gGGu .brand-name:hover {
  color: #0087ab !important;
}
.cid-twfrJ1gGGu .dropdown-menu {
  background-color: #0a1c44;
}
.cid-twfrJ1gGGu .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-twfrJ1gGGu .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-twfrJ1gGGu .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-twfrJ1gGGu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-twfrJ1gGGu .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-twfrJ1gGGu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-twfrJ1gGGu .content-text {
  margin-bottom: 0;
}
.cid-twfrJ1gGGu .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-twfrJ1gGGu .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-twfrJ1gGGu .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-twfrJ1gGGu .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-twfrJ1gGGu .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-twfrJ1gGGu .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-twfrJ1gGGu .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-twfrJ1gGGu .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-twfrJ1gGGu .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-twfrJ1gGGu .nav-dropdown .link {
  font-weight: 400;
}
.cid-twfrJ1gGGu .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-twfrJ1gGGu .content-right-side {
  text-align: center;
}
.cid-twfrJ1gGGu .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-twfrJ1gGGu .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-twfrJ1gGGu .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-twfrJ1gGGu .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twfrJ1gGGu .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twfrJ1gGGu .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-twfrJ1gGGu .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-twfrJ1gGGu .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-twfrJ1gGGu .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-twfrJ1gGGu .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-twfrJ1gGGu .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-twfrJ1gGGu .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-twfrJ1gGGu .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-twfrJ1gGGu .navbar {
    display: block;
    padding: 0;
  }
  .cid-twfrJ1gGGu .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-twfrJ1gGGu .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-twfrJ1gGGu .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-twfrJ1gGGu .navbar-toggler {
    display: none;
  }
  .cid-twfrJ1gGGu .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-twfrJ1gGGu .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-twfrJ1gGGu .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-twfrJ1gGGu .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-twfrJ1gGGu .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-twfrJ1gGGu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-twfrJ1gGGu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-twfrJ1gGGu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-twfrJ1gGGu .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-twfrJ1gGGu .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-twfrJ1gGGu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-twfrJ1gGGu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twfrJ1gGGu .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-twfrJ1gGGu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-twfrJ1gGGu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-twfrJ1gGGu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-twfrJ1gGGu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twfrJ1gGGu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-twfrJ1gGGu .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-twfrJ1gGGu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-twfrJ1gGGu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-twfrJ1gGGu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-twfrJ1gGGu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-twfrJ1gGGu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-twfrJ1gGGu button.navbar-toggler:focus {
  outline: none;
}
.cid-twfrJ1gGGu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-twfrJ1gGGu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twfrJ1gGGu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twfrJ1gGGu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twfrJ1gGGu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twfrJ1gGGu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twfrJ1gGGu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twfrJ1gGGu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twfrJ1gGGu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twfrJ1gGGu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twfrJ1gGGu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twfrJ1gGGu .collapsed .btn {
  display: flex;
}
.cid-twfrJ1gGGu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-twfrJ1gGGu .collapsed .navbar-collapse.collapsing,
.cid-twfrJ1gGGu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-twfrJ1gGGu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-twfrJ1gGGu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-twfrJ1gGGu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-twfrJ1gGGu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-twfrJ1gGGu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-twfrJ1gGGu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-twfrJ1gGGu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-twfrJ1gGGu .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-twfrJ1gGGu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-twfrJ1gGGu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-twfrJ1gGGu .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-twfrJ1gGGu .collapsed button.navbar-toggler {
  display: block;
}
.cid-twfrJ1gGGu .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-twfrJ1gGGu .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-twfrJ1gGGu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-twfrJ1gGGu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-twfrJ1gGGu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-twfrJ1gGGu .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-twfrJ1gGGu .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-twfrJ1gGGu .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-twfrJ1gGGu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-twfrJ1gGGu .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-twfrJ1gGGu .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-twfrJ1gGGu .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-twfrJ1gGGu .navbar-collapse.collapsing,
  .cid-twfrJ1gGGu .navbar-collapse.show {
    display: block !important;
  }
  .cid-twfrJ1gGGu .navbar-collapse.collapsing .navbar-nav,
  .cid-twfrJ1gGGu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-twfrJ1gGGu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-twfrJ1gGGu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-twfrJ1gGGu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-twfrJ1gGGu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-twfrJ1gGGu .navbar-collapse.collapsing .navbar-buttons,
  .cid-twfrJ1gGGu .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-twfrJ1gGGu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-twfrJ1gGGu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-twfrJ1gGGu img {
    height: 3.8rem !important;
  }
  .cid-twfrJ1gGGu .btn {
    display: flex;
  }
  .cid-twfrJ1gGGu button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-twfrJ1gGGu .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-twfrJ1gGGu .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-twfrJ1gGGu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-twfrJ1gGGu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-twfrJ1gGGu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-twfrJ1gGGu .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-twfrJ1gGGu .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-twfrJ1gGGu .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-twfrJ1gGGu .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-twfrJ1gGGu .nav-link:focus {
  outline: none;
}
.cid-twfrJ1gGGu .navbar-toggler {
  position: relative;
}
.cid-twfrJ1gGGu .dropdown-item.active,
.cid-twfrJ1gGGu .dropdown-item:active {
  color: initial;
}
.cid-twfrJ1gGGu .widget-title,
.cid-twfrJ1gGGu .widget-icon {
  color: #e9e9e9;
}
.cid-twfrJ1gGGu .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-twfrJ1gGGu .menu-logo {
    display: none;
  }
  .cid-twfrJ1gGGu .navbar {
    padding: 0;
  }
  .cid-twfrJ1gGGu .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-twfrJ1gGGu button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-twfNMLO2OG {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-twfNMLO2OG .mbr-fallback-image.disabled {
  display: none;
}
.cid-twfNMLO2OG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twfNMLO2OG .mbr-title {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 575px) {
  .cid-twfNMLO2OG .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-twfNMLO2OG .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-twfNMLO2OG .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-twfNMLO2OG .mbr-section-btn {
  padding-top: 40px;
}
.cid-twfMVkO44x {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background: #efefec;
  overflow: hidden;
}
.cid-twfMVkO44x .mbr-fallback-image.disabled {
  display: none;
}
.cid-twfMVkO44x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twfMVkO44x .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-twfMVkO44x .col-title {
    margin-bottom: 40px;
  }
}
.cid-twfMVkO44x .mbr-section-title {
  color: #2B2B2B;
}
.cid-twfMVkO44x .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-twfMVkO44x .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-twfMVkO44x .mbr-section-btn {
  margin-top: 10px;
}
.cid-twfMVkO44x .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-twfMVkO44x .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-twfMVkO44x .col-card {
    margin-bottom: 60px;
  }
}
.cid-twfMVkO44x .card-wrap {
  border-radius: 0;
}
.cid-twfMVkO44x .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-twfMVkO44x .card-title {
  color: #2B2B2B;
}
.cid-twfMVkO44x .mbr-text {
  color: #646464;
  margin-top: 8px;
}
.cid-twfMVkO44x .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-twfMVkO44x .image-wrap img {
  height: 300px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-twfMVkO44x .image-wrap img {
    height: 246px;
  }
}
@media (max-width: 991px) {
  .cid-twfMVkO44x .image-wrap img {
    height: 168px;
  }
}
@media (max-width: 767px) {
  .cid-twfMVkO44x .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-twfMVkO44x .container,
.cid-twfMVkO44x .container-fluid {
  position: relative;
}
.cid-twfMVkO44x .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-twfMVkO44x .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-twfMVkO44x .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-twfMVkO44x .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-twfsBkJf7d {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-twfsBkJf7d .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-twfsBkJf7d .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-twfsBkJf7d .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-twfsBkJf7d .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-twfsBkJf7d .btn {
  margin: 0 !important;
  transition: all 0.3s;
  opacity: 0;
}
.cid-twfsBkJf7d .card {
  padding: 0 !important;
  margin: 0;
  overflow: hidden;
}
.cid-twfsBkJf7d .card-title {
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.cid-twfsBkJf7d .card-img {
  overflow: hidden !important;
  position: relative;
  border-radius: 0px;
}
.cid-twfsBkJf7d .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-twfsBkJf7d .card-box {
  position: absolute;
  padding: 1.5rem 1.5rem;
  bottom: -1.5rem;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  z-index: 2;
}
.cid-twfsBkJf7d .mbr-section-title,
.cid-twfsBkJf7d .line-wrap {
  text-align: center;
}
.cid-twfsBkJf7d .card-box > p,
.cid-twfsBkJf7d .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-twfC4SGXNw {
  background-image: url("../../../assets/images/img-4190-960x720.jpg");
}
.cid-twfC4SGXNw .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-twfC4SGXNw .text-content .btn-bgr {
  z-index: 0;
}
.cid-twfC4SGXNw .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-twfC4SGXNw .container-full-width {
  position: relative;
}
.cid-twfC4SGXNw .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-twfC4SGXNw .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-twfC4SGXNw .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-twfC4SGXNw .text-content {
    width: 540px;
  }
  .cid-twfC4SGXNw .column-content {
    width: 100%;
  }
  .cid-twfC4SGXNw .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-twfC4SGXNw .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-twfC4SGXNw .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-twfC4SGXNw .column-content {
    width: 50%;
  }
  .cid-twfC4SGXNw .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-twfC4SGXNw .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-twfC4SGXNw .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-twfC4SGXNw .column-content {
    height: 33rem;
  }
}
.cid-twfC4SGXNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-twfC4SGXNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAHY5VWTM5 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffb7bb;
}
.cid-tAHY5VWTM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAHY5VWTM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAHVxrrhL7 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffb7bb;
}
.cid-tAHVxrrhL7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAHVxrrhL7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAHVxrrhL7 .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-tAHVxrrhL7 .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-tAHVxrrhL7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tAHVxrrhL7 .item-wrapper .w-100 {
  height: 100%;
}
.cid-tAHVxrrhL7 .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tAHVxrrhL7 .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-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tAHVxrrhL7 .carousel-control,
.cid-tAHVxrrhL7 .close {
  background: #1b1b1b;
}
.cid-tAHVxrrhL7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tAHVxrrhL7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tAHVxrrhL7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tAHVxrrhL7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tAHVxrrhL7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tAHVxrrhL7 .close::before {
  content: '\e91a';
}
.cid-tAHVxrrhL7 .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-tAHVxrrhL7 .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 #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tAHVxrrhL7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAHVxrrhL7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tAHVxrrhL7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tAHVxrrhL7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tAHVxrrhL7 .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 #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tAHVxrrhL7 .carousel-indicators li.active,
.cid-tAHVxrrhL7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tAHVxrrhL7 .carousel-indicators li::after,
.cid-tAHVxrrhL7 .carousel-indicators li::before {
  content: none;
}
.cid-tAHVxrrhL7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tAHVxrrhL7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tAHVxrrhL7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tAHVxrrhL7 .carousel-indicators {
    display: none;
  }
}
.cid-tAHVxrrhL7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tAHVxrrhL7 .carousel-inner > .active {
  display: block;
}
.cid-tAHVxrrhL7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAHVxrrhL7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tAHVxrrhL7 .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tAHVxrrhL7 .carousel-control,
  .cid-tAHVxrrhL7 .carousel-indicators,
  .cid-tAHVxrrhL7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tAHVxrrhL7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tAHVxrrhL7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tAHVxrrhL7 .carousel-indicators .active,
.cid-tAHVxrrhL7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tAHVxrrhL7 .carousel-indicators .active {
  background: #fafafa;
}
.cid-tAHVxrrhL7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tAHVxrrhL7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tAHVxrrhL7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tAHVxrrhL7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tAHVxrrhL7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tAHVxrrhL7 .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tAHVxrrhL7 .carousel {
  width: 100%;
}
.cid-tAHVxrrhL7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tAHVxrrhL7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tAHVxrrhL7 .modal.fade .modal-dialog,
.cid-tAHVxrrhL7 .modal.in .modal-dialog {
  transform: none;
}
.cid-tAHVxrrhL7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tAHVxrrhL7 H6 {
  text-align: center;
}
.cid-tAHVxrrhL7 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tAHVxrrhL7 .rotate {
    top: -6px;
  }
}
.cid-tAHVxrrhL7 .title-relative {
  position: relative;
}
.cid-tAHVxrrhL7 .mbr-section-title,
.cid-tAHVxrrhL7 .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tAHVxrrhL7 .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-tAHVxrrhL7 .item-content {
    padding: 1rem;
  }
}
.cid-tAHVxrrhL7 .mbr-text,
.cid-tAHVxrrhL7 .item-title {
  color: #fafafa;
}
.cid-tAHVxrrhL7 .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-tAHVxrrhL7 .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-tAHVxrrhL7 .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-tAHVxrrhL7 .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-tAHVxrrhL7 .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-tAHVxrrhL7 .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-tAHVxrrhL7 .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-twfrJ4SR1x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-twfrJ4SR1x .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-twfrJ4SR1x .mbr-section-title {
  padding-bottom: 3rem;
}
.cid-twfrJ4SR1x .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-twfrJ4SR1x .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-twfrJ4SR1x .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-twfrJ4SR1x .google-map[data-state] {
  background: #e9e5dc;
}
.cid-twfrJ4SR1x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-twfrJ4SR1x .map-placeholder {
  display: none;
}
.cid-twfrJ4SR1x h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-twfrJ59UIN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c0dbdd;
}
.cid-twfrJ59UIN .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-twfrJ59UIN .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-twfrJ59UIN .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-twfrJ59UIN .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-twfrJ59UIN .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-twfrJ59UIN .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-twfrJ59UIN .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-twfrJ59UIN .input-group-btn {
  padding-left: 0;
}
.cid-twfrJ59UIN .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-twfrJ59UIN .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ff4a52;
  width: 85%;
}
.cid-twfrJ59UIN .mbr-text {
  color: #444;
}
.cid-twfrJ59UIN h5 {
  margin-bottom: 0;
}
.cid-twfrJ59UIN .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-twfrJ59UIN .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twfrJ59UIN .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-twfrJ59UIN .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-twfrJ59UIN .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-twfrJ59UIN .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-twfrJ59UIN .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-twfrJ59UIN .social-list a:hover {
  opacity: 0.4;
}
.cid-twfrJ59UIN .media-container-row > div {
  padding: 0px;
}
.cid-twfrJ59UIN .text2 {
  color: #000000;
  text-align: left;
}
.cid-twfrJ59UIN .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-twfrJ59UIN .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-twfrJ59UIN .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-twfrJ59UIN .social-list,
  .cid-twfrJ59UIN .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-twfrJ59UIN h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-twfrJ59UIN .form-group {
    max-width: 180px;
  }
}
.cid-twfrJ59UIN .links span {
  color: #9e9e9e;
}
.cid-twfrJ59UIN .logo-sub-title {
  text-align: center;
}
.cid-twfrJ59UIN .logo-title {
  text-align: center;
}
.cid-twfrJ59UIN .logo-sub-title i {
  color: #9e9e9e;
}
.cid-twfrJ5JYvj {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #0087ab;
}
.cid-twfrJ5JYvj .links {
  text-align: center;
  color: #ffffff;
}
.cid-twfrJ5JYvj p {
  margin: 0;
}
