.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2873b6 !important;
}
.bg-success {
  background-color: #232323 !important;
}
.bg-info {
  background-color: #f7f7f7 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2873b6 !important;
  border-color: #2873b6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3d8dd4 !important;
  border-color: #3d8dd4 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3d8dd4 !important;
  border-color: #3d8dd4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7eb045 !important;
  border-color: #7eb045 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #97c365 !important;
  border-color: #97c365 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #97c365 !important;
  border-color: #97c365 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2873b6;
  color: #2873b6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #18466f !important;
  background-color: transparent !important;
  border-color: #18466f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2873b6 !important;
  border-color: #2873b6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #7eb045;
  color: #7eb045;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #51722d !important;
  background-color: transparent !important;
  border-color: #51722d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7eb045 !important;
  border-color: #7eb045 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f7;
  color: #f7f7f7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cccccc !important;
  background-color: transparent !important;
  border-color: #cccccc !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2873b6 !important;
}
.text-secondary {
  color: #7eb045 !important;
}
.text-success {
  color: #232323 !important;
}
.text-info {
  color: #f7f7f7 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #163e62 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4a6728 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c4c4c4 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2873b6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f7f7f7;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2873b6;
  border-color: #2873b6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2873b6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7bb2e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2873b6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #2873b6;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2873b6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2873b6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2873b6;
  border-bottom-color: #2873b6;
}
.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: #2873b6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #7eb045 !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='%232873b6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-ulmOfaRx8v {
  z-index: 1000;
  width: 100%;
}
.cid-ulmOfaRx8v nav.navbar {
  position: fixed;
}
.cid-ulmOfaRx8v .navbar-nav {
  margin: auto;
}
.cid-ulmOfaRx8v .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulmOfaRx8v .dropdown-item:hover,
.cid-ulmOfaRx8v .dropdown-item:focus {
  background: #2873b6 !important;
  color: white !important;
}
.cid-ulmOfaRx8v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulmOfaRx8v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulmOfaRx8v .navbar-short,
.cid-ulmOfaRx8v .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-ulmOfaRx8v .navbar-short .nav-link,
.cid-ulmOfaRx8v .opened .nav-link,
.cid-ulmOfaRx8v .navbar-short .navbar-caption,
.cid-ulmOfaRx8v .opened .navbar-caption,
.cid-ulmOfaRx8v .navbar-short .mbr-iconfont,
.cid-ulmOfaRx8v .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-ulmOfaRx8v .navbar-short .hamburger span,
.cid-ulmOfaRx8v .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-ulmOfaRx8v .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-ulmOfaRx8v .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-ulmOfaRx8v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulmOfaRx8v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulmOfaRx8v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulmOfaRx8v .container {
  display: flex;
  margin: auto;
}
.cid-ulmOfaRx8v .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulmOfaRx8v .dropdown-menu,
.cid-ulmOfaRx8v .navbar.opened {
  background: #ffffff !important;
}
.cid-ulmOfaRx8v .nav-item:focus,
.cid-ulmOfaRx8v .nav-link:focus {
  outline: none;
}
.cid-ulmOfaRx8v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulmOfaRx8v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulmOfaRx8v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulmOfaRx8v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulmOfaRx8v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulmOfaRx8v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulmOfaRx8v .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-ulmOfaRx8v .navbar.opened {
  transition: all 0.3s;
}
.cid-ulmOfaRx8v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulmOfaRx8v .navbar .navbar-logo img {
  width: auto;
}
.cid-ulmOfaRx8v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulmOfaRx8v .navbar.collapsed {
  justify-content: center;
}
.cid-ulmOfaRx8v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulmOfaRx8v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulmOfaRx8v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-ulmOfaRx8v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulmOfaRx8v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulmOfaRx8v .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: 41%;
}
.cid-ulmOfaRx8v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulmOfaRx8v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulmOfaRx8v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulmOfaRx8v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulmOfaRx8v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulmOfaRx8v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulmOfaRx8v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulmOfaRx8v .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: 40%;
  }
  .cid-ulmOfaRx8v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulmOfaRx8v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulmOfaRx8v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulmOfaRx8v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulmOfaRx8v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulmOfaRx8v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulmOfaRx8v .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulmOfaRx8v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulmOfaRx8v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulmOfaRx8v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulmOfaRx8v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulmOfaRx8v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulmOfaRx8v .dropdown-item.active,
.cid-ulmOfaRx8v .dropdown-item:active {
  background-color: transparent;
}
.cid-ulmOfaRx8v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulmOfaRx8v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulmOfaRx8v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulmOfaRx8v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulmOfaRx8v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulmOfaRx8v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulmOfaRx8v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulmOfaRx8v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulmOfaRx8v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulmOfaRx8v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-ulmOfaRx8v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulmOfaRx8v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulmOfaRx8v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulmOfaRx8v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulmOfaRx8v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulmOfaRx8v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulmOfaRx8v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulmOfaRx8v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulmOfaRx8v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulmOfaRx8v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulmOfaRx8v .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-ulmOfaRx8v .navbar {
    height: 70px;
  }
  .cid-ulmOfaRx8v .navbar.opened {
    height: auto;
  }
  .cid-ulmOfaRx8v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulmNPdl6ZO {
  display: flex;
}
@media (min-width: 768px) {
  .cid-ulmNPdl6ZO {
    align-items: flex-end;
  }
  .cid-ulmNPdl6ZO .row {
    justify-content: center;
  }
  .cid-ulmNPdl6ZO .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ulmNPdl6ZO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ulmNPdl6ZO {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ulmNPdl6ZO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ulmNPdl6ZO .content-wrap {
    width: 100%;
  }
}
.cid-ulmNPdl6ZO .mbr-section-title,
.cid-ulmNPdl6ZO .mbr-section-subtitle {
  text-align: center;
}
.cid-ulmNPdl6ZO .mbr-text,
.cid-ulmNPdl6ZO .mbr-section-btn {
  text-align: center;
}
.cid-uln0ZcNdap {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uln0ZcNdap .mbr-fallback-image.disabled {
  display: none;
}
.cid-uln0ZcNdap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uln0ZcNdap .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uln0ZcNdap .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uln0ZcNdap .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uln0ZcNdap .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uln0ZcNdap .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uln0ZcNdap .mbr-section-title {
  color: #2873b6;
}
.cid-uln0ZcNdap .mbr-text,
.cid-uln0ZcNdap .mbr-section-btn {
  color: #000000;
}
.cid-uln40QD8To {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #f7f7f7;
}
.cid-uln40QD8To .mbr-fallback-image.disabled {
  display: none;
}
.cid-uln40QD8To .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uln40QD8To .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uln40QD8To .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uln40QD8To .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uln40QD8To .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uln40QD8To .mbr-section-title {
  color: #2873b6;
}
.cid-uln40QD8To .mbr-text,
.cid-uln40QD8To .mbr-section-btn {
  color: #000000;
}
.cid-uln7SvfMGd {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uln7SvfMGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uln7SvfMGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uln7SvfMGd .mbr-section-title {
  text-align: center;
  color: #7eb045;
}
.cid-uln7SvfMGd .mbr-text,
.cid-uln7SvfMGd .mbr-section-btn {
  text-align: center;
}
.cid-unPeS2Tu5P {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #7eb045;
}
.cid-unPeS2Tu5P img,
.cid-unPeS2Tu5P .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-unPeS2Tu5P .item:focus,
.cid-unPeS2Tu5P span:focus {
  outline: none;
}
.cid-unPeS2Tu5P .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unPeS2Tu5P .item {
    margin-bottom: 1rem;
  }
}
.cid-unPeS2Tu5P .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unPeS2Tu5P .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-unPeS2Tu5P .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-unPeS2Tu5P .item-wrapper {
  position: relative;
  background: #2873b6;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-unPeS2Tu5P .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-unPeS2Tu5P .mbr-section-title {
  color: #ffffff;
}
.cid-unPeS2Tu5P .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-unPeS2Tu5P .item-subtitle {
  text-align: left;
}
.cid-unPeS2Tu5P .mbr-text,
.cid-unPeS2Tu5P .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-unPeS2Tu5P .content-head {
  max-width: 800px;
}
.cid-uoxhlFbxGR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #7eb045;
}
.cid-uoxhlFbxGR img,
.cid-uoxhlFbxGR .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uoxhlFbxGR .item:focus,
.cid-uoxhlFbxGR span:focus {
  outline: none;
}
.cid-uoxhlFbxGR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uoxhlFbxGR .item {
    margin-bottom: 1rem;
  }
}
.cid-uoxhlFbxGR .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uoxhlFbxGR .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uoxhlFbxGR .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uoxhlFbxGR .item-wrapper {
  position: relative;
  background: #2873b6;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uoxhlFbxGR .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uoxhlFbxGR .mbr-section-title {
  color: #ffffff;
}
.cid-uoxhlFbxGR .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uoxhlFbxGR .item-subtitle {
  text-align: left;
}
.cid-uoxhlFbxGR .mbr-text,
.cid-uoxhlFbxGR .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uoxhlFbxGR .content-head {
  max-width: 800px;
}
.cid-usvzEftRWL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-usvzEftRWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvzEftRWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvzEftRWL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-usvzEftRWL .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-usvzEftRWL .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-usvzEftRWL .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #7eb045;
  margin-left: 1rem;
}
.cid-usvzEftRWL .card-header {
  border: none;
}
.cid-usvzEftRWL .panel-group {
  border: none;
}
.cid-usvzEftRWL .panel-body,
.cid-usvzEftRWL .card-header {
  padding: 1rem 0;
}
.cid-usvzEftRWL .panel-title-edit {
  color: #7eb045;
  text-align: center;
}
.cid-usvzEftRWL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-usvzEftRWL H3 {
  color: #2873b6;
}
.cid-usvzEMQ8Ua {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usvzEMQ8Ua .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvzEMQ8Ua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvzEMQ8Ua .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-usvzEMQ8Ua .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-usvzEMQ8Ua .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-usvzEMQ8Ua .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #7eb045;
  margin-left: 1rem;
}
.cid-usvzEMQ8Ua .card-header {
  border: none;
}
.cid-usvzEMQ8Ua .panel-group {
  border: none;
}
.cid-usvzEMQ8Ua .panel-body,
.cid-usvzEMQ8Ua .card-header {
  padding: 1rem 0;
}
.cid-usvzEMQ8Ua .panel-title-edit {
  color: #7eb045;
  text-align: center;
}
.cid-usvzEMQ8Ua .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-usvzEMQ8Ua H3 {
  color: #2873b6;
}
.cid-uln9Bf8hFU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2873b6;
}
.cid-uln9Bf8hFU .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-uln9Bf8hFU .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uln9Bf8hFU .col + .mbr-section-btn .btn,
.cid-uln9Bf8hFU .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uln9Bf8hFU .col + .mbr-section-btn .btn,
  .cid-uln9Bf8hFU .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uln9Bf8hFU .dragArea > *:nth-last-child(2).col,
  .cid-uln9Bf8hFU .dragArea > *:nth-last-child(2).col-auto,
  .cid-uln9Bf8hFU .col + .mbr-section-btn,
  .cid-uln9Bf8hFU .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uln9Bf8hFU .dragArea {
    flex-direction: column;
  }
}
.cid-uln9Bf8hFU .btn-primary {
  border: 1px solid #2873b6 !important;
}
.cid-uln9Bf8hFU .btn-primary:hover {
  border: 1px solid #2873b6 !important;
}
.cid-uln9Bf8hFU .stripe {
  border-bottom: 1px solid #7eb045;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uln9Bf8hFU .form-group {
  max-width: 220px;
}
.cid-uln9Bf8hFU .mbr-section-btn {
  padding-left: 0;
}
.cid-uln9Bf8hFU .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uln9Bf8hFU .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f4f4f4;
  width: 85%;
}
.cid-uln9Bf8hFU .mbr-text {
  color: #444;
}
.cid-uln9Bf8hFU h5 {
  margin-bottom: 0;
}
.cid-uln9Bf8hFU .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uln9Bf8hFU .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uln9Bf8hFU .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uln9Bf8hFU .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uln9Bf8hFU .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-uln9Bf8hFU .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uln9Bf8hFU .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uln9Bf8hFU .social-list a:hover {
  opacity: 0.4;
}
.cid-uln9Bf8hFU .media-container-row > div {
  padding: 0px;
}
.cid-uln9Bf8hFU .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uln9Bf8hFU .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uln9Bf8hFU .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uln9Bf8hFU .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uln9Bf8hFU .social-list,
  .cid-uln9Bf8hFU .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uln9Bf8hFU h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uln9Bf8hFU .form-group {
    max-width: 180px;
  }
}
.cid-uln9Bf8hFU .links span {
  color: #9e9e9e;
}
.cid-uln9Bf8hFU .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uln9Bf8hFU .logo-title {
  text-align: center;
}
.cid-uln9Bf8hFU .logo-title,
.cid-uln9Bf8hFU .logo {
  color: #535353;
}
.cid-ulnccmiSbu {
  z-index: 1000;
  width: 100%;
}
.cid-ulnccmiSbu nav.navbar {
  position: fixed;
}
.cid-ulnccmiSbu .navbar-nav {
  margin: auto;
}
.cid-ulnccmiSbu .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulnccmiSbu .dropdown-item:hover,
.cid-ulnccmiSbu .dropdown-item:focus {
  background: #2873b6 !important;
  color: white !important;
}
.cid-ulnccmiSbu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulnccmiSbu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulnccmiSbu .navbar-short,
.cid-ulnccmiSbu .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-ulnccmiSbu .navbar-short .nav-link,
.cid-ulnccmiSbu .opened .nav-link,
.cid-ulnccmiSbu .navbar-short .navbar-caption,
.cid-ulnccmiSbu .opened .navbar-caption,
.cid-ulnccmiSbu .navbar-short .mbr-iconfont,
.cid-ulnccmiSbu .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-ulnccmiSbu .navbar-short .hamburger span,
.cid-ulnccmiSbu .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-ulnccmiSbu .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-ulnccmiSbu .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-ulnccmiSbu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulnccmiSbu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulnccmiSbu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulnccmiSbu .container {
  display: flex;
  margin: auto;
}
.cid-ulnccmiSbu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulnccmiSbu .dropdown-menu,
.cid-ulnccmiSbu .navbar.opened {
  background: #ffffff !important;
}
.cid-ulnccmiSbu .nav-item:focus,
.cid-ulnccmiSbu .nav-link:focus {
  outline: none;
}
.cid-ulnccmiSbu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulnccmiSbu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulnccmiSbu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulnccmiSbu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulnccmiSbu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulnccmiSbu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulnccmiSbu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-ulnccmiSbu .navbar.opened {
  transition: all 0.3s;
}
.cid-ulnccmiSbu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulnccmiSbu .navbar .navbar-logo img {
  width: auto;
}
.cid-ulnccmiSbu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulnccmiSbu .navbar.collapsed {
  justify-content: center;
}
.cid-ulnccmiSbu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulnccmiSbu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulnccmiSbu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-ulnccmiSbu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulnccmiSbu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulnccmiSbu .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: 41%;
}
.cid-ulnccmiSbu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulnccmiSbu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulnccmiSbu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulnccmiSbu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulnccmiSbu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulnccmiSbu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulnccmiSbu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulnccmiSbu .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: 40%;
  }
  .cid-ulnccmiSbu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulnccmiSbu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulnccmiSbu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulnccmiSbu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulnccmiSbu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulnccmiSbu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulnccmiSbu .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulnccmiSbu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulnccmiSbu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulnccmiSbu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulnccmiSbu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulnccmiSbu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulnccmiSbu .dropdown-item.active,
.cid-ulnccmiSbu .dropdown-item:active {
  background-color: transparent;
}
.cid-ulnccmiSbu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulnccmiSbu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulnccmiSbu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulnccmiSbu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulnccmiSbu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulnccmiSbu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulnccmiSbu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulnccmiSbu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulnccmiSbu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulnccmiSbu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-ulnccmiSbu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulnccmiSbu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulnccmiSbu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulnccmiSbu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulnccmiSbu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulnccmiSbu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulnccmiSbu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulnccmiSbu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulnccmiSbu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulnccmiSbu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulnccmiSbu .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-ulnccmiSbu .navbar {
    height: 70px;
  }
  .cid-ulnccmiSbu .navbar.opened {
    height: auto;
  }
  .cid-ulnccmiSbu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulncsSXH0H {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-ulncsSXH0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulncsSXH0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulncsSXH0H .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ulncsSXH0H .mbr-text,
.cid-ulncsSXH0H .mbr-section-btn {
  color: #ffffff;
}
.cid-ulnccn8rUO {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #f7f7f7;
}
.cid-ulnccn8rUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulnccn8rUO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulnccn8rUO .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ulnccn8rUO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulnccn8rUO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ulnccn8rUO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ulnccn8rUO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ulnccn8rUO .mbr-section-title {
  color: #2873b6;
}
.cid-ulnccn8rUO .mbr-text,
.cid-ulnccn8rUO .mbr-section-btn {
  color: #000000;
}
.cid-ulncTVrIqq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulncTVrIqq .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulncTVrIqq .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-ulncTVrIqq .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-ulncTVrIqq .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-ulncTVrIqq .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-ulncTVrIqq .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-ulncTVrIqq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulncTVrIqq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulncTVrIqq .mbr-description {
  text-align: left;
}
.cid-ulncTVrIqq .card-title,
.cid-ulncTVrIqq .iconfont-wrapper {
  color: #000000;
}
.cid-ulncTVrIqq .card-text {
  color: #000000;
}
.cid-ulncTVrIqq .mbr-section-title {
  color: #2873b6;
  text-align: center;
}
.cid-ulncTVrIqq .mbr-number {
  color: #9fe870;
}
.cid-ulncTVrIqq .mbr-text,
.cid-ulncTVrIqq .mbr-section-btn {
  text-align: center;
}
.cid-ulncTVrIqq .card-text,
.cid-ulncTVrIqq .item .mbr-section-btn {
  text-align: left;
}
.cid-ulncTVrIqq .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ulncTVrIqq .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-ulncTVrIqq .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ulncTVrIqq .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-urDX08yy6q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2873b6;
}
.cid-urDX08yy6q .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-urDX08yy6q .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-urDX08yy6q .col + .mbr-section-btn .btn,
.cid-urDX08yy6q .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-urDX08yy6q .col + .mbr-section-btn .btn,
  .cid-urDX08yy6q .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-urDX08yy6q .dragArea > *:nth-last-child(2).col,
  .cid-urDX08yy6q .dragArea > *:nth-last-child(2).col-auto,
  .cid-urDX08yy6q .col + .mbr-section-btn,
  .cid-urDX08yy6q .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-urDX08yy6q .dragArea {
    flex-direction: column;
  }
}
.cid-urDX08yy6q .btn-primary {
  border: 1px solid #2873b6 !important;
}
.cid-urDX08yy6q .btn-primary:hover {
  border: 1px solid #2873b6 !important;
}
.cid-urDX08yy6q .stripe {
  border-bottom: 1px solid #7eb045;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-urDX08yy6q .form-group {
  max-width: 220px;
}
.cid-urDX08yy6q .mbr-section-btn {
  padding-left: 0;
}
.cid-urDX08yy6q .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-urDX08yy6q .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f4f4f4;
  width: 85%;
}
.cid-urDX08yy6q .mbr-text {
  color: #444;
}
.cid-urDX08yy6q h5 {
  margin-bottom: 0;
}
.cid-urDX08yy6q .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-urDX08yy6q .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-urDX08yy6q .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-urDX08yy6q .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urDX08yy6q .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-urDX08yy6q .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-urDX08yy6q .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-urDX08yy6q .social-list a:hover {
  opacity: 0.4;
}
.cid-urDX08yy6q .media-container-row > div {
  padding: 0px;
}
.cid-urDX08yy6q .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-urDX08yy6q .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-urDX08yy6q .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-urDX08yy6q .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-urDX08yy6q .social-list,
  .cid-urDX08yy6q .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-urDX08yy6q h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-urDX08yy6q .form-group {
    max-width: 180px;
  }
}
.cid-urDX08yy6q .links span {
  color: #9e9e9e;
}
.cid-urDX08yy6q .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-urDX08yy6q .logo-title {
  text-align: center;
}
.cid-urDX08yy6q .logo-title,
.cid-urDX08yy6q .logo {
  color: #535353;
}
.cid-ulndSm5vFx {
  z-index: 1000;
  width: 100%;
}
.cid-ulndSm5vFx nav.navbar {
  position: fixed;
}
.cid-ulndSm5vFx .navbar-nav {
  margin: auto;
}
.cid-ulndSm5vFx .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulndSm5vFx .dropdown-item:hover,
.cid-ulndSm5vFx .dropdown-item:focus {
  background: #2873b6 !important;
  color: white !important;
}
.cid-ulndSm5vFx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulndSm5vFx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulndSm5vFx .navbar-short,
.cid-ulndSm5vFx .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-ulndSm5vFx .navbar-short .nav-link,
.cid-ulndSm5vFx .opened .nav-link,
.cid-ulndSm5vFx .navbar-short .navbar-caption,
.cid-ulndSm5vFx .opened .navbar-caption,
.cid-ulndSm5vFx .navbar-short .mbr-iconfont,
.cid-ulndSm5vFx .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-ulndSm5vFx .navbar-short .hamburger span,
.cid-ulndSm5vFx .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-ulndSm5vFx .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-ulndSm5vFx .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-ulndSm5vFx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulndSm5vFx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulndSm5vFx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulndSm5vFx .container {
  display: flex;
  margin: auto;
}
.cid-ulndSm5vFx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulndSm5vFx .dropdown-menu,
.cid-ulndSm5vFx .navbar.opened {
  background: #ffffff !important;
}
.cid-ulndSm5vFx .nav-item:focus,
.cid-ulndSm5vFx .nav-link:focus {
  outline: none;
}
.cid-ulndSm5vFx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulndSm5vFx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulndSm5vFx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulndSm5vFx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulndSm5vFx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulndSm5vFx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulndSm5vFx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-ulndSm5vFx .navbar.opened {
  transition: all 0.3s;
}
.cid-ulndSm5vFx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulndSm5vFx .navbar .navbar-logo img {
  width: auto;
}
.cid-ulndSm5vFx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulndSm5vFx .navbar.collapsed {
  justify-content: center;
}
.cid-ulndSm5vFx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulndSm5vFx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulndSm5vFx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-ulndSm5vFx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulndSm5vFx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulndSm5vFx .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: 41%;
}
.cid-ulndSm5vFx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulndSm5vFx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulndSm5vFx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulndSm5vFx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulndSm5vFx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulndSm5vFx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulndSm5vFx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulndSm5vFx .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: 40%;
  }
  .cid-ulndSm5vFx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulndSm5vFx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulndSm5vFx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulndSm5vFx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulndSm5vFx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulndSm5vFx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulndSm5vFx .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulndSm5vFx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulndSm5vFx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulndSm5vFx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulndSm5vFx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulndSm5vFx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulndSm5vFx .dropdown-item.active,
