body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
}
/* 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: #1e8da0 !important;
}
.bg-success {
  background-color: #0d9b35 !important;
}
.bg-info {
  background-color: #465052 !important;
}
.bg-warning {
  background-color: #fb7428 !important;
}
.bg-danger {
  background-color: #006c9a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e8da0 !important;
  border-color: #1e8da0 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #125460 !important;
  border-color: #125460 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #125460 !important;
  border-color: #125460 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #868e8f !important;
  border-color: #868e8f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #606768 !important;
  border-color: #606768 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #606768 !important;
  border-color: #606768 !important;
}
.btn-info,
.btn-info:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0d9b35 !important;
  border-color: #0d9b35 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #07541d !important;
  border-color: #07541d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #07541d !important;
  border-color: #07541d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fb7428 !important;
  border-color: #fb7428 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #d34e04 !important;
  border-color: #d34e04 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d34e04 !important;
  border-color: #d34e04 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #006c9a !important;
  border-color: #006c9a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #00364e !important;
  border-color: #00364e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #00364e !important;
  border-color: #00364e !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: #0e414a;
  color: #0e414a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1e8da0;
  border-color: #1e8da0;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e8da0 !important;
  border-color: #1e8da0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #545a5b;
  color: #545a5b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #868e8f;
  border-color: #868e8f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #868e8f !important;
  border-color: #868e8f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #171a1b;
  color: #171a1b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #053d15;
  color: #053d15;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #0d9b35;
  border-color: #0d9b35;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0d9b35 !important;
  border-color: #0d9b35 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ba4503;
  color: #ba4503;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #fb7428;
  border-color: #fb7428;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fb7428 !important;
  border-color: #fb7428 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #002434;
  color: #002434;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #006c9a;
  border-color: #006c9a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #006c9a !important;
  border-color: #006c9a !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: #1e8da0 !important;
}
.text-secondary {
  color: #868e8f !important;
}
.text-success {
  color: #0d9b35 !important;
}
.text-info {
  color: #465052 !important;
}
.text-warning {
  color: #fb7428 !important;
}
.text-danger {
  color: #006c9a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0e414a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #545a5b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #053d15 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #171a1b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ba4503 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #002434 !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: #465052;
}
.alert-warning {
  background-color: #fb7428;
}
.alert-danger {
  background-color: #006c9a;
}
.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: #1e8da0;
  border-color: #1e8da0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1e8da0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5dcde1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #39ee6c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bac2c4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff5f0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #1bbbff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #1e8da0;
}
/* 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: #1e8da0;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #1e8da0;
}
.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: #1e8da0;
  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: #1e8da0;
  border-bottom-color: #1e8da0;
}
.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: #1e8da0 !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: #868e8f !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='%231e8da0' %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-tyZsFitu60 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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-tyZsFitu60 .nav-item,
.cid-tyZsFitu60 .nav-link,
.cid-tyZsFitu60 .navbar-caption {
  font-weight: normal;
}
.cid-tyZsFitu60 .nav-item:focus,
.cid-tyZsFitu60 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tyZsFitu60 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item .soc-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-tyZsFitu60 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyZsFitu60 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyZsFitu60 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tyZsFitu60 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tyZsFitu60 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyZsFitu60 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-tyZsFitu60 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyZsFitu60 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyZsFitu60 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.7rem);
  }
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyZsFitu60 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyZsFitu60 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyZsFitu60 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyZsFitu60 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyZsFitu60 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyZsFitu60 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyZsFitu60 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyZsFitu60 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyZsFitu60 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyZsFitu60 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tyZsFitu60 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyZsFitu60 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyZsFitu60 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyZsFitu60 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyZsFitu60 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyZsFitu60 .dropdown-item.active,
.cid-tyZsFitu60 .dropdown-item:active {
  background-color: transparent;
}
.cid-tyZsFitu60 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyZsFitu60 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyZsFitu60 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyZsFitu60 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyZsFitu60 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyZsFitu60 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyZsFitu60 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyZsFitu60 .navbar-buttons {
  text-align: center;
}
.cid-tyZsFitu60 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e8da0;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyZsFitu60 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyZsFitu60 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyZsFitu60 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyZsFitu60 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyZsFitu60 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyZsFitu60 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyZsFitu60 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-tyZsFitu60 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tyZsFitu60 .soc-item {
  margin: .5rem .3rem;
}
.cid-tyZsFitu60 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyZsFitu60 a.nav-link,
.cid-tyZsFitu60 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tyZsFitu60 a.nav-link .mbr-iconfont-btn,
.cid-tyZsFitu60 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tyZsFitu60 a.nav-link:hover .mbr-iconfont-btn,
.cid-tyZsFitu60 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tyZsFitu60 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyZsFitu60 .navbar {
    height: 77px;
  }
  .cid-tyZsFitu60 .navbar.opened {
    height: auto;
  }
  .cid-tyZsFitu60 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqomdo7pL7 {
  background-image: url("../../../assets/images/whatsapp-image-2023-03-20-at-11.34.51-2-1600x1200.jpg");
}
.cid-sqomdo7pL7 H1 {
  color: #ffffff;
}
.cid-stsE3sM7X8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1e8da0;
}
.cid-stsE3sM7X8 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-stsE3sM7X8 .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-stsE3sM7X8 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-stsE3sM7X8 .inner-container {
    width: 100% !important;
  }
}
.cid-uaeKGAq5PT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uaeKGAq5PT .card-box {
  padding: 0 2rem;
}
.cid-uaeKGAq5PT .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uaeKGAq5PT .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uaeKGAq5PT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uaeKGAq5PT p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uaeKGAq5PT .mbr-text {
  color: #000000;
}
.cid-uaeKGAq5PT .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uaeKGAq5PT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uaeKGAq5PT .card-title {
  color: #1e8da0;
}
.cid-sqNwNBwvl1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sqNwNBwvl1 .mbr-section-btn > * {
  margin: 0;
}
.cid-sqNwNBwvl1 h4 {
  font-weight: 500;
}
.cid-sqNwNBwvl1 p {
  color: #232323;
}
.cid-sqNwNBwvl1 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sqNwNBwvl1 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sqNwNBwvl1 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sqNwNBwvl1 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sqNwNBwvl1 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sqNwNBwvl1 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sqNwNBwvl1 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sqNwNBwvl1 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sqNwNBwvl1 .card-img span {
    font-size: 40px !important;
  }
}
.cid-sqNwNBwvl1 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sqNwNBwvl1 H2 {
  color: #1e8da0;
  text-align: left;
}
.cid-sqNwNBwvl1 .text1 {
  text-align: left;
}
.cid-sqpPvm2pqX {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/com-o-mesmo-fundo-em-azul-claro-no-degrade-domos-em-policarbonato-1200x1600.jpg");
}
.cid-sqpPvm2pqX .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-sqpPvm2pqX .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sqpPvm2pqX .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sqpPvm2pqX .mbr-section-title {
  text-align: center;
}
.cid-sqpPvm2pqX .mbr-text,
.cid-sqpPvm2pqX .mbr-section-btn {
  text-align: center;
}
.cid-tyZgbY5mMf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e8da0;
}
.cid-tyZgbY5mMf .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tyZgbY5mMf .navbar-logo {
  width: 150px;
  margin-bottom: 5px;
  margin: auto;
}
.cid-tyZgbY5mMf .col + .mbr-section-btn .btn,
.cid-tyZgbY5mMf .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-tyZgbY5mMf .col + .mbr-section-btn .btn,
  .cid-tyZgbY5mMf .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-tyZgbY5mMf .dragArea > *:nth-last-child(2).col,
  .cid-tyZgbY5mMf .dragArea > *:nth-last-child(2).col-auto,
  .cid-tyZgbY5mMf .col + .mbr-section-btn,
  .cid-tyZgbY5mMf .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-tyZgbY5mMf .dragArea {
    flex-direction: column;
  }
}
.cid-tyZgbY5mMf .btn-primary {
  border: 1px solid #1e8da0 !important;
}
.cid-tyZgbY5mMf .btn-primary:hover {
  border: 1px solid #1e8da0 !important;
}
.cid-tyZgbY5mMf .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tyZgbY5mMf .form-group {
  max-width: 220px;
}
.cid-tyZgbY5mMf .mbr-section-btn {
  padding-left: 0;
}
.cid-tyZgbY5mMf .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tyZgbY5mMf .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-tyZgbY5mMf .mbr-text {
  color: #444;
}
.cid-tyZgbY5mMf h5 {
  margin-bottom: 0;
}
.cid-tyZgbY5mMf .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: left;
}
.cid-tyZgbY5mMf .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyZgbY5mMf .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tyZgbY5mMf .socicon {
  font-size: 1.3rem;
  background: #868e8f;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tyZgbY5mMf .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-tyZgbY5mMf .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tyZgbY5mMf .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tyZgbY5mMf .social-list a:hover {
  opacity: 0.4;
}
.cid-tyZgbY5mMf .media-container-row > div {
  padding: 0px;
}
.cid-tyZgbY5mMf .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tyZgbY5mMf .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-tyZgbY5mMf .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tyZgbY5mMf .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tyZgbY5mMf .social-list,
  .cid-tyZgbY5mMf .img-list {
    -webkit-justify-content: left;
    justify-content: left;
    text-align: left;
  }
  .cid-tyZgbY5mMf h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tyZgbY5mMf .form-group {
    max-width: 180px;
  }
}
.cid-tyZgbY5mMf .links span {
  color: #9e9e9e;
}
.cid-tyZgbY5mMf .logo-sub-title {
  text-align: left;
}
.cid-tyZgbY5mMf .logo-title {
  text-align: left;
}
.cid-tyZgbY5mMf .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tyZgbY5mMf .logo-title,
.cid-tyZgbY5mMf .logo {
  text-align: left;
  color: #ffffff;
}
.cid-sqokFlF7dW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #868e8f;
}
.cid-tyZsFitu60 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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-tyZsFitu60 .nav-item,
.cid-tyZsFitu60 .nav-link,
.cid-tyZsFitu60 .navbar-caption {
  font-weight: normal;
}
.cid-tyZsFitu60 .nav-item:focus,
.cid-tyZsFitu60 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tyZsFitu60 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item .soc-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-tyZsFitu60 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyZsFitu60 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyZsFitu60 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tyZsFitu60 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tyZsFitu60 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyZsFitu60 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-tyZsFitu60 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyZsFitu60 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyZsFitu60 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.7rem);
  }
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyZsFitu60 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyZsFitu60 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyZsFitu60 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyZsFitu60 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyZsFitu60 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyZsFitu60 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyZsFitu60 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyZsFitu60 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyZsFitu60 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyZsFitu60 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tyZsFitu60 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyZsFitu60 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyZsFitu60 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyZsFitu60 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyZsFitu60 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyZsFitu60 .dropdown-item.active,
.cid-tyZsFitu60 .dropdown-item:active {
  background-color: transparent;
}
.cid-tyZsFitu60 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyZsFitu60 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyZsFitu60 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyZsFitu60 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyZsFitu60 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyZsFitu60 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyZsFitu60 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyZsFitu60 .navbar-buttons {
  text-align: center;
}
.cid-tyZsFitu60 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e8da0;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyZsFitu60 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyZsFitu60 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyZsFitu60 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyZsFitu60 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyZsFitu60 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyZsFitu60 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyZsFitu60 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-tyZsFitu60 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tyZsFitu60 .soc-item {
  margin: .5rem .3rem;
}
.cid-tyZsFitu60 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyZsFitu60 a.nav-link,
.cid-tyZsFitu60 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tyZsFitu60 a.nav-link .mbr-iconfont-btn,
.cid-tyZsFitu60 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tyZsFitu60 a.nav-link:hover .mbr-iconfont-btn,
.cid-tyZsFitu60 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tyZsFitu60 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyZsFitu60 .navbar {
    height: 77px;
  }
  .cid-tyZsFitu60 .navbar.opened {
    height: auto;
  }
  .cid-tyZsFitu60 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ssUlWRLfoa {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/17-venezianas-novas-614x407.jpg");
}
.cid-ssUmlUmN1G {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ssUmlUmN1G P {
  color: #767676;
}
.cid-ssUmlUmN1G H1 {
  color: #1e8da0;
}
.cid-ssUmlUmN1G .mbr-text,
.cid-ssUmlUmN1G .mbr-section-btn {
  color: #232323;
}
.cid-vjIyt6Lz9l {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e8da0;
}
.cid-vjIyt6Lz9l .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-vjIyt6Lz9l .navbar-logo {
  width: 150px;
  margin-bottom: 5px;
  margin: auto;
}
.cid-vjIyt6Lz9l .col + .mbr-section-btn .btn,
.cid-vjIyt6Lz9l .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-vjIyt6Lz9l .col + .mbr-section-btn .btn,
  .cid-vjIyt6Lz9l .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-vjIyt6Lz9l .dragArea > *:nth-last-child(2).col,
  .cid-vjIyt6Lz9l .dragArea > *:nth-last-child(2).col-auto,
  .cid-vjIyt6Lz9l .col + .mbr-section-btn,
  .cid-vjIyt6Lz9l .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-vjIyt6Lz9l .dragArea {
    flex-direction: column;
  }
}
.cid-vjIyt6Lz9l .btn-primary {
  border: 1px solid #1e8da0 !important;
}
.cid-vjIyt6Lz9l .btn-primary:hover {
  border: 1px solid #1e8da0 !important;
}
.cid-vjIyt6Lz9l .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vjIyt6Lz9l .form-group {
  max-width: 220px;
}
.cid-vjIyt6Lz9l .mbr-section-btn {
  padding-left: 0;
}
.cid-vjIyt6Lz9l .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vjIyt6Lz9l .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-vjIyt6Lz9l .mbr-text {
  color: #444;
}
.cid-vjIyt6Lz9l h5 {
  margin-bottom: 0;
}
.cid-vjIyt6Lz9l .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: left;
}
.cid-vjIyt6Lz9l .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vjIyt6Lz9l .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vjIyt6Lz9l .socicon {
  font-size: 1.3rem;
  background: #868e8f;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjIyt6Lz9l .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-vjIyt6Lz9l .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vjIyt6Lz9l .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjIyt6Lz9l .social-list a:hover {
  opacity: 0.4;
}
.cid-vjIyt6Lz9l .media-container-row > div {
  padding: 0px;
}
.cid-vjIyt6Lz9l .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vjIyt6Lz9l .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-vjIyt6Lz9l .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vjIyt6Lz9l .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vjIyt6Lz9l .social-list,
  .cid-vjIyt6Lz9l .img-list {
    -webkit-justify-content: left;
    justify-content: left;
    text-align: left;
  }
  .cid-vjIyt6Lz9l h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vjIyt6Lz9l .form-group {
    max-width: 180px;
  }
}
.cid-vjIyt6Lz9l .links span {
  color: #9e9e9e;
}
.cid-vjIyt6Lz9l .logo-sub-title {
  text-align: left;
}
.cid-vjIyt6Lz9l .logo-title {
  text-align: left;
}
.cid-vjIyt6Lz9l .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vjIyt6Lz9l .logo-title,
.cid-vjIyt6Lz9l .logo {
  text-align: left;
  color: #ffffff;
}
.cid-ssUlWWvmNL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #868e8f;
}
.cid-tyZsFitu60 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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-tyZsFitu60 .nav-item,
.cid-tyZsFitu60 .nav-link,
.cid-tyZsFitu60 .navbar-caption {
  font-weight: normal;
}
.cid-tyZsFitu60 .nav-item:focus,
.cid-tyZsFitu60 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tyZsFitu60 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item .soc-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-tyZsFitu60 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyZsFitu60 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyZsFitu60 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tyZsFitu60 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tyZsFitu60 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyZsFitu60 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-tyZsFitu60 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyZsFitu60 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyZsFitu60 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.7rem);
  }
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyZsFitu60 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyZsFitu60 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyZsFitu60 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyZsFitu60 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyZsFitu60 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyZsFitu60 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyZsFitu60 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyZsFitu60 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyZsFitu60 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyZsFitu60 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tyZsFitu60 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyZsFitu60 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyZsFitu60 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyZsFitu60 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyZsFitu60 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyZsFitu60 .dropdown-item.active,
.cid-tyZsFitu60 .dropdown-item:active {
  background-color: transparent;
}
.cid-tyZsFitu60 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyZsFitu60 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyZsFitu60 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyZsFitu60 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyZsFitu60 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyZsFitu60 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyZsFitu60 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyZsFitu60 .navbar-buttons {
  text-align: center;
}
.cid-tyZsFitu60 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e8da0;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyZsFitu60 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyZsFitu60 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyZsFitu60 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyZsFitu60 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyZsFitu60 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyZsFitu60 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyZsFitu60 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-tyZsFitu60 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tyZsFitu60 .soc-item {
  margin: .5rem .3rem;
}
.cid-tyZsFitu60 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyZsFitu60 a.nav-link,
.cid-tyZsFitu60 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tyZsFitu60 a.nav-link .mbr-iconfont-btn,
.cid-tyZsFitu60 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tyZsFitu60 a.nav-link:hover .mbr-iconfont-btn,
.cid-tyZsFitu60 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tyZsFitu60 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyZsFitu60 .navbar {
    height: 77px;
  }
  .cid-tyZsFitu60 .navbar.opened {
    height: auto;
  }
  .cid-tyZsFitu60 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqqbDUxGlc {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/whatsapp-image-2023-03-20-at-11.34.52-1280x960.jpg");
}
.cid-stsnd0ug6M {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-stsnd0ug6M h2 {
  text-align: left;
}
.cid-stsnd0ug6M h4 {
  text-align: left;
  font-weight: 500;
}
.cid-stsnd0ug6M p {
  color: #767676;
  text-align: left;
}
.cid-stsnd0ug6M .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-stsnd0ug6M .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-stsnd0ug6M .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-stsnd0ug6M .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-stsnd0ug6M .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-stsnd0ug6M .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-stsnd0ug6M .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-stsnd0ug6M .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-stsnd0ug6M .card-img span {
    font-size: 40px !important;
  }
}
.cid-stsnd0ug6M H2 {
  color: #1e8da0;
}
.cid-stsnd0ug6M .mbr-text {
  color: #232323;
}
.cid-stsnd0ug6M H4 {
  text-align: left;
}
.cid-stsr3UHGEH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1e8da0;
}
.cid-stsr3UHGEH .card-icon {
  font-size: 56px;
  color: #c1c1c1;
  transition: color 0.3s;
}
.cid-stsr3UHGEH .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-stsr3UHGEH .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-stsr3UHGEH .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #55b4d4;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-stsr3UHGEH .card {
  padding: 0!important;
}
.cid-stsr3UHGEH .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-stsr3UHGEH .card-wrapper:hover {
  background: #c1c1c1;
}
.cid-stsr3UHGEH .card-wrapper:hover .card-icon {
  color: #1e8da0;
}
.cid-stsr3UHGEH .card-wrapper:hover .line {
  background: #1e8da0;
}
.cid-stsr3UHGEH .card1 {
  background: #1e8da0;
}
.cid-stsr3UHGEH .card2 {
  background: #2095a9;
}
.cid-stsr3UHGEH .card3 {
  background: #219cb1;
}
.cid-stsr3UHGEH .card4 {
  background: #23a4ba;
}
.cid-stsr3UHGEH .card5 {
  background: #24abc2;
}
.cid-stsr3UHGEH .card6 {
  background: #26b3cb;
}
.cid-stsr3UHGEH .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-stsr3UHGEH .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-vjIww3EzMS {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/32787.jpg-2000x901.jpg");
}
.cid-vjIww3EzMS .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-vjIww3EzMS .mbr-arrow i {
  color: #ffffff !important;
}
.cid-vjIww3EzMS .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-vjIww3EzMS .mbr-section-title {
  text-align: center;
}
.cid-vjIww3EzMS .mbr-text,
.cid-vjIww3EzMS .mbr-section-btn {
  text-align: center;
}
.cid-vjIwvtHCcG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e8da0;
}
.cid-vjIwvtHCcG .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-vjIwvtHCcG .navbar-logo {
  width: 150px;
  margin-bottom: 5px;
  margin: auto;
}
.cid-vjIwvtHCcG .col + .mbr-section-btn .btn,
.cid-vjIwvtHCcG .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-vjIwvtHCcG .col + .mbr-section-btn .btn,
  .cid-vjIwvtHCcG .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-vjIwvtHCcG .dragArea > *:nth-last-child(2).col,
  .cid-vjIwvtHCcG .dragArea > *:nth-last-child(2).col-auto,
  .cid-vjIwvtHCcG .col + .mbr-section-btn,
  .cid-vjIwvtHCcG .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-vjIwvtHCcG .dragArea {
    flex-direction: column;
  }
}
.cid-vjIwvtHCcG .btn-primary {
  border: 1px solid #1e8da0 !important;
}
.cid-vjIwvtHCcG .btn-primary:hover {
  border: 1px solid #1e8da0 !important;
}
.cid-vjIwvtHCcG .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vjIwvtHCcG .form-group {
  max-width: 220px;
}
.cid-vjIwvtHCcG .mbr-section-btn {
  padding-left: 0;
}
.cid-vjIwvtHCcG .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vjIwvtHCcG .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-vjIwvtHCcG .mbr-text {
  color: #444;
}
.cid-vjIwvtHCcG h5 {
  margin-bottom: 0;
}
.cid-vjIwvtHCcG .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: left;
}
.cid-vjIwvtHCcG .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vjIwvtHCcG .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vjIwvtHCcG .socicon {
  font-size: 1.3rem;
  background: #868e8f;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjIwvtHCcG .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-vjIwvtHCcG .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vjIwvtHCcG .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjIwvtHCcG .social-list a:hover {
  opacity: 0.4;
}
.cid-vjIwvtHCcG .media-container-row > div {
  padding: 0px;
}
.cid-vjIwvtHCcG .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vjIwvtHCcG .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-vjIwvtHCcG .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vjIwvtHCcG .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vjIwvtHCcG .social-list,
  .cid-vjIwvtHCcG .img-list {
    -webkit-justify-content: left;
    justify-content: left;
    text-align: left;
  }
  .cid-vjIwvtHCcG h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vjIwvtHCcG .form-group {
    max-width: 180px;
  }
}
.cid-vjIwvtHCcG .links span {
  color: #9e9e9e;
}
.cid-vjIwvtHCcG .logo-sub-title {
  text-align: left;
}
.cid-vjIwvtHCcG .logo-title {
  text-align: left;
}
.cid-vjIwvtHCcG .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vjIwvtHCcG .logo-title,
.cid-vjIwvtHCcG .logo {
  text-align: left;
  color: #ffffff;
}
.cid-sqqaUoKuEk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #868e8f;
}
.cid-tyZsFitu60 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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-tyZsFitu60 .nav-item,
.cid-tyZsFitu60 .nav-link,
.cid-tyZsFitu60 .navbar-caption {
  font-weight: normal;
}
.cid-tyZsFitu60 .nav-item:focus,
.cid-tyZsFitu60 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tyZsFitu60 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item .soc-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-tyZsFitu60 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyZsFitu60 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyZsFitu60 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tyZsFitu60 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tyZsFitu60 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyZsFitu60 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-tyZsFitu60 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyZsFitu60 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyZsFitu60 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.7rem);
  }
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyZsFitu60 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyZsFitu60 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyZsFitu60 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyZsFitu60 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyZsFitu60 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyZsFitu60 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyZsFitu60 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyZsFitu60 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyZsFitu60 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyZsFitu60 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tyZsFitu60 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyZsFitu60 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyZsFitu60 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyZsFitu60 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyZsFitu60 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyZsFitu60 .dropdown-item.active,
.cid-tyZsFitu60 .dropdown-item:active {
  background-color: transparent;
}
.cid-tyZsFitu60 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyZsFitu60 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyZsFitu60 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyZsFitu60 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyZsFitu60 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyZsFitu60 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyZsFitu60 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyZsFitu60 .navbar-buttons {
  text-align: center;
}
.cid-tyZsFitu60 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e8da0;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyZsFitu60 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyZsFitu60 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyZsFitu60 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyZsFitu60 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyZsFitu60 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyZsFitu60 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyZsFitu60 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-tyZsFitu60 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tyZsFitu60 .soc-item {
  margin: .5rem .3rem;
}
.cid-tyZsFitu60 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyZsFitu60 a.nav-link,
.cid-tyZsFitu60 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tyZsFitu60 a.nav-link .mbr-iconfont-btn,
.cid-tyZsFitu60 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tyZsFitu60 a.nav-link:hover .mbr-iconfont-btn,
.cid-tyZsFitu60 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tyZsFitu60 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyZsFitu60 .navbar {
    height: 77px;
  }
  .cid-tyZsFitu60 .navbar.opened {
    height: auto;
  }
  .cid-tyZsFitu60 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqNDlcheWJ {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/whatsapp-image-2023-03-20-at-11.34.56-1600x756.jpg");
}
.cid-sqNHeQe4Ti {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqNHeQe4Ti h2,
.cid-sqNHeQe4Ti h3,
.cid-sqNHeQe4Ti h4,
.cid-sqNHeQe4Ti p {
  color: #ffffff;
}
.cid-sqNHeQe4Ti .mbr-overlay {
  z-index: -1;
}
.cid-sqNHeQe4Ti .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sqNHeQe4Ti .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  color: #232323;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sqNHeQe4Ti .form-control:focus,
.cid-sqNHeQe4Ti .form-control:hover {
  border: 1px solid #232323;
  background-color: #f5f5f5;
}
.cid-sqNHeQe4Ti .form-group {
  margin-bottom: 1rem;
}
.cid-sqNHeQe4Ti input::-webkit-input-placeholder,
.cid-sqNHeQe4Ti textarea::-webkit-input-placeholder {
  color: #232323;
}
.cid-sqNHeQe4Ti input:-moz-placeholder,
.cid-sqNHeQe4Ti textarea:-moz-placeholder {
  color: #232323;
}
.cid-sqNHeQe4Ti .jq-selectbox li,
.cid-sqNHeQe4Ti .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sqNHeQe4Ti .jq-selectbox li:hover,
.cid-sqNHeQe4Ti .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sqNHeQe4Ti .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sqNHeQe4Ti .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sqNHeQe4Ti .subtext {
  border-top: 1px solid rgba(35, 35, 35, 0.5);
}
.cid-sqNHeQe4Ti .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqNHeQe4Ti .mbr-text {
  color: #767676;
}
.cid-sqNHeQe4Ti .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sqNHeQe4Ti .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #868e8f;
  opacity: 0.9;
  z-index: 0;
}
.cid-sqNHeQe4Ti .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-sqNHeQe4Ti a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sqNHeQe4Ti .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sqNHeQe4Ti .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sqNHeQe4Ti textarea.form-control {
  resize: none;
}
.cid-sqNHeQe4Ti .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-sqNHeQe4Ti .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sqNHeQe4Ti .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sqNHeQe4Ti .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sqNHeQe4Ti h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sqNHeQe4Ti .block-content {
    padding: 0;
  }
  .cid-sqNHeQe4Ti .form-block {
    padding: 1rem;
  }
}
.cid-sqNHeQe4Ti P {
  color: #232323;
}
.cid-sqNHeQe4Ti .mbr-section-subtitle {
  color: #232323;
}
.cid-sqNHeQe4Ti .mbr-section-title,
.cid-sqNHeQe4Ti .mbr-section-btn {
  color: #1e8da0;
}
.cid-vjIyhjMrRE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e8da0;
}
.cid-vjIyhjMrRE .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-vjIyhjMrRE .navbar-logo {
  width: 150px;
  margin-bottom: 5px;
  margin: auto;
}
.cid-vjIyhjMrRE .col + .mbr-section-btn .btn,
.cid-vjIyhjMrRE .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-vjIyhjMrRE .col + .mbr-section-btn .btn,
  .cid-vjIyhjMrRE .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-vjIyhjMrRE .dragArea > *:nth-last-child(2).col,
  .cid-vjIyhjMrRE .dragArea > *:nth-last-child(2).col-auto,
  .cid-vjIyhjMrRE .col + .mbr-section-btn,
  .cid-vjIyhjMrRE .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-vjIyhjMrRE .dragArea {
    flex-direction: column;
  }
}
.cid-vjIyhjMrRE .btn-primary {
  border: 1px solid #1e8da0 !important;
}
.cid-vjIyhjMrRE .btn-primary:hover {
  border: 1px solid #1e8da0 !important;
}
.cid-vjIyhjMrRE .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vjIyhjMrRE .form-group {
  max-width: 220px;
}
.cid-vjIyhjMrRE .mbr-section-btn {
  padding-left: 0;
}
.cid-vjIyhjMrRE .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vjIyhjMrRE .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-vjIyhjMrRE .mbr-text {
  color: #444;
}
.cid-vjIyhjMrRE h5 {
  margin-bottom: 0;
}
.cid-vjIyhjMrRE .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: left;
}
.cid-vjIyhjMrRE .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vjIyhjMrRE .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vjIyhjMrRE .socicon {
  font-size: 1.3rem;
  background: #868e8f;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjIyhjMrRE .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-vjIyhjMrRE .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vjIyhjMrRE .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjIyhjMrRE .social-list a:hover {
  opacity: 0.4;
}
.cid-vjIyhjMrRE .media-container-row > div {
  padding: 0px;
}
.cid-vjIyhjMrRE .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vjIyhjMrRE .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-vjIyhjMrRE .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vjIyhjMrRE .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vjIyhjMrRE .social-list,
  .cid-vjIyhjMrRE .img-list {
    -webkit-justify-content: left;
    justify-content: left;
    text-align: left;
  }
  .cid-vjIyhjMrRE h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vjIyhjMrRE .form-group {
    max-width: 180px;
  }
}
.cid-vjIyhjMrRE .links span {
  color: #9e9e9e;
}
.cid-vjIyhjMrRE .logo-sub-title {
  text-align: left;
}
.cid-vjIyhjMrRE .logo-title {
  text-align: left;
}
.cid-vjIyhjMrRE .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vjIyhjMrRE .logo-title,
.cid-vjIyhjMrRE .logo {
  text-align: left;
  color: #ffffff;
}
.cid-sqNDliZkGV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #868e8f;
}
.cid-tyZsFitu60 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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-tyZsFitu60 .nav-item,
.cid-tyZsFitu60 .nav-link,
.cid-tyZsFitu60 .navbar-caption {
  font-weight: normal;
}
.cid-tyZsFitu60 .nav-item:focus,
.cid-tyZsFitu60 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tyZsFitu60 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyZsFitu60 .dropdown .dropdown-menu .dropdown-item .soc-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-tyZsFitu60 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyZsFitu60 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyZsFitu60 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tyZsFitu60 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tyZsFitu60 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyZsFitu60 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-tyZsFitu60 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyZsFitu60 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyZsFitu60 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.7rem);
  }
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyZsFitu60 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyZsFitu60 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyZsFitu60 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyZsFitu60 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyZsFitu60 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyZsFitu60 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyZsFitu60 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyZsFitu60 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyZsFitu60 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyZsFitu60 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyZsFitu60 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyZsFitu60 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tyZsFitu60 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyZsFitu60 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyZsFitu60 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyZsFitu60 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyZsFitu60 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyZsFitu60 .dropdown-item.active,
.cid-tyZsFitu60 .dropdown-item:active {
  background-color: transparent;
}
.cid-tyZsFitu60 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyZsFitu60 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyZsFitu60 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyZsFitu60 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyZsFitu60 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyZsFitu60 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyZsFitu60 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyZsFitu60 .navbar-buttons {
  text-align: center;
}
.cid-tyZsFitu60 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e8da0;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyZsFitu60 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyZsFitu60 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyZsFitu60 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyZsFitu60 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyZsFitu60 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyZsFitu60 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyZsFitu60 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyZsFitu60 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-tyZsFitu60 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tyZsFitu60 .soc-item {
  margin: .5rem .3rem;
}
.cid-tyZsFitu60 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyZsFitu60 a.nav-link,
.cid-tyZsFitu60 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tyZsFitu60 a.nav-link .mbr-iconfont-btn,
.cid-tyZsFitu60 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tyZsFitu60 a.nav-link:hover .mbr-iconfont-btn,
.cid-tyZsFitu60 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tyZsFitu60 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyZsFitu60 .navbar {
    height: 77px;
  }
  .cid-tyZsFitu60 .navbar.opened {
    height: auto;
  }
  .cid-tyZsFitu60 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-stOnkxcxC2 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #1e8da0;
}
.cid-uadSrahPu6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uadSrahPu6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uadSrahPu6 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uadSrahPu6 .mbr-text {
    text-align: center;
  }
}
.cid-uadSrahPu6 H1 {
  color: #1e8da0;
}
.cid-uadSrahPu6 .mbr-text,
.cid-uadSrahPu6 .mbr-section-btn {
  color: #232323;
}
.cid-stOuhJYpN5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-stOuhJYpN5 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-stOuhJYpN5 .card-wrapper .card-box .card-title {
  color: #1e8da0;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-stOuhJYpN5 .card-wrapper .card-box .card-title:hover {
  color: #1e8da0;
  transition: 0.3s all;
}
.cid-stOuhJYpN5 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-stOuhJYpN5 .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-stOuhJYpN5 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-stOuhJYpN5 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-stOuhJYpN5 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #465052;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-stOuhJYpN5 .card-wrapper .card-box .meta .item-category .category {
  color: #1e8da0;
  font-weight: 500;
}
.cid-stOuhJYpN5 .card-wrapper .card-box .meta .item-date .date {
  color: #465052;
  font-weight: 500;
}
.cid-stOuhJYpN5 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #465052;
}
.cid-stOuhJYpN5 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #465052;
}
.cid-stOuhJYpN5 .card-wrapper .card-box .meta .item-comment .comment {
  color: #465052;
  font-weight: 500;
}
.cid-stOuhJYpN5 .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-stOuhJYpN5 .card-wrapper .card-box .card-subtitle {
  color: #1e8da0;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-stOuhJYpN5 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #465052;
}
.cid-stOuhJYpN5 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-stOuhJYpN5 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-stOuhJYpN5 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-stOuhJYpN5 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-stOuhJYpN5 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-stOuhJYpN5 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-stOuhJYpN5 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-stOuhJYpN5 * {
    text-align: left;
  }
}
.cid-stOuhJYpN5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-stOuhJYpN5 .card-wrapper .card-box .card-title,
.cid-stOuhJYpN5 .mbr-section-btn,
.cid-stOuhJYpN5 .card-wrapper .card-box .meta {
  color: #1e8da0;
}
.cid-stOuhJYpN5 .card-wrapper .card-box .mbr-text,
.cid-stOuhJYpN5 .mbr-section-btn {
  color: #000000;
}
.cid-uaeIX2n8xu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uaeIX2n8xu h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-uaeIX2n8xu .mbr-section-subtitle {
  color: #767676;
}
.cid-uaeIX2n8xu .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-uaeIX2n8xu .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-uaeIX2n8xu .mbr-text-left {
  text-align: left;
}
.cid-uaeIX2n8xu .article-title-left {
  text-align: left;
  color: #1e8da0;
}
.cid-uaeIX2n8xu .article-title-right {
  color: #1e8da0;
  text-align: left;
}
.cid-uaeIX2n8xu .mbr-text-right {
  text-align: left;
}
.cid-uaeIFPn3oA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uaeIFPn3oA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uaeIFPn3oA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaeIFPn3oA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uaeIFPn3oA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uaeIFPn3oA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #868e8f;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uaeIFPn3oA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uaeIFPn3oA .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-uaeIFPn3oA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uaeIFPn3oA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #868e8f !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vjIA7IAW7k {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e8da0;
}
.cid-vjIA7IAW7k .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-vjIA7IAW7k .navbar-logo {
  width: 150px;
  margin-bottom: 5px;
  margin: auto;
}
.cid-vjIA7IAW7k .col + .mbr-section-btn .btn,
.cid-vjIA7IAW7k .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-vjIA7IAW7k .col + .mbr-section-btn .btn,
  .cid-vjIA7IAW7k .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-vjIA7IAW7k .dragArea > *:nth-last-child(2).col,
  .cid-vjIA7IAW7k .dragArea > *:nth-last-child(2).col-auto,
  .cid-vjIA7IAW7k .col + .mbr-section-btn,
  .cid-vjIA7IAW7k .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-vjIA7IAW7k .dragArea {
    flex-direction: column;
  }
}
.cid-vjIA7IAW7k .btn-primary {
  border: 1px solid #1e8da0 !important;
}
.cid-vjIA7IAW7k .btn-primary:hover {
  border: 1px solid #1e8da0 !important;
}
.cid-vjIA7IAW7k .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vjIA7IAW7k .form-group {
  max-width: 220px;
}
.cid-vjIA7IAW7k .mbr-section-btn {
  padding-left: 0;
}
.cid-vjIA7IAW7k .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vjIA7IAW7k .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-vjIA7IAW7k .mbr-text {
  color: #444;
}
.cid-vjIA7IAW7k h5 {
  margin-bottom: 0;
}
.cid-vjIA7IAW7k .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: left;
}
.cid-vjIA7IAW7k .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vjIA7IAW7k .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vjIA7IAW7k .socicon {
  font-size: 1.3rem;
  background: #868e8f;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjIA7IAW7k .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-vjIA7IAW7k .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vjIA7IAW7k .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjIA7IAW7k .social-list a:hover {
  opacity: 0.4;
}
.cid-vjIA7IAW7k .media-container-row > div {
  padding: 0px;
}
.cid-vjIA7IAW7k .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vjIA7IAW7k .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-vjIA7IAW7k .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vjIA7IAW7k .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vjIA7IAW7k .social-list,
  .cid-vjIA7IAW7k .img-list {
    -webkit-justify-content: left;
    justify-content: left;
    text-align: left;
  }
  .cid-vjIA7IAW7k h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vjIA7IAW7k .form-group {
    max-width: 180px;
  }
}
.cid-vjIA7IAW7k .links span {
  color: #9e9e9e;
}
.cid-vjIA7IAW7k .logo-sub-title {
  text-align: left;
}
.cid-vjIA7IAW7k .logo-title {
  text-align: left;
}
.cid-vjIA7IAW7k .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vjIA7IAW7k .logo-title,
.cid-vjIA7IAW7k .logo {
  text-align: left;
  color: #ffffff;
}
.cid-stOnkI5eAr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #868e8f;
}
.cid-uaeH7DGBrC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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-uaeH7DGBrC .nav-item,
.cid-uaeH7DGBrC .nav-link,
.cid-uaeH7DGBrC .navbar-caption {
  font-weight: normal;
}
.cid-uaeH7DGBrC .nav-item:focus,
.cid-uaeH7DGBrC .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uaeH7DGBrC .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uaeH7DGBrC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uaeH7DGBrC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaeH7DGBrC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uaeH7DGBrC .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uaeH7DGBrC .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uaeH7DGBrC .dropdown .dropdown-menu .dropdown-item .soc-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-uaeH7DGBrC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaeH7DGBrC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaeH7DGBrC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uaeH7DGBrC .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uaeH7DGBrC .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uaeH7DGBrC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uaeH7DGBrC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaeH7DGBrC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaeH7DGBrC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.7rem);
  }
}
.cid-uaeH7DGBrC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uaeH7DGBrC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaeH7DGBrC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaeH7DGBrC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uaeH7DGBrC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaeH7DGBrC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uaeH7DGBrC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uaeH7DGBrC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaeH7DGBrC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaeH7DGBrC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uaeH7DGBrC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaeH7DGBrC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaeH7DGBrC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uaeH7DGBrC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaeH7DGBrC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaeH7DGBrC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaeH7DGBrC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uaeH7DGBrC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uaeH7DGBrC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uaeH7DGBrC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uaeH7DGBrC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaeH7DGBrC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uaeH7DGBrC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaeH7DGBrC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaeH7DGBrC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaeH7DGBrC .dropdown-item.active,
.cid-uaeH7DGBrC .dropdown-item:active {
  background-color: transparent;
}
.cid-uaeH7DGBrC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaeH7DGBrC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaeH7DGBrC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaeH7DGBrC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaeH7DGBrC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaeH7DGBrC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaeH7DGBrC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uaeH7DGBrC .navbar-buttons {
  text-align: center;
}
.cid-uaeH7DGBrC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uaeH7DGBrC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e8da0;
}
.cid-uaeH7DGBrC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uaeH7DGBrC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uaeH7DGBrC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uaeH7DGBrC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uaeH7DGBrC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uaeH7DGBrC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uaeH7DGBrC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uaeH7DGBrC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uaeH7DGBrC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uaeH7DGBrC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaeH7DGBrC .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-uaeH7DGBrC .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uaeH7DGBrC .soc-item {
  margin: .5rem .3rem;
}
.cid-uaeH7DGBrC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaeH7DGBrC a.nav-link,
.cid-uaeH7DGBrC a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uaeH7DGBrC a.nav-link .mbr-iconfont-btn,
.cid-uaeH7DGBrC a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uaeH7DGBrC a.nav-link:hover .mbr-iconfont-btn,
.cid-uaeH7DGBrC a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uaeH7DGBrC a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaeH7DGBrC .navbar {
    height: 77px;
  }
  .cid-uaeH7DGBrC .navbar.opened {
    height: auto;
  }
  .cid-uaeH7DGBrC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaeH7FNvL8 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #1e8da0;
}
.cid-uaeH7HcMQH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uaeH7HcMQH .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uaeH7HcMQH .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uaeH7HcMQH .mbr-text {
    text-align: center;
  }
}
.cid-uaeH7HcMQH H1 {
  color: #1e8da0;
}
.cid-uaeH7HcMQH .mbr-text,
.cid-uaeH7HcMQH .mbr-section-btn {
  color: #232323;
}
.cid-uaeH7Ij5Si {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uaeH7Ij5Si .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box .card-title {
  color: #1e8da0;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box .card-title:hover {
  color: #1e8da0;
  transition: 0.3s all;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box .meta .mbr-iconfont {
  color: #465052;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box .meta .item-category .category {
  color: #1e8da0;
  font-weight: 500;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box .meta .item-date .date {
  color: #465052;
  font-weight: 500;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #465052;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #465052;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box .meta .item-comment .comment {
  color: #465052;
  font-weight: 500;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box .card-subtitle {
  color: #1e8da0;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #465052;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-uaeH7Ij5Si * {
    text-align: left;
  }
}
.cid-uaeH7Ij5Si a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box .card-title,
.cid-uaeH7Ij5Si .mbr-section-btn,
.cid-uaeH7Ij5Si .card-wrapper .card-box .meta {
  color: #1e8da0;
}
.cid-uaeH7Ij5Si .card-wrapper .card-box .mbr-text,
.cid-uaeH7Ij5Si .mbr-section-btn {
  color: #000000;
}
.cid-uaeJ0HCma8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uaeJ0HCma8 h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-uaeJ0HCma8 .mbr-section-subtitle {
  color: #767676;
}
.cid-uaeJ0HCma8 .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-uaeJ0HCma8 .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-uaeJ0HCma8 .mbr-text-left {
  text-align: left;
}
.cid-uaeJ0HCma8 .article-title-left {
  text-align: left;
  color: #1e8da0;
}
.cid-uaeJ0HCma8 .article-title-right {
  color: #1e8da0;
  text-align: left;
}
.cid-uaeJ0HCma8 .mbr-text-right {
  text-align: left;
}
.cid-uaeIAVq03N {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uaeIAVq03N .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uaeIAVq03N .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaeIAVq03N .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uaeIAVq03N .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uaeIAVq03N .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #868e8f;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uaeIAVq03N .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uaeIAVq03N .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-uaeIAVq03N .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uaeIAVq03N .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #868e8f !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vjIAcwiaMV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e8da0;
}
.cid-vjIAcwiaMV .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-vjIAcwiaMV .navbar-logo {
  width: 150px;
  margin-bottom: 5px;
  margin: auto;
}
.cid-vjIAcwiaMV .col + .mbr-section-btn .btn,
.cid-vjIAcwiaMV .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-vjIAcwiaMV .col + .mbr-section-btn .btn,
  .cid-vjIAcwiaMV .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-vjIAcwiaMV .dragArea > *:nth-last-child(2).col,
  .cid-vjIAcwiaMV .dragArea > *:nth-last-child(2).col-auto,
  .cid-vjIAcwiaMV .col + .mbr-section-btn,
  .cid-vjIAcwiaMV .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-vjIAcwiaMV .dragArea {
    flex-direction: column;
  }
}
.cid-vjIAcwiaMV .btn-primary {
  border: 1px solid #1e8da0 !important;
}
.cid-vjIAcwiaMV .btn-primary:hover {
  border: 1px solid #1e8da0 !important;
}
.cid-vjIAcwiaMV .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vjIAcwiaMV .form-group {
  max-width: 220px;
}
.cid-vjIAcwiaMV .mbr-section-btn {
  padding-left: 0;
}
.cid-vjIAcwiaMV .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vjIAcwiaMV .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-vjIAcwiaMV .mbr-text {
  color: #444;
}
.cid-vjIAcwiaMV h5 {
  margin-bottom: 0;
}
.cid-vjIAcwiaMV .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: left;
}
.cid-vjIAcwiaMV .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vjIAcwiaMV .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vjIAcwiaMV .socicon {
  font-size: 1.3rem;
  background: #868e8f;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjIAcwiaMV .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-vjIAcwiaMV .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vjIAcwiaMV .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjIAcwiaMV .social-list a:hover {
  opacity: 0.4;
}
.cid-vjIAcwiaMV .media-container-row > div {
  padding: 0px;
}
.cid-vjIAcwiaMV .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vjIAcwiaMV .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-vjIAcwiaMV .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vjIAcwiaMV .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vjIAcwiaMV .social-list,
  .cid-vjIAcwiaMV .img-list {
    -webkit-justify-content: left;
    justify-content: left;
    text-align: left;
  }
  .cid-vjIAcwiaMV h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vjIAcwiaMV .form-group {
    max-width: 180px;
  }
}
.cid-vjIAcwiaMV .links span {
  color: #9e9e9e;
}
.cid-vjIAcwiaMV .logo-sub-title {
  text-align: left;
}
.cid-vjIAcwiaMV .logo-title {
  text-align: left;
}
.cid-vjIAcwiaMV .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vjIAcwiaMV .logo-title,
.cid-vjIAcwiaMV .logo {
  text-align: left;
  color: #ffffff;
}
.cid-uaeH7SZDJd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #868e8f;
}
.cid-uaeHPbnUbl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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-uaeHPbnUbl .nav-item,
.cid-uaeHPbnUbl .nav-link,
.cid-uaeHPbnUbl .navbar-caption {
  font-weight: normal;
}
.cid-uaeHPbnUbl .nav-item:focus,
.cid-uaeHPbnUbl .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uaeHPbnUbl .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uaeHPbnUbl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uaeHPbnUbl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaeHPbnUbl .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uaeHPbnUbl .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uaeHPbnUbl .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uaeHPbnUbl .dropdown .dropdown-menu .dropdown-item .soc-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-uaeHPbnUbl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaeHPbnUbl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaeHPbnUbl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uaeHPbnUbl .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uaeHPbnUbl .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uaeHPbnUbl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uaeHPbnUbl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaeHPbnUbl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaeHPbnUbl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.7rem);
  }
}
.cid-uaeHPbnUbl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uaeHPbnUbl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaeHPbnUbl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaeHPbnUbl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uaeHPbnUbl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaeHPbnUbl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uaeHPbnUbl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uaeHPbnUbl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaeHPbnUbl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaeHPbnUbl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uaeHPbnUbl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaeHPbnUbl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaeHPbnUbl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uaeHPbnUbl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaeHPbnUbl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaeHPbnUbl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaeHPbnUbl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uaeHPbnUbl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uaeHPbnUbl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uaeHPbnUbl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uaeHPbnUbl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaeHPbnUbl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uaeHPbnUbl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaeHPbnUbl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaeHPbnUbl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaeHPbnUbl .dropdown-item.active,
.cid-uaeHPbnUbl .dropdown-item:active {
  background-color: transparent;
}
.cid-uaeHPbnUbl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaeHPbnUbl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaeHPbnUbl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaeHPbnUbl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaeHPbnUbl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaeHPbnUbl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaeHPbnUbl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uaeHPbnUbl .navbar-buttons {
  text-align: center;
}
.cid-uaeHPbnUbl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uaeHPbnUbl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e8da0;
}
.cid-uaeHPbnUbl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uaeHPbnUbl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uaeHPbnUbl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uaeHPbnUbl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uaeHPbnUbl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uaeHPbnUbl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uaeHPbnUbl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uaeHPbnUbl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uaeHPbnUbl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uaeHPbnUbl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaeHPbnUbl .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-uaeHPbnUbl .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uaeHPbnUbl .soc-item {
  margin: .5rem .3rem;
}
.cid-uaeHPbnUbl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaeHPbnUbl a.nav-link,
.cid-uaeHPbnUbl a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uaeHPbnUbl a.nav-link .mbr-iconfont-btn,
.cid-uaeHPbnUbl a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uaeHPbnUbl a.nav-link:hover .mbr-iconfont-btn,
.cid-uaeHPbnUbl a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uaeHPbnUbl a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaeHPbnUbl .navbar {
    height: 77px;
  }
  .cid-uaeHPbnUbl .navbar.opened {
    height: auto;
  }
  .cid-uaeHPbnUbl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaeHPcGPI0 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #0f7699;
}
.cid-uaeHPeesxL {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uaeHPeesxL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uaeHPeesxL .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uaeHPeesxL .mbr-text {
    text-align: center;
  }
}
.cid-uaeHPeesxL H1 {
  color: #1e8da0;
}
.cid-uaeHPeesxL .mbr-text,
.cid-uaeHPeesxL .mbr-section-btn {
  color: #232323;
}
.cid-udrsj8SfOv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-udrsj8SfOv .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-udrsj8SfOv .card-wrapper .card-box .card-title {
  color: #1e8da0;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-udrsj8SfOv .card-wrapper .card-box .card-title:hover {
  color: #1e8da0;
  transition: 0.3s all;
}
.cid-udrsj8SfOv .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-udrsj8SfOv .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-udrsj8SfOv .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-udrsj8SfOv .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-udrsj8SfOv .card-wrapper .card-box .meta .mbr-iconfont {
  color: #465052;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-udrsj8SfOv .card-wrapper .card-box .meta .item-category .category {
  color: #1e8da0;
  font-weight: 500;
}
.cid-udrsj8SfOv .card-wrapper .card-box .meta .item-date .date {
  color: #465052;
  font-weight: 500;
}
.cid-udrsj8SfOv .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #465052;
}
.cid-udrsj8SfOv .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #465052;
}
.cid-udrsj8SfOv .card-wrapper .card-box .meta .item-comment .comment {
  color: #465052;
  font-weight: 500;
}
.cid-udrsj8SfOv .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-udrsj8SfOv .card-wrapper .card-box .card-subtitle {
  color: #1e8da0;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-udrsj8SfOv .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #465052;
}
.cid-udrsj8SfOv .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-udrsj8SfOv .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-udrsj8SfOv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-udrsj8SfOv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-udrsj8SfOv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-udrsj8SfOv .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-udrsj8SfOv .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-udrsj8SfOv * {
    text-align: left;
  }
}
.cid-udrsj8SfOv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-udrsj8SfOv .card-wrapper .card-box .card-title,
.cid-udrsj8SfOv .mbr-section-btn,
.cid-udrsj8SfOv .card-wrapper .card-box .meta {
  color: #1e8da0;
  text-align: center;
}
.cid-udrsj8SfOv .card-wrapper .card-box .mbr-text,
.cid-udrsj8SfOv .mbr-section-btn {
  color: #000000;
}
.cid-udrqhuOSB2 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-udrqhuOSB2 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-udrqhuOSB2 .video-block {
    width: 100% !important;
  }
}
.cid-udrrx8IwIO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udrrx8IwIO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-udrrx8IwIO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-udrrx8IwIO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-udrrx8IwIO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-udrrx8IwIO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1e6684;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-udrrx8IwIO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-udrrx8IwIO .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-udrrx8IwIO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-udrrx8IwIO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #1e6684 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uaeHPgAMzx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uaeHPgAMzx .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-uaeHPgAMzx .card-wrapper .card-box .card-title {
  color: #1e8da0;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-uaeHPgAMzx .card-wrapper .card-box .card-title:hover {
  color: #1e8da0;
  transition: 0.3s all;
}
.cid-uaeHPgAMzx .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-uaeHPgAMzx .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-uaeHPgAMzx .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-uaeHPgAMzx .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-uaeHPgAMzx .card-wrapper .card-box .meta .mbr-iconfont {
  color: #465052;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-uaeHPgAMzx .card-wrapper .card-box .meta .item-category .category {
  color: #1e8da0;
  font-weight: 500;
}
.cid-uaeHPgAMzx .card-wrapper .card-box .meta .item-date .date {
  color: #465052;
  font-weight: 500;
}
.cid-uaeHPgAMzx .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #465052;
}
.cid-uaeHPgAMzx .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #465052;
}
.cid-uaeHPgAMzx .card-wrapper .card-box .meta .item-comment .comment {
  color: #465052;
  font-weight: 500;
}
.cid-uaeHPgAMzx .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-uaeHPgAMzx .card-wrapper .card-box .card-subtitle {
  color: #1e8da0;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-uaeHPgAMzx .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #465052;
}
.cid-uaeHPgAMzx .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-uaeHPgAMzx .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-uaeHPgAMzx .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-uaeHPgAMzx .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-uaeHPgAMzx .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-uaeHPgAMzx .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-uaeHPgAMzx .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-uaeHPgAMzx * {
    text-align: left;
  }
}
.cid-uaeHPgAMzx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-uaeHPgAMzx .card-wrapper .card-box .card-title,
.cid-uaeHPgAMzx .mbr-section-btn,
.cid-uaeHPgAMzx .card-wrapper .card-box .meta {
  color: #1e8da0;
}
.cid-uaeHPgAMzx .card-wrapper .card-box .mbr-text,
.cid-uaeHPgAMzx .mbr-section-btn {
  color: #000000;
}
.cid-uaeHPj972E {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uaeHPj972E .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uaeHPj972E .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaeHPj972E .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uaeHPj972E .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uaeHPj972E .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #868e8f;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uaeHPj972E .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uaeHPj972E .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-uaeHPj972E .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uaeHPj972E .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #868e8f !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vjIAN6SSX3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e8da0;
}
.cid-vjIAN6SSX3 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-vjIAN6SSX3 .navbar-logo {
  width: 150px;
  margin-bottom: 5px;
  margin: auto;
}
.cid-vjIAN6SSX3 .col + .mbr-section-btn .btn,
.cid-vjIAN6SSX3 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-vjIAN6SSX3 .col + .mbr-section-btn .btn,
  .cid-vjIAN6SSX3 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-vjIAN6SSX3 .dragArea > *:nth-last-child(2).col,
  .cid-vjIAN6SSX3 .dragArea > *:nth-last-child(2).col-auto,
  .cid-vjIAN6SSX3 .col + .mbr-section-btn,
  .cid-vjIAN6SSX3 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-vjIAN6SSX3 .dragArea {
    flex-direction: column;
  }
}
.cid-vjIAN6SSX3 .btn-primary {
  border: 1px solid #1e8da0 !important;
}
.cid-vjIAN6SSX3 .btn-primary:hover {
  border: 1px solid #1e8da0 !important;
}
.cid-vjIAN6SSX3 .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vjIAN6SSX3 .form-group {
  max-width: 220px;
}
.cid-vjIAN6SSX3 .mbr-section-btn {
  padding-left: 0;
}
.cid-vjIAN6SSX3 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vjIAN6SSX3 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-vjIAN6SSX3 .mbr-text {
  color: #444;
}
.cid-vjIAN6SSX3 h5 {
  margin-bottom: 0;
}
.cid-vjIAN6SSX3 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: left;
}
.cid-vjIAN6SSX3 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vjIAN6SSX3 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vjIAN6SSX3 .socicon {
  font-size: 1.3rem;
  background: #868e8f;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjIAN6SSX3 .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-vjIAN6SSX3 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vjIAN6SSX3 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjIAN6SSX3 .social-list a:hover {
  opacity: 0.4;
}
.cid-vjIAN6SSX3 .media-container-row > div {
  padding: 0px;
}
.cid-vjIAN6SSX3 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vjIAN6SSX3 .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-vjIAN6SSX3 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vjIAN6SSX3 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vjIAN6SSX3 .social-list,
  .cid-vjIAN6SSX3 .img-list {
    -webkit-justify-content: left;
    justify-content: left;
    text-align: left;
  }
  .cid-vjIAN6SSX3 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vjIAN6SSX3 .form-group {
    max-width: 180px;
  }
}
.cid-vjIAN6SSX3 .links span {
  color: #9e9e9e;
}
.cid-vjIAN6SSX3 .logo-sub-title {
  text-align: left;
}
.cid-vjIAN6SSX3 .logo-title {
  text-align: left;
}
.cid-vjIAN6SSX3 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vjIAN6SSX3 .logo-title,
.cid-vjIAN6SSX3 .logo {
  text-align: left;
  color: #ffffff;
}
.cid-uaeHPmR0eo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #868e8f;
}
.cid-uaeJ9hJR4M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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-uaeJ9hJR4M .nav-item,
.cid-uaeJ9hJR4M .nav-link,
.cid-uaeJ9hJR4M .navbar-caption {
  font-weight: normal;
}
.cid-uaeJ9hJR4M .nav-item:focus,
.cid-uaeJ9hJR4M .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uaeJ9hJR4M .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uaeJ9hJR4M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uaeJ9hJR4M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaeJ9hJR4M .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uaeJ9hJR4M .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uaeJ9hJR4M .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uaeJ9hJR4M .dropdown .dropdown-menu .dropdown-item .soc-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-uaeJ9hJR4M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaeJ9hJR4M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaeJ9hJR4M .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uaeJ9hJR4M .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uaeJ9hJR4M .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uaeJ9hJR4M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uaeJ9hJR4M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaeJ9hJR4M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaeJ9hJR4M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.7rem);
  }
}
.cid-uaeJ9hJR4M .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uaeJ9hJR4M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaeJ9hJR4M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaeJ9hJR4M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uaeJ9hJR4M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaeJ9hJR4M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uaeJ9hJR4M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uaeJ9hJR4M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaeJ9hJR4M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaeJ9hJR4M .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uaeJ9hJR4M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaeJ9hJR4M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaeJ9hJR4M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uaeJ9hJR4M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaeJ9hJR4M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaeJ9hJR4M .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaeJ9hJR4M .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uaeJ9hJR4M .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uaeJ9hJR4M .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uaeJ9hJR4M .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uaeJ9hJR4M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaeJ9hJR4M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uaeJ9hJR4M .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaeJ9hJR4M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaeJ9hJR4M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaeJ9hJR4M .dropdown-item.active,
.cid-uaeJ9hJR4M .dropdown-item:active {
  background-color: transparent;
}
.cid-uaeJ9hJR4M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaeJ9hJR4M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaeJ9hJR4M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaeJ9hJR4M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaeJ9hJR4M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaeJ9hJR4M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaeJ9hJR4M ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uaeJ9hJR4M .navbar-buttons {
  text-align: center;
}
.cid-uaeJ9hJR4M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uaeJ9hJR4M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006c9a;
}
.cid-uaeJ9hJR4M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uaeJ9hJR4M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uaeJ9hJR4M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uaeJ9hJR4M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uaeJ9hJR4M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uaeJ9hJR4M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uaeJ9hJR4M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uaeJ9hJR4M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uaeJ9hJR4M .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uaeJ9hJR4M a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaeJ9hJR4M .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-uaeJ9hJR4M .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uaeJ9hJR4M .soc-item {
  margin: .5rem .3rem;
}
.cid-uaeJ9hJR4M .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaeJ9hJR4M a.nav-link,
.cid-uaeJ9hJR4M a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uaeJ9hJR4M a.nav-link .mbr-iconfont-btn,
.cid-uaeJ9hJR4M a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uaeJ9hJR4M a.nav-link:hover .mbr-iconfont-btn,
.cid-uaeJ9hJR4M a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uaeJ9hJR4M a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaeJ9hJR4M .navbar {
    height: 77px;
  }
  .cid-uaeJ9hJR4M .navbar.opened {
    height: auto;
  }
  .cid-uaeJ9hJR4M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaeJ9r51lG {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #1e8da0;
}
.cid-uaeJ9r51lG .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uaeJ9r51lG .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-uaeJ9r51lG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uaeJ9r51lG .inner-container {
    width: 100% !important;
  }
}
.cid-uaeJ9wfnON {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uaeJ9wfnON .card-box {
  padding: 0 2rem;
}
.cid-uaeJ9wfnON .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uaeJ9wfnON .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uaeJ9wfnON h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uaeJ9wfnON p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uaeJ9wfnON .mbr-text {
  color: #000000;
}
.cid-uaeJ9wfnON .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uaeJ9wfnON .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uaeJ9wfnON .card-title {
  color: #1e8da0;
}
.cid-vjIyR1fsxQ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/com-o-mesmo-fundo-em-azul-claro-no-degrade-domos-em-policarbonato-1200x1600.jpg");
}
.cid-vjIyR1fsxQ .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-vjIyR1fsxQ .mbr-arrow i {
  color: #ffffff !important;
}
.cid-vjIyR1fsxQ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-vjIyR1fsxQ .mbr-section-title {
  text-align: center;
}
.cid-vjIyR1fsxQ .mbr-text,
.cid-vjIyR1fsxQ .mbr-section-btn {
  text-align: center;
}
.cid-vjIyQs1ybV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e8da0;
}
.cid-vjIyQs1ybV .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-vjIyQs1ybV .navbar-logo {
  width: 150px;
  margin-bottom: 5px;
  margin: auto;
}
.cid-vjIyQs1ybV .col + .mbr-section-btn .btn,
.cid-vjIyQs1ybV .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-vjIyQs1ybV .col + .mbr-section-btn .btn,
  .cid-vjIyQs1ybV .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-vjIyQs1ybV .dragArea > *:nth-last-child(2).col,
  .cid-vjIyQs1ybV .dragArea > *:nth-last-child(2).col-auto,
  .cid-vjIyQs1ybV .col + .mbr-section-btn,
  .cid-vjIyQs1ybV .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-vjIyQs1ybV .dragArea {
    flex-direction: column;
  }
}
.cid-vjIyQs1ybV .btn-primary {
  border: 1px solid #1e8da0 !important;
}
.cid-vjIyQs1ybV .btn-primary:hover {
  border: 1px solid #1e8da0 !important;
}
.cid-vjIyQs1ybV .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vjIyQs1ybV .form-group {
  max-width: 220px;
}
.cid-vjIyQs1ybV .mbr-section-btn {
  padding-left: 0;
}
.cid-vjIyQs1ybV .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vjIyQs1ybV .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-vjIyQs1ybV .mbr-text {
  color: #444;
}
.cid-vjIyQs1ybV h5 {
  margin-bottom: 0;
}
.cid-vjIyQs1ybV .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: left;
}
.cid-vjIyQs1ybV .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vjIyQs1ybV .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vjIyQs1ybV .socicon {
  font-size: 1.3rem;
  background: #868e8f;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjIyQs1ybV .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-vjIyQs1ybV .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vjIyQs1ybV .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjIyQs1ybV .social-list a:hover {
  opacity: 0.4;
}
.cid-vjIyQs1ybV .media-container-row > div {
  padding: 0px;
}
.cid-vjIyQs1ybV .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vjIyQs1ybV .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-vjIyQs1ybV .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vjIyQs1ybV .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vjIyQs1ybV .social-list,
  .cid-vjIyQs1ybV .img-list {
    -webkit-justify-content: left;
    justify-content: left;
    text-align: left;
  }
  .cid-vjIyQs1ybV h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vjIyQs1ybV .form-group {
    max-width: 180px;
  }
}
.cid-vjIyQs1ybV .links span {
  color: #9e9e9e;
}
.cid-vjIyQs1ybV .logo-sub-title {
  text-align: left;
}
.cid-vjIyQs1ybV .logo-title {
  text-align: left;
}
.cid-vjIyQs1ybV .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vjIyQs1ybV .logo-title,
.cid-vjIyQs1ybV .logo {
  text-align: left;
  color: #ffffff;
}
.cid-uaeJ9O8egO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #868e8f;
}
