.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: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #75aa3f !important;
}
.bg-success {
  background-color: #002d47 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #75aa3f !important;
  border-color: #75aa3f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #8ec25a !important;
  border-color: #8ec25a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8ec25a !important;
  border-color: #8ec25a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #002d47 !important;
  border-color: #002d47 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #004d7a !important;
  border-color: #004d7a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #004d7a !important;
  border-color: #004d7a !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #002d47 !important;
  border-color: #002d47 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #004d7a !important;
  border-color: #004d7a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #004d7a !important;
  border-color: #004d7a !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: #75aa3f;
  color: #75aa3f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #496b28 !important;
  background-color: transparent !important;
  border-color: #496b28 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #75aa3f !important;
  border-color: #75aa3f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #002d47;
  color: #002d47;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #002d47 !important;
  border-color: #002d47 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #002d47;
  color: #002d47;
}
.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: #002d47 !important;
  border-color: #002d47 !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: #75aa3f !important;
}
.text-secondary {
  color: #002d47 !important;
}
.text-success {
  color: #002d47 !important;
}
.text-info {
  color: #320707 !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: #426023 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !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: #000000 !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: #75aa3f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.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: #75aa3f;
  border-color: #75aa3f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #75aa3f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b5d792;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #2eb2ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #75aa3f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #75aa3f;
}
/* 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: #75aa3f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #75aa3f;
}
.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: #75aa3f;
  border-bottom-color: #75aa3f;
}
.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: #000000 !important;
  background-color: #75aa3f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #002d47 !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='%2375aa3f' %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-tPQaurj5Fl {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/carros-preto-1920x915.png");
}
.cid-tPQaurj5Fl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPQaurj5Fl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPQaurj5Fl .mbr-section-title {
  color: #ffffff;
}
.cid-tPQaurj5Fl .mbr-text,
.cid-tPQaurj5Fl .mbr-section-btn {
  color: #ffffff;
}
.cid-tPE30V3jyf {
  z-index: 1000;
  width: 100%;
}
.cid-tPE30V3jyf nav.navbar {
  position: fixed;
}
.cid-tPE30V3jyf .navbar-nav {
  margin: auto;
}
.cid-tPE30V3jyf .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPE30V3jyf .dropdown-item:hover,
.cid-tPE30V3jyf .dropdown-item:focus {
  background: #75aa3f !important;
  color: white !important;
}
.cid-tPE30V3jyf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPE30V3jyf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPE30V3jyf .navbar-short,
.cid-tPE30V3jyf .opened {
  background: #002d47 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tPE30V3jyf .navbar-short .nav-link,
.cid-tPE30V3jyf .opened .nav-link,
.cid-tPE30V3jyf .navbar-short .navbar-caption,
.cid-tPE30V3jyf .opened .navbar-caption,
.cid-tPE30V3jyf .navbar-short .mbr-iconfont,
.cid-tPE30V3jyf .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tPE30V3jyf .navbar-short .hamburger span,
.cid-tPE30V3jyf .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tPE30V3jyf .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tPE30V3jyf .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-tPE30V3jyf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPE30V3jyf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPE30V3jyf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPE30V3jyf .container {
  display: flex;
  margin: auto;
}
.cid-tPE30V3jyf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPE30V3jyf .dropdown-menu,
.cid-tPE30V3jyf .navbar.opened {
  background: #002d47 !important;
}
.cid-tPE30V3jyf .nav-item:focus,
.cid-tPE30V3jyf .nav-link:focus {
  outline: none;
}
.cid-tPE30V3jyf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPE30V3jyf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPE30V3jyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPE30V3jyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPE30V3jyf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPE30V3jyf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPE30V3jyf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #002d47;
}
.cid-tPE30V3jyf .navbar.opened {
  transition: all 0.3s;
}
.cid-tPE30V3jyf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPE30V3jyf .navbar .navbar-logo img {
  width: auto;
}
.cid-tPE30V3jyf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPE30V3jyf .navbar.collapsed {
  justify-content: center;
}
.cid-tPE30V3jyf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPE30V3jyf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPE30V3jyf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tPE30V3jyf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPE30V3jyf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPE30V3jyf .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-tPE30V3jyf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPE30V3jyf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPE30V3jyf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPE30V3jyf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPE30V3jyf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPE30V3jyf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPE30V3jyf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPE30V3jyf .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-tPE30V3jyf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPE30V3jyf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPE30V3jyf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPE30V3jyf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPE30V3jyf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPE30V3jyf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPE30V3jyf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPE30V3jyf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPE30V3jyf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPE30V3jyf .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-tPE30V3jyf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPE30V3jyf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPE30V3jyf .dropdown-item.active,
.cid-tPE30V3jyf .dropdown-item:active {
  background-color: transparent;
}
.cid-tPE30V3jyf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPE30V3jyf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPE30V3jyf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPE30V3jyf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002d47;
}
.cid-tPE30V3jyf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPE30V3jyf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPE30V3jyf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPE30V3jyf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPE30V3jyf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPE30V3jyf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPE30V3jyf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPE30V3jyf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPE30V3jyf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPE30V3jyf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPE30V3jyf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPE30V3jyf .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-tPE30V3jyf .navbar {
    height: 70px;
  }
  .cid-tPE30V3jyf .navbar.opened {
    height: auto;
  }
  .cid-tPE30V3jyf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPQaUcEi5Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tPQaUcEi5Q h6 {
  line-height: 1.2;
}
.cid-tPQaUcEi5Q img,
.cid-tPQaUcEi5Q .item-img {
  width: 100%;
}
.cid-tPQaUcEi5Q .item:focus,
.cid-tPQaUcEi5Q span:focus {
  outline: none;
}
.cid-tPQaUcEi5Q .item {
  cursor: pointer;
}
.cid-tPQaUcEi5Q .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tPQaUcEi5Q .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tPQaUcEi5Q .mbr-section-title {
  color: #75aa3f;
}
.cid-tPQaUcEi5Q .mbr-text,
.cid-tPQaUcEi5Q .mbr-section-btn {
  color: #000000;
}
.cid-tPQaUcEi5Q .item-title {
  color: #000000;
  text-align: center;
}
.cid-tPQaUcEi5Q .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tPQaUcEi5Q .item-text {
  color: #000000;
  text-align: center;
}
.cid-tPQaUcEi5Q .item-subtitle,
.cid-tPQaUcEi5Q .mbr-section-btn DIV {
  text-align: center;
}
.cid-tPQaUcEi5Q .item-title,
.cid-tPQaUcEi5Q .mbr-section-btn {
  color: #002d47;
}
.cid-tPQbyZ4i93 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tPQbyZ4i93 h6 {
  line-height: 1.2;
}
.cid-tPQbyZ4i93 img,
.cid-tPQbyZ4i93 .item-img {
  width: 100%;
}
.cid-tPQbyZ4i93 .item:focus,
.cid-tPQbyZ4i93 span:focus {
  outline: none;
}
.cid-tPQbyZ4i93 .item {
  cursor: pointer;
}
.cid-tPQbyZ4i93 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tPQbyZ4i93 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tPQbyZ4i93 .mbr-section-title {
  color: #75aa3f;
}
.cid-tPQbyZ4i93 .mbr-text,
.cid-tPQbyZ4i93 .mbr-section-btn {
  color: #000000;
}
.cid-tPQbyZ4i93 .item-title {
  color: #000000;
  text-align: center;
}
.cid-tPQbyZ4i93 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tPQbyZ4i93 .item-text {
  color: #000000;
  text-align: center;
}
.cid-tPQbyZ4i93 .item-subtitle,
.cid-tPQbyZ4i93 .mbr-section-btn DIV {
  text-align: center;
}
.cid-tPQbyZ4i93 .item-title,
.cid-tPQbyZ4i93 .mbr-section-btn {
  color: #002d47;
}
.cid-tPQcDRSrmh {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tPQcDRSrmh h6 {
  line-height: 1.2;
}
.cid-tPQcDRSrmh img,
.cid-tPQcDRSrmh .item-img {
  width: 100%;
}
.cid-tPQcDRSrmh .item:focus,
.cid-tPQcDRSrmh span:focus {
  outline: none;
}
.cid-tPQcDRSrmh .item {
  cursor: pointer;
}
.cid-tPQcDRSrmh .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tPQcDRSrmh .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tPQcDRSrmh .mbr-section-title {
  color: #75aa3f;
}
.cid-tPQcDRSrmh .mbr-text,
.cid-tPQcDRSrmh .mbr-section-btn {
  color: #000000;
}
.cid-tPQcDRSrmh .item-title {
  color: #000000;
  text-align: center;
}
.cid-tPQcDRSrmh .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tPQcDRSrmh .item-text {
  color: #000000;
  text-align: center;
}
.cid-tPQcDRSrmh .item-subtitle,
.cid-tPQcDRSrmh .mbr-section-btn DIV {
  text-align: center;
}
.cid-tPQcDRSrmh .item-title,
.cid-tPQcDRSrmh .mbr-section-btn {
  color: #002d47;
}
.cid-tPQdxx10Zd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tPQdxx10Zd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPQdxx10Zd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPQdxx10Zd .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tPQdxx10Zd .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPQdxx10Zd .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-tPQdxx10Zd .card-text {
  color: #ffffff;
}
.cid-tPQdxx10Zd .card-title {
  color: #ffffff;
}
.cid-tPQdUcJo2L {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/design-sem-nome-6-2000x1125.png");
}
.cid-tPQdUcJo2L .card {
  padding: 120px 74px 120px 76px;
  background: #75aa3f;
  border-radius: 30px;
}
.cid-tPQdUcJo2L .align {
  align-items: center;
}
.cid-tPQdUcJo2L .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tPQdUcJo2L .btn {
  border-radius: 80px;
  padding: 24px 40px;
}
.cid-tPQdUcJo2L .btn:hover {
  transform: initial !important;
}
.cid-tPQdUcJo2L .form-group.col-12 {
  border-radius: 100px !important;
  padding-left: 26px;
}
.cid-tPQdUcJo2L .button {
  right: 1px;
  top: 11px;
}
.cid-tPQdUcJo2L .form-control {
  background-color: #ffffff;
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  padding: 16px 0px;
  height: 50px;
}
.cid-tPQdUcJo2L .form-control:hover {
  box-shadow: none;
}
.cid-tPQdUcJo2L .form-group {
  margin-bottom: 0;
  position: relative;
  background-color: #ffffff;
  padding: 16px 18px;
  border-radius: 100px !important;
}
.cid-tPQdUcJo2L .text-part {
  max-width: 405px;
  margin-right: 20px;
}
.cid-tPQdUcJo2L .form-part {
  width: 550px;
}
.cid-tPQdUcJo2L textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tPQdUcJo2L input:hover {
  border-color: #14142b !important;
}
.cid-tPQdUcJo2L textarea:hover {
  border-color: #14142b !important;
}
.cid-tPQdUcJo2L input:focus {
  border-color: #14142b !important;
}
.cid-tPQdUcJo2L textarea:focus {
  border-color: #14142b !important;
}
.cid-tPQdUcJo2L .col-lg-12.col-md-12.col-sm-12.form-group {
  border-radius: 30px !important;
  padding: 30px !important;
}
@media (max-width: 1125px) {
  .cid-tPQdUcJo2L .mbr-section-title {
    padding-bottom: 30px;
    text-align: center;
    max-width: initial;
    width: 100%;
  }
  .cid-tPQdUcJo2L .form-part {
    width: 100%;
  }
  .cid-tPQdUcJo2L .text-part {
    max-width: initial;
    width: 100%;
    margin-right: 0;
  }
  .cid-tPQdUcJo2L .form-group.col-12 {
    padding-right: 8px;
    max-width: initial;
    width: 100%;
  }
}
@media (max-width: 630px) {
  .cid-tPQdUcJo2L .form-group.col-12.col-lg {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  .cid-tPQdUcJo2L input.form-control {
    margin-bottom: 20px;
    height: 64px;
    width: 100%;
    border-radius: 100px;
    padding: 8px 16px;
  }
  .cid-tPQdUcJo2L .card {
    padding: 61px 25px;
  }
  .cid-tPQdUcJo2L button {
    width: 100%;
  }
  .cid-tPQdUcJo2L .col-auto.button {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    width: 100%;
  }
}
.cid-tPQdUcJo2L a.btn > span {
  margin-left: 0.5rem;
}
.cid-tPQdUcJo2L .form-group.col-12.col-lg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tPQdUMK30N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tPQdUMK30N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPQdUMK30N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPQdUMK30N .text-wrap {
  width: 100%;
}
.cid-tPQdUMK30N .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-tPQdUMK30N .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-tPQdUMK30N .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-tPQdUMK30N .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-tPQdUMK30N .item-row {
  row-gap: 50px;
}
.cid-tPQdUMK30N .item-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-tPQdUMK30N .img-box {
  display: flex;
  align-items: center;
  max-width: 105px;
  width: 100%;
  height: 85px;
  margin: 0 auto 20px;
}
.cid-tPQdUMK30N .img-box img {
  width: 100%;
  height: auto;
}
.cid-tPQdUMK30N .item-title {
  width: 100%;
  margin: 0;
  color: #002d47;
}
.cid-tPQdUMK30N .item-text {
  color: #353535;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .cid-tPQdUMK30N .item-text {
    margin: 16px 0 0;
  }
}
.cid-tPQdUMK30N .mbr-section-btn {
  margin-top: 20px;
}
.cid-tPQdUMK30N .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-tPEAKsHwOo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tPEAKsHwOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPEAKsHwOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPEAKsHwOo .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tPEAKsHwOo .footer-col {
    flex-direction: column;
  }
}
.cid-tPEAKsHwOo .row {
  background: #002d47;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tPEAKsHwOo .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPEAKsHwOo .mbr-section-btn {
    text-align: center;
  }
}
.cid-tPEAKsHwOo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tPEAKsHwOo .soc-item {
  margin: 8px;
}
.cid-tPEAKsHwOo .soc-item a:hover .mbr-iconfont,
.cid-tPEAKsHwOo .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tPEAKsHwOo .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #002d47;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tPEAKsHwOo .row {
    text-align: center;
  }
  .cid-tPEAKsHwOo .social-row {
    justify-content: center;
  }
}
.cid-tPEAKsHwOo .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-tPEAKsHwOo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tPEAKsHwOo .list {
    margin-bottom: 0rem;
  }
}
.cid-tPEAKsHwOo .mbr-text {
  color: #bbbbbb;
}
.cid-tPEAKsHwOo .mbr-section-subtitle {
  color: #75aa3f;
}
.cid-tPEAKsHwOo .list,
.cid-tPEAKsHwOo .item-wrap {
  color: #ffffff;
}
.cid-tPEAKsHwOo .copyright {
  color: #ffffff;
}
.cid-tPE30V3jyf {
  z-index: 1000;
  width: 100%;
}
.cid-tPE30V3jyf nav.navbar {
  position: fixed;
}
.cid-tPE30V3jyf .navbar-nav {
  margin: auto;
}
.cid-tPE30V3jyf .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPE30V3jyf .dropdown-item:hover,
.cid-tPE30V3jyf .dropdown-item:focus {
  background: #75aa3f !important;
  color: white !important;
}
.cid-tPE30V3jyf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPE30V3jyf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPE30V3jyf .navbar-short,
.cid-tPE30V3jyf .opened {
  background: #002d47 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tPE30V3jyf .navbar-short .nav-link,
.cid-tPE30V3jyf .opened .nav-link,
.cid-tPE30V3jyf .navbar-short .navbar-caption,
.cid-tPE30V3jyf .opened .navbar-caption,
.cid-tPE30V3jyf .navbar-short .mbr-iconfont,
.cid-tPE30V3jyf .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tPE30V3jyf .navbar-short .hamburger span,
.cid-tPE30V3jyf .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tPE30V3jyf .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tPE30V3jyf .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-tPE30V3jyf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPE30V3jyf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPE30V3jyf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPE30V3jyf .container {
  display: flex;
  margin: auto;
}
.cid-tPE30V3jyf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPE30V3jyf .dropdown-menu,
.cid-tPE30V3jyf .navbar.opened {
  background: #002d47 !important;
}
.cid-tPE30V3jyf .nav-item:focus,
.cid-tPE30V3jyf .nav-link:focus {
  outline: none;
}
.cid-tPE30V3jyf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPE30V3jyf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPE30V3jyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPE30V3jyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPE30V3jyf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPE30V3jyf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPE30V3jyf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #002d47;
}
.cid-tPE30V3jyf .navbar.opened {
  transition: all 0.3s;
}
.cid-tPE30V3jyf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPE30V3jyf .navbar .navbar-logo img {
  width: auto;
}
.cid-tPE30V3jyf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPE30V3jyf .navbar.collapsed {
  justify-content: center;
}
.cid-tPE30V3jyf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPE30V3jyf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPE30V3jyf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tPE30V3jyf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPE30V3jyf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPE30V3jyf .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-tPE30V3jyf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPE30V3jyf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPE30V3jyf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPE30V3jyf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPE30V3jyf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPE30V3jyf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPE30V3jyf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPE30V3jyf .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-tPE30V3jyf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPE30V3jyf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPE30V3jyf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPE30V3jyf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPE30V3jyf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPE30V3jyf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPE30V3jyf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPE30V3jyf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPE30V3jyf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPE30V3jyf .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-tPE30V3jyf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPE30V3jyf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPE30V3jyf .dropdown-item.active,
.cid-tPE30V3jyf .dropdown-item:active {
  background-color: transparent;
}
.cid-tPE30V3jyf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPE30V3jyf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPE30V3jyf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPE30V3jyf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002d47;
}
.cid-tPE30V3jyf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPE30V3jyf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPE30V3jyf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPE30V3jyf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPE30V3jyf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPE30V3jyf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPE30V3jyf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPE30V3jyf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPE30V3jyf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPE30V3jyf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPE30V3jyf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPE30V3jyf .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-tPE30V3jyf .navbar {
    height: 70px;
  }
  .cid-tPE30V3jyf .navbar.opened {
    height: auto;
  }
  .cid-tPE30V3jyf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPEBSXKQhl {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-tPEBSXKQhl .carousel {
  width: 100%;
}
.cid-tPEBSXKQhl .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tPEBSXKQhl .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tPEBSXKQhl img,
.cid-tPEBSXKQhl .item-wrapper {
  border-radius: 0 !important;
}
.cid-tPEBSXKQhl .carousel-caption {
  bottom: 40px;
}
.cid-tPEBSXKQhl .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tPEBSXKQhl .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tPEBSXKQhl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tPEBSXKQhl .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tPEBSXKQhl .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tPEBSXKQhl .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tPEBSXKQhl .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tPEBSXKQhl .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tPEBSXKQhl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPEBSXKQhl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPEBSXKQhl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPEBSXKQhl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tPEBSXKQhl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tPEBSXKQhl .carousel-indicators li.active,
.cid-tPEBSXKQhl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPEBSXKQhl .carousel-indicators li::after,
.cid-tPEBSXKQhl .carousel-indicators li::before {
  content: none;
}
.cid-tPEBSXKQhl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPEBSXKQhl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tPEBSXKQhl .mbr-section-subtitle,
  .cid-tPEBSXKQhl .mbr-section-text,
  .cid-tPEBSXKQhl .mbr-section-btn {
    text-align: center;
  }
}
.cid-tPEBSXKQhl H5 {
  color: #ffffff;
}
.cid-tPE6Q3wpOs {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #002d47;
}
.cid-tPE6Q3wpOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPE6Q3wpOs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPE6Q3wpOs .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tPE6Q3wpOs .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPE6Q3wpOs .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-tPE6Q3wpOs .card-text {
  color: #ffffff;
}
.cid-tPE6Q3wpOs .card-title {
  color: #ffffff;
}
.cid-tPE9Jx2e4Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}
.cid-tPE9Jx2e4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPE9Jx2e4Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPE9Jx2e4Q .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tPE9Jx2e4Q .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tPE9Jx2e4Q .container {
    padding: 0 20px;
  }
}
.cid-tPE9Jx2e4Q .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tPE9Jx2e4Q .mbr-section-btn {
  margin-bottom: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tPE9Jx2e4Q .mbr-section-btn {
    display: none;
  }
}
.cid-tPE9Jx2e4Q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-tPE9Jx2e4Q .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    border-right: none;
  }
}
.cid-tPE9Jx2e4Q .embla__slide .card-wrap {
  padding: 0 45px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tPE9Jx2e4Q .embla__slide .card-wrap {
    padding: 0;
  }
}
.cid-tPE9Jx2e4Q .embla__slide .card-wrap a {
  display: block;
}
.cid-tPE9Jx2e4Q .embla__slide .card-wrap a .item-wrapper .image-wrap {
  margin-bottom: 24px;
}
.cid-tPE9Jx2e4Q .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tPE9Jx2e4Q .embla__slide .card-wrap a .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-tPE9Jx2e4Q .embla__slide .card-wrap a .content-wrap .card-title {
  margin-bottom: 24px;
}
.cid-tPE9Jx2e4Q .embla__slide .card-wrap a .content-wrap .card-date {
  margin-bottom: 0;
}
.cid-tPE9Jx2e4Q .embla__button--next,
.cid-tPE9Jx2e4Q .embla__button--prev {
  display: flex;
}
.cid-tPE9Jx2e4Q .embla__button {
  bottom: -3rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #75aa3f;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tPE9Jx2e4Q .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tPE9Jx2e4Q .embla__button:hover {
  background: transparent;
  color: #75aa3f;
  border-color: #75aa3f;
}
.cid-tPE9Jx2e4Q .embla__button.embla__button--prev {
  left: auto;
  right: 3.5rem;
  margin-left: 0;
}
.cid-tPE9Jx2e4Q .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-tPE9Jx2e4Q .embla {
  position: relative;
  width: 100%;
}
.cid-tPE9Jx2e4Q .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tPE9Jx2e4Q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tPE9Jx2e4Q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tPE9Jx2e4Q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tPE9Jx2e4Q .mbr-section-title {
  color: #ffffff;
}
.cid-tPE9Jx2e4Q .card-title {
  color: #002d47;
}
.cid-tPE9Jx2e4Q .card-date {
  color: #002d47;
}
.cid-tPE9Jx2e4Q .mbr-section-title,
.cid-tPE9Jx2e4Q .mbr-section-btn {
  color: #002d47;
}
.cid-tPEtGTqKkW {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-tPEtGTqKkW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPEtGTqKkW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPEtGTqKkW .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tPEtGTqKkW .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-tPEtGTqKkW .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tPEtGTqKkW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tPEtGTqKkW .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #0c2c68;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-tPEtGTqKkW .mbr-section-title {
  color: #002d47;
}
.cid-tPEtGTqKkW .mbr-section-subtitle {
  color: #000000;
}
.cid-tPEtGTqKkW .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tPEtGTqKkW .card-box .item-footer {
  margin-top: auto;
}
.cid-tPEtGTqKkW .card-text {
  color: #000000;
}
.cid-tPEr9T8IoL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #002d47;
}
.cid-tPEr9T8IoL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPEr9T8IoL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPEr9T8IoL .text-wrap {
  width: 100%;
}
.cid-tPEr9T8IoL .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-tPEr9T8IoL .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-tPEr9T8IoL .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-tPEr9T8IoL .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-tPEr9T8IoL .item-row {
  row-gap: 50px;
}
.cid-tPEr9T8IoL .item-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-tPEr9T8IoL .img-box {
  display: flex;
  align-items: center;
  max-width: 105px;
  width: 100%;
  height: 85px;
  margin: 0 auto 20px;
}
.cid-tPEr9T8IoL .img-box img {
  width: 100%;
  height: auto;
}
.cid-tPEr9T8IoL .item-title {
  width: 100%;
  margin: 0;
  color: #ffffff;
}
.cid-tPEr9T8IoL .item-text {
  color: #353535;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .cid-tPEr9T8IoL .item-text {
    margin: 16px 0 0;
  }
}
.cid-tPEr9T8IoL .mbr-section-btn {
  margin-top: 20px;
}
.cid-tPEr9T8IoL .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-tPEyrYFo7j {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/design-sem-nome-6-2000x1125.png");
}
.cid-tPEyrYFo7j .card {
  padding: 120px 74px 120px 76px;
  background: #75aa3f;
  border-radius: 30px;
}
.cid-tPEyrYFo7j .align {
  align-items: center;
}
.cid-tPEyrYFo7j .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tPEyrYFo7j .btn {
  border-radius: 80px;
  padding: 24px 40px;
}
.cid-tPEyrYFo7j .btn:hover {
  transform: initial !important;
}
.cid-tPEyrYFo7j .form-group.col-12 {
  border-radius: 100px !important;
  padding-left: 26px;
}
.cid-tPEyrYFo7j .button {
  right: 1px;
  top: 11px;
}
.cid-tPEyrYFo7j .form-control {
  background-color: #ffffff;
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  padding: 16px 0px;
  height: 50px;
}
.cid-tPEyrYFo7j .form-control:hover {
  box-shadow: none;
}
.cid-tPEyrYFo7j .form-group {
  margin-bottom: 0;
  position: relative;
  background-color: #ffffff;
  padding: 16px 18px;
  border-radius: 100px !important;
}
.cid-tPEyrYFo7j .text-part {
  max-width: 405px;
  margin-right: 20px;
}
.cid-tPEyrYFo7j .form-part {
  width: 550px;
}
.cid-tPEyrYFo7j textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tPEyrYFo7j input:hover {
  border-color: #14142b !important;
}
.cid-tPEyrYFo7j textarea:hover {
  border-color: #14142b !important;
}
.cid-tPEyrYFo7j input:focus {
  border-color: #14142b !important;
}
.cid-tPEyrYFo7j textarea:focus {
  border-color: #14142b !important;
}
.cid-tPEyrYFo7j .col-lg-12.col-md-12.col-sm-12.form-group {
  border-radius: 30px !important;
  padding: 30px !important;
}
@media (max-width: 1125px) {
  .cid-tPEyrYFo7j .mbr-section-title {
    padding-bottom: 30px;
    text-align: center;
    max-width: initial;
    width: 100%;
  }
  .cid-tPEyrYFo7j .form-part {
    width: 100%;
  }
  .cid-tPEyrYFo7j .text-part {
    max-width: initial;
    width: 100%;
    margin-right: 0;
  }
  .cid-tPEyrYFo7j .form-group.col-12 {
    padding-right: 8px;
    max-width: initial;
    width: 100%;
  }
}
@media (max-width: 630px) {
  .cid-tPEyrYFo7j .form-group.col-12.col-lg {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  .cid-tPEyrYFo7j input.form-control {
    margin-bottom: 20px;
    height: 64px;
    width: 100%;
    border-radius: 100px;
    padding: 8px 16px;
  }
  .cid-tPEyrYFo7j .card {
    padding: 61px 25px;
  }
  .cid-tPEyrYFo7j button {
    width: 100%;
  }
  .cid-tPEyrYFo7j .col-auto.button {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    width: 100%;
  }
}
.cid-tPEyrYFo7j a.btn > span {
  margin-left: 0.5rem;
}
.cid-tPEyrYFo7j .form-group.col-12.col-lg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tPEAKsHwOo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tPEAKsHwOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPEAKsHwOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPEAKsHwOo .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tPEAKsHwOo .footer-col {
    flex-direction: column;
  }
}
.cid-tPEAKsHwOo .row {
  background: #002d47;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tPEAKsHwOo .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPEAKsHwOo .mbr-section-btn {
    text-align: center;
  }
}
.cid-tPEAKsHwOo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tPEAKsHwOo .soc-item {
  margin: 8px;
}
.cid-tPEAKsHwOo .soc-item a:hover .mbr-iconfont,
.cid-tPEAKsHwOo .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tPEAKsHwOo .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #002d47;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tPEAKsHwOo .row {
    text-align: center;
  }
  .cid-tPEAKsHwOo .social-row {
    justify-content: center;
  }
}
.cid-tPEAKsHwOo .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-tPEAKsHwOo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tPEAKsHwOo .list {
    margin-bottom: 0rem;
  }
}
.cid-tPEAKsHwOo .mbr-text {
  color: #bbbbbb;
}
.cid-tPEAKsHwOo .mbr-section-subtitle {
  color: #75aa3f;
}
.cid-tPEAKsHwOo .list,
.cid-tPEAKsHwOo .item-wrap {
  color: #ffffff;
}
.cid-tPEAKsHwOo .copyright {
  color: #ffffff;
}
.cid-tPE30V3jyf {
  z-index: 1000;
  width: 100%;
}
.cid-tPE30V3jyf nav.navbar {
  position: fixed;
}
.cid-tPE30V3jyf .navbar-nav {
  margin: auto;
}
.cid-tPE30V3jyf .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPE30V3jyf .dropdown-item:hover,
.cid-tPE30V3jyf .dropdown-item:focus {
  background: #75aa3f !important;
  color: white !important;
}
.cid-tPE30V3jyf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPE30V3jyf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPE30V3jyf .navbar-short,
.cid-tPE30V3jyf .opened {
  background: #002d47 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tPE30V3jyf .navbar-short .nav-link,
.cid-tPE30V3jyf .opened .nav-link,
.cid-tPE30V3jyf .navbar-short .navbar-caption,
.cid-tPE30V3jyf .opened .navbar-caption,
.cid-tPE30V3jyf .navbar-short .mbr-iconfont,
.cid-tPE30V3jyf .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tPE30V3jyf .navbar-short .hamburger span,
.cid-tPE30V3jyf .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tPE30V3jyf .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tPE30V3jyf .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-tPE30V3jyf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPE30V3jyf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPE30V3jyf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPE30V3jyf .container {
  display: flex;
  margin: auto;
}
.cid-tPE30V3jyf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPE30V3jyf .dropdown-menu,
.cid-tPE30V3jyf .navbar.opened {
  background: #002d47 !important;
}
.cid-tPE30V3jyf .nav-item:focus,
.cid-tPE30V3jyf .nav-link:focus {
  outline: none;
}
.cid-tPE30V3jyf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPE30V3jyf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPE30V3jyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPE30V3jyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPE30V3jyf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPE30V3jyf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPE30V3jyf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #002d47;
}
.cid-tPE30V3jyf .navbar.opened {
  transition: all 0.3s;
}
.cid-tPE30V3jyf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPE30V3jyf .navbar .navbar-logo img {
  width: auto;
}
.cid-tPE30V3jyf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPE30V3jyf .navbar.collapsed {
  justify-content: center;
}
.cid-tPE30V3jyf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPE30V3jyf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPE30V3jyf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tPE30V3jyf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPE30V3jyf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPE30V3jyf .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-tPE30V3jyf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPE30V3jyf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPE30V3jyf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPE30V3jyf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPE30V3jyf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPE30V3jyf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPE30V3jyf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPE30V3jyf .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-tPE30V3jyf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPE30V3jyf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPE30V3jyf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPE30V3jyf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPE30V3jyf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPE30V3jyf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPE30V3jyf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPE30V3jyf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPE30V3jyf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPE30V3jyf .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-tPE30V3jyf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPE30V3jyf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPE30V3jyf .dropdown-item.active,
.cid-tPE30V3jyf .dropdown-item:active {
  background-color: transparent;
}
.cid-tPE30V3jyf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPE30V3jyf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPE30V3jyf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPE30V3jyf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002d47;
}
.cid-tPE30V3jyf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPE30V3jyf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPE30V3jyf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPE30V3jyf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPE30V3jyf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPE30V3jyf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPE30V3jyf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPE30V3jyf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPE30V3jyf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPE30V3jyf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPE30V3jyf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPE30V3jyf .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-tPE30V3jyf .navbar {
    height: 70px;
  }
  .cid-tPE30V3jyf .navbar.opened {
    height: auto;
  }
  .cid-tPE30V3jyf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQd3cCZaZa {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/design-sem-nome-2000x1125.png");
}
.cid-tQd3cCZaZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQd3cCZaZa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQd3cCZaZa .mbr-section-title {
  color: #ffffff;
}
.cid-tQd3cCZaZa .mbr-text,
.cid-tQd3cCZaZa .mbr-section-btn {
  color: #ffffff;
}
.cid-tQd3XkeJiz {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-tQd3XkeJiz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQd3XkeJiz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tQd3XkeJiz .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tQd3XkeJiz .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQd3XkeJiz .mbr-section-title {
  color: #002d47;
}
.cid-tQd6MIJXVu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tQd6MIJXVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQd6MIJXVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQd6MIJXVu .text-wrap {
  width: 100%;
}
.cid-tQd6MIJXVu .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-tQd6MIJXVu .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-tQd6MIJXVu .mbr-section-title {
  color: #002d47;
  margin-bottom: 0;
}
.cid-tQd6MIJXVu .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-tQd6MIJXVu .item-row {
  row-gap: 50px;
}
.cid-tQd6MIJXVu .item-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-tQd6MIJXVu .img-box {
  display: flex;
  align-items: center;
  max-width: 105px;
  width: 100%;
  height: 85px;
  margin: 0 auto 20px;
}
.cid-tQd6MIJXVu .img-box img {
  width: 100%;
  height: auto;
}
.cid-tQd6MIJXVu .item-title {
  width: 100%;
  margin: 0;
  color: #002d47;
}
.cid-tQd6MIJXVu .item-text {
  color: #353535;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .cid-tQd6MIJXVu .item-text {
    margin: 16px 0 0;
  }
}
.cid-tQd6MIJXVu .mbr-section-btn {
  margin-top: 20px;
}
.cid-tQd6MIJXVu .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-tQd7vqjc2I {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tQd7vqjc2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQd7vqjc2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQd7vqjc2I .text-wrap {
  width: 100%;
}
.cid-tQd7vqjc2I .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-tQd7vqjc2I .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-tQd7vqjc2I .mbr-section-title {
  color: #75aa3f;
  margin-bottom: 0;
}
.cid-tQd7vqjc2I .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-tQd7vqjc2I .item-row {
  row-gap: 50px;
}
.cid-tQd7vqjc2I .item-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-tQd7vqjc2I .img-box {
  display: flex;
  align-items: center;
  max-width: 105px;
  width: 100%;
  height: 85px;
  margin: 0 auto 20px;
}
.cid-tQd7vqjc2I .img-box img {
  width: 100%;
  height: auto;
}
.cid-tQd7vqjc2I .item-title {
  width: 100%;
  margin: 0;
  color: #002d47;
}
.cid-tQd7vqjc2I .item-text {
  color: #353535;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .cid-tQd7vqjc2I .item-text {
    margin: 16px 0 0;
  }
}
.cid-tQd7vqjc2I .mbr-section-btn {
  margin-top: 20px;
}
.cid-tQd7vqjc2I .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-tQd8niORyO {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-tQd8niORyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQd8niORyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQd8niORyO .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tQd8niORyO .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-tQd8niORyO .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tQd8niORyO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tQd8niORyO .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #0c2c68;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-tQd8niORyO .mbr-section-title {
  color: #002d47;
}
.cid-tQd8niORyO .mbr-section-subtitle {
  color: #000000;
}
.cid-tQd8niORyO .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tQd8niORyO .card-box .item-footer {
  margin-top: auto;
}
.cid-tQd8niORyO .card-text {
  color: #000000;
}
.cid-tQd8nOu2Q6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/design-sem-nome-6-2000x1125.png");
}
.cid-tQd8nOu2Q6 .card {
  padding: 120px 74px 120px 76px;
  background: #75aa3f;
  border-radius: 30px;
}
.cid-tQd8nOu2Q6 .align {
  align-items: center;
}
.cid-tQd8nOu2Q6 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tQd8nOu2Q6 .btn {
  border-radius: 80px;
  padding: 24px 40px;
}
.cid-tQd8nOu2Q6 .btn:hover {
  transform: initial !important;
}
.cid-tQd8nOu2Q6 .form-group.col-12 {
  border-radius: 100px !important;
  padding-left: 26px;
}
.cid-tQd8nOu2Q6 .button {
  right: 1px;
  top: 11px;
}
.cid-tQd8nOu2Q6 .form-control {
  background-color: #ffffff;
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  padding: 16px 0px;
  height: 50px;
}
.cid-tQd8nOu2Q6 .form-control:hover {
  box-shadow: none;
}
.cid-tQd8nOu2Q6 .form-group {
  margin-bottom: 0;
  position: relative;
  background-color: #ffffff;
  padding: 16px 18px;
  border-radius: 100px !important;
}
.cid-tQd8nOu2Q6 .text-part {
  max-width: 405px;
  margin-right: 20px;
}
.cid-tQd8nOu2Q6 .form-part {
  width: 550px;
}
.cid-tQd8nOu2Q6 textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tQd8nOu2Q6 input:hover {
  border-color: #14142b !important;
}
.cid-tQd8nOu2Q6 textarea:hover {
  border-color: #14142b !important;
}
.cid-tQd8nOu2Q6 input:focus {
  border-color: #14142b !important;
}
.cid-tQd8nOu2Q6 textarea:focus {
  border-color: #14142b !important;
}
.cid-tQd8nOu2Q6 .col-lg-12.col-md-12.col-sm-12.form-group {
  border-radius: 30px !important;
  padding: 30px !important;
}
@media (max-width: 1125px) {
  .cid-tQd8nOu2Q6 .mbr-section-title {
    padding-bottom: 30px;
    text-align: center;
    max-width: initial;
    width: 100%;
  }
  .cid-tQd8nOu2Q6 .form-part {
    width: 100%;
  }
  .cid-tQd8nOu2Q6 .text-part {
    max-width: initial;
    width: 100%;
    margin-right: 0;
  }
  .cid-tQd8nOu2Q6 .form-group.col-12 {
    padding-right: 8px;
    max-width: initial;
    width: 100%;
  }
}
@media (max-width: 630px) {
  .cid-tQd8nOu2Q6 .form-group.col-12.col-lg {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  .cid-tQd8nOu2Q6 input.form-control {
    margin-bottom: 20px;
    height: 64px;
    width: 100%;
    border-radius: 100px;
    padding: 8px 16px;
  }
  .cid-tQd8nOu2Q6 .card {
    padding: 61px 25px;
  }
  .cid-tQd8nOu2Q6 button {
    width: 100%;
  }
  .cid-tQd8nOu2Q6 .col-auto.button {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    width: 100%;
  }
}
.cid-tQd8nOu2Q6 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tQd8nOu2Q6 .form-group.col-12.col-lg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tPEAKsHwOo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tPEAKsHwOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPEAKsHwOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPEAKsHwOo .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tPEAKsHwOo .footer-col {
    flex-direction: column;
  }
}
.cid-tPEAKsHwOo .row {
  background: #002d47;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tPEAKsHwOo .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPEAKsHwOo .mbr-section-btn {
    text-align: center;
  }
}
.cid-tPEAKsHwOo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tPEAKsHwOo .soc-item {
  margin: 8px;
}
.cid-tPEAKsHwOo .soc-item a:hover .mbr-iconfont,
.cid-tPEAKsHwOo .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tPEAKsHwOo .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #002d47;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tPEAKsHwOo .row {
    text-align: center;
  }
  .cid-tPEAKsHwOo .social-row {
    justify-content: center;
  }
}
.cid-tPEAKsHwOo .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-tPEAKsHwOo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tPEAKsHwOo .list {
    margin-bottom: 0rem;
  }
}
.cid-tPEAKsHwOo .mbr-text {
  color: #bbbbbb;
}
.cid-tPEAKsHwOo .mbr-section-subtitle {
  color: #75aa3f;
}
.cid-tPEAKsHwOo .list,
.cid-tPEAKsHwOo .item-wrap {
  color: #ffffff;
}
.cid-tPEAKsHwOo .copyright {
  color: #ffffff;
}
.cid-tQdbGi6gVx {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/4123-1920x762.jpg");
}
.cid-tQdbGi6gVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdbGi6gVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdbGi6gVx .mbr-section-title {
  color: #ffffff;
}
.cid-tQdbGi6gVx .mbr-text,
.cid-tQdbGi6gVx .mbr-section-btn {
  color: #ffffff;
}
.cid-tQdbw4DTyI {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tQdbw4DTyI .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-tQdbw4DTyI .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tQdbw4DTyI .row {
    row-gap: 40px;
  }
}
.cid-tQdbw4DTyI .mbr-section-head {
  padding-bottom: 50px;
}
.cid-tQdbw4DTyI .mbr-section-title {
  color: #9b8db7;
}
.cid-tQdbw4DTyI .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-tQdbw4DTyI .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-tQdbw4DTyI .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 1));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-tQdbw4DTyI .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-tQdbw4DTyI .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-tQdbw4DTyI .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-tQdbw4DTyI .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-tQdbw4DTyI .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-tQdbw4DTyI .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-tQdbw4DTyI .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-tQdbw4DTyI .item-content {
  margin-top: 32px;
}
.cid-tQdbw4DTyI .item-title {
  color: #75aa3f;
}
.cid-tQdbw4DTyI .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-tQdbw4DTyI .item-number {
  color: #002d47;
  margin-top: 22px;
}
.cid-tQdbw4DTyI .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #002d47;
}
.cid-tQdbw4DTyI .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-tQdbw4DTyI .item-text {
  color: #002d47;
}
.cid-tQdf144fqQ {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tQdf144fqQ .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-tQdf144fqQ .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tQdf144fqQ .row {
    row-gap: 40px;
  }
}
.cid-tQdf144fqQ .mbr-section-head {
  padding-bottom: 50px;
}
.cid-tQdf144fqQ .mbr-section-title {
  color: #9b8db7;
}
.cid-tQdf144fqQ .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-tQdf144fqQ .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-tQdf144fqQ .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 1));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-tQdf144fqQ .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-tQdf144fqQ .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-tQdf144fqQ .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-tQdf144fqQ .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-tQdf144fqQ .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-tQdf144fqQ .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-tQdf144fqQ .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-tQdf144fqQ .item-content {
  margin-top: 32px;
}
.cid-tQdf144fqQ .item-title {
  color: #75aa3f;
  text-align: left;
}
.cid-tQdf144fqQ .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-tQdf144fqQ .item-number {
  color: #002d47;
  margin-top: 22px;
}
.cid-tQdf144fqQ .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #002d47;
}
.cid-tQdf144fqQ .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-tQdf144fqQ .item-text {
  color: #002d47;
}
.cid-tQdf1DTcKk {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tQdf1DTcKk .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-tQdf1DTcKk .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tQdf1DTcKk .row {
    row-gap: 40px;
  }
}
.cid-tQdf1DTcKk .mbr-section-head {
  padding-bottom: 50px;
}
.cid-tQdf1DTcKk .mbr-section-title {
  color: #9b8db7;
}
.cid-tQdf1DTcKk .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-tQdf1DTcKk .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-tQdf1DTcKk .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 1));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-tQdf1DTcKk .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-tQdf1DTcKk .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-tQdf1DTcKk .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-tQdf1DTcKk .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-tQdf1DTcKk .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-tQdf1DTcKk .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-tQdf1DTcKk .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-tQdf1DTcKk .item-content {
  margin-top: 32px;
}
.cid-tQdf1DTcKk .item-title {
  color: #75aa3f;
  text-align: left;
}
.cid-tQdf1DTcKk .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-tQdf1DTcKk .item-number {
  color: #002d47;
  margin-top: 22px;
}
.cid-tQdf1DTcKk .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #002d47;
}
.cid-tQdf1DTcKk .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-tQdf1DTcKk .item-text {
  color: #002d47;
}
.cid-tPE30V3jyf {
  z-index: 1000;
  width: 100%;
}
.cid-tPE30V3jyf nav.navbar {
  position: fixed;
}
.cid-tPE30V3jyf .navbar-nav {
  margin: auto;
}
.cid-tPE30V3jyf .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPE30V3jyf .dropdown-item:hover,
.cid-tPE30V3jyf .dropdown-item:focus {
  background: #75aa3f !important;
  color: white !important;
}
.cid-tPE30V3jyf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPE30V3jyf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPE30V3jyf .navbar-short,
.cid-tPE30V3jyf .opened {
  background: #002d47 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tPE30V3jyf .navbar-short .nav-link,
.cid-tPE30V3jyf .opened .nav-link,
.cid-tPE30V3jyf .navbar-short .navbar-caption,
.cid-tPE30V3jyf .opened .navbar-caption,
.cid-tPE30V3jyf .navbar-short .mbr-iconfont,
.cid-tPE30V3jyf .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tPE30V3jyf .navbar-short .hamburger span,
.cid-tPE30V3jyf .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tPE30V3jyf .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tPE30V3jyf .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-tPE30V3jyf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPE30V3jyf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPE30V3jyf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPE30V3jyf .container {
  display: flex;
  margin: auto;
}
.cid-tPE30V3jyf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPE30V3jyf .dropdown-menu,
.cid-tPE30V3jyf .navbar.opened {
  background: #002d47 !important;
}
.cid-tPE30V3jyf .nav-item:focus,
.cid-tPE30V3jyf .nav-link:focus {
  outline: none;
}
.cid-tPE30V3jyf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPE30V3jyf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPE30V3jyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPE30V3jyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPE30V3jyf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPE30V3jyf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPE30V3jyf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #002d47;
}
.cid-tPE30V3jyf .navbar.opened {
  transition: all 0.3s;
}
.cid-tPE30V3jyf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPE30V3jyf .navbar .navbar-logo img {
  width: auto;
}
.cid-tPE30V3jyf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPE30V3jyf .navbar.collapsed {
  justify-content: center;
}
.cid-tPE30V3jyf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPE30V3jyf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPE30V3jyf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tPE30V3jyf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPE30V3jyf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPE30V3jyf .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-tPE30V3jyf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPE30V3jyf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPE30V3jyf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPE30V3jyf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPE30V3jyf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPE30V3jyf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPE30V3jyf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPE30V3jyf .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-tPE30V3jyf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPE30V3jyf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPE30V3jyf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPE30V3jyf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPE30V3jyf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPE30V3jyf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPE30V3jyf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPE30V3jyf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPE30V3jyf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPE30V3jyf .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-tPE30V3jyf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPE30V3jyf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPE30V3jyf .dropdown-item.active,
.cid-tPE30V3jyf .dropdown-item:active {
  background-color: transparent;
}
.cid-tPE30V3jyf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPE30V3jyf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPE30V3jyf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPE30V3jyf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002d47;
}
.cid-tPE30V3jyf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPE30V3jyf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPE30V3jyf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPE30V3jyf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPE30V3jyf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPE30V3jyf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPE30V3jyf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPE30V3jyf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPE30V3jyf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPE30V3jyf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPE30V3jyf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPE30V3jyf .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-tPE30V3jyf .navbar {
    height: 70px;
  }
  .cid-tPE30V3jyf .navbar.opened {
    height: auto;
  }
  .cid-tPE30V3jyf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQdgcLbyFa {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tQdgcLbyFa .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-tQdgcLbyFa .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tQdgcLbyFa .row {
    row-gap: 40px;
  }
}
.cid-tQdgcLbyFa .mbr-section-head {
  padding-bottom: 50px;
}
.cid-tQdgcLbyFa .mbr-section-title {
  color: #9b8db7;
}
.cid-tQdgcLbyFa .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-tQdgcLbyFa .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-tQdgcLbyFa .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 1));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-tQdgcLbyFa .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-tQdgcLbyFa .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-tQdgcLbyFa .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-tQdgcLbyFa .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-tQdgcLbyFa .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-tQdgcLbyFa .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-tQdgcLbyFa .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-tQdgcLbyFa .item-content {
  margin-top: 32px;
}
.cid-tQdgcLbyFa .item-title {
  color: #75aa3f;
  text-align: left;
}
.cid-tQdgcLbyFa .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-tQdgcLbyFa .item-number {
  color: #002d47;
  margin-top: 22px;
}
.cid-tQdgcLbyFa .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #002d47;
}
.cid-tQdgcLbyFa .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-tQdgcLbyFa .item-text {
  color: #002d47;
}
.cid-tQdgPonvPb {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tQdgPonvPb .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-tQdgPonvPb .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tQdgPonvPb .row {
    row-gap: 40px;
  }
}
.cid-tQdgPonvPb .mbr-section-head {
  padding-bottom: 50px;
}
.cid-tQdgPonvPb .mbr-section-title {
  color: #9b8db7;
}
.cid-tQdgPonvPb .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-tQdgPonvPb .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-tQdgPonvPb .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 1));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-tQdgPonvPb .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-tQdgPonvPb .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-tQdgPonvPb .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-tQdgPonvPb .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-tQdgPonvPb .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-tQdgPonvPb .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-tQdgPonvPb .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-tQdgPonvPb .item-content {
  margin-top: 32px;
}
.cid-tQdgPonvPb .item-title {
  color: #75aa3f;
  text-align: left;
}
.cid-tQdgPonvPb .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-tQdgPonvPb .item-number {
  color: #002d47;
  margin-top: 22px;
}
.cid-tQdgPonvPb .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #002d47;
}
.cid-tQdgPonvPb .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-tQdgPonvPb .item-text {
  color: #002d47;
}
.cid-tPEAKsHwOo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tPEAKsHwOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPEAKsHwOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPEAKsHwOo .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tPEAKsHwOo .footer-col {
    flex-direction: column;
  }
}
.cid-tPEAKsHwOo .row {
  background: #002d47;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tPEAKsHwOo .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPEAKsHwOo .mbr-section-btn {
    text-align: center;
  }
}
.cid-tPEAKsHwOo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tPEAKsHwOo .soc-item {
  margin: 8px;
}
.cid-tPEAKsHwOo .soc-item a:hover .mbr-iconfont,
.cid-tPEAKsHwOo .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tPEAKsHwOo .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #002d47;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tPEAKsHwOo .row {
    text-align: center;
  }
  .cid-tPEAKsHwOo .social-row {
    justify-content: center;
  }
}
.cid-tPEAKsHwOo .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-tPEAKsHwOo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tPEAKsHwOo .list {
    margin-bottom: 0rem;
  }
}
.cid-tPEAKsHwOo .mbr-text {
  color: #bbbbbb;
}
.cid-tPEAKsHwOo .mbr-section-subtitle {
  color: #75aa3f;
}
.cid-tPEAKsHwOo .list,
.cid-tPEAKsHwOo .item-wrap {
  color: #ffffff;
}
.cid-tPEAKsHwOo .copyright {
  color: #ffffff;
}
.cid-tPE30V3jyf {
  z-index: 1000;
  width: 100%;
}
.cid-tPE30V3jyf nav.navbar {
  position: fixed;
}
.cid-tPE30V3jyf .navbar-nav {
  margin: auto;
}
.cid-tPE30V3jyf .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPE30V3jyf .dropdown-item:hover,
.cid-tPE30V3jyf .dropdown-item:focus {
  background: #75aa3f !important;
  color: white !important;
}
.cid-tPE30V3jyf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPE30V3jyf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPE30V3jyf .navbar-short,
.cid-tPE30V3jyf .opened {
  background: #002d47 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tPE30V3jyf .navbar-short .nav-link,
.cid-tPE30V3jyf .opened .nav-link,
.cid-tPE30V3jyf .navbar-short .navbar-caption,
.cid-tPE30V3jyf .opened .navbar-caption,
.cid-tPE30V3jyf .navbar-short .mbr-iconfont,
.cid-tPE30V3jyf .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tPE30V3jyf .navbar-short .hamburger span,
.cid-tPE30V3jyf .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tPE30V3jyf .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tPE30V3jyf .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-tPE30V3jyf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPE30V3jyf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPE30V3jyf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPE30V3jyf .container {
  display: flex;
  margin: auto;
}
.cid-tPE30V3jyf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPE30V3jyf .dropdown-menu,
.cid-tPE30V3jyf .navbar.opened {
  background: #002d47 !important;
}
.cid-tPE30V3jyf .nav-item:focus,
.cid-tPE30V3jyf .nav-link:focus {
  outline: none;
}
.cid-tPE30V3jyf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPE30V3jyf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPE30V3jyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPE30V3jyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPE30V3jyf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPE30V3jyf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPE30V3jyf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #002d47;
}
.cid-tPE30V3jyf .navbar.opened {
  transition: all 0.3s;
}
.cid-tPE30V3jyf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPE30V3jyf .navbar .navbar-logo img {
  width: auto;
}
.cid-tPE30V3jyf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPE30V3jyf .navbar.collapsed {
  justify-content: center;
}
.cid-tPE30V3jyf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPE30V3jyf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPE30V3jyf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tPE30V3jyf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPE30V3jyf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPE30V3jyf .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-tPE30V3jyf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPE30V3jyf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPE30V3jyf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPE30V3jyf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPE30V3jyf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPE30V3jyf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPE30V3jyf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPE30V3jyf .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-tPE30V3jyf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPE30V3jyf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPE30V3jyf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPE30V3jyf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPE30V3jyf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPE30V3jyf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPE30V3jyf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPE30V3jyf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPE30V3jyf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPE30V3jyf .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-tPE30V3jyf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPE30V3jyf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPE30V3jyf .dropdown-item.active,
.cid-tPE30V3jyf .dropdown-item:active {
  background-color: transparent;
}
.cid-tPE30V3jyf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPE30V3jyf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPE30V3jyf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPE30V3jyf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002d47;
}
.cid-tPE30V3jyf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPE30V3jyf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPE30V3jyf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPE30V3jyf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPE30V3jyf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPE30V3jyf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPE30V3jyf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPE30V3jyf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPE30V3jyf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPE30V3jyf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPE30V3jyf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPE30V3jyf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPE30V3jyf .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-tPE30V3jyf .navbar {
    height: 70px;
  }
  .cid-tPE30V3jyf .navbar.opened {
    height: auto;
  }
  .cid-tPE30V3jyf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQdke5mxE5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/4123-1920x762.jpg");
}
.cid-tQdke5mxE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdke5mxE5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdke5mxE5 .mbr-section-title {
  color: #ffffff;
}
.cid-tQdke5mxE5 .mbr-text,
.cid-tQdke5mxE5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tQdkyRxx4R {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tQdkyRxx4R .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdkyRxx4R .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tQdkyRxx4R .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tQdkyRxx4R .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdkyRxx4R .mbr-section-title {
  color: #002d47;
}
.cid-tPEAKsHwOo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tPEAKsHwOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPEAKsHwOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPEAKsHwOo .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tPEAKsHwOo .footer-col {
    flex-direction: column;
  }
}
.cid-tPEAKsHwOo .row {
  background: #002d47;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tPEAKsHwOo .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPEAKsHwOo .mbr-section-btn {
    text-align: center;
  }
}
.cid-tPEAKsHwOo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tPEAKsHwOo .soc-item {
  margin: 8px;
}
.cid-tPEAKsHwOo .soc-item a:hover .mbr-iconfont,
.cid-tPEAKsHwOo .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tPEAKsHwOo .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #002d47;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tPEAKsHwOo .row {
    text-align: center;
  }
  .cid-tPEAKsHwOo .social-row {
    justify-content: center;
  }
}
.cid-tPEAKsHwOo .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-tPEAKsHwOo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tPEAKsHwOo .list {
    margin-bottom: 0rem;
  }
}
.cid-tPEAKsHwOo .mbr-text {
  color: #bbbbbb;
}
.cid-tPEAKsHwOo .mbr-section-subtitle {
  color: #75aa3f;
}
.cid-tPEAKsHwOo .list,
.cid-tPEAKsHwOo .item-wrap {
  color: #ffffff;
}
.cid-tPEAKsHwOo .copyright {
  color: #ffffff;
}
.cid-tQdlpLhDcX {
  z-index: 1000;
  width: 100%;
}
.cid-tQdlpLhDcX nav.navbar {
  position: fixed;
}
.cid-tQdlpLhDcX .navbar-nav {
  margin: auto;
}
.cid-tQdlpLhDcX .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQdlpLhDcX .dropdown-item:hover,
.cid-tQdlpLhDcX .dropdown-item:focus {
  background: #75aa3f !important;
  color: white !important;
}
.cid-tQdlpLhDcX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQdlpLhDcX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQdlpLhDcX .navbar-short,
.cid-tQdlpLhDcX .opened {
  background: #002d47 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tQdlpLhDcX .navbar-short .nav-link,
.cid-tQdlpLhDcX .opened .nav-link,
.cid-tQdlpLhDcX .navbar-short .navbar-caption,
.cid-tQdlpLhDcX .opened .navbar-caption,
.cid-tQdlpLhDcX .navbar-short .mbr-iconfont,
.cid-tQdlpLhDcX .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tQdlpLhDcX .navbar-short .hamburger span,
.cid-tQdlpLhDcX .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tQdlpLhDcX .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tQdlpLhDcX .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-tQdlpLhDcX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQdlpLhDcX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQdlpLhDcX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQdlpLhDcX .container {
  display: flex;
  margin: auto;
}
.cid-tQdlpLhDcX .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQdlpLhDcX .dropdown-menu,
.cid-tQdlpLhDcX .navbar.opened {
  background: #002d47 !important;
}
.cid-tQdlpLhDcX .nav-item:focus,
.cid-tQdlpLhDcX .nav-link:focus {
  outline: none;
}
.cid-tQdlpLhDcX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQdlpLhDcX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQdlpLhDcX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQdlpLhDcX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQdlpLhDcX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQdlpLhDcX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQdlpLhDcX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #002d47;
}
.cid-tQdlpLhDcX .navbar.opened {
  transition: all 0.3s;
}
.cid-tQdlpLhDcX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQdlpLhDcX .navbar .navbar-logo img {
  width: auto;
}
.cid-tQdlpLhDcX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQdlpLhDcX .navbar.collapsed {
  justify-content: center;
}
.cid-tQdlpLhDcX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQdlpLhDcX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQdlpLhDcX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tQdlpLhDcX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQdlpLhDcX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQdlpLhDcX .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-tQdlpLhDcX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQdlpLhDcX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQdlpLhDcX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQdlpLhDcX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQdlpLhDcX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQdlpLhDcX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQdlpLhDcX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQdlpLhDcX .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-tQdlpLhDcX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQdlpLhDcX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQdlpLhDcX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQdlpLhDcX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQdlpLhDcX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQdlpLhDcX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQdlpLhDcX .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQdlpLhDcX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQdlpLhDcX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQdlpLhDcX .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-tQdlpLhDcX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQdlpLhDcX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQdlpLhDcX .dropdown-item.active,
.cid-tQdlpLhDcX .dropdown-item:active {
  background-color: transparent;
}
.cid-tQdlpLhDcX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQdlpLhDcX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQdlpLhDcX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQdlpLhDcX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002d47;
}
.cid-tQdlpLhDcX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQdlpLhDcX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQdlpLhDcX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQdlpLhDcX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQdlpLhDcX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQdlpLhDcX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-tQdlpLhDcX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQdlpLhDcX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdlpLhDcX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdlpLhDcX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQdlpLhDcX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdlpLhDcX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQdlpLhDcX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQdlpLhDcX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdlpLhDcX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQdlpLhDcX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQdlpLhDcX .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-tQdlpLhDcX .navbar {
    height: 70px;
  }
  .cid-tQdlpLhDcX .navbar.opened {
    height: auto;
  }
  .cid-tQdlpLhDcX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQdlpM1qIw {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/4123-1920x762.jpg");
}
.cid-tQdlpM1qIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdlpM1qIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdlpM1qIw .mbr-section-title {
  color: #ffffff;
}
.cid-tQdlpM1qIw .mbr-text,
.cid-tQdlpM1qIw .mbr-section-btn {
  color: #ffffff;
}
.cid-tQdlpMy8L1 {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tQdlpMy8L1 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdlpMy8L1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tQdlpMy8L1 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tQdlpMy8L1 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdlpMy8L1 .mbr-section-title {
  color: #002d47;
}
.cid-tQdlpMy8L1 .mbr-text,
.cid-tQdlpMy8L1 .mbr-section-btn {
  color: #000000;
}
.cid-tQdlpNgtR0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tQdlpNgtR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdlpNgtR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdlpNgtR0 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tQdlpNgtR0 .footer-col {
    flex-direction: column;
  }
}
.cid-tQdlpNgtR0 .row {
  background: #002d47;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tQdlpNgtR0 .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQdlpNgtR0 .mbr-section-btn {
    text-align: center;
  }
}
.cid-tQdlpNgtR0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tQdlpNgtR0 .soc-item {
  margin: 8px;
}
.cid-tQdlpNgtR0 .soc-item a:hover .mbr-iconfont,
.cid-tQdlpNgtR0 .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tQdlpNgtR0 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #002d47;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tQdlpNgtR0 .row {
    text-align: center;
  }
  .cid-tQdlpNgtR0 .social-row {
    justify-content: center;
  }
}
.cid-tQdlpNgtR0 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-tQdlpNgtR0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQdlpNgtR0 .list {
    margin-bottom: 0rem;
  }
}
.cid-tQdlpNgtR0 .mbr-text {
  color: #bbbbbb;
}
.cid-tQdlpNgtR0 .mbr-section-subtitle {
  color: #75aa3f;
}
.cid-tQdlpNgtR0 .list,
.cid-tQdlpNgtR0 .item-wrap {
  color: #ffffff;
}
.cid-tQdlpNgtR0 .copyright {
  color: #ffffff;
}
.cid-tQdmlh5Nwf {
  z-index: 1000;
  width: 100%;
}
.cid-tQdmlh5Nwf nav.navbar {
  position: fixed;
}
.cid-tQdmlh5Nwf .navbar-nav {
  margin: auto;
}
.cid-tQdmlh5Nwf .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQdmlh5Nwf .dropdown-item:hover,
.cid-tQdmlh5Nwf .dropdown-item:focus {
  background: #75aa3f !important;
  color: white !important;
}
.cid-tQdmlh5Nwf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQdmlh5Nwf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQdmlh5Nwf .navbar-short,
.cid-tQdmlh5Nwf .opened {
  background: #002d47 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tQdmlh5Nwf .navbar-short .nav-link,
.cid-tQdmlh5Nwf .opened .nav-link,
.cid-tQdmlh5Nwf .navbar-short .navbar-caption,
.cid-tQdmlh5Nwf .opened .navbar-caption,
.cid-tQdmlh5Nwf .navbar-short .mbr-iconfont,
.cid-tQdmlh5Nwf .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tQdmlh5Nwf .navbar-short .hamburger span,
.cid-tQdmlh5Nwf .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tQdmlh5Nwf .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tQdmlh5Nwf .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-tQdmlh5Nwf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQdmlh5Nwf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQdmlh5Nwf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQdmlh5Nwf .container {
  display: flex;
  margin: auto;
}
.cid-tQdmlh5Nwf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQdmlh5Nwf .dropdown-menu,
.cid-tQdmlh5Nwf .navbar.opened {
  background: #002d47 !important;
}
.cid-tQdmlh5Nwf .nav-item:focus,
.cid-tQdmlh5Nwf .nav-link:focus {
  outline: none;
}
.cid-tQdmlh5Nwf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQdmlh5Nwf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQdmlh5Nwf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQdmlh5Nwf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQdmlh5Nwf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQdmlh5Nwf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQdmlh5Nwf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #002d47;
}
.cid-tQdmlh5Nwf .navbar.opened {
  transition: all 0.3s;
}
.cid-tQdmlh5Nwf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQdmlh5Nwf .navbar .navbar-logo img {
  width: auto;
}
.cid-tQdmlh5Nwf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQdmlh5Nwf .navbar.collapsed {
  justify-content: center;
}
.cid-tQdmlh5Nwf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQdmlh5Nwf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQdmlh5Nwf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tQdmlh5Nwf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQdmlh5Nwf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQdmlh5Nwf .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-tQdmlh5Nwf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQdmlh5Nwf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQdmlh5Nwf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQdmlh5Nwf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQdmlh5Nwf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQdmlh5Nwf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQdmlh5Nwf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQdmlh5Nwf .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-tQdmlh5Nwf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQdmlh5Nwf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQdmlh5Nwf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQdmlh5Nwf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQdmlh5Nwf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQdmlh5Nwf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQdmlh5Nwf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQdmlh5Nwf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQdmlh5Nwf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQdmlh5Nwf .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-tQdmlh5Nwf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQdmlh5Nwf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQdmlh5Nwf .dropdown-item.active,
.cid-tQdmlh5Nwf .dropdown-item:active {
  background-color: transparent;
}
.cid-tQdmlh5Nwf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQdmlh5Nwf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQdmlh5Nwf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQdmlh5Nwf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002d47;
}
.cid-tQdmlh5Nwf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQdmlh5Nwf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQdmlh5Nwf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQdmlh5Nwf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQdmlh5Nwf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQdmlh5Nwf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-tQdmlh5Nwf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQdmlh5Nwf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdmlh5Nwf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdmlh5Nwf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQdmlh5Nwf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdmlh5Nwf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQdmlh5Nwf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQdmlh5Nwf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdmlh5Nwf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQdmlh5Nwf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQdmlh5Nwf .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-tQdmlh5Nwf .navbar {
    height: 70px;
  }
  .cid-tQdmlh5Nwf .navbar.opened {
    height: auto;
  }
  .cid-tQdmlh5Nwf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQdmlhHOJJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/4123-1920x762.jpg");
}
.cid-tQdmlhHOJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdmlhHOJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdmlhHOJJ .mbr-section-title {
  color: #ffffff;
}
.cid-tQdmlhHOJJ .mbr-text,
.cid-tQdmlhHOJJ .mbr-section-btn {
  color: #ffffff;
}
.cid-tQdmliaX93 {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tQdmliaX93 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdmliaX93 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tQdmliaX93 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tQdmliaX93 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdmliaX93 .mbr-section-title {
  color: #002d47;
}
.cid-tQdmliaX93 .mbr-text,
.cid-tQdmliaX93 .mbr-section-btn {
  color: #000000;
}
.cid-tQdmliBt1j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tQdmliBt1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdmliBt1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdmliBt1j .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tQdmliBt1j .footer-col {
    flex-direction: column;
  }
}
.cid-tQdmliBt1j .row {
  background: #002d47;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tQdmliBt1j .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQdmliBt1j .mbr-section-btn {
    text-align: center;
  }
}
.cid-tQdmliBt1j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tQdmliBt1j .soc-item {
  margin: 8px;
}
.cid-tQdmliBt1j .soc-item a:hover .mbr-iconfont,
.cid-tQdmliBt1j .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tQdmliBt1j .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #002d47;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tQdmliBt1j .row {
    text-align: center;
  }
  .cid-tQdmliBt1j .social-row {
    justify-content: center;
  }
}
.cid-tQdmliBt1j .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-tQdmliBt1j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQdmliBt1j .list {
    margin-bottom: 0rem;
  }
}
.cid-tQdmliBt1j .mbr-text {
  color: #bbbbbb;
}
.cid-tQdmliBt1j .mbr-section-subtitle {
  color: #75aa3f;
}
.cid-tQdmliBt1j .list,
.cid-tQdmliBt1j .item-wrap {
  color: #ffffff;
}
.cid-tQdmliBt1j .copyright {
  color: #ffffff;
}
.cid-tQdmJ1GiAF {
  z-index: 1000;
  width: 100%;
}
.cid-tQdmJ1GiAF nav.navbar {
  position: fixed;
}
.cid-tQdmJ1GiAF .navbar-nav {
  margin: auto;
}
.cid-tQdmJ1GiAF .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQdmJ1GiAF .dropdown-item:hover,
.cid-tQdmJ1GiAF .dropdown-item:focus {
  background: #75aa3f !important;
  color: white !important;
}
.cid-tQdmJ1GiAF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQdmJ1GiAF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQdmJ1GiAF .navbar-short,
.cid-tQdmJ1GiAF .opened {
  background: #002d47 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tQdmJ1GiAF .navbar-short .nav-link,
.cid-tQdmJ1GiAF .opened .nav-link,
.cid-tQdmJ1GiAF .navbar-short .navbar-caption,
.cid-tQdmJ1GiAF .opened .navbar-caption,
.cid-tQdmJ1GiAF .navbar-short .mbr-iconfont,
.cid-tQdmJ1GiAF .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tQdmJ1GiAF .navbar-short .hamburger span,
.cid-tQdmJ1GiAF .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tQdmJ1GiAF .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tQdmJ1GiAF .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-tQdmJ1GiAF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQdmJ1GiAF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQdmJ1GiAF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQdmJ1GiAF .container {
  display: flex;
  margin: auto;
}
.cid-tQdmJ1GiAF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQdmJ1GiAF .dropdown-menu,
.cid-tQdmJ1GiAF .navbar.opened {
  background: #002d47 !important;
}
.cid-tQdmJ1GiAF .nav-item:focus,
.cid-tQdmJ1GiAF .nav-link:focus {
  outline: none;
}
.cid-tQdmJ1GiAF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQdmJ1GiAF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQdmJ1GiAF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQdmJ1GiAF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQdmJ1GiAF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQdmJ1GiAF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQdmJ1GiAF .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #002d47;
}
.cid-tQdmJ1GiAF .navbar.opened {
  transition: all 0.3s;
}
.cid-tQdmJ1GiAF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQdmJ1GiAF .navbar .navbar-logo img {
  width: auto;
}
.cid-tQdmJ1GiAF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQdmJ1GiAF .navbar.collapsed {
  justify-content: center;
}
.cid-tQdmJ1GiAF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQdmJ1GiAF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQdmJ1GiAF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tQdmJ1GiAF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQdmJ1GiAF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQdmJ1GiAF .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-tQdmJ1GiAF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQdmJ1GiAF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQdmJ1GiAF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQdmJ1GiAF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQdmJ1GiAF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQdmJ1GiAF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQdmJ1GiAF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQdmJ1GiAF .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-tQdmJ1GiAF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQdmJ1GiAF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQdmJ1GiAF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQdmJ1GiAF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQdmJ1GiAF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQdmJ1GiAF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQdmJ1GiAF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQdmJ1GiAF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQdmJ1GiAF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQdmJ1GiAF .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-tQdmJ1GiAF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQdmJ1GiAF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQdmJ1GiAF .dropdown-item.active,
.cid-tQdmJ1GiAF .dropdown-item:active {
  background-color: transparent;
}
.cid-tQdmJ1GiAF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQdmJ1GiAF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQdmJ1GiAF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQdmJ1GiAF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002d47;
}
.cid-tQdmJ1GiAF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQdmJ1GiAF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQdmJ1GiAF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQdmJ1GiAF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQdmJ1GiAF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQdmJ1GiAF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-tQdmJ1GiAF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQdmJ1GiAF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdmJ1GiAF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdmJ1GiAF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQdmJ1GiAF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdmJ1GiAF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQdmJ1GiAF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQdmJ1GiAF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdmJ1GiAF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQdmJ1GiAF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQdmJ1GiAF .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-tQdmJ1GiAF .navbar {
    height: 70px;
  }
  .cid-tQdmJ1GiAF .navbar.opened {
    height: auto;
  }
  .cid-tQdmJ1GiAF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQdmJ2qUN3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/4123-1920x762.jpg");
}
.cid-tQdmJ2qUN3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdmJ2qUN3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdmJ2qUN3 .mbr-section-title {
  color: #ffffff;
}
.cid-tQdmJ2qUN3 .mbr-text,
.cid-tQdmJ2qUN3 .mbr-section-btn {
  color: #ffffff;
}
.cid-tQdmJ3eh2J {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tQdmJ3eh2J .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdmJ3eh2J .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tQdmJ3eh2J .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tQdmJ3eh2J .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdmJ3eh2J .mbr-section-title {
  color: #002d47;
}
.cid-tQdmJ3eh2J .mbr-text,
.cid-tQdmJ3eh2J .mbr-section-btn {
  color: #000000;
}
.cid-tQdmJ3FX6V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tQdmJ3FX6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdmJ3FX6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdmJ3FX6V .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tQdmJ3FX6V .footer-col {
    flex-direction: column;
  }
}
.cid-tQdmJ3FX6V .row {
  background: #002d47;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tQdmJ3FX6V .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQdmJ3FX6V .mbr-section-btn {
    text-align: center;
  }
}
.cid-tQdmJ3FX6V .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tQdmJ3FX6V .soc-item {
  margin: 8px;
}
.cid-tQdmJ3FX6V .soc-item a:hover .mbr-iconfont,
.cid-tQdmJ3FX6V .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tQdmJ3FX6V .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #002d47;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tQdmJ3FX6V .row {
    text-align: center;
  }
  .cid-tQdmJ3FX6V .social-row {
    justify-content: center;
  }
}
.cid-tQdmJ3FX6V .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-tQdmJ3FX6V .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQdmJ3FX6V .list {
    margin-bottom: 0rem;
  }
}
.cid-tQdmJ3FX6V .mbr-text {
  color: #bbbbbb;
}
.cid-tQdmJ3FX6V .mbr-section-subtitle {
  color: #75aa3f;
}
.cid-tQdmJ3FX6V .list,
.cid-tQdmJ3FX6V .item-wrap {
  color: #ffffff;
}
.cid-tQdmJ3FX6V .copyright {
  color: #ffffff;
}
.cid-tQdnlHjEjC {
  z-index: 1000;
  width: 100%;
}
.cid-tQdnlHjEjC nav.navbar {
  position: fixed;
}
.cid-tQdnlHjEjC .navbar-nav {
  margin: auto;
}
.cid-tQdnlHjEjC .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQdnlHjEjC .dropdown-item:hover,
.cid-tQdnlHjEjC .dropdown-item:focus {
  background: #75aa3f !important;
  color: white !important;
}
.cid-tQdnlHjEjC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQdnlHjEjC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQdnlHjEjC .navbar-short,
.cid-tQdnlHjEjC .opened {
  background: #002d47 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tQdnlHjEjC .navbar-short .nav-link,
.cid-tQdnlHjEjC .opened .nav-link,
.cid-tQdnlHjEjC .navbar-short .navbar-caption,
.cid-tQdnlHjEjC .opened .navbar-caption,
.cid-tQdnlHjEjC .navbar-short .mbr-iconfont,
.cid-tQdnlHjEjC .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tQdnlHjEjC .navbar-short .hamburger span,
.cid-tQdnlHjEjC .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tQdnlHjEjC .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tQdnlHjEjC .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-tQdnlHjEjC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQdnlHjEjC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQdnlHjEjC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQdnlHjEjC .container {
  display: flex;
  margin: auto;
}
.cid-tQdnlHjEjC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQdnlHjEjC .dropdown-menu,
.cid-tQdnlHjEjC .navbar.opened {
  background: #002d47 !important;
}
.cid-tQdnlHjEjC .nav-item:focus,
.cid-tQdnlHjEjC .nav-link:focus {
  outline: none;
}
.cid-tQdnlHjEjC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQdnlHjEjC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQdnlHjEjC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQdnlHjEjC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQdnlHjEjC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQdnlHjEjC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQdnlHjEjC .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #002d47;
}
.cid-tQdnlHjEjC .navbar.opened {
  transition: all 0.3s;
}
.cid-tQdnlHjEjC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQdnlHjEjC .navbar .navbar-logo img {
  width: auto;
}
.cid-tQdnlHjEjC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQdnlHjEjC .navbar.collapsed {
  justify-content: center;
}
.cid-tQdnlHjEjC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQdnlHjEjC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQdnlHjEjC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tQdnlHjEjC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQdnlHjEjC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQdnlHjEjC .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-tQdnlHjEjC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQdnlHjEjC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQdnlHjEjC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQdnlHjEjC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQdnlHjEjC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQdnlHjEjC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQdnlHjEjC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQdnlHjEjC .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-tQdnlHjEjC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQdnlHjEjC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQdnlHjEjC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQdnlHjEjC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQdnlHjEjC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQdnlHjEjC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQdnlHjEjC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQdnlHjEjC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQdnlHjEjC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQdnlHjEjC .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-tQdnlHjEjC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQdnlHjEjC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQdnlHjEjC .dropdown-item.active,
.cid-tQdnlHjEjC .dropdown-item:active {
  background-color: transparent;
}
.cid-tQdnlHjEjC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQdnlHjEjC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQdnlHjEjC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQdnlHjEjC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002d47;
}
.cid-tQdnlHjEjC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQdnlHjEjC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQdnlHjEjC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQdnlHjEjC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQdnlHjEjC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQdnlHjEjC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-tQdnlHjEjC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQdnlHjEjC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdnlHjEjC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdnlHjEjC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQdnlHjEjC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdnlHjEjC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQdnlHjEjC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQdnlHjEjC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdnlHjEjC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQdnlHjEjC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQdnlHjEjC .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-tQdnlHjEjC .navbar {
    height: 70px;
  }
  .cid-tQdnlHjEjC .navbar.opened {
    height: auto;
  }
  .cid-tQdnlHjEjC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQdnlHTv8U {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/4123-1920x762.jpg");
}
.cid-tQdnlHTv8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdnlHTv8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdnlHTv8U .mbr-section-title {
  color: #ffffff;
}
.cid-tQdnlHTv8U .mbr-text,
.cid-tQdnlHTv8U .mbr-section-btn {
  color: #ffffff;
}
.cid-tQdnlImfHy {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tQdnlImfHy .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdnlImfHy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tQdnlImfHy .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tQdnlImfHy .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdnlImfHy .mbr-section-title {
  color: #002d47;
}
.cid-tQdnlImfHy .mbr-text,
.cid-tQdnlImfHy .mbr-section-btn {
  color: #000000;
}
.cid-tQdnlIQRrA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tQdnlIQRrA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdnlIQRrA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdnlIQRrA .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tQdnlIQRrA .footer-col {
    flex-direction: column;
  }
}
.cid-tQdnlIQRrA .row {
  background: #002d47;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tQdnlIQRrA .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQdnlIQRrA .mbr-section-btn {
    text-align: center;
  }
}
.cid-tQdnlIQRrA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tQdnlIQRrA .soc-item {
  margin: 8px;
}
.cid-tQdnlIQRrA .soc-item a:hover .mbr-iconfont,
.cid-tQdnlIQRrA .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tQdnlIQRrA .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #002d47;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tQdnlIQRrA .row {
    text-align: center;
  }
  .cid-tQdnlIQRrA .social-row {
    justify-content: center;
  }
}
.cid-tQdnlIQRrA .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-tQdnlIQRrA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQdnlIQRrA .list {
    margin-bottom: 0rem;
  }
}
.cid-tQdnlIQRrA .mbr-text {
  color: #bbbbbb;
}
.cid-tQdnlIQRrA .mbr-section-subtitle {
  color: #75aa3f;
}
.cid-tQdnlIQRrA .list,
.cid-tQdnlIQRrA .item-wrap {
  color: #ffffff;
}
.cid-tQdnlIQRrA .copyright {
  color: #ffffff;
}
.cid-tQdnS7cPA7 {
  z-index: 1000;
  width: 100%;
}
.cid-tQdnS7cPA7 nav.navbar {
  position: fixed;
}
.cid-tQdnS7cPA7 .navbar-nav {
  margin: auto;
}
.cid-tQdnS7cPA7 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQdnS7cPA7 .dropdown-item:hover,
.cid-tQdnS7cPA7 .dropdown-item:focus {
  background: #75aa3f !important;
  color: white !important;
}
.cid-tQdnS7cPA7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQdnS7cPA7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQdnS7cPA7 .navbar-short,
.cid-tQdnS7cPA7 .opened {
  background: #002d47 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tQdnS7cPA7 .navbar-short .nav-link,
.cid-tQdnS7cPA7 .opened .nav-link,
.cid-tQdnS7cPA7 .navbar-short .navbar-caption,
.cid-tQdnS7cPA7 .opened .navbar-caption,
.cid-tQdnS7cPA7 .navbar-short .mbr-iconfont,
.cid-tQdnS7cPA7 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tQdnS7cPA7 .navbar-short .hamburger span,
.cid-tQdnS7cPA7 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tQdnS7cPA7 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tQdnS7cPA7 .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-tQdnS7cPA7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQdnS7cPA7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQdnS7cPA7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQdnS7cPA7 .container {
  display: flex;
  margin: auto;
}
.cid-tQdnS7cPA7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQdnS7cPA7 .dropdown-menu,
.cid-tQdnS7cPA7 .navbar.opened {
  background: #002d47 !important;
}
.cid-tQdnS7cPA7 .nav-item:focus,
.cid-tQdnS7cPA7 .nav-link:focus {
  outline: none;
}
.cid-tQdnS7cPA7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQdnS7cPA7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQdnS7cPA7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQdnS7cPA7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQdnS7cPA7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQdnS7cPA7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQdnS7cPA7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #002d47;
}
.cid-tQdnS7cPA7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tQdnS7cPA7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQdnS7cPA7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tQdnS7cPA7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQdnS7cPA7 .navbar.collapsed {
  justify-content: center;
}
.cid-tQdnS7cPA7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQdnS7cPA7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQdnS7cPA7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tQdnS7cPA7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQdnS7cPA7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQdnS7cPA7 .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-tQdnS7cPA7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQdnS7cPA7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQdnS7cPA7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQdnS7cPA7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQdnS7cPA7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQdnS7cPA7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQdnS7cPA7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQdnS7cPA7 .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-tQdnS7cPA7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQdnS7cPA7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQdnS7cPA7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQdnS7cPA7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQdnS7cPA7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQdnS7cPA7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQdnS7cPA7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQdnS7cPA7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQdnS7cPA7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQdnS7cPA7 .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-tQdnS7cPA7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQdnS7cPA7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQdnS7cPA7 .dropdown-item.active,
.cid-tQdnS7cPA7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tQdnS7cPA7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQdnS7cPA7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQdnS7cPA7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQdnS7cPA7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002d47;
}
.cid-tQdnS7cPA7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQdnS7cPA7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQdnS7cPA7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQdnS7cPA7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQdnS7cPA7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQdnS7cPA7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-tQdnS7cPA7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQdnS7cPA7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdnS7cPA7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdnS7cPA7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQdnS7cPA7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdnS7cPA7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQdnS7cPA7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQdnS7cPA7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdnS7cPA7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQdnS7cPA7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQdnS7cPA7 .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-tQdnS7cPA7 .navbar {
    height: 70px;
  }
  .cid-tQdnS7cPA7 .navbar.opened {
    height: auto;
  }
  .cid-tQdnS7cPA7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQdnS7KLcI {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/4123-1920x762.jpg");
}
.cid-tQdnS7KLcI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdnS7KLcI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdnS7KLcI .mbr-section-title {
  color: #ffffff;
}
.cid-tQdnS7KLcI .mbr-text,
.cid-tQdnS7KLcI .mbr-section-btn {
  color: #ffffff;
}
.cid-tQdnS8f5Cl {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tQdnS8f5Cl .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdnS8f5Cl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tQdnS8f5Cl .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tQdnS8f5Cl .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdnS8f5Cl .mbr-section-title {
  color: #002d47;
}
.cid-tQdnS8f5Cl .mbr-text,
.cid-tQdnS8f5Cl .mbr-section-btn {
  color: #000000;
}
.cid-tQdnS8HwrG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tQdnS8HwrG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdnS8HwrG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdnS8HwrG .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tQdnS8HwrG .footer-col {
    flex-direction: column;
  }
}
.cid-tQdnS8HwrG .row {
  background: #002d47;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tQdnS8HwrG .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQdnS8HwrG .mbr-section-btn {
    text-align: center;
  }
}
.cid-tQdnS8HwrG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tQdnS8HwrG .soc-item {
  margin: 8px;
}
.cid-tQdnS8HwrG .soc-item a:hover .mbr-iconfont,
.cid-tQdnS8HwrG .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tQdnS8HwrG .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #002d47;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tQdnS8HwrG .row {
    text-align: center;
  }
  .cid-tQdnS8HwrG .social-row {
    justify-content: center;
  }
}
.cid-tQdnS8HwrG .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-tQdnS8HwrG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQdnS8HwrG .list {
    margin-bottom: 0rem;
  }
}
.cid-tQdnS8HwrG .mbr-text {
  color: #bbbbbb;
}
.cid-tQdnS8HwrG .mbr-section-subtitle {
  color: #75aa3f;
}
.cid-tQdnS8HwrG .list,
.cid-tQdnS8HwrG .item-wrap {
  color: #ffffff;
}
.cid-tQdnS8HwrG .copyright {
  color: #ffffff;
}
.cid-tQdokmi9V7 {
  z-index: 1000;
  width: 100%;
}
.cid-tQdokmi9V7 nav.navbar {
  position: fixed;
}
.cid-tQdokmi9V7 .navbar-nav {
  margin: auto;
}
.cid-tQdokmi9V7 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQdokmi9V7 .dropdown-item:hover,
.cid-tQdokmi9V7 .dropdown-item:focus {
  background: #75aa3f !important;
  color: white !important;
}
.cid-tQdokmi9V7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQdokmi9V7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQdokmi9V7 .navbar-short,
.cid-tQdokmi9V7 .opened {
  background: #002d47 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tQdokmi9V7 .navbar-short .nav-link,
.cid-tQdokmi9V7 .opened .nav-link,
.cid-tQdokmi9V7 .navbar-short .navbar-caption,
.cid-tQdokmi9V7 .opened .navbar-caption,
.cid-tQdokmi9V7 .navbar-short .mbr-iconfont,
.cid-tQdokmi9V7 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tQdokmi9V7 .navbar-short .hamburger span,
.cid-tQdokmi9V7 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tQdokmi9V7 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tQdokmi9V7 .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-tQdokmi9V7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQdokmi9V7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQdokmi9V7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQdokmi9V7 .container {
  display: flex;
  margin: auto;
}
.cid-tQdokmi9V7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQdokmi9V7 .dropdown-menu,
.cid-tQdokmi9V7 .navbar.opened {
  background: #002d47 !important;
}
.cid-tQdokmi9V7 .nav-item:focus,
.cid-tQdokmi9V7 .nav-link:focus {
  outline: none;
}
.cid-tQdokmi9V7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQdokmi9V7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQdokmi9V7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQdokmi9V7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQdokmi9V7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQdokmi9V7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQdokmi9V7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #002d47;
}
.cid-tQdokmi9V7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tQdokmi9V7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQdokmi9V7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tQdokmi9V7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQdokmi9V7 .navbar.collapsed {
  justify-content: center;
}
.cid-tQdokmi9V7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQdokmi9V7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQdokmi9V7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tQdokmi9V7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQdokmi9V7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQdokmi9V7 .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-tQdokmi9V7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQdokmi9V7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQdokmi9V7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQdokmi9V7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQdokmi9V7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQdokmi9V7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQdokmi9V7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQdokmi9V7 .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-tQdokmi9V7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQdokmi9V7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQdokmi9V7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQdokmi9V7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQdokmi9V7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQdokmi9V7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQdokmi9V7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQdokmi9V7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQdokmi9V7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQdokmi9V7 .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-tQdokmi9V7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQdokmi9V7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQdokmi9V7 .dropdown-item.active,
.cid-tQdokmi9V7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tQdokmi9V7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQdokmi9V7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQdokmi9V7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQdokmi9V7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002d47;
}
.cid-tQdokmi9V7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQdokmi9V7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQdokmi9V7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQdokmi9V7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQdokmi9V7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQdokmi9V7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-tQdokmi9V7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQdokmi9V7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdokmi9V7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdokmi9V7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQdokmi9V7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdokmi9V7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQdokmi9V7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQdokmi9V7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdokmi9V7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQdokmi9V7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQdokmi9V7 .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-tQdokmi9V7 .navbar {
    height: 70px;
  }
  .cid-tQdokmi9V7 .navbar.opened {
    height: auto;
  }
  .cid-tQdokmi9V7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQdoknb3CS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/4123-1920x762.jpg");
}
.cid-tQdoknb3CS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdoknb3CS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdoknb3CS .mbr-section-title {
  color: #ffffff;
}
.cid-tQdoknb3CS .mbr-text,
.cid-tQdoknb3CS .mbr-section-btn {
  color: #ffffff;
}
.cid-tQdoknHSSW {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tQdoknHSSW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdoknHSSW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tQdoknHSSW .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tQdoknHSSW .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdoknHSSW .mbr-section-title {
  color: #002d47;
}
.cid-tQdoknHSSW .mbr-text,
.cid-tQdoknHSSW .mbr-section-btn {
  color: #000000;
}
.cid-tQdoko7PK0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tQdoko7PK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdoko7PK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdoko7PK0 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tQdoko7PK0 .footer-col {
    flex-direction: column;
  }
}
.cid-tQdoko7PK0 .row {
  background: #002d47;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tQdoko7PK0 .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQdoko7PK0 .mbr-section-btn {
    text-align: center;
  }
}
.cid-tQdoko7PK0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tQdoko7PK0 .soc-item {
  margin: 8px;
}
.cid-tQdoko7PK0 .soc-item a:hover .mbr-iconfont,
.cid-tQdoko7PK0 .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tQdoko7PK0 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #002d47;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tQdoko7PK0 .row {
    text-align: center;
  }
  .cid-tQdoko7PK0 .social-row {
    justify-content: center;
  }
}
.cid-tQdoko7PK0 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-tQdoko7PK0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQdoko7PK0 .list {
    margin-bottom: 0rem;
  }
}
.cid-tQdoko7PK0 .mbr-text {
  color: #bbbbbb;
}
.cid-tQdoko7PK0 .mbr-section-subtitle {
  color: #75aa3f;
}
.cid-tQdoko7PK0 .list,
.cid-tQdoko7PK0 .item-wrap {
  color: #ffffff;
}
.cid-tQdoko7PK0 .copyright {
  color: #ffffff;
}
.cid-tQdoNnD2wX {
  z-index: 1000;
  width: 100%;
}
.cid-tQdoNnD2wX nav.navbar {
  position: fixed;
}
.cid-tQdoNnD2wX .navbar-nav {
  margin: auto;
}
.cid-tQdoNnD2wX .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQdoNnD2wX .dropdown-item:hover,
.cid-tQdoNnD2wX .dropdown-item:focus {
  background: #75aa3f !important;
  color: white !important;
}
.cid-tQdoNnD2wX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQdoNnD2wX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQdoNnD2wX .navbar-short,
.cid-tQdoNnD2wX .opened {
  background: #002d47 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tQdoNnD2wX .navbar-short .nav-link,
.cid-tQdoNnD2wX .opened .nav-link,
.cid-tQdoNnD2wX .navbar-short .navbar-caption,
.cid-tQdoNnD2wX .opened .navbar-caption,
.cid-tQdoNnD2wX .navbar-short .mbr-iconfont,
.cid-tQdoNnD2wX .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tQdoNnD2wX .navbar-short .hamburger span,
.cid-tQdoNnD2wX .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tQdoNnD2wX .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tQdoNnD2wX .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-tQdoNnD2wX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQdoNnD2wX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQdoNnD2wX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQdoNnD2wX .container {
  display: flex;
  margin: auto;
}
.cid-tQdoNnD2wX .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQdoNnD2wX .dropdown-menu,
.cid-tQdoNnD2wX .navbar.opened {
  background: #002d47 !important;
}
.cid-tQdoNnD2wX .nav-item:focus,
.cid-tQdoNnD2wX .nav-link:focus {
  outline: none;
}
.cid-tQdoNnD2wX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQdoNnD2wX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQdoNnD2wX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQdoNnD2wX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQdoNnD2wX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQdoNnD2wX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQdoNnD2wX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #002d47;
}
.cid-tQdoNnD2wX .navbar.opened {
  transition: all 0.3s;
}
.cid-tQdoNnD2wX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQdoNnD2wX .navbar .navbar-logo img {
  width: auto;
}
.cid-tQdoNnD2wX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQdoNnD2wX .navbar.collapsed {
  justify-content: center;
}
.cid-tQdoNnD2wX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQdoNnD2wX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQdoNnD2wX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tQdoNnD2wX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQdoNnD2wX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQdoNnD2wX .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-tQdoNnD2wX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQdoNnD2wX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQdoNnD2wX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQdoNnD2wX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQdoNnD2wX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQdoNnD2wX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQdoNnD2wX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQdoNnD2wX .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-tQdoNnD2wX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQdoNnD2wX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQdoNnD2wX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQdoNnD2wX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQdoNnD2wX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQdoNnD2wX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQdoNnD2wX .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQdoNnD2wX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQdoNnD2wX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQdoNnD2wX .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-tQdoNnD2wX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQdoNnD2wX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQdoNnD2wX .dropdown-item.active,
.cid-tQdoNnD2wX .dropdown-item:active {
  background-color: transparent;
}
.cid-tQdoNnD2wX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQdoNnD2wX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQdoNnD2wX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQdoNnD2wX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002d47;
}
.cid-tQdoNnD2wX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQdoNnD2wX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQdoNnD2wX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQdoNnD2wX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQdoNnD2wX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQdoNnD2wX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-tQdoNnD2wX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQdoNnD2wX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdoNnD2wX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdoNnD2wX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQdoNnD2wX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdoNnD2wX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQdoNnD2wX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQdoNnD2wX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdoNnD2wX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQdoNnD2wX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQdoNnD2wX .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-tQdoNnD2wX .navbar {
    height: 70px;
  }
  .cid-tQdoNnD2wX .navbar.opened {
    height: auto;
  }
  .cid-tQdoNnD2wX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQdoNoyKJx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/4123-1920x762.jpg");
}
.cid-tQdoNoyKJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdoNoyKJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdoNoyKJx .mbr-section-title {
  color: #ffffff;
}
.cid-tQdoNoyKJx .mbr-text,
.cid-tQdoNoyKJx .mbr-section-btn {
  color: #ffffff;
}
.cid-tQdoNoYwmd {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tQdoNoYwmd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdoNoYwmd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tQdoNoYwmd .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tQdoNoYwmd .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdoNoYwmd .mbr-section-title {
  color: #002d47;
}
.cid-tQdoNoYwmd .mbr-text,
.cid-tQdoNoYwmd .mbr-section-btn {
  color: #000000;
}
.cid-tQdoNpoe6r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tQdoNpoe6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdoNpoe6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdoNpoe6r .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tQdoNpoe6r .footer-col {
    flex-direction: column;
  }
}
.cid-tQdoNpoe6r .row {
  background: #002d47;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tQdoNpoe6r .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQdoNpoe6r .mbr-section-btn {
    text-align: center;
  }
}
.cid-tQdoNpoe6r .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tQdoNpoe6r .soc-item {
  margin: 8px;
}
.cid-tQdoNpoe6r .soc-item a:hover .mbr-iconfont,
.cid-tQdoNpoe6r .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tQdoNpoe6r .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #002d47;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tQdoNpoe6r .row {
    text-align: center;
  }
  .cid-tQdoNpoe6r .social-row {
    justify-content: center;
  }
}
.cid-tQdoNpoe6r .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-tQdoNpoe6r .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQdoNpoe6r .list {
    margin-bottom: 0rem;
  }
}
.cid-tQdoNpoe6r .mbr-text {
  color: #bbbbbb;
}
.cid-tQdoNpoe6r .mbr-section-subtitle {
  color: #75aa3f;
}
.cid-tQdoNpoe6r .list,
.cid-tQdoNpoe6r .item-wrap {
  color: #ffffff;
}
.cid-tQdoNpoe6r .copyright {
  color: #ffffff;
}
.cid-tQdp6kZwSx {
  z-index: 1000;
  width: 100%;
}
.cid-tQdp6kZwSx nav.navbar {
  position: fixed;
}
.cid-tQdp6kZwSx .navbar-nav {
  margin: auto;
}
.cid-tQdp6kZwSx .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQdp6kZwSx .dropdown-item:hover,
.cid-tQdp6kZwSx .dropdown-item:focus {
  background: #75aa3f !important;
  color: white !important;
}
.cid-tQdp6kZwSx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQdp6kZwSx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQdp6kZwSx .navbar-short,
.cid-tQdp6kZwSx .opened {
  background: #002d47 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tQdp6kZwSx .navbar-short .nav-link,
.cid-tQdp6kZwSx .opened .nav-link,
.cid-tQdp6kZwSx .navbar-short .navbar-caption,
.cid-tQdp6kZwSx .opened .navbar-caption,
.cid-tQdp6kZwSx .navbar-short .mbr-iconfont,
.cid-tQdp6kZwSx .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tQdp6kZwSx .navbar-short .hamburger span,
.cid-tQdp6kZwSx .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tQdp6kZwSx .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tQdp6kZwSx .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-tQdp6kZwSx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQdp6kZwSx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQdp6kZwSx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQdp6kZwSx .container {
  display: flex;
  margin: auto;
}
.cid-tQdp6kZwSx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQdp6kZwSx .dropdown-menu,
.cid-tQdp6kZwSx .navbar.opened {
  background: #002d47 !important;
}
.cid-tQdp6kZwSx .nav-item:focus,
.cid-tQdp6kZwSx .nav-link:focus {
  outline: none;
}
.cid-tQdp6kZwSx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQdp6kZwSx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQdp6kZwSx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQdp6kZwSx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQdp6kZwSx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQdp6kZwSx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQdp6kZwSx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #002d47;
}
.cid-tQdp6kZwSx .navbar.opened {
  transition: all 0.3s;
}
.cid-tQdp6kZwSx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQdp6kZwSx .navbar .navbar-logo img {
  width: auto;
}
.cid-tQdp6kZwSx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQdp6kZwSx .navbar.collapsed {
  justify-content: center;
}
.cid-tQdp6kZwSx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQdp6kZwSx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQdp6kZwSx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tQdp6kZwSx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQdp6kZwSx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQdp6kZwSx .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-tQdp6kZwSx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQdp6kZwSx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQdp6kZwSx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQdp6kZwSx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQdp6kZwSx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQdp6kZwSx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQdp6kZwSx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQdp6kZwSx .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-tQdp6kZwSx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQdp6kZwSx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQdp6kZwSx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQdp6kZwSx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQdp6kZwSx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQdp6kZwSx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQdp6kZwSx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQdp6kZwSx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQdp6kZwSx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQdp6kZwSx .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-tQdp6kZwSx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQdp6kZwSx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQdp6kZwSx .dropdown-item.active,
.cid-tQdp6kZwSx .dropdown-item:active {
  background-color: transparent;
}
.cid-tQdp6kZwSx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQdp6kZwSx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQdp6kZwSx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQdp6kZwSx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002d47;
}
.cid-tQdp6kZwSx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQdp6kZwSx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQdp6kZwSx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQdp6kZwSx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQdp6kZwSx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQdp6kZwSx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-tQdp6kZwSx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQdp6kZwSx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdp6kZwSx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdp6kZwSx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQdp6kZwSx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdp6kZwSx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQdp6kZwSx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQdp6kZwSx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdp6kZwSx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQdp6kZwSx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQdp6kZwSx .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-tQdp6kZwSx .navbar {
    height: 70px;
  }
  .cid-tQdp6kZwSx .navbar.opened {
    height: auto;
  }
  .cid-tQdp6kZwSx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQdp6lyo5l {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/4123-1920x762.jpg");
}
.cid-tQdp6lyo5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdp6lyo5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdp6lyo5l .mbr-section-title {
  color: #ffffff;
}
.cid-tQdp6lyo5l .mbr-text,
.cid-tQdp6lyo5l .mbr-section-btn {
  color: #ffffff;
}
.cid-tQdp6m1xKL {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tQdp6m1xKL .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdp6m1xKL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tQdp6m1xKL .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tQdp6m1xKL .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdp6m1xKL .mbr-section-title {
  color: #002d47;
}
.cid-tQdp6m1xKL .mbr-text,
.cid-tQdp6m1xKL .mbr-section-btn {
  color: #000000;
}
.cid-tQdp6mvh7I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tQdp6mvh7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdp6mvh7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdp6mvh7I .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tQdp6mvh7I .footer-col {
    flex-direction: column;
  }
}
.cid-tQdp6mvh7I .row {
  background: #002d47;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tQdp6mvh7I .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQdp6mvh7I .mbr-section-btn {
    text-align: center;
  }
}
.cid-tQdp6mvh7I .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tQdp6mvh7I .soc-item {
  margin: 8px;
}
.cid-tQdp6mvh7I .soc-item a:hover .mbr-iconfont,
.cid-tQdp6mvh7I .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tQdp6mvh7I .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #002d47;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tQdp6mvh7I .row {
    text-align: center;
  }
  .cid-tQdp6mvh7I .social-row {
    justify-content: center;
  }
}
.cid-tQdp6mvh7I .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-tQdp6mvh7I .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQdp6mvh7I .list {
    margin-bottom: 0rem;
  }
}
.cid-tQdp6mvh7I .mbr-text {
  color: #bbbbbb;
}
.cid-tQdp6mvh7I .mbr-section-subtitle {
  color: #75aa3f;
}
.cid-tQdp6mvh7I .list,
.cid-tQdp6mvh7I .item-wrap {
  color: #ffffff;
}
.cid-tQdp6mvh7I .copyright {
  color: #ffffff;
}
.cid-tQdpndMoAA {
  z-index: 1000;
  width: 100%;
}
.cid-tQdpndMoAA nav.navbar {
  position: fixed;
}
.cid-tQdpndMoAA .navbar-nav {
  margin: auto;
}
.cid-tQdpndMoAA .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQdpndMoAA .dropdown-item:hover,
.cid-tQdpndMoAA .dropdown-item:focus {
  background: #75aa3f !important;
  color: white !important;
}
.cid-tQdpndMoAA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQdpndMoAA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQdpndMoAA .navbar-short,
.cid-tQdpndMoAA .opened {
  background: #002d47 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tQdpndMoAA .navbar-short .nav-link,
.cid-tQdpndMoAA .opened .nav-link,
.cid-tQdpndMoAA .navbar-short .navbar-caption,
.cid-tQdpndMoAA .opened .navbar-caption,
.cid-tQdpndMoAA .navbar-short .mbr-iconfont,
.cid-tQdpndMoAA .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tQdpndMoAA .navbar-short .hamburger span,
.cid-tQdpndMoAA .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tQdpndMoAA .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tQdpndMoAA .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-tQdpndMoAA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQdpndMoAA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQdpndMoAA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQdpndMoAA .container {
  display: flex;
  margin: auto;
}
.cid-tQdpndMoAA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQdpndMoAA .dropdown-menu,
.cid-tQdpndMoAA .navbar.opened {
  background: #002d47 !important;
}
.cid-tQdpndMoAA .nav-item:focus,
.cid-tQdpndMoAA .nav-link:focus {
  outline: none;
}
.cid-tQdpndMoAA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQdpndMoAA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQdpndMoAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQdpndMoAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQdpndMoAA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQdpndMoAA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQdpndMoAA .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #002d47;
}
.cid-tQdpndMoAA .navbar.opened {
  transition: all 0.3s;
}
.cid-tQdpndMoAA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQdpndMoAA .navbar .navbar-logo img {
  width: auto;
}
.cid-tQdpndMoAA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQdpndMoAA .navbar.collapsed {
  justify-content: center;
}
.cid-tQdpndMoAA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQdpndMoAA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQdpndMoAA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tQdpndMoAA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQdpndMoAA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQdpndMoAA .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-tQdpndMoAA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQdpndMoAA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQdpndMoAA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQdpndMoAA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQdpndMoAA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQdpndMoAA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQdpndMoAA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQdpndMoAA .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-tQdpndMoAA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQdpndMoAA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQdpndMoAA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQdpndMoAA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQdpndMoAA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQdpndMoAA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQdpndMoAA .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQdpndMoAA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQdpndMoAA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQdpndMoAA .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-tQdpndMoAA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQdpndMoAA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQdpndMoAA .dropdown-item.active,
.cid-tQdpndMoAA .dropdown-item:active {
  background-color: transparent;
}
.cid-tQdpndMoAA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQdpndMoAA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQdpndMoAA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQdpndMoAA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002d47;
}
.cid-tQdpndMoAA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQdpndMoAA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQdpndMoAA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQdpndMoAA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQdpndMoAA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQdpndMoAA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-tQdpndMoAA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQdpndMoAA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdpndMoAA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdpndMoAA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQdpndMoAA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdpndMoAA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQdpndMoAA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQdpndMoAA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdpndMoAA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQdpndMoAA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQdpndMoAA .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-tQdpndMoAA .navbar {
    height: 70px;
  }
  .cid-tQdpndMoAA .navbar.opened {
    height: auto;
  }
  .cid-tQdpndMoAA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQdpnevQdl {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/4123-1920x762.jpg");
}
.cid-tQdpnevQdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdpnevQdl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdpnevQdl .mbr-section-title {
  color: #ffffff;
}
.cid-tQdpnevQdl .mbr-text,
.cid-tQdpnevQdl .mbr-section-btn {
  color: #ffffff;
}
.cid-tQdpneWxan {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tQdpneWxan .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdpneWxan .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tQdpneWxan .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tQdpneWxan .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdpneWxan .mbr-section-title {
  color: #002d47;
}
.cid-tQdpneWxan .mbr-text,
.cid-tQdpneWxan .mbr-section-btn {
  color: #000000;
}
.cid-tQdpnfpxN2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tQdpnfpxN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdpnfpxN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdpnfpxN2 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tQdpnfpxN2 .footer-col {
    flex-direction: column;
  }
}
.cid-tQdpnfpxN2 .row {
  background: #002d47;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tQdpnfpxN2 .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQdpnfpxN2 .mbr-section-btn {
    text-align: center;
  }
}
.cid-tQdpnfpxN2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tQdpnfpxN2 .soc-item {
  margin: 8px;
}
.cid-tQdpnfpxN2 .soc-item a:hover .mbr-iconfont,
.cid-tQdpnfpxN2 .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tQdpnfpxN2 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #002d47;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tQdpnfpxN2 .row {
    text-align: center;
  }
  .cid-tQdpnfpxN2 .social-row {
    justify-content: center;
  }
}
.cid-tQdpnfpxN2 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-tQdpnfpxN2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQdpnfpxN2 .list {
    margin-bottom: 0rem;
  }
}
.cid-tQdpnfpxN2 .mbr-text {
  color: #bbbbbb;
}
.cid-tQdpnfpxN2 .mbr-section-subtitle {
  color: #75aa3f;
}
.cid-tQdpnfpxN2 .list,
.cid-tQdpnfpxN2 .item-wrap {
  color: #ffffff;
}
.cid-tQdpnfpxN2 .copyright {
  color: #ffffff;
}
.cid-tQdpR4EEoA {
  z-index: 1000;
  width: 100%;
}
.cid-tQdpR4EEoA nav.navbar {
  position: fixed;
}
.cid-tQdpR4EEoA .navbar-nav {
  margin: auto;
}
.cid-tQdpR4EEoA .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQdpR4EEoA .dropdown-item:hover,
.cid-tQdpR4EEoA .dropdown-item:focus {
  background: #75aa3f !important;
  color: white !important;
}
.cid-tQdpR4EEoA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQdpR4EEoA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQdpR4EEoA .navbar-short,
.cid-tQdpR4EEoA .opened {
  background: #002d47 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tQdpR4EEoA .navbar-short .nav-link,
.cid-tQdpR4EEoA .opened .nav-link,
.cid-tQdpR4EEoA .navbar-short .navbar-caption,
.cid-tQdpR4EEoA .opened .navbar-caption,
.cid-tQdpR4EEoA .navbar-short .mbr-iconfont,
.cid-tQdpR4EEoA .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tQdpR4EEoA .navbar-short .hamburger span,
.cid-tQdpR4EEoA .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tQdpR4EEoA .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tQdpR4EEoA .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-tQdpR4EEoA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQdpR4EEoA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQdpR4EEoA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQdpR4EEoA .container {
  display: flex;
  margin: auto;
}
.cid-tQdpR4EEoA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQdpR4EEoA .dropdown-menu,
.cid-tQdpR4EEoA .navbar.opened {
  background: #002d47 !important;
}
.cid-tQdpR4EEoA .nav-item:focus,
.cid-tQdpR4EEoA .nav-link:focus {
  outline: none;
}
.cid-tQdpR4EEoA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQdpR4EEoA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQdpR4EEoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQdpR4EEoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQdpR4EEoA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQdpR4EEoA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQdpR4EEoA .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #002d47;
}
.cid-tQdpR4EEoA .navbar.opened {
  transition: all 0.3s;
}
.cid-tQdpR4EEoA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQdpR4EEoA .navbar .navbar-logo img {
  width: auto;
}
.cid-tQdpR4EEoA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQdpR4EEoA .navbar.collapsed {
  justify-content: center;
}
.cid-tQdpR4EEoA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQdpR4EEoA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQdpR4EEoA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tQdpR4EEoA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQdpR4EEoA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQdpR4EEoA .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-tQdpR4EEoA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQdpR4EEoA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQdpR4EEoA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQdpR4EEoA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQdpR4EEoA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQdpR4EEoA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQdpR4EEoA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQdpR4EEoA .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-tQdpR4EEoA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQdpR4EEoA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQdpR4EEoA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQdpR4EEoA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQdpR4EEoA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQdpR4EEoA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQdpR4EEoA .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQdpR4EEoA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQdpR4EEoA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQdpR4EEoA .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-tQdpR4EEoA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQdpR4EEoA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQdpR4EEoA .dropdown-item.active,
.cid-tQdpR4EEoA .dropdown-item:active {
  background-color: transparent;
}
.cid-tQdpR4EEoA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQdpR4EEoA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQdpR4EEoA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQdpR4EEoA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002d47;
}
.cid-tQdpR4EEoA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQdpR4EEoA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQdpR4EEoA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQdpR4EEoA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQdpR4EEoA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQdpR4EEoA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-tQdpR4EEoA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQdpR4EEoA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdpR4EEoA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdpR4EEoA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQdpR4EEoA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdpR4EEoA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQdpR4EEoA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQdpR4EEoA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdpR4EEoA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQdpR4EEoA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQdpR4EEoA .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-tQdpR4EEoA .navbar {
    height: 70px;
  }
  .cid-tQdpR4EEoA .navbar.opened {
    height: auto;
  }
  .cid-tQdpR4EEoA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQdpR5gXPR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/4123-1920x762.jpg");
}
.cid-tQdpR5gXPR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdpR5gXPR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdpR5gXPR .mbr-section-title {
  color: #ffffff;
}
.cid-tQdpR5gXPR .mbr-text,
.cid-tQdpR5gXPR .mbr-section-btn {
  color: #ffffff;
}
.cid-tQdpR5JYgg {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tQdpR5JYgg .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdpR5JYgg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tQdpR5JYgg .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tQdpR5JYgg .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdpR5JYgg .mbr-section-title {
  color: #002d47;
}
.cid-tQdpR5JYgg .mbr-text,
.cid-tQdpR5JYgg .mbr-section-btn {
  color: #000000;
}
.cid-tQdpR69qIA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tQdpR69qIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdpR69qIA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdpR69qIA .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tQdpR69qIA .footer-col {
    flex-direction: column;
  }
}
.cid-tQdpR69qIA .row {
  background: #002d47;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tQdpR69qIA .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQdpR69qIA .mbr-section-btn {
    text-align: center;
  }
}
.cid-tQdpR69qIA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tQdpR69qIA .soc-item {
  margin: 8px;
}
.cid-tQdpR69qIA .soc-item a:hover .mbr-iconfont,
.cid-tQdpR69qIA .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tQdpR69qIA .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #002d47;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tQdpR69qIA .row {
    text-align: center;
  }
  .cid-tQdpR69qIA .social-row {
    justify-content: center;
  }
}
.cid-tQdpR69qIA .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-tQdpR69qIA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQdpR69qIA .list {
    margin-bottom: 0rem;
  }
}
.cid-tQdpR69qIA .mbr-text {
  color: #bbbbbb;
}
.cid-tQdpR69qIA .mbr-section-subtitle {
  color: #75aa3f;
}
.cid-tQdpR69qIA .list,
.cid-tQdpR69qIA .item-wrap {
  color: #ffffff;
}
.cid-tQdpR69qIA .copyright {
  color: #ffffff;
}
.cid-tQdq9XFWlb {
  z-index: 1000;
  width: 100%;
}
.cid-tQdq9XFWlb nav.navbar {
  position: fixed;
}
.cid-tQdq9XFWlb .navbar-nav {
  margin: auto;
}
.cid-tQdq9XFWlb .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQdq9XFWlb .dropdown-item:hover,
.cid-tQdq9XFWlb .dropdown-item:focus {
  background: #75aa3f !important;
  color: white !important;
}
.cid-tQdq9XFWlb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQdq9XFWlb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQdq9XFWlb .navbar-short,
.cid-tQdq9XFWlb .opened {
  background: #002d47 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tQdq9XFWlb .navbar-short .nav-link,
.cid-tQdq9XFWlb .opened .nav-link,
.cid-tQdq9XFWlb .navbar-short .navbar-caption,
.cid-tQdq9XFWlb .opened .navbar-caption,
.cid-tQdq9XFWlb .navbar-short .mbr-iconfont,
.cid-tQdq9XFWlb .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tQdq9XFWlb .navbar-short .hamburger span,
.cid-tQdq9XFWlb .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tQdq9XFWlb .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tQdq9XFWlb .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-tQdq9XFWlb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQdq9XFWlb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQdq9XFWlb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQdq9XFWlb .container {
  display: flex;
  margin: auto;
}
.cid-tQdq9XFWlb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQdq9XFWlb .dropdown-menu,
.cid-tQdq9XFWlb .navbar.opened {
  background: #002d47 !important;
}
.cid-tQdq9XFWlb .nav-item:focus,
.cid-tQdq9XFWlb .nav-link:focus {
  outline: none;
}
.cid-tQdq9XFWlb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQdq9XFWlb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQdq9XFWlb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQdq9XFWlb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQdq9XFWlb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQdq9XFWlb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQdq9XFWlb .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #002d47;
}
.cid-tQdq9XFWlb .navbar.opened {
  transition: all 0.3s;
}
.cid-tQdq9XFWlb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQdq9XFWlb .navbar .navbar-logo img {
  width: auto;
}
.cid-tQdq9XFWlb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQdq9XFWlb .navbar.collapsed {
  justify-content: center;
}
.cid-tQdq9XFWlb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQdq9XFWlb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQdq9XFWlb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tQdq9XFWlb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQdq9XFWlb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQdq9XFWlb .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-tQdq9XFWlb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQdq9XFWlb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQdq9XFWlb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQdq9XFWlb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQdq9XFWlb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQdq9XFWlb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQdq9XFWlb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQdq9XFWlb .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-tQdq9XFWlb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQdq9XFWlb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQdq9XFWlb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQdq9XFWlb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQdq9XFWlb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQdq9XFWlb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQdq9XFWlb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQdq9XFWlb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQdq9XFWlb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQdq9XFWlb .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-tQdq9XFWlb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQdq9XFWlb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQdq9XFWlb .dropdown-item.active,
.cid-tQdq9XFWlb .dropdown-item:active {
  background-color: transparent;
}
.cid-tQdq9XFWlb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQdq9XFWlb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQdq9XFWlb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQdq9XFWlb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002d47;
}
.cid-tQdq9XFWlb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQdq9XFWlb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQdq9XFWlb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQdq9XFWlb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQdq9XFWlb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQdq9XFWlb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-tQdq9XFWlb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQdq9XFWlb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdq9XFWlb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdq9XFWlb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQdq9XFWlb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdq9XFWlb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQdq9XFWlb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQdq9XFWlb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdq9XFWlb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQdq9XFWlb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQdq9XFWlb .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-tQdq9XFWlb .navbar {
    height: 70px;
  }
  .cid-tQdq9XFWlb .navbar.opened {
    height: auto;
  }
  .cid-tQdq9XFWlb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQdq9YfNjH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/4123-1920x762.jpg");
}
.cid-tQdq9YfNjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdq9YfNjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdq9YfNjH .mbr-section-title {
  color: #ffffff;
}
.cid-tQdq9YfNjH .mbr-text,
.cid-tQdq9YfNjH .mbr-section-btn {
  color: #ffffff;
}
.cid-tQdq9YKqzW {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tQdq9YKqzW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdq9YKqzW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tQdq9YKqzW .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tQdq9YKqzW .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdq9YKqzW .mbr-section-title {
  color: #002d47;
}
.cid-tQdq9YKqzW .mbr-text,
.cid-tQdq9YKqzW .mbr-section-btn {
  color: #000000;
}
.cid-tQdq9ZdarB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tQdq9ZdarB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdq9ZdarB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdq9ZdarB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tQdq9ZdarB .footer-col {
    flex-direction: column;
  }
}
.cid-tQdq9ZdarB .row {
  background: #002d47;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tQdq9ZdarB .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQdq9ZdarB .mbr-section-btn {
    text-align: center;
  }
}
.cid-tQdq9ZdarB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tQdq9ZdarB .soc-item {
  margin: 8px;
}
.cid-tQdq9ZdarB .soc-item a:hover .mbr-iconfont,
.cid-tQdq9ZdarB .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tQdq9ZdarB .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #002d47;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tQdq9ZdarB .row {
    text-align: center;
  }
  .cid-tQdq9ZdarB .social-row {
    justify-content: center;
  }
}
.cid-tQdq9ZdarB .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-tQdq9ZdarB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQdq9ZdarB .list {
    margin-bottom: 0rem;
  }
}
.cid-tQdq9ZdarB .mbr-text {
  color: #bbbbbb;
}
.cid-tQdq9ZdarB .mbr-section-subtitle {
  color: #75aa3f;
}
.cid-tQdq9ZdarB .list,
.cid-tQdq9ZdarB .item-wrap {
  color: #ffffff;
}
.cid-tQdq9ZdarB .copyright {
  color: #ffffff;
}
.cid-tQdqoVlLLt {
  z-index: 1000;
  width: 100%;
}
.cid-tQdqoVlLLt nav.navbar {
  position: fixed;
}
.cid-tQdqoVlLLt .navbar-nav {
  margin: auto;
}
.cid-tQdqoVlLLt .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQdqoVlLLt .dropdown-item:hover,
.cid-tQdqoVlLLt .dropdown-item:focus {
  background: #75aa3f !important;
  color: white !important;
}
.cid-tQdqoVlLLt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQdqoVlLLt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQdqoVlLLt .navbar-short,
.cid-tQdqoVlLLt .opened {
  background: #002d47 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tQdqoVlLLt .navbar-short .nav-link,
.cid-tQdqoVlLLt .opened .nav-link,
.cid-tQdqoVlLLt .navbar-short .navbar-caption,
.cid-tQdqoVlLLt .opened .navbar-caption,
.cid-tQdqoVlLLt .navbar-short .mbr-iconfont,
.cid-tQdqoVlLLt .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tQdqoVlLLt .navbar-short .hamburger span,
.cid-tQdqoVlLLt .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tQdqoVlLLt .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tQdqoVlLLt .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-tQdqoVlLLt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQdqoVlLLt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQdqoVlLLt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQdqoVlLLt .container {
  display: flex;
  margin: auto;
}
.cid-tQdqoVlLLt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQdqoVlLLt .dropdown-menu,
.cid-tQdqoVlLLt .navbar.opened {
  background: #002d47 !important;
}
.cid-tQdqoVlLLt .nav-item:focus,
.cid-tQdqoVlLLt .nav-link:focus {
  outline: none;
}
.cid-tQdqoVlLLt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQdqoVlLLt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQdqoVlLLt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQdqoVlLLt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQdqoVlLLt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQdqoVlLLt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQdqoVlLLt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #002d47;
}
.cid-tQdqoVlLLt .navbar.opened {
  transition: all 0.3s;
}
.cid-tQdqoVlLLt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQdqoVlLLt .navbar .navbar-logo img {
  width: auto;
}
.cid-tQdqoVlLLt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQdqoVlLLt .navbar.collapsed {
  justify-content: center;
}
.cid-tQdqoVlLLt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQdqoVlLLt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQdqoVlLLt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tQdqoVlLLt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQdqoVlLLt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQdqoVlLLt .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-tQdqoVlLLt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQdqoVlLLt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQdqoVlLLt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQdqoVlLLt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQdqoVlLLt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQdqoVlLLt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQdqoVlLLt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQdqoVlLLt .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-tQdqoVlLLt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQdqoVlLLt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQdqoVlLLt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQdqoVlLLt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQdqoVlLLt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQdqoVlLLt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQdqoVlLLt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQdqoVlLLt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQdqoVlLLt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQdqoVlLLt .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-tQdqoVlLLt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQdqoVlLLt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQdqoVlLLt .dropdown-item.active,
.cid-tQdqoVlLLt .dropdown-item:active {
  background-color: transparent;
}
.cid-tQdqoVlLLt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQdqoVlLLt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQdqoVlLLt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQdqoVlLLt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002d47;
}
.cid-tQdqoVlLLt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQdqoVlLLt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQdqoVlLLt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQdqoVlLLt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQdqoVlLLt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQdqoVlLLt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-tQdqoVlLLt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQdqoVlLLt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdqoVlLLt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdqoVlLLt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQdqoVlLLt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdqoVlLLt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQdqoVlLLt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQdqoVlLLt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdqoVlLLt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQdqoVlLLt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQdqoVlLLt .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-tQdqoVlLLt .navbar {
    height: 70px;
  }
  .cid-tQdqoVlLLt .navbar.opened {
    height: auto;
  }
  .cid-tQdqoVlLLt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQdqoWeto4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/4123-1920x762.jpg");
}
.cid-tQdqoWeto4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdqoWeto4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdqoWeto4 .mbr-section-title {
  color: #ffffff;
}
.cid-tQdqoWeto4 .mbr-text,
.cid-tQdqoWeto4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tQdqoWRi4m {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tQdqoWRi4m .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdqoWRi4m .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tQdqoWRi4m .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tQdqoWRi4m .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdqoWRi4m .mbr-section-title {
  color: #002d47;
}
.cid-tQdqoWRi4m .mbr-text,
.cid-tQdqoWRi4m .mbr-section-btn {
  color: #000000;
}
.cid-tQdqoXqCtS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tQdqoXqCtS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdqoXqCtS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdqoXqCtS .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tQdqoXqCtS .footer-col {
    flex-direction: column;
  }
}
.cid-tQdqoXqCtS .row {
  background: #002d47;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tQdqoXqCtS .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQdqoXqCtS .mbr-section-btn {
    text-align: center;
  }
}
.cid-tQdqoXqCtS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tQdqoXqCtS .soc-item {
  margin: 8px;
}
.cid-tQdqoXqCtS .soc-item a:hover .mbr-iconfont,
.cid-tQdqoXqCtS .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tQdqoXqCtS .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #002d47;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tQdqoXqCtS .row {
    text-align: center;
  }
  .cid-tQdqoXqCtS .social-row {
    justify-content: center;
  }
}
.cid-tQdqoXqCtS .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-tQdqoXqCtS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQdqoXqCtS .list {
    margin-bottom: 0rem;
  }
}
.cid-tQdqoXqCtS .mbr-text {
  color: #bbbbbb;
}
.cid-tQdqoXqCtS .mbr-section-subtitle {
  color: #75aa3f;
}
.cid-tQdqoXqCtS .list,
.cid-tQdqoXqCtS .item-wrap {
  color: #ffffff;
}
.cid-tQdqoXqCtS .copyright {
  color: #ffffff;
}
.cid-tQdqGDQAeO {
  z-index: 1000;
  width: 100%;
}
.cid-tQdqGDQAeO nav.navbar {
  position: fixed;
}
.cid-tQdqGDQAeO .navbar-nav {
  margin: auto;
}
.cid-tQdqGDQAeO .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQdqGDQAeO .dropdown-item:hover,
.cid-tQdqGDQAeO .dropdown-item:focus {
  background: #75aa3f !important;
  color: white !important;
}
.cid-tQdqGDQAeO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQdqGDQAeO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQdqGDQAeO .navbar-short,
.cid-tQdqGDQAeO .opened {
  background: #002d47 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tQdqGDQAeO .navbar-short .nav-link,
.cid-tQdqGDQAeO .opened .nav-link,
.cid-tQdqGDQAeO .navbar-short .navbar-caption,
.cid-tQdqGDQAeO .opened .navbar-caption,
.cid-tQdqGDQAeO .navbar-short .mbr-iconfont,
.cid-tQdqGDQAeO .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tQdqGDQAeO .navbar-short .hamburger span,
.cid-tQdqGDQAeO .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tQdqGDQAeO .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tQdqGDQAeO .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-tQdqGDQAeO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQdqGDQAeO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQdqGDQAeO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQdqGDQAeO .container {
  display: flex;
  margin: auto;
}
.cid-tQdqGDQAeO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQdqGDQAeO .dropdown-menu,
.cid-tQdqGDQAeO .navbar.opened {
  background: #002d47 !important;
}
.cid-tQdqGDQAeO .nav-item:focus,
.cid-tQdqGDQAeO .nav-link:focus {
  outline: none;
}
.cid-tQdqGDQAeO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQdqGDQAeO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQdqGDQAeO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQdqGDQAeO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQdqGDQAeO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQdqGDQAeO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQdqGDQAeO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #002d47;
}
.cid-tQdqGDQAeO .navbar.opened {
  transition: all 0.3s;
}
.cid-tQdqGDQAeO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQdqGDQAeO .navbar .navbar-logo img {
  width: auto;
}
.cid-tQdqGDQAeO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQdqGDQAeO .navbar.collapsed {
  justify-content: center;
}
.cid-tQdqGDQAeO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQdqGDQAeO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQdqGDQAeO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tQdqGDQAeO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQdqGDQAeO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQdqGDQAeO .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-tQdqGDQAeO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQdqGDQAeO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQdqGDQAeO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQdqGDQAeO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQdqGDQAeO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQdqGDQAeO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQdqGDQAeO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQdqGDQAeO .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-tQdqGDQAeO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQdqGDQAeO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQdqGDQAeO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQdqGDQAeO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQdqGDQAeO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQdqGDQAeO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQdqGDQAeO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQdqGDQAeO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQdqGDQAeO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQdqGDQAeO .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-tQdqGDQAeO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQdqGDQAeO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQdqGDQAeO .dropdown-item.active,
.cid-tQdqGDQAeO .dropdown-item:active {
  background-color: transparent;
}
.cid-tQdqGDQAeO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQdqGDQAeO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQdqGDQAeO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQdqGDQAeO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002d47;
}
.cid-tQdqGDQAeO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQdqGDQAeO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQdqGDQAeO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQdqGDQAeO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQdqGDQAeO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQdqGDQAeO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-tQdqGDQAeO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQdqGDQAeO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdqGDQAeO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQdqGDQAeO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQdqGDQAeO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdqGDQAeO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQdqGDQAeO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQdqGDQAeO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQdqGDQAeO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQdqGDQAeO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQdqGDQAeO .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-tQdqGDQAeO .navbar {
    height: 70px;
  }
  .cid-tQdqGDQAeO .navbar.opened {
    height: auto;
  }
  .cid-tQdqGDQAeO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQdqGEPpNV {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/4123-1920x762.jpg");
}
.cid-tQdqGEPpNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdqGEPpNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdqGEPpNV .mbr-section-title {
  color: #ffffff;
}
.cid-tQdqGEPpNV .mbr-text,
.cid-tQdqGEPpNV .mbr-section-btn {
  color: #ffffff;
}
.cid-tQdqGFhbYY {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tQdqGFhbYY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdqGFhbYY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tQdqGFhbYY .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tQdqGFhbYY .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQdqGFhbYY .mbr-section-title {
  color: #002d47;
}
.cid-tQdqGFhbYY .mbr-text,
.cid-tQdqGFhbYY .mbr-section-btn {
  color: #000000;
}
.cid-tQdqGFIfHm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tQdqGFIfHm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdqGFIfHm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdqGFIfHm .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tQdqGFIfHm .footer-col {
    flex-direction: column;
  }
}
.cid-tQdqGFIfHm .row {
  background: #002d47;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tQdqGFIfHm .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQdqGFIfHm .mbr-section-btn {
    text-align: center;
  }
}
.cid-tQdqGFIfHm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tQdqGFIfHm .soc-item {
  margin: 8px;
}
.cid-tQdqGFIfHm .soc-item a:hover .mbr-iconfont,
.cid-tQdqGFIfHm .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tQdqGFIfHm .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #002d47;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tQdqGFIfHm .row {
    text-align: center;
  }
  .cid-tQdqGFIfHm .social-row {
    justify-content: center;
  }
}
.cid-tQdqGFIfHm .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-tQdqGFIfHm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQdqGFIfHm .list {
    margin-bottom: 0rem;
  }
}
.cid-tQdqGFIfHm .mbr-text {
  color: #bbbbbb;
}
.cid-tQdqGFIfHm .mbr-section-subtitle {
  color: #75aa3f;
}
.cid-tQdqGFIfHm .list,
.cid-tQdqGFIfHm .item-wrap {
  color: #ffffff;
}
.cid-tQdqGFIfHm .copyright {
  color: #ffffff;
}
.cid-tT8hCeE3YB {
  z-index: 1000;
  width: 100%;
}
.cid-tT8hCeE3YB nav.navbar {
  position: fixed;
}
.cid-tT8hCeE3YB .navbar-nav {
  margin: auto;
}
.cid-tT8hCeE3YB .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tT8hCeE3YB .dropdown-item:hover,
.cid-tT8hCeE3YB .dropdown-item:focus {
  background: #75aa3f !important;
  color: white !important;
}
.cid-tT8hCeE3YB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tT8hCeE3YB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tT8hCeE3YB .navbar-short,
.cid-tT8hCeE3YB .opened {
  background: #002d47 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tT8hCeE3YB .navbar-short .nav-link,
.cid-tT8hCeE3YB .opened .nav-link,
.cid-tT8hCeE3YB .navbar-short .navbar-caption,
.cid-tT8hCeE3YB .opened .navbar-caption,
.cid-tT8hCeE3YB .navbar-short .mbr-iconfont,
.cid-tT8hCeE3YB .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tT8hCeE3YB .navbar-short .hamburger span,
.cid-tT8hCeE3YB .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tT8hCeE3YB .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tT8hCeE3YB .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-tT8hCeE3YB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tT8hCeE3YB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tT8hCeE3YB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tT8hCeE3YB .container {
  display: flex;
  margin: auto;
}
.cid-tT8hCeE3YB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tT8hCeE3YB .dropdown-menu,
.cid-tT8hCeE3YB .navbar.opened {
  background: #002d47 !important;
}
.cid-tT8hCeE3YB .nav-item:focus,
.cid-tT8hCeE3YB .nav-link:focus {
  outline: none;
}
.cid-tT8hCeE3YB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tT8hCeE3YB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tT8hCeE3YB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tT8hCeE3YB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tT8hCeE3YB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tT8hCeE3YB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tT8hCeE3YB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #002d47;
}
.cid-tT8hCeE3YB .navbar.opened {
  transition: all 0.3s;
}
.cid-tT8hCeE3YB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tT8hCeE3YB .navbar .navbar-logo img {
  width: auto;
}
.cid-tT8hCeE3YB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tT8hCeE3YB .navbar.collapsed {
  justify-content: center;
}
.cid-tT8hCeE3YB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tT8hCeE3YB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tT8hCeE3YB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tT8hCeE3YB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tT8hCeE3YB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tT8hCeE3YB .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-tT8hCeE3YB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tT8hCeE3YB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tT8hCeE3YB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tT8hCeE3YB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tT8hCeE3YB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tT8hCeE3YB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tT8hCeE3YB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tT8hCeE3YB .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-tT8hCeE3YB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tT8hCeE3YB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tT8hCeE3YB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tT8hCeE3YB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tT8hCeE3YB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tT8hCeE3YB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tT8hCeE3YB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tT8hCeE3YB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tT8hCeE3YB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tT8hCeE3YB .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-tT8hCeE3YB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tT8hCeE3YB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tT8hCeE3YB .dropdown-item.active,
.cid-tT8hCeE3YB .dropdown-item:active {
  background-color: transparent;
}
.cid-tT8hCeE3YB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tT8hCeE3YB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tT8hCeE3YB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tT8hCeE3YB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002d47;
}
.cid-tT8hCeE3YB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tT8hCeE3YB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tT8hCeE3YB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tT8hCeE3YB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tT8hCeE3YB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tT8hCeE3YB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-tT8hCeE3YB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tT8hCeE3YB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT8hCeE3YB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT8hCeE3YB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tT8hCeE3YB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT8hCeE3YB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tT8hCeE3YB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tT8hCeE3YB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT8hCeE3YB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tT8hCeE3YB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tT8hCeE3YB .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-tT8hCeE3YB .navbar {
    height: 70px;
  }
  .cid-tT8hCeE3YB .navbar.opened {
    height: auto;
  }
  .cid-tT8hCeE3YB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tT8hCf5SgU {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/design-sem-nome-4-2000x1125.png");
}
.cid-tT8hCf5SgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT8hCf5SgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT8hCf5SgU .mbr-section-title {
  color: #ffffff;
}
.cid-tT8hCf5SgU .mbr-text,
.cid-tT8hCf5SgU .mbr-section-btn {
  color: #ffffff;
}
.cid-tT8l9Px1dU {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-tT8l9Px1dU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tT8l9Px1dU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tT8l9Px1dU .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tT8l9Px1dU .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tT8l9Px1dU .mbr-section-title {
  color: #002d47;
}
.cid-tT8kfILhYB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tT8kfILhYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT8kfILhYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT8kfILhYB .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tT8kfILhYB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tT8kfILhYB .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-tT8kfILhYB .card-text {
  color: #ffffff;
}
.cid-tT8kfILhYB .card-title {
  color: #ffffff;
}
.cid-tT8hCfMeOC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tT8hCfMeOC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT8hCfMeOC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT8hCfMeOC .text-wrap {
  width: 100%;
}
.cid-tT8hCfMeOC .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-tT8hCfMeOC .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-tT8hCfMeOC .mbr-section-title {
  color: #002d47;
  margin-bottom: 0;
}
.cid-tT8hCfMeOC .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-tT8hCfMeOC .item-row {
  row-gap: 50px;
}
.cid-tT8hCfMeOC .item-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-tT8hCfMeOC .img-box {
  display: flex;
  align-items: center;
  max-width: 105px;
  width: 100%;
  height: 85px;
  margin: 0 auto 20px;
}
.cid-tT8hCfMeOC .img-box img {
  width: 100%;
  height: auto;
}
.cid-tT8hCfMeOC .item-title {
  width: 100%;
  margin: 0;
  color: #002d47;
}
.cid-tT8hCfMeOC .item-text {
  color: #353535;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .cid-tT8hCfMeOC .item-text {
    margin: 16px 0 0;
  }
}
.cid-tT8hCfMeOC .mbr-section-btn {
  margin-top: 20px;
}
.cid-tT8hCfMeOC .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-tT8hCgfibS {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tT8hCgfibS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT8hCgfibS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT8hCgfibS .text-wrap {
  width: 100%;
}
.cid-tT8hCgfibS .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-tT8hCgfibS .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-tT8hCgfibS .mbr-section-title {
  color: #75aa3f;
  margin-bottom: 0;
}
.cid-tT8hCgfibS .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-tT8hCgfibS .item-row {
  row-gap: 50px;
}
.cid-tT8hCgfibS .item-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-tT8hCgfibS .img-box {
  display: flex;
  align-items: center;
  max-width: 105px;
  width: 100%;
  height: 85px;
  margin: 0 auto 20px;
}
.cid-tT8hCgfibS .img-box img {
  width: 100%;
  height: auto;
}
.cid-tT8hCgfibS .item-title {
  width: 100%;
  margin: 0;
  color: #002d47;
}
.cid-tT8hCgfibS .item-text {
  color: #353535;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .cid-tT8hCgfibS .item-text {
    margin: 16px 0 0;
  }
}
.cid-tT8hCgfibS .mbr-section-btn {
  margin-top: 20px;
}
.cid-tT8hCgfibS .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-tT8hChfRIK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/design-sem-nome-6-2000x1125.png");
}
.cid-tT8hChfRIK .card {
  padding: 120px 74px 120px 76px;
  background: #75aa3f;
  border-radius: 30px;
}
.cid-tT8hChfRIK .align {
  align-items: center;
}
.cid-tT8hChfRIK .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tT8hChfRIK .btn {
  border-radius: 80px;
  padding: 24px 40px;
}
.cid-tT8hChfRIK .btn:hover {
  transform: initial !important;
}
.cid-tT8hChfRIK .form-group.col-12 {
  border-radius: 100px !important;
  padding-left: 26px;
}
.cid-tT8hChfRIK .button {
  right: 1px;
  top: 11px;
}
.cid-tT8hChfRIK .form-control {
  background-color: #ffffff;
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  padding: 16px 0px;
  height: 50px;
}
.cid-tT8hChfRIK .form-control:hover {
  box-shadow: none;
}
.cid-tT8hChfRIK .form-group {
  margin-bottom: 0;
  position: relative;
  background-color: #ffffff;
  padding: 16px 18px;
  border-radius: 100px !important;
}
.cid-tT8hChfRIK .text-part {
  max-width: 405px;
  margin-right: 20px;
}
.cid-tT8hChfRIK .form-part {
  width: 550px;
}
.cid-tT8hChfRIK textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tT8hChfRIK input:hover {
  border-color: #14142b !important;
}
.cid-tT8hChfRIK textarea:hover {
  border-color: #14142b !important;
}
.cid-tT8hChfRIK input:focus {
  border-color: #14142b !important;
}
.cid-tT8hChfRIK textarea:focus {
  border-color: #14142b !important;
}
.cid-tT8hChfRIK .col-lg-12.col-md-12.col-sm-12.form-group {
  border-radius: 30px !important;
  padding: 30px !important;
}
@media (max-width: 1125px) {
  .cid-tT8hChfRIK .mbr-section-title {
    padding-bottom: 30px;
    text-align: center;
    max-width: initial;
    width: 100%;
  }
  .cid-tT8hChfRIK .form-part {
    width: 100%;
  }
  .cid-tT8hChfRIK .text-part {
    max-width: initial;
    width: 100%;
    margin-right: 0;
  }
  .cid-tT8hChfRIK .form-group.col-12 {
    padding-right: 8px;
    max-width: initial;
    width: 100%;
  }
}
@media (max-width: 630px) {
  .cid-tT8hChfRIK .form-group.col-12.col-lg {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  .cid-tT8hChfRIK input.form-control {
    margin-bottom: 20px;
    height: 64px;
    width: 100%;
    border-radius: 100px;
    padding: 8px 16px;
  }
  .cid-tT8hChfRIK .card {
    padding: 61px 25px;
  }
  .cid-tT8hChfRIK button {
    width: 100%;
  }
  .cid-tT8hChfRIK .col-auto.button {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    width: 100%;
  }
}
.cid-tT8hChfRIK a.btn > span {
  margin-left: 0.5rem;
}
.cid-tT8hChfRIK .form-group.col-12.col-lg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tT8hChH4a4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tT8hChH4a4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT8hChH4a4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT8hChH4a4 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tT8hChH4a4 .footer-col {
    flex-direction: column;
  }
}
.cid-tT8hChH4a4 .row {
  background: #002d47;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tT8hChH4a4 .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tT8hChH4a4 .mbr-section-btn {
    text-align: center;
  }
}
.cid-tT8hChH4a4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tT8hChH4a4 .soc-item {
  margin: 8px;
}
.cid-tT8hChH4a4 .soc-item a:hover .mbr-iconfont,
.cid-tT8hChH4a4 .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tT8hChH4a4 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #002d47;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tT8hChH4a4 .row {
    text-align: center;
  }
  .cid-tT8hChH4a4 .social-row {
    justify-content: center;
  }
}
.cid-tT8hChH4a4 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-tT8hChH4a4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tT8hChH4a4 .list {
    margin-bottom: 0rem;
  }
}
.cid-tT8hChH4a4 .mbr-text {
  color: #bbbbbb;
}
.cid-tT8hChH4a4 .mbr-section-subtitle {
  color: #75aa3f;
}
.cid-tT8hChH4a4 .list,
.cid-tT8hChH4a4 .item-wrap {
  color: #ffffff;
}
.cid-tT8hChH4a4 .copyright {
  color: #ffffff;
}
.cid-tT8UyzW249 {
  z-index: 1000;
  width: 100%;
}
.cid-tT8UyzW249 nav.navbar {
  position: fixed;
}
.cid-tT8UyzW249 .navbar-nav {
  margin: auto;
}
.cid-tT8UyzW249 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tT8UyzW249 .dropdown-item:hover,
.cid-tT8UyzW249 .dropdown-item:focus {
  background: #75aa3f !important;
  color: white !important;
}
.cid-tT8UyzW249 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tT8UyzW249 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tT8UyzW249 .navbar-short,
.cid-tT8UyzW249 .opened {
  background: #002d47 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tT8UyzW249 .navbar-short .nav-link,
.cid-tT8UyzW249 .opened .nav-link,
.cid-tT8UyzW249 .navbar-short .navbar-caption,
.cid-tT8UyzW249 .opened .navbar-caption,
.cid-tT8UyzW249 .navbar-short .mbr-iconfont,
.cid-tT8UyzW249 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tT8UyzW249 .navbar-short .hamburger span,
.cid-tT8UyzW249 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tT8UyzW249 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tT8UyzW249 .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-tT8UyzW249 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tT8UyzW249 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tT8UyzW249 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tT8UyzW249 .container {
  display: flex;
  margin: auto;
}
.cid-tT8UyzW249 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tT8UyzW249 .dropdown-menu,
.cid-tT8UyzW249 .navbar.opened {
  background: #002d47 !important;
}
.cid-tT8UyzW249 .nav-item:focus,
.cid-tT8UyzW249 .nav-link:focus {
  outline: none;
}
.cid-tT8UyzW249 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tT8UyzW249 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tT8UyzW249 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tT8UyzW249 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tT8UyzW249 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tT8UyzW249 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tT8UyzW249 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #002d47;
}
.cid-tT8UyzW249 .navbar.opened {
  transition: all 0.3s;
}
.cid-tT8UyzW249 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tT8UyzW249 .navbar .navbar-logo img {
  width: auto;
}
.cid-tT8UyzW249 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tT8UyzW249 .navbar.collapsed {
  justify-content: center;
}
.cid-tT8UyzW249 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tT8UyzW249 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tT8UyzW249 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tT8UyzW249 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tT8UyzW249 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tT8UyzW249 .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-tT8UyzW249 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tT8UyzW249 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tT8UyzW249 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tT8UyzW249 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tT8UyzW249 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tT8UyzW249 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tT8UyzW249 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tT8UyzW249 .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-tT8UyzW249 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tT8UyzW249 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tT8UyzW249 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tT8UyzW249 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tT8UyzW249 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tT8UyzW249 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tT8UyzW249 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tT8UyzW249 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tT8UyzW249 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tT8UyzW249 .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-tT8UyzW249 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tT8UyzW249 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tT8UyzW249 .dropdown-item.active,
.cid-tT8UyzW249 .dropdown-item:active {
  background-color: transparent;
}
.cid-tT8UyzW249 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tT8UyzW249 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tT8UyzW249 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tT8UyzW249 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002d47;
}
.cid-tT8UyzW249 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tT8UyzW249 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tT8UyzW249 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tT8UyzW249 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tT8UyzW249 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tT8UyzW249 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-tT8UyzW249 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tT8UyzW249 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT8UyzW249 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT8UyzW249 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tT8UyzW249 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT8UyzW249 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tT8UyzW249 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tT8UyzW249 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT8UyzW249 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tT8UyzW249 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tT8UyzW249 .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-tT8UyzW249 .navbar {
    height: 70px;
  }
  .cid-tT8UyzW249 .navbar.opened {
    height: auto;
  }
  .cid-tT8UyzW249 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tT8UyAGGBV {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/design-sem-nome-2000x1125.jpeg");
}
.cid-tT8UyAGGBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT8UyAGGBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT8UyAGGBV .mbr-section-title {
  color: #ffffff;
}
.cid-tT8UyAGGBV .mbr-text,
.cid-tT8UyAGGBV .mbr-section-btn {
  color: #ffffff;
}
.cid-tT8UyB4Cpq {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-tT8UyB4Cpq .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tT8UyB4Cpq .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tT8UyB4Cpq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tT8UyB4Cpq .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tT8UyB4Cpq .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tT8UyB4Cpq .mbr-section-title {
  color: #002d47;
}
.cid-tT8UyBQwRn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #002d47;
}
.cid-tT8UyBQwRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT8UyBQwRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT8UyBQwRn .text-wrap {
  width: 100%;
}
.cid-tT8UyBQwRn .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-tT8UyBQwRn .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-tT8UyBQwRn .mbr-section-title {
  color: #75aa3f;
  margin-bottom: 0;
}
.cid-tT8UyBQwRn .mbr-text {
  color: #ffffff;
  margin-top: 20px;
}
.cid-tT8UyBQwRn .item-row {
  row-gap: 50px;
}
.cid-tT8UyBQwRn .item-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-tT8UyBQwRn .img-box {
  display: flex;
  align-items: center;
  max-width: 105px;
  width: 100%;
  height: 85px;
  margin: 0 auto 20px;
}
.cid-tT8UyBQwRn .img-box img {
  width: 100%;
  height: auto;
}
.cid-tT8UyBQwRn .item-title {
  width: 100%;
  margin: 0;
  color: #ffffff;
}
.cid-tT8UyBQwRn .item-text {
  color: #353535;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .cid-tT8UyBQwRn .item-text {
    margin: 16px 0 0;
  }
}
.cid-tT8UyBQwRn .mbr-section-btn {
  margin-top: 20px;
}
.cid-tT8UyBQwRn .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-tT8Z5n3COY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-tT8Z5n3COY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT8Z5n3COY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT8Z5n3COY .mbr-description {
  color: #002d47;
}
.cid-tT8ZLDbnHP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-tT8ZLDbnHP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT8ZLDbnHP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT8ZLDbnHP .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tT8ZLDbnHP .container-fluid {
    padding: 0 20px;
  }
}
.cid-tT8ZLDbnHP .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tT8ZLDbnHP .container {
    padding: 0 20px;
  }
  .cid-tT8ZLDbnHP .container .row {
    padding: 0;
  }
}
.cid-tT8ZLDbnHP .container,
.cid-tT8ZLDbnHP .container-fluid {
  position: relative;
}
.cid-tT8ZLDbnHP .row {
  justify-content: center;
}
.cid-tT8ZLDbnHP .text-wrapper {
  margin-bottom: 40px;
}
.cid-tT8ZLDbnHP .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tT8ZLDbnHP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tT8ZLDbnHP .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tT8ZLDbnHP .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-tT8ZLDbnHP .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-tT8ZLDbnHP .list-wrapper .list .item-wrap::marker {
  color: #75aa3f;
}
.cid-tT8ZLDbnHP .mbr-section-title {
  color: #002d47;
}
.cid-tT8ZLDbnHP .mbr-text {
  color: #14142b;
}
.cid-tT8ZLDbnHP .list {
  color: #002d47;
  text-align: left;
}
.cid-tT91Zo04oT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002d47;
}
.cid-tT91Zo04oT .wrapper {
  background-color: transparent;
}
.cid-tT91Zo04oT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT91Zo04oT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT91Zo04oT .list2 {
  color: #ffffff;
}
.cid-tT91Zo04oT .list1 {
  color: #ffffff;
}
.cid-tT91Zo04oT .mbr-section-title {
  color: #75aa3f;
}
.cid-tT9303uq4K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-tT9303uq4K .wrapper {
  background-color: transparent;
}
.cid-tT9303uq4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT9303uq4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT9303uq4K .list2 {
  color: #000000;
}
.cid-tT9303uq4K .list1 {
  color: #000000;
}
.cid-tT9303uq4K .mbr-section-title {
  color: #75aa3f;
}
.cid-tT8UyCRiUX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/design-sem-nome-6-2000x1125.png");
}
.cid-tT8UyCRiUX .card {
  padding: 120px 74px 120px 76px;
  background: #75aa3f;
  border-radius: 30px;
}
.cid-tT8UyCRiUX .align {
  align-items: center;
}
.cid-tT8UyCRiUX .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tT8UyCRiUX .btn {
  border-radius: 80px;
  padding: 24px 40px;
}
.cid-tT8UyCRiUX .btn:hover {
  transform: initial !important;
}
.cid-tT8UyCRiUX .form-group.col-12 {
  border-radius: 100px !important;
  padding-left: 26px;
}
.cid-tT8UyCRiUX .button {
  right: 1px;
  top: 11px;
}
.cid-tT8UyCRiUX .form-control {
  background-color: #ffffff;
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  padding: 16px 0px;
  height: 50px;
}
.cid-tT8UyCRiUX .form-control:hover {
  box-shadow: none;
}
.cid-tT8UyCRiUX .form-group {
  margin-bottom: 0;
  position: relative;
  background-color: #ffffff;
  padding: 16px 18px;
  border-radius: 100px !important;
}
.cid-tT8UyCRiUX .text-part {
  max-width: 405px;
  margin-right: 20px;
}
.cid-tT8UyCRiUX .form-part {
  width: 550px;
}
.cid-tT8UyCRiUX textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tT8UyCRiUX input:hover {
  border-color: #14142b !important;
}
.cid-tT8UyCRiUX textarea:hover {
  border-color: #14142b !important;
}
.cid-tT8UyCRiUX input:focus {
  border-color: #14142b !important;
}
.cid-tT8UyCRiUX textarea:focus {
  border-color: #14142b !important;
}
.cid-tT8UyCRiUX .col-lg-12.col-md-12.col-sm-12.form-group {
  border-radius: 30px !important;
  padding: 30px !important;
}
@media (max-width: 1125px) {
  .cid-tT8UyCRiUX .mbr-section-title {
    padding-bottom: 30px;
    text-align: center;
    max-width: initial;
    width: 100%;
  }
  .cid-tT8UyCRiUX .form-part {
    width: 100%;
  }
  .cid-tT8UyCRiUX .text-part {
    max-width: initial;
    width: 100%;
    margin-right: 0;
  }
  .cid-tT8UyCRiUX .form-group.col-12 {
    padding-right: 8px;
    max-width: initial;
    width: 100%;
  }
}
@media (max-width: 630px) {
  .cid-tT8UyCRiUX .form-group.col-12.col-lg {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  .cid-tT8UyCRiUX input.form-control {
    margin-bottom: 20px;
    height: 64px;
    width: 100%;
    border-radius: 100px;
    padding: 8px 16px;
  }
  .cid-tT8UyCRiUX .card {
    padding: 61px 25px;
  }
  .cid-tT8UyCRiUX button {
    width: 100%;
  }
  .cid-tT8UyCRiUX .col-auto.button {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    width: 100%;
  }
}
.cid-tT8UyCRiUX a.btn > span {
  margin-left: 0.5rem;
}
.cid-tT8UyCRiUX .form-group.col-12.col-lg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tT8UyDkn26 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tT8UyDkn26 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT8UyDkn26 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT8UyDkn26 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tT8UyDkn26 .footer-col {
    flex-direction: column;
  }
}
.cid-tT8UyDkn26 .row {
  background: #002d47;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tT8UyDkn26 .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tT8UyDkn26 .mbr-section-btn {
    text-align: center;
  }
}
.cid-tT8UyDkn26 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tT8UyDkn26 .soc-item {
  margin: 8px;
}
.cid-tT8UyDkn26 .soc-item a:hover .mbr-iconfont,
.cid-tT8UyDkn26 .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tT8UyDkn26 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #002d47;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tT8UyDkn26 .row {
    text-align: center;
  }
  .cid-tT8UyDkn26 .social-row {
    justify-content: center;
  }
}
.cid-tT8UyDkn26 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-tT8UyDkn26 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tT8UyDkn26 .list {
    margin-bottom: 0rem;
  }
}
.cid-tT8UyDkn26 .mbr-text {
  color: #bbbbbb;
}
.cid-tT8UyDkn26 .mbr-section-subtitle {
  color: #75aa3f;
}
.cid-tT8UyDkn26 .list,
.cid-tT8UyDkn26 .item-wrap {
  color: #ffffff;
}
.cid-tT8UyDkn26 .copyright {
  color: #ffffff;
}
.cid-tPVr3NoHWz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/estradas-1920x915.png");
}
.cid-tPVr3NoHWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPVr3NoHWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPVr3NoHWz .mbr-section-title {
  color: #ffffff;
}
.cid-tPVr3NoHWz .mbr-text,
.cid-tPVr3NoHWz .mbr-section-btn {
  color: #ffffff;
}
.cid-tPVr3NX31k {
  z-index: 1000;
  width: 100%;
}
.cid-tPVr3NX31k nav.navbar {
  position: fixed;
}
.cid-tPVr3NX31k .navbar-nav {
  margin: auto;
}
.cid-tPVr3NX31k .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPVr3NX31k .dropdown-item:hover,
.cid-tPVr3NX31k .dropdown-item:focus {
  background: #75aa3f !important;
  color: white !important;
}
.cid-tPVr3NX31k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPVr3NX31k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPVr3NX31k .navbar-short,
.cid-tPVr3NX31k .opened {
  background: #002d47 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tPVr3NX31k .navbar-short .nav-link,
.cid-tPVr3NX31k .opened .nav-link,
.cid-tPVr3NX31k .navbar-short .navbar-caption,
.cid-tPVr3NX31k .opened .navbar-caption,
.cid-tPVr3NX31k .navbar-short .mbr-iconfont,
.cid-tPVr3NX31k .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tPVr3NX31k .navbar-short .hamburger span,
.cid-tPVr3NX31k .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tPVr3NX31k .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tPVr3NX31k .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-tPVr3NX31k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPVr3NX31k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPVr3NX31k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPVr3NX31k .container {
  display: flex;
  margin: auto;
}
.cid-tPVr3NX31k .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPVr3NX31k .dropdown-menu,
.cid-tPVr3NX31k .navbar.opened {
  background: #002d47 !important;
}
.cid-tPVr3NX31k .nav-item:focus,
.cid-tPVr3NX31k .nav-link:focus {
  outline: none;
}
.cid-tPVr3NX31k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPVr3NX31k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPVr3NX31k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPVr3NX31k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPVr3NX31k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPVr3NX31k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPVr3NX31k .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #002d47;
}
.cid-tPVr3NX31k .navbar.opened {
  transition: all 0.3s;
}
.cid-tPVr3NX31k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPVr3NX31k .navbar .navbar-logo img {
  width: auto;
}
.cid-tPVr3NX31k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPVr3NX31k .navbar.collapsed {
  justify-content: center;
}
.cid-tPVr3NX31k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPVr3NX31k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPVr3NX31k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tPVr3NX31k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPVr3NX31k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPVr3NX31k .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-tPVr3NX31k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPVr3NX31k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPVr3NX31k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPVr3NX31k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPVr3NX31k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPVr3NX31k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPVr3NX31k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPVr3NX31k .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-tPVr3NX31k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPVr3NX31k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPVr3NX31k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPVr3NX31k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPVr3NX31k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPVr3NX31k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPVr3NX31k .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPVr3NX31k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPVr3NX31k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPVr3NX31k .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-tPVr3NX31k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPVr3NX31k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPVr3NX31k .dropdown-item.active,
.cid-tPVr3NX31k .dropdown-item:active {
  background-color: transparent;
}
.cid-tPVr3NX31k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPVr3NX31k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPVr3NX31k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPVr3NX31k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002d47;
}
.cid-tPVr3NX31k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPVr3NX31k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPVr3NX31k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPVr3NX31k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPVr3NX31k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPVr3NX31k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #002d47;
}
.cid-tPVr3NX31k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPVr3NX31k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPVr3NX31k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPVr3NX31k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPVr3NX31k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPVr3NX31k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPVr3NX31k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPVr3NX31k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPVr3NX31k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPVr3NX31k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPVr3NX31k .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-tPVr3NX31k .navbar {
    height: 70px;
  }
  .cid-tPVr3NX31k .navbar.opened {
    height: auto;
  }
  .cid-tPVr3NX31k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPVr3OqG3R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tPVr3OqG3R h6 {
  line-height: 1.2;
}
.cid-tPVr3OqG3R img,
.cid-tPVr3OqG3R .item-img {
  width: 100%;
}
.cid-tPVr3OqG3R .item:focus,
.cid-tPVr3OqG3R span:focus {
  outline: none;
}
.cid-tPVr3OqG3R .item {
  cursor: pointer;
}
.cid-tPVr3OqG3R .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tPVr3OqG3R .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tPVr3OqG3R .mbr-section-title {
  color: #75aa3f;
}
.cid-tPVr3OqG3R .mbr-text,
.cid-tPVr3OqG3R .mbr-section-btn {
  color: #000000;
}
.cid-tPVr3OqG3R .item-title {
  color: #000000;
  text-align: center;
}
.cid-tPVr3OqG3R .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tPVr3OqG3R .item-text {
  color: #000000;
  text-align: center;
}
.cid-tPVr3OqG3R .item-subtitle,
.cid-tPVr3OqG3R .mbr-section-btn DIV {
  text-align: center;
}
.cid-tPVr3OqG3R .item-title,
.cid-tPVr3OqG3R .mbr-section-btn {
  color: #002d47;
}
.cid-tPVViIwotG {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tPVViIwotG h6 {
  line-height: 1.2;
}
.cid-tPVViIwotG img,
.cid-tPVViIwotG .item-img {
  width: 100%;
}
.cid-tPVViIwotG .item:focus,
.cid-tPVViIwotG span:focus {
  outline: none;
}
.cid-tPVViIwotG .item {
  cursor: pointer;
}
.cid-tPVViIwotG .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tPVViIwotG .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tPVViIwotG .mbr-section-title {
  color: #75aa3f;
}
.cid-tPVViIwotG .mbr-text,
.cid-tPVViIwotG .mbr-section-btn {
  color: #000000;
}
.cid-tPVViIwotG .item-title {
  color: #000000;
  text-align: center;
}
.cid-tPVViIwotG .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tPVViIwotG .item-text {
  color: #000000;
  text-align: center;
}
.cid-tPVViIwotG .item-subtitle,
.cid-tPVViIwotG .mbr-section-btn DIV {
  text-align: center;
}
.cid-tPVViIwotG .item-title,
.cid-tPVViIwotG .mbr-section-btn {
  color: #002d47;
}
.cid-tPVYwYsGbn {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tPVYwYsGbn h6 {
  line-height: 1.2;
}
.cid-tPVYwYsGbn img,
.cid-tPVYwYsGbn .item-img {
  width: 100%;
}
.cid-tPVYwYsGbn .item:focus,
.cid-tPVYwYsGbn span:focus {
  outline: none;
}
.cid-tPVYwYsGbn .item {
  cursor: pointer;
}
.cid-tPVYwYsGbn .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tPVYwYsGbn .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tPVYwYsGbn .mbr-section-title {
  color: #75aa3f;
}
.cid-tPVYwYsGbn .mbr-text,
.cid-tPVYwYsGbn .mbr-section-btn {
  color: #000000;
}
.cid-tPVYwYsGbn .item-title {
  color: #000000;
  text-align: center;
}
.cid-tPVYwYsGbn .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tPVYwYsGbn .item-text {
  color: #000000;
  text-align: center;
}
.cid-tPVYwYsGbn .item-subtitle,
.cid-tPVYwYsGbn .mbr-section-btn DIV {
  text-align: center;
}
.cid-tPVYwYsGbn .item-title,
.cid-tPVYwYsGbn .mbr-section-btn {
  color: #002d47;
}
.cid-tPW0V8bmSH {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tPW0V8bmSH h6 {
  line-height: 1.2;
}
.cid-tPW0V8bmSH img,
.cid-tPW0V8bmSH .item-img {
  width: 100%;
}
.cid-tPW0V8bmSH .item:focus,
.cid-tPW0V8bmSH span:focus {
  outline: none;
}
.cid-tPW0V8bmSH .item {
  cursor: pointer;
}
.cid-tPW0V8bmSH .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tPW0V8bmSH .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tPW0V8bmSH .mbr-section-title {
  color: #75aa3f;
}
.cid-tPW0V8bmSH .mbr-text,
.cid-tPW0V8bmSH .mbr-section-btn {
  color: #000000;
}
.cid-tPW0V8bmSH .item-title {
  color: #000000;
  text-align: center;
}
.cid-tPW0V8bmSH .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tPW0V8bmSH .item-text {
  color: #000000;
  text-align: center;
}
.cid-tPW0V8bmSH .item-subtitle,
.cid-tPW0V8bmSH .mbr-section-btn DIV {
  text-align: center;
}
.cid-tPW0V8bmSH .item-title,
.cid-tPW0V8bmSH .mbr-section-btn {
  color: #002d47;
}
.cid-tPVr3PVw07 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tPVr3PVw07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPVr3PVw07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPVr3PVw07 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tPVr3PVw07 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPVr3PVw07 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-tPVr3PVw07 .card-text {
  color: #ffffff;
}
.cid-tPVr3PVw07 .card-title {
  color: #ffffff;
}
.cid-tPVr3QpxQv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/design-sem-nome-6-2000x1125.png");
}
.cid-tPVr3QpxQv .card {
  padding: 120px 74px 120px 76px;
  background: #75aa3f;
  border-radius: 30px;
}
.cid-tPVr3QpxQv .align {
  align-items: center;
}
.cid-tPVr3QpxQv .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tPVr3QpxQv .btn {
  border-radius: 80px;
  padding: 24px 40px;
}
.cid-tPVr3QpxQv .btn:hover {
  transform: initial !important;
}
.cid-tPVr3QpxQv .form-group.col-12 {
  border-radius: 100px !important;
  padding-left: 26px;
}
.cid-tPVr3QpxQv .button {
  right: 1px;
  top: 11px;
}
.cid-tPVr3QpxQv .form-control {
  background-color: #ffffff;
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  padding: 16px 0px;
  height: 50px;
}
.cid-tPVr3QpxQv .form-control:hover {
  box-shadow: none;
}
.cid-tPVr3QpxQv .form-group {
  margin-bottom: 0;
  position: relative;
  background-color: #ffffff;
  padding: 16px 18px;
  border-radius: 100px !important;
}
.cid-tPVr3QpxQv .text-part {
  max-width: 405px;
  margin-right: 20px;
}
.cid-tPVr3QpxQv .form-part {
  width: 550px;
}
.cid-tPVr3QpxQv textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tPVr3QpxQv input:hover {
  border-color: #14142b !important;
}
.cid-tPVr3QpxQv textarea:hover {
  border-color: #14142b !important;
}
.cid-tPVr3QpxQv input:focus {
  border-color: #14142b !important;
}
.cid-tPVr3QpxQv textarea:focus {
  border-color: #14142b !important;
}
.cid-tPVr3QpxQv .col-lg-12.col-md-12.col-sm-12.form-group {
  border-radius: 30px !important;
  padding: 30px !important;
}
@media (max-width: 1125px) {
  .cid-tPVr3QpxQv .mbr-section-title {
    padding-bottom: 30px;
    text-align: center;
    max-width: initial;
    width: 100%;
  }
  .cid-tPVr3QpxQv .form-part {
    width: 100%;
  }
  .cid-tPVr3QpxQv .text-part {
    max-width: initial;
    width: 100%;
    margin-right: 0;
  }
  .cid-tPVr3QpxQv .form-group.col-12 {
    padding-right: 8px;
    max-width: initial;
    width: 100%;
  }
}
@media (max-width: 630px) {
  .cid-tPVr3QpxQv .form-group.col-12.col-lg {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  .cid-tPVr3QpxQv input.form-control {
    margin-bottom: 20px;
    height: 64px;
    width: 100%;
    border-radius: 100px;
    padding: 8px 16px;
  }
  .cid-tPVr3QpxQv .card {
    padding: 61px 25px;
  }
  .cid-tPVr3QpxQv button {
    width: 100%;
  }
  .cid-tPVr3QpxQv .col-auto.button {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    width: 100%;
  }
}
.cid-tPVr3QpxQv a.btn > span {
  margin-left: 0.5rem;
}
.cid-tPVr3QpxQv .form-group.col-12.col-lg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tPVr3QT5YW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tPVr3QT5YW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPVr3QT5YW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPVr3QT5YW .text-wrap {
  width: 100%;
}
.cid-tPVr3QT5YW .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-tPVr3QT5YW .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-tPVr3QT5YW .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-tPVr3QT5YW .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-tPVr3QT5YW .item-row {
  row-gap: 50px;
}
.cid-tPVr3QT5YW .item-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-tPVr3QT5YW .img-box {
  display: flex;
  align-items: center;
  max-width: 105px;
  width: 100%;
  height: 85px;
  margin: 0 auto 20px;
}
.cid-tPVr3QT5YW .img-box img {
  width: 100%;
  height: auto;
}
.cid-tPVr3QT5YW .item-title {
  width: 100%;
  margin: 0;
  color: #002d47;
}
.cid-tPVr3QT5YW .item-text {
  color: #353535;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .cid-tPVr3QT5YW .item-text {
    margin: 16px 0 0;
  }
}
.cid-tPVr3QT5YW .mbr-section-btn {
  margin-top: 20px;
}
.cid-tPVr3QT5YW .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-tPVr3Rsibn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d47;
}
.cid-tPVr3Rsibn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPVr3Rsibn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPVr3Rsibn .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tPVr3Rsibn .footer-col {
    flex-direction: column;
  }
}
.cid-tPVr3Rsibn .row {
  background: #002d47;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tPVr3Rsibn .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPVr3Rsibn .mbr-section-btn {
    text-align: center;
  }
}
.cid-tPVr3Rsibn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tPVr3Rsibn .soc-item {
  margin: 8px;
}
.cid-tPVr3Rsibn .soc-item a:hover .mbr-iconfont,
.cid-tPVr3Rsibn .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tPVr3Rsibn .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #002d47;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tPVr3Rsibn .row {
    text-align: center;
  }
  .cid-tPVr3Rsibn .social-row {
    justify-content: center;
  }
}
.cid-tPVr3Rsibn .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-tPVr3Rsibn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tPVr3Rsibn .list {
    margin-bottom: 0rem;
  }
}
.cid-tPVr3Rsibn .mbr-text {
  color: #bbbbbb;
}
.cid-tPVr3Rsibn .mbr-section-subtitle {
  color: #75aa3f;
}
.cid-tPVr3Rsibn .list,
.cid-tPVr3Rsibn .item-wrap {
  color: #ffffff;
}
.cid-tPVr3Rsibn .copyright {
  color: #ffffff;
}