.cid-ulndSm5vFx .dropdown-item:active {
  background-color: transparent;
}
.cid-ulndSm5vFx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulndSm5vFx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulndSm5vFx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulndSm5vFx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulndSm5vFx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulndSm5vFx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulndSm5vFx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulndSm5vFx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulndSm5vFx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulndSm5vFx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-ulndSm5vFx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulndSm5vFx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulndSm5vFx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulndSm5vFx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulndSm5vFx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulndSm5vFx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulndSm5vFx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulndSm5vFx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulndSm5vFx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulndSm5vFx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulndSm5vFx .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-ulndSm5vFx .navbar {
    height: 70px;
  }
  .cid-ulndSm5vFx .navbar.opened {
    height: auto;
  }
  .cid-ulndSm5vFx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulndSmEYSv {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/design-sem-nome-1-1920x1080.png");
}
.cid-ulndSmEYSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulndSmEYSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulndSmEYSv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ulndSmEYSv .mbr-text,
.cid-ulndSmEYSv .mbr-section-btn {
  color: #ffffff;
}
.cid-ulndSn7M1I {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ulndSn7M1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulndSn7M1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulndSn7M1I .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ulndSn7M1I .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulndSn7M1I .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ulndSn7M1I .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ulndSn7M1I .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ulndSn7M1I .mbr-section-title {
  color: #2873b6;
}
.cid-ulndSn7M1I .mbr-text,
.cid-ulndSn7M1I .mbr-section-btn {
  color: #000000;
}
.cid-ulnexxF2Kn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #7eb045;
}
.cid-ulnexxF2Kn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulnexxF2Kn .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ulnexxF2Kn .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulnexxF2Kn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulnexxF2Kn .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #2873b6;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #2873b6;
  height: 80px;
  border-radius: 50%;
}
.cid-ulnexxF2Kn .card-title,
.cid-ulnexxF2Kn .iconfont-wrapper,
.cid-ulnexxF2Kn .card-text {
  color: #000000;
  text-align: center;
}
.cid-ulnexxF2Kn .content-head {
  max-width: 800px;
}
.cid-ulnexxF2Kn .mbr-section-title {
  color: #000000;
}
.cid-ulnexxF2Kn .mbr-section-btn {
  text-align: center;
}
.cid-ulnexxF2Kn .card-title,
.cid-ulnexxF2Kn .iconfont-wrapper {
  color: #ffffff;
}
.cid-ulnexxF2Kn .card-text,
.cid-ulnexxF2Kn .mbr-section-btn {
  color: #ffffff;
}
.cid-ulnfk93bGx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #7eb045;
}
.cid-ulnfk93bGx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulnfk93bGx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulnfk93bGx .mbr-section-title {
  color: #ffffff;
}
.cid-ulnfk93bGx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uozeOljegs {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uozeOljegs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozeOljegs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozeOljegs .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uozeOljegs .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-uozeOljegs .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-uozeOljegs .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #7eb045;
  margin-left: 1rem;
}
.cid-uozeOljegs .card-header {
  border: none;
}
.cid-uozeOljegs .panel-group {
  border: none;
}
.cid-uozeOljegs .panel-body,
.cid-uozeOljegs .card-header {
  padding: 1rem 0;
}
.cid-uozeOljegs .panel-title-edit {
  color: #7eb045;
  text-align: center;
}
.cid-uozeOljegs .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uozeOljegs H3 {
  color: #2873b6;
}
.cid-usuLx2EqvC {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usuLx2EqvC .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuLx2EqvC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usuLx2EqvC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-usuLx2EqvC .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-usuLx2EqvC .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-usuLx2EqvC .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #7eb045;
  margin-left: 1rem;
}
.cid-usuLx2EqvC .card-header {
  border: none;
}
.cid-usuLx2EqvC .panel-group {
  border: none;
}
.cid-usuLx2EqvC .panel-body,
.cid-usuLx2EqvC .card-header {
  padding: 1rem 0;
}
.cid-usuLx2EqvC .panel-title-edit {
  color: #7eb045;
  text-align: center;
}
.cid-usuLx2EqvC .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-usuLx2EqvC H3 {
  color: #2873b6;
}
.cid-urDX86P5Dr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2873b6;
}
.cid-urDX86P5Dr .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-urDX86P5Dr .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-urDX86P5Dr .col + .mbr-section-btn .btn,
.cid-urDX86P5Dr .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-urDX86P5Dr .col + .mbr-section-btn .btn,
  .cid-urDX86P5Dr .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-urDX86P5Dr .dragArea > *:nth-last-child(2).col,
  .cid-urDX86P5Dr .dragArea > *:nth-last-child(2).col-auto,
  .cid-urDX86P5Dr .col + .mbr-section-btn,
  .cid-urDX86P5Dr .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-urDX86P5Dr .dragArea {
    flex-direction: column;
  }
}
.cid-urDX86P5Dr .btn-primary {
  border: 1px solid #2873b6 !important;
}
.cid-urDX86P5Dr .btn-primary:hover {
  border: 1px solid #2873b6 !important;
}
.cid-urDX86P5Dr .stripe {
  border-bottom: 1px solid #7eb045;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-urDX86P5Dr .form-group {
  max-width: 220px;
}
.cid-urDX86P5Dr .mbr-section-btn {
  padding-left: 0;
}
.cid-urDX86P5Dr .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-urDX86P5Dr .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f4f4f4;
  width: 85%;
}
.cid-urDX86P5Dr .mbr-text {
  color: #444;
}
.cid-urDX86P5Dr h5 {
  margin-bottom: 0;
}
.cid-urDX86P5Dr .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-urDX86P5Dr .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-urDX86P5Dr .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-urDX86P5Dr .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urDX86P5Dr .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-urDX86P5Dr .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-urDX86P5Dr .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-urDX86P5Dr .social-list a:hover {
  opacity: 0.4;
}
.cid-urDX86P5Dr .media-container-row > div {
  padding: 0px;
}
.cid-urDX86P5Dr .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-urDX86P5Dr .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-urDX86P5Dr .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-urDX86P5Dr .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-urDX86P5Dr .social-list,
  .cid-urDX86P5Dr .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-urDX86P5Dr h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-urDX86P5Dr .form-group {
    max-width: 180px;
  }
}
.cid-urDX86P5Dr .links span {
  color: #9e9e9e;
}
.cid-urDX86P5Dr .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-urDX86P5Dr .logo-title {
  text-align: center;
}
.cid-urDX86P5Dr .logo-title,
.cid-urDX86P5Dr .logo {
  color: #535353;
}
.cid-uoz94YYppj {
  z-index: 1000;
  width: 100%;
}
.cid-uoz94YYppj nav.navbar {
  position: fixed;
}
.cid-uoz94YYppj .navbar-nav {
  margin: auto;
}
.cid-uoz94YYppj .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoz94YYppj .dropdown-item:hover,
.cid-uoz94YYppj .dropdown-item:focus {
  background: #2873b6 !important;
  color: white !important;
}
.cid-uoz94YYppj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoz94YYppj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoz94YYppj .navbar-short,
.cid-uoz94YYppj .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uoz94YYppj .navbar-short .nav-link,
.cid-uoz94YYppj .opened .nav-link,
.cid-uoz94YYppj .navbar-short .navbar-caption,
.cid-uoz94YYppj .opened .navbar-caption,
.cid-uoz94YYppj .navbar-short .mbr-iconfont,
.cid-uoz94YYppj .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uoz94YYppj .navbar-short .hamburger span,
.cid-uoz94YYppj .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uoz94YYppj .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uoz94YYppj .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-uoz94YYppj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoz94YYppj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoz94YYppj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoz94YYppj .container {
  display: flex;
  margin: auto;
}
.cid-uoz94YYppj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoz94YYppj .dropdown-menu,
.cid-uoz94YYppj .navbar.opened {
  background: #ffffff !important;
}
.cid-uoz94YYppj .nav-item:focus,
.cid-uoz94YYppj .nav-link:focus {
  outline: none;
}
.cid-uoz94YYppj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoz94YYppj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoz94YYppj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoz94YYppj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoz94YYppj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoz94YYppj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoz94YYppj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uoz94YYppj .navbar.opened {
  transition: all 0.3s;
}
.cid-uoz94YYppj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoz94YYppj .navbar .navbar-logo img {
  width: auto;
}
.cid-uoz94YYppj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoz94YYppj .navbar.collapsed {
  justify-content: center;
}
.cid-uoz94YYppj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoz94YYppj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoz94YYppj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uoz94YYppj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoz94YYppj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoz94YYppj .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: 41%;
}
.cid-uoz94YYppj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoz94YYppj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoz94YYppj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoz94YYppj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoz94YYppj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoz94YYppj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoz94YYppj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoz94YYppj .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: 40%;
  }
  .cid-uoz94YYppj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoz94YYppj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoz94YYppj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoz94YYppj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoz94YYppj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoz94YYppj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoz94YYppj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoz94YYppj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoz94YYppj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoz94YYppj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoz94YYppj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoz94YYppj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoz94YYppj .dropdown-item.active,
.cid-uoz94YYppj .dropdown-item:active {
  background-color: transparent;
}
.cid-uoz94YYppj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoz94YYppj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoz94YYppj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoz94YYppj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoz94YYppj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoz94YYppj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoz94YYppj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoz94YYppj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoz94YYppj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoz94YYppj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-uoz94YYppj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoz94YYppj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoz94YYppj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoz94YYppj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoz94YYppj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoz94YYppj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoz94YYppj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoz94YYppj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoz94YYppj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoz94YYppj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoz94YYppj .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-uoz94YYppj .navbar {
    height: 70px;
  }
  .cid-uoz94YYppj .navbar.opened {
    height: auto;
  }
  .cid-uoz94YYppj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoz94Zq79p {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/blog-simplesmente-1280x720.png");
}
.cid-uoz94Zq79p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoz94Zq79p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoz94Zq79p .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uoz94Zq79p .mbr-text,
.cid-uoz94Zq79p .mbr-section-btn {
  color: #ffffff;
}
.cid-up6l2KoHbY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up6l2KoHbY .item-subtitle {
  line-height: 1.2;
  color: #1f6463;
  text-align: center;
}
.cid-up6l2KoHbY img,
.cid-up6l2KoHbY .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-up6l2KoHbY .item:focus,
.cid-up6l2KoHbY span:focus {
  outline: none;
}
.cid-up6l2KoHbY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-up6l2KoHbY .item {
    margin-bottom: 1rem;
  }
}
.cid-up6l2KoHbY .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-up6l2KoHbY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-up6l2KoHbY .mbr-section-title {
  color: #232323;
}
.cid-up6l2KoHbY .mbr-text,
.cid-up6l2KoHbY .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-up6l2KoHbY .item-title {
  color: #258491;
  text-align: center;
}
.cid-up6l2KoHbY .content-head {
  max-width: 800px;
}
.cid-urDXh9Ad1P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2873b6;
}
.cid-urDXh9Ad1P .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-urDXh9Ad1P .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-urDXh9Ad1P .col + .mbr-section-btn .btn,
.cid-urDXh9Ad1P .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-urDXh9Ad1P .col + .mbr-section-btn .btn,
  .cid-urDXh9Ad1P .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-urDXh9Ad1P .dragArea > *:nth-last-child(2).col,
  .cid-urDXh9Ad1P .dragArea > *:nth-last-child(2).col-auto,
  .cid-urDXh9Ad1P .col + .mbr-section-btn,
  .cid-urDXh9Ad1P .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-urDXh9Ad1P .dragArea {
    flex-direction: column;
  }
}
.cid-urDXh9Ad1P .btn-primary {
  border: 1px solid #2873b6 !important;
}
.cid-urDXh9Ad1P .btn-primary:hover {
  border: 1px solid #2873b6 !important;
}
.cid-urDXh9Ad1P .stripe {
  border-bottom: 1px solid #7eb045;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-urDXh9Ad1P .form-group {
  max-width: 220px;
}
.cid-urDXh9Ad1P .mbr-section-btn {
  padding-left: 0;
}
.cid-urDXh9Ad1P .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-urDXh9Ad1P .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f4f4f4;
  width: 85%;
}
.cid-urDXh9Ad1P .mbr-text {
  color: #444;
}
.cid-urDXh9Ad1P h5 {
  margin-bottom: 0;
}
.cid-urDXh9Ad1P .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-urDXh9Ad1P .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-urDXh9Ad1P .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-urDXh9Ad1P .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urDXh9Ad1P .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-urDXh9Ad1P .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-urDXh9Ad1P .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-urDXh9Ad1P .social-list a:hover {
  opacity: 0.4;
}
.cid-urDXh9Ad1P .media-container-row > div {
  padding: 0px;
}
.cid-urDXh9Ad1P .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-urDXh9Ad1P .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-urDXh9Ad1P .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-urDXh9Ad1P .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-urDXh9Ad1P .social-list,
  .cid-urDXh9Ad1P .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-urDXh9Ad1P h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-urDXh9Ad1P .form-group {
    max-width: 180px;
  }
}
.cid-urDXh9Ad1P .links span {
  color: #9e9e9e;
}
.cid-urDXh9Ad1P .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-urDXh9Ad1P .logo-title {
  text-align: center;
}
.cid-urDXh9Ad1P .logo-title,
.cid-urDXh9Ad1P .logo {
  color: #535353;
}
.cid-uoze2OIjyo {
  z-index: 1000;
  width: 100%;
}
.cid-uoze2OIjyo nav.navbar {
  position: fixed;
}
.cid-uoze2OIjyo .navbar-nav {
  margin: auto;
}
.cid-uoze2OIjyo .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoze2OIjyo .dropdown-item:hover,
.cid-uoze2OIjyo .dropdown-item:focus {
  background: #2873b6 !important;
  color: white !important;
}
.cid-uoze2OIjyo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoze2OIjyo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoze2OIjyo .navbar-short,
.cid-uoze2OIjyo .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uoze2OIjyo .navbar-short .nav-link,
.cid-uoze2OIjyo .opened .nav-link,
.cid-uoze2OIjyo .navbar-short .navbar-caption,
.cid-uoze2OIjyo .opened .navbar-caption,
.cid-uoze2OIjyo .navbar-short .mbr-iconfont,
.cid-uoze2OIjyo .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uoze2OIjyo .navbar-short .hamburger span,
.cid-uoze2OIjyo .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uoze2OIjyo .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uoze2OIjyo .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-uoze2OIjyo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoze2OIjyo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoze2OIjyo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoze2OIjyo .container {
  display: flex;
  margin: auto;
}
.cid-uoze2OIjyo .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoze2OIjyo .dropdown-menu,
.cid-uoze2OIjyo .navbar.opened {
  background: #ffffff !important;
}
.cid-uoze2OIjyo .nav-item:focus,
.cid-uoze2OIjyo .nav-link:focus {
  outline: none;
}
.cid-uoze2OIjyo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoze2OIjyo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoze2OIjyo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoze2OIjyo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoze2OIjyo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoze2OIjyo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoze2OIjyo .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uoze2OIjyo .navbar.opened {
  transition: all 0.3s;
}
.cid-uoze2OIjyo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoze2OIjyo .navbar .navbar-logo img {
  width: auto;
}
.cid-uoze2OIjyo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoze2OIjyo .navbar.collapsed {
  justify-content: center;
}
.cid-uoze2OIjyo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoze2OIjyo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoze2OIjyo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uoze2OIjyo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoze2OIjyo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoze2OIjyo .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: 41%;
}
.cid-uoze2OIjyo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoze2OIjyo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoze2OIjyo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoze2OIjyo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoze2OIjyo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoze2OIjyo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoze2OIjyo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoze2OIjyo .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: 40%;
  }
  .cid-uoze2OIjyo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoze2OIjyo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoze2OIjyo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoze2OIjyo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoze2OIjyo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoze2OIjyo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoze2OIjyo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoze2OIjyo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoze2OIjyo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoze2OIjyo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoze2OIjyo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoze2OIjyo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoze2OIjyo .dropdown-item.active,
