body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto Condensed', 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: #00a2f2 !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: #00a2f2 !important;
  border-color: #00a2f2 !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: #00689b !important;
  border-color: #00689b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00689b !important;
  border-color: #00689b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !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: transparent;
  color: #00a2f2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #00689b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00a2f2 !important;
  border-color: #00a2f2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #00a2f2 !important;
}
.text-secondary {
  color: #ff6666 !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: #005e8c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !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: #00a2f2;
}
.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-gallery-filter li.active .btn {
  background-color: #00a2f2;
  border-color: #00a2f2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #00a2f2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bfeaff;
}
.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*/
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #00a2f2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #00a2f2;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00a2f2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00a2f2;
}
.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: #00a2f2;
  border-bottom-color: #00a2f2;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #00a2f2 !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: #ff6666 !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='%2300a2f2' %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-sLTyhbVMlS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sLTyhbVMlS nav.navbar {
  position: fixed;
}
.cid-sLTyhbVMlS .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-sLTyhbVMlS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sLTyhbVMlS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sLTyhbVMlS .dropdown-item:hover,
.cid-sLTyhbVMlS .dropdown-item:focus {
  background: #00a2f2 !important;
  color: white !important;
}
.cid-sLTyhbVMlS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sLTyhbVMlS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sLTyhbVMlS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sLTyhbVMlS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLTyhbVMlS .nav-link {
  position: relative;
}
.cid-sLTyhbVMlS .container {
  display: flex;
  margin: auto;
}
.cid-sLTyhbVMlS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sLTyhbVMlS .dropdown-menu,
.cid-sLTyhbVMlS .navbar.opened {
  background: #ffffff !important;
}
.cid-sLTyhbVMlS .nav-item:focus,
.cid-sLTyhbVMlS .nav-link:focus {
  outline: none;
}
.cid-sLTyhbVMlS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLTyhbVMlS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLTyhbVMlS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sLTyhbVMlS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLTyhbVMlS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLTyhbVMlS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLTyhbVMlS .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sLTyhbVMlS .navbar.opened {
  transition: all .3s;
}
.cid-sLTyhbVMlS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sLTyhbVMlS .navbar .navbar-logo img {
  width: auto;
}
.cid-sLTyhbVMlS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLTyhbVMlS .navbar.collapsed {
  justify-content: center;
}
.cid-sLTyhbVMlS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLTyhbVMlS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLTyhbVMlS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sLTyhbVMlS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLTyhbVMlS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLTyhbVMlS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sLTyhbVMlS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLTyhbVMlS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sLTyhbVMlS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sLTyhbVMlS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLTyhbVMlS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLTyhbVMlS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLTyhbVMlS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLTyhbVMlS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sLTyhbVMlS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLTyhbVMlS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLTyhbVMlS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLTyhbVMlS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLTyhbVMlS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLTyhbVMlS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sLTyhbVMlS .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLTyhbVMlS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLTyhbVMlS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLTyhbVMlS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLTyhbVMlS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLTyhbVMlS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLTyhbVMlS .dropdown-item.active,
.cid-sLTyhbVMlS .dropdown-item:active {
  background-color: transparent;
}
.cid-sLTyhbVMlS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLTyhbVMlS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLTyhbVMlS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLTyhbVMlS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLTyhbVMlS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLTyhbVMlS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLTyhbVMlS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sLTyhbVMlS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLTyhbVMlS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sLTyhbVMlS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLTyhbVMlS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLTyhbVMlS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLTyhbVMlS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLTyhbVMlS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLTyhbVMlS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLTyhbVMlS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLTyhbVMlS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLTyhbVMlS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLTyhbVMlS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sLTyhbVMlS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLTyhbVMlS .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-sLTyhbVMlS .navbar {
    height: 70px;
  }
  .cid-sLTyhbVMlS .navbar.opened {
    height: auto;
  }
  .cid-sLTyhbVMlS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLTB7z3BHK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/landscape-2000x1023.jpg");
}
.cid-sLTB7z3BHK .video-wrapper iframe {
  width: 100%;
}
.cid-sLTB7z3BHK .mbr-section-title,
.cid-sLTB7z3BHK .mbr-section-subtitle,
.cid-sLTB7z3BHK .mbr-text {
  text-align: center;
}
.cid-sLTC9N8x8M {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sLTCToupZp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sLTCToupZp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sLTCToupZp .row {
  flex-direction: row-reverse;
}
.cid-sLTCToupZp img {
  width: 100%;
}
.cid-sLTDz3GPPp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #00a2f2;
}
.cid-sLTDz3GPPp .mbr-section-title {
  color: #ffffff;
}
.cid-sLTD704KrW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sLTD704KrW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sLTD704KrW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sLTD704KrW .text-wrapper {
    padding: 2rem;
  }
}
.cid-sLTF3oO60b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #00a2f2;
}
.cid-sLTF3oO60b .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sLTF3oO60b .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sLTF3oO60b .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sLTF3oO60b .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sLTF3oO60b .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sLTF3oO60b .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sLTF3oO60b .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sLTF3oO60b .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sLTF3oO60b .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLTF3oO60b .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sLTF3oO60b .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLTF3oO60b .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLTF3oO60b .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sLTF3oO60b .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sLTyhbVMlS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sLTyhbVMlS nav.navbar {
  position: fixed;
}
.cid-sLTyhbVMlS .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-sLTyhbVMlS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sLTyhbVMlS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sLTyhbVMlS .dropdown-item:hover,
.cid-sLTyhbVMlS .dropdown-item:focus {
  background: #00a2f2 !important;
  color: white !important;
}
.cid-sLTyhbVMlS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sLTyhbVMlS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sLTyhbVMlS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sLTyhbVMlS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLTyhbVMlS .nav-link {
  position: relative;
}
.cid-sLTyhbVMlS .container {
  display: flex;
  margin: auto;
}
.cid-sLTyhbVMlS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sLTyhbVMlS .dropdown-menu,
.cid-sLTyhbVMlS .navbar.opened {
  background: #ffffff !important;
}
.cid-sLTyhbVMlS .nav-item:focus,
.cid-sLTyhbVMlS .nav-link:focus {
  outline: none;
}
.cid-sLTyhbVMlS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLTyhbVMlS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLTyhbVMlS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sLTyhbVMlS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLTyhbVMlS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLTyhbVMlS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLTyhbVMlS .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sLTyhbVMlS .navbar.opened {
  transition: all .3s;
}
.cid-sLTyhbVMlS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sLTyhbVMlS .navbar .navbar-logo img {
  width: auto;
}
.cid-sLTyhbVMlS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLTyhbVMlS .navbar.collapsed {
  justify-content: center;
}
.cid-sLTyhbVMlS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLTyhbVMlS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLTyhbVMlS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sLTyhbVMlS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLTyhbVMlS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLTyhbVMlS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sLTyhbVMlS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLTyhbVMlS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sLTyhbVMlS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sLTyhbVMlS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLTyhbVMlS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLTyhbVMlS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLTyhbVMlS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLTyhbVMlS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sLTyhbVMlS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLTyhbVMlS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLTyhbVMlS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLTyhbVMlS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLTyhbVMlS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLTyhbVMlS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sLTyhbVMlS .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLTyhbVMlS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLTyhbVMlS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLTyhbVMlS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLTyhbVMlS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLTyhbVMlS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLTyhbVMlS .dropdown-item.active,
.cid-sLTyhbVMlS .dropdown-item:active {
  background-color: transparent;
}
.cid-sLTyhbVMlS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLTyhbVMlS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLTyhbVMlS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLTyhbVMlS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLTyhbVMlS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLTyhbVMlS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLTyhbVMlS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sLTyhbVMlS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLTyhbVMlS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sLTyhbVMlS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLTyhbVMlS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLTyhbVMlS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLTyhbVMlS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLTyhbVMlS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLTyhbVMlS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLTyhbVMlS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLTyhbVMlS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLTyhbVMlS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLTyhbVMlS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sLTyhbVMlS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLTyhbVMlS .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-sLTyhbVMlS .navbar {
    height: 70px;
  }
  .cid-sLTyhbVMlS .navbar.opened {
    height: auto;
  }
  .cid-sLTyhbVMlS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLTHb9rstC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #00a2f2;
}
.cid-sLTHb9rstC .mbr-section-title {
  color: #ffffff;
}
.cid-sLTHb9rstC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sM561oIOXt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sM561oIOXt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sM561oIOXt .row {
  flex-direction: row-reverse;
}
.cid-sM561oIOXt img {
  width: 100%;
}
.cid-sLTIopbnQh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sLTIC4kzNd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sLTIC4kzNd .counter-container ul {
  margin-bottom: 0;
}
.cid-sLTIC4kzNd .counter-container ul li {
  padding-left: 1rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sLTIC4kzNd .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: '✓';
}
.cid-sLTKB4tUg4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sLTKB4tUg4 .item:focus,
.cid-sLTKB4tUg4 span:focus {
  outline: none;
}
.cid-sLTKB4tUg4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sLTKB4tUg4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sLTKB4tUg4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLTKB4tUg4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sLTKB4tUg4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sLTKB4tUg4 .mbr-section-title {
  color: #232323;
}
.cid-sLTKB4tUg4 .mbr-text,
.cid-sLTKB4tUg4 .mbr-section-btn {
  text-align: center;
}
.cid-sLTKB4tUg4 .item-title {
  text-align: left;
}
.cid-sLTKB4tUg4 .item-subtitle {
  text-align: center;
}
.cid-sLTJCRl7XQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sLTJFDIHQB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sLTJFDIHQB .counter-container ul {
  margin-bottom: 0;
}
.cid-sLTJFDIHQB .counter-container ul li {
  padding-left: 1rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sLTJFDIHQB .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: '✓';
}
.cid-sLTLhIYWCG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sLTLhIYWCG .item:focus,
.cid-sLTLhIYWCG span:focus {
  outline: none;
}
.cid-sLTLhIYWCG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sLTLhIYWCG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sLTLhIYWCG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLTLhIYWCG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sLTLhIYWCG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sLTLhIYWCG .mbr-section-title {
  color: #232323;
}
.cid-sLTLhIYWCG .mbr-text,
.cid-sLTLhIYWCG .mbr-section-btn {
  text-align: center;
}
.cid-sLTLhIYWCG .item-title {
  text-align: left;
}
.cid-sLTLhIYWCG .item-subtitle {
  text-align: center;
}
.cid-sLTF3oO60b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #00a2f2;
}
.cid-sLTF3oO60b .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sLTF3oO60b .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sLTF3oO60b .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sLTF3oO60b .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sLTF3oO60b .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sLTF3oO60b .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sLTF3oO60b .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sLTF3oO60b .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sLTF3oO60b .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLTF3oO60b .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sLTF3oO60b .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLTF3oO60b .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLTF3oO60b .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sLTF3oO60b .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sLTN0Dkp3z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sLTN0Dkp3z nav.navbar {
  position: fixed;
}
.cid-sLTN0Dkp3z .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-sLTN0Dkp3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sLTN0Dkp3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sLTN0Dkp3z .dropdown-item:hover,
.cid-sLTN0Dkp3z .dropdown-item:focus {
  background: #00a2f2 !important;
  color: white !important;
}
.cid-sLTN0Dkp3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sLTN0Dkp3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sLTN0Dkp3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sLTN0Dkp3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLTN0Dkp3z .nav-link {
  position: relative;
}
.cid-sLTN0Dkp3z .container {
  display: flex;
  margin: auto;
}
.cid-sLTN0Dkp3z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sLTN0Dkp3z .dropdown-menu,
.cid-sLTN0Dkp3z .navbar.opened {
  background: #ffffff !important;
}
.cid-sLTN0Dkp3z .nav-item:focus,
.cid-sLTN0Dkp3z .nav-link:focus {
  outline: none;
}
.cid-sLTN0Dkp3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLTN0Dkp3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLTN0Dkp3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sLTN0Dkp3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLTN0Dkp3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLTN0Dkp3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLTN0Dkp3z .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sLTN0Dkp3z .navbar.opened {
  transition: all .3s;
}
.cid-sLTN0Dkp3z .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sLTN0Dkp3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sLTN0Dkp3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLTN0Dkp3z .navbar.collapsed {
  justify-content: center;
}
.cid-sLTN0Dkp3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLTN0Dkp3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLTN0Dkp3z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sLTN0Dkp3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLTN0Dkp3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLTN0Dkp3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sLTN0Dkp3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLTN0Dkp3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sLTN0Dkp3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sLTN0Dkp3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLTN0Dkp3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLTN0Dkp3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLTN0Dkp3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLTN0Dkp3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sLTN0Dkp3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLTN0Dkp3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLTN0Dkp3z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLTN0Dkp3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLTN0Dkp3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLTN0Dkp3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sLTN0Dkp3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLTN0Dkp3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLTN0Dkp3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLTN0Dkp3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLTN0Dkp3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLTN0Dkp3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLTN0Dkp3z .dropdown-item.active,
.cid-sLTN0Dkp3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sLTN0Dkp3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLTN0Dkp3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLTN0Dkp3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLTN0Dkp3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLTN0Dkp3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLTN0Dkp3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLTN0Dkp3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sLTN0Dkp3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLTN0Dkp3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sLTN0Dkp3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLTN0Dkp3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLTN0Dkp3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLTN0Dkp3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLTN0Dkp3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLTN0Dkp3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLTN0Dkp3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLTN0Dkp3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLTN0Dkp3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLTN0Dkp3z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sLTN0Dkp3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLTN0Dkp3z .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-sLTN0Dkp3z .navbar {
    height: 70px;
  }
  .cid-sLTN0Dkp3z .navbar.opened {
    height: auto;
  }
  .cid-sLTN0Dkp3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLTN0DLQfG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #00a2f2;
}
.cid-sLTN0DLQfG .mbr-section-title {
  color: #ffffff;
}
.cid-sLTN0DLQfG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sLTN0E2P5G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sM56av05wo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sM56av05wo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sM56av05wo .row {
  flex-direction: row-reverse;
}
.cid-sM56av05wo img {
  width: 100%;
}
.cid-sLTN0Egfdy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sLTN0Egfdy .counter-container ul {
  margin-bottom: 0;
}
.cid-sLTN0Egfdy .counter-container ul li {
  padding-left: 1rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sLTN0Egfdy .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: '✓';
}
.cid-sLTOq8gsiR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sLTODiM24e {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sLTODiM24e .counter-container ul {
  margin-bottom: 0;
}
.cid-sLTODiM24e .counter-container ul li {
  padding-left: 1rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sLTODiM24e .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: '✓';
}
.cid-sLTN0FuOWm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sLTN0FuOWm .item:focus,
.cid-sLTN0FuOWm span:focus {
  outline: none;
}
.cid-sLTN0FuOWm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sLTN0FuOWm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sLTN0FuOWm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLTN0FuOWm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sLTN0FuOWm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sLTN0FuOWm .mbr-section-title {
  color: #232323;
}
.cid-sLTN0FuOWm .mbr-text,
.cid-sLTN0FuOWm .mbr-section-btn {
  text-align: center;
}
.cid-sLTN0FuOWm .item-title {
  text-align: left;
}
.cid-sLTN0FuOWm .item-subtitle {
  text-align: center;
}
.cid-sLTN0GHl2X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #00a2f2;
}
.cid-sLTN0GHl2X .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sLTN0GHl2X .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sLTN0GHl2X .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sLTN0GHl2X .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sLTN0GHl2X .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sLTN0GHl2X .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sLTN0GHl2X .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sLTN0GHl2X .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sLTN0GHl2X .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLTN0GHl2X .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sLTN0GHl2X .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLTN0GHl2X .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLTN0GHl2X .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sLTN0GHl2X .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sLTPdvEBkz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sLTPdvEBkz nav.navbar {
  position: fixed;
}
.cid-sLTPdvEBkz .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-sLTPdvEBkz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sLTPdvEBkz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sLTPdvEBkz .dropdown-item:hover,
.cid-sLTPdvEBkz .dropdown-item:focus {
  background: #00a2f2 !important;
  color: white !important;
}
.cid-sLTPdvEBkz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sLTPdvEBkz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sLTPdvEBkz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sLTPdvEBkz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLTPdvEBkz .nav-link {
  position: relative;
}
.cid-sLTPdvEBkz .container {
  display: flex;
  margin: auto;
}
.cid-sLTPdvEBkz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sLTPdvEBkz .dropdown-menu,
.cid-sLTPdvEBkz .navbar.opened {
  background: #ffffff !important;
}
.cid-sLTPdvEBkz .nav-item:focus,
.cid-sLTPdvEBkz .nav-link:focus {
  outline: none;
}
.cid-sLTPdvEBkz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLTPdvEBkz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLTPdvEBkz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sLTPdvEBkz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLTPdvEBkz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLTPdvEBkz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLTPdvEBkz .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sLTPdvEBkz .navbar.opened {
  transition: all .3s;
}
.cid-sLTPdvEBkz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sLTPdvEBkz .navbar .navbar-logo img {
  width: auto;
}
.cid-sLTPdvEBkz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLTPdvEBkz .navbar.collapsed {
  justify-content: center;
}
.cid-sLTPdvEBkz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLTPdvEBkz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLTPdvEBkz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sLTPdvEBkz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLTPdvEBkz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLTPdvEBkz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sLTPdvEBkz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLTPdvEBkz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sLTPdvEBkz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sLTPdvEBkz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLTPdvEBkz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLTPdvEBkz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLTPdvEBkz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLTPdvEBkz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sLTPdvEBkz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLTPdvEBkz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLTPdvEBkz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLTPdvEBkz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLTPdvEBkz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLTPdvEBkz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sLTPdvEBkz .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLTPdvEBkz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLTPdvEBkz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLTPdvEBkz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLTPdvEBkz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLTPdvEBkz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLTPdvEBkz .dropdown-item.active,
.cid-sLTPdvEBkz .dropdown-item:active {
  background-color: transparent;
}
.cid-sLTPdvEBkz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLTPdvEBkz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLTPdvEBkz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLTPdvEBkz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLTPdvEBkz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLTPdvEBkz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLTPdvEBkz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sLTPdvEBkz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLTPdvEBkz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sLTPdvEBkz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLTPdvEBkz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLTPdvEBkz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLTPdvEBkz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLTPdvEBkz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLTPdvEBkz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLTPdvEBkz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLTPdvEBkz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLTPdvEBkz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLTPdvEBkz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sLTPdvEBkz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLTPdvEBkz .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-sLTPdvEBkz .navbar {
    height: 70px;
  }
  .cid-sLTPdvEBkz .navbar.opened {
    height: auto;
  }
  .cid-sLTPdvEBkz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLTPdwcXxj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #00a2f2;
}
.cid-sLTPdwcXxj .mbr-section-title {
  color: #ffffff;
}
.cid-sLTPdwcXxj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sLTPdwurvs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sM56uELxun {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sM56uELxun .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sM56uELxun .row {
  flex-direction: row-reverse;
}
.cid-sM56uELxun img {
  width: 100%;
}
.cid-sLUB2ssybw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sLTPdx9CFa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sLTPdx9CFa .item:focus,
.cid-sLTPdx9CFa span:focus {
  outline: none;
}
.cid-sLTPdx9CFa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sLTPdx9CFa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sLTPdx9CFa .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLTPdx9CFa .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sLTPdx9CFa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sLTPdx9CFa .mbr-section-title {
  color: #232323;
}
.cid-sLTPdx9CFa .mbr-text,
.cid-sLTPdx9CFa .mbr-section-btn {
  text-align: center;
}
.cid-sLTPdx9CFa .item-title {
  text-align: left;
}
.cid-sLTPdx9CFa .item-subtitle {
  text-align: center;
}
.cid-sLUBrAgZlB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sLUBybqWuk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sLUBybqWuk .item:focus,
.cid-sLUBybqWuk span:focus {
  outline: none;
}
.cid-sLUBybqWuk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sLUBybqWuk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sLUBybqWuk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLUBybqWuk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sLUBybqWuk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sLUBybqWuk .mbr-section-title {
  color: #232323;
}
.cid-sLUBybqWuk .mbr-text,
.cid-sLUBybqWuk .mbr-section-btn {
  text-align: center;
}
.cid-sLUBybqWuk .item-title {
  text-align: left;
}
.cid-sLUBybqWuk .item-subtitle {
  text-align: center;
}
.cid-sLTPdxx9yt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #00a2f2;
}
.cid-sLTPdxx9yt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sLTPdxx9yt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sLTPdxx9yt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sLTPdxx9yt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sLTPdxx9yt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sLTPdxx9yt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sLTPdxx9yt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sLTPdxx9yt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sLTPdxx9yt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLTPdxx9yt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sLTPdxx9yt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLTPdxx9yt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLTPdxx9yt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sLTPdxx9yt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sLUBOIlen5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sLUBOIlen5 nav.navbar {
  position: fixed;
}
.cid-sLUBOIlen5 .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-sLUBOIlen5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sLUBOIlen5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sLUBOIlen5 .dropdown-item:hover,
.cid-sLUBOIlen5 .dropdown-item:focus {
  background: #00a2f2 !important;
  color: white !important;
}
.cid-sLUBOIlen5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sLUBOIlen5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sLUBOIlen5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sLUBOIlen5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLUBOIlen5 .nav-link {
  position: relative;
}
.cid-sLUBOIlen5 .container {
  display: flex;
  margin: auto;
}
.cid-sLUBOIlen5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sLUBOIlen5 .dropdown-menu,
.cid-sLUBOIlen5 .navbar.opened {
  background: #ffffff !important;
}
.cid-sLUBOIlen5 .nav-item:focus,
.cid-sLUBOIlen5 .nav-link:focus {
  outline: none;
}
.cid-sLUBOIlen5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLUBOIlen5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLUBOIlen5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sLUBOIlen5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLUBOIlen5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLUBOIlen5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLUBOIlen5 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sLUBOIlen5 .navbar.opened {
  transition: all .3s;
}
.cid-sLUBOIlen5 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sLUBOIlen5 .navbar .navbar-logo img {
  width: auto;
}
.cid-sLUBOIlen5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLUBOIlen5 .navbar.collapsed {
  justify-content: center;
}
.cid-sLUBOIlen5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLUBOIlen5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLUBOIlen5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sLUBOIlen5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLUBOIlen5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLUBOIlen5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sLUBOIlen5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLUBOIlen5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sLUBOIlen5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sLUBOIlen5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLUBOIlen5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLUBOIlen5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLUBOIlen5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLUBOIlen5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sLUBOIlen5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLUBOIlen5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLUBOIlen5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLUBOIlen5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLUBOIlen5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLUBOIlen5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sLUBOIlen5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLUBOIlen5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLUBOIlen5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLUBOIlen5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLUBOIlen5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLUBOIlen5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLUBOIlen5 .dropdown-item.active,
.cid-sLUBOIlen5 .dropdown-item:active {
  background-color: transparent;
}
.cid-sLUBOIlen5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLUBOIlen5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLUBOIlen5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLUBOIlen5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLUBOIlen5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLUBOIlen5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLUBOIlen5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sLUBOIlen5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLUBOIlen5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sLUBOIlen5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLUBOIlen5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLUBOIlen5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLUBOIlen5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLUBOIlen5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLUBOIlen5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLUBOIlen5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLUBOIlen5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLUBOIlen5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLUBOIlen5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sLUBOIlen5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLUBOIlen5 .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-sLUBOIlen5 .navbar {
    height: 70px;
  }
  .cid-sLUBOIlen5 .navbar.opened {
    height: auto;
  }
  .cid-sLUBOIlen5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLUBOIHuyk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #00a2f2;
}
.cid-sLUBOIHuyk .mbr-section-title {
  color: #ffffff;
}
.cid-sLUBOIHuyk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sM56hRtiGF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sM56hRtiGF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sM56hRtiGF .row {
  flex-direction: row-reverse;
}
.cid-sM56hRtiGF img {
  width: 100%;
}
.cid-sLUBOJ63qO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sLUBOJ63qO .counter-container ul {
  margin-bottom: 0;
}
.cid-sLUBOJ63qO .counter-container ul li {
  padding-left: 1rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sLUBOJ63qO .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: '✓';
}
.cid-sLUBOJiZVa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sLUBOJiZVa .item:focus,
.cid-sLUBOJiZVa span:focus {
  outline: none;
}
.cid-sLUBOJiZVa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sLUBOJiZVa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sLUBOJiZVa .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLUBOJiZVa .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sLUBOJiZVa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sLUBOJiZVa .mbr-section-title {
  color: #232323;
}
.cid-sLUBOJiZVa .mbr-text,
.cid-sLUBOJiZVa .mbr-section-btn {
  text-align: center;
}
.cid-sLUBOJiZVa .item-title {
  text-align: left;
}
.cid-sLUBOJiZVa .item-subtitle {
  text-align: center;
}
.cid-sLUCXKUE3z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sLUCXKUE3z .item:focus,
.cid-sLUCXKUE3z span:focus {
  outline: none;
}
.cid-sLUCXKUE3z .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sLUCXKUE3z .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sLUCXKUE3z .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLUCXKUE3z .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sLUCXKUE3z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sLUCXKUE3z .mbr-section-title {
  color: #232323;
}
.cid-sLUCXKUE3z .mbr-text,
.cid-sLUCXKUE3z .mbr-section-btn {
  text-align: center;
}
.cid-sLUCXKUE3z .item-title {
  text-align: left;
}
.cid-sLUCXKUE3z .item-subtitle {
  text-align: center;
}
.cid-sLUDnUcnfw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sLUDnUcnfw .item:focus,
.cid-sLUDnUcnfw span:focus {
  outline: none;
}
.cid-sLUDnUcnfw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sLUDnUcnfw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sLUDnUcnfw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLUDnUcnfw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sLUDnUcnfw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sLUDnUcnfw .mbr-section-title {
  color: #232323;
}
.cid-sLUDnUcnfw .mbr-text,
.cid-sLUDnUcnfw .mbr-section-btn {
  text-align: center;
}
.cid-sLUDnUcnfw .item-title {
  text-align: left;
}
.cid-sLUDnUcnfw .item-subtitle {
  text-align: center;
}
.cid-sLUBOL9cis {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #00a2f2;
}
.cid-sLUBOL9cis .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sLUBOL9cis .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sLUBOL9cis .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sLUBOL9cis .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sLUBOL9cis .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sLUBOL9cis .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sLUBOL9cis .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sLUBOL9cis .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sLUBOL9cis .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLUBOL9cis .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sLUBOL9cis .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLUBOL9cis .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLUBOL9cis .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sLUBOL9cis .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sLUFVBplAi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sLUFVBplAi nav.navbar {
  position: fixed;
}
.cid-sLUFVBplAi .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-sLUFVBplAi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sLUFVBplAi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sLUFVBplAi .dropdown-item:hover,
.cid-sLUFVBplAi .dropdown-item:focus {
  background: #00a2f2 !important;
  color: white !important;
}
.cid-sLUFVBplAi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sLUFVBplAi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sLUFVBplAi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sLUFVBplAi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLUFVBplAi .nav-link {
  position: relative;
}
.cid-sLUFVBplAi .container {
  display: flex;
  margin: auto;
}
.cid-sLUFVBplAi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sLUFVBplAi .dropdown-menu,
.cid-sLUFVBplAi .navbar.opened {
  background: #ffffff !important;
}
.cid-sLUFVBplAi .nav-item:focus,
.cid-sLUFVBplAi .nav-link:focus {
  outline: none;
}
.cid-sLUFVBplAi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLUFVBplAi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLUFVBplAi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sLUFVBplAi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLUFVBplAi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLUFVBplAi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLUFVBplAi .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sLUFVBplAi .navbar.opened {
  transition: all .3s;
}
.cid-sLUFVBplAi .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sLUFVBplAi .navbar .navbar-logo img {
  width: auto;
}
.cid-sLUFVBplAi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLUFVBplAi .navbar.collapsed {
  justify-content: center;
}
.cid-sLUFVBplAi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLUFVBplAi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLUFVBplAi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sLUFVBplAi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLUFVBplAi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLUFVBplAi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sLUFVBplAi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLUFVBplAi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sLUFVBplAi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sLUFVBplAi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLUFVBplAi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLUFVBplAi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLUFVBplAi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLUFVBplAi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sLUFVBplAi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLUFVBplAi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLUFVBplAi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLUFVBplAi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLUFVBplAi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLUFVBplAi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sLUFVBplAi .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLUFVBplAi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLUFVBplAi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLUFVBplAi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLUFVBplAi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLUFVBplAi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLUFVBplAi .dropdown-item.active,
.cid-sLUFVBplAi .dropdown-item:active {
  background-color: transparent;
}
.cid-sLUFVBplAi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLUFVBplAi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLUFVBplAi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLUFVBplAi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLUFVBplAi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLUFVBplAi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLUFVBplAi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sLUFVBplAi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLUFVBplAi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sLUFVBplAi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLUFVBplAi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLUFVBplAi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLUFVBplAi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLUFVBplAi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLUFVBplAi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLUFVBplAi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLUFVBplAi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLUFVBplAi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLUFVBplAi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sLUFVBplAi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLUFVBplAi .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-sLUFVBplAi .navbar {
    height: 70px;
  }
  .cid-sLUFVBplAi .navbar.opened {
    height: auto;
  }
  .cid-sLUFVBplAi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLUFVBHFLt {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #00a2f2;
}
.cid-sLUFVBHFLt .mbr-section-title {
  color: #ffffff;
}
.cid-sLUFVBHFLt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sM56BfjJLR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sM56BfjJLR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sM56BfjJLR .row {
  flex-direction: row-reverse;
}
.cid-sM56BfjJLR img {
  width: 100%;
}
.cid-sLUGwyXg6J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fafafa;
}
.cid-sLUGwyXg6J .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sLUGwyXg6J .team-card:hover {
  transform: translateY(-10px);
}
.cid-sLUGwyXg6J .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sLUGwyXg6J .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sLUGwyXg6J .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sLUGwyXg6J .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLUGwyXg6J .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sLUGwyXg6J .social-row {
  text-align: center;
}
.cid-sLUGwyXg6J .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sLUGwyXg6J .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sLUGwyXg6J .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sLUGwyXg6J .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sLUH211tys {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fafafa;
}
.cid-sLUH211tys .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sLUH211tys .team-card:hover {
  transform: translateY(-10px);
}
.cid-sLUH211tys .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sLUH211tys .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sLUH211tys .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sLUH211tys .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLUH211tys .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sLUH211tys .social-row {
  text-align: center;
}
.cid-sLUH211tys .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sLUH211tys .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sLUH211tys .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sLUH211tys .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sLUFVBXYld {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sLUFVBXYld .item:focus,
.cid-sLUFVBXYld span:focus {
  outline: none;
}
.cid-sLUFVBXYld .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sLUFVBXYld .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sLUFVBXYld .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLUFVBXYld .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sLUFVBXYld .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sLUFVBXYld .mbr-section-title {
  color: #232323;
}
.cid-sLUFVBXYld .mbr-text,
.cid-sLUFVBXYld .mbr-section-btn {
  text-align: center;
}
.cid-sLUFVBXYld .item-title {
  text-align: left;
}
.cid-sLUFVBXYld .item-subtitle {
  text-align: center;
}
.cid-sLUFVCi1Cl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sLUFVCi1Cl .item:focus,
.cid-sLUFVCi1Cl span:focus {
  outline: none;
}
.cid-sLUFVCi1Cl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sLUFVCi1Cl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sLUFVCi1Cl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLUFVCi1Cl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sLUFVCi1Cl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sLUFVCi1Cl .mbr-section-title {
  color: #232323;
}
.cid-sLUFVCi1Cl .mbr-text,
.cid-sLUFVCi1Cl .mbr-section-btn {
  text-align: center;
}
.cid-sLUFVCi1Cl .item-title {
  text-align: left;
}
.cid-sLUFVCi1Cl .item-subtitle {
  text-align: center;
}
.cid-sLUIFmMC6k {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sLUIFmMC6k .item:focus,
.cid-sLUIFmMC6k span:focus {
  outline: none;
}
.cid-sLUIFmMC6k .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sLUIFmMC6k .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sLUIFmMC6k .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLUIFmMC6k .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sLUIFmMC6k .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sLUIFmMC6k .mbr-section-title {
  color: #232323;
}
.cid-sLUIFmMC6k .mbr-text,
.cid-sLUIFmMC6k .mbr-section-btn {
  text-align: center;
}
.cid-sLUIFmMC6k .item-title {
  text-align: left;
}
.cid-sLUIFmMC6k .item-subtitle {
  text-align: center;
}
.cid-sLUFVCOXVv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #00a2f2;
}
.cid-sLUFVCOXVv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sLUFVCOXVv .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sLUFVCOXVv .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sLUFVCOXVv .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sLUFVCOXVv .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sLUFVCOXVv .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sLUFVCOXVv .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sLUFVCOXVv .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sLUFVCOXVv .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLUFVCOXVv .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sLUFVCOXVv .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLUFVCOXVv .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLUFVCOXVv .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sLUFVCOXVv .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sLUK8WpFlz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sLUK8WpFlz nav.navbar {
  position: fixed;
}
.cid-sLUK8WpFlz .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-sLUK8WpFlz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sLUK8WpFlz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sLUK8WpFlz .dropdown-item:hover,
.cid-sLUK8WpFlz .dropdown-item:focus {
  background: #00a2f2 !important;
  color: white !important;
}
.cid-sLUK8WpFlz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sLUK8WpFlz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sLUK8WpFlz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sLUK8WpFlz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLUK8WpFlz .nav-link {
  position: relative;
}
.cid-sLUK8WpFlz .container {
  display: flex;
  margin: auto;
}
.cid-sLUK8WpFlz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sLUK8WpFlz .dropdown-menu,
.cid-sLUK8WpFlz .navbar.opened {
  background: #ffffff !important;
}
.cid-sLUK8WpFlz .nav-item:focus,
.cid-sLUK8WpFlz .nav-link:focus {
  outline: none;
}
.cid-sLUK8WpFlz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLUK8WpFlz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLUK8WpFlz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sLUK8WpFlz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLUK8WpFlz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLUK8WpFlz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLUK8WpFlz .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sLUK8WpFlz .navbar.opened {
  transition: all .3s;
}
.cid-sLUK8WpFlz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sLUK8WpFlz .navbar .navbar-logo img {
  width: auto;
}
.cid-sLUK8WpFlz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLUK8WpFlz .navbar.collapsed {
  justify-content: center;
}
.cid-sLUK8WpFlz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLUK8WpFlz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLUK8WpFlz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sLUK8WpFlz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLUK8WpFlz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLUK8WpFlz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sLUK8WpFlz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLUK8WpFlz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sLUK8WpFlz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sLUK8WpFlz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLUK8WpFlz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLUK8WpFlz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLUK8WpFlz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLUK8WpFlz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sLUK8WpFlz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLUK8WpFlz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLUK8WpFlz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLUK8WpFlz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLUK8WpFlz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLUK8WpFlz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sLUK8WpFlz .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLUK8WpFlz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLUK8WpFlz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLUK8WpFlz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLUK8WpFlz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLUK8WpFlz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLUK8WpFlz .dropdown-item.active,
.cid-sLUK8WpFlz .dropdown-item:active {
  background-color: transparent;
}
.cid-sLUK8WpFlz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLUK8WpFlz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLUK8WpFlz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLUK8WpFlz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLUK8WpFlz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLUK8WpFlz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLUK8WpFlz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sLUK8WpFlz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLUK8WpFlz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sLUK8WpFlz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLUK8WpFlz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLUK8WpFlz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLUK8WpFlz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLUK8WpFlz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLUK8WpFlz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLUK8WpFlz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLUK8WpFlz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLUK8WpFlz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLUK8WpFlz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sLUK8WpFlz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLUK8WpFlz .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-sLUK8WpFlz .navbar {
    height: 70px;
  }
  .cid-sLUK8WpFlz .navbar.opened {
    height: auto;
  }
  .cid-sLUK8WpFlz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLUK8WPie7 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #00a2f2;
}
.cid-sLUK8WPie7 .mbr-section-title {
  color: #ffffff;
}
.cid-sLUK8WPie7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sLULjaYPvh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sLULjaYPvh .item:focus,
.cid-sLULjaYPvh span:focus {
  outline: none;
}
.cid-sLULjaYPvh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sLULjaYPvh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sLULjaYPvh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLULjaYPvh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sLULjaYPvh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sLULjaYPvh .mbr-section-title {
  color: #232323;
}
.cid-sLULjaYPvh .item-subtitle {
  text-align: center;
}
.cid-sLUK8Y9Ky8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #00a2f2;
}
.cid-sLUK8Y9Ky8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sLUK8Y9Ky8 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sLUK8Y9Ky8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sLUK8Y9Ky8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sLUK8Y9Ky8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sLUK8Y9Ky8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sLUK8Y9Ky8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sLUK8Y9Ky8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sLUK8Y9Ky8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLUK8Y9Ky8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sLUK8Y9Ky8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLUK8Y9Ky8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLUK8Y9Ky8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sLUK8Y9Ky8 .media-container-row .row-copirayt p {
  width: 100%;
}
