.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Epilogue', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fafafa !important;
}
.bg-success {
  background-color: #195471 !important;
}
.bg-info {
  background-color: #8cbec5 !important;
}
.bg-warning {
  background-color: #3398a7 !important;
}
.bg-danger {
  background-color: #7ebbca !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #093043 !important;
  border-color: #093043 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #8cbec5 !important;
  border-color: #8cbec5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #549ca6 !important;
  border-color: #549ca6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #549ca6 !important;
  border-color: #549ca6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #195471 !important;
  border-color: #195471 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #091f2a !important;
  border-color: #091f2a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #091f2a !important;
  border-color: #091f2a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #3398a7 !important;
  border-color: #3398a7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #1f5c65 !important;
  border-color: #1f5c65 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1f5c65 !important;
  border-color: #1f5c65 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7ebbca !important;
  border-color: #7ebbca !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #4697ab !important;
  border-color: #4697ab !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4697ab !important;
  border-color: #4697ab !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #093043;
  color: #093043;
}
.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: #093043 !important;
  border-color: #093043 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #8cbec5;
  color: #8cbec5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #549ca6 !important;
  background-color: transparent!important;
  border-color: #549ca6 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8cbec5 !important;
  border-color: #8cbec5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #195471;
  color: #195471;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #091f2a !important;
  background-color: transparent!important;
  border-color: #091f2a !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #195471 !important;
  border-color: #195471 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #3398a7;
  color: #3398a7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1f5c65 !important;
  background-color: transparent!important;
  border-color: #1f5c65 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3398a7 !important;
  border-color: #3398a7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #7ebbca;
  color: #7ebbca;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4697ab !important;
  background-color: transparent!important;
  border-color: #4697ab !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #7ebbca !important;
  border-color: #7ebbca !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: #fafafa !important;
}
.text-secondary {
  color: #093043 !important;
}
.text-success {
  color: #195471 !important;
}
.text-info {
  color: #8cbec5 !important;
}
.text-warning {
  color: #3398a7 !important;
}
.text-danger {
  color: #7ebbca !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c7c7c7 !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: #07161d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4f939c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #1b5159 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #428ea0 !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: #fafafa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8cbec5;
}
.alert-warning {
  background-color: #3398a7;
}
.alert-danger {
  background-color: #7ebbca;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #878787;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fafafa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #379fd3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e1eef0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #81cdd9;
}
.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: 'Epilogue', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #fafafa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #fafafa;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fafafa;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.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: #fafafa !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: #093043 !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='%23fafafa' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sFGzlAXw3z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFGzlAXw3z nav.navbar {
  position: fixed;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #031e1f !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #031e1f;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGzlAXw3z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #031e1f;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5FADZ2ZHA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ai-generated-9491521-1920-1920x1080.png");
}
.cid-v5FADZ2ZHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FADZ2ZHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5FADZ2ZHA .mbr-section-title {
  color: #7ebbc2;
  text-align: left;
}
.cid-v5EMQuieLD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5EMQuieLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5EMQuieLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5EMQuieLD .mbr-section-title {
  text-align: left;
  color: #7ebbc2;
}
.cid-v5EOqu9OdD {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v5EOqu9OdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5EOqu9OdD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5EOqu9OdD .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5EOqu9OdD .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5EOqu9OdD .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5EOqu9OdD .card-title {
  color: #7ebbc2;
}
.cid-v5EOqu9OdD .card-text {
  color: #fafafa;
}
.cid-sFGGDvi61Z {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sFGGDvi61Z img,
.cid-sFGGDvi61Z .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sFGGDvi61Z .item:focus,
.cid-sFGGDvi61Z span:focus {
  outline: none;
}
.cid-sFGGDvi61Z .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFGGDvi61Z .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFGGDvi61Z .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGGDvi61Z .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sFGGDvi61Z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFGGDvi61Z .mbr-section-title {
  color: #7ebbc2;
  text-align: left;
}
.cid-sFGGDvi61Z .mbr-text,
.cid-sFGGDvi61Z .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-sFGGDvi61Z .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-sFGGDvi61Z .item-subtitle {
  text-align: left;
}
.cid-v5FW30tIwD {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5FW30tIwD img,
.cid-v5FW30tIwD .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v5FW30tIwD .item:focus,
.cid-v5FW30tIwD span:focus {
  outline: none;
}
.cid-v5FW30tIwD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5FW30tIwD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v5FW30tIwD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5FW30tIwD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v5FW30tIwD .item-wrapper {
  background: transparent;
}
.cid-v5FW30tIwD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5FW30tIwD .mbr-section-title {
  color: #7ebbc2;
  text-align: left;
}
.cid-v5FW30tIwD .mbr-text,
.cid-v5FW30tIwD .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-v5FW30tIwD .item-title {
  text-align: left;
  color: #3398a7;
}
.cid-v5FW30tIwD .item-subtitle {
  text-align: left;
  color: #7ebbc2;
}
.cid-v5FW30tIwD .item-subtitle DIV {
  text-align: left;
}
.cid-v5G9faY3T2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/vortex-7435640-1920-1920x1883.png");
}
.cid-v5G9faY3T2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5G9faY3T2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5G9faY3T2 .mbr-text,
.cid-v5G9faY3T2 .mbr-section-btn {
  color: #232323;
}
.cid-v5G9faY3T2 .card-title,
.cid-v5G9faY3T2 .card-box {
  color: #7ebbc2;
  text-align: left;
}
.cid-v5G9faY3T2 .mbr-text,
.cid-v5G9faY3T2 .link-wrap {
  color: #ffffff;
}
.cid-v5G9faY3T2 .card-box .mbr-text,
.cid-v5G9faY3T2 .mbr-section-btn {
  text-align: left;
}
.cid-v5LhpYn650 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5LhpYn650 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5LhpYn650 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5LhpYn650 .row {
    text-align: center;
  }
  .cid-v5LhpYn650 .social-row {
    justify-content: center;
  }
}
.cid-v5LhpYn650 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v5LhpYn650 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5LhpYn650 .list {
    margin-bottom: 0rem;
  }
}
.cid-v5LhpYn650 .mbr-text {
  color: #bbbbbb;
}
.cid-v5LhpYn650 .mbr-iconfont {
  color: black;
}
.cid-v5LhpYn650 .mbr-section-subtitle {
  color: #3398a7;
}
.cid-v5LhpYn650 .copyright {
  color: #3398a7;
}
.cid-v5FhDworn8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v5FhDworn8 nav.navbar {
  position: fixed;
}
.cid-v5FhDworn8 .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-v5FhDworn8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5FhDworn8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5FhDworn8 .dropdown-item:hover,
.cid-v5FhDworn8 .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v5FhDworn8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5FhDworn8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5FhDworn8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5FhDworn8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5FhDworn8 .nav-link {
  position: relative;
}
.cid-v5FhDworn8 .container {
  display: flex;
  margin: auto;
}
.cid-v5FhDworn8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5FhDworn8 .dropdown-menu,
.cid-v5FhDworn8 .navbar.opened {
  background: #031e1f !important;
}
.cid-v5FhDworn8 .nav-item:focus,
.cid-v5FhDworn8 .nav-link:focus {
  outline: none;
}
.cid-v5FhDworn8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5FhDworn8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5FhDworn8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5FhDworn8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5FhDworn8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5FhDworn8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5FhDworn8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #031e1f;
}
.cid-v5FhDworn8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5FhDworn8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5FhDworn8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5FhDworn8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5FhDworn8 .navbar.collapsed {
  justify-content: center;
}
.cid-v5FhDworn8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5FhDworn8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5FhDworn8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5FhDworn8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5FhDworn8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5FhDworn8 .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-v5FhDworn8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5FhDworn8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5FhDworn8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5FhDworn8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5FhDworn8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5FhDworn8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5FhDworn8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5FhDworn8 .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-v5FhDworn8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5FhDworn8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5FhDworn8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5FhDworn8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5FhDworn8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5FhDworn8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5FhDworn8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5FhDworn8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5FhDworn8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5FhDworn8 .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-v5FhDworn8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5FhDworn8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5FhDworn8 .dropdown-item.active,
.cid-v5FhDworn8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5FhDworn8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5FhDworn8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5FhDworn8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5FhDworn8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #031e1f;
}
.cid-v5FhDworn8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5FhDworn8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5FhDworn8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5FhDworn8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5FhDworn8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5FhDworn8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5FhDworn8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5FhDworn8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5FhDworn8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5FhDworn8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5FhDworn8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5FhDworn8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5FhDworn8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5FhDworn8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5FhDworn8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5FhDworn8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5FhDworn8 .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-v5FhDworn8 .navbar {
    height: 70px;
  }
  .cid-v5FhDworn8 .navbar.opened {
    height: auto;
  }
  .cid-v5FhDworn8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5FKQheWYc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5FKQheWYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FKQheWYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5FKQheWYc .mbr-section-subtitle {
  color: #fafafa;
  text-align: right;
}
.cid-v5FhDx6SR3 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5FhDx6SR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FhDx6SR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5FhDx6SR3 .mbr-section-title {
  text-align: justify;
  color: #fafafa;
}
.cid-v5FhDx6SR3 .mbr-section-subtitle {
  text-align: justify;
  color: #3398a7;
}
.cid-v5Fn55p7B3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5Fn55p7B3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Fn55p7B3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Fn55p7B3 .mbr-section-title {
  text-align: left;
  color: #7ebbc2;
}
.cid-v5Fn55p7B3 .mbr-section-subtitle {
  text-align: justify;
  color: #fafafa;
}
.cid-v5FjdFSCuE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5FjdFSCuE .line {
  background-color: #9fdbf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v5FhDxmJfu {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v5FhDxmJfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FhDxmJfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5FhDxmJfu .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5FhDxmJfu .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5FhDxmJfu .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5FhDxmJfu .card-title {
  color: #7ebbc2;
}
.cid-v5FhDxmJfu .card-text {
  color: #fafafa;
}
.cid-v5FiY45yR1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5FiY45yR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FiY45yR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v5FiY45yR1 .container {
    max-width: 1400px;
  }
}
.cid-v5FiY45yR1 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #3398a7;
  margin-bottom: 2rem;
}
.cid-v5FiY45yR1 .row {
  justify-content: center;
}
.cid-v5FiY45yR1 .card-text {
  color: #fafafa;
  text-align: left;
}
.cid-v5FiY45yR1 .card-title,
.cid-v5FiY45yR1 .iconfont-wrapper {
  color: #7ebbc2;
  text-align: left;
}
.cid-v5FlwsOwO7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5FlwsOwO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FlwsOwO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v5FlwsOwO7 .container {
    max-width: 1400px;
  }
}
.cid-v5FlwsOwO7 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #3398a7;
  margin-bottom: 2rem;
}
.cid-v5FlwsOwO7 .row {
  justify-content: center;
}
.cid-v5FlwsOwO7 .card-text {
  color: #fafafa;
  text-align: left;
}
.cid-v5FlwsOwO7 .card-title,
.cid-v5FlwsOwO7 .iconfont-wrapper {
  color: #7ebbc2;
  text-align: left;
}
.cid-v5LhpYn650 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5LhpYn650 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5LhpYn650 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5LhpYn650 .row {
    text-align: center;
  }
  .cid-v5LhpYn650 .social-row {
    justify-content: center;
  }
}
.cid-v5LhpYn650 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v5LhpYn650 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5LhpYn650 .list {
    margin-bottom: 0rem;
  }
}
.cid-v5LhpYn650 .mbr-text {
  color: #bbbbbb;
}
.cid-v5LhpYn650 .mbr-iconfont {
  color: black;
}
.cid-v5LhpYn650 .mbr-section-subtitle {
  color: #3398a7;
}
.cid-v5LhpYn650 .copyright {
  color: #3398a7;
}
.cid-v5FG2aYfYP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v5FG2aYfYP nav.navbar {
  position: fixed;
}
.cid-v5FG2aYfYP .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-v5FG2aYfYP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5FG2aYfYP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5FG2aYfYP .dropdown-item:hover,
.cid-v5FG2aYfYP .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v5FG2aYfYP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5FG2aYfYP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5FG2aYfYP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5FG2aYfYP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5FG2aYfYP .nav-link {
  position: relative;
}
.cid-v5FG2aYfYP .container {
  display: flex;
  margin: auto;
}
.cid-v5FG2aYfYP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5FG2aYfYP .dropdown-menu,
.cid-v5FG2aYfYP .navbar.opened {
  background: #031e1f !important;
}
.cid-v5FG2aYfYP .nav-item:focus,
.cid-v5FG2aYfYP .nav-link:focus {
  outline: none;
}
.cid-v5FG2aYfYP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5FG2aYfYP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5FG2aYfYP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5FG2aYfYP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5FG2aYfYP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5FG2aYfYP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5FG2aYfYP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #031e1f;
}
.cid-v5FG2aYfYP .navbar.opened {
  transition: all 0.3s;
}
.cid-v5FG2aYfYP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5FG2aYfYP .navbar .navbar-logo img {
  width: auto;
}
.cid-v5FG2aYfYP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5FG2aYfYP .navbar.collapsed {
  justify-content: center;
}
.cid-v5FG2aYfYP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5FG2aYfYP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5FG2aYfYP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5FG2aYfYP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5FG2aYfYP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5FG2aYfYP .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-v5FG2aYfYP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5FG2aYfYP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5FG2aYfYP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5FG2aYfYP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5FG2aYfYP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5FG2aYfYP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5FG2aYfYP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5FG2aYfYP .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-v5FG2aYfYP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5FG2aYfYP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5FG2aYfYP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5FG2aYfYP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5FG2aYfYP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5FG2aYfYP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5FG2aYfYP .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5FG2aYfYP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5FG2aYfYP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5FG2aYfYP .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-v5FG2aYfYP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5FG2aYfYP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5FG2aYfYP .dropdown-item.active,
.cid-v5FG2aYfYP .dropdown-item:active {
  background-color: transparent;
}
.cid-v5FG2aYfYP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5FG2aYfYP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5FG2aYfYP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5FG2aYfYP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #031e1f;
}
.cid-v5FG2aYfYP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5FG2aYfYP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5FG2aYfYP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5FG2aYfYP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5FG2aYfYP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5FG2aYfYP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5FG2aYfYP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5FG2aYfYP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5FG2aYfYP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5FG2aYfYP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5FG2aYfYP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5FG2aYfYP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5FG2aYfYP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5FG2aYfYP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5FG2aYfYP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5FG2aYfYP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5FG2aYfYP .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-v5FG2aYfYP .navbar {
    height: 70px;
  }
  .cid-v5FG2aYfYP .navbar.opened {
    height: auto;
  }
  .cid-v5FG2aYfYP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5FM72LAh5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5FM72LAh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FM72LAh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5FM72LAh5 .mbr-section-subtitle {
  color: #fafafa;
  text-align: right;
}
.cid-v5FG2buBj7 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5FG2buBj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FG2buBj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5FG2buBj7 .mbr-section-title {
  text-align: justify;
  color: #fafafa;
}
.cid-v5FG2buBj7 .mbr-section-subtitle {
  text-align: justify;
  color: #3398a7;
}
.cid-v5FG2bPUo4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5FG2bPUo4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FG2bPUo4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5FG2bPUo4 .mbr-section-title {
  text-align: left;
  color: #7ebbc2;
}
.cid-v5FG2bPUo4 .mbr-section-subtitle {
  text-align: justify;
  color: #fafafa;
}
.cid-v5FG2bPUo4 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v5FG2c9f01 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5FG2c9f01 .line {
  background-color: #9fdbf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v5FG2cmOxO {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v5FG2cmOxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FG2cmOxO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5FG2cmOxO .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5FG2cmOxO .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5FG2cmOxO .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5FG2cmOxO .card-title {
  color: #7ebbc2;
}
.cid-v5FG2cmOxO .card-text {
  color: #fafafa;
}
.cid-v5FG2cHQOK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5FG2cHQOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FG2cHQOK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v5FG2cHQOK .container {
    max-width: 1400px;
  }
}
.cid-v5FG2cHQOK .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #3398a7;
  margin-bottom: 2rem;
}
.cid-v5FG2cHQOK .row {
  justify-content: center;
}
.cid-v5FG2cHQOK .card-text {
  color: #fafafa;
  text-align: left;
}
.cid-v5FG2cHQOK .card-title,
.cid-v5FG2cHQOK .iconfont-wrapper {
  color: #7ebbc2;
  text-align: left;
}
.cid-v5LhpYn650 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5LhpYn650 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5LhpYn650 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5LhpYn650 .row {
    text-align: center;
  }
  .cid-v5LhpYn650 .social-row {
    justify-content: center;
  }
}
.cid-v5LhpYn650 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v5LhpYn650 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5LhpYn650 .list {
    margin-bottom: 0rem;
  }
}
.cid-v5LhpYn650 .mbr-text {
  color: #bbbbbb;
}
.cid-v5LhpYn650 .mbr-iconfont {
  color: black;
}
.cid-v5LhpYn650 .mbr-section-subtitle {
  color: #3398a7;
}
.cid-v5LhpYn650 .copyright {
  color: #3398a7;
}
.cid-v5FMAr7eD4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v5FMAr7eD4 nav.navbar {
  position: fixed;
}
.cid-v5FMAr7eD4 .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-v5FMAr7eD4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5FMAr7eD4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5FMAr7eD4 .dropdown-item:hover,
.cid-v5FMAr7eD4 .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v5FMAr7eD4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5FMAr7eD4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5FMAr7eD4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5FMAr7eD4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5FMAr7eD4 .nav-link {
  position: relative;
}
.cid-v5FMAr7eD4 .container {
  display: flex;
  margin: auto;
}
.cid-v5FMAr7eD4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5FMAr7eD4 .dropdown-menu,
.cid-v5FMAr7eD4 .navbar.opened {
  background: #031e1f !important;
}
.cid-v5FMAr7eD4 .nav-item:focus,
.cid-v5FMAr7eD4 .nav-link:focus {
  outline: none;
}
.cid-v5FMAr7eD4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5FMAr7eD4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5FMAr7eD4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5FMAr7eD4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5FMAr7eD4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5FMAr7eD4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5FMAr7eD4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #031e1f;
}
.cid-v5FMAr7eD4 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5FMAr7eD4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5FMAr7eD4 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5FMAr7eD4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5FMAr7eD4 .navbar.collapsed {
  justify-content: center;
}
.cid-v5FMAr7eD4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5FMAr7eD4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5FMAr7eD4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5FMAr7eD4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5FMAr7eD4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5FMAr7eD4 .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-v5FMAr7eD4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5FMAr7eD4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5FMAr7eD4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5FMAr7eD4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5FMAr7eD4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5FMAr7eD4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5FMAr7eD4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5FMAr7eD4 .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-v5FMAr7eD4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5FMAr7eD4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5FMAr7eD4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5FMAr7eD4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5FMAr7eD4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5FMAr7eD4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5FMAr7eD4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5FMAr7eD4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5FMAr7eD4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5FMAr7eD4 .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-v5FMAr7eD4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5FMAr7eD4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5FMAr7eD4 .dropdown-item.active,
.cid-v5FMAr7eD4 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5FMAr7eD4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5FMAr7eD4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5FMAr7eD4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5FMAr7eD4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #031e1f;
}
.cid-v5FMAr7eD4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5FMAr7eD4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5FMAr7eD4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5FMAr7eD4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5FMAr7eD4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5FMAr7eD4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5FMAr7eD4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5FMAr7eD4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5FMAr7eD4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5FMAr7eD4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5FMAr7eD4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5FMAr7eD4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5FMAr7eD4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5FMAr7eD4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5FMAr7eD4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5FMAr7eD4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5FMAr7eD4 .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-v5FMAr7eD4 .navbar {
    height: 70px;
  }
  .cid-v5FMAr7eD4 .navbar.opened {
    height: auto;
  }
  .cid-v5FMAr7eD4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5FMArBV0v {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5FMArBV0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FMArBV0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5FMArBV0v .mbr-section-subtitle {
  color: #fafafa;
  text-align: right;
}
.cid-v5FMArVaXS {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5FMArVaXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FMArVaXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5FMArVaXS .mbr-section-title {
  text-align: justify;
  color: #fafafa;
}
.cid-v5FMArVaXS .mbr-section-subtitle {
  text-align: justify;
  color: #3398a7;
}
.cid-v5FMAsdL2S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5FMAsdL2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FMAsdL2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5FMAsdL2S .mbr-section-title {
  text-align: left;
  color: #7ebbc2;
}
.cid-v5FMAsdL2S .mbr-section-subtitle {
  text-align: justify;
  color: #fafafa;
}
.cid-v5FMAswmG3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5FMAswmG3 .line {
  background-color: #9fdbf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v5FMAsKug5 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v5FMAsKug5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FMAsKug5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5FMAsKug5 .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5FMAsKug5 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5FMAsKug5 .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5FMAsKug5 .card-title {
  color: #7ebbc2;
}
.cid-v5FMAsKug5 .card-text {
  color: #fafafa;
}
.cid-v5FMAt1h86 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5FMAt1h86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FMAt1h86 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v5FMAt1h86 .container {
    max-width: 1400px;
  }
}
.cid-v5FMAt1h86 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #3398a7;
  margin-bottom: 2rem;
}
.cid-v5FMAt1h86 .row {
  justify-content: center;
}
.cid-v5FMAt1h86 .card-text {
  color: #fafafa;
  text-align: left;
}
.cid-v5FMAt1h86 .card-title,
.cid-v5FMAt1h86 .iconfont-wrapper {
  color: #7ebbc2;
  text-align: left;
}
.cid-v5LhpYn650 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5LhpYn650 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5LhpYn650 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5LhpYn650 .row {
    text-align: center;
  }
  .cid-v5LhpYn650 .social-row {
    justify-content: center;
  }
}
.cid-v5LhpYn650 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v5LhpYn650 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5LhpYn650 .list {
    margin-bottom: 0rem;
  }
}
.cid-v5LhpYn650 .mbr-text {
  color: #bbbbbb;
}
.cid-v5LhpYn650 .mbr-iconfont {
  color: black;
}
.cid-v5LhpYn650 .mbr-section-subtitle {
  color: #3398a7;
}
.cid-v5LhpYn650 .copyright {
  color: #3398a7;
}
.cid-v5FPA4zKKe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v5FPA4zKKe nav.navbar {
  position: fixed;
}
.cid-v5FPA4zKKe .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-v5FPA4zKKe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5FPA4zKKe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5FPA4zKKe .dropdown-item:hover,
.cid-v5FPA4zKKe .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v5FPA4zKKe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5FPA4zKKe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5FPA4zKKe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5FPA4zKKe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5FPA4zKKe .nav-link {
  position: relative;
}
.cid-v5FPA4zKKe .container {
  display: flex;
  margin: auto;
}
.cid-v5FPA4zKKe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5FPA4zKKe .dropdown-menu,
.cid-v5FPA4zKKe .navbar.opened {
  background: #031e1f !important;
}
.cid-v5FPA4zKKe .nav-item:focus,
.cid-v5FPA4zKKe .nav-link:focus {
  outline: none;
}
.cid-v5FPA4zKKe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5FPA4zKKe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5FPA4zKKe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5FPA4zKKe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5FPA4zKKe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5FPA4zKKe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5FPA4zKKe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #031e1f;
}
.cid-v5FPA4zKKe .navbar.opened {
  transition: all 0.3s;
}
.cid-v5FPA4zKKe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5FPA4zKKe .navbar .navbar-logo img {
  width: auto;
}
.cid-v5FPA4zKKe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5FPA4zKKe .navbar.collapsed {
  justify-content: center;
}
.cid-v5FPA4zKKe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5FPA4zKKe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5FPA4zKKe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5FPA4zKKe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5FPA4zKKe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5FPA4zKKe .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-v5FPA4zKKe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5FPA4zKKe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5FPA4zKKe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5FPA4zKKe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5FPA4zKKe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5FPA4zKKe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5FPA4zKKe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5FPA4zKKe .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-v5FPA4zKKe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5FPA4zKKe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5FPA4zKKe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5FPA4zKKe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5FPA4zKKe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5FPA4zKKe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5FPA4zKKe .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5FPA4zKKe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5FPA4zKKe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5FPA4zKKe .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-v5FPA4zKKe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5FPA4zKKe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5FPA4zKKe .dropdown-item.active,
.cid-v5FPA4zKKe .dropdown-item:active {
  background-color: transparent;
}
.cid-v5FPA4zKKe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5FPA4zKKe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5FPA4zKKe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5FPA4zKKe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #031e1f;
}
.cid-v5FPA4zKKe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5FPA4zKKe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5FPA4zKKe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5FPA4zKKe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5FPA4zKKe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5FPA4zKKe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5FPA4zKKe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5FPA4zKKe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5FPA4zKKe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5FPA4zKKe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5FPA4zKKe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5FPA4zKKe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5FPA4zKKe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5FPA4zKKe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5FPA4zKKe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5FPA4zKKe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5FPA4zKKe .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-v5FPA4zKKe .navbar {
    height: 70px;
  }
  .cid-v5FPA4zKKe .navbar.opened {
    height: auto;
  }
  .cid-v5FPA4zKKe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5FPA57jDC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5FPA57jDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FPA57jDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5FPA57jDC .mbr-section-subtitle {
  color: #fafafa;
  text-align: right;
}
.cid-v5FPA5rPLa {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5FPA5rPLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FPA5rPLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5FPA5rPLa .mbr-section-title {
  text-align: justify;
  color: #fafafa;
}
.cid-v5FPA5rPLa .mbr-section-subtitle {
  text-align: justify;
  color: #3398a7;
}
.cid-v5FPA5JtBE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5FPA5JtBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FPA5JtBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5FPA5JtBE .mbr-section-title {
  text-align: left;
  color: #7ebbc2;
}
.cid-v5FPA5JtBE .mbr-section-subtitle {
  text-align: justify;
  color: #fafafa;
}
.cid-v5FPA609JM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5FPA609JM .line {
  background-color: #9fdbf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v5FPA6f0xV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v5FPA6f0xV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FPA6f0xV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5FPA6f0xV .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5FPA6f0xV .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5FPA6f0xV .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5FPA6f0xV .card-title {
  color: #7ebbc2;
}
.cid-v5FPA6f0xV .card-text {
  color: #fafafa;
}
.cid-v5FPA6xF5V {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5FPA6xF5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FPA6xF5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v5FPA6xF5V .container {
    max-width: 1400px;
  }
}
.cid-v5FPA6xF5V .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #3398a7;
  margin-bottom: 2rem;
}
.cid-v5FPA6xF5V .row {
  justify-content: center;
}
.cid-v5FPA6xF5V .card-text {
  color: #fafafa;
  text-align: left;
}
.cid-v5FPA6xF5V .card-title,
.cid-v5FPA6xF5V .iconfont-wrapper {
  color: #7ebbc2;
  text-align: left;
}
.cid-v5LhpYn650 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5LhpYn650 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5LhpYn650 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5LhpYn650 .row {
    text-align: center;
  }
  .cid-v5LhpYn650 .social-row {
    justify-content: center;
  }
}
.cid-v5LhpYn650 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v5LhpYn650 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5LhpYn650 .list {
    margin-bottom: 0rem;
  }
}
.cid-v5LhpYn650 .mbr-text {
  color: #bbbbbb;
}
.cid-v5LhpYn650 .mbr-iconfont {
  color: black;
}
.cid-v5LhpYn650 .mbr-section-subtitle {
  color: #3398a7;
}
.cid-v5LhpYn650 .copyright {
  color: #3398a7;
}
.cid-v5GaTslX6K {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v5GaTslX6K nav.navbar {
  position: fixed;
}
.cid-v5GaTslX6K .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-v5GaTslX6K .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5GaTslX6K .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5GaTslX6K .dropdown-item:hover,
.cid-v5GaTslX6K .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v5GaTslX6K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5GaTslX6K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5GaTslX6K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5GaTslX6K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5GaTslX6K .nav-link {
  position: relative;
}
.cid-v5GaTslX6K .container {
  display: flex;
  margin: auto;
}
.cid-v5GaTslX6K .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5GaTslX6K .dropdown-menu,
.cid-v5GaTslX6K .navbar.opened {
  background: #031e1f !important;
}
.cid-v5GaTslX6K .nav-item:focus,
.cid-v5GaTslX6K .nav-link:focus {
  outline: none;
}
.cid-v5GaTslX6K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5GaTslX6K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5GaTslX6K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5GaTslX6K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5GaTslX6K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5GaTslX6K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5GaTslX6K .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #031e1f;
}
.cid-v5GaTslX6K .navbar.opened {
  transition: all 0.3s;
}
.cid-v5GaTslX6K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5GaTslX6K .navbar .navbar-logo img {
  width: auto;
}
.cid-v5GaTslX6K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5GaTslX6K .navbar.collapsed {
  justify-content: center;
}
.cid-v5GaTslX6K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5GaTslX6K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5GaTslX6K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5GaTslX6K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5GaTslX6K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5GaTslX6K .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-v5GaTslX6K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5GaTslX6K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5GaTslX6K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5GaTslX6K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5GaTslX6K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5GaTslX6K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5GaTslX6K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5GaTslX6K .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-v5GaTslX6K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5GaTslX6K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5GaTslX6K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5GaTslX6K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5GaTslX6K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5GaTslX6K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5GaTslX6K .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5GaTslX6K .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5GaTslX6K .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5GaTslX6K .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-v5GaTslX6K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5GaTslX6K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5GaTslX6K .dropdown-item.active,
.cid-v5GaTslX6K .dropdown-item:active {
  background-color: transparent;
}
.cid-v5GaTslX6K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5GaTslX6K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5GaTslX6K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5GaTslX6K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #031e1f;
}
.cid-v5GaTslX6K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5GaTslX6K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5GaTslX6K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5GaTslX6K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5GaTslX6K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5GaTslX6K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5GaTslX6K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5GaTslX6K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5GaTslX6K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5GaTslX6K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5GaTslX6K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5GaTslX6K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5GaTslX6K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5GaTslX6K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5GaTslX6K .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5GaTslX6K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5GaTslX6K .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-v5GaTslX6K .navbar {
    height: 70px;
  }
  .cid-v5GaTslX6K .navbar.opened {
    height: auto;
  }
  .cid-v5GaTslX6K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5GaTsMoZk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5GaTsMoZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5GaTsMoZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5GaTsMoZk .mbr-section-subtitle {
  color: #fafafa;
  text-align: right;
}
.cid-v5GaTtenTE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v5GaTtenTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5GaTtenTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5GaTtenTE .mbr-section-title {
  text-align: left;
  color: #7ebbc2;
}
.cid-v5GaTtenTE .mbr-section-subtitle {
  text-align: justify;
  color: #fafafa;
}
.cid-v5GcCgJZcF {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v5GcCgJZcF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v5GcCgJZcF form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v5GcCgJZcF form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v5GcCgJZcF form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v5GcCgJZcF .mbr-section-title {
  color: #69048f;
  text-align: left;
}
.cid-v5LhpYn650 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5LhpYn650 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5LhpYn650 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5LhpYn650 .row {
    text-align: center;
  }
  .cid-v5LhpYn650 .social-row {
    justify-content: center;
  }
}
.cid-v5LhpYn650 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v5LhpYn650 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5LhpYn650 .list {
    margin-bottom: 0rem;
  }
}
.cid-v5LhpYn650 .mbr-text {
  color: #bbbbbb;
}
.cid-v5LhpYn650 .mbr-iconfont {
  color: black;
}
.cid-v5LhpYn650 .mbr-section-subtitle {
  color: #3398a7;
}
.cid-v5LhpYn650 .copyright {
  color: #3398a7;
}
.cid-v5J13jIhw3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v5J13jIhw3 nav.navbar {
  position: fixed;
}
.cid-v5J13jIhw3 .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-v5J13jIhw3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5J13jIhw3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5J13jIhw3 .dropdown-item:hover,
.cid-v5J13jIhw3 .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v5J13jIhw3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5J13jIhw3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5J13jIhw3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5J13jIhw3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5J13jIhw3 .nav-link {
  position: relative;
}
.cid-v5J13jIhw3 .container {
  display: flex;
  margin: auto;
}
.cid-v5J13jIhw3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5J13jIhw3 .dropdown-menu,
.cid-v5J13jIhw3 .navbar.opened {
  background: #031e1f !important;
}
.cid-v5J13jIhw3 .nav-item:focus,
.cid-v5J13jIhw3 .nav-link:focus {
  outline: none;
}
.cid-v5J13jIhw3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5J13jIhw3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5J13jIhw3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5J13jIhw3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5J13jIhw3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5J13jIhw3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5J13jIhw3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #031e1f;
}
.cid-v5J13jIhw3 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5J13jIhw3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5J13jIhw3 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5J13jIhw3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5J13jIhw3 .navbar.collapsed {
  justify-content: center;
}
.cid-v5J13jIhw3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5J13jIhw3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5J13jIhw3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5J13jIhw3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5J13jIhw3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5J13jIhw3 .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-v5J13jIhw3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5J13jIhw3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5J13jIhw3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5J13jIhw3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5J13jIhw3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5J13jIhw3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5J13jIhw3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5J13jIhw3 .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-v5J13jIhw3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5J13jIhw3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5J13jIhw3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5J13jIhw3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5J13jIhw3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5J13jIhw3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5J13jIhw3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5J13jIhw3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5J13jIhw3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5J13jIhw3 .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-v5J13jIhw3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5J13jIhw3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5J13jIhw3 .dropdown-item.active,
.cid-v5J13jIhw3 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5J13jIhw3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5J13jIhw3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5J13jIhw3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5J13jIhw3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #031e1f;
}
.cid-v5J13jIhw3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5J13jIhw3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5J13jIhw3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5J13jIhw3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5J13jIhw3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5J13jIhw3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5J13jIhw3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5J13jIhw3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5J13jIhw3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5J13jIhw3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5J13jIhw3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5J13jIhw3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5J13jIhw3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5J13jIhw3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5J13jIhw3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5J13jIhw3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5J13jIhw3 .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-v5J13jIhw3 .navbar {
    height: 70px;
  }
  .cid-v5J13jIhw3 .navbar.opened {
    height: auto;
  }
  .cid-v5J13jIhw3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5J13kcZzn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5J13kcZzn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5J13kcZzn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5J13kcZzn .mbr-section-subtitle {
  color: #fafafa;
  text-align: right;
}
.cid-v5J13ktgB2 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5J13ktgB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5J13ktgB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5J13ktgB2 .mbr-section-title {
  text-align: justify;
  color: #fafafa;
}
.cid-v5J13ktgB2 .mbr-section-subtitle {
  text-align: justify;
  color: #3398a7;
}
.cid-v5J13lcB1Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5J13lcB1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5J13lcB1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5J13lcB1Z .mbr-section-title {
  text-align: left;
  color: #7ebbc2;
}
.cid-v5J13lcB1Z .mbr-section-subtitle {
  text-align: justify;
  color: #fafafa;
}
.cid-v5J13lBqUK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5J13lBqUK .line {
  background-color: #9fdbf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v5Js5OYfSp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5Js5OYfSp .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v5Js5OYfSp .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v5Js5OYfSp .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #3398a7;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v5Js5OYfSp .mbr-text {
  color: #fafafa;
}
.cid-v5Js5OYfSp .mbr-section-title {
  color: #7ebbc2;
}
.cid-v5Js5OYfSp .mbr-text UL {
  text-align: left;
}
.cid-v5JdFTgESf {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v5JdFTgESf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JdFTgESf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JdFTgESf .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JdFTgESf .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JdFTgESf .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JdFTgESf .card-title {
  color: #7ebbc2;
}
.cid-v5JdFTgESf .card-text {
  color: #fafafa;
}
.cid-v5J2ANzkgK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v5J2ANzkgK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5J2ANzkgK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5J2ANzkgK .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5J2ANzkgK .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5J2ANzkgK .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5J2ANzkgK .card-title {
  color: #7ebbc2;
}
.cid-v5J2ANzkgK .card-text {
  color: #fafafa;
}
.cid-v5J34OsKME {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5J34OsKME .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5J34OsKME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5J34OsKME .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5J34OsKME .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5J34OsKME .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5J34OsKME .card-title {
  color: #fafafa;
}
.cid-v5J34OsKME .card-text {
  color: #fafafa;
}
.cid-v5J3eB6L4k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5J3eB6L4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5J3eB6L4k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5J3eB6L4k .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5J3eB6L4k .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5J3eB6L4k .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5J3eB6L4k .card-title {
  color: #7ebbc2;
}
.cid-v5J3eB6L4k .card-text {
  color: #fafafa;
}
.cid-v5J3NiGCZt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5J3NiGCZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5J3NiGCZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5J3NiGCZt .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-v5J3NiGCZt .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v5J3NiGCZt .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5J3NiGCZt .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5J3NiGCZt .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5J3NiGCZt .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v5J3NiGCZt .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v5J3NiGCZt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v5J3NiGCZt .mbr-text,
.cid-v5J3NiGCZt .mbr-section-btn {
  color: #fafafa;
}
.cid-v5J5KrRS02 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5J5KrRS02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5J5KrRS02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5J5KrRS02 .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5J5KrRS02 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5J5KrRS02 .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5J5KrRS02 .card-title {
  color: #fafafa;
}
.cid-v5J5KrRS02 .card-text {
  color: #fafafa;
}
.cid-v5J61jF1Ru {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5J61jF1Ru .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5J61jF1Ru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5J61jF1Ru .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5J61jF1Ru .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5J61jF1Ru .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5J61jF1Ru .card-title {
  color: #7ebbc2;
}
.cid-v5J61jF1Ru .card-text {
  color: #fafafa;
}
.cid-v5J6KIOo29 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v5J6KIOo29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5J6KIOo29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5J6KIOo29 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5J6KIOo29 .row {
  flex-direction: row-reverse;
}
.cid-v5J6KIOo29 img {
  width: 100%;
}
.cid-v5J7s3ToBS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5J7s3ToBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5J7s3ToBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5J7s3ToBS .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5J7s3ToBS .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5J7s3ToBS .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5J7s3ToBS .card-title {
  color: #fafafa;
}
.cid-v5J7s3ToBS .card-text {
  color: #fafafa;
}
.cid-v5J7xEHmxD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5J7xEHmxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5J7xEHmxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5J7xEHmxD .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5J7xEHmxD .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5J7xEHmxD .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5J7xEHmxD .card-title {
  color: #7ebbc2;
}
.cid-v5J7xEHmxD .card-text {
  color: #fafafa;
}
.cid-v5J13m3iXU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5J13m3iXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5J13m3iXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v5J13m3iXU .container {
    max-width: 1400px;
  }
}
.cid-v5J13m3iXU .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #3398a7;
  margin-bottom: 2rem;
}
.cid-v5J13m3iXU .row {
  justify-content: center;
}
.cid-v5J13m3iXU .card-text {
  color: #fafafa;
  text-align: left;
}
.cid-v5J13m3iXU .card-title,
.cid-v5J13m3iXU .iconfont-wrapper {
  color: #fafafa;
  text-align: left;
}
.cid-v5J98rm5Q2 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-v5J98rm5Q2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5J98rm5Q2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5J98rm5Q2 .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5J98rm5Q2 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5J98rm5Q2 .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5J98rm5Q2 .card-title {
  color: #fafafa;
}
.cid-v5J98rm5Q2 .card-text {
  color: #fafafa;
}
.cid-v5JbyMTMP0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5JbyMTMP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JbyMTMP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JbyMTMP0 .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JbyMTMP0 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JbyMTMP0 .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JbyMTMP0 .card-title {
  color: #7ebbc2;
}
.cid-v5JbyMTMP0 .card-text {
  color: #fafafa;
}
.cid-v5JbrNHFxB {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v5JbrNHFxB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JbrNHFxB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JbrNHFxB .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JbrNHFxB .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JbrNHFxB .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JbrNHFxB .card-title {
  color: #7ebbc2;
}
.cid-v5JbrNHFxB .card-text {
  color: #fafafa;
}
.cid-v5JbXa1nhF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v5JbXa1nhF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JbXa1nhF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JbXa1nhF .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JbXa1nhF .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JbXa1nhF .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JbXa1nhF .card-title {
  color: #fafafa;
}
.cid-v5JbXa1nhF .card-text {
  color: #fafafa;
}
.cid-v5JcgoVfQ6 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v5JcgoVfQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JcgoVfQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JcgoVfQ6 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-bottom: 4rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-v5JcgoVfQ6 .item {
    margin-bottom: 4rem;
  }
}
.cid-v5JcgoVfQ6 .item:last-child .icon-box:before {
  display: none;
}
.cid-v5JcgoVfQ6 .item.last .icon-box:before {
  display: none;
}
.cid-v5JcgoVfQ6 .icon-box {
  background: #3398a7;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-v5JcgoVfQ6 .icon-box {
    margin-right: 1rem;
  }
}
.cid-v5JcgoVfQ6 span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v5JcgoVfQ6 .card {
    margin-bottom: 2rem;
  }
  .cid-v5JcgoVfQ6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JcgoVfQ6 .mbr-text,