.cid-uoze2OIjyo .dropdown-item:active {
  background-color: transparent;
}
.cid-uoze2OIjyo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoze2OIjyo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoze2OIjyo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoze2OIjyo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoze2OIjyo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoze2OIjyo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoze2OIjyo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoze2OIjyo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoze2OIjyo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoze2OIjyo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-uoze2OIjyo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoze2OIjyo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoze2OIjyo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoze2OIjyo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoze2OIjyo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoze2OIjyo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoze2OIjyo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoze2OIjyo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoze2OIjyo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoze2OIjyo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoze2OIjyo .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-uoze2OIjyo .navbar {
    height: 70px;
  }
  .cid-uoze2OIjyo .navbar.opened {
    height: auto;
  }
  .cid-uoze2OIjyo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoze2P7kXA {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/design-sem-nome-1-1920x1080.png");
}
.cid-uoze2P7kXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoze2P7kXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoze2P7kXA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uoze2P7kXA .mbr-text,
.cid-uoze2P7kXA .mbr-section-btn {
  color: #ffffff;
}
.cid-uoze2PsHUn {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uoze2PsHUn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoze2PsHUn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoze2PsHUn .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uoze2PsHUn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoze2PsHUn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uoze2PsHUn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uoze2PsHUn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uoze2PsHUn .mbr-section-title {
  color: #2873b6;
}
.cid-uoze2PsHUn .mbr-text,
.cid-uoze2PsHUn .mbr-section-btn {
  color: #000000;
}
.cid-usuMn584if {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #7eb045;
}
.cid-usuMn584if .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuMn584if .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-usuMn584if .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usuMn584if .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usuMn584if .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #2873b6;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #2873b6;
  height: 80px;
  border-radius: 50%;
}
.cid-usuMn584if .card-title,
.cid-usuMn584if .iconfont-wrapper,
.cid-usuMn584if .card-text {
  color: #000000;
  text-align: center;
}
.cid-usuMn584if .content-head {
  max-width: 800px;
}
.cid-usuMn584if .mbr-section-title {
  color: #000000;
}
.cid-usuMn584if .mbr-section-btn {
  text-align: center;
}
.cid-usuMn584if .card-title,
.cid-usuMn584if .iconfont-wrapper {
  color: #ffffff;
}
.cid-usuMn584if .card-text,
.cid-usuMn584if .mbr-section-btn {
  color: #ffffff;
}
.cid-uoze2Qfmrk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #7eb045;
}
.cid-uoze2Qfmrk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoze2Qfmrk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoze2Qfmrk .mbr-section-title {
  color: #ffffff;
}
.cid-uoze2Qfmrk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usuMoI4shg {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-usuMoI4shg .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuMoI4shg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usuMoI4shg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-usuMoI4shg .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-usuMoI4shg .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-usuMoI4shg .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #7eb045;
  margin-left: 1rem;
}
.cid-usuMoI4shg .card-header {
  border: none;
}
.cid-usuMoI4shg .panel-group {
  border: none;
}
.cid-usuMoI4shg .panel-body,
.cid-usuMoI4shg .card-header {
  padding: 1rem 0;
}
.cid-usuMoI4shg .panel-title-edit {
  color: #7eb045;
  text-align: center;
}
.cid-usuMoI4shg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-usuMoI4shg H3 {
  color: #2873b6;
}
.cid-usuMphF1Z1 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usuMphF1Z1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuMphF1Z1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usuMphF1Z1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-usuMphF1Z1 .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-usuMphF1Z1 .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-usuMphF1Z1 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #7eb045;
  margin-left: 1rem;
}
.cid-usuMphF1Z1 .card-header {
  border: none;
}
.cid-usuMphF1Z1 .panel-group {
  border: none;
}
.cid-usuMphF1Z1 .panel-body,
.cid-usuMphF1Z1 .card-header {
  padding: 1rem 0;
}
.cid-usuMphF1Z1 .panel-title-edit {
  color: #7eb045;
  text-align: center;
}
.cid-usuMphF1Z1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-usuMphF1Z1 H3 {
  color: #2873b6;
}
.cid-urDX6ySQcW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2873b6;
}
.cid-urDX6ySQcW .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-urDX6ySQcW .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-urDX6ySQcW .col + .mbr-section-btn .btn,
.cid-urDX6ySQcW .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-urDX6ySQcW .col + .mbr-section-btn .btn,
  .cid-urDX6ySQcW .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-urDX6ySQcW .dragArea > *:nth-last-child(2).col,
  .cid-urDX6ySQcW .dragArea > *:nth-last-child(2).col-auto,
  .cid-urDX6ySQcW .col + .mbr-section-btn,
  .cid-urDX6ySQcW .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-urDX6ySQcW .dragArea {
    flex-direction: column;
  }
}
.cid-urDX6ySQcW .btn-primary {
  border: 1px solid #2873b6 !important;
}
.cid-urDX6ySQcW .btn-primary:hover {
  border: 1px solid #2873b6 !important;
}
.cid-urDX6ySQcW .stripe {
  border-bottom: 1px solid #7eb045;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-urDX6ySQcW .form-group {
  max-width: 220px;
}
.cid-urDX6ySQcW .mbr-section-btn {
  padding-left: 0;
}
.cid-urDX6ySQcW .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-urDX6ySQcW .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f4f4f4;
  width: 85%;
}
.cid-urDX6ySQcW .mbr-text {
  color: #444;
}
.cid-urDX6ySQcW h5 {
  margin-bottom: 0;
}
.cid-urDX6ySQcW .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-urDX6ySQcW .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-urDX6ySQcW .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-urDX6ySQcW .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urDX6ySQcW .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-urDX6ySQcW .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-urDX6ySQcW .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-urDX6ySQcW .social-list a:hover {
  opacity: 0.4;
}
.cid-urDX6ySQcW .media-container-row > div {
  padding: 0px;
}
.cid-urDX6ySQcW .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-urDX6ySQcW .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-urDX6ySQcW .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-urDX6ySQcW .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-urDX6ySQcW .social-list,
  .cid-urDX6ySQcW .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-urDX6ySQcW h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-urDX6ySQcW .form-group {
    max-width: 180px;
  }
}
.cid-urDX6ySQcW .links span {
  color: #9e9e9e;
}
.cid-urDX6ySQcW .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-urDX6ySQcW .logo-title {
  text-align: center;
}
.cid-urDX6ySQcW .logo-title,
.cid-urDX6ySQcW .logo {
  color: #535353;
}
.cid-uozem4xXNZ {
  z-index: 1000;
  width: 100%;
}
.cid-uozem4xXNZ nav.navbar {
  position: fixed;
}
.cid-uozem4xXNZ .navbar-nav {
  margin: auto;
}
.cid-uozem4xXNZ .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uozem4xXNZ .dropdown-item:hover,
.cid-uozem4xXNZ .dropdown-item:focus {
  background: #2873b6 !important;
  color: white !important;
}
.cid-uozem4xXNZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uozem4xXNZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uozem4xXNZ .navbar-short,
.cid-uozem4xXNZ .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uozem4xXNZ .navbar-short .nav-link,
.cid-uozem4xXNZ .opened .nav-link,
.cid-uozem4xXNZ .navbar-short .navbar-caption,
.cid-uozem4xXNZ .opened .navbar-caption,
.cid-uozem4xXNZ .navbar-short .mbr-iconfont,
.cid-uozem4xXNZ .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uozem4xXNZ .navbar-short .hamburger span,
.cid-uozem4xXNZ .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uozem4xXNZ .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uozem4xXNZ .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-uozem4xXNZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uozem4xXNZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uozem4xXNZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uozem4xXNZ .container {
  display: flex;
  margin: auto;
}
.cid-uozem4xXNZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uozem4xXNZ .dropdown-menu,
.cid-uozem4xXNZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uozem4xXNZ .nav-item:focus,
.cid-uozem4xXNZ .nav-link:focus {
  outline: none;
}
.cid-uozem4xXNZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uozem4xXNZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uozem4xXNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uozem4xXNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uozem4xXNZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uozem4xXNZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uozem4xXNZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uozem4xXNZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uozem4xXNZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uozem4xXNZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uozem4xXNZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uozem4xXNZ .navbar.collapsed {
  justify-content: center;
}
.cid-uozem4xXNZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uozem4xXNZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uozem4xXNZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uozem4xXNZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uozem4xXNZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uozem4xXNZ .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: 41%;
}
.cid-uozem4xXNZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uozem4xXNZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uozem4xXNZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uozem4xXNZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uozem4xXNZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uozem4xXNZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uozem4xXNZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uozem4xXNZ .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: 40%;
  }
  .cid-uozem4xXNZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uozem4xXNZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uozem4xXNZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uozem4xXNZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uozem4xXNZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uozem4xXNZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uozem4xXNZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uozem4xXNZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uozem4xXNZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uozem4xXNZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uozem4xXNZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uozem4xXNZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uozem4xXNZ .dropdown-item.active,
.cid-uozem4xXNZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uozem4xXNZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uozem4xXNZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uozem4xXNZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uozem4xXNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uozem4xXNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uozem4xXNZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uozem4xXNZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uozem4xXNZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uozem4xXNZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uozem4xXNZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-uozem4xXNZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uozem4xXNZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uozem4xXNZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uozem4xXNZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uozem4xXNZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uozem4xXNZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uozem4xXNZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uozem4xXNZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uozem4xXNZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uozem4xXNZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uozem4xXNZ .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-uozem4xXNZ .navbar {
    height: 70px;
  }
  .cid-uozem4xXNZ .navbar.opened {
    height: auto;
  }
  .cid-uozem4xXNZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uozem4ZOmF {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/design-sem-nome-1-1920x1080.png");
}
.cid-uozem4ZOmF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozem4ZOmF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozem4ZOmF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uozem4ZOmF .mbr-text,
.cid-uozem4ZOmF .mbr-section-btn {
  color: #ffffff;
}
.cid-uozem5jjYF {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uozem5jjYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozem5jjYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozem5jjYF .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uozem5jjYF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uozem5jjYF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uozem5jjYF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uozem5jjYF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uozem5jjYF .mbr-section-title {
  color: #2873b6;
}
.cid-uozem5jjYF .mbr-text,
.cid-uozem5jjYF .mbr-section-btn {
  color: #000000;
}
.cid-usuNOfjtGr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #7eb045;
}
.cid-usuNOfjtGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuNOfjtGr .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-usuNOfjtGr .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usuNOfjtGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usuNOfjtGr .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #2873b6;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #2873b6;
  height: 80px;
  border-radius: 50%;
}
.cid-usuNOfjtGr .card-title,
.cid-usuNOfjtGr .iconfont-wrapper,
.cid-usuNOfjtGr .card-text {
  color: #000000;
  text-align: center;
}
.cid-usuNOfjtGr .content-head {
  max-width: 800px;
}
.cid-usuNOfjtGr .mbr-section-title {
  color: #000000;
}
.cid-usuNOfjtGr .mbr-section-btn {
  text-align: center;
}
.cid-usuNOfjtGr .card-title,
.cid-usuNOfjtGr .iconfont-wrapper {
  color: #ffffff;
}
.cid-usuNOfjtGr .card-text,
.cid-usuNOfjtGr .mbr-section-btn {
  color: #ffffff;
}
.cid-uozem67yis {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #7eb045;
}
.cid-uozem67yis .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozem67yis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozem67yis .mbr-section-title {
  color: #ffffff;
}
.cid-uozem67yis .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usuNPQgzQg {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-usuNPQgzQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuNPQgzQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usuNPQgzQg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-usuNPQgzQg .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-usuNPQgzQg .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-usuNPQgzQg .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #7eb045;
  margin-left: 1rem;
}
.cid-usuNPQgzQg .card-header {
  border: none;
}
.cid-usuNPQgzQg .panel-group {
  border: none;
}
.cid-usuNPQgzQg .panel-body,
.cid-usuNPQgzQg .card-header {
  padding: 1rem 0;
}
.cid-usuNPQgzQg .panel-title-edit {
  color: #7eb045;
  text-align: center;
}
.cid-usuNPQgzQg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-usuNPQgzQg H3 {
  color: #2873b6;
}
.cid-usuNTrS1XS {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usuNTrS1XS .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuNTrS1XS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usuNTrS1XS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-usuNTrS1XS .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-usuNTrS1XS .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-usuNTrS1XS .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #7eb045;
  margin-left: 1rem;
}
.cid-usuNTrS1XS .card-header {
  border: none;
}
.cid-usuNTrS1XS .panel-group {
  border: none;
}
.cid-usuNTrS1XS .panel-body,
.cid-usuNTrS1XS .card-header {
  padding: 1rem 0;
}
.cid-usuNTrS1XS .panel-title-edit {
  color: #7eb045;
  text-align: center;
}
.cid-usuNTrS1XS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-usuNTrS1XS H3 {
  color: #2873b6;
}
.cid-urDXa8BjvD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2873b6;
}
.cid-urDXa8BjvD .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-urDXa8BjvD .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-urDXa8BjvD .col + .mbr-section-btn .btn,
.cid-urDXa8BjvD .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-urDXa8BjvD .col + .mbr-section-btn .btn,
  .cid-urDXa8BjvD .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-urDXa8BjvD .dragArea > *:nth-last-child(2).col,
  .cid-urDXa8BjvD .dragArea > *:nth-last-child(2).col-auto,
  .cid-urDXa8BjvD .col + .mbr-section-btn,
  .cid-urDXa8BjvD .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-urDXa8BjvD .dragArea {
    flex-direction: column;
  }
}
.cid-urDXa8BjvD .btn-primary {
  border: 1px solid #2873b6 !important;
}
.cid-urDXa8BjvD .btn-primary:hover {
  border: 1px solid #2873b6 !important;
}
.cid-urDXa8BjvD .stripe {
  border-bottom: 1px solid #7eb045;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-urDXa8BjvD .form-group {
  max-width: 220px;
}
.cid-urDXa8BjvD .mbr-section-btn {
  padding-left: 0;
}
.cid-urDXa8BjvD .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-urDXa8BjvD .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f4f4f4;
  width: 85%;
}
.cid-urDXa8BjvD .mbr-text {
  color: #444;
}
.cid-urDXa8BjvD h5 {
  margin-bottom: 0;
}
.cid-urDXa8BjvD .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-urDXa8BjvD .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-urDXa8BjvD .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-urDXa8BjvD .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urDXa8BjvD .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-urDXa8BjvD .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-urDXa8BjvD .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-urDXa8BjvD .social-list a:hover {
  opacity: 0.4;
}
.cid-urDXa8BjvD .media-container-row > div {
  padding: 0px;
}
.cid-urDXa8BjvD .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-urDXa8BjvD .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-urDXa8BjvD .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-urDXa8BjvD .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-urDXa8BjvD .social-list,
  .cid-urDXa8BjvD .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-urDXa8BjvD h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-urDXa8BjvD .form-group {
    max-width: 180px;
  }
}
.cid-urDXa8BjvD .links span {
  color: #9e9e9e;
}
.cid-urDXa8BjvD .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-urDXa8BjvD .logo-title {
  text-align: center;
}
.cid-urDXa8BjvD .logo-title,
.cid-urDXa8BjvD .logo {
  color: #535353;
}
.cid-uozeZoklqP {
  z-index: 1000;
  width: 100%;
}
.cid-uozeZoklqP nav.navbar {
  position: fixed;
}
.cid-uozeZoklqP .navbar-nav {
  margin: auto;
}
.cid-uozeZoklqP .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uozeZoklqP .dropdown-item:hover,
.cid-uozeZoklqP .dropdown-item:focus {
  background: #2873b6 !important;
  color: white !important;
}
.cid-uozeZoklqP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uozeZoklqP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uozeZoklqP .navbar-short,
.cid-uozeZoklqP .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uozeZoklqP .navbar-short .nav-link,
.cid-uozeZoklqP .opened .nav-link,
.cid-uozeZoklqP .navbar-short .navbar-caption,
.cid-uozeZoklqP .opened .navbar-caption,
.cid-uozeZoklqP .navbar-short .mbr-iconfont,
.cid-uozeZoklqP .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uozeZoklqP .navbar-short .hamburger span,
.cid-uozeZoklqP .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uozeZoklqP .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uozeZoklqP .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-uozeZoklqP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uozeZoklqP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uozeZoklqP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uozeZoklqP .container {
  display: flex;
  margin: auto;
}
.cid-uozeZoklqP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uozeZoklqP .dropdown-menu,
.cid-uozeZoklqP .navbar.opened {
  background: #ffffff !important;
}
.cid-uozeZoklqP .nav-item:focus,
.cid-uozeZoklqP .nav-link:focus {
  outline: none;
}
.cid-uozeZoklqP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uozeZoklqP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uozeZoklqP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uozeZoklqP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uozeZoklqP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uozeZoklqP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uozeZoklqP .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uozeZoklqP .navbar.opened {
  transition: all 0.3s;
}
.cid-uozeZoklqP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uozeZoklqP .navbar .navbar-logo img {
  width: auto;
}
.cid-uozeZoklqP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uozeZoklqP .navbar.collapsed {
  justify-content: center;
}
.cid-uozeZoklqP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uozeZoklqP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uozeZoklqP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uozeZoklqP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uozeZoklqP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uozeZoklqP .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: 41%;
}
.cid-uozeZoklqP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uozeZoklqP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uozeZoklqP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uozeZoklqP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uozeZoklqP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uozeZoklqP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uozeZoklqP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uozeZoklqP .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: 40%;
  }
  .cid-uozeZoklqP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uozeZoklqP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uozeZoklqP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uozeZoklqP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uozeZoklqP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uozeZoklqP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uozeZoklqP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uozeZoklqP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uozeZoklqP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uozeZoklqP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uozeZoklqP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uozeZoklqP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uozeZoklqP .dropdown-item.active,
.cid-uozeZoklqP .dropdown-item:active {
  background-color: transparent;
}
.cid-uozeZoklqP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uozeZoklqP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uozeZoklqP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uozeZoklqP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uozeZoklqP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uozeZoklqP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uozeZoklqP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uozeZoklqP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uozeZoklqP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uozeZoklqP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-uozeZoklqP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uozeZoklqP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uozeZoklqP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uozeZoklqP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uozeZoklqP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uozeZoklqP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uozeZoklqP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uozeZoklqP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uozeZoklqP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uozeZoklqP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uozeZoklqP .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-uozeZoklqP .navbar {
    height: 70px;
  }
  .cid-uozeZoklqP .navbar.opened {
    height: auto;
  }
  .cid-uozeZoklqP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uozeZoI5DU {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/design-sem-nome-1-1920x1080.png");
}
.cid-uozeZoI5DU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozeZoI5DU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozeZoI5DU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uozeZoI5DU .mbr-text,
.cid-uozeZoI5DU .mbr-section-btn {
  color: #ffffff;
}
.cid-uozeZp4KB6 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uozeZp4KB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozeZp4KB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozeZp4KB6 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uozeZp4KB6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uozeZp4KB6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uozeZp4KB6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uozeZp4KB6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uozeZp4KB6 .mbr-section-title {
  color: #2873b6;
}
.cid-uozeZp4KB6 .mbr-text,
.cid-uozeZp4KB6 .mbr-section-btn {
  color: #000000;
}
.cid-usuNyL7fYh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #7eb045;
}
.cid-usuNyL7fYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuNyL7fYh .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-usuNyL7fYh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usuNyL7fYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usuNyL7fYh .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #2873b6;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #2873b6;
  height: 80px;
  border-radius: 50%;
}
.cid-usuNyL7fYh .card-title,
.cid-usuNyL7fYh .iconfont-wrapper,
.cid-usuNyL7fYh .card-text {
  color: #000000;
  text-align: center;
}
.cid-usuNyL7fYh .content-head {
  max-width: 800px;
}
.cid-usuNyL7fYh .mbr-section-title {
  color: #000000;
}
.cid-usuNyL7fYh .mbr-section-btn {
  text-align: center;
}
.cid-usuNyL7fYh .card-title,
.cid-usuNyL7fYh .iconfont-wrapper {
  color: #ffffff;
}
.cid-usuNyL7fYh .card-text,
.cid-usuNyL7fYh .mbr-section-btn {
  color: #ffffff;
}
.cid-uozeZpUwJS {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #7eb045;
}
.cid-uozeZpUwJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozeZpUwJS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozeZpUwJS .mbr-section-title {
  color: #ffffff;
}
.cid-uozeZpUwJS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usuNwf1ms2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-usuNwf1ms2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuNwf1ms2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usuNwf1ms2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-usuNwf1ms2 .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-usuNwf1ms2 .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-usuNwf1ms2 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #7eb045;
  margin-left: 1rem;
}
.cid-usuNwf1ms2 .card-header {
  border: none;
}
.cid-usuNwf1ms2 .panel-group {
  border: none;
}
.cid-usuNwf1ms2 .panel-body,
.cid-usuNwf1ms2 .card-header {
  padding: 1rem 0;
}
.cid-usuNwf1ms2 .panel-title-edit {
  color: #7eb045;
  text-align: center;
}
.cid-usuNwf1ms2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-usuNwf1ms2 H3 {
  color: #2873b6;
}
.cid-usuNwBUSZu {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usuNwBUSZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuNwBUSZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usuNwBUSZu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-usuNwBUSZu .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-usuNwBUSZu .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-usuNwBUSZu .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #7eb045;
  margin-left: 1rem;
}
.cid-usuNwBUSZu .card-header {
  border: none;
}
.cid-usuNwBUSZu .panel-group {
  border: none;
}
.cid-usuNwBUSZu .panel-body,
.cid-usuNwBUSZu .card-header {
  padding: 1rem 0;
}
.cid-usuNwBUSZu .panel-title-edit {
  color: #7eb045;
  text-align: center;
}
.cid-usuNwBUSZu .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-usuNwBUSZu H3 {
  color: #2873b6;
}
.cid-urDXcw25ck {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2873b6;
}
.cid-urDXcw25ck .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-urDXcw25ck .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-urDXcw25ck .col + .mbr-section-btn .btn,
.cid-urDXcw25ck .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-urDXcw25ck .col + .mbr-section-btn .btn,
  .cid-urDXcw25ck .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-urDXcw25ck .dragArea > *:nth-last-child(2).col,
  .cid-urDXcw25ck .dragArea > *:nth-last-child(2).col-auto,
  .cid-urDXcw25ck .col + .mbr-section-btn,
  .cid-urDXcw25ck .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-urDXcw25ck .dragArea {
    flex-direction: column;
  }
}
.cid-urDXcw25ck .btn-primary {
  border: 1px solid #2873b6 !important;
}
.cid-urDXcw25ck .btn-primary:hover {
  border: 1px solid #2873b6 !important;
}
.cid-urDXcw25ck .stripe {
  border-bottom: 1px solid #7eb045;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-urDXcw25ck .form-group {
  max-width: 220px;
}
.cid-urDXcw25ck .mbr-section-btn {
  padding-left: 0;
}
.cid-urDXcw25ck .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-urDXcw25ck .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f4f4f4;
  width: 85%;
}
.cid-urDXcw25ck .mbr-text {
  color: #444;
}
.cid-urDXcw25ck h5 {
  margin-bottom: 0;
}
.cid-urDXcw25ck .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-urDXcw25ck .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-urDXcw25ck .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-urDXcw25ck .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urDXcw25ck .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-urDXcw25ck .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-urDXcw25ck .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-urDXcw25ck .social-list a:hover {
  opacity: 0.4;
}
.cid-urDXcw25ck .media-container-row > div {
  padding: 0px;
}
.cid-urDXcw25ck .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-urDXcw25ck .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-urDXcw25ck .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-urDXcw25ck .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-urDXcw25ck .social-list,
  .cid-urDXcw25ck .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-urDXcw25ck h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-urDXcw25ck .form-group {
    max-width: 180px;
  }
}
.cid-urDXcw25ck .links span {
  color: #9e9e9e;
}
.cid-urDXcw25ck .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-urDXcw25ck .logo-title {
  text-align: center;
}
.cid-urDXcw25ck .logo-title,
.cid-urDXcw25ck .logo {
  color: #535353;
}
.cid-uozfogBaNK {
  z-index: 1000;
  width: 100%;
}
.cid-uozfogBaNK nav.navbar {
  position: fixed;
}
.cid-uozfogBaNK .navbar-nav {
  margin: auto;
}
.cid-uozfogBaNK .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uozfogBaNK .dropdown-item:hover,
.cid-uozfogBaNK .dropdown-item:focus {
  background: #2873b6 !important;
  color: white !important;
}
.cid-uozfogBaNK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uozfogBaNK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uozfogBaNK .navbar-short,
.cid-uozfogBaNK .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uozfogBaNK .navbar-short .nav-link,
.cid-uozfogBaNK .opened .nav-link,
.cid-uozfogBaNK .navbar-short .navbar-caption,
.cid-uozfogBaNK .opened .navbar-caption,
.cid-uozfogBaNK .navbar-short .mbr-iconfont,
.cid-uozfogBaNK .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uozfogBaNK .navbar-short .hamburger span,
.cid-uozfogBaNK .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uozfogBaNK .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uozfogBaNK .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-uozfogBaNK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uozfogBaNK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uozfogBaNK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uozfogBaNK .container {
  display: flex;
  margin: auto;
}
.cid-uozfogBaNK .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uozfogBaNK .dropdown-menu,
.cid-uozfogBaNK .navbar.opened {
  background: #ffffff !important;
}
.cid-uozfogBaNK .nav-item:focus,
.cid-uozfogBaNK .nav-link:focus {
  outline: none;
}
.cid-uozfogBaNK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uozfogBaNK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uozfogBaNK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uozfogBaNK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uozfogBaNK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uozfogBaNK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uozfogBaNK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uozfogBaNK .navbar.opened {
  transition: all 0.3s;
}
.cid-uozfogBaNK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uozfogBaNK .navbar .navbar-logo img {
  width: auto;
}
.cid-uozfogBaNK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uozfogBaNK .navbar.collapsed {
  justify-content: center;
}
.cid-uozfogBaNK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uozfogBaNK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uozfogBaNK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uozfogBaNK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uozfogBaNK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uozfogBaNK .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: 41%;
}
.cid-uozfogBaNK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uozfogBaNK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uozfogBaNK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uozfogBaNK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uozfogBaNK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uozfogBaNK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uozfogBaNK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uozfogBaNK .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: 40%;
  }
  .cid-uozfogBaNK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uozfogBaNK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uozfogBaNK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uozfogBaNK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uozfogBaNK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uozfogBaNK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uozfogBaNK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uozfogBaNK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uozfogBaNK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uozfogBaNK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uozfogBaNK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uozfogBaNK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uozfogBaNK .dropdown-item.active,
