@import url(https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap);





body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.25rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.0625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.275rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.7rem;
    font-size: calc( 1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.85rem;
    font-size: calc( 1.021875rem + (1.0625 - 1.021875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.021875rem + (1.0625 - 1.021875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.mbr-section-btn .btn:hover {
  padding-right: 2rem;
  padding-left: 2rem;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  padding-left: 0.5rem;
}
.btn {
  padding: 0.5rem 1.4rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #366785 !important;
}
.bg-success {
  background-color: #326785 !important;
}
.bg-info {
  background-color: #bbbbbb !important;
}
.bg-warning {
  background-color: #304867 !important;
}
.bg-danger {
  background-color: #d9d9d9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #366785 !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #4b4b4d !important;
  border-color: transparent  !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #274b61 !important;
  border-color: transparent !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4b4b4d !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4b4b4d !important;
  border-color: transparent  !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #323233 !important;
  border-color: transparent !important;
}
.btn-info,
.btn-info:active {
  background-color: #bbbbbb !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4b4b4d !important;
  border-color: transparent  !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a2a2a2 !important;
  border-color: transparent !important;
}
.btn-success,
.btn-success:active {
  background-color: #326785 !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #4b4b4d !important;
  border-color: transparent  !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #244a60 !important;
  border-color: transparent !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #304867 !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4b4b4d !important;
  border-color: transparent  !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #203044 !important;
  border-color: transparent !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d9d9d9 !important;
  border-color: transparent  !important;
  color: #5a5a5a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #4b4b4d !important;
  border-color: transparent  !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #5a5a5a !important;
  background-color: #c0c0c0 !important;
  border-color: transparent !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: transparent  !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #4b4b4d !important;
  border-color: transparent  !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: transparent !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #333333 !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #ffffff !important;
  background-color: #4b4b4d !important;
  border-color: transparent  !important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: transparent !important;
}
.btn-black {
  color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #4b4b4d !important;
  border-color: transparent  !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: transparent !important;
}
.btn-black:hover {
  color: #333333 !important;
}
.btn-black:hover,
.btn-black:hover:active {
  background-color: #fafafa !important;
  border-color: transparent  !important;
  color: #7a7a7a !important;
}
.btn-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #616161 !important;
  background-color: #4b4b4d !important;
  border-color: transparent  !important;
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: transparent !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #366785;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #274b61 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #366785 !important;
  border-color: #366785 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4b4b4d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #323233 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4b4b4d !important;
  border-color: #4b4b4d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a2a2a2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #326785;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #244a60 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #326785 !important;
  border-color: #326785 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #304867;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #203044 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #304867 !important;
  border-color: #304867 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d9d9d9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c0c0c0 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #5a5a5a !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa;
  background-color: transparent;
  border-color: transparent;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: transparent;
  border-color: transparent;
}
.text-primary {
  color: #366785 !important;
}
.text-secondary {
  color: #4b4b4d !important;
}
.text-success {
  color: #326785 !important;
}
.text-info {
  color: #bbbbbb !important;
}
.text-warning {
  color: #304867 !important;
}
.text-danger {
  color: #d9d9d9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #333333 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #274b61 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #323233 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #244a60 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a2a2a2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #203044 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c0c0c0 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #4d4d4d !important;
}
.nav-tabs .nav-link.active {
  color: #366785;
}
.nav-tabs .nav-link:not(.active) {
  color: #333333;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bbbbbb;
}
.alert-warning {
  background-color: #304867;
}
.alert-danger {
  background-color: #d9d9d9;
}
.mbr-gallery-filter li.active .btn {
  background-color: #366785;
  border-color: #366785;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #366785;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #74a7c7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6ea8c8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #6186b5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #366785 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.875rem;
}
blockquote {
  border-color: #366785;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #366785;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #366785;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #777d74;
  border-bottom-color: #777d74;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #366785;
  border-bottom-color: #366785;
}
.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: #366785 !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: #4b4b4d !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23366785' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sv3wzilC79 {
  z-index: 1000;
  width: 100%;
}
.cid-sv3wzilC79 nav.navbar {
  position: fixed;
}
.cid-sv3wzilC79 .nav-link {
  position: relative;
}
.cid-sv3wzilC79 .nav-link:before {
  content: '';
  bottom: -2px;
  left: 5px;
  width: 0%;
  height: 1px;
  opacity: 0;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sv3wzilC79 .nav-link:hover:before {
  width: 50%;
  opacity: 1;
}
.cid-sv3wzilC79 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sv3wzilC79 .dropdown-menu {
  padding: 0;
}
.cid-sv3wzilC79 .dropdown-item:hover,
.cid-sv3wzilC79 .dropdown-item:focus {
  background: #366785 !important;
  color: white !important;
}
.cid-sv3wzilC79 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sv3wzilC79 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sv3wzilC79 .container {
  display: flex;
  margin: auto;
}
.cid-sv3wzilC79 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sv3wzilC79 .navbar-caption {
  padding-right: 4rem;
}
.cid-sv3wzilC79 .dropdown-menu,
.cid-sv3wzilC79 .navbar.opened {
  background: #ffffff !important;
}
.cid-sv3wzilC79 .nav-item:focus,
.cid-sv3wzilC79 .nav-link:focus {
  outline: none;
}
.cid-sv3wzilC79 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sv3wzilC79 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sv3wzilC79 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sv3wzilC79 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sv3wzilC79 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sv3wzilC79 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sv3wzilC79 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sv3wzilC79 .navbar.opened {
  transition: all .3s;
}
.cid-sv3wzilC79 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sv3wzilC79 .navbar .navbar-logo img {
  width: auto;
}
.cid-sv3wzilC79 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sv3wzilC79 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sv3wzilC79 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sv3wzilC79 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sv3wzilC79 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sv3wzilC79 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sv3wzilC79 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sv3wzilC79 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sv3wzilC79 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sv3wzilC79 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sv3wzilC79 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sv3wzilC79 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sv3wzilC79 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sv3wzilC79 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sv3wzilC79 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sv3wzilC79 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sv3wzilC79 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sv3wzilC79 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sv3wzilC79 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sv3wzilC79 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sv3wzilC79 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sv3wzilC79 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sv3wzilC79 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sv3wzilC79 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sv3wzilC79 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sv3wzilC79 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sv3wzilC79 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sv3wzilC79 .dropdown-item.active,
.cid-sv3wzilC79 .dropdown-item:active {
  background-color: transparent;
}
.cid-sv3wzilC79 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sv3wzilC79 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sv3wzilC79 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sv3wzilC79 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sv3wzilC79 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sv3wzilC79 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sv3wzilC79 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sv3wzilC79 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sv3wzilC79 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sv3wzilC79 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sv3wzilC79 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sv3wzilC79 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sv3wzilC79 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sv3wzilC79 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sv3wzilC79 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sv3wzilC79 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sv3wzilC79 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sv3wzilC79 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sv3wzilC79 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sv3wzilC79 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sv3wzilC79 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sv3wzilC79 .navbar {
    height: 77px;
  }
  .cid-sv3wzilC79 .navbar.opened {
    height: auto;
  }
  .cid-sv3wzilC79 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rOc2se21FH {
  padding-top: 300px;
  padding-bottom: 315px;
  background-image: url("../../../assets/images/jj-ying-7jx0-bfiuxq-unsplash-2000x1500.jpg");
}
.cid-rOc2se21FH .image-1 {
  left: 35px !important;
  bottom: 7px !important;
}
.cid-rOc2se21FH .image-2 {
  top: 95px !important;
}
.cid-rOc2se21FH .image-3 {
  left: 379px !important;
  bottom: -51px !important;
}
.cid-rOc2se21FH .image-4 {
  bottom: -242px !important;
}
@media (max-width: 1199px) {
  .cid-rOc2se21FH .image-1 {
    left: 85px !important;
    bottom: -133px !important;
  }
  .cid-rOc2se21FH .image-2 {
    top: 5px !important;
  }
  .cid-rOc2se21FH .image-3 {
    left: 789px !important;
    bottom: 49px !important;
  }
  .cid-rOc2se21FH .image-4 {
    bottom: -52px !important;
  }
  .cid-rOc2se21FH .image-5 {
    left: 597px !important;
    top: -115px !important;
  }
}
@media (max-width: 767px) {
  .cid-rOc2se21FH .image-1 {
    left: -185px !important;
    bottom: -273px !important;
  }
  .cid-rOc2se21FH .image-2 {
    left: 187px !important;
  }
  .cid-rOc2se21FH .image-3 {
    left: 39px !important;
    bottom: 9px !important;
  }
  .cid-rOc2se21FH .image-4 {
    right: 209px !important;
    bottom: -212px !important;
  }
  .cid-rOc2se21FH .image-5 {
    left: 117px !important;
    top: 25px !important;
  }
}
.cid-rOc2se21FH .wrap {
  display: none;
}
.cid-rOc2se21FH section {
  position: relative;
}
.cid-rOc2se21FH .mbr-section-title {
  color: #366785;
}
.cid-rOc2se21FH .mbr-text,
.cid-rOc2se21FH .mbr-section-btn {
  color: #46495f;
  z-index: 70;
}
.cid-rOc2se21FH .btn {
  padding: 17px 54px !important;
}
.cid-rOc2se21FH img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.cid-rOc2se21FH .wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-rOc2se21FH .image-1 {
  position: absolute;
  left: -75px;
  bottom: 107px;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}
.cid-rOc2se21FH .image-2 {
  position: absolute;
  left: -33px;
  top: 195px;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.cid-rOc2se21FH .image-3 {
  position: absolute;
  left: -11px;
  bottom: -141px;
  -webkit-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.cid-rOc2se21FH .image-4 {
  position: absolute;
  left: auto;
  right: -91px;
  bottom: -312px;
  -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.cid-rOc2se21FH .image-5 {
  position: absolute;
  left: 7px;
  top: 35px;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.cid-rOc2se21FH .image-6 {
  position: absolute;
  left: -155px;
  top: 40px;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.cid-rOc2se21FH .mbr-arrow {
  bottom: 105px !important;
}
@media (max-width: 1199px) {
  .cid-rOc2se21FH .image-1 {
    left: 5px;
    bottom: -293px;
  }
  .cid-rOc2se21FH .image-2 {
    left: 277px;
    top: 95px;
  }
  .cid-rOc2se21FH .image-3 {
    left: 469px;
    bottom: -61px;
  }
  .cid-rOc2se21FH .image-4 {
    right: 99px;
    bottom: -192px;
  }
  .cid-rOc2se21FH .image-5 {
    left: 7px;
    top: 35px;
  }
  .cid-rOc2se21FH .image-6 {
    left: 615px;
    top: -10px;
  }
}
@media (max-width: 992px) {
  .cid-rOc2se21FH .image-1 {
    bottom: -213px;
  }
  .cid-rOc2se21FH .image-2 {
    top: 115px;
  }
  .cid-rOc2se21FH .image-4 {
    right: 49px;
    bottom: -102px;
  }
  .cid-rOc2se21FH .image-6 {
    left: -295px;
    top: 80px;
  }
}
@media (max-width: 767px) {
  .cid-rOc2se21FH .image-1 {
    bottom: -263px;
  }
  .cid-rOc2se21FH .image-3 {
    left: 9px;
    bottom: 39px;
  }
  .cid-rOc2se21FH .image-4 {
    bottom: -112px;
    right: -31px;
  }
  .cid-rOc2se21FH .image-6 {
    left: -125px;
    top: 20px;
  }
}
.cid-sxlmhV0YUR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxlmhV0YUR .main {
  flex-direction: row-reverse;
}
.cid-sxlmhV0YUR .row-element,
.cid-sxlmhV0YUR .image-element {
  padding: 0;
}
.cid-sxlmhV0YUR .image-element {
  display: flex;
  justify-content: center;
}
.cid-sxlmhV0YUR .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sxlmhV0YUR .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-sxlmhV0YUR .text-content {
    padding: 2rem 1rem;
  }
  .cid-sxlmhV0YUR .mbr-title,
  .cid-sxlmhV0YUR .underline,
  .cid-sxlmhV0YUR .mbr-text,
  .cid-sxlmhV0YUR .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sxlmhV0YUR .mbr-text,
.cid-sxlmhV0YUR .mbr-section-btn {
  color: #4b4b4d;
  text-align: right;
}
.cid-sxlmhV0YUR .mbr-title {
  color: #366785;
  text-align: right;
}
.cid-sv3NszN2Ju {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #366785;
}
.cid-sv3NszN2Ju .mbr-text,
.cid-sv3NszN2Ju .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sv3NszN2Ju .mbr-section-title,
  .cid-sv3NszN2Ju .mbr-section-btn,
  .cid-sv3NszN2Ju .mbr-text {
    text-align: center;
  }
}
.cid-sv3NszN2Ju .mbr-section-subtitle {
  color: #bfebf3;
  letter-spacing: 6px;
}
.cid-rOc2sTuK9F {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/jj-ying-7jx0-bfiuxq-unsplash-2000x1500.jpg");
  background-size: cover;
}
.cid-rOc2sTuK9F .card {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}
.cid-rOc2sTuK9F .card-outer-wrap {
  padding-left: 42px !important;
  padding-right: 42px !important;
}
.cid-rOc2sTuK9F .card-wrap {
  padding-top: 2.7rem !important;
  padding-bottom: 2.6rem !important;
}
.cid-rOc2sTuK9F .card-wrap .card-box {
  padding-top: 27px !important;
}
.cid-rOc2sTuK9F .media-container-row:nth-child(2) {
  margin-top: 45px !important;
}
@media (max-width: 767px) {
  .cid-rOc2sTuK9F .media-container-row:nth-child(2) {
    margin-top: 0px !important;
  }
}
.cid-rOc2sTuK9F .media-container-row:nth-child(2) {
  margin-top: 50px;
}
.cid-rOc2sTuK9F .mbr-text {
  color: #366785;
}
.cid-rOc2sTuK9F .card-img span {
  color: #149dcc;
}
.cid-rOc2sTuK9F .mbr-iconfont {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #304867 !important;
  font-size: 2rem !important;
  font-weight: bold;
}
.cid-rOc2sTuK9F .card {
  text-align: center;
  margin-left: -5rem;
  margin-right: -5rem;
}
.cid-rOc2sTuK9F .card-outer-wrap {
  padding-left: 88.5px;
  padding-right: 88.5px;
}
.cid-rOc2sTuK9F .card-wrap {
  background-color: #f5f6fa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 20px;
  padding-top: 3rem !important;
  padding-bottom: 2.9rem !important;
}
.cid-rOc2sTuK9F .card-wrap .card-box {
  padding-top: 27px;
}
.cid-rOc2sTuK9F .card-wrap:hover {
  background-color: #bfebf3;
  cursor: crosshair;
  box-shadow: 0px 5px 20px 1px #bfebf3;
}
.cid-rOc2sTuK9F .card-wrap:hover p,
.cid-rOc2sTuK9F .card-wrap:hover h4,
.cid-rOc2sTuK9F .card-wrap:hover .mbr-iconfont {
  color: #000000 !important;
}
.cid-rOc2sTuK9F .card-title {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #366785;
}
@media (max-width: 991px) {
  .cid-rOc2sTuK9F .card {
    margin-bottom: 1rem;
  }
  .cid-rOc2sTuK9F .media-container-row:nth-child(2) {
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  .cid-rOc2sTuK9F .card {
    padding: 2rem 0rem 0rem 0rem !important;
  }
}
.cid-sxlxGQmDbd {
  background-image: url("../../../assets/images/foto1-2-1076x718.png");
}
.cid-sxlxGQmDbd .mbr-text,
.cid-sxlxGQmDbd .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sxlxGQmDbd .mbr-section-title,
  .cid-sxlxGQmDbd .mbr-section-btn,
  .cid-sxlxGQmDbd .mbr-text {
    text-align: center;
  }
}
.cid-sxlxGQmDbd .mbr-section-subtitle {
  color: #bfebf3;
  letter-spacing: 6px;
}
.cid-sxlwyMak5R {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #366785;
}
.cid-sxlwyMak5R .mbr-text,
.cid-sxlwyMak5R .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sxlwyMak5R .mbr-section-title,
  .cid-sxlwyMak5R .mbr-section-btn,
  .cid-sxlwyMak5R .mbr-text {
    text-align: center;
  }
}
.cid-sxlwyMak5R .mbr-section-subtitle {
  color: #bfebf3;
  letter-spacing: 6px;
}
.cid-rOc2u6biIM {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #fafafa;
}
.cid-rOc2u6biIM .card-wrap {
  margin-bottom: 3rem;
  overflow-y: hidden;
  border-radius: 20px;
}
.cid-rOc2u6biIM .card-wrap .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 1.4rem 0rem 5.8rem 0rem;
  background-color: #bfebf3;
  border-radius: 30px;
}
.cid-rOc2u6biIM .card-wrap .card-block .image-wrap {
  position: relative;
  height: 250px;
  width: 250px;
  background-color: #bfebf3;
  overflow: auto;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-rOc2u6biIM .card-wrap .card-block .image-wrap img {
  display: block;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rOc2u6biIM .card-wrap .card-bottom {
  background-color: #304867;
  position: absolute;
  left: 15px;
  bottom: 0px;
  padding: 0 0.5rem;
  width: calc(100% - 30px);
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
  border-radius: 20px;
  bottom: -20px;
}
.cid-rOc2u6biIM .card-wrap .card-bottom:hover {
  bottom: 0;
}
.cid-rOc2u6biIM .card-wrap .card-bottom .social-media {
  list-style-type: none;
  width: 100%;
  z-index: 1;
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}
.cid-rOc2u6biIM .card-wrap .card-bottom .social-media ul {
  margin: 0;
  padding: 0.5rem 0 0;
}
.cid-rOc2u6biIM .card-wrap .card-bottom .social-media ul li {
  margin-right: 0.8rem;
  display: inline-block;
}
.cid-rOc2u6biIM .card-wrap .card-bottom .social-media ul li .mbr-iconfont {
  color: #133996;
  font-size: 1rem;
}
.cid-rOc2u6biIM .card-wrap .card-bottom .social-media ul li .mbr-iconfont:hover {
  color: #fc643f;
}
.cid-rOc2u6biIM .card-wrap .card-bottom .mbr-section-title {
  margin-bottom: 0;
}
.cid-rOc2u6biIM .card-wrap .card-bottom .mbr-role {
  padding-bottom: 0.5rem;
}
.cid-rOc2u6biIM .card-wrap .card-bottom:not(:hover) .social-media {
  height: 0;
  padding: 0;
  overflow: hidden;
}
.cid-rOc2u6biIM .card-wrap .card-bottom:hover .social-media {
  height: 2.5rem;
}
@media (max-width: 1199px) {
  .cid-rOc2u6biIM .card-wrap .image-wrap {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-rOc2u6biIM .card-wrap {
    height: auto;
  }
  .cid-rOc2u6biIM .card-wrap .image-wrap {
    height: 150px !important;
    width: 150px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-rOc2u6biIM .card-wrap .image-wrap {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.cid-rOc2u6biIM .underline,
.cid-rOc2u6biIM .mbr-title {
  color: #304867;
}
.cid-rOc2u6biIM .mbr-section-title {
  color: #fafafa;
}
.cid-sxlGJ6kvD0 {
  padding-top: 18rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/jonathan-borba-jicptpntpx4-unsplash-2000x1333.jpg");
}
.cid-sxlGJ6kvD0 .mbr-text,
.cid-sxlGJ6kvD0 .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sxlGJ6kvD0 .mbr-section-title,
  .cid-sxlGJ6kvD0 .mbr-section-btn,
  .cid-sxlGJ6kvD0 .mbr-text {
    text-align: center;
  }
}
.cid-sxlGJ6kvD0 .mbr-section-subtitle {
  color: #bfebf3;
  letter-spacing: 6px;
}
.cid-sxlGJ6kvD0 .mbr-section-btn {
  padding-top: 13rem;
}
.cid-sPOiXdZQGo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sPOiXdZQGo .row {
  align-items: stretch;
  justify-content: center;
  padding: 0rem 0.5rem;
}
.cid-sPOiXdZQGo .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  width: 100%;
}
.cid-sPOiXdZQGo .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sPOiXdZQGo .row .img-item img {
    height: 250px;
  }
}
@media (max-width: 992px) {
  .cid-sPOiXdZQGo .row .img-item {
    padding: 0rem;
  }
}
.cid-sPOiXdZQGo .big {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-sPOiXdZQGo .big {
    transform: scale(1);
  }
}
.cid-sPOj1YfVFQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sPOj1YfVFQ .row {
  align-items: stretch;
  justify-content: center;
  padding: 0rem 0.5rem;
}
.cid-sPOj1YfVFQ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  width: 100%;
}
.cid-sPOj1YfVFQ .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sPOj1YfVFQ .row .img-item img {
    height: 250px;
  }
}
@media (max-width: 992px) {
  .cid-sPOj1YfVFQ .row .img-item {
    padding: 0rem;
  }
}
.cid-sPOj1YfVFQ .big {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-sPOj1YfVFQ .big {
    transform: scale(1);
  }
}
.cid-sPOj2yhRDc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sPOj2yhRDc .row {
  align-items: stretch;
  justify-content: center;
  padding: 0rem 0.5rem;
}
.cid-sPOj2yhRDc .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  width: 100%;
}
.cid-sPOj2yhRDc .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sPOj2yhRDc .row .img-item img {
    height: 250px;
  }
}
@media (max-width: 992px) {
  .cid-sPOj2yhRDc .row .img-item {
    padding: 0rem;
  }
}
.cid-sPOj2yhRDc .big {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-sPOj2yhRDc .big {
    transform: scale(1);
  }
}
.cid-sxm462vQgw {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #366785;
}
.cid-sxm462vQgw .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sxm462vQgw .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-sxm462vQgw .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sxm462vQgw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sxm462vQgw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sxm462vQgw .map-placeholder {
  display: none;
}
.cid-sxm462vQgw .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sxm462vQgw .card {
  padding: 3rem 8rem;
}
.cid-sxm462vQgw .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sxm462vQgw .card .mbr-text {
  color: #06182d;
}
.cid-sxm462vQgw .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-sxm462vQgw .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxm462vQgw .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sxm462vQgw .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-sxm462vQgw .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-sxm462vQgw .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-sxm462vQgw .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-sxm462vQgw .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sxm462vQgw .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sxm462vQgw .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-sxm462vQgw .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxm462vQgw .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-sxm462vQgw .card .form-group {
  padding-right: 0;
}
.cid-sxm462vQgw .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sxm462vQgw .card .btn-primary {
  border: 1px solid #366785 !important;
}
.cid-sxm462vQgw .card .btn-primary:hover {
  border: 1px solid #366785 !important;
}
@media (max-width: 1200px) {
  .cid-sxm462vQgw .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sxm462vQgw .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sxm462vQgw h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-sxm462vQgw * {
    text-align: center !important;
  }
  .cid-sxm462vQgw .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-sxm462vQgw .form-group {
    max-width: 180px;
  }
  .cid-sxm462vQgw .card {
    padding: 2rem 1rem;
  }
}
.cid-sxm462vQgw .card .mbr-section-title {
  color: #fafafa;
}
.cid-sxm462vQgw .card .mbr-text {
  color: #afdde8;
}
.cid-sxm462vQgw .card .items .list-item .text2,
.cid-sxm462vQgw .card .items .list-item {
  color: #eaf2f4;
}
.cid-rOc2vmKyni {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rOc2vmKyni p {
  color: #d9d9d9;
}
.cid-rOc2vmKyni .media-container-row .mbr-text {
  color: #326785;
}