.cid-v5JcgoVfQ6 .mbr-section-btn {
  color: #fafafa;
}
.cid-v5JcgoVfQ6 .icon-title {
  color: #bbbbbb;
}
.cid-v5JcgoVfQ6 .icon-text {
  color: #fafafa;
}
.cid-v5JcgoVfQ6 .card-title,
.cid-v5JcgoVfQ6 .card-box {
  color: #fafafa;
  text-align: left;
}
.cid-v5Jdmsp6Ps {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5Jdmsp6Ps .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Jdmsp6Ps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Jdmsp6Ps .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5Jdmsp6Ps .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5Jdmsp6Ps .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5Jdmsp6Ps .card-title {
  color: #7ebbc2;
}
.cid-v5Jdmsp6Ps .card-text {
  color: #fafafa;
}
.cid-v5JeXJXcri {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5JeXJXcri .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JeXJXcri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JeXJXcri .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JeXJXcri .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JeXJXcri .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JeXJXcri .card-title {
  color: #fafafa;
}
.cid-v5JeXJXcri .card-text {
  color: #fafafa;
}
.cid-v5JeSN5ku1 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v5JeSN5ku1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JeSN5ku1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JeSN5ku1 .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JeSN5ku1 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JeSN5ku1 .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JeSN5ku1 .card-title {
  color: #7ebbc2;
}
.cid-v5JeSN5ku1 .card-text {
  color: #fafafa;
}
.cid-v5JfoMyPlP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5JfoMyPlP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JfoMyPlP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JfoMyPlP .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JfoMyPlP .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JfoMyPlP .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JfoMyPlP .card-title {
  color: #7ebbc2;
}
.cid-v5JfoMyPlP .card-text {
  color: #fafafa;
}
.cid-v5JftCplnS {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v5JftCplnS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JftCplnS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JftCplnS .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JftCplnS .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JftCplnS .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JftCplnS .card-title {
  color: #7ebbc2;
}
.cid-v5JftCplnS .card-text {
  color: #fafafa;
}
.cid-v5JfYk6Icg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5JfYk6Icg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JfYk6Icg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JfYk6Icg .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JfYk6Icg .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JfYk6Icg .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JfYk6Icg .card-title {
  color: #7ebbc2;
}
.cid-v5JfYk6Icg .card-text {
  color: #fafafa;
}
.cid-v5LhpYn650 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5LhpYn650 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5LhpYn650 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5LhpYn650 .row {
    text-align: center;
  }
  .cid-v5LhpYn650 .social-row {
    justify-content: center;
  }
}
.cid-v5LhpYn650 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v5LhpYn650 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5LhpYn650 .list {
    margin-bottom: 0rem;
  }
}
.cid-v5LhpYn650 .mbr-text {
  color: #bbbbbb;
}
.cid-v5LhpYn650 .mbr-iconfont {
  color: black;
}
.cid-v5LhpYn650 .mbr-section-subtitle {
  color: #3398a7;
}
.cid-v5LhpYn650 .copyright {
  color: #3398a7;
}
.cid-v5JjllCMcK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v5JjllCMcK nav.navbar {
  position: fixed;
}
.cid-v5JjllCMcK .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-v5JjllCMcK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5JjllCMcK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5JjllCMcK .dropdown-item:hover,
.cid-v5JjllCMcK .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v5JjllCMcK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5JjllCMcK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5JjllCMcK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5JjllCMcK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5JjllCMcK .nav-link {
  position: relative;
}
.cid-v5JjllCMcK .container {
  display: flex;
  margin: auto;
}
.cid-v5JjllCMcK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5JjllCMcK .dropdown-menu,
.cid-v5JjllCMcK .navbar.opened {
  background: #031e1f !important;
}
.cid-v5JjllCMcK .nav-item:focus,
.cid-v5JjllCMcK .nav-link:focus {
  outline: none;
}
.cid-v5JjllCMcK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5JjllCMcK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5JjllCMcK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5JjllCMcK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5JjllCMcK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5JjllCMcK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5JjllCMcK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #031e1f;
}
.cid-v5JjllCMcK .navbar.opened {
  transition: all 0.3s;
}
.cid-v5JjllCMcK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5JjllCMcK .navbar .navbar-logo img {
  width: auto;
}
.cid-v5JjllCMcK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5JjllCMcK .navbar.collapsed {
  justify-content: center;
}
.cid-v5JjllCMcK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5JjllCMcK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5JjllCMcK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5JjllCMcK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5JjllCMcK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5JjllCMcK .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-v5JjllCMcK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5JjllCMcK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5JjllCMcK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5JjllCMcK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5JjllCMcK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5JjllCMcK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5JjllCMcK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5JjllCMcK .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-v5JjllCMcK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5JjllCMcK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5JjllCMcK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5JjllCMcK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5JjllCMcK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5JjllCMcK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5JjllCMcK .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5JjllCMcK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5JjllCMcK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5JjllCMcK .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-v5JjllCMcK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5JjllCMcK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5JjllCMcK .dropdown-item.active,
.cid-v5JjllCMcK .dropdown-item:active {
  background-color: transparent;
}
.cid-v5JjllCMcK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5JjllCMcK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5JjllCMcK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5JjllCMcK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #031e1f;
}
.cid-v5JjllCMcK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5JjllCMcK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5JjllCMcK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5JjllCMcK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5JjllCMcK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5JjllCMcK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5JjllCMcK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5JjllCMcK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JjllCMcK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JjllCMcK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5JjllCMcK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JjllCMcK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5JjllCMcK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5JjllCMcK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JjllCMcK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5JjllCMcK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5JjllCMcK .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-v5JjllCMcK .navbar {
    height: 70px;
  }
  .cid-v5JjllCMcK .navbar.opened {
    height: auto;
  }
  .cid-v5JjllCMcK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5JjlmnK95 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5JjlmnK95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JjlmnK95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JjlmnK95 .mbr-section-subtitle {
  color: #fafafa;
  text-align: right;
}
.cid-v5JjlmOw7Z {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5JjlmOw7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JjlmOw7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JjlmOw7Z .mbr-section-title {
  text-align: justify;
  color: #fafafa;
}
.cid-v5JjlmOw7Z .mbr-section-subtitle {
  text-align: justify;
  color: #3398a7;
}
.cid-v5JjlnRBFL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5JjlnRBFL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JjlnRBFL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JjlnRBFL .mbr-section-title {
  text-align: left;
  color: #7ebbc2;
}
.cid-v5JjlnRBFL .mbr-section-subtitle {
  text-align: justify;
  color: #fafafa;
}
.cid-v5Jjlo7CF8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5Jjlo7CF8 .line {
  background-color: #9fdbf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v5JqRh6RB5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5JqRh6RB5 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v5JqRh6RB5 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v5JqRh6RB5 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #3398a7;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v5JqRh6RB5 .mbr-text {
  color: #fafafa;
}
.cid-v5JqRh6RB5 .mbr-section-title {
  color: #7ebbc2;
}
.cid-v5JjloXEp8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5JjloXEp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JjloXEp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JjloXEp8 .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JjloXEp8 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JjloXEp8 .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JjloXEp8 .card-title {
  color: #7ebbc2;
}
.cid-v5JjloXEp8 .card-text {
  color: #fafafa;
}
.cid-v5Jtu8zgMG {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5Jtu8zgMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Jtu8zgMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Jtu8zgMG .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5Jtu8zgMG .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5Jtu8zgMG .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5Jtu8zgMG .card-title {
  color: #7ebbc2;
}
.cid-v5Jtu8zgMG .card-text {
  color: #fafafa;
}
.cid-v5JtDnMsLp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v5JtDnMsLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JtDnMsLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JtDnMsLp .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JtDnMsLp .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JtDnMsLp .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JtDnMsLp .card-title {
  color: #7ebbc2;
}
.cid-v5JtDnMsLp .card-text {
  color: #fafafa;
}
.cid-v5JtJBl6fw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5JtJBl6fw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JtJBl6fw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JtJBl6fw .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JtJBl6fw .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JtJBl6fw .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JtJBl6fw .card-title {
  color: #fafafa;
}
.cid-v5JtJBl6fw .card-text {
  color: #fafafa;
}
.cid-v5JuKqNejJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v5JuKqNejJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JuKqNejJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JuKqNejJ .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JuKqNejJ .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JuKqNejJ .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JuKqNejJ .card-title {
  color: #fafafa;
}
.cid-v5JuKqNejJ .card-text {
  color: #fafafa;
}
.cid-v5JvycMgDq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v5JvycMgDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JvycMgDq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5JvycMgDq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5JvycMgDq .row {
  flex-direction: row-reverse;
}
.cid-v5JvycMgDq img {
  width: 100%;
}
.cid-v5JuQLsXPf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v5JuQLsXPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JuQLsXPf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JuQLsXPf .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JuQLsXPf .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JuQLsXPf .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JuQLsXPf .card-title {
  color: #7ebbc2;
}
.cid-v5JuQLsXPf .card-text {
  color: #fafafa;
}
.cid-v5Jw2OCE6j {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5Jw2OCE6j .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v5Jw2OCE6j .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v5Jw2OCE6j .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #3398a7;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v5Jw2OCE6j .mbr-text {
  color: #fafafa;
}
.cid-v5Jw2OCE6j .mbr-section-title {
  color: #fafafa;
}
.cid-v5Jw2OCE6j .mbr-text UL {
  text-align: left;
}
.cid-v5JwQnH7eB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5JwQnH7eB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JwQnH7eB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v5JwQnH7eB .container {
    max-width: 1400px;
  }
}
.cid-v5JwQnH7eB .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #3398a7;
  margin-bottom: 2rem;
}
.cid-v5JwQnH7eB .row {
  justify-content: center;
}
.cid-v5JwQnH7eB .card-text {
  color: #fafafa;
  text-align: left;
}
.cid-v5JwQnH7eB .card-title,
.cid-v5JwQnH7eB .iconfont-wrapper {
  color: #7ebbc2;
  text-align: left;
}
.cid-v5JwQnH7eB .mbr-section-title {
  text-align: left;
  color: #7ebbc2;
}
.cid-v5JvQVjIT7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v5JvQVjIT7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JvQVjIT7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JvQVjIT7 .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JvQVjIT7 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JvQVjIT7 .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JvQVjIT7 .card-title {
  color: #7ebbc2;
}
.cid-v5JvQVjIT7 .card-text {
  color: #fafafa;
}
.cid-v5JyrEnUHd {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v5JyrEnUHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JyrEnUHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JyrEnUHd .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-bottom: 4rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-v5JyrEnUHd .item {
    margin-bottom: 4rem;
  }
}
.cid-v5JyrEnUHd .item:last-child .icon-box:before {
  display: none;
}
.cid-v5JyrEnUHd .item.last .icon-box:before {
  display: none;
}
.cid-v5JyrEnUHd .icon-box {
  background: #3398a7;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-v5JyrEnUHd .icon-box {
    margin-right: 1rem;
  }
}
.cid-v5JyrEnUHd span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v5JyrEnUHd .card {
    margin-bottom: 2rem;
  }
  .cid-v5JyrEnUHd .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JyrEnUHd .mbr-text,