.cid-uozfogBaNK .dropdown-item:active {
  background-color: transparent;
}
.cid-uozfogBaNK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uozfogBaNK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uozfogBaNK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uozfogBaNK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uozfogBaNK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uozfogBaNK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uozfogBaNK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uozfogBaNK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uozfogBaNK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uozfogBaNK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-uozfogBaNK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uozfogBaNK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uozfogBaNK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uozfogBaNK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uozfogBaNK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uozfogBaNK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uozfogBaNK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uozfogBaNK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uozfogBaNK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uozfogBaNK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uozfogBaNK .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-uozfogBaNK .navbar {
    height: 70px;
  }
  .cid-uozfogBaNK .navbar.opened {
    height: auto;
  }
  .cid-uozfogBaNK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uozfoha1eT {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/design-sem-nome-1-1920x1080.png");
}
.cid-uozfoha1eT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozfoha1eT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozfoha1eT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uozfoha1eT .mbr-text,
.cid-uozfoha1eT .mbr-section-btn {
  color: #ffffff;
}
.cid-uozfohCVcF {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uozfohCVcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozfohCVcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozfohCVcF .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uozfohCVcF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uozfohCVcF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uozfohCVcF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uozfohCVcF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uozfohCVcF .mbr-section-title {
  color: #2873b6;
}
.cid-uozfohCVcF .mbr-text,
.cid-uozfohCVcF .mbr-section-btn {
  color: #000000;
}
.cid-usuN3x9sdj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #7eb045;
}
.cid-usuN3x9sdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuN3x9sdj .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-usuN3x9sdj .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usuN3x9sdj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usuN3x9sdj .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #2873b6;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #2873b6;
  height: 80px;
  border-radius: 50%;
}
.cid-usuN3x9sdj .card-title,
.cid-usuN3x9sdj .iconfont-wrapper,
.cid-usuN3x9sdj .card-text {
  color: #000000;
  text-align: center;
}
.cid-usuN3x9sdj .content-head {
  max-width: 800px;
}
.cid-usuN3x9sdj .mbr-section-title {
  color: #000000;
}
.cid-usuN3x9sdj .mbr-section-btn {
  text-align: center;
}
.cid-usuN3x9sdj .card-title,
.cid-usuN3x9sdj .iconfont-wrapper {
  color: #ffffff;
}
.cid-usuN3x9sdj .card-text,
.cid-usuN3x9sdj .mbr-section-btn {
  color: #ffffff;
}
.cid-uozfoiJlrZ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #7eb045;
}
.cid-uozfoiJlrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozfoiJlrZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozfoiJlrZ .mbr-section-title {
  color: #ffffff;
}
.cid-uozfoiJlrZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usuN6f8Yuh {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-usuN6f8Yuh .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuN6f8Yuh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usuN6f8Yuh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-usuN6f8Yuh .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-usuN6f8Yuh .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-usuN6f8Yuh .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #7eb045;
  margin-left: 1rem;
}
.cid-usuN6f8Yuh .card-header {
  border: none;
}
.cid-usuN6f8Yuh .panel-group {
  border: none;
}
.cid-usuN6f8Yuh .panel-body,
.cid-usuN6f8Yuh .card-header {
  padding: 1rem 0;
}
.cid-usuN6f8Yuh .panel-title-edit {
  color: #7eb045;
  text-align: center;
}
.cid-usuN6f8Yuh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-usuN6f8Yuh H3 {
  color: #2873b6;
}
.cid-usuN6Tmh0v {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usuN6Tmh0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuN6Tmh0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usuN6Tmh0v .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-usuN6Tmh0v .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-usuN6Tmh0v .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-usuN6Tmh0v .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #7eb045;
  margin-left: 1rem;
}
.cid-usuN6Tmh0v .card-header {
  border: none;
}
.cid-usuN6Tmh0v .panel-group {
  border: none;
}
.cid-usuN6Tmh0v .panel-body,
.cid-usuN6Tmh0v .card-header {
  padding: 1rem 0;
}
.cid-usuN6Tmh0v .panel-title-edit {
  color: #7eb045;
  text-align: center;
}
.cid-usuN6Tmh0v .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-usuN6Tmh0v H3 {
  color: #2873b6;
}
.cid-urDXeHWph8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2873b6;
}
.cid-urDXeHWph8 .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-urDXeHWph8 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-urDXeHWph8 .col + .mbr-section-btn .btn,
.cid-urDXeHWph8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-urDXeHWph8 .col + .mbr-section-btn .btn,
  .cid-urDXeHWph8 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-urDXeHWph8 .dragArea > *:nth-last-child(2).col,
  .cid-urDXeHWph8 .dragArea > *:nth-last-child(2).col-auto,
  .cid-urDXeHWph8 .col + .mbr-section-btn,
  .cid-urDXeHWph8 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-urDXeHWph8 .dragArea {
    flex-direction: column;
  }
}
.cid-urDXeHWph8 .btn-primary {
  border: 1px solid #2873b6 !important;
}
.cid-urDXeHWph8 .btn-primary:hover {
  border: 1px solid #2873b6 !important;
}
.cid-urDXeHWph8 .stripe {
  border-bottom: 1px solid #7eb045;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-urDXeHWph8 .form-group {
  max-width: 220px;
}
.cid-urDXeHWph8 .mbr-section-btn {
  padding-left: 0;
}
.cid-urDXeHWph8 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-urDXeHWph8 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f4f4f4;
  width: 85%;
}
.cid-urDXeHWph8 .mbr-text {
  color: #444;
}
.cid-urDXeHWph8 h5 {
  margin-bottom: 0;
}
.cid-urDXeHWph8 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-urDXeHWph8 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-urDXeHWph8 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-urDXeHWph8 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urDXeHWph8 .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-urDXeHWph8 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-urDXeHWph8 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-urDXeHWph8 .social-list a:hover {
  opacity: 0.4;
}
.cid-urDXeHWph8 .media-container-row > div {
  padding: 0px;
}
.cid-urDXeHWph8 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-urDXeHWph8 .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-urDXeHWph8 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-urDXeHWph8 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-urDXeHWph8 .social-list,
  .cid-urDXeHWph8 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-urDXeHWph8 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-urDXeHWph8 .form-group {
    max-width: 180px;
  }
}
.cid-urDXeHWph8 .links span {
  color: #9e9e9e;
}
.cid-urDXeHWph8 .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-urDXeHWph8 .logo-title {
  text-align: center;
}
.cid-urDXeHWph8 .logo-title,
.cid-urDXeHWph8 .logo {
  color: #535353;
}
.cid-up6pc3zjGJ {
  z-index: 1000;
  width: 100%;
}
.cid-up6pc3zjGJ nav.navbar {
  position: fixed;
}
.cid-up6pc3zjGJ .navbar-nav {
  margin: auto;
}
.cid-up6pc3zjGJ .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-up6pc3zjGJ .dropdown-item:hover,
.cid-up6pc3zjGJ .dropdown-item:focus {
  background: #2873b6 !important;
  color: white !important;
}
.cid-up6pc3zjGJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up6pc3zjGJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up6pc3zjGJ .navbar-short,
.cid-up6pc3zjGJ .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-up6pc3zjGJ .navbar-short .nav-link,
.cid-up6pc3zjGJ .opened .nav-link,
.cid-up6pc3zjGJ .navbar-short .navbar-caption,
.cid-up6pc3zjGJ .opened .navbar-caption,
.cid-up6pc3zjGJ .navbar-short .mbr-iconfont,
.cid-up6pc3zjGJ .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-up6pc3zjGJ .navbar-short .hamburger span,
.cid-up6pc3zjGJ .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-up6pc3zjGJ .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-up6pc3zjGJ .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-up6pc3zjGJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up6pc3zjGJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6pc3zjGJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6pc3zjGJ .container {
  display: flex;
  margin: auto;
}
.cid-up6pc3zjGJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up6pc3zjGJ .dropdown-menu,
.cid-up6pc3zjGJ .navbar.opened {
  background: #ffffff !important;
}
.cid-up6pc3zjGJ .nav-item:focus,
.cid-up6pc3zjGJ .nav-link:focus {
  outline: none;
}
.cid-up6pc3zjGJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6pc3zjGJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6pc3zjGJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6pc3zjGJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6pc3zjGJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up6pc3zjGJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up6pc3zjGJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-up6pc3zjGJ .navbar.opened {
  transition: all 0.3s;
}
.cid-up6pc3zjGJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6pc3zjGJ .navbar .navbar-logo img {
  width: auto;
}
.cid-up6pc3zjGJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up6pc3zjGJ .navbar.collapsed {
  justify-content: center;
}
.cid-up6pc3zjGJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up6pc3zjGJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up6pc3zjGJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-up6pc3zjGJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up6pc3zjGJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up6pc3zjGJ .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: 41%;
}
.cid-up6pc3zjGJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up6pc3zjGJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up6pc3zjGJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up6pc3zjGJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6pc3zjGJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6pc3zjGJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6pc3zjGJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6pc3zjGJ .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: 40%;
  }
  .cid-up6pc3zjGJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6pc3zjGJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6pc3zjGJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6pc3zjGJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6pc3zjGJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6pc3zjGJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-up6pc3zjGJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-up6pc3zjGJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up6pc3zjGJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up6pc3zjGJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up6pc3zjGJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6pc3zjGJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up6pc3zjGJ .dropdown-item.active,
.cid-up6pc3zjGJ .dropdown-item:active {
  background-color: transparent;
}
.cid-up6pc3zjGJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6pc3zjGJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6pc3zjGJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6pc3zjGJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-up6pc3zjGJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6pc3zjGJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6pc3zjGJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6pc3zjGJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up6pc3zjGJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up6pc3zjGJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-up6pc3zjGJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up6pc3zjGJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6pc3zjGJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6pc3zjGJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6pc3zjGJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6pc3zjGJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6pc3zjGJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6pc3zjGJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6pc3zjGJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up6pc3zjGJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6pc3zjGJ .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-up6pc3zjGJ .navbar {
    height: 70px;
  }
  .cid-up6pc3zjGJ .navbar.opened {
    height: auto;
  }
  .cid-up6pc3zjGJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6pkBm8y5 {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-up6pkBm8y5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up6pkBm8y5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up6pkBm8y5 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up6pkBm8y5 .card-wrapper {
    padding: 1.5rem;
    padding-top: 10.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up6pkBm8y5 .card-wrapper {
    padding: 2.25rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .cid-up6pkBm8y5 .card-wrapper {
    padding: 4rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
.cid-up6pkBm8y5 .wrap {
  background: url("../../../assets/images/1-1280x720.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-up6pkBm8y5 .wrap .inner-wrap {
  padding: 40px;
}
.cid-up6pkBm8y5 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-up6pkBm8y5 .mbr-text {
  color: #000000;
}
.cid-up6pkBm8y5 .mbr-text,
.cid-up6pkBm8y5 .mbr-section-btn {
  color: #ffffff;
}
.cid-up6pw7yoQW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-up6pw7yoQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-up6pw7yoQW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up6pw7yoQW .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-up6pw7yoQW .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up6pw7yoQW .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-up6pw7yoQW .card-wrapper {
    padding: 4rem;
  }
}
.cid-up6pw7yoQW .mbr-text,
.cid-up6pw7yoQW .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-up6pw7yoQW .card-title,
.cid-up6pw7yoQW .card-box {
  text-align: center;
  color: #000000;
}
.cid-urDXjRAgf8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2873b6;
}
.cid-urDXjRAgf8 .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-urDXjRAgf8 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-urDXjRAgf8 .col + .mbr-section-btn .btn,
.cid-urDXjRAgf8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-urDXjRAgf8 .col + .mbr-section-btn .btn,
  .cid-urDXjRAgf8 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-urDXjRAgf8 .dragArea > *:nth-last-child(2).col,
  .cid-urDXjRAgf8 .dragArea > *:nth-last-child(2).col-auto,
  .cid-urDXjRAgf8 .col + .mbr-section-btn,
  .cid-urDXjRAgf8 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-urDXjRAgf8 .dragArea {
    flex-direction: column;
  }
}
.cid-urDXjRAgf8 .btn-primary {
  border: 1px solid #2873b6 !important;
}
.cid-urDXjRAgf8 .btn-primary:hover {
  border: 1px solid #2873b6 !important;
}
.cid-urDXjRAgf8 .stripe {
  border-bottom: 1px solid #7eb045;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-urDXjRAgf8 .form-group {
  max-width: 220px;
}
.cid-urDXjRAgf8 .mbr-section-btn {
  padding-left: 0;
}
.cid-urDXjRAgf8 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-urDXjRAgf8 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f4f4f4;
  width: 85%;
}
.cid-urDXjRAgf8 .mbr-text {
  color: #444;
}
.cid-urDXjRAgf8 h5 {
  margin-bottom: 0;
}
.cid-urDXjRAgf8 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-urDXjRAgf8 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-urDXjRAgf8 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-urDXjRAgf8 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urDXjRAgf8 .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-urDXjRAgf8 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-urDXjRAgf8 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-urDXjRAgf8 .social-list a:hover {
  opacity: 0.4;
}
.cid-urDXjRAgf8 .media-container-row > div {
  padding: 0px;
}
.cid-urDXjRAgf8 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-urDXjRAgf8 .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-urDXjRAgf8 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-urDXjRAgf8 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-urDXjRAgf8 .social-list,
  .cid-urDXjRAgf8 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-urDXjRAgf8 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-urDXjRAgf8 .form-group {
    max-width: 180px;
  }
}
.cid-urDXjRAgf8 .links span {
  color: #9e9e9e;
}
.cid-urDXjRAgf8 .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-urDXjRAgf8 .logo-title {
  text-align: center;
}
.cid-urDXjRAgf8 .logo-title,
.cid-urDXjRAgf8 .logo {
  color: #535353;
}
.cid-up6qI68TD0 {
  z-index: 1000;
  width: 100%;
}
.cid-up6qI68TD0 nav.navbar {
  position: fixed;
}
.cid-up6qI68TD0 .navbar-nav {
  margin: auto;
}
.cid-up6qI68TD0 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-up6qI68TD0 .dropdown-item:hover,
.cid-up6qI68TD0 .dropdown-item:focus {
  background: #2873b6 !important;
  color: white !important;
}
.cid-up6qI68TD0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up6qI68TD0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up6qI68TD0 .navbar-short,
.cid-up6qI68TD0 .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-up6qI68TD0 .navbar-short .nav-link,
.cid-up6qI68TD0 .opened .nav-link,
.cid-up6qI68TD0 .navbar-short .navbar-caption,
.cid-up6qI68TD0 .opened .navbar-caption,
.cid-up6qI68TD0 .navbar-short .mbr-iconfont,
.cid-up6qI68TD0 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-up6qI68TD0 .navbar-short .hamburger span,
.cid-up6qI68TD0 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-up6qI68TD0 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-up6qI68TD0 .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-up6qI68TD0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up6qI68TD0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6qI68TD0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6qI68TD0 .container {
  display: flex;
  margin: auto;
}
.cid-up6qI68TD0 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up6qI68TD0 .dropdown-menu,
.cid-up6qI68TD0 .navbar.opened {
  background: #ffffff !important;
}
.cid-up6qI68TD0 .nav-item:focus,
.cid-up6qI68TD0 .nav-link:focus {
  outline: none;
}
.cid-up6qI68TD0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6qI68TD0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6qI68TD0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6qI68TD0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6qI68TD0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up6qI68TD0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up6qI68TD0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-up6qI68TD0 .navbar.opened {
  transition: all 0.3s;
}
.cid-up6qI68TD0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6qI68TD0 .navbar .navbar-logo img {
  width: auto;
}
.cid-up6qI68TD0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up6qI68TD0 .navbar.collapsed {
  justify-content: center;
}
.cid-up6qI68TD0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up6qI68TD0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up6qI68TD0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-up6qI68TD0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up6qI68TD0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up6qI68TD0 .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: 41%;
}
.cid-up6qI68TD0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up6qI68TD0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up6qI68TD0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up6qI68TD0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6qI68TD0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6qI68TD0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6qI68TD0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6qI68TD0 .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: 40%;
  }
  .cid-up6qI68TD0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6qI68TD0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6qI68TD0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6qI68TD0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6qI68TD0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6qI68TD0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-up6qI68TD0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-up6qI68TD0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up6qI68TD0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up6qI68TD0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up6qI68TD0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6qI68TD0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up6qI68TD0 .dropdown-item.active,
