.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.82rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #6592e6 !important;
}
.text-secondary {
  color: #ffe161 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #facb00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.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: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.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: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #6592e6;
}
/* 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: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffe161 !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='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #22a5e5 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #22a5e5;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #22a5e5;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tupzZH9EVG {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/cute-couple-kissing-6-1800x859.webp");
}
.cid-tupzZH9EVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tupzZH9EVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tupzZH9EVG .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tupzZH9EVG .mbr-section-subtitle {
  color: #4479d9;
}
.cid-s48MCQYojq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-s48MCQYojq .mbr-section-title {
  text-align: left;
}
.cid-s48MCQYojq .mbr-text,
.cid-s48MCQYojq .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s48MCQYojq .mbr-section-title,
  .cid-s48MCQYojq .mbr-section-btn,
  .cid-s48MCQYojq .mbr-text {
    text-align: center;
  }
}
.cid-tupHd7RGaH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tupHd7RGaH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tupHd7RGaH .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-tupHd7RGaH .container {
    max-width: 1400px;
  }
}
.cid-tupHd7RGaH .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tupHd7RGaH .card-wrapper {
  margin-top: 3rem;
}
.cid-tupHd7RGaH .row {
  justify-content: center;
}
.cid-tupHd7RGaH .card-text {
  text-align: center;
}
.cid-uxhfffLcH8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxhfffLcH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxhfffLcH8 .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-uxhfffLcH8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxhfffLcH8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxhfffLcH8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uxgSeZP5Re {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxgSeZP5Re img,
.cid-uxgSeZP5Re .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uxgSeZP5Re .item:focus,
.cid-uxgSeZP5Re span:focus {
  outline: none;
}
.cid-uxgSeZP5Re .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uxgSeZP5Re .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uxgSeZP5Re .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uxgSeZP5Re .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxgSeZP5Re .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uxgSeZP5Re .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uxgSeZP5Re .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uxgSeZP5Re .mbr-section-title {
  color: #232323;
}
.cid-uxgSeZP5Re .mbr-text,
.cid-uxgSeZP5Re .mbr-section-btn {
  text-align: center;
}
.cid-uxgSeZP5Re .item-title {
  text-align: center;
}
.cid-uxgSeZP5Re .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tupHpK0Bha {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tupHpK0Bha .mbr-fallback-image.disabled {
  display: none;
}
.cid-tupHpK0Bha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tupHpK0Bha .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tupHpK0Bha .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tupHpK0Bha .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tupHpK0Bha .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tupHpK0Bha .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tupHpK0Bha .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tupHpK0Bha .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tupHpK0Bha .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxilqVrahR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #263652;
}
.cid-uxilqVrahR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxilqVrahR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxilqVrahR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uxilqVrahR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uxilqVrahR .container {
    padding: 0;
  }
}
.cid-uxilqVrahR .row {
  justify-content: center;
}
.cid-uxilqVrahR .row.lists {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-uxilqVrahR .row.lists .card {
    margin-bottom: 40px;
  }
}
.cid-uxilqVrahR .row.lists .card .card-wrapper {
  padding: 0 8px;
}
@media (max-width: 768px) {
  .cid-uxilqVrahR .row.lists .card .card-wrapper {
    padding: 0 16px;
  }
}
.cid-uxilqVrahR .row.lists .card .card-wrapper .mbr-card-title {
  margin-bottom: 10px;
}
.cid-uxilqVrahR .row.lists .card .card-wrapper .list {
  padding: 0;
  margin: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-uxilqVrahR .row.lists .card .card-wrapper .list .item-wrap {
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  list-style-type: none;
}
.cid-uxilqVrahR .row.lists .card .card-wrapper .list .item-wrap:hover {
  color: #d17756;
  transform: translateX(10px);
}
.cid-uxilqVrahR .row.copy {
  border-top: 1px solid #ffffff;
}
.cid-uxilqVrahR .row.copy .copyright {
  padding: 30px 16px;
  margin-bottom: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-uxilqVrahR .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uxilqVrahR .list {
  color: #4479d9;
  text-align: left;
}
.cid-uxilqVrahR .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-twtXQvYkqk {
  z-index: 1000;
  width: 100%;
}
.cid-twtXQvYkqk nav.navbar {
  position: fixed;
}
.cid-twtXQvYkqk .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-twtXQvYkqk .dropdown-menu {
  padding: 0;
}
.cid-twtXQvYkqk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twtXQvYkqk .dropdown-item:hover,
.cid-twtXQvYkqk .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-twtXQvYkqk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-twtXQvYkqk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twtXQvYkqk .nav-link {
  position: relative;
}
.cid-twtXQvYkqk .container {
  display: flex;
  margin: auto;
}
.cid-twtXQvYkqk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-twtXQvYkqk .navbar-caption {
  padding-right: 4rem;
}
.cid-twtXQvYkqk .dropdown-menu,
.cid-twtXQvYkqk .navbar.opened {
  background: #22a5e5 !important;
}
.cid-twtXQvYkqk .nav-item:focus,
.cid-twtXQvYkqk .nav-link:focus {
  outline: none;
}
.cid-twtXQvYkqk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twtXQvYkqk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twtXQvYkqk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-twtXQvYkqk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twtXQvYkqk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twtXQvYkqk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twtXQvYkqk .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #22a5e5;
}
.cid-twtXQvYkqk .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twtXQvYkqk .navbar.opened {
  transition: all .3s;
}
.cid-twtXQvYkqk .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-twtXQvYkqk .navbar .navbar-logo img {
  width: auto;
}
.cid-twtXQvYkqk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twtXQvYkqk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twtXQvYkqk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-twtXQvYkqk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twtXQvYkqk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twtXQvYkqk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-twtXQvYkqk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twtXQvYkqk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-twtXQvYkqk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-twtXQvYkqk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twtXQvYkqk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twtXQvYkqk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twtXQvYkqk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twtXQvYkqk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-twtXQvYkqk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-twtXQvYkqk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twtXQvYkqk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twtXQvYkqk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twtXQvYkqk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twtXQvYkqk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-twtXQvYkqk .navbar.navbar-short {
  min-height: 60px;
}
.cid-twtXQvYkqk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-twtXQvYkqk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-twtXQvYkqk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-twtXQvYkqk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twtXQvYkqk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twtXQvYkqk .dropdown-item.active,
.cid-twtXQvYkqk .dropdown-item:active {
  background-color: transparent;
}
.cid-twtXQvYkqk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twtXQvYkqk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twtXQvYkqk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twtXQvYkqk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #22a5e5;
}
.cid-twtXQvYkqk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twtXQvYkqk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twtXQvYkqk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twtXQvYkqk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twtXQvYkqk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-twtXQvYkqk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-twtXQvYkqk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-twtXQvYkqk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-twtXQvYkqk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-twtXQvYkqk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-twtXQvYkqk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-twtXQvYkqk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-twtXQvYkqk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-twtXQvYkqk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-twtXQvYkqk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-twtXQvYkqk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twtXQvYkqk .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-twtXQvYkqk .navbar {
    height: 77px;
  }
  .cid-twtXQvYkqk .navbar.opened {
    height: auto;
  }
  .cid-twtXQvYkqk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxtYrmhBhB {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background: linear-gradient(0deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
}
.cid-uxtYrmhBhB .label-text {
  color: #ffffff;
  margin: 10px 0 7px;
}
.cid-uxtYrmhBhB .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uxtYrmhBhB .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uxtYrmhBhB .mbr-section-btn {
  margin-top: 30px;
}
.cid-uxtYrmhBhB .mbr-section-btn .btn-transform {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-uxtYrmhBhB .mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-uxtYrmhBhB .mbr-section-btn .btn-white-outline:hover {
  color: #fff !important;
  background: #ffffff !important;
}
.cid-uxtYrmhBhB .mbr-section-btn .btn-white-outline:hover .btn-transform {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-tOdSgL101T {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background7.webp");
}
.cid-tOdSgL101T .mbr-section-title {
  text-align: left;
}
.cid-tOdSgL101T .mbr-text,
.cid-tOdSgL101T .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tOdSgL101T .mbr-section-title,
  .cid-tOdSgL101T .mbr-section-btn,
  .cid-tOdSgL101T .mbr-text {
    text-align: center;
  }
}
.cid-uxn8Ib2A15 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxn8Ib2A15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxn8Ib2A15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxn8Ib2A15 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxn8Ib2A15 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxn8Ib2A15 .container {
    padding: 0 30px;
  }
}
.cid-uxn8Ib2A15 .row {
  justify-content: center;
}
.cid-uxn8Ib2A15 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxn8Ib2A15 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uxn8Ib2A15 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxn8Ib2A15 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uxn8Ib2A15 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uxn8Ib2A15 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uxn8Ib2A15 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxn8Ib2A15 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uxn8Ib2A15 .mbr-section-title {
  color: #22654E;
}
.cid-uxn8Ib2A15 .mbr-text {
  color: #144031;
}
.cid-uxilqVrahR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #263652;
}
.cid-uxilqVrahR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxilqVrahR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxilqVrahR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uxilqVrahR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uxilqVrahR .container {
    padding: 0;
  }
}
.cid-uxilqVrahR .row {
  justify-content: center;
}
.cid-uxilqVrahR .row.lists {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-uxilqVrahR .row.lists .card {
    margin-bottom: 40px;
  }
}
.cid-uxilqVrahR .row.lists .card .card-wrapper {
  padding: 0 8px;
}
@media (max-width: 768px) {
  .cid-uxilqVrahR .row.lists .card .card-wrapper {
    padding: 0 16px;
  }
}
.cid-uxilqVrahR .row.lists .card .card-wrapper .mbr-card-title {
  margin-bottom: 10px;
}
.cid-uxilqVrahR .row.lists .card .card-wrapper .list {
  padding: 0;
  margin: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-uxilqVrahR .row.lists .card .card-wrapper .list .item-wrap {
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  list-style-type: none;
}
.cid-uxilqVrahR .row.lists .card .card-wrapper .list .item-wrap:hover {
  color: #d17756;
  transform: translateX(10px);
}
.cid-uxilqVrahR .row.copy {
  border-top: 1px solid #ffffff;
}
.cid-uxilqVrahR .row.copy .copyright {
  padding: 30px 16px;
  margin-bottom: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-uxilqVrahR .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uxilqVrahR .list {
  color: #4479d9;
  text-align: left;
}
.cid-uxilqVrahR .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-tw6fAMrjFD {
  z-index: 1000;
  width: 100%;
}
.cid-tw6fAMrjFD nav.navbar {
  position: fixed;
}
.cid-tw6fAMrjFD .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-tw6fAMrjFD .dropdown-menu {
  padding: 0;
}
.cid-tw6fAMrjFD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw6fAMrjFD .dropdown-item:hover,
.cid-tw6fAMrjFD .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw6fAMrjFD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tw6fAMrjFD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw6fAMrjFD .nav-link {
  position: relative;
}
.cid-tw6fAMrjFD .container {
  display: flex;
  margin: auto;
}
.cid-tw6fAMrjFD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tw6fAMrjFD .navbar-caption {
  padding-right: 4rem;
}
.cid-tw6fAMrjFD .dropdown-menu,
.cid-tw6fAMrjFD .navbar.opened {
  background: #22a5e5 !important;
}
.cid-tw6fAMrjFD .nav-item:focus,
.cid-tw6fAMrjFD .nav-link:focus {
  outline: none;
}
.cid-tw6fAMrjFD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw6fAMrjFD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw6fAMrjFD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tw6fAMrjFD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw6fAMrjFD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw6fAMrjFD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw6fAMrjFD .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #22a5e5;
}
.cid-tw6fAMrjFD .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw6fAMrjFD .navbar.opened {
  transition: all .3s;
}
.cid-tw6fAMrjFD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tw6fAMrjFD .navbar .navbar-logo img {
  width: auto;
}
.cid-tw6fAMrjFD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw6fAMrjFD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw6fAMrjFD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tw6fAMrjFD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw6fAMrjFD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw6fAMrjFD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tw6fAMrjFD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw6fAMrjFD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tw6fAMrjFD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tw6fAMrjFD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw6fAMrjFD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw6fAMrjFD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw6fAMrjFD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw6fAMrjFD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tw6fAMrjFD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tw6fAMrjFD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw6fAMrjFD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw6fAMrjFD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw6fAMrjFD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw6fAMrjFD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tw6fAMrjFD .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw6fAMrjFD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tw6fAMrjFD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tw6fAMrjFD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw6fAMrjFD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw6fAMrjFD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw6fAMrjFD .dropdown-item.active,
.cid-tw6fAMrjFD .dropdown-item:active {
  background-color: transparent;
}
.cid-tw6fAMrjFD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw6fAMrjFD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw6fAMrjFD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw6fAMrjFD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #22a5e5;
}
.cid-tw6fAMrjFD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw6fAMrjFD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw6fAMrjFD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw6fAMrjFD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw6fAMrjFD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tw6fAMrjFD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tw6fAMrjFD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tw6fAMrjFD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tw6fAMrjFD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tw6fAMrjFD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tw6fAMrjFD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tw6fAMrjFD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tw6fAMrjFD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tw6fAMrjFD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tw6fAMrjFD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tw6fAMrjFD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw6fAMrjFD .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-tw6fAMrjFD .navbar {
    height: 77px;
  }
  .cid-tw6fAMrjFD .navbar.opened {
    height: auto;
  }
  .cid-tw6fAMrjFD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxoFxED8eV {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background: linear-gradient(0deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
}
.cid-uxoFxED8eV .label-text {
  color: #ffffff;
  margin: 10px 0 7px;
}
.cid-uxoFxED8eV .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uxoFxED8eV .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uxoFxED8eV .mbr-section-btn {
  margin-top: 30px;
}
.cid-uxoFxED8eV .mbr-section-btn .btn-transform {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-uxoFxED8eV .mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-uxoFxED8eV .mbr-section-btn .btn-white-outline:hover {
  color: #fff !important;
  background: #ffffff !important;
}
.cid-uxoFxED8eV .mbr-section-btn .btn-white-outline:hover .btn-transform {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-uxoHSuzd42 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxoHSuzd42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoHSuzd42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoHSuzd42 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxoHSuzd42 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uxoHSuzd42 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxoHSuzd42 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxoHSuzd42 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxoHSuzd42 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uxoHSuzd42 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uxoHSuzd42 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxoI5tgLoD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxoI5tgLoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoI5tgLoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoI5tgLoD .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxoI5tgLoD .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uxoI5tgLoD .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxoI5tgLoD .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxoI5tgLoD .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxoI5tgLoD .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uxoI5tgLoD .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uxoI5tgLoD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tw6fAJhkbE {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tw6fAJhkbE .mbr-section-title {
  text-align: left;
}
.cid-tw6fAJhkbE .mbr-section-subtitle {
  text-align: left;
}
.cid-uxilqVrahR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #263652;
}
.cid-uxilqVrahR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxilqVrahR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxilqVrahR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uxilqVrahR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uxilqVrahR .container {
    padding: 0;
  }
}
.cid-uxilqVrahR .row {
  justify-content: center;
}
.cid-uxilqVrahR .row.lists {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-uxilqVrahR .row.lists .card {
    margin-bottom: 40px;
  }
}
.cid-uxilqVrahR .row.lists .card .card-wrapper {
  padding: 0 8px;
}
@media (max-width: 768px) {
  .cid-uxilqVrahR .row.lists .card .card-wrapper {
    padding: 0 16px;
  }
}
.cid-uxilqVrahR .row.lists .card .card-wrapper .mbr-card-title {
  margin-bottom: 10px;
}
.cid-uxilqVrahR .row.lists .card .card-wrapper .list {
  padding: 0;
  margin: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-uxilqVrahR .row.lists .card .card-wrapper .list .item-wrap {
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  list-style-type: none;
}
.cid-uxilqVrahR .row.lists .card .card-wrapper .list .item-wrap:hover {
  color: #d17756;
  transform: translateX(10px);
}
.cid-uxilqVrahR .row.copy {
  border-top: 1px solid #ffffff;
}
.cid-uxilqVrahR .row.copy .copyright {
  padding: 30px 16px;
  margin-bottom: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-uxilqVrahR .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uxilqVrahR .list {
  color: #4479d9;
  text-align: left;
}
.cid-uxilqVrahR .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uxoeb2QaQS {
  z-index: 1000;
  width: 100%;
}
.cid-uxoeb2QaQS nav.navbar {
  position: fixed;
}
.cid-uxoeb2QaQS .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-uxoeb2QaQS .dropdown-menu {
  padding: 0;
}
.cid-uxoeb2QaQS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxoeb2QaQS .dropdown-item:hover,
.cid-uxoeb2QaQS .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uxoeb2QaQS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uxoeb2QaQS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxoeb2QaQS .nav-link {
  position: relative;
}
.cid-uxoeb2QaQS .container {
  display: flex;
  margin: auto;
}
.cid-uxoeb2QaQS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uxoeb2QaQS .navbar-caption {
  padding-right: 4rem;
}
.cid-uxoeb2QaQS .dropdown-menu,
.cid-uxoeb2QaQS .navbar.opened {
  background: #22a5e5 !important;
}
.cid-uxoeb2QaQS .nav-item:focus,
.cid-uxoeb2QaQS .nav-link:focus {
  outline: none;
}
.cid-uxoeb2QaQS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxoeb2QaQS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxoeb2QaQS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uxoeb2QaQS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxoeb2QaQS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxoeb2QaQS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxoeb2QaQS .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #22a5e5;
}
.cid-uxoeb2QaQS .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxoeb2QaQS .navbar.opened {
  transition: all .3s;
}
.cid-uxoeb2QaQS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uxoeb2QaQS .navbar .navbar-logo img {
  width: auto;
}
.cid-uxoeb2QaQS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxoeb2QaQS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxoeb2QaQS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxoeb2QaQS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxoeb2QaQS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxoeb2QaQS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxoeb2QaQS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxoeb2QaQS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uxoeb2QaQS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uxoeb2QaQS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxoeb2QaQS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxoeb2QaQS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxoeb2QaQS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxoeb2QaQS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxoeb2QaQS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uxoeb2QaQS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxoeb2QaQS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxoeb2QaQS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxoeb2QaQS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxoeb2QaQS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uxoeb2QaQS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxoeb2QaQS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxoeb2QaQS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxoeb2QaQS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxoeb2QaQS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxoeb2QaQS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxoeb2QaQS .dropdown-item.active,
.cid-uxoeb2QaQS .dropdown-item:active {
  background-color: transparent;
}
.cid-uxoeb2QaQS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxoeb2QaQS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxoeb2QaQS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxoeb2QaQS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #22a5e5;
}
.cid-uxoeb2QaQS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxoeb2QaQS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxoeb2QaQS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxoeb2QaQS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxoeb2QaQS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxoeb2QaQS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uxoeb2QaQS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxoeb2QaQS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxoeb2QaQS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxoeb2QaQS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxoeb2QaQS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxoeb2QaQS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxoeb2QaQS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxoeb2QaQS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxoeb2QaQS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uxoeb2QaQS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxoeb2QaQS .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-uxoeb2QaQS .navbar {
    height: 77px;
  }
  .cid-uxoeb2QaQS .navbar.opened {
    height: auto;
  }
  .cid-uxoeb2QaQS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxsnWa4779 {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uxsnWa4779 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uxsnWa4779 .mbr-section-title {
  color: #000000;
}
.cid-uxsnWa4779 img {
  width: 100%;
}
.cid-uxsnWa4779 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uxsnWa4779 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uxsnWa4779 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-uxsnWa4779 * {
    text-align: left;
  }
}
.cid-uxsnWa4779 .cards-wrap {
  flex-direction: column;
}
.cid-uxsnWa4779 .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-uxsnWa4779 .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uxsnWa4779 .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uxsnWa4779 .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-uxsnWa4779 .wrapper .content .mbr-card-title {
  color: #6592e6;
  margin-bottom: 10px;
}
.cid-uxsnWa4779 .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #47b5ed;
}
.cid-uxsnWa4779 .widget-container {
  margin: 0 0 30px;
}
.cid-uxsnWa4779 .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-uxsnWa4779 .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-uxsnWa4779 .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-uxsnWa4779 .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-uxsnWa4779 .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-uxsnWa4779 .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-uxsnWa4779 .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #6592e6;
}
.cid-uxsnWa4779 .newsletter .form-group,
.cid-uxsnWa4779 .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uxsnWa4779 .newsletter textarea {
  height: 110px !important;
}
.cid-uxsnWa4779 .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-uxsnWa4779 .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-uxsnWa4779 .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-uxsnWa4779 .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-uxsnWa4779 .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-uxsnWa4779 .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-uxsnWa4779 .newsletter .dragArea {
  flex-direction: column;
}
.cid-uxsnWa4779 .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-uxsnWa4779 .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #ffffff !important;
}
.cid-uxsnWa4779 .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uxsnWa4779 .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uxsnWa4779 .cards-wrap2 {
  flex-direction: column;
}
.cid-uxsnWa4779 .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-uxsnWa4779 .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-uxsnWa4779 .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #ffe161;
  border-radius: 50%;
}
.cid-uxsnWa4779 .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #6592e6;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-uxsnWa4779 .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #47b5ed;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uxsnWa4779 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxsnWa4779 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxsnWa4779 .cards-wrap .wrapper .content .mbr-text,
.cid-uxsnWa4779 .img {
  color: #000000;
}
.cid-uxsnWa4779 .cards-wrap .wrapper .content .mbr-card-title,
.cid-uxsnWa4779 .img {
  color: #000000;
}
.cid-uxsnWa4779 H2 {
  text-align: left;
}
.cid-uxoeb90Nhr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #263652;
}
.cid-uxoeb90Nhr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoeb90Nhr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoeb90Nhr .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uxoeb90Nhr .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uxoeb90Nhr .container {
    padding: 0;
  }
}
.cid-uxoeb90Nhr .row {
  justify-content: center;
}
.cid-uxoeb90Nhr .row.lists {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-uxoeb90Nhr .row.lists .card {
    margin-bottom: 40px;
  }
}
.cid-uxoeb90Nhr .row.lists .card .card-wrapper {
  padding: 0 8px;
}
@media (max-width: 768px) {
  .cid-uxoeb90Nhr .row.lists .card .card-wrapper {
    padding: 0 16px;
  }
}
.cid-uxoeb90Nhr .row.lists .card .card-wrapper .mbr-card-title {
  margin-bottom: 10px;
}
.cid-uxoeb90Nhr .row.lists .card .card-wrapper .list {
  padding: 0;
  margin: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-uxoeb90Nhr .row.lists .card .card-wrapper .list .item-wrap {
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  list-style-type: none;
}
.cid-uxoeb90Nhr .row.lists .card .card-wrapper .list .item-wrap:hover {
  color: #d17756;
  transform: translateX(10px);
}
.cid-uxoeb90Nhr .row.copy {
  border-top: 1px solid #ffffff;
}
.cid-uxoeb90Nhr .row.copy .copyright {
  padding: 30px 16px;
  margin-bottom: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-uxoeb90Nhr .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uxoeb90Nhr .list {
  color: #4479d9;
  text-align: left;
}
.cid-uxoeb90Nhr .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uxnQqbcMWI {
  z-index: 1000;
  width: 100%;
}
.cid-uxnQqbcMWI nav.navbar {
  position: fixed;
}
.cid-uxnQqbcMWI .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-uxnQqbcMWI .dropdown-menu {
  padding: 0;
}
.cid-uxnQqbcMWI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxnQqbcMWI .dropdown-item:hover,
.cid-uxnQqbcMWI .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uxnQqbcMWI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uxnQqbcMWI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxnQqbcMWI .nav-link {
  position: relative;
}
.cid-uxnQqbcMWI .container {
  display: flex;
  margin: auto;
}
.cid-uxnQqbcMWI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uxnQqbcMWI .navbar-caption {
  padding-right: 4rem;
}
.cid-uxnQqbcMWI .dropdown-menu,
.cid-uxnQqbcMWI .navbar.opened {
  background: #22a5e5 !important;
}
.cid-uxnQqbcMWI .nav-item:focus,
.cid-uxnQqbcMWI .nav-link:focus {
  outline: none;
}
.cid-uxnQqbcMWI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxnQqbcMWI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxnQqbcMWI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uxnQqbcMWI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxnQqbcMWI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxnQqbcMWI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxnQqbcMWI .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #22a5e5;
}
.cid-uxnQqbcMWI .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxnQqbcMWI .navbar.opened {
  transition: all .3s;
}
.cid-uxnQqbcMWI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uxnQqbcMWI .navbar .navbar-logo img {
  width: auto;
}
.cid-uxnQqbcMWI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxnQqbcMWI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxnQqbcMWI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxnQqbcMWI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxnQqbcMWI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxnQqbcMWI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxnQqbcMWI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxnQqbcMWI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uxnQqbcMWI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uxnQqbcMWI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxnQqbcMWI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxnQqbcMWI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxnQqbcMWI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxnQqbcMWI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxnQqbcMWI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uxnQqbcMWI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxnQqbcMWI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxnQqbcMWI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxnQqbcMWI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxnQqbcMWI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uxnQqbcMWI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxnQqbcMWI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxnQqbcMWI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxnQqbcMWI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxnQqbcMWI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxnQqbcMWI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxnQqbcMWI .dropdown-item.active,
.cid-uxnQqbcMWI .dropdown-item:active {
  background-color: transparent;
}
.cid-uxnQqbcMWI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxnQqbcMWI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxnQqbcMWI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxnQqbcMWI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #22a5e5;
}
.cid-uxnQqbcMWI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxnQqbcMWI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxnQqbcMWI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxnQqbcMWI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxnQqbcMWI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxnQqbcMWI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uxnQqbcMWI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxnQqbcMWI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxnQqbcMWI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxnQqbcMWI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxnQqbcMWI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxnQqbcMWI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxnQqbcMWI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxnQqbcMWI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxnQqbcMWI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uxnQqbcMWI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxnQqbcMWI .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-uxnQqbcMWI .navbar {
    height: 77px;
  }
  .cid-uxnQqbcMWI .navbar.opened {
    height: auto;
  }
  .cid-uxnQqbcMWI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxo0ZumAHm {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background: linear-gradient(0deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
}
.cid-uxo0ZumAHm .label-text {
  color: #ffffff;
  margin: 10px 0 7px;
}
.cid-uxo0ZumAHm .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uxo0ZumAHm .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uxo0ZumAHm .mbr-section-btn {
  margin-top: 30px;
}
.cid-uxo0ZumAHm .mbr-section-btn .btn-transform {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-uxo0ZumAHm .mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-uxo0ZumAHm .mbr-section-btn .btn-white-outline:hover {
  color: #fff !important;
  background: #ffffff !important;
}
.cid-uxo0ZumAHm .mbr-section-btn .btn-white-outline:hover .btn-transform {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-uxF1MERjoL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
  overflow: hidden;
}
.cid-uxF1MERjoL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxF1MERjoL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxF1MERjoL .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uxF1MERjoL .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uxF1MERjoL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxF1MERjoL .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uxF1MERjoL .container {
    padding: 0 16px;
  }
}
.cid-uxF1MERjoL .row {
  justify-content: space-between;
}
.cid-uxF1MERjoL .row:hover,
.cid-uxF1MERjoL .row:focus {
  cursor: pointer;
}
.cid-uxF1MERjoL .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxF1MERjoL .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uxF1MERjoL .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uxF1MERjoL .image-wrapper img {
    height: 300px;
  }
}
.cid-uxF1MERjoL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxF1MERjoL .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uxF1MERjoL .mbr-section-title {
  color: #000000;
}
.cid-uxF1MERjoL .mbr-text {
  color: #000000;
}
.cid-uxEPqsvque {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
  overflow: hidden;
}
.cid-uxEPqsvque .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxEPqsvque .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxEPqsvque .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uxEPqsvque .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uxEPqsvque .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxEPqsvque .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uxEPqsvque .container {
    padding: 0 16px;
  }
}
.cid-uxEPqsvque .row {
  justify-content: space-between;
}
.cid-uxEPqsvque .row:hover,
.cid-uxEPqsvque .row:focus {
  cursor: pointer;
}
.cid-uxEPqsvque .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxEPqsvque .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uxEPqsvque .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uxEPqsvque .image-wrapper img {
    height: 300px;
  }
}
.cid-uxEPqsvque .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxEPqsvque .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uxEPqsvque .mbr-section-title {
  color: #000000;
}
.cid-uxEPqsvque .mbr-text {
  color: #000000;
}
.cid-uxAFXVn9A4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
  overflow: hidden;
}
.cid-uxAFXVn9A4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxAFXVn9A4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxAFXVn9A4 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uxAFXVn9A4 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uxAFXVn9A4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxAFXVn9A4 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uxAFXVn9A4 .container {
    padding: 0 16px;
  }
}
.cid-uxAFXVn9A4 .row {
  justify-content: space-between;
}
.cid-uxAFXVn9A4 .row:hover,
.cid-uxAFXVn9A4 .row:focus {
  cursor: pointer;
}
.cid-uxAFXVn9A4 .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxAFXVn9A4 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uxAFXVn9A4 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uxAFXVn9A4 .image-wrapper img {
    height: 300px;
  }
}
.cid-uxAFXVn9A4 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxAFXVn9A4 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uxAFXVn9A4 .mbr-section-title {
  color: #000000;
}
.cid-uxAFXVn9A4 .mbr-text {
  color: #000000;
}
.cid-uxof9BKfJC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
  overflow: hidden;
}
.cid-uxof9BKfJC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxof9BKfJC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxof9BKfJC .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uxof9BKfJC .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uxof9BKfJC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxof9BKfJC .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uxof9BKfJC .container {
    padding: 0 16px;
  }
}
.cid-uxof9BKfJC .row {
  justify-content: space-between;
}
.cid-uxof9BKfJC .row:hover,
.cid-uxof9BKfJC .row:focus {
  cursor: pointer;
}
.cid-uxof9BKfJC .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxof9BKfJC .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uxof9BKfJC .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uxof9BKfJC .image-wrapper img {
    height: 300px;
  }
}
.cid-uxof9BKfJC .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxof9BKfJC .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uxof9BKfJC .mbr-section-title {
  color: #000000;
}
.cid-uxof9BKfJC .mbr-text {
  color: #000000;
}
.cid-uxo6tBXzDJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
  overflow: hidden;
}
.cid-uxo6tBXzDJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxo6tBXzDJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxo6tBXzDJ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uxo6tBXzDJ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uxo6tBXzDJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxo6tBXzDJ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uxo6tBXzDJ .container {
    padding: 0 16px;
  }
}
.cid-uxo6tBXzDJ .row {
  justify-content: space-between;
}
.cid-uxo6tBXzDJ .row:hover,
.cid-uxo6tBXzDJ .row:focus {
  cursor: pointer;
}
.cid-uxo6tBXzDJ .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxo6tBXzDJ .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uxo6tBXzDJ .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uxo6tBXzDJ .image-wrapper img {
    height: 300px;
  }
}
.cid-uxo6tBXzDJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxo6tBXzDJ .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uxo6tBXzDJ .mbr-section-title {
  color: #000000;
}
.cid-uxo6tBXzDJ .mbr-text {
  color: #000000;
}
.cid-uxnQqgawj3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #263652;
}
.cid-uxnQqgawj3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxnQqgawj3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxnQqgawj3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uxnQqgawj3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uxnQqgawj3 .container {
    padding: 0;
  }
}
.cid-uxnQqgawj3 .row {
  justify-content: center;
}
.cid-uxnQqgawj3 .row.lists {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-uxnQqgawj3 .row.lists .card {
    margin-bottom: 40px;
  }
}
.cid-uxnQqgawj3 .row.lists .card .card-wrapper {
  padding: 0 8px;
}
@media (max-width: 768px) {
  .cid-uxnQqgawj3 .row.lists .card .card-wrapper {
    padding: 0 16px;
  }
}
.cid-uxnQqgawj3 .row.lists .card .card-wrapper .mbr-card-title {
  margin-bottom: 10px;
}
.cid-uxnQqgawj3 .row.lists .card .card-wrapper .list {
  padding: 0;
  margin: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-uxnQqgawj3 .row.lists .card .card-wrapper .list .item-wrap {
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  list-style-type: none;
}
.cid-uxnQqgawj3 .row.lists .card .card-wrapper .list .item-wrap:hover {
  color: #d17756;
  transform: translateX(10px);
}
.cid-uxnQqgawj3 .row.copy {
  border-top: 1px solid #ffffff;
}
.cid-uxnQqgawj3 .row.copy .copyright {
  padding: 30px 16px;
  margin-bottom: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-uxnQqgawj3 .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uxnQqgawj3 .list {
  color: #4479d9;
  text-align: left;
}
.cid-uxnQqgawj3 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uxzwoNqZ3T {
  z-index: 1000;
  width: 100%;
}
.cid-uxzwoNqZ3T nav.navbar {
  position: fixed;
}
.cid-uxzwoNqZ3T .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-uxzwoNqZ3T .dropdown-menu {
  padding: 0;
}
.cid-uxzwoNqZ3T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxzwoNqZ3T .dropdown-item:hover,
.cid-uxzwoNqZ3T .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uxzwoNqZ3T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uxzwoNqZ3T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxzwoNqZ3T .nav-link {
  position: relative;
}
.cid-uxzwoNqZ3T .container {
  display: flex;
  margin: auto;
}
.cid-uxzwoNqZ3T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uxzwoNqZ3T .navbar-caption {
  padding-right: 4rem;
}
.cid-uxzwoNqZ3T .dropdown-menu,
.cid-uxzwoNqZ3T .navbar.opened {
  background: #22a5e5 !important;
}
.cid-uxzwoNqZ3T .nav-item:focus,
.cid-uxzwoNqZ3T .nav-link:focus {
  outline: none;
}
.cid-uxzwoNqZ3T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxzwoNqZ3T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxzwoNqZ3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uxzwoNqZ3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxzwoNqZ3T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxzwoNqZ3T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxzwoNqZ3T .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #22a5e5;
}
.cid-uxzwoNqZ3T .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxzwoNqZ3T .navbar.opened {
  transition: all .3s;
}
.cid-uxzwoNqZ3T .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uxzwoNqZ3T .navbar .navbar-logo img {
  width: auto;
}
.cid-uxzwoNqZ3T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxzwoNqZ3T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxzwoNqZ3T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxzwoNqZ3T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxzwoNqZ3T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxzwoNqZ3T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxzwoNqZ3T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxzwoNqZ3T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uxzwoNqZ3T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uxzwoNqZ3T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxzwoNqZ3T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxzwoNqZ3T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxzwoNqZ3T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxzwoNqZ3T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxzwoNqZ3T .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uxzwoNqZ3T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxzwoNqZ3T .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxzwoNqZ3T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxzwoNqZ3T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxzwoNqZ3T .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uxzwoNqZ3T .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxzwoNqZ3T .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxzwoNqZ3T .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxzwoNqZ3T .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxzwoNqZ3T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxzwoNqZ3T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxzwoNqZ3T .dropdown-item.active,
.cid-uxzwoNqZ3T .dropdown-item:active {
  background-color: transparent;
}
.cid-uxzwoNqZ3T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxzwoNqZ3T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxzwoNqZ3T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxzwoNqZ3T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #22a5e5;
}
.cid-uxzwoNqZ3T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxzwoNqZ3T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxzwoNqZ3T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxzwoNqZ3T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxzwoNqZ3T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxzwoNqZ3T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uxzwoNqZ3T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxzwoNqZ3T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxzwoNqZ3T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxzwoNqZ3T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxzwoNqZ3T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxzwoNqZ3T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxzwoNqZ3T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxzwoNqZ3T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxzwoNqZ3T .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uxzwoNqZ3T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxzwoNqZ3T .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-uxzwoNqZ3T .navbar {
    height: 77px;
  }
  .cid-uxzwoNqZ3T .navbar.opened {
    height: auto;
  }
  .cid-uxzwoNqZ3T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxzwoNZetV {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uxzwoNZetV .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uxzwoNZetV .mbr-section-title {
  color: #000000;
}
.cid-uxzwoNZetV img {
  width: 100%;
}
.cid-uxzwoNZetV .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uxzwoNZetV .mbr-section-btn {
  margin-top: 40px;
}
.cid-uxzwoNZetV .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-uxzwoNZetV * {
    text-align: left;
  }
}
.cid-uxzwoNZetV .cards-wrap {
  flex-direction: column;
}
.cid-uxzwoNZetV .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-uxzwoNZetV .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uxzwoNZetV .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uxzwoNZetV .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-uxzwoNZetV .wrapper .content .mbr-card-title {
  color: #6592e6;
  margin-bottom: 10px;
}
.cid-uxzwoNZetV .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #47b5ed;
}
.cid-uxzwoNZetV .widget-container {
  margin: 0 0 30px;
}
.cid-uxzwoNZetV .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-uxzwoNZetV .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-uxzwoNZetV .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-uxzwoNZetV .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-uxzwoNZetV .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-uxzwoNZetV .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-uxzwoNZetV .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #6592e6;
}
.cid-uxzwoNZetV .newsletter .form-group,
.cid-uxzwoNZetV .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uxzwoNZetV .newsletter textarea {
  height: 110px !important;
}
.cid-uxzwoNZetV .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-uxzwoNZetV .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-uxzwoNZetV .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-uxzwoNZetV .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-uxzwoNZetV .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-uxzwoNZetV .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-uxzwoNZetV .newsletter .dragArea {
  flex-direction: column;
}
.cid-uxzwoNZetV .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-uxzwoNZetV .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #ffffff !important;
}
.cid-uxzwoNZetV .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uxzwoNZetV .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uxzwoNZetV .cards-wrap2 {
  flex-direction: column;
}
.cid-uxzwoNZetV .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-uxzwoNZetV .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-uxzwoNZetV .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #ffe161;
  border-radius: 50%;
}
.cid-uxzwoNZetV .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #6592e6;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-uxzwoNZetV .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #47b5ed;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uxzwoNZetV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxzwoNZetV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxzwoNZetV .cards-wrap .wrapper .content .mbr-text,
.cid-uxzwoNZetV .img {
  color: #000000;
}
.cid-uxzwoNZetV .cards-wrap .wrapper .content .mbr-card-title,
.cid-uxzwoNZetV .img {
  color: #000000;
}
.cid-uxzwoNZetV H2 {
  text-align: left;
}
.cid-uxzwoOYtPt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #263652;
}
.cid-uxzwoOYtPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxzwoOYtPt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxzwoOYtPt .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uxzwoOYtPt .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uxzwoOYtPt .container {
    padding: 0;
  }
}
.cid-uxzwoOYtPt .row {
  justify-content: center;
}
.cid-uxzwoOYtPt .row.lists {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-uxzwoOYtPt .row.lists .card {
    margin-bottom: 40px;
  }
}
.cid-uxzwoOYtPt .row.lists .card .card-wrapper {
  padding: 0 8px;
}
@media (max-width: 768px) {
  .cid-uxzwoOYtPt .row.lists .card .card-wrapper {
    padding: 0 16px;
  }
}
.cid-uxzwoOYtPt .row.lists .card .card-wrapper .mbr-card-title {
  margin-bottom: 10px;
}
.cid-uxzwoOYtPt .row.lists .card .card-wrapper .list {
  padding: 0;
  margin: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-uxzwoOYtPt .row.lists .card .card-wrapper .list .item-wrap {
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  list-style-type: none;
}
.cid-uxzwoOYtPt .row.lists .card .card-wrapper .list .item-wrap:hover {
  color: #d17756;
  transform: translateX(10px);
}
.cid-uxzwoOYtPt .row.copy {
  border-top: 1px solid #ffffff;
}
.cid-uxzwoOYtPt .row.copy .copyright {
  padding: 30px 16px;
  margin-bottom: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-uxzwoOYtPt .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uxzwoOYtPt .list {
  color: #4479d9;
  text-align: left;
}
.cid-uxzwoOYtPt .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uxEHNP7xLF {
  z-index: 1000;
  width: 100%;
}
.cid-uxEHNP7xLF nav.navbar {
  position: fixed;
}
.cid-uxEHNP7xLF .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-uxEHNP7xLF .dropdown-menu {
  padding: 0;
}
.cid-uxEHNP7xLF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxEHNP7xLF .dropdown-item:hover,
.cid-uxEHNP7xLF .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uxEHNP7xLF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uxEHNP7xLF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxEHNP7xLF .nav-link {
  position: relative;
}
.cid-uxEHNP7xLF .container {
  display: flex;
  margin: auto;
}
.cid-uxEHNP7xLF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uxEHNP7xLF .navbar-caption {
  padding-right: 4rem;
}
.cid-uxEHNP7xLF .dropdown-menu,
.cid-uxEHNP7xLF .navbar.opened {
  background: #22a5e5 !important;
}
.cid-uxEHNP7xLF .nav-item:focus,
.cid-uxEHNP7xLF .nav-link:focus {
  outline: none;
}
.cid-uxEHNP7xLF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxEHNP7xLF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxEHNP7xLF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uxEHNP7xLF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxEHNP7xLF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxEHNP7xLF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxEHNP7xLF .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #22a5e5;
}
.cid-uxEHNP7xLF .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxEHNP7xLF .navbar.opened {
  transition: all .3s;
}
.cid-uxEHNP7xLF .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uxEHNP7xLF .navbar .navbar-logo img {
  width: auto;
}
.cid-uxEHNP7xLF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxEHNP7xLF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxEHNP7xLF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxEHNP7xLF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxEHNP7xLF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxEHNP7xLF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxEHNP7xLF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxEHNP7xLF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uxEHNP7xLF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uxEHNP7xLF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxEHNP7xLF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxEHNP7xLF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxEHNP7xLF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxEHNP7xLF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxEHNP7xLF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uxEHNP7xLF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxEHNP7xLF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxEHNP7xLF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxEHNP7xLF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxEHNP7xLF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uxEHNP7xLF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxEHNP7xLF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxEHNP7xLF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxEHNP7xLF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxEHNP7xLF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxEHNP7xLF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxEHNP7xLF .dropdown-item.active,
.cid-uxEHNP7xLF .dropdown-item:active {
  background-color: transparent;
}
.cid-uxEHNP7xLF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxEHNP7xLF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxEHNP7xLF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxEHNP7xLF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #22a5e5;
}
.cid-uxEHNP7xLF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxEHNP7xLF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxEHNP7xLF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxEHNP7xLF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxEHNP7xLF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxEHNP7xLF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uxEHNP7xLF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxEHNP7xLF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxEHNP7xLF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxEHNP7xLF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxEHNP7xLF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxEHNP7xLF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxEHNP7xLF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxEHNP7xLF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxEHNP7xLF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uxEHNP7xLF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxEHNP7xLF .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-uxEHNP7xLF .navbar {
    height: 77px;
  }
  .cid-uxEHNP7xLF .navbar.opened {
    height: auto;
  }
  .cid-uxEHNP7xLF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxEHNPE95d {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uxEHNPE95d .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uxEHNPE95d .mbr-section-title {
  color: #000000;
}
.cid-uxEHNPE95d img {
  width: 100%;
}
.cid-uxEHNPE95d .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uxEHNPE95d .mbr-section-btn {
  margin-top: 40px;
}
.cid-uxEHNPE95d .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-uxEHNPE95d * {
    text-align: left;
  }
}
.cid-uxEHNPE95d .cards-wrap {
  flex-direction: column;
}
.cid-uxEHNPE95d .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-uxEHNPE95d .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uxEHNPE95d .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uxEHNPE95d .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-uxEHNPE95d .wrapper .content .mbr-card-title {
  color: #6592e6;
  margin-bottom: 10px;
}
.cid-uxEHNPE95d .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #47b5ed;
}
.cid-uxEHNPE95d .widget-container {
  margin: 0 0 30px;
}
.cid-uxEHNPE95d .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-uxEHNPE95d .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-uxEHNPE95d .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-uxEHNPE95d .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-uxEHNPE95d .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-uxEHNPE95d .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-uxEHNPE95d .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #6592e6;
}
.cid-uxEHNPE95d .newsletter .form-group,
.cid-uxEHNPE95d .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uxEHNPE95d .newsletter textarea {
  height: 110px !important;
}
.cid-uxEHNPE95d .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-uxEHNPE95d .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-uxEHNPE95d .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-uxEHNPE95d .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-uxEHNPE95d .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-uxEHNPE95d .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-uxEHNPE95d .newsletter .dragArea {
  flex-direction: column;
}
.cid-uxEHNPE95d .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-uxEHNPE95d .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #ffffff !important;
}
.cid-uxEHNPE95d .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uxEHNPE95d .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uxEHNPE95d .cards-wrap2 {
  flex-direction: column;
}
.cid-uxEHNPE95d .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-uxEHNPE95d .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-uxEHNPE95d .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #ffe161;
  border-radius: 50%;
}
.cid-uxEHNPE95d .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #6592e6;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-uxEHNPE95d .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #47b5ed;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uxEHNPE95d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxEHNPE95d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxEHNPE95d .cards-wrap .wrapper .content .mbr-text,
.cid-uxEHNPE95d .img {
  color: #000000;
}
.cid-uxEHNPE95d .cards-wrap .wrapper .content .mbr-card-title,
.cid-uxEHNPE95d .img {
  color: #000000;
}
.cid-uxEHNPE95d H2 {
  text-align: left;
}
.cid-uxEHNQvOKt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #263652;
}
.cid-uxEHNQvOKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxEHNQvOKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxEHNQvOKt .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uxEHNQvOKt .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uxEHNQvOKt .container {
    padding: 0;
  }
}
.cid-uxEHNQvOKt .row {
  justify-content: center;
}
.cid-uxEHNQvOKt .row.lists {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-uxEHNQvOKt .row.lists .card {
    margin-bottom: 40px;
  }
}
.cid-uxEHNQvOKt .row.lists .card .card-wrapper {
  padding: 0 8px;
}
@media (max-width: 768px) {
  .cid-uxEHNQvOKt .row.lists .card .card-wrapper {
    padding: 0 16px;
  }
}
.cid-uxEHNQvOKt .row.lists .card .card-wrapper .mbr-card-title {
  margin-bottom: 10px;
}
.cid-uxEHNQvOKt .row.lists .card .card-wrapper .list {
  padding: 0;
  margin: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-uxEHNQvOKt .row.lists .card .card-wrapper .list .item-wrap {
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  list-style-type: none;
}
.cid-uxEHNQvOKt .row.lists .card .card-wrapper .list .item-wrap:hover {
  color: #d17756;
  transform: translateX(10px);
}
.cid-uxEHNQvOKt .row.copy {
  border-top: 1px solid #ffffff;
}
.cid-uxEHNQvOKt .row.copy .copyright {
  padding: 30px 16px;
  margin-bottom: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-uxEHNQvOKt .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uxEHNQvOKt .list {
  color: #4479d9;
  text-align: left;
}
.cid-uxEHNQvOKt .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uxEU95LbBS {
  z-index: 1000;
  width: 100%;
}
.cid-uxEU95LbBS nav.navbar {
  position: fixed;
}
.cid-uxEU95LbBS .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-uxEU95LbBS .dropdown-menu {
  padding: 0;
}
.cid-uxEU95LbBS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxEU95LbBS .dropdown-item:hover,
.cid-uxEU95LbBS .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uxEU95LbBS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uxEU95LbBS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxEU95LbBS .nav-link {
  position: relative;
}
.cid-uxEU95LbBS .container {
  display: flex;
  margin: auto;
}
.cid-uxEU95LbBS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uxEU95LbBS .navbar-caption {
  padding-right: 4rem;
}
.cid-uxEU95LbBS .dropdown-menu,
.cid-uxEU95LbBS .navbar.opened {
  background: #22a5e5 !important;
}
.cid-uxEU95LbBS .nav-item:focus,
.cid-uxEU95LbBS .nav-link:focus {
  outline: none;
}
.cid-uxEU95LbBS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxEU95LbBS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxEU95LbBS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uxEU95LbBS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxEU95LbBS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxEU95LbBS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxEU95LbBS .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #22a5e5;
}
.cid-uxEU95LbBS .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxEU95LbBS .navbar.opened {
  transition: all .3s;
}
.cid-uxEU95LbBS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uxEU95LbBS .navbar .navbar-logo img {
  width: auto;
}
.cid-uxEU95LbBS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxEU95LbBS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxEU95LbBS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxEU95LbBS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxEU95LbBS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxEU95LbBS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxEU95LbBS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxEU95LbBS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uxEU95LbBS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uxEU95LbBS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxEU95LbBS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxEU95LbBS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxEU95LbBS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxEU95LbBS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxEU95LbBS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uxEU95LbBS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxEU95LbBS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxEU95LbBS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxEU95LbBS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxEU95LbBS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uxEU95LbBS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxEU95LbBS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxEU95LbBS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxEU95LbBS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxEU95LbBS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxEU95LbBS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxEU95LbBS .dropdown-item.active,
.cid-uxEU95LbBS .dropdown-item:active {
  background-color: transparent;
}
.cid-uxEU95LbBS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxEU95LbBS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxEU95LbBS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxEU95LbBS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #22a5e5;
}
.cid-uxEU95LbBS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxEU95LbBS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxEU95LbBS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxEU95LbBS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxEU95LbBS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxEU95LbBS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uxEU95LbBS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxEU95LbBS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxEU95LbBS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxEU95LbBS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxEU95LbBS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxEU95LbBS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxEU95LbBS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxEU95LbBS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxEU95LbBS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uxEU95LbBS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxEU95LbBS .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-uxEU95LbBS .navbar {
    height: 77px;
  }
  .cid-uxEU95LbBS .navbar.opened {
    height: auto;
  }
  .cid-uxEU95LbBS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxEU96harl {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uxEU96harl .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uxEU96harl .mbr-section-title {
  color: #000000;
}
.cid-uxEU96harl img {
  width: 100%;
}
.cid-uxEU96harl .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uxEU96harl .mbr-section-btn {
  margin-top: 40px;
}
.cid-uxEU96harl .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-uxEU96harl * {
    text-align: left;
  }
}
.cid-uxEU96harl .cards-wrap {
  flex-direction: column;
}
.cid-uxEU96harl .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-uxEU96harl .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uxEU96harl .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uxEU96harl .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-uxEU96harl .wrapper .content .mbr-card-title {
  color: #6592e6;
  margin-bottom: 10px;
}
.cid-uxEU96harl .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #47b5ed;
}
.cid-uxEU96harl .widget-container {
  margin: 0 0 30px;
}
.cid-uxEU96harl .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-uxEU96harl .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-uxEU96harl .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-uxEU96harl .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-uxEU96harl .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-uxEU96harl .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-uxEU96harl .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #6592e6;
}
.cid-uxEU96harl .newsletter .form-group,
.cid-uxEU96harl .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uxEU96harl .newsletter textarea {
  height: 110px !important;
}
.cid-uxEU96harl .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-uxEU96harl .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-uxEU96harl .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-uxEU96harl .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-uxEU96harl .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-uxEU96harl .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-uxEU96harl .newsletter .dragArea {
  flex-direction: column;
}
.cid-uxEU96harl .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-uxEU96harl .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #ffffff !important;
}
.cid-uxEU96harl .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uxEU96harl .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uxEU96harl .cards-wrap2 {
  flex-direction: column;
}
.cid-uxEU96harl .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-uxEU96harl .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-uxEU96harl .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #ffe161;
  border-radius: 50%;
}
.cid-uxEU96harl .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #6592e6;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-uxEU96harl .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #47b5ed;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uxEU96harl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxEU96harl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxEU96harl .cards-wrap .wrapper .content .mbr-text,
.cid-uxEU96harl .img {
  color: #000000;
}
.cid-uxEU96harl .cards-wrap .wrapper .content .mbr-card-title,
.cid-uxEU96harl .img {
  color: #000000;
}
.cid-uxEU96harl H2 {
  text-align: left;
}
.cid-uxEU97dRij {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #263652;
}
.cid-uxEU97dRij .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxEU97dRij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxEU97dRij .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uxEU97dRij .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uxEU97dRij .container {
    padding: 0;
  }
}
.cid-uxEU97dRij .row {
  justify-content: center;
}
.cid-uxEU97dRij .row.lists {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-uxEU97dRij .row.lists .card {
    margin-bottom: 40px;
  }
}
.cid-uxEU97dRij .row.lists .card .card-wrapper {
  padding: 0 8px;
}
@media (max-width: 768px) {
  .cid-uxEU97dRij .row.lists .card .card-wrapper {
    padding: 0 16px;
  }
}
.cid-uxEU97dRij .row.lists .card .card-wrapper .mbr-card-title {
  margin-bottom: 10px;
}
.cid-uxEU97dRij .row.lists .card .card-wrapper .list {
  padding: 0;
  margin: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-uxEU97dRij .row.lists .card .card-wrapper .list .item-wrap {
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  list-style-type: none;
}
.cid-uxEU97dRij .row.lists .card .card-wrapper .list .item-wrap:hover {
  color: #d17756;
  transform: translateX(10px);
}
.cid-uxEU97dRij .row.copy {
  border-top: 1px solid #ffffff;
}
.cid-uxEU97dRij .row.copy .copyright {
  padding: 30px 16px;
  margin-bottom: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-uxEU97dRij .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uxEU97dRij .list {
  color: #4479d9;
  text-align: left;
}
.cid-uxEU97dRij .copyright {
  color: #ffffff;
  text-align: center;
}