.cid-v5JyrEnUHd .mbr-section-btn {
  color: #fafafa;
}
.cid-v5JyrEnUHd .icon-title {
  color: #bbbbbb;
}
.cid-v5JyrEnUHd .icon-text {
  color: #fafafa;
}
.cid-v5JyrEnUHd .card-title,
.cid-v5JyrEnUHd .card-box {
  color: #7ebbc2;
  text-align: left;
}
.cid-v5JwLRmFtQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v5JwLRmFtQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JwLRmFtQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JwLRmFtQ .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JwLRmFtQ .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JwLRmFtQ .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JwLRmFtQ .card-title {
  color: #7ebbc2;
}
.cid-v5JwLRmFtQ .card-text {
  color: #fafafa;
}
.cid-v5Jzn5UVNZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5Jzn5UVNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Jzn5UVNZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v5Jzn5UVNZ .container {
    max-width: 1400px;
  }
}
.cid-v5Jzn5UVNZ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #3398a7;
  margin-bottom: 2rem;
}
.cid-v5Jzn5UVNZ .row {
  justify-content: center;
}
.cid-v5Jzn5UVNZ .card-text {
  color: #fafafa;
  text-align: left;
}
.cid-v5Jzn5UVNZ .card-title,
.cid-v5Jzn5UVNZ .iconfont-wrapper {
  color: #fafafa;
  text-align: left;
}
.cid-v5Jzn5UVNZ .mbr-section-title {
  text-align: left;
  color: #fafafa;
}
.cid-v5JAPkV7h1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v5JAPkV7h1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JAPkV7h1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5JAPkV7h1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5JAPkV7h1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v5JAPkV7h1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v5JAPkV7h1 .mbr-text {
  color: #fafafa;
}
.cid-v5JAPkV7h1 .mbr-section-title {
  color: #7ebbc2;
}
.cid-v5JjlpDOjk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5JjlpDOjk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JjlpDOjk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JjlpDOjk .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JjlpDOjk .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JjlpDOjk .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JjlpDOjk .card-title {
  color: #7ebbc2;
}
.cid-v5JjlpDOjk .card-text {
  color: #fafafa;
}
.cid-v5JG8m71wP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5JG8m71wP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JG8m71wP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v5JG8m71wP .container {
    max-width: 1400px;
  }
}
.cid-v5JG8m71wP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #3398a7;
  margin-bottom: 2rem;
}
.cid-v5JG8m71wP .row {
  justify-content: center;
}
.cid-v5JG8m71wP .card-text {
  color: #fafafa;
  text-align: left;
}
.cid-v5JG8m71wP .card-title,
.cid-v5JG8m71wP .iconfont-wrapper {
  color: #fafafa;
  text-align: left;
}
.cid-v5JHf1KgH1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v5JHf1KgH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JHf1KgH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5JHf1KgH1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5JHf1KgH1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v5JHf1KgH1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v5JHf1KgH1 .mbr-text {
  color: #fafafa;
}
.cid-v5JHf1KgH1 .mbr-section-title {
  color: #7ebbc2;
}
.cid-v5JESekmWD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5JESekmWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JESekmWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JESekmWD .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JESekmWD .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JESekmWD .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JESekmWD .card-title {
  color: #7ebbc2;
}
.cid-v5JESekmWD .card-text {
  color: #fafafa;
}
.cid-v5JNi2SJSg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5JNi2SJSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JNi2SJSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v5JNi2SJSg .container {
    max-width: 1400px;
  }
}
.cid-v5JNi2SJSg .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #7ebbc2;
  margin-bottom: 2rem;
}
.cid-v5JNi2SJSg .row {
  justify-content: center;
}
.cid-v5JNi2SJSg .card-text {
  color: #fafafa;
  text-align: left;
}
.cid-v5JNi2SJSg .card-title,
.cid-v5JNi2SJSg .iconfont-wrapper {
  color: #fafafa;
  text-align: left;
}
.cid-v5JKApdm5G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v5JKApdm5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JKApdm5G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5JKApdm5G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5JKApdm5G img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v5JKApdm5G .text-wrapper {
    padding: 2rem;
  }
}
.cid-v5JKApdm5G .mbr-text {
  color: #fafafa;
}
.cid-v5JKApdm5G .mbr-section-title {
  color: #7ebbc2;
}
.cid-v5JNeT6NbU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5JNeT6NbU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JNeT6NbU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JNeT6NbU .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JNeT6NbU .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JNeT6NbU .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JNeT6NbU .card-title {
  color: #7ebbc2;
}
.cid-v5JNeT6NbU .card-text {
  color: #fafafa;
}
.cid-v5JNibxDgs {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5JNibxDgs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JNibxDgs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v5JNibxDgs .container {
    max-width: 1400px;
  }
}
.cid-v5JNibxDgs .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #3398a7;
  margin-bottom: 2rem;
}
.cid-v5JNibxDgs .row {
  justify-content: center;
}
.cid-v5JNibxDgs .card-text {
  color: #fafafa;
  text-align: left;
}
.cid-v5JNibxDgs .card-title,
.cid-v5JNibxDgs .iconfont-wrapper {
  color: #fafafa;
  text-align: left;
}
.cid-v5JNuy57Kp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v5JNuy57Kp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JNuy57Kp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5JNuy57Kp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5JNuy57Kp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v5JNuy57Kp .text-wrapper {
    padding: 2rem;
  }
}
.cid-v5JNuy57Kp .mbr-text {
  color: #fafafa;
}
.cid-v5JNuy57Kp .mbr-section-title {
  color: #7ebbc2;
}
.cid-v5JPql4ES3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5JPql4ES3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JPql4ES3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JPql4ES3 .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JPql4ES3 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JPql4ES3 .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JPql4ES3 .card-title {
  color: #7ebbc2;
}
.cid-v5JPql4ES3 .card-text {
  color: #fafafa;
}
.cid-v5JJA2o7JX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5JJA2o7JX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JJA2o7JX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JJA2o7JX .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JJA2o7JX .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JJA2o7JX .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JJA2o7JX .card-title {
  color: #7ebbc2;
}
.cid-v5JJA2o7JX .card-text {
  color: #fafafa;
}
.cid-v5Jjlqu0Id {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5Jjlqu0Id .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Jjlqu0Id .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Jjlqu0Id .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5Jjlqu0Id .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5Jjlqu0Id .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5Jjlqu0Id .card-title {
  color: #fafafa;
}
.cid-v5Jjlqu0Id .card-text {
  color: #7ebbc2;
}
.cid-v5LhpYn650 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5LhpYn650 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5LhpYn650 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5LhpYn650 .row {
    text-align: center;
  }
  .cid-v5LhpYn650 .social-row {
    justify-content: center;
  }
}
.cid-v5LhpYn650 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v5LhpYn650 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5LhpYn650 .list {
    margin-bottom: 0rem;
  }
}
.cid-v5LhpYn650 .mbr-text {
  color: #bbbbbb;
}
.cid-v5LhpYn650 .mbr-iconfont {
  color: black;
}
.cid-v5LhpYn650 .mbr-section-subtitle {
  color: #3398a7;
}
.cid-v5LhpYn650 .copyright {
  color: #3398a7;
}
.cid-v5JRDLnFVj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v5JRDLnFVj nav.navbar {
  position: fixed;
}
.cid-v5JRDLnFVj .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-v5JRDLnFVj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5JRDLnFVj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5JRDLnFVj .dropdown-item:hover,
.cid-v5JRDLnFVj .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v5JRDLnFVj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5JRDLnFVj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5JRDLnFVj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5JRDLnFVj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5JRDLnFVj .nav-link {
  position: relative;
}
.cid-v5JRDLnFVj .container {
  display: flex;
  margin: auto;
}
.cid-v5JRDLnFVj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5JRDLnFVj .dropdown-menu,
.cid-v5JRDLnFVj .navbar.opened {
  background: #031e1f !important;
}
.cid-v5JRDLnFVj .nav-item:focus,
.cid-v5JRDLnFVj .nav-link:focus {
  outline: none;
}
.cid-v5JRDLnFVj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5JRDLnFVj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5JRDLnFVj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5JRDLnFVj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5JRDLnFVj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5JRDLnFVj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5JRDLnFVj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #031e1f;
}
.cid-v5JRDLnFVj .navbar.opened {
  transition: all 0.3s;
}
.cid-v5JRDLnFVj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5JRDLnFVj .navbar .navbar-logo img {
  width: auto;
}
.cid-v5JRDLnFVj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5JRDLnFVj .navbar.collapsed {
  justify-content: center;
}
.cid-v5JRDLnFVj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5JRDLnFVj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5JRDLnFVj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5JRDLnFVj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5JRDLnFVj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5JRDLnFVj .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-v5JRDLnFVj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5JRDLnFVj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5JRDLnFVj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5JRDLnFVj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5JRDLnFVj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5JRDLnFVj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5JRDLnFVj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5JRDLnFVj .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-v5JRDLnFVj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5JRDLnFVj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5JRDLnFVj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5JRDLnFVj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5JRDLnFVj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5JRDLnFVj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5JRDLnFVj .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5JRDLnFVj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5JRDLnFVj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5JRDLnFVj .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-v5JRDLnFVj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5JRDLnFVj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5JRDLnFVj .dropdown-item.active,
.cid-v5JRDLnFVj .dropdown-item:active {
  background-color: transparent;
}
.cid-v5JRDLnFVj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5JRDLnFVj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5JRDLnFVj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5JRDLnFVj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #031e1f;
}
.cid-v5JRDLnFVj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5JRDLnFVj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5JRDLnFVj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5JRDLnFVj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5JRDLnFVj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5JRDLnFVj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5JRDLnFVj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5JRDLnFVj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JRDLnFVj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JRDLnFVj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5JRDLnFVj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JRDLnFVj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5JRDLnFVj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5JRDLnFVj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JRDLnFVj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5JRDLnFVj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5JRDLnFVj .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-v5JRDLnFVj .navbar {
    height: 70px;
  }
  .cid-v5JRDLnFVj .navbar.opened {
    height: auto;
  }
  .cid-v5JRDLnFVj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5JRDLQzY7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5JRDLQzY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JRDLQzY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JRDLQzY7 .mbr-section-subtitle {
  color: #fafafa;
  text-align: right;
}
.cid-v5JRDMg8QB {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5JRDMg8QB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JRDMg8QB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JRDMg8QB .mbr-section-title {
  text-align: justify;
  color: #fafafa;
}
.cid-v5JRDMg8QB .mbr-section-subtitle {
  text-align: justify;
  color: #3398a7;
}
.cid-v5JRDMy4hP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5JRDMy4hP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JRDMy4hP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JRDMy4hP .mbr-section-title {
  text-align: left;
  color: #7ebbc2;
}
.cid-v5JRDMy4hP .mbr-section-subtitle {
  text-align: justify;
  color: #fafafa;
}
.cid-v5JRDMQc4Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5JRDMQc4Y .line {
  background-color: #9fdbf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v5JRDN4D9O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5JRDN4D9O .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v5JRDN4D9O .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v5JRDN4D9O .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #357594;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v5JRDN4D9O .mbr-text {
  color: #fafafa;
}
.cid-v5JRDN4D9O .mbr-section-title {
  color: #7ebbc2;
}
.cid-v5JRDNj7YP {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5JRDNj7YP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JRDNj7YP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JRDNj7YP .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JRDNj7YP .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JRDNj7YP .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JRDNj7YP .card-title {
  color: #7ebbc2;
}
.cid-v5JRDNj7YP .card-text {
  color: #fafafa;
}
.cid-v5JSYw7qGc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v5JSYw7qGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JSYw7qGc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JSYw7qGc .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JSYw7qGc .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JSYw7qGc .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JSYw7qGc .card-title {
  color: #7ebbc2;
}
.cid-v5JSYw7qGc .card-text {
  color: #fafafa;
}
.cid-v5JRDNDGa7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5JRDNDGa7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JRDNDGa7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JRDNDGa7 .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JRDNDGa7 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JRDNDGa7 .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JRDNDGa7 .card-title {
  color: #7ebbc2;
}
.cid-v5JRDNDGa7 .card-text {
  color: #fafafa;
}
.cid-v5JRDNWjTh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v5JRDNWjTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JRDNWjTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JRDNWjTh .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JRDNWjTh .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JRDNWjTh .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JRDNWjTh .card-title {
  color: #7ebbc2;
}
.cid-v5JRDNWjTh .card-text {
  color: #fafafa;
}
.cid-v5JRDP9FWL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v5JRDP9FWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JRDP9FWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JRDP9FWL .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5JRDP9FWL .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5JRDP9FWL .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5JRDP9FWL .card-title {
  color: #7ebbc2;
}
.cid-v5JRDP9FWL .card-text {
  color: #fafafa;
}
.cid-v5LhpYn650 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5LhpYn650 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5LhpYn650 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5LhpYn650 .row {
    text-align: center;
  }
  .cid-v5LhpYn650 .social-row {
    justify-content: center;
  }
}
.cid-v5LhpYn650 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v5LhpYn650 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5LhpYn650 .list {
    margin-bottom: 0rem;
  }
}
.cid-v5LhpYn650 .mbr-text {
  color: #bbbbbb;
}
.cid-v5LhpYn650 .mbr-iconfont {
  color: black;
}
.cid-v5LhpYn650 .mbr-section-subtitle {
  color: #3398a7;
}
.cid-v5LhpYn650 .copyright {
  color: #3398a7;
}
.cid-v5LgCOw4FW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v5LgCOw4FW nav.navbar {
  position: fixed;
}
.cid-v5LgCOw4FW .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-v5LgCOw4FW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5LgCOw4FW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5LgCOw4FW .dropdown-item:hover,
.cid-v5LgCOw4FW .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v5LgCOw4FW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5LgCOw4FW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5LgCOw4FW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5LgCOw4FW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5LgCOw4FW .nav-link {
  position: relative;
}
.cid-v5LgCOw4FW .container {
  display: flex;
  margin: auto;
}
.cid-v5LgCOw4FW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5LgCOw4FW .dropdown-menu,
.cid-v5LgCOw4FW .navbar.opened {
  background: #031e1f !important;
}
.cid-v5LgCOw4FW .nav-item:focus,
.cid-v5LgCOw4FW .nav-link:focus {
  outline: none;
}
.cid-v5LgCOw4FW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5LgCOw4FW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5LgCOw4FW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5LgCOw4FW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5LgCOw4FW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5LgCOw4FW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5LgCOw4FW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #031e1f;
}
.cid-v5LgCOw4FW .navbar.opened {
  transition: all 0.3s;
}
.cid-v5LgCOw4FW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5LgCOw4FW .navbar .navbar-logo img {
  width: auto;
}
.cid-v5LgCOw4FW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5LgCOw4FW .navbar.collapsed {
  justify-content: center;
}
.cid-v5LgCOw4FW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5LgCOw4FW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5LgCOw4FW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5LgCOw4FW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5LgCOw4FW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5LgCOw4FW .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-v5LgCOw4FW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5LgCOw4FW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5LgCOw4FW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5LgCOw4FW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5LgCOw4FW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5LgCOw4FW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5LgCOw4FW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5LgCOw4FW .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-v5LgCOw4FW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5LgCOw4FW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5LgCOw4FW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5LgCOw4FW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5LgCOw4FW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5LgCOw4FW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5LgCOw4FW .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5LgCOw4FW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5LgCOw4FW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5LgCOw4FW .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-v5LgCOw4FW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5LgCOw4FW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5LgCOw4FW .dropdown-item.active,
.cid-v5LgCOw4FW .dropdown-item:active {
  background-color: transparent;
}
.cid-v5LgCOw4FW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5LgCOw4FW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5LgCOw4FW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5LgCOw4FW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #031e1f;
}
.cid-v5LgCOw4FW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5LgCOw4FW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5LgCOw4FW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5LgCOw4FW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5LgCOw4FW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5LgCOw4FW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5LgCOw4FW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5LgCOw4FW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5LgCOw4FW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5LgCOw4FW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5LgCOw4FW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5LgCOw4FW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5LgCOw4FW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5LgCOw4FW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5LgCOw4FW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5LgCOw4FW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5LgCOw4FW .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-v5LgCOw4FW .navbar {
    height: 70px;
  }
  .cid-v5LgCOw4FW .navbar.opened {
    height: auto;
  }
  .cid-v5LgCOw4FW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5LgCPcQm5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5LgCPcQm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5LgCPcQm5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5LgCPcQm5 .mbr-section-subtitle {
  color: #fafafa;
  text-align: right;
}
.cid-v5LgCPPNFO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v5LgCPPNFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5LgCPPNFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5LgCPPNFO .mbr-section-title {
  text-align: left;
  color: #7ebbc2;
}
.cid-v5LgCPPNFO .mbr-section-subtitle {
  text-align: justify;
  color: #fafafa;
}
.cid-v5Lksh4YP2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5Lksh4YP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Lksh4YP2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Lksh4YP2 .mbr-section-title {
  text-align: justify;
  color: #7ebbc2;
}
.cid-v5LkMb0NB1 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v5LkMb0NB1 img,
.cid-v5LkMb0NB1 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v5LkMb0NB1 .item:focus,
.cid-v5LkMb0NB1 span:focus {
  outline: none;
}
.cid-v5LkMb0NB1 .item-wrapper {
  position: relative;
}
.cid-v5LkMb0NB1 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v5LkMb0NB1 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5LkMb0NB1 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v5LkMb0NB1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5LkMb0NB1 .mbr-section-title {
  color: #232323;
}
.cid-v5LkMb0NB1 .mbr-text,
.cid-v5LkMb0NB1 .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-v5LkMb0NB1 .item-title {
  text-align: left;
  color: #7ebbca;
}
.cid-v5LkMb0NB1 .item-subtitle {
  text-align: left;
}
.cid-v5LkMb0NB1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v5LkMb0NB1 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v5LkMb0NB1 .embla__button--next,
.cid-v5LkMb0NB1 .embla__button--prev {
  display: flex;
}
.cid-v5LkMb0NB1 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v5LkMb0NB1 .embla__button {
    display: none;
  }
}
.cid-v5LkMb0NB1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v5LkMb0NB1 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v5LkMb0NB1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5LkMb0NB1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5LkMb0NB1 .embla__button {
    top: auto;
  }
}
.cid-v5LkMb0NB1 .embla {
  position: relative;
  width: 100%;
}
.cid-v5LkMb0NB1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v5LkMb0NB1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5LkMb0NB1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5LkMb0NB1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5LvEy7vsV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5LvEy7vsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5LvEy7vsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5LvEy7vsV .mbr-section-title {
  text-align: justify;
  color: #7ebbc2;
}
.cid-v5LvP4PDDo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5LvP4PDDo .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v5LvP4PDDo .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v5LvP4PDDo .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #3398a7;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v5LvP4PDDo .mbr-text {
  color: #fafafa;
}
.cid-v5LvP4PDDo .mbr-section-title {
  color: #bbbbbb;
}
.cid-v5LwnPtuxm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5LwnPtuxm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5LwnPtuxm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5LwnPtuxm .mbr-section-title {
  text-align: justify;
  color: #7ebbc2;
}
.cid-v5LwnPtuxm .mbr-section-subtitle {
  text-align: left;
  color: #fafafa;
}
.cid-v5LAe06b4M {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v5LAe06b4M img,
.cid-v5LAe06b4M .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v5LAe06b4M .item:focus,
.cid-v5LAe06b4M span:focus {
  outline: none;
}
.cid-v5LAe06b4M .item-wrapper {
  position: relative;
}
.cid-v5LAe06b4M .slide-content {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v5LAe06b4M .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5LAe06b4M .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v5LAe06b4M .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5LAe06b4M .mbr-section-title {
  color: #232323;
}
.cid-v5LAe06b4M .mbr-text,
.cid-v5LAe06b4M .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-v5LAe06b4M .item-title {
  text-align: left;
  color: #7ebbc2;
}
.cid-v5LAe06b4M .item-subtitle {
  text-align: left;
}
.cid-v5LAe06b4M .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v5LAe06b4M .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v5LAe06b4M .embla__button--next,
.cid-v5LAe06b4M .embla__button--prev {
  display: flex;
}
.cid-v5LAe06b4M .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v5LAe06b4M .embla__button {
    display: none;
  }
}
.cid-v5LAe06b4M .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v5LAe06b4M .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v5LAe06b4M .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5LAe06b4M .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5LAe06b4M .embla__button {
    top: auto;
  }
}
.cid-v5LAe06b4M .embla {
  position: relative;
  width: 100%;
}
.cid-v5LAe06b4M .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v5LAe06b4M .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5LAe06b4M .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5LAe06b4M .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5LDb3EKwC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5LDb3EKwC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5LDb3EKwC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5LDb3EKwC .mbr-section-title {
  text-align: justify;
  color: #7ebbc2;
}
.cid-v5LDDQ38su {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v5LDDQ38su .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5LDDQ38su .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5LDDQ38su .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v5LDDQ38su .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5LDDQ38su .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-v5LDDQ38su .card-title {
  color: #7ebbc2;
}
.cid-v5LDDQ38su .card-text {
  color: #fafafa;
}
.cid-v5LE8SyDDO {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v5LE8SyDDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5LE8SyDDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5LE8SyDDO .mbr-section-title {
  text-align: left;
  color: #7ebbc2;
}
.cid-v5LE8SyDDO .mbr-section-subtitle {
  text-align: justify;
  color: #fafafa;
}
.cid-v5LhpYn650 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5LhpYn650 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5LhpYn650 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5LhpYn650 .row {
    text-align: center;
  }
  .cid-v5LhpYn650 .social-row {
    justify-content: center;
  }
}
.cid-v5LhpYn650 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v5LhpYn650 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5LhpYn650 .list {
    margin-bottom: 0rem;
  }
}
.cid-v5LhpYn650 .mbr-text {
  color: #bbbbbb;
}
.cid-v5LhpYn650 .mbr-iconfont {
  color: black;
}
.cid-v5LhpYn650 .mbr-section-subtitle {
  color: #3398a7;
}
.cid-v5LhpYn650 .copyright {
  color: #3398a7;
}
.cid-v9fgvHwcGR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v9fgvHwcGR nav.navbar {
  position: fixed;
}
.cid-v9fgvHwcGR .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-v9fgvHwcGR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9fgvHwcGR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9fgvHwcGR .dropdown-item:hover,
.cid-v9fgvHwcGR .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v9fgvHwcGR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9fgvHwcGR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9fgvHwcGR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9fgvHwcGR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9fgvHwcGR .nav-link {
  position: relative;
}
.cid-v9fgvHwcGR .container {
  display: flex;
  margin: auto;
}
.cid-v9fgvHwcGR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9fgvHwcGR .dropdown-menu,
.cid-v9fgvHwcGR .navbar.opened {
  background: #031e1f !important;
}
.cid-v9fgvHwcGR .nav-item:focus,
.cid-v9fgvHwcGR .nav-link:focus {
  outline: none;
}
.cid-v9fgvHwcGR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9fgvHwcGR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9fgvHwcGR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9fgvHwcGR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9fgvHwcGR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9fgvHwcGR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9fgvHwcGR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #031e1f;
}
.cid-v9fgvHwcGR .navbar.opened {
  transition: all 0.3s;
}
.cid-v9fgvHwcGR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9fgvHwcGR .navbar .navbar-logo img {
  width: auto;
}
.cid-v9fgvHwcGR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9fgvHwcGR .navbar.collapsed {
  justify-content: center;
}
.cid-v9fgvHwcGR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9fgvHwcGR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9fgvHwcGR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v9fgvHwcGR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9fgvHwcGR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9fgvHwcGR .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-v9fgvHwcGR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9fgvHwcGR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9fgvHwcGR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9fgvHwcGR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9fgvHwcGR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9fgvHwcGR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9fgvHwcGR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9fgvHwcGR .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-v9fgvHwcGR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9fgvHwcGR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9fgvHwcGR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9fgvHwcGR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9fgvHwcGR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9fgvHwcGR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9fgvHwcGR .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9fgvHwcGR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9fgvHwcGR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9fgvHwcGR .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-v9fgvHwcGR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9fgvHwcGR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9fgvHwcGR .dropdown-item.active,
.cid-v9fgvHwcGR .dropdown-item:active {
  background-color: transparent;
}
.cid-v9fgvHwcGR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9fgvHwcGR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9fgvHwcGR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9fgvHwcGR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #031e1f;
}
.cid-v9fgvHwcGR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9fgvHwcGR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9fgvHwcGR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9fgvHwcGR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9fgvHwcGR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9fgvHwcGR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9fgvHwcGR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9fgvHwcGR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9fgvHwcGR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9fgvHwcGR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9fgvHwcGR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9fgvHwcGR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9fgvHwcGR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9fgvHwcGR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9fgvHwcGR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9fgvHwcGR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9fgvHwcGR .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-v9fgvHwcGR .navbar {
    height: 70px;
  }
  .cid-v9fgvHwcGR .navbar.opened {
    height: auto;
  }
  .cid-v9fgvHwcGR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9fgvHX56O {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v9fgvHX56O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9fgvHX56O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9fgvHX56O .mbr-section-subtitle {
  color: #fafafa;
  text-align: right;
}
.cid-v9flb5suQG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-v9flb5suQG h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v9flb5suQG h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v9flb5suQG h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v9flb5suQG .mbr-text,
.cid-v9flb5suQG .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-v9flb5suQG h3:before,
  .cid-v9flb5suQG h3:after {
    display: none;
  }
}
.cid-v9flb5suQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9flb5suQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9flb5suQG H1 {
  color: #006384;
}
.cid-v9flae1Rvr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v9flae1Rvr .mbr-text {
    text-align: center;
  }
}
.cid-v9flae1Rvr .mbr-text,
.cid-v9flae1Rvr .mbr-section-btn {
  color: #767676;
}
.cid-v9flae1Rvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9flae1Rvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9flae1Rvr H1 {
  color: #0f7699;
}
.cid-v9fgvIQovN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v9fgvIQovN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v9fgvIQovN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9fgvIQovN .row {
    text-align: center;
  }
  .cid-v9fgvIQovN .social-row {
    justify-content: center;
  }
}
.cid-v9fgvIQovN .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v9fgvIQovN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9fgvIQovN .list {
    margin-bottom: 0rem;
  }
}
.cid-v9fgvIQovN .mbr-text {
  color: #bbbbbb;
}
.cid-v9fgvIQovN .mbr-iconfont {
  color: black;
}
.cid-v9fgvIQovN .mbr-section-subtitle {
  color: #3398a7;
}
.cid-v9fgvIQovN .copyright {
  color: #3398a7;
}
.cid-v9fljLW189 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v9fljLW189 nav.navbar {
  position: fixed;
}
.cid-v9fljLW189 .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-v9fljLW189 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9fljLW189 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9fljLW189 .dropdown-item:hover,
.cid-v9fljLW189 .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v9fljLW189 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9fljLW189 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9fljLW189 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9fljLW189 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9fljLW189 .nav-link {
  position: relative;
}
.cid-v9fljLW189 .container {
  display: flex;
  margin: auto;
}
.cid-v9fljLW189 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9fljLW189 .dropdown-menu,
.cid-v9fljLW189 .navbar.opened {
  background: #031e1f !important;
}
.cid-v9fljLW189 .nav-item:focus,
.cid-v9fljLW189 .nav-link:focus {
  outline: none;
}
.cid-v9fljLW189 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9fljLW189 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9fljLW189 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9fljLW189 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9fljLW189 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9fljLW189 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9fljLW189 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #031e1f;
}
.cid-v9fljLW189 .navbar.opened {
  transition: all 0.3s;
}
.cid-v9fljLW189 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9fljLW189 .navbar .navbar-logo img {
  width: auto;
}
.cid-v9fljLW189 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9fljLW189 .navbar.collapsed {
  justify-content: center;
}
.cid-v9fljLW189 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9fljLW189 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9fljLW189 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v9fljLW189 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9fljLW189 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9fljLW189 .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-v9fljLW189 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9fljLW189 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9fljLW189 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9fljLW189 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9fljLW189 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9fljLW189 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9fljLW189 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9fljLW189 .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-v9fljLW189 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9fljLW189 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9fljLW189 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9fljLW189 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9fljLW189 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9fljLW189 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9fljLW189 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9fljLW189 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9fljLW189 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9fljLW189 .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-v9fljLW189 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9fljLW189 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9fljLW189 .dropdown-item.active,
.cid-v9fljLW189 .dropdown-item:active {
  background-color: transparent;
}
.cid-v9fljLW189 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9fljLW189 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9fljLW189 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9fljLW189 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #031e1f;
}
.cid-v9fljLW189 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9fljLW189 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9fljLW189 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9fljLW189 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9fljLW189 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9fljLW189 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9fljLW189 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9fljLW189 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9fljLW189 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9fljLW189 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9fljLW189 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9fljLW189 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9fljLW189 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9fljLW189 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9fljLW189 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9fljLW189 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9fljLW189 .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-v9fljLW189 .navbar {
    height: 70px;
  }
  .cid-v9fljLW189 .navbar.opened {
    height: auto;
  }
  .cid-v9fljLW189 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9fljMmTZM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v9fljMmTZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9fljMmTZM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9fljMmTZM .mbr-section-subtitle {
  color: #fafafa;
  text-align: right;
}
.cid-v9fljME2V6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-v9fljME2V6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v9fljME2V6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v9fljME2V6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v9fljME2V6 .mbr-text,
.cid-v9fljME2V6 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-v9fljME2V6 h3:before,
  .cid-v9fljME2V6 h3:after {
    display: none;
  }
}
.cid-v9fljME2V6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9fljME2V6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9fljME2V6 H1 {
  color: #006384;
}
.cid-v9fljMVPCh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v9fljMVPCh .mbr-text {
    text-align: center;
  }
}
.cid-v9fljMVPCh .mbr-text,
.cid-v9fljMVPCh .mbr-section-btn {
  color: #767676;
}
.cid-v9fljMVPCh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9fljMVPCh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9fljMVPCh H1 {
  color: #0f7699;
}
.cid-v9fljNd5No {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v9fljNd5No .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v9fljNd5No .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9fljNd5No .row {
    text-align: center;
  }
  .cid-v9fljNd5No .social-row {
    justify-content: center;
  }
}
.cid-v9fljNd5No .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v9fljNd5No .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9fljNd5No .list {
    margin-bottom: 0rem;
  }
}
.cid-v9fljNd5No .mbr-text {
  color: #bbbbbb;
}
.cid-v9fljNd5No .mbr-iconfont {
  color: black;
}
.cid-v9fljNd5No .mbr-section-subtitle {
  color: #3398a7;
}
.cid-v9fljNd5No .copyright {
  color: #3398a7;
}
.cid-v9flJ6llTJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v9flJ6llTJ nav.navbar {
  position: fixed;
}
.cid-v9flJ6llTJ .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-v9flJ6llTJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9flJ6llTJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9flJ6llTJ .dropdown-item:hover,
.cid-v9flJ6llTJ .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v9flJ6llTJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9flJ6llTJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9flJ6llTJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9flJ6llTJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9flJ6llTJ .nav-link {
  position: relative;
}
.cid-v9flJ6llTJ .container {
  display: flex;
  margin: auto;
}
.cid-v9flJ6llTJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9flJ6llTJ .dropdown-menu,
.cid-v9flJ6llTJ .navbar.opened {
  background: #031e1f !important;
}
.cid-v9flJ6llTJ .nav-item:focus,
.cid-v9flJ6llTJ .nav-link:focus {
  outline: none;
}
.cid-v9flJ6llTJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9flJ6llTJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9flJ6llTJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9flJ6llTJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9flJ6llTJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9flJ6llTJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9flJ6llTJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #031e1f;
}
.cid-v9flJ6llTJ .navbar.opened {
  transition: all 0.3s;
}
.cid-v9flJ6llTJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9flJ6llTJ .navbar .navbar-logo img {
  width: auto;
}
.cid-v9flJ6llTJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9flJ6llTJ .navbar.collapsed {
  justify-content: center;
}
.cid-v9flJ6llTJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9flJ6llTJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9flJ6llTJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v9flJ6llTJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9flJ6llTJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9flJ6llTJ .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-v9flJ6llTJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9flJ6llTJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9flJ6llTJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9flJ6llTJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9flJ6llTJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9flJ6llTJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9flJ6llTJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9flJ6llTJ .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-v9flJ6llTJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9flJ6llTJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9flJ6llTJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9flJ6llTJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9flJ6llTJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9flJ6llTJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9flJ6llTJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9flJ6llTJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9flJ6llTJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9flJ6llTJ .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-v9flJ6llTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9flJ6llTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9flJ6llTJ .dropdown-item.active,
.cid-v9flJ6llTJ .dropdown-item:active {
  background-color: transparent;
}
.cid-v9flJ6llTJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9flJ6llTJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9flJ6llTJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9flJ6llTJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #031e1f;
}
.cid-v9flJ6llTJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9flJ6llTJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9flJ6llTJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9flJ6llTJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9flJ6llTJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9flJ6llTJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9flJ6llTJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9flJ6llTJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9flJ6llTJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9flJ6llTJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9flJ6llTJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9flJ6llTJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9flJ6llTJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9flJ6llTJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9flJ6llTJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9flJ6llTJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9flJ6llTJ .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-v9flJ6llTJ .navbar {
    height: 70px;
  }
  .cid-v9flJ6llTJ .navbar.opened {
    height: auto;
  }
  .cid-v9flJ6llTJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9flJ6Nq8c {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v9flJ6Nq8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9flJ6Nq8c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9flJ6Nq8c .mbr-section-subtitle {
  color: #fafafa;
  text-align: right;
}
.cid-v9flJ74fcx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-v9flJ74fcx h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v9flJ74fcx h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v9flJ74fcx h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v9flJ74fcx .mbr-text,
.cid-v9flJ74fcx .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-v9flJ74fcx h3:before,
  .cid-v9flJ74fcx h3:after {
    display: none;
  }
}
.cid-v9flJ74fcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9flJ74fcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9flJ74fcx H1 {
  color: #006384;
}
.cid-v9flJ7l7uB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v9flJ7l7uB .mbr-text {
    text-align: center;
  }
}
.cid-v9flJ7l7uB .mbr-text,
.cid-v9flJ7l7uB .mbr-section-btn {
  color: #767676;
}
.cid-v9flJ7l7uB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9flJ7l7uB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9flJ7l7uB H1 {
  color: #0f7699;
}
.cid-v9flJ7CgOt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v9flJ7CgOt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v9flJ7CgOt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9flJ7CgOt .row {
    text-align: center;
  }
  .cid-v9flJ7CgOt .social-row {
    justify-content: center;
  }
}
.cid-v9flJ7CgOt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v9flJ7CgOt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9flJ7CgOt .list {
    margin-bottom: 0rem;
  }
}
.cid-v9flJ7CgOt .mbr-text {
  color: #bbbbbb;
}
.cid-v9flJ7CgOt .mbr-iconfont {
  color: black;
}
.cid-v9flJ7CgOt .mbr-section-subtitle {
  color: #3398a7;
}
.cid-v9flJ7CgOt .copyright {
  color: #3398a7;
}