.cid-up6qI68TD0 .dropdown-item:active {
  background-color: transparent;
}
.cid-up6qI68TD0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6qI68TD0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6qI68TD0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6qI68TD0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-up6qI68TD0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6qI68TD0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6qI68TD0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6qI68TD0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up6qI68TD0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up6qI68TD0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-up6qI68TD0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up6qI68TD0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6qI68TD0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6qI68TD0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6qI68TD0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6qI68TD0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6qI68TD0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6qI68TD0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6qI68TD0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up6qI68TD0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6qI68TD0 .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-up6qI68TD0 .navbar {
    height: 70px;
  }
  .cid-up6qI68TD0 .navbar.opened {
    height: auto;
  }
  .cid-up6qI68TD0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6qI6ClEg {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-up6qI6ClEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-up6qI6ClEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up6qI6ClEg .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up6qI6ClEg .card-wrapper {
    padding: 1.5rem;
    padding-top: 10.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up6qI6ClEg .card-wrapper {
    padding: 2.25rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .cid-up6qI6ClEg .card-wrapper {
    padding: 4rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
.cid-up6qI6ClEg .wrap {
  background: url("../../../assets/images/2-1280x720.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-up6qI6ClEg .wrap .inner-wrap {
  padding: 40px;
}
.cid-up6qI6ClEg .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-up6qI6ClEg .mbr-text {
  color: #000000;
}
.cid-up6qI6ClEg .mbr-text,
.cid-up6qI6ClEg .mbr-section-btn {
  color: #ffffff;
}
.cid-up6qI6WaxZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-up6qI6WaxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-up6qI6WaxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up6qI6WaxZ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-up6qI6WaxZ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up6qI6WaxZ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-up6qI6WaxZ .card-wrapper {
    padding: 4rem;
  }
}
.cid-up6qI6WaxZ .mbr-text,
.cid-up6qI6WaxZ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-up6qI6WaxZ .card-title,
.cid-up6qI6WaxZ .card-box {
  text-align: center;
  color: #000000;
}
.cid-urDXlVp5NZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2873b6;
}
.cid-urDXlVp5NZ .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-urDXlVp5NZ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-urDXlVp5NZ .col + .mbr-section-btn .btn,
.cid-urDXlVp5NZ .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-urDXlVp5NZ .col + .mbr-section-btn .btn,
  .cid-urDXlVp5NZ .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-urDXlVp5NZ .dragArea > *:nth-last-child(2).col,
  .cid-urDXlVp5NZ .dragArea > *:nth-last-child(2).col-auto,
  .cid-urDXlVp5NZ .col + .mbr-section-btn,
  .cid-urDXlVp5NZ .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-urDXlVp5NZ .dragArea {
    flex-direction: column;
  }
}
.cid-urDXlVp5NZ .btn-primary {
  border: 1px solid #2873b6 !important;
}
.cid-urDXlVp5NZ .btn-primary:hover {
  border: 1px solid #2873b6 !important;
}
.cid-urDXlVp5NZ .stripe {
  border-bottom: 1px solid #7eb045;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-urDXlVp5NZ .form-group {
  max-width: 220px;
}
.cid-urDXlVp5NZ .mbr-section-btn {
  padding-left: 0;
}
.cid-urDXlVp5NZ .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-urDXlVp5NZ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f4f4f4;
  width: 85%;
}
.cid-urDXlVp5NZ .mbr-text {
  color: #444;
}
.cid-urDXlVp5NZ h5 {
  margin-bottom: 0;
}
.cid-urDXlVp5NZ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-urDXlVp5NZ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-urDXlVp5NZ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-urDXlVp5NZ .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urDXlVp5NZ .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-urDXlVp5NZ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-urDXlVp5NZ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-urDXlVp5NZ .social-list a:hover {
  opacity: 0.4;
}
.cid-urDXlVp5NZ .media-container-row > div {
  padding: 0px;
}
.cid-urDXlVp5NZ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-urDXlVp5NZ .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-urDXlVp5NZ .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-urDXlVp5NZ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-urDXlVp5NZ .social-list,
  .cid-urDXlVp5NZ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-urDXlVp5NZ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-urDXlVp5NZ .form-group {
    max-width: 180px;
  }
}
.cid-urDXlVp5NZ .links span {
  color: #9e9e9e;
}
.cid-urDXlVp5NZ .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-urDXlVp5NZ .logo-title {
  text-align: center;
}
.cid-urDXlVp5NZ .logo-title,
.cid-urDXlVp5NZ .logo {
  color: #535353;
}
.cid-up6qV3RRbl {
  z-index: 1000;
  width: 100%;
}
.cid-up6qV3RRbl nav.navbar {
  position: fixed;
}
.cid-up6qV3RRbl .navbar-nav {
  margin: auto;
}
.cid-up6qV3RRbl .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-up6qV3RRbl .dropdown-item:hover,
.cid-up6qV3RRbl .dropdown-item:focus {
  background: #2873b6 !important;
  color: white !important;
}
.cid-up6qV3RRbl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up6qV3RRbl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up6qV3RRbl .navbar-short,
.cid-up6qV3RRbl .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-up6qV3RRbl .navbar-short .nav-link,
.cid-up6qV3RRbl .opened .nav-link,
.cid-up6qV3RRbl .navbar-short .navbar-caption,
.cid-up6qV3RRbl .opened .navbar-caption,
.cid-up6qV3RRbl .navbar-short .mbr-iconfont,
.cid-up6qV3RRbl .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-up6qV3RRbl .navbar-short .hamburger span,
.cid-up6qV3RRbl .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-up6qV3RRbl .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-up6qV3RRbl .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-up6qV3RRbl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up6qV3RRbl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6qV3RRbl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6qV3RRbl .container {
  display: flex;
  margin: auto;
}
.cid-up6qV3RRbl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up6qV3RRbl .dropdown-menu,
.cid-up6qV3RRbl .navbar.opened {
  background: #ffffff !important;
}
.cid-up6qV3RRbl .nav-item:focus,
.cid-up6qV3RRbl .nav-link:focus {
  outline: none;
}
.cid-up6qV3RRbl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6qV3RRbl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6qV3RRbl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6qV3RRbl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6qV3RRbl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up6qV3RRbl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up6qV3RRbl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-up6qV3RRbl .navbar.opened {
  transition: all 0.3s;
}
.cid-up6qV3RRbl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6qV3RRbl .navbar .navbar-logo img {
  width: auto;
}
.cid-up6qV3RRbl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up6qV3RRbl .navbar.collapsed {
  justify-content: center;
}
.cid-up6qV3RRbl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up6qV3RRbl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up6qV3RRbl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-up6qV3RRbl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up6qV3RRbl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up6qV3RRbl .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: 41%;
}
.cid-up6qV3RRbl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up6qV3RRbl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up6qV3RRbl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up6qV3RRbl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6qV3RRbl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6qV3RRbl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6qV3RRbl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6qV3RRbl .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: 40%;
  }
  .cid-up6qV3RRbl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6qV3RRbl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6qV3RRbl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6qV3RRbl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6qV3RRbl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6qV3RRbl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-up6qV3RRbl .navbar.navbar-short {
  min-height: 60px;
}
.cid-up6qV3RRbl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up6qV3RRbl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up6qV3RRbl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up6qV3RRbl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6qV3RRbl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up6qV3RRbl .dropdown-item.active,
.cid-up6qV3RRbl .dropdown-item:active {
  background-color: transparent;
}
.cid-up6qV3RRbl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6qV3RRbl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6qV3RRbl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6qV3RRbl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-up6qV3RRbl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6qV3RRbl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6qV3RRbl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6qV3RRbl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up6qV3RRbl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up6qV3RRbl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-up6qV3RRbl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up6qV3RRbl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6qV3RRbl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6qV3RRbl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6qV3RRbl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6qV3RRbl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6qV3RRbl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6qV3RRbl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6qV3RRbl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up6qV3RRbl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6qV3RRbl .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-up6qV3RRbl .navbar {
    height: 70px;
  }
  .cid-up6qV3RRbl .navbar.opened {
    height: auto;
  }
  .cid-up6qV3RRbl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6qV4iTdI {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-up6qV4iTdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-up6qV4iTdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up6qV4iTdI .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up6qV4iTdI .card-wrapper {
    padding: 1.5rem;
    padding-top: 10.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up6qV4iTdI .card-wrapper {
    padding: 2.25rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .cid-up6qV4iTdI .card-wrapper {
    padding: 4rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
.cid-up6qV4iTdI .wrap {
  background: url("../../../assets/images/3-1280x720.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-up6qV4iTdI .wrap .inner-wrap {
  padding: 40px;
}
.cid-up6qV4iTdI .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-up6qV4iTdI .mbr-text {
  color: #000000;
}
.cid-up6qV4iTdI .mbr-text,
.cid-up6qV4iTdI .mbr-section-btn {
  color: #ffffff;
}
.cid-up6qV4Burp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-up6qV4Burp .mbr-fallback-image.disabled {
  display: none;
}
.cid-up6qV4Burp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up6qV4Burp .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-up6qV4Burp .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up6qV4Burp .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-up6qV4Burp .card-wrapper {
    padding: 4rem;
  }
}
.cid-up6qV4Burp .mbr-text,
.cid-up6qV4Burp .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-up6qV4Burp .card-title,
.cid-up6qV4Burp .card-box {
  text-align: center;
  color: #000000;
}
.cid-urDXnQDNdn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2873b6;
}
.cid-urDXnQDNdn .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-urDXnQDNdn .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-urDXnQDNdn .col + .mbr-section-btn .btn,
.cid-urDXnQDNdn .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-urDXnQDNdn .col + .mbr-section-btn .btn,
  .cid-urDXnQDNdn .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-urDXnQDNdn .dragArea > *:nth-last-child(2).col,
  .cid-urDXnQDNdn .dragArea > *:nth-last-child(2).col-auto,
  .cid-urDXnQDNdn .col + .mbr-section-btn,
  .cid-urDXnQDNdn .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-urDXnQDNdn .dragArea {
    flex-direction: column;
  }
}
.cid-urDXnQDNdn .btn-primary {
  border: 1px solid #2873b6 !important;
}
.cid-urDXnQDNdn .btn-primary:hover {
  border: 1px solid #2873b6 !important;
}
.cid-urDXnQDNdn .stripe {
  border-bottom: 1px solid #7eb045;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-urDXnQDNdn .form-group {
  max-width: 220px;
}
.cid-urDXnQDNdn .mbr-section-btn {
  padding-left: 0;
}
.cid-urDXnQDNdn .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-urDXnQDNdn .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f4f4f4;
  width: 85%;
}
.cid-urDXnQDNdn .mbr-text {
  color: #444;
}
.cid-urDXnQDNdn h5 {
  margin-bottom: 0;
}
.cid-urDXnQDNdn .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-urDXnQDNdn .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-urDXnQDNdn .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-urDXnQDNdn .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urDXnQDNdn .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-urDXnQDNdn .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-urDXnQDNdn .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-urDXnQDNdn .social-list a:hover {
  opacity: 0.4;
}
.cid-urDXnQDNdn .media-container-row > div {
  padding: 0px;
}
.cid-urDXnQDNdn .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-urDXnQDNdn .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-urDXnQDNdn .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-urDXnQDNdn .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-urDXnQDNdn .social-list,
  .cid-urDXnQDNdn .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-urDXnQDNdn h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-urDXnQDNdn .form-group {
    max-width: 180px;
  }
}
.cid-urDXnQDNdn .links span {
  color: #9e9e9e;
}
.cid-urDXnQDNdn .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-urDXnQDNdn .logo-title {
  text-align: center;
}
.cid-urDXnQDNdn .logo-title,
.cid-urDXnQDNdn .logo {
  color: #535353;
}
.cid-up6FROR89b {
  z-index: 1000;
  width: 100%;
}
.cid-up6FROR89b nav.navbar {
  position: fixed;
}
.cid-up6FROR89b .navbar-nav {
  margin: auto;
}
.cid-up6FROR89b .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-up6FROR89b .dropdown-item:hover,
.cid-up6FROR89b .dropdown-item:focus {
  background: #2873b6 !important;
  color: white !important;
}
.cid-up6FROR89b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up6FROR89b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up6FROR89b .navbar-short,
.cid-up6FROR89b .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-up6FROR89b .navbar-short .nav-link,
.cid-up6FROR89b .opened .nav-link,
.cid-up6FROR89b .navbar-short .navbar-caption,
.cid-up6FROR89b .opened .navbar-caption,
.cid-up6FROR89b .navbar-short .mbr-iconfont,
.cid-up6FROR89b .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-up6FROR89b .navbar-short .hamburger span,
.cid-up6FROR89b .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-up6FROR89b .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-up6FROR89b .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-up6FROR89b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up6FROR89b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6FROR89b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6FROR89b .container {
  display: flex;
  margin: auto;
}
.cid-up6FROR89b .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up6FROR89b .dropdown-menu,
.cid-up6FROR89b .navbar.opened {
  background: #ffffff !important;
}
.cid-up6FROR89b .nav-item:focus,
.cid-up6FROR89b .nav-link:focus {
  outline: none;
}
.cid-up6FROR89b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6FROR89b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6FROR89b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6FROR89b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6FROR89b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up6FROR89b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up6FROR89b .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-up6FROR89b .navbar.opened {
  transition: all 0.3s;
}
.cid-up6FROR89b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6FROR89b .navbar .navbar-logo img {
  width: auto;
}
.cid-up6FROR89b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up6FROR89b .navbar.collapsed {
  justify-content: center;
}
.cid-up6FROR89b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up6FROR89b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up6FROR89b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-up6FROR89b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up6FROR89b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up6FROR89b .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: 41%;
}
.cid-up6FROR89b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up6FROR89b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up6FROR89b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up6FROR89b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6FROR89b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6FROR89b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6FROR89b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6FROR89b .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: 40%;
  }
  .cid-up6FROR89b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6FROR89b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6FROR89b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6FROR89b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6FROR89b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6FROR89b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-up6FROR89b .navbar.navbar-short {
  min-height: 60px;
}
.cid-up6FROR89b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up6FROR89b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up6FROR89b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up6FROR89b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6FROR89b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up6FROR89b .dropdown-item.active,
.cid-up6FROR89b .dropdown-item:active {
  background-color: transparent;
}
.cid-up6FROR89b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6FROR89b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6FROR89b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6FROR89b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-up6FROR89b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6FROR89b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6FROR89b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6FROR89b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up6FROR89b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up6FROR89b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-up6FROR89b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up6FROR89b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6FROR89b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6FROR89b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6FROR89b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6FROR89b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6FROR89b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6FROR89b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6FROR89b .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up6FROR89b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6FROR89b .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-up6FROR89b .navbar {
    height: 70px;
  }
  .cid-up6FROR89b .navbar.opened {
    height: auto;
  }
  .cid-up6FROR89b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6FRPtwg8 {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-up6FRPtwg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up6FRPtwg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up6FRPtwg8 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up6FRPtwg8 .card-wrapper {
    padding: 1.5rem;
    padding-top: 10.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up6FRPtwg8 .card-wrapper {
    padding: 2.25rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .cid-up6FRPtwg8 .card-wrapper {
    padding: 4rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
.cid-up6FRPtwg8 .wrap {
  background: url("../../../assets/images/4-1-1280x720.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-up6FRPtwg8 .wrap .inner-wrap {
  padding: 40px;
}
.cid-up6FRPtwg8 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-up6FRPtwg8 .mbr-text {
  color: #000000;
}
.cid-up6FRPtwg8 .mbr-text,
.cid-up6FRPtwg8 .mbr-section-btn {
  color: #ffffff;
}
.cid-up6FRPQSrX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-up6FRPQSrX .mbr-fallback-image.disabled {
  display: none;
}
.cid-up6FRPQSrX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up6FRPQSrX .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-up6FRPQSrX .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up6FRPQSrX .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-up6FRPQSrX .card-wrapper {
    padding: 4rem;
  }
}
.cid-up6FRPQSrX .mbr-text,
.cid-up6FRPQSrX .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-up6FRPQSrX .card-title,
.cid-up6FRPQSrX .card-box {
  text-align: center;
  color: #000000;
}
.cid-urDXpNyypf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2873b6;
}
.cid-urDXpNyypf .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-urDXpNyypf .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-urDXpNyypf .col + .mbr-section-btn .btn,
.cid-urDXpNyypf .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-urDXpNyypf .col + .mbr-section-btn .btn,
  .cid-urDXpNyypf .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-urDXpNyypf .dragArea > *:nth-last-child(2).col,
  .cid-urDXpNyypf .dragArea > *:nth-last-child(2).col-auto,
  .cid-urDXpNyypf .col + .mbr-section-btn,
  .cid-urDXpNyypf .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-urDXpNyypf .dragArea {
    flex-direction: column;
  }
}
.cid-urDXpNyypf .btn-primary {
  border: 1px solid #2873b6 !important;
}
.cid-urDXpNyypf .btn-primary:hover {
  border: 1px solid #2873b6 !important;
}
.cid-urDXpNyypf .stripe {
  border-bottom: 1px solid #7eb045;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-urDXpNyypf .form-group {
  max-width: 220px;
}
.cid-urDXpNyypf .mbr-section-btn {
  padding-left: 0;
}
.cid-urDXpNyypf .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-urDXpNyypf .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f4f4f4;
  width: 85%;
}
.cid-urDXpNyypf .mbr-text {
  color: #444;
}
.cid-urDXpNyypf h5 {
  margin-bottom: 0;
}
.cid-urDXpNyypf .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-urDXpNyypf .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-urDXpNyypf .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-urDXpNyypf .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urDXpNyypf .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-urDXpNyypf .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-urDXpNyypf .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-urDXpNyypf .social-list a:hover {
  opacity: 0.4;
}
.cid-urDXpNyypf .media-container-row > div {
  padding: 0px;
}
.cid-urDXpNyypf .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-urDXpNyypf .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-urDXpNyypf .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-urDXpNyypf .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-urDXpNyypf .social-list,
  .cid-urDXpNyypf .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-urDXpNyypf h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-urDXpNyypf .form-group {
    max-width: 180px;
  }
}
.cid-urDXpNyypf .links span {
  color: #9e9e9e;
}
.cid-urDXpNyypf .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-urDXpNyypf .logo-title {
  text-align: center;
}
.cid-urDXpNyypf .logo-title,
.cid-urDXpNyypf .logo {
  color: #535353;
}
.cid-up6FZY649l {
  z-index: 1000;
  width: 100%;
}
.cid-up6FZY649l nav.navbar {
  position: fixed;
}
.cid-up6FZY649l .navbar-nav {
  margin: auto;
}
.cid-up6FZY649l .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-up6FZY649l .dropdown-item:hover,
.cid-up6FZY649l .dropdown-item:focus {
  background: #2873b6 !important;
  color: white !important;
}
.cid-up6FZY649l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up6FZY649l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up6FZY649l .navbar-short,
.cid-up6FZY649l .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-up6FZY649l .navbar-short .nav-link,
.cid-up6FZY649l .opened .nav-link,
.cid-up6FZY649l .navbar-short .navbar-caption,
.cid-up6FZY649l .opened .navbar-caption,
.cid-up6FZY649l .navbar-short .mbr-iconfont,
.cid-up6FZY649l .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-up6FZY649l .navbar-short .hamburger span,
.cid-up6FZY649l .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-up6FZY649l .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-up6FZY649l .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-up6FZY649l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up6FZY649l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6FZY649l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6FZY649l .container {
  display: flex;
  margin: auto;
}
.cid-up6FZY649l .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up6FZY649l .dropdown-menu,
.cid-up6FZY649l .navbar.opened {
  background: #ffffff !important;
}
.cid-up6FZY649l .nav-item:focus,
.cid-up6FZY649l .nav-link:focus {
  outline: none;
}
.cid-up6FZY649l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6FZY649l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6FZY649l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6FZY649l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6FZY649l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up6FZY649l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up6FZY649l .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-up6FZY649l .navbar.opened {
  transition: all 0.3s;
}
.cid-up6FZY649l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6FZY649l .navbar .navbar-logo img {
  width: auto;
}
.cid-up6FZY649l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up6FZY649l .navbar.collapsed {
  justify-content: center;
}
.cid-up6FZY649l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up6FZY649l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up6FZY649l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-up6FZY649l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up6FZY649l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up6FZY649l .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: 41%;
}
.cid-up6FZY649l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up6FZY649l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up6FZY649l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up6FZY649l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6FZY649l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6FZY649l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6FZY649l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6FZY649l .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: 40%;
  }
  .cid-up6FZY649l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6FZY649l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6FZY649l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6FZY649l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6FZY649l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6FZY649l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-up6FZY649l .navbar.navbar-short {
  min-height: 60px;
}
.cid-up6FZY649l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up6FZY649l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up6FZY649l .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up6FZY649l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6FZY649l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up6FZY649l .dropdown-item.active,
.cid-up6FZY649l .dropdown-item:active {
  background-color: transparent;
}
.cid-up6FZY649l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6FZY649l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6FZY649l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6FZY649l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-up6FZY649l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6FZY649l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6FZY649l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6FZY649l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up6FZY649l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up6FZY649l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-up6FZY649l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up6FZY649l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6FZY649l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6FZY649l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6FZY649l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6FZY649l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6FZY649l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6FZY649l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6FZY649l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up6FZY649l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6FZY649l .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-up6FZY649l .navbar {
    height: 70px;
  }
  .cid-up6FZY649l .navbar.opened {
    height: auto;
  }
  .cid-up6FZY649l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6FZYwHdj {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-up6FZYwHdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-up6FZYwHdj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up6FZYwHdj .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up6FZYwHdj .card-wrapper {
    padding: 1.5rem;
    padding-top: 10.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up6FZYwHdj .card-wrapper {
    padding: 2.25rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .cid-up6FZYwHdj .card-wrapper {
    padding: 4rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
.cid-up6FZYwHdj .wrap {
  background: url("../../../assets/images/6-1280x720.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-up6FZYwHdj .wrap .inner-wrap {
  padding: 40px;
}
.cid-up6FZYwHdj .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-up6FZYwHdj .mbr-text {
  color: #000000;
}
.cid-up6FZYwHdj .mbr-text,
.cid-up6FZYwHdj .mbr-section-btn {
  color: #ffffff;
}
.cid-up6FZYSf8d {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-up6FZYSf8d .mbr-fallback-image.disabled {
  display: none;
}
.cid-up6FZYSf8d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up6FZYSf8d .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-up6FZYSf8d .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up6FZYSf8d .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-up6FZYSf8d .card-wrapper {
    padding: 4rem;
  }
}
.cid-up6FZYSf8d .mbr-text,
.cid-up6FZYSf8d .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-up6FZYSf8d .card-title,
.cid-up6FZYSf8d .card-box {
  text-align: center;
  color: #000000;
}
.cid-urDXrKjKLf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2873b6;
}
.cid-urDXrKjKLf .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-urDXrKjKLf .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-urDXrKjKLf .col + .mbr-section-btn .btn,
.cid-urDXrKjKLf .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-urDXrKjKLf .col + .mbr-section-btn .btn,
  .cid-urDXrKjKLf .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-urDXrKjKLf .dragArea > *:nth-last-child(2).col,
  .cid-urDXrKjKLf .dragArea > *:nth-last-child(2).col-auto,
  .cid-urDXrKjKLf .col + .mbr-section-btn,
  .cid-urDXrKjKLf .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-urDXrKjKLf .dragArea {
    flex-direction: column;
  }
}
.cid-urDXrKjKLf .btn-primary {
  border: 1px solid #2873b6 !important;
}
.cid-urDXrKjKLf .btn-primary:hover {
  border: 1px solid #2873b6 !important;
}
.cid-urDXrKjKLf .stripe {
  border-bottom: 1px solid #7eb045;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-urDXrKjKLf .form-group {
  max-width: 220px;
}
.cid-urDXrKjKLf .mbr-section-btn {
  padding-left: 0;
}
.cid-urDXrKjKLf .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-urDXrKjKLf .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f4f4f4;
  width: 85%;
}
.cid-urDXrKjKLf .mbr-text {
  color: #444;
}
.cid-urDXrKjKLf h5 {
  margin-bottom: 0;
}
.cid-urDXrKjKLf .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-urDXrKjKLf .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-urDXrKjKLf .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-urDXrKjKLf .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urDXrKjKLf .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-urDXrKjKLf .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-urDXrKjKLf .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-urDXrKjKLf .social-list a:hover {
  opacity: 0.4;
}
.cid-urDXrKjKLf .media-container-row > div {
  padding: 0px;
}
.cid-urDXrKjKLf .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-urDXrKjKLf .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-urDXrKjKLf .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-urDXrKjKLf .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-urDXrKjKLf .social-list,
  .cid-urDXrKjKLf .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-urDXrKjKLf h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-urDXrKjKLf .form-group {
    max-width: 180px;
  }
}
.cid-urDXrKjKLf .links span {
  color: #9e9e9e;
}
.cid-urDXrKjKLf .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-urDXrKjKLf .logo-title {
  text-align: center;
}
.cid-urDXrKjKLf .logo-title,
.cid-urDXrKjKLf .logo {
  color: #535353;
}
.cid-up6GeCotYS {
  z-index: 1000;
  width: 100%;
}
.cid-up6GeCotYS nav.navbar {
  position: fixed;
}
.cid-up6GeCotYS .navbar-nav {
  margin: auto;
}
.cid-up6GeCotYS .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-up6GeCotYS .dropdown-item:hover,
.cid-up6GeCotYS .dropdown-item:focus {
  background: #2873b6 !important;
  color: white !important;
}
.cid-up6GeCotYS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up6GeCotYS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up6GeCotYS .navbar-short,
.cid-up6GeCotYS .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-up6GeCotYS .navbar-short .nav-link,
.cid-up6GeCotYS .opened .nav-link,
.cid-up6GeCotYS .navbar-short .navbar-caption,
.cid-up6GeCotYS .opened .navbar-caption,
.cid-up6GeCotYS .navbar-short .mbr-iconfont,
.cid-up6GeCotYS .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-up6GeCotYS .navbar-short .hamburger span,
.cid-up6GeCotYS .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-up6GeCotYS .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-up6GeCotYS .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-up6GeCotYS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up6GeCotYS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6GeCotYS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6GeCotYS .container {
  display: flex;
  margin: auto;
}
.cid-up6GeCotYS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up6GeCotYS .dropdown-menu,
.cid-up6GeCotYS .navbar.opened {
  background: #ffffff !important;
}
.cid-up6GeCotYS .nav-item:focus,
.cid-up6GeCotYS .nav-link:focus {
  outline: none;
}
.cid-up6GeCotYS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6GeCotYS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6GeCotYS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6GeCotYS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6GeCotYS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up6GeCotYS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up6GeCotYS .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-up6GeCotYS .navbar.opened {
  transition: all 0.3s;
}
.cid-up6GeCotYS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6GeCotYS .navbar .navbar-logo img {
  width: auto;
}
.cid-up6GeCotYS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up6GeCotYS .navbar.collapsed {
  justify-content: center;
}
.cid-up6GeCotYS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up6GeCotYS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up6GeCotYS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-up6GeCotYS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up6GeCotYS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up6GeCotYS .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: 41%;
}
.cid-up6GeCotYS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up6GeCotYS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up6GeCotYS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up6GeCotYS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6GeCotYS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6GeCotYS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6GeCotYS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6GeCotYS .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: 40%;
  }
  .cid-up6GeCotYS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6GeCotYS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6GeCotYS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6GeCotYS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6GeCotYS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6GeCotYS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-up6GeCotYS .navbar.navbar-short {
  min-height: 60px;
}
.cid-up6GeCotYS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up6GeCotYS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up6GeCotYS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up6GeCotYS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6GeCotYS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up6GeCotYS .dropdown-item.active,
.cid-up6GeCotYS .dropdown-item:active {
  background-color: transparent;
}
.cid-up6GeCotYS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6GeCotYS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6GeCotYS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6GeCotYS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-up6GeCotYS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6GeCotYS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6GeCotYS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6GeCotYS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up6GeCotYS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up6GeCotYS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-up6GeCotYS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up6GeCotYS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6GeCotYS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6GeCotYS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6GeCotYS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6GeCotYS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6GeCotYS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6GeCotYS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6GeCotYS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up6GeCotYS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6GeCotYS .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-up6GeCotYS .navbar {
    height: 70px;
  }
  .cid-up6GeCotYS .navbar.opened {
    height: auto;
  }
  .cid-up6GeCotYS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6GeCPcUL {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-up6GeCPcUL .mbr-fallback-image.disabled {
  display: none;
}
.cid-up6GeCPcUL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up6GeCPcUL .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up6GeCPcUL .card-wrapper {
    padding: 1.5rem;
    padding-top: 10.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up6GeCPcUL .card-wrapper {
    padding: 2.25rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .cid-up6GeCPcUL .card-wrapper {
    padding: 4rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
.cid-up6GeCPcUL .wrap {
  background: url("../../../assets/images/7-1280x720.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-up6GeCPcUL .wrap .inner-wrap {
  padding: 40px;
}
.cid-up6GeCPcUL .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-up6GeCPcUL .mbr-text {
  color: #000000;
}
.cid-up6GeCPcUL .mbr-text,
.cid-up6GeCPcUL .mbr-section-btn {
  color: #ffffff;
}
.cid-up6GeD9QE2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-up6GeD9QE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up6GeD9QE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up6GeD9QE2 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-up6GeD9QE2 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up6GeD9QE2 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-up6GeD9QE2 .card-wrapper {
    padding: 4rem;
  }
}
.cid-up6GeD9QE2 .mbr-text,
.cid-up6GeD9QE2 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-up6GeD9QE2 .card-title,
.cid-up6GeD9QE2 .card-box {
  text-align: center;
  color: #000000;
}
.cid-up6GeD9QE2 .mbr-section-subtitle {
  text-align: left;
}
.cid-urDXugCx3Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2873b6;
}
.cid-urDXugCx3Q .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-urDXugCx3Q .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-urDXugCx3Q .col + .mbr-section-btn .btn,
.cid-urDXugCx3Q .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-urDXugCx3Q .col + .mbr-section-btn .btn,
  .cid-urDXugCx3Q .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-urDXugCx3Q .dragArea > *:nth-last-child(2).col,
  .cid-urDXugCx3Q .dragArea > *:nth-last-child(2).col-auto,
  .cid-urDXugCx3Q .col + .mbr-section-btn,
  .cid-urDXugCx3Q .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-urDXugCx3Q .dragArea {
    flex-direction: column;
  }
}
.cid-urDXugCx3Q .btn-primary {
  border: 1px solid #2873b6 !important;
}
.cid-urDXugCx3Q .btn-primary:hover {
  border: 1px solid #2873b6 !important;
}
.cid-urDXugCx3Q .stripe {
  border-bottom: 1px solid #7eb045;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-urDXugCx3Q .form-group {
  max-width: 220px;
}
.cid-urDXugCx3Q .mbr-section-btn {
  padding-left: 0;
}
.cid-urDXugCx3Q .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-urDXugCx3Q .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f4f4f4;
  width: 85%;
}
.cid-urDXugCx3Q .mbr-text {
  color: #444;
}
.cid-urDXugCx3Q h5 {
  margin-bottom: 0;
}
.cid-urDXugCx3Q .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-urDXugCx3Q .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-urDXugCx3Q .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-urDXugCx3Q .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urDXugCx3Q .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-urDXugCx3Q .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-urDXugCx3Q .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-urDXugCx3Q .social-list a:hover {
  opacity: 0.4;
}
.cid-urDXugCx3Q .media-container-row > div {
  padding: 0px;
}
.cid-urDXugCx3Q .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-urDXugCx3Q .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-urDXugCx3Q .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-urDXugCx3Q .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-urDXugCx3Q .social-list,
  .cid-urDXugCx3Q .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-urDXugCx3Q h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-urDXugCx3Q .form-group {
    max-width: 180px;
  }
}
.cid-urDXugCx3Q .links span {
  color: #9e9e9e;
}
.cid-urDXugCx3Q .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-urDXugCx3Q .logo-title {
  text-align: center;
}
.cid-urDXugCx3Q .logo-title,
.cid-urDXugCx3Q .logo {
  color: #535353;
}
.cid-up6GoL5GDw {
  z-index: 1000;
  width: 100%;
}
.cid-up6GoL5GDw nav.navbar {
  position: fixed;
}
.cid-up6GoL5GDw .navbar-nav {
  margin: auto;
}
.cid-up6GoL5GDw .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-up6GoL5GDw .dropdown-item:hover,
.cid-up6GoL5GDw .dropdown-item:focus {
  background: #2873b6 !important;
  color: white !important;
}
.cid-up6GoL5GDw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up6GoL5GDw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up6GoL5GDw .navbar-short,
.cid-up6GoL5GDw .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-up6GoL5GDw .navbar-short .nav-link,
.cid-up6GoL5GDw .opened .nav-link,
.cid-up6GoL5GDw .navbar-short .navbar-caption,
.cid-up6GoL5GDw .opened .navbar-caption,
.cid-up6GoL5GDw .navbar-short .mbr-iconfont,
.cid-up6GoL5GDw .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-up6GoL5GDw .navbar-short .hamburger span,
.cid-up6GoL5GDw .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-up6GoL5GDw .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-up6GoL5GDw .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-up6GoL5GDw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up6GoL5GDw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6GoL5GDw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6GoL5GDw .container {
  display: flex;
  margin: auto;
}
.cid-up6GoL5GDw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up6GoL5GDw .dropdown-menu,
.cid-up6GoL5GDw .navbar.opened {
  background: #ffffff !important;
}
.cid-up6GoL5GDw .nav-item:focus,
.cid-up6GoL5GDw .nav-link:focus {
  outline: none;
}
.cid-up6GoL5GDw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6GoL5GDw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6GoL5GDw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6GoL5GDw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6GoL5GDw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up6GoL5GDw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up6GoL5GDw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-up6GoL5GDw .navbar.opened {
  transition: all 0.3s;
}
.cid-up6GoL5GDw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6GoL5GDw .navbar .navbar-logo img {
  width: auto;
}
.cid-up6GoL5GDw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up6GoL5GDw .navbar.collapsed {
  justify-content: center;
}
.cid-up6GoL5GDw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up6GoL5GDw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up6GoL5GDw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-up6GoL5GDw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up6GoL5GDw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up6GoL5GDw .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: 41%;
}
.cid-up6GoL5GDw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up6GoL5GDw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up6GoL5GDw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up6GoL5GDw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6GoL5GDw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6GoL5GDw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6GoL5GDw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6GoL5GDw .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: 40%;
  }
  .cid-up6GoL5GDw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6GoL5GDw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6GoL5GDw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6GoL5GDw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6GoL5GDw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6GoL5GDw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-up6GoL5GDw .navbar.navbar-short {
  min-height: 60px;
}
.cid-up6GoL5GDw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up6GoL5GDw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up6GoL5GDw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up6GoL5GDw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6GoL5GDw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up6GoL5GDw .dropdown-item.active,
.cid-up6GoL5GDw .dropdown-item:active {
  background-color: transparent;
}
.cid-up6GoL5GDw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6GoL5GDw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6GoL5GDw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6GoL5GDw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-up6GoL5GDw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6GoL5GDw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6GoL5GDw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6GoL5GDw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up6GoL5GDw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up6GoL5GDw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-up6GoL5GDw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up6GoL5GDw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6GoL5GDw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6GoL5GDw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6GoL5GDw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6GoL5GDw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6GoL5GDw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6GoL5GDw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6GoL5GDw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up6GoL5GDw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6GoL5GDw .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-up6GoL5GDw .navbar {
    height: 70px;
  }
  .cid-up6GoL5GDw .navbar.opened {
    height: auto;
  }
  .cid-up6GoL5GDw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6GoLwFbg {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-up6GoLwFbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-up6GoLwFbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up6GoLwFbg .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up6GoLwFbg .card-wrapper {
    padding: 1.5rem;
    padding-top: 10.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up6GoLwFbg .card-wrapper {
    padding: 2.25rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .cid-up6GoLwFbg .card-wrapper {
    padding: 4rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
.cid-up6GoLwFbg .wrap {
  background: url("../../../assets/images/9-1-1280x720.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-up6GoLwFbg .wrap .inner-wrap {
  padding: 40px;
}
.cid-up6GoLwFbg .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-up6GoLwFbg .mbr-text {
  color: #000000;
}
.cid-up6GoLwFbg .mbr-text,
.cid-up6GoLwFbg .mbr-section-btn {
  color: #ffffff;
}
.cid-up6GoLP6Wv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-up6GoLP6Wv .mbr-fallback-image.disabled {
  display: none;
}
.cid-up6GoLP6Wv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up6GoLP6Wv .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-up6GoLP6Wv .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up6GoLP6Wv .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-up6GoLP6Wv .card-wrapper {
    padding: 4rem;
  }
}
.cid-up6GoLP6Wv .mbr-text,
.cid-up6GoLP6Wv .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-up6GoLP6Wv .card-title,
.cid-up6GoLP6Wv .card-box {
  text-align: center;
  color: #000000;
}
.cid-up6GoLP6Wv .mbr-section-subtitle {
  text-align: left;
}
.cid-urDXwkLwyn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2873b6;
}
.cid-urDXwkLwyn .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-urDXwkLwyn .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-urDXwkLwyn .col + .mbr-section-btn .btn,
.cid-urDXwkLwyn .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-urDXwkLwyn .col + .mbr-section-btn .btn,
  .cid-urDXwkLwyn .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-urDXwkLwyn .dragArea > *:nth-last-child(2).col,
  .cid-urDXwkLwyn .dragArea > *:nth-last-child(2).col-auto,
  .cid-urDXwkLwyn .col + .mbr-section-btn,
  .cid-urDXwkLwyn .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-urDXwkLwyn .dragArea {
    flex-direction: column;
  }
}
.cid-urDXwkLwyn .btn-primary {
  border: 1px solid #2873b6 !important;
}
.cid-urDXwkLwyn .btn-primary:hover {
  border: 1px solid #2873b6 !important;
}
.cid-urDXwkLwyn .stripe {
  border-bottom: 1px solid #7eb045;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-urDXwkLwyn .form-group {
  max-width: 220px;
}
.cid-urDXwkLwyn .mbr-section-btn {
  padding-left: 0;
}
.cid-urDXwkLwyn .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-urDXwkLwyn .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f4f4f4;
  width: 85%;
}
.cid-urDXwkLwyn .mbr-text {
  color: #444;
}
.cid-urDXwkLwyn h5 {
  margin-bottom: 0;
}
.cid-urDXwkLwyn .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-urDXwkLwyn .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-urDXwkLwyn .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-urDXwkLwyn .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urDXwkLwyn .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-urDXwkLwyn .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-urDXwkLwyn .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-urDXwkLwyn .social-list a:hover {
  opacity: 0.4;
}
.cid-urDXwkLwyn .media-container-row > div {
  padding: 0px;
}
.cid-urDXwkLwyn .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-urDXwkLwyn .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-urDXwkLwyn .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-urDXwkLwyn .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-urDXwkLwyn .social-list,
  .cid-urDXwkLwyn .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-urDXwkLwyn h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-urDXwkLwyn .form-group {
    max-width: 180px;
  }
}
.cid-urDXwkLwyn .links span {
  color: #9e9e9e;
}
.cid-urDXwkLwyn .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-urDXwkLwyn .logo-title {
  text-align: center;
}
.cid-urDXwkLwyn .logo-title,
.cid-urDXwkLwyn .logo {
  color: #535353;
}
.cid-up6GDE9tYh {
  z-index: 1000;
  width: 100%;
}
.cid-up6GDE9tYh nav.navbar {
  position: fixed;
}
.cid-up6GDE9tYh .navbar-nav {
  margin: auto;
}
.cid-up6GDE9tYh .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-up6GDE9tYh .dropdown-item:hover,
.cid-up6GDE9tYh .dropdown-item:focus {
  background: #2873b6 !important;
  color: white !important;
}
.cid-up6GDE9tYh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up6GDE9tYh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up6GDE9tYh .navbar-short,
.cid-up6GDE9tYh .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-up6GDE9tYh .navbar-short .nav-link,
.cid-up6GDE9tYh .opened .nav-link,
.cid-up6GDE9tYh .navbar-short .navbar-caption,
.cid-up6GDE9tYh .opened .navbar-caption,
.cid-up6GDE9tYh .navbar-short .mbr-iconfont,
.cid-up6GDE9tYh .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-up6GDE9tYh .navbar-short .hamburger span,
.cid-up6GDE9tYh .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-up6GDE9tYh .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-up6GDE9tYh .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-up6GDE9tYh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up6GDE9tYh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6GDE9tYh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6GDE9tYh .container {
  display: flex;
  margin: auto;
}
.cid-up6GDE9tYh .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up6GDE9tYh .dropdown-menu,
.cid-up6GDE9tYh .navbar.opened {
  background: #ffffff !important;
}
.cid-up6GDE9tYh .nav-item:focus,
.cid-up6GDE9tYh .nav-link:focus {
  outline: none;
}
.cid-up6GDE9tYh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6GDE9tYh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6GDE9tYh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6GDE9tYh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6GDE9tYh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up6GDE9tYh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up6GDE9tYh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-up6GDE9tYh .navbar.opened {
  transition: all 0.3s;
}
.cid-up6GDE9tYh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6GDE9tYh .navbar .navbar-logo img {
  width: auto;
}
.cid-up6GDE9tYh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up6GDE9tYh .navbar.collapsed {
  justify-content: center;
}
.cid-up6GDE9tYh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up6GDE9tYh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up6GDE9tYh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-up6GDE9tYh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up6GDE9tYh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up6GDE9tYh .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: 41%;
}
.cid-up6GDE9tYh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up6GDE9tYh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up6GDE9tYh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up6GDE9tYh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6GDE9tYh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6GDE9tYh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6GDE9tYh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6GDE9tYh .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: 40%;
  }
  .cid-up6GDE9tYh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6GDE9tYh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6GDE9tYh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6GDE9tYh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6GDE9tYh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6GDE9tYh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-up6GDE9tYh .navbar.navbar-short {
  min-height: 60px;
}
.cid-up6GDE9tYh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up6GDE9tYh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up6GDE9tYh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up6GDE9tYh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6GDE9tYh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up6GDE9tYh .dropdown-item.active,
.cid-up6GDE9tYh .dropdown-item:active {
  background-color: transparent;
}
.cid-up6GDE9tYh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6GDE9tYh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6GDE9tYh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6GDE9tYh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-up6GDE9tYh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6GDE9tYh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6GDE9tYh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6GDE9tYh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up6GDE9tYh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up6GDE9tYh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-up6GDE9tYh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up6GDE9tYh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6GDE9tYh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6GDE9tYh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6GDE9tYh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6GDE9tYh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6GDE9tYh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6GDE9tYh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6GDE9tYh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up6GDE9tYh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6GDE9tYh .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-up6GDE9tYh .navbar {
    height: 70px;
  }
  .cid-up6GDE9tYh .navbar.opened {
    height: auto;
  }
  .cid-up6GDE9tYh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6GDEAR47 {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-up6GDEAR47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up6GDEAR47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up6GDEAR47 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up6GDEAR47 .card-wrapper {
    padding: 1.5rem;
    padding-top: 10.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up6GDEAR47 .card-wrapper {
    padding: 2.25rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .cid-up6GDEAR47 .card-wrapper {
    padding: 4rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
.cid-up6GDEAR47 .wrap {
  background: url("../../../assets/images/10-1280x720.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-up6GDEAR47 .wrap .inner-wrap {
  padding: 40px;
}
.cid-up6GDEAR47 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-up6GDEAR47 .mbr-text {
  color: #000000;
}
.cid-up6GDEAR47 .mbr-text,
.cid-up6GDEAR47 .mbr-section-btn {
  color: #ffffff;
}
.cid-up6GDEYJ04 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-up6GDEYJ04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up6GDEYJ04 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up6GDEYJ04 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-up6GDEYJ04 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up6GDEYJ04 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-up6GDEYJ04 .card-wrapper {
    padding: 4rem;
  }
}
.cid-up6GDEYJ04 .mbr-text,
.cid-up6GDEYJ04 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-up6GDEYJ04 .card-title,
.cid-up6GDEYJ04 .card-box {
  text-align: center;
  color: #000000;
}
.cid-up6GDEYJ04 .mbr-section-subtitle {
  text-align: left;
}
.cid-up6GDFhZP3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2873b6;
}
.cid-up6GDFhZP3 .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-up6GDFhZP3 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-up6GDFhZP3 .col + .mbr-section-btn .btn,
.cid-up6GDFhZP3 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-up6GDFhZP3 .col + .mbr-section-btn .btn,
  .cid-up6GDFhZP3 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-up6GDFhZP3 .dragArea > *:nth-last-child(2).col,
  .cid-up6GDFhZP3 .dragArea > *:nth-last-child(2).col-auto,
  .cid-up6GDFhZP3 .col + .mbr-section-btn,
  .cid-up6GDFhZP3 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-up6GDFhZP3 .dragArea {
    flex-direction: column;
  }
}
.cid-up6GDFhZP3 .btn-primary {
  border: 1px solid #2873b6 !important;
}
.cid-up6GDFhZP3 .btn-primary:hover {
  border: 1px solid #2873b6 !important;
}
.cid-up6GDFhZP3 .stripe {
  border-bottom: 1px solid #7eb045;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-up6GDFhZP3 .form-group {
  max-width: 220px;
}
.cid-up6GDFhZP3 .mbr-section-btn {
  padding-left: 0;
}
.cid-up6GDFhZP3 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-up6GDFhZP3 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f4f4f4;
  width: 85%;
}
.cid-up6GDFhZP3 .mbr-text {
  color: #444;
}
.cid-up6GDFhZP3 h5 {
  margin-bottom: 0;
}
.cid-up6GDFhZP3 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-up6GDFhZP3 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-up6GDFhZP3 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-up6GDFhZP3 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-up6GDFhZP3 .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-up6GDFhZP3 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-up6GDFhZP3 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-up6GDFhZP3 .social-list a:hover {
  opacity: 0.4;
}
.cid-up6GDFhZP3 .media-container-row > div {
  padding: 0px;
}
.cid-up6GDFhZP3 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-up6GDFhZP3 .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-up6GDFhZP3 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-up6GDFhZP3 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-up6GDFhZP3 .social-list,
  .cid-up6GDFhZP3 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-up6GDFhZP3 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-up6GDFhZP3 .form-group {
    max-width: 180px;
  }
}
.cid-up6GDFhZP3 .links span {
  color: #9e9e9e;
}
.cid-up6GDFhZP3 .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-up6GDFhZP3 .logo-title {
  text-align: center;
}
.cid-up6GDFhZP3 .logo-title,
.cid-up6GDFhZP3 .logo {
  color: #535353;
}
.cid-up6GQpQ5ak {
  z-index: 1000;
  width: 100%;
}
.cid-up6GQpQ5ak nav.navbar {
  position: fixed;
}
.cid-up6GQpQ5ak .navbar-nav {
  margin: auto;
}
.cid-up6GQpQ5ak .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-up6GQpQ5ak .dropdown-item:hover,
.cid-up6GQpQ5ak .dropdown-item:focus {
  background: #2873b6 !important;
  color: white !important;
}
.cid-up6GQpQ5ak .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up6GQpQ5ak .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up6GQpQ5ak .navbar-short,
.cid-up6GQpQ5ak .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-up6GQpQ5ak .navbar-short .nav-link,
.cid-up6GQpQ5ak .opened .nav-link,
.cid-up6GQpQ5ak .navbar-short .navbar-caption,
.cid-up6GQpQ5ak .opened .navbar-caption,
.cid-up6GQpQ5ak .navbar-short .mbr-iconfont,
.cid-up6GQpQ5ak .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-up6GQpQ5ak .navbar-short .hamburger span,
.cid-up6GQpQ5ak .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-up6GQpQ5ak .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-up6GQpQ5ak .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-up6GQpQ5ak .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up6GQpQ5ak .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6GQpQ5ak .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6GQpQ5ak .container {
  display: flex;
  margin: auto;
}
.cid-up6GQpQ5ak .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up6GQpQ5ak .dropdown-menu,
.cid-up6GQpQ5ak .navbar.opened {
  background: #ffffff !important;
}
.cid-up6GQpQ5ak .nav-item:focus,
.cid-up6GQpQ5ak .nav-link:focus {
  outline: none;
}
.cid-up6GQpQ5ak .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6GQpQ5ak .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6GQpQ5ak .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6GQpQ5ak .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6GQpQ5ak .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up6GQpQ5ak .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up6GQpQ5ak .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-up6GQpQ5ak .navbar.opened {
  transition: all 0.3s;
}
.cid-up6GQpQ5ak .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6GQpQ5ak .navbar .navbar-logo img {
  width: auto;
}
.cid-up6GQpQ5ak .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up6GQpQ5ak .navbar.collapsed {
  justify-content: center;
}
.cid-up6GQpQ5ak .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up6GQpQ5ak .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up6GQpQ5ak .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-up6GQpQ5ak .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up6GQpQ5ak .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up6GQpQ5ak .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: 41%;
}
.cid-up6GQpQ5ak .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up6GQpQ5ak .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up6GQpQ5ak .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up6GQpQ5ak .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6GQpQ5ak .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6GQpQ5ak .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6GQpQ5ak .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6GQpQ5ak .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: 40%;
  }
  .cid-up6GQpQ5ak .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6GQpQ5ak .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6GQpQ5ak .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6GQpQ5ak .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6GQpQ5ak .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6GQpQ5ak .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-up6GQpQ5ak .navbar.navbar-short {
  min-height: 60px;
}
.cid-up6GQpQ5ak .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up6GQpQ5ak .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up6GQpQ5ak .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up6GQpQ5ak .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6GQpQ5ak .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up6GQpQ5ak .dropdown-item.active,
.cid-up6GQpQ5ak .dropdown-item:active {
  background-color: transparent;
}
.cid-up6GQpQ5ak .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6GQpQ5ak .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6GQpQ5ak .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6GQpQ5ak .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-up6GQpQ5ak .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6GQpQ5ak .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6GQpQ5ak ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6GQpQ5ak .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up6GQpQ5ak button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up6GQpQ5ak button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-up6GQpQ5ak button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up6GQpQ5ak button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6GQpQ5ak button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6GQpQ5ak button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6GQpQ5ak nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6GQpQ5ak nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6GQpQ5ak nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6GQpQ5ak nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6GQpQ5ak .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up6GQpQ5ak a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6GQpQ5ak .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-up6GQpQ5ak .navbar {
    height: 70px;
  }
  .cid-up6GQpQ5ak .navbar.opened {
    height: auto;
  }
  .cid-up6GQpQ5ak .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6GQqiwDF {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-up6GQqiwDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-up6GQqiwDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up6GQqiwDF .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up6GQqiwDF .card-wrapper {
    padding: 1.5rem;
    padding-top: 10.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up6GQqiwDF .card-wrapper {
    padding: 2.25rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .cid-up6GQqiwDF .card-wrapper {
    padding: 4rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
.cid-up6GQqiwDF .wrap {
  background: url("../../../assets/images/11-1280x720.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-up6GQqiwDF .wrap .inner-wrap {
  padding: 40px;
}
.cid-up6GQqiwDF .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-up6GQqiwDF .mbr-text {
  color: #000000;
}
.cid-up6GQqiwDF .mbr-text,
.cid-up6GQqiwDF .mbr-section-btn {
  color: #ffffff;
}
.cid-up6GQqBjC1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-up6GQqBjC1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up6GQqBjC1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up6GQqBjC1 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-up6GQqBjC1 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up6GQqBjC1 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-up6GQqBjC1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-up6GQqBjC1 .mbr-text,
.cid-up6GQqBjC1 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-up6GQqBjC1 .card-title,
.cid-up6GQqBjC1 .card-box {
  text-align: center;
  color: #000000;
}
.cid-up6GQqBjC1 .mbr-section-subtitle {
  text-align: left;
}
.cid-up6GQqUHlv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2873b6;
}
.cid-up6GQqUHlv .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-up6GQqUHlv .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-up6GQqUHlv .col + .mbr-section-btn .btn,
.cid-up6GQqUHlv .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-up6GQqUHlv .col + .mbr-section-btn .btn,
  .cid-up6GQqUHlv .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-up6GQqUHlv .dragArea > *:nth-last-child(2).col,
  .cid-up6GQqUHlv .dragArea > *:nth-last-child(2).col-auto,
  .cid-up6GQqUHlv .col + .mbr-section-btn,
  .cid-up6GQqUHlv .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-up6GQqUHlv .dragArea {
    flex-direction: column;
  }
}
.cid-up6GQqUHlv .btn-primary {
  border: 1px solid #2873b6 !important;
}
.cid-up6GQqUHlv .btn-primary:hover {
  border: 1px solid #2873b6 !important;
}
.cid-up6GQqUHlv .stripe {
  border-bottom: 1px solid #7eb045;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-up6GQqUHlv .form-group {
  max-width: 220px;
}
.cid-up6GQqUHlv .mbr-section-btn {
  padding-left: 0;
}
.cid-up6GQqUHlv .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-up6GQqUHlv .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f4f4f4;
  width: 85%;
}
.cid-up6GQqUHlv .mbr-text {
  color: #444;
}
.cid-up6GQqUHlv h5 {
  margin-bottom: 0;
}
.cid-up6GQqUHlv .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-up6GQqUHlv .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-up6GQqUHlv .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-up6GQqUHlv .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-up6GQqUHlv .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-up6GQqUHlv .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-up6GQqUHlv .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-up6GQqUHlv .social-list a:hover {
  opacity: 0.4;
}
.cid-up6GQqUHlv .media-container-row > div {
  padding: 0px;
}
.cid-up6GQqUHlv .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-up6GQqUHlv .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-up6GQqUHlv .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-up6GQqUHlv .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-up6GQqUHlv .social-list,
  .cid-up6GQqUHlv .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-up6GQqUHlv h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-up6GQqUHlv .form-group {
    max-width: 180px;
  }
}
.cid-up6GQqUHlv .links span {
  color: #9e9e9e;
}
.cid-up6GQqUHlv .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-up6GQqUHlv .logo-title {
  text-align: center;
}
.cid-up6GQqUHlv .logo-title,
.cid-up6GQqUHlv .logo {
  color: #535353;
}
.cid-up6H77TBog {
  z-index: 1000;
  width: 100%;
}
.cid-up6H77TBog nav.navbar {
  position: fixed;
}
.cid-up6H77TBog .navbar-nav {
  margin: auto;
}
.cid-up6H77TBog .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-up6H77TBog .dropdown-item:hover,
.cid-up6H77TBog .dropdown-item:focus {
  background: #2873b6 !important;
  color: white !important;
}
.cid-up6H77TBog .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up6H77TBog .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up6H77TBog .navbar-short,
.cid-up6H77TBog .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-up6H77TBog .navbar-short .nav-link,
.cid-up6H77TBog .opened .nav-link,
.cid-up6H77TBog .navbar-short .navbar-caption,
.cid-up6H77TBog .opened .navbar-caption,
.cid-up6H77TBog .navbar-short .mbr-iconfont,
.cid-up6H77TBog .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-up6H77TBog .navbar-short .hamburger span,
.cid-up6H77TBog .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-up6H77TBog .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-up6H77TBog .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-up6H77TBog .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up6H77TBog .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6H77TBog .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6H77TBog .container {
  display: flex;
  margin: auto;
}
.cid-up6H77TBog .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up6H77TBog .dropdown-menu,
.cid-up6H77TBog .navbar.opened {
  background: #ffffff !important;
}
.cid-up6H77TBog .nav-item:focus,
.cid-up6H77TBog .nav-link:focus {
  outline: none;
}
.cid-up6H77TBog .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6H77TBog .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6H77TBog .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6H77TBog .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6H77TBog .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up6H77TBog .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up6H77TBog .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-up6H77TBog .navbar.opened {
  transition: all 0.3s;
}
.cid-up6H77TBog .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6H77TBog .navbar .navbar-logo img {
  width: auto;
}
.cid-up6H77TBog .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up6H77TBog .navbar.collapsed {
  justify-content: center;
}
.cid-up6H77TBog .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up6H77TBog .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up6H77TBog .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-up6H77TBog .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up6H77TBog .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up6H77TBog .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: 41%;
}
.cid-up6H77TBog .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up6H77TBog .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up6H77TBog .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up6H77TBog .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6H77TBog .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6H77TBog .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6H77TBog .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6H77TBog .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: 40%;
  }
  .cid-up6H77TBog .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6H77TBog .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6H77TBog .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6H77TBog .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6H77TBog .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6H77TBog .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-up6H77TBog .navbar.navbar-short {
  min-height: 60px;
}
.cid-up6H77TBog .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up6H77TBog .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up6H77TBog .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up6H77TBog .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6H77TBog .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up6H77TBog .dropdown-item.active,
.cid-up6H77TBog .dropdown-item:active {
  background-color: transparent;
}
.cid-up6H77TBog .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6H77TBog .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6H77TBog .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6H77TBog .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-up6H77TBog .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6H77TBog .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6H77TBog ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6H77TBog .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up6H77TBog button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up6H77TBog button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-up6H77TBog button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up6H77TBog button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6H77TBog button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6H77TBog button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6H77TBog nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6H77TBog nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6H77TBog nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6H77TBog nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6H77TBog .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up6H77TBog a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6H77TBog .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-up6H77TBog .navbar {
    height: 70px;
  }
  .cid-up6H77TBog .navbar.opened {
    height: auto;
  }
  .cid-up6H77TBog .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6H78AYWi {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-up6H78AYWi .mbr-fallback-image.disabled {
  display: none;
}
.cid-up6H78AYWi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up6H78AYWi .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up6H78AYWi .card-wrapper {
    padding: 1.5rem;
    padding-top: 10.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up6H78AYWi .card-wrapper {
    padding: 2.25rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .cid-up6H78AYWi .card-wrapper {
    padding: 4rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
.cid-up6H78AYWi .wrap {
  background: url("../../../assets/images/15-1280x720.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-up6H78AYWi .wrap .inner-wrap {
  padding: 40px;
}
.cid-up6H78AYWi .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-up6H78AYWi .mbr-text {
  color: #000000;
}
.cid-up6H78AYWi .mbr-text,
.cid-up6H78AYWi .mbr-section-btn {
  color: #ffffff;
}
.cid-up6H78UuUr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-up6H78UuUr .mbr-fallback-image.disabled {
  display: none;
}
.cid-up6H78UuUr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up6H78UuUr .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-up6H78UuUr .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up6H78UuUr .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-up6H78UuUr .card-wrapper {
    padding: 4rem;
  }
}
.cid-up6H78UuUr .mbr-text,
.cid-up6H78UuUr .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-up6H78UuUr .card-title,
.cid-up6H78UuUr .card-box {
  text-align: center;
  color: #000000;
}
.cid-up6H78UuUr .mbr-section-subtitle {
  text-align: left;
}
.cid-up6H79eBD3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2873b6;
}
.cid-up6H79eBD3 .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-up6H79eBD3 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-up6H79eBD3 .col + .mbr-section-btn .btn,
.cid-up6H79eBD3 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-up6H79eBD3 .col + .mbr-section-btn .btn,
  .cid-up6H79eBD3 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-up6H79eBD3 .dragArea > *:nth-last-child(2).col,
  .cid-up6H79eBD3 .dragArea > *:nth-last-child(2).col-auto,
  .cid-up6H79eBD3 .col + .mbr-section-btn,
  .cid-up6H79eBD3 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-up6H79eBD3 .dragArea {
    flex-direction: column;
  }
}
.cid-up6H79eBD3 .btn-primary {
  border: 1px solid #2873b6 !important;
}
.cid-up6H79eBD3 .btn-primary:hover {
  border: 1px solid #2873b6 !important;
}
.cid-up6H79eBD3 .stripe {
  border-bottom: 1px solid #7eb045;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-up6H79eBD3 .form-group {
  max-width: 220px;
}
.cid-up6H79eBD3 .mbr-section-btn {
  padding-left: 0;
}
.cid-up6H79eBD3 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-up6H79eBD3 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f4f4f4;
  width: 85%;
}
.cid-up6H79eBD3 .mbr-text {
  color: #444;
}
.cid-up6H79eBD3 h5 {
  margin-bottom: 0;
}
.cid-up6H79eBD3 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-up6H79eBD3 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-up6H79eBD3 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-up6H79eBD3 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-up6H79eBD3 .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-up6H79eBD3 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-up6H79eBD3 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-up6H79eBD3 .social-list a:hover {
  opacity: 0.4;
}
.cid-up6H79eBD3 .media-container-row > div {
  padding: 0px;
}
.cid-up6H79eBD3 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-up6H79eBD3 .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-up6H79eBD3 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-up6H79eBD3 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-up6H79eBD3 .social-list,
  .cid-up6H79eBD3 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-up6H79eBD3 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-up6H79eBD3 .form-group {
    max-width: 180px;
  }
}
.cid-up6H79eBD3 .links span {
  color: #9e9e9e;
}
.cid-up6H79eBD3 .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-up6H79eBD3 .logo-title {
  text-align: center;
}
.cid-up6H79eBD3 .logo-title,
.cid-up6H79eBD3 .logo {
  color: #535353;
}
.cid-up6HpCFQLx {
  z-index: 1000;
  width: 100%;
}
.cid-up6HpCFQLx nav.navbar {
  position: fixed;
}
.cid-up6HpCFQLx .navbar-nav {
  margin: auto;
}
.cid-up6HpCFQLx .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-up6HpCFQLx .dropdown-item:hover,
.cid-up6HpCFQLx .dropdown-item:focus {
  background: #2873b6 !important;
  color: white !important;
}
.cid-up6HpCFQLx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up6HpCFQLx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up6HpCFQLx .navbar-short,
.cid-up6HpCFQLx .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-up6HpCFQLx .navbar-short .nav-link,
.cid-up6HpCFQLx .opened .nav-link,
.cid-up6HpCFQLx .navbar-short .navbar-caption,
.cid-up6HpCFQLx .opened .navbar-caption,
.cid-up6HpCFQLx .navbar-short .mbr-iconfont,
.cid-up6HpCFQLx .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-up6HpCFQLx .navbar-short .hamburger span,
.cid-up6HpCFQLx .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-up6HpCFQLx .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-up6HpCFQLx .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-up6HpCFQLx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up6HpCFQLx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6HpCFQLx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6HpCFQLx .container {
  display: flex;
  margin: auto;
}
.cid-up6HpCFQLx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up6HpCFQLx .dropdown-menu,
.cid-up6HpCFQLx .navbar.opened {
  background: #ffffff !important;
}
.cid-up6HpCFQLx .nav-item:focus,
.cid-up6HpCFQLx .nav-link:focus {
  outline: none;
}
.cid-up6HpCFQLx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6HpCFQLx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6HpCFQLx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6HpCFQLx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6HpCFQLx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up6HpCFQLx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up6HpCFQLx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-up6HpCFQLx .navbar.opened {
  transition: all 0.3s;
}
.cid-up6HpCFQLx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6HpCFQLx .navbar .navbar-logo img {
  width: auto;
}
.cid-up6HpCFQLx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up6HpCFQLx .navbar.collapsed {
  justify-content: center;
}
.cid-up6HpCFQLx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up6HpCFQLx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up6HpCFQLx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-up6HpCFQLx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up6HpCFQLx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up6HpCFQLx .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: 41%;
}
.cid-up6HpCFQLx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up6HpCFQLx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up6HpCFQLx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up6HpCFQLx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6HpCFQLx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6HpCFQLx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6HpCFQLx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6HpCFQLx .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: 40%;
  }
  .cid-up6HpCFQLx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6HpCFQLx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6HpCFQLx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6HpCFQLx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6HpCFQLx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6HpCFQLx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-up6HpCFQLx .navbar.navbar-short {
  min-height: 60px;
}
.cid-up6HpCFQLx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up6HpCFQLx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up6HpCFQLx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up6HpCFQLx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6HpCFQLx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up6HpCFQLx .dropdown-item.active,
.cid-up6HpCFQLx .dropdown-item:active {
  background-color: transparent;
}
.cid-up6HpCFQLx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6HpCFQLx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6HpCFQLx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6HpCFQLx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-up6HpCFQLx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6HpCFQLx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6HpCFQLx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6HpCFQLx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up6HpCFQLx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up6HpCFQLx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-up6HpCFQLx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up6HpCFQLx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6HpCFQLx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6HpCFQLx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6HpCFQLx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6HpCFQLx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6HpCFQLx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6HpCFQLx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6HpCFQLx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up6HpCFQLx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6HpCFQLx .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-up6HpCFQLx .navbar {
    height: 70px;
  }
  .cid-up6HpCFQLx .navbar.opened {
    height: auto;
  }
  .cid-up6HpCFQLx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6HpD7IYk {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-up6HpD7IYk .mbr-fallback-image.disabled {
  display: none;
}
.cid-up6HpD7IYk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up6HpD7IYk .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up6HpD7IYk .card-wrapper {
    padding: 1.5rem;
    padding-top: 10.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up6HpD7IYk .card-wrapper {
    padding: 2.25rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .cid-up6HpD7IYk .card-wrapper {
    padding: 4rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
.cid-up6HpD7IYk .wrap {
  background: url("../../../assets/images/14-1280x720.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-up6HpD7IYk .wrap .inner-wrap {
  padding: 40px;
}
.cid-up6HpD7IYk .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-up6HpD7IYk .mbr-text {
  color: #000000;
}
.cid-up6HpD7IYk .mbr-text,
.cid-up6HpD7IYk .mbr-section-btn {
  color: #ffffff;
}
.cid-up6HpDrdKH {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-up6HpDrdKH .mbr-fallback-image.disabled {
  display: none;
}
.cid-up6HpDrdKH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up6HpDrdKH .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-up6HpDrdKH .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up6HpDrdKH .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-up6HpDrdKH .card-wrapper {
    padding: 4rem;
  }
}
.cid-up6HpDrdKH .mbr-text,
.cid-up6HpDrdKH .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-up6HpDrdKH .card-title,
.cid-up6HpDrdKH .card-box {
  text-align: center;
  color: #000000;
}
.cid-up6HpDrdKH .mbr-section-subtitle {
  text-align: left;
}
.cid-up6HpDLewp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2873b6;
}
.cid-up6HpDLewp .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-up6HpDLewp .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-up6HpDLewp .col + .mbr-section-btn .btn,
.cid-up6HpDLewp .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-up6HpDLewp .col + .mbr-section-btn .btn,
  .cid-up6HpDLewp .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-up6HpDLewp .dragArea > *:nth-last-child(2).col,
  .cid-up6HpDLewp .dragArea > *:nth-last-child(2).col-auto,
  .cid-up6HpDLewp .col + .mbr-section-btn,
  .cid-up6HpDLewp .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-up6HpDLewp .dragArea {
    flex-direction: column;
  }
}
.cid-up6HpDLewp .btn-primary {
  border: 1px solid #2873b6 !important;
}
.cid-up6HpDLewp .btn-primary:hover {
  border: 1px solid #2873b6 !important;
}
.cid-up6HpDLewp .stripe {
  border-bottom: 1px solid #7eb045;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-up6HpDLewp .form-group {
  max-width: 220px;
}
.cid-up6HpDLewp .mbr-section-btn {
  padding-left: 0;
}
.cid-up6HpDLewp .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-up6HpDLewp .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f4f4f4;
  width: 85%;
}
.cid-up6HpDLewp .mbr-text {
  color: #444;
}
.cid-up6HpDLewp h5 {
  margin-bottom: 0;
}
.cid-up6HpDLewp .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-up6HpDLewp .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-up6HpDLewp .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-up6HpDLewp .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-up6HpDLewp .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-up6HpDLewp .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-up6HpDLewp .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-up6HpDLewp .social-list a:hover {
  opacity: 0.4;
}
.cid-up6HpDLewp .media-container-row > div {
  padding: 0px;
}
.cid-up6HpDLewp .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-up6HpDLewp .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-up6HpDLewp .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-up6HpDLewp .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-up6HpDLewp .social-list,
  .cid-up6HpDLewp .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-up6HpDLewp h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-up6HpDLewp .form-group {
    max-width: 180px;
  }
}
.cid-up6HpDLewp .links span {
  color: #9e9e9e;
}
.cid-up6HpDLewp .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-up6HpDLewp .logo-title {
  text-align: center;
}
.cid-up6HpDLewp .logo-title,
.cid-up6HpDLewp .logo {
  color: #535353;
}
.cid-urRv23UGih {
  z-index: 1000;
  width: 100%;
}
.cid-urRv23UGih nav.navbar {
  position: fixed;
}
.cid-urRv23UGih .navbar-nav {
  margin: auto;
}
.cid-urRv23UGih .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-urRv23UGih .dropdown-item:hover,
.cid-urRv23UGih .dropdown-item:focus {
  background: #2873b6 !important;
  color: white !important;
}
.cid-urRv23UGih .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urRv23UGih .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urRv23UGih .navbar-short,
.cid-urRv23UGih .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-urRv23UGih .navbar-short .nav-link,
.cid-urRv23UGih .opened .nav-link,
.cid-urRv23UGih .navbar-short .navbar-caption,
.cid-urRv23UGih .opened .navbar-caption,
.cid-urRv23UGih .navbar-short .mbr-iconfont,
.cid-urRv23UGih .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-urRv23UGih .navbar-short .hamburger span,
.cid-urRv23UGih .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-urRv23UGih .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-urRv23UGih .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-urRv23UGih .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urRv23UGih .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urRv23UGih .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urRv23UGih .container {
  display: flex;
  margin: auto;
}
.cid-urRv23UGih .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urRv23UGih .dropdown-menu,
.cid-urRv23UGih .navbar.opened {
  background: #ffffff !important;
}
.cid-urRv23UGih .nav-item:focus,
.cid-urRv23UGih .nav-link:focus {
  outline: none;
}
.cid-urRv23UGih .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urRv23UGih .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urRv23UGih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urRv23UGih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urRv23UGih .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urRv23UGih .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urRv23UGih .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-urRv23UGih .navbar.opened {
  transition: all 0.3s;
}
.cid-urRv23UGih .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urRv23UGih .navbar .navbar-logo img {
  width: auto;
}
.cid-urRv23UGih .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urRv23UGih .navbar.collapsed {
  justify-content: center;
}
.cid-urRv23UGih .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urRv23UGih .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-urRv23UGih .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-urRv23UGih .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urRv23UGih .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urRv23UGih .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: 41%;
}
.cid-urRv23UGih .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urRv23UGih .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urRv23UGih .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urRv23UGih .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urRv23UGih .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urRv23UGih .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urRv23UGih .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urRv23UGih .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: 40%;
  }
  .cid-urRv23UGih .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urRv23UGih .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urRv23UGih .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urRv23UGih .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urRv23UGih .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urRv23UGih .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-urRv23UGih .navbar.navbar-short {
  min-height: 60px;
}
.cid-urRv23UGih .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urRv23UGih .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urRv23UGih .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urRv23UGih .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urRv23UGih .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urRv23UGih .dropdown-item.active,
.cid-urRv23UGih .dropdown-item:active {
  background-color: transparent;
}
.cid-urRv23UGih .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urRv23UGih .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urRv23UGih .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urRv23UGih .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-urRv23UGih .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urRv23UGih .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urRv23UGih ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urRv23UGih .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urRv23UGih button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urRv23UGih button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-urRv23UGih button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urRv23UGih button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urRv23UGih button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urRv23UGih button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urRv23UGih nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urRv23UGih nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urRv23UGih nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urRv23UGih nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urRv23UGih .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-urRv23UGih a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urRv23UGih .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-urRv23UGih .navbar {
    height: 70px;
  }
  .cid-urRv23UGih .navbar.opened {
    height: auto;
  }
  .cid-urRv23UGih .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urRv24imQs {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-urRv24imQs .mbr-fallback-image.disabled {
  display: none;
}
.cid-urRv24imQs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urRv24imQs .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-urRv24imQs .card-wrapper {
    padding: 1.5rem;
    padding-top: 10.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urRv24imQs .card-wrapper {
    padding: 2.25rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .cid-urRv24imQs .card-wrapper {
    padding: 4rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
.cid-urRv24imQs .wrap {
  background: url("../../../assets/images/5-1280x720.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-urRv24imQs .wrap .inner-wrap {
  padding: 40px;
}
.cid-urRv24imQs .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-urRv24imQs .mbr-text {
  color: #000000;
}
.cid-urRv24imQs .mbr-text,
.cid-urRv24imQs .mbr-section-btn {
  color: #ffffff;
}
.cid-urRv24Ba00 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-urRv24Ba00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urRv24Ba00 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urRv24Ba00 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-urRv24Ba00 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urRv24Ba00 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-urRv24Ba00 .card-wrapper {
    padding: 4rem;
  }
}
.cid-urRv24Ba00 .mbr-text,
.cid-urRv24Ba00 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-urRv24Ba00 .card-title,
.cid-urRv24Ba00 .card-box {
  text-align: center;
  color: #000000;
}
.cid-urRv24XV8y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2873b6;
}
.cid-urRv24XV8y .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-urRv24XV8y .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-urRv24XV8y .col + .mbr-section-btn .btn,
.cid-urRv24XV8y .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-urRv24XV8y .col + .mbr-section-btn .btn,
  .cid-urRv24XV8y .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-urRv24XV8y .dragArea > *:nth-last-child(2).col,
  .cid-urRv24XV8y .dragArea > *:nth-last-child(2).col-auto,
  .cid-urRv24XV8y .col + .mbr-section-btn,
  .cid-urRv24XV8y .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-urRv24XV8y .dragArea {
    flex-direction: column;
  }
}
.cid-urRv24XV8y .btn-primary {
  border: 1px solid #2873b6 !important;
}
.cid-urRv24XV8y .btn-primary:hover {
  border: 1px solid #2873b6 !important;
}
.cid-urRv24XV8y .stripe {
  border-bottom: 1px solid #7eb045;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-urRv24XV8y .form-group {
  max-width: 220px;
}
.cid-urRv24XV8y .mbr-section-btn {
  padding-left: 0;
}
.cid-urRv24XV8y .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-urRv24XV8y .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f4f4f4;
  width: 85%;
}
.cid-urRv24XV8y .mbr-text {
  color: #444;
}
.cid-urRv24XV8y h5 {
  margin-bottom: 0;
}
.cid-urRv24XV8y .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-urRv24XV8y .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-urRv24XV8y .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-urRv24XV8y .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urRv24XV8y .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-urRv24XV8y .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-urRv24XV8y .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-urRv24XV8y .social-list a:hover {
  opacity: 0.4;
}
.cid-urRv24XV8y .media-container-row > div {
  padding: 0px;
}
.cid-urRv24XV8y .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-urRv24XV8y .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-urRv24XV8y .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-urRv24XV8y .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-urRv24XV8y .social-list,
  .cid-urRv24XV8y .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-urRv24XV8y h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-urRv24XV8y .form-group {
    max-width: 180px;
  }
}
.cid-urRv24XV8y .links span {
  color: #9e9e9e;
}
.cid-urRv24XV8y .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-urRv24XV8y .logo-title {
  text-align: center;
}
.cid-urRv24XV8y .logo-title,
.cid-urRv24XV8y .logo {
  color: #535353;
}
.cid-urRxf3hx1b {
  z-index: 1000;
  width: 100%;
}
.cid-urRxf3hx1b nav.navbar {
  position: fixed;
}
.cid-urRxf3hx1b .navbar-nav {
  margin: auto;
}
.cid-urRxf3hx1b .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-urRxf3hx1b .dropdown-item:hover,
.cid-urRxf3hx1b .dropdown-item:focus {
  background: #2873b6 !important;
  color: white !important;
}
.cid-urRxf3hx1b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urRxf3hx1b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urRxf3hx1b .navbar-short,
.cid-urRxf3hx1b .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-urRxf3hx1b .navbar-short .nav-link,
.cid-urRxf3hx1b .opened .nav-link,
.cid-urRxf3hx1b .navbar-short .navbar-caption,
.cid-urRxf3hx1b .opened .navbar-caption,
.cid-urRxf3hx1b .navbar-short .mbr-iconfont,
.cid-urRxf3hx1b .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-urRxf3hx1b .navbar-short .hamburger span,
.cid-urRxf3hx1b .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-urRxf3hx1b .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-urRxf3hx1b .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-urRxf3hx1b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urRxf3hx1b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urRxf3hx1b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urRxf3hx1b .container {
  display: flex;
  margin: auto;
}
.cid-urRxf3hx1b .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urRxf3hx1b .dropdown-menu,
.cid-urRxf3hx1b .navbar.opened {
  background: #ffffff !important;
}
.cid-urRxf3hx1b .nav-item:focus,
.cid-urRxf3hx1b .nav-link:focus {
  outline: none;
}
.cid-urRxf3hx1b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urRxf3hx1b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urRxf3hx1b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urRxf3hx1b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urRxf3hx1b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urRxf3hx1b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urRxf3hx1b .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-urRxf3hx1b .navbar.opened {
  transition: all 0.3s;
}
.cid-urRxf3hx1b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urRxf3hx1b .navbar .navbar-logo img {
  width: auto;
}
.cid-urRxf3hx1b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urRxf3hx1b .navbar.collapsed {
  justify-content: center;
}
.cid-urRxf3hx1b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urRxf3hx1b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-urRxf3hx1b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-urRxf3hx1b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urRxf3hx1b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urRxf3hx1b .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: 41%;
}
.cid-urRxf3hx1b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urRxf3hx1b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urRxf3hx1b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urRxf3hx1b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urRxf3hx1b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urRxf3hx1b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urRxf3hx1b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urRxf3hx1b .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: 40%;
  }
  .cid-urRxf3hx1b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urRxf3hx1b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urRxf3hx1b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urRxf3hx1b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urRxf3hx1b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urRxf3hx1b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-urRxf3hx1b .navbar.navbar-short {
  min-height: 60px;
}
.cid-urRxf3hx1b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urRxf3hx1b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urRxf3hx1b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urRxf3hx1b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urRxf3hx1b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urRxf3hx1b .dropdown-item.active,
.cid-urRxf3hx1b .dropdown-item:active {
  background-color: transparent;
}
.cid-urRxf3hx1b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urRxf3hx1b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urRxf3hx1b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urRxf3hx1b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-urRxf3hx1b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urRxf3hx1b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urRxf3hx1b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urRxf3hx1b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urRxf3hx1b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urRxf3hx1b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-urRxf3hx1b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urRxf3hx1b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urRxf3hx1b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urRxf3hx1b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urRxf3hx1b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urRxf3hx1b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urRxf3hx1b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urRxf3hx1b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urRxf3hx1b .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-urRxf3hx1b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urRxf3hx1b .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-urRxf3hx1b .navbar {
    height: 70px;
  }
  .cid-urRxf3hx1b .navbar.opened {
    height: auto;
  }
  .cid-urRxf3hx1b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urRxf3FuZv {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-urRxf3FuZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-urRxf3FuZv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urRxf3FuZv .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-urRxf3FuZv .card-wrapper {
    padding: 1.5rem;
    padding-top: 10.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urRxf3FuZv .card-wrapper {
    padding: 2.25rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .cid-urRxf3FuZv .card-wrapper {
    padding: 4rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
.cid-urRxf3FuZv .wrap {
  background: url("../../../assets/images/8-1280x720.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-urRxf3FuZv .wrap .inner-wrap {
  padding: 40px;
}
.cid-urRxf3FuZv .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-urRxf3FuZv .mbr-text {
  color: #000000;
}
.cid-urRxf3FuZv .mbr-text,
.cid-urRxf3FuZv .mbr-section-btn {
  color: #ffffff;
}
.cid-urRxf3XjQB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-urRxf3XjQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-urRxf3XjQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urRxf3XjQB .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-urRxf3XjQB .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urRxf3XjQB .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-urRxf3XjQB .card-wrapper {
    padding: 4rem;
  }
}
.cid-urRxf3XjQB .mbr-text,
.cid-urRxf3XjQB .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-urRxf3XjQB .card-title,
.cid-urRxf3XjQB .card-box {
  text-align: center;
  color: #000000;
}
.cid-urRxf4hxWs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2873b6;
}
.cid-urRxf4hxWs .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-urRxf4hxWs .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-urRxf4hxWs .col + .mbr-section-btn .btn,
.cid-urRxf4hxWs .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-urRxf4hxWs .col + .mbr-section-btn .btn,
  .cid-urRxf4hxWs .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-urRxf4hxWs .dragArea > *:nth-last-child(2).col,
  .cid-urRxf4hxWs .dragArea > *:nth-last-child(2).col-auto,
  .cid-urRxf4hxWs .col + .mbr-section-btn,
  .cid-urRxf4hxWs .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-urRxf4hxWs .dragArea {
    flex-direction: column;
  }
}
.cid-urRxf4hxWs .btn-primary {
  border: 1px solid #2873b6 !important;
}
.cid-urRxf4hxWs .btn-primary:hover {
  border: 1px solid #2873b6 !important;
}
.cid-urRxf4hxWs .stripe {
  border-bottom: 1px solid #7eb045;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-urRxf4hxWs .form-group {
  max-width: 220px;
}
.cid-urRxf4hxWs .mbr-section-btn {
  padding-left: 0;
}
.cid-urRxf4hxWs .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-urRxf4hxWs .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f4f4f4;
  width: 85%;
}
.cid-urRxf4hxWs .mbr-text {
  color: #444;
}
.cid-urRxf4hxWs h5 {
  margin-bottom: 0;
}
.cid-urRxf4hxWs .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-urRxf4hxWs .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-urRxf4hxWs .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-urRxf4hxWs .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urRxf4hxWs .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-urRxf4hxWs .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-urRxf4hxWs .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-urRxf4hxWs .social-list a:hover {
  opacity: 0.4;
}
.cid-urRxf4hxWs .media-container-row > div {
  padding: 0px;
}
.cid-urRxf4hxWs .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-urRxf4hxWs .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-urRxf4hxWs .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-urRxf4hxWs .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-urRxf4hxWs .social-list,
  .cid-urRxf4hxWs .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-urRxf4hxWs h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-urRxf4hxWs .form-group {
    max-width: 180px;
  }
}
.cid-urRxf4hxWs .links span {
  color: #9e9e9e;
}
.cid-urRxf4hxWs .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-urRxf4hxWs .logo-title {
  text-align: center;
}
.cid-urRxf4hxWs .logo-title,
.cid-urRxf4hxWs .logo {
  color: #535353;
}
.cid-usDFHbTuai {
  z-index: 1000;
  width: 100%;
}
.cid-usDFHbTuai nav.navbar {
  position: fixed;
}
.cid-usDFHbTuai .navbar-nav {
  margin: auto;
}
.cid-usDFHbTuai .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-usDFHbTuai .dropdown-item:hover,
.cid-usDFHbTuai .dropdown-item:focus {
  background: #2873b6 !important;
  color: white !important;
}
.cid-usDFHbTuai .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usDFHbTuai .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usDFHbTuai .navbar-short,
.cid-usDFHbTuai .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-usDFHbTuai .navbar-short .nav-link,
.cid-usDFHbTuai .opened .nav-link,
.cid-usDFHbTuai .navbar-short .navbar-caption,
.cid-usDFHbTuai .opened .navbar-caption,
.cid-usDFHbTuai .navbar-short .mbr-iconfont,
.cid-usDFHbTuai .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-usDFHbTuai .navbar-short .hamburger span,
.cid-usDFHbTuai .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-usDFHbTuai .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-usDFHbTuai .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-usDFHbTuai .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usDFHbTuai .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usDFHbTuai .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usDFHbTuai .container {
  display: flex;
  margin: auto;
}
.cid-usDFHbTuai .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usDFHbTuai .dropdown-menu,
.cid-usDFHbTuai .navbar.opened {
  background: #ffffff !important;
}
.cid-usDFHbTuai .nav-item:focus,
.cid-usDFHbTuai .nav-link:focus {
  outline: none;
}
.cid-usDFHbTuai .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usDFHbTuai .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usDFHbTuai .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usDFHbTuai .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usDFHbTuai .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usDFHbTuai .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usDFHbTuai .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-usDFHbTuai .navbar.opened {
  transition: all 0.3s;
}
.cid-usDFHbTuai .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usDFHbTuai .navbar .navbar-logo img {
  width: auto;
}
.cid-usDFHbTuai .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usDFHbTuai .navbar.collapsed {
  justify-content: center;
}
.cid-usDFHbTuai .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usDFHbTuai .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usDFHbTuai .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-usDFHbTuai .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usDFHbTuai .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usDFHbTuai .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: 41%;
}
.cid-usDFHbTuai .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usDFHbTuai .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usDFHbTuai .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usDFHbTuai .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usDFHbTuai .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usDFHbTuai .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usDFHbTuai .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usDFHbTuai .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: 40%;
  }
  .cid-usDFHbTuai .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usDFHbTuai .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usDFHbTuai .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usDFHbTuai .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usDFHbTuai .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usDFHbTuai .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usDFHbTuai .navbar.navbar-short {
  min-height: 60px;
}
.cid-usDFHbTuai .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usDFHbTuai .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usDFHbTuai .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usDFHbTuai .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usDFHbTuai .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usDFHbTuai .dropdown-item.active,
.cid-usDFHbTuai .dropdown-item:active {
  background-color: transparent;
}
.cid-usDFHbTuai .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usDFHbTuai .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usDFHbTuai .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usDFHbTuai .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-usDFHbTuai .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usDFHbTuai .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usDFHbTuai ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usDFHbTuai .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usDFHbTuai button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usDFHbTuai button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-usDFHbTuai button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usDFHbTuai button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usDFHbTuai button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usDFHbTuai button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usDFHbTuai nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usDFHbTuai nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usDFHbTuai nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usDFHbTuai nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usDFHbTuai .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usDFHbTuai a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usDFHbTuai .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-usDFHbTuai .navbar {
    height: 70px;
  }
  .cid-usDFHbTuai .navbar.opened {
    height: auto;
  }
  .cid-usDFHbTuai .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usDFHciZON {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-usDFHciZON .mbr-fallback-image.disabled {
  display: none;
}
.cid-usDFHciZON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usDFHciZON .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-usDFHciZON .card-wrapper {
    padding: 1.5rem;
    padding-top: 10.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usDFHciZON .card-wrapper {
    padding: 2.25rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .cid-usDFHciZON .card-wrapper {
    padding: 4rem;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }
}
.cid-usDFHciZON .wrap {
  background: url("../../../assets/images/blog-simplesmente-1280x720.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-usDFHciZON .wrap .inner-wrap {
  padding: 40px;
}
.cid-usDFHciZON .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-usDFHciZON .mbr-text {
  color: #000000;
}
.cid-usDFHciZON .mbr-text,
.cid-usDFHciZON .mbr-section-btn {
  color: #ffffff;
}
.cid-usDFHcAfBw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-usDFHcAfBw .mbr-fallback-image.disabled {
  display: none;
}
.cid-usDFHcAfBw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usDFHcAfBw .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-usDFHcAfBw .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usDFHcAfBw .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-usDFHcAfBw .card-wrapper {
    padding: 4rem;
  }
}
.cid-usDFHcAfBw .mbr-text,
.cid-usDFHcAfBw .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-usDFHcAfBw .card-title,
.cid-usDFHcAfBw .card-box {
  text-align: center;
  color: #000000;
}
.cid-usDFHcAfBw .mbr-section-subtitle {
  text-align: left;
}
.cid-usDFHcZGbz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2873b6;
}
.cid-usDFHcZGbz .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-usDFHcZGbz .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-usDFHcZGbz .col + .mbr-section-btn .btn,
.cid-usDFHcZGbz .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-usDFHcZGbz .col + .mbr-section-btn .btn,
  .cid-usDFHcZGbz .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-usDFHcZGbz .dragArea > *:nth-last-child(2).col,
  .cid-usDFHcZGbz .dragArea > *:nth-last-child(2).col-auto,
  .cid-usDFHcZGbz .col + .mbr-section-btn,
  .cid-usDFHcZGbz .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-usDFHcZGbz .dragArea {
    flex-direction: column;
  }
}
.cid-usDFHcZGbz .btn-primary {
  border: 1px solid #2873b6 !important;
}
.cid-usDFHcZGbz .btn-primary:hover {
  border: 1px solid #2873b6 !important;
}
.cid-usDFHcZGbz .stripe {
  border-bottom: 1px solid #7eb045;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-usDFHcZGbz .form-group {
  max-width: 220px;
}
.cid-usDFHcZGbz .mbr-section-btn {
  padding-left: 0;
}
.cid-usDFHcZGbz .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-usDFHcZGbz .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f4f4f4;
  width: 85%;
}
.cid-usDFHcZGbz .mbr-text {
  color: #444;
}
.cid-usDFHcZGbz h5 {
  margin-bottom: 0;
}
.cid-usDFHcZGbz .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-usDFHcZGbz .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-usDFHcZGbz .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-usDFHcZGbz .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-usDFHcZGbz .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-usDFHcZGbz .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-usDFHcZGbz .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-usDFHcZGbz .social-list a:hover {
  opacity: 0.4;
}
.cid-usDFHcZGbz .media-container-row > div {
  padding: 0px;
}
.cid-usDFHcZGbz .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-usDFHcZGbz .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-usDFHcZGbz .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-usDFHcZGbz .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-usDFHcZGbz .social-list,
  .cid-usDFHcZGbz .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-usDFHcZGbz h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-usDFHcZGbz .form-group {
    max-width: 180px;
  }
}
.cid-usDFHcZGbz .links span {
  color: #9e9e9e;
}
.cid-usDFHcZGbz .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-usDFHcZGbz .logo-title {
  text-align: center;
}
.cid-usDFHcZGbz .logo-title,
.cid-usDFHcZGbz .logo {
  color: #535353;
}
