.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 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: #40b0bf !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #489fc9 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #e29635 !important;
}
.btn-primary,
.btn-primary: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-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.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-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0277c0 !important;
  border-color: #0277c0 !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: #01426a !important;
  border-color: #01426a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #01426a !important;
  border-color: #01426a !important;
}
.btn-info,
.btn-info:active {
  background-color: #489fc9 !important;
  border-color: #489fc9 !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: #2a6f90 !important;
  border-color: #2a6f90 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2a6f90 !important;
  border-color: #2a6f90 !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: #e29635 !important;
  border-color: #e29635 !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: #a86918 !important;
  border-color: #a86918 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a86918 !important;
  border-color: #a86918 !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: #40b0bf;
  color: #40b0bf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0277c0;
  color: #0277c0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #01426a !important;
  background-color: transparent!important;
  border-color: #01426a !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0277c0 !important;
  border-color: #0277c0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #489fc9;
  color: #489fc9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2a6f90 !important;
  background-color: transparent!important;
  border-color: #2a6f90 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #489fc9 !important;
  border-color: #489fc9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e29635;
  color: #e29635;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a86918 !important;
  background-color: transparent!important;
  border-color: #a86918 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e29635 !important;
  border-color: #e29635 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #40b0bf !important;
}
.text-secondary {
  color: #0277c0 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #489fc9 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #e29635 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #266a73 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #01385b !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: #276684 !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: #9b6116 !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: #40b0bf;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #489fc9;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #e29635;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #40b0bf;
  border-color: #40b0bf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #40b0bf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #e6f2f7;
}
.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: #fcf3e7;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', 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: #40b0bf !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', 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: #40b0bf;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #40b0bf;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #40b0bf;
}
.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: #40b0bf;
  border-bottom-color: #40b0bf;
}
.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: #40b0bf !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0277c0 !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='%2340b0bf' %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-sqHwgHJQJD {
  z-index: 1000;
  width: 100%;
}
.cid-sqHwgHJQJD nav.navbar {
  position: fixed;
}
.cid-sqHwgHJQJD .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-sqHwgHJQJD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqHwgHJQJD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqHwgHJQJD .dropdown-item:hover,
.cid-sqHwgHJQJD .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-sqHwgHJQJD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqHwgHJQJD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqHwgHJQJD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqHwgHJQJD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqHwgHJQJD .nav-link {
  position: relative;
}
.cid-sqHwgHJQJD .container {
  display: flex;
  margin: auto;
}
.cid-sqHwgHJQJD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqHwgHJQJD .dropdown-menu,
.cid-sqHwgHJQJD .navbar.opened {
  background: #1d1d1f !important;
}
.cid-sqHwgHJQJD .nav-item:focus,
.cid-sqHwgHJQJD .nav-link:focus {
  outline: none;
}
.cid-sqHwgHJQJD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqHwgHJQJD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqHwgHJQJD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqHwgHJQJD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqHwgHJQJD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqHwgHJQJD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqHwgHJQJD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 29, 31, 0.7);
}
.cid-sqHwgHJQJD .navbar.opened {
  transition: all 0.3s;
}
.cid-sqHwgHJQJD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqHwgHJQJD .navbar .navbar-logo img {
  width: auto;
}
.cid-sqHwgHJQJD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqHwgHJQJD .navbar.collapsed {
  justify-content: center;
}
.cid-sqHwgHJQJD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqHwgHJQJD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqHwgHJQJD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-sqHwgHJQJD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqHwgHJQJD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqHwgHJQJD .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-sqHwgHJQJD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqHwgHJQJD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqHwgHJQJD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqHwgHJQJD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqHwgHJQJD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqHwgHJQJD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqHwgHJQJD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqHwgHJQJD .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-sqHwgHJQJD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqHwgHJQJD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqHwgHJQJD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqHwgHJQJD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqHwgHJQJD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqHwgHJQJD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqHwgHJQJD .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqHwgHJQJD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqHwgHJQJD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqHwgHJQJD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqHwgHJQJD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqHwgHJQJD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqHwgHJQJD .dropdown-item.active,
.cid-sqHwgHJQJD .dropdown-item:active {
  background-color: transparent;
}
.cid-sqHwgHJQJD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqHwgHJQJD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqHwgHJQJD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqHwgHJQJD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1f;
}
.cid-sqHwgHJQJD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqHwgHJQJD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqHwgHJQJD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqHwgHJQJD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqHwgHJQJD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqHwgHJQJD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-sqHwgHJQJD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqHwgHJQJD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqHwgHJQJD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqHwgHJQJD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqHwgHJQJD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqHwgHJQJD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqHwgHJQJD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqHwgHJQJD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqHwgHJQJD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqHwgHJQJD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqHwgHJQJD .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-sqHwgHJQJD .navbar {
    height: 70px;
  }
  .cid-sqHwgHJQJD .navbar.opened {
    height: auto;
  }
  .cid-sqHwgHJQJD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyEU54k9KY {
  background-image: url("../../../assets/images/kid-background-1-2000x1334.png");
}
.cid-uyEU54k9KY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyEU54k9KY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyET9egJ0W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #489fc9;
}
.cid-uyET9egJ0W .line {
  background-color: #fafafa;
  color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uyET9egJ0W .section-text {
  padding: 2rem 0;
  color: #ffffff;
  text-align: left;
}
.cid-uyET9egJ0W .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uyET9egJ0W .inner-container {
    width: 100% !important;
  }
}
.cid-uyLxmseKPO {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #e9e9e9;
}
.cid-uyLxmseKPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLxmseKPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyLxmseKPO .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uyLxmseKPO .icon-box {
  background: #489fc9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uyLxmseKPO .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyLxmseKPO .card {
    margin-bottom: 2rem;
  }
  .cid-uyLxmseKPO .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uyLxmseKPO .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uyLxmseKPO .card-title,
.cid-uyLxmseKPO .card-box {
  color: #489fc9;
}
.cid-uyLxmseKPO .mbr-text,
.cid-uyLxmseKPO .mbr-section-btn {
  color: #666565;
}
.cid-uyLxmseKPO .icon-title {
  color: #489fc9;
}
.cid-uyLxmseKPO .icon-text {
  color: #666565;
}
.cid-uMfOBaY0kU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMfOBaY0kU .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uMfOBaY0kU .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMfOBaY0kU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMfOBaY0kU .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMfOBaY0kU .container {
    padding: 0 16px;
  }
}
.cid-uMfOBaY0kU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uMfOBaY0kU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uMfOBaY0kU .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uMfOBaY0kU .embla__button--next,
.cid-uMfOBaY0kU .embla__button--prev {
  display: flex;
}
.cid-uMfOBaY0kU .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #40b0bf !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uMfOBaY0kU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uMfOBaY0kU .embla__button:hover {
  opacity: .7 !important;
}
.cid-uMfOBaY0kU .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uMfOBaY0kU .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uMfOBaY0kU .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-uMfOBaY0kU .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uMfOBaY0kU .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uMfOBaY0kU .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-uMfOBaY0kU .embla {
  position: relative;
  width: 100%;
}
.cid-uMfOBaY0kU .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uMfOBaY0kU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMfOBaY0kU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMfOBaY0kU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMfOBaY0kU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uyzNbOLmko {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uyzNbOLmko .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyzNbOLmko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyzNbOLmko .video-wrapper iframe {
  width: 100%;
}
.cid-uyzNbOLmko .mbr-section-title,
.cid-uyzNbOLmko .mbr-section-subtitle,
.cid-uyzNbOLmko .mbr-text {
  text-align: center;
}
.cid-uyzPT2XO7k {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uyzPT2XO7k img,
.cid-uyzPT2XO7k .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uyzPT2XO7k .item:focus,
.cid-uyzPT2XO7k span:focus {
  outline: none;
}
.cid-uyzPT2XO7k .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyzPT2XO7k .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #489fc9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uyzPT2XO7k .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uyzPT2XO7k .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uyzPT2XO7k .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uyzPT2XO7k .item-content {
    padding: 1rem 0;
  }
}
.cid-uyzPT2XO7k .mbr-section-title {
  color: #489fc9;
}
.cid-uyzPT2XO7k .item-title {
  color: #ffffff;
}
.cid-uyzPT2XO7k .item-subtitle {
  color: #bec2cf;
}
.cid-uyzPT2XO7k .mbr-text,
.cid-uyzPT2XO7k .mbr-section-btn {
  color: #fafafa;
}
.cid-uyzPT2XO7k .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uyzPT2XO7k .mbr-section-subtitle {
  text-align: left;
  color: #666565;
}
.cid-uyxGjXCtE2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f1f1f1;
}
.cid-uyxGjXCtE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyxGjXCtE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyxGjXCtE2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uyxGjXCtE2 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uyxGjXCtE2 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uyxGjXCtE2 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uyxGjXCtE2 .container {
    padding: 0 12px;
  }
}
.cid-uyxGjXCtE2 .row {
  justify-content: center;
}
.cid-uyxGjXCtE2 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uyxGjXCtE2 .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uyxGjXCtE2 .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uyxGjXCtE2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyxGjXCtE2 .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyxGjXCtE2 .item {
    margin-bottom: 16px;
  }
}
.cid-uyxGjXCtE2 .item .item-wrapper {
  width: 100%;
}
.cid-uyxGjXCtE2 .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uyxGjXCtE2 .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uyxGjXCtE2 .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uyxGjXCtE2 .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uyxGjXCtE2 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uyxGjXCtE2 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uyxGjXCtE2 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uyxGjXCtE2 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uyxGjXCtE2 .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #489fc9;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uyxGjXCtE2 .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uyxGjXCtE2 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uyxGjXCtE2 .mbr-section-title {
  color: #666565;
  text-align: center;
}
.cid-uyxGjXCtE2 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uyxGjXCtE2 .item-title {
  color: #ffffff;
}
.cid-uyxGjXCtE2 .item-desc {
  color: #1D1D1F;
}
.cid-uyxGjXCtE2 .item-text {
  color: #fafafa;
}
.cid-uyxGjXCtE2 .item-desc,
.cid-uyxGjXCtE2 .desc-wrapper {
  color: #ffffff;
}
.cid-uz2aFFAHha {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uz2aFFAHha .mbr-section-subtitle {
  color: #353535;
  font-weight: 300;
}
.cid-uz2aFFAHha .mbr-content-text {
  color: #767676;
}
.cid-uz2aFFAHha .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uz2aFFAHha .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-uz2aFFAHha .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uz2aFFAHha .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uz2aFFAHha .media-block {
    padding-right: 2rem;
  }
}
.cid-uz2aFFAHha .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uz2aFFAHha .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uz2aFFAHha .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uz2aFFAHha .mbr-section-title {
  color: #e29635;
}
.cid-uz2aFFAHha .count {
  color: #fafafa;
  margin-left: 10px;
}
.cid-uz2aFFAHha H4 {
  color: #666565;
}
.cid-uz2aFFAHha H3 {
  color: #e29635;
}
.cid-uyXDOaZHLE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #489fc9;
}
.cid-uyXDOaZHLE .line {
  background-color: #fafafa;
  color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uyXDOaZHLE .section-text {
  padding: 2rem 0;
  color: #ffffff;
  text-align: left;
}
.cid-uyXDOaZHLE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uyXDOaZHLE .inner-container {
    width: 100% !important;
  }
}
.cid-uz2aHTRx02 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uz2aHTRx02 .arrow {
  position: absolute;
  font-size: 1.5rem;
  color: #efefef;
  top: 1rem;
  transition: all 0.3s;
  right: 1.3rem;
  transform: rotate(-30deg);
}
.cid-uz2aHTRx02 .card {
  padding: 0;
  margin-right: -2px;
  margin-top: -2px;
}
.cid-uz2aHTRx02 .card:hover .arrow {
  transform: rotate(330deg);
}
.cid-uz2aHTRx02 .main-sub-title {
  background: #fafafa;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uz2aHTRx02 .card-title {
  transition: all 0.3s;
}
.cid-uz2aHTRx02 .mbr-iconfont {
  font-size: 5rem;
  color: #489fc9;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uz2aHTRx02 .card-text {
  color: #616161;
}
.cid-uz2aHTRx02 .main-text {
  color: #353535;
}
.cid-uz2aHTRx02 .main-sub-title,
.cid-uz2aHTRx02 .align-wrapper {
  color: #858484;
}
.cid-uz2aHTRx02 .card-title,
.cid-uz2aHTRx02 .card-text,
.cid-uz2aHTRx02 .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uz2aHTRx02 .card-wrapper {
  display: flex;
  padding: 3rem 2rem;
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #efefef;
  flex-direction: column;
}
.cid-uz2aHTRx02 .card-wrapper:hover {
  background: #42424c;
  border-color: #42424c;
}
.cid-uz2aHTRx02 .card-wrapper:hover .card-title,
.cid-uz2aHTRx02 .card-wrapper:hover .card-text,
.cid-uz2aHTRx02 .card-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uz2aHTRx02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz2aHTRx02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyX5mYEGLE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #489fc9;
}
.cid-uyX5mYEGLE .line {
  background-color: #fafafa;
  color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uyX5mYEGLE .section-text {
  padding: 2rem 0;
  color: #ffffff;
  text-align: left;
}
.cid-uyX5mYEGLE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uyX5mYEGLE .inner-container {
    width: 100% !important;
  }
}
.cid-uAmRMEXopU {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background15b-1500x1001.jpg");
}
.cid-uAmRMEXopU .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uAmRMEXopU .icon-box {
  background: #489fc9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uAmRMEXopU .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAmRMEXopU .card {
    margin-bottom: 2rem;
  }
  .cid-uAmRMEXopU .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uAmRMEXopU .icon-text {
  color: #353535;
}
.cid-uz4v022DzS {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #e29635;
}
.cid-uz4v022DzS .item-img,
.cid-uz4v022DzS img {
  width: auto;
  object-fit: cover;
}
.cid-uz4v022DzS .item:focus,
.cid-uz4v022DzS span:focus {
  outline: none;
}
.cid-uz4v022DzS .item {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.cid-uz4v022DzS .element-wrapper {
  position: relative;
  border-radius: 45px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 4rem;
}
@media (min-width: 1201px) {
  .cid-uz4v022DzS .element-wrapper .item-content {
    padding-top: 2rem;
  }
  .cid-uz4v022DzS .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
@media (max-width: 1200px) {
  .cid-uz4v022DzS .element-wrapper {
    padding: 2.5rem;
  }
  .cid-uz4v022DzS .element-wrapper .item-content {
    padding-top: 1rem;
  }
  .cid-uz4v022DzS .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
.cid-uz4v022DzS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz4v022DzS .mbr-section-title {
  color: #ffffff;
}
.cid-uz4v022DzS .mbr-text,
.cid-uz4v022DzS .mbr-section-btn {
  text-align: left;
  color: #666565;
}
.cid-uz4v022DzS .item-title {
  text-align: left;
  color: #666565;
}
.cid-uz4v022DzS .item-subtitle {
  text-align: left;
}
.cid-uz4v022DzS .btn-success {
  border: 0 !important;
}
.cid-tt85PMRQLp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tt85PMRQLp .mbr-section-subtitle {
  color: #767676;
}
.cid-tt85PMRQLp .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tt85PMRQLp .mbr-text {
  color: #ffffff;
}
.cid-tt85PMRQLp .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-tt85PMRQLp .mbr-author-name {
  color: #fafafa;
}
.cid-tt85PMRQLp .mbr-testimonial .panel-item {
  background-color: #489fc9;
}
.cid-tt85PMRQLp .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-tt85PMRQLp .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tt85PMRQLp .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tt85PMRQLp .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-tt85PMRQLp .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tt3RV782sq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tt3RV782sq .mbr-section-subtitle {
  color: #767676;
}
.cid-tt3RV782sq .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tt3RV782sq .mbr-text {
  color: #ffffff;
}
.cid-tt3RV782sq .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-tt3RV782sq .mbr-author-name {
  color: #fafafa;
}
.cid-tt3RV782sq .mbr-testimonial .panel-item {
  background-color: #489fc9;
}
.cid-tt3RV782sq .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-tt3RV782sq .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tt3RV782sq .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tt3RV782sq .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-tt3RV782sq .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uNp4oqKcPu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a2c3ca;
}
.cid-uNp4oqKcPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNp4oqKcPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNp4oqKcPu .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNp4oqKcPu .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNp4oqKcPu .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uNp4oqKcPu .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uNp4oqKcPu .row .row {
    flex-direction: column-reverse;
  }
  .cid-uNp4oqKcPu .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uNp4oqKcPu .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNp4oqKcPu .card-subtitle {
  color: #0095ff;
}
.cid-uNp4oqKcPu .mbr-text {
  color: #555555;
}
.cid-tt3fT9yMoS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tt3fT9yMoS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt3fT9yMoS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt3fT9yMoS .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #40b0bf;
  margin-left: 1rem;
}
.cid-tt3fT9yMoS .panel-group {
  border: none;
}
.cid-tt3fT9yMoS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tt3fT9yMoS .panel-body,
.cid-tt3fT9yMoS .card-header {
  padding: 1rem 0;
}
.cid-tt3fT9yMoS .panel-title-edit {
  color: #666565;
}
.cid-tt3fT9yMoS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tt3fT9yMoS H3 {
  color: #489fc9;
}
.cid-uz6GDagRsk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uz6GDagRsk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uz6GDagRsk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uz6GDagRsk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uz6GDagRsk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uz6GDagRsk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqHwgHJQJD {
  z-index: 1000;
  width: 100%;
}
.cid-sqHwgHJQJD nav.navbar {
  position: fixed;
}
.cid-sqHwgHJQJD .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-sqHwgHJQJD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqHwgHJQJD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqHwgHJQJD .dropdown-item:hover,
.cid-sqHwgHJQJD .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-sqHwgHJQJD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqHwgHJQJD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqHwgHJQJD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqHwgHJQJD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqHwgHJQJD .nav-link {
  position: relative;
}
.cid-sqHwgHJQJD .container {
  display: flex;
  margin: auto;
}
.cid-sqHwgHJQJD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqHwgHJQJD .dropdown-menu,
.cid-sqHwgHJQJD .navbar.opened {
  background: #1d1d1f !important;
}
.cid-sqHwgHJQJD .nav-item:focus,
.cid-sqHwgHJQJD .nav-link:focus {
  outline: none;
}
.cid-sqHwgHJQJD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqHwgHJQJD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqHwgHJQJD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqHwgHJQJD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqHwgHJQJD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqHwgHJQJD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqHwgHJQJD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 29, 31, 0.7);
}
.cid-sqHwgHJQJD .navbar.opened {
  transition: all 0.3s;
}
.cid-sqHwgHJQJD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqHwgHJQJD .navbar .navbar-logo img {
  width: auto;
}
.cid-sqHwgHJQJD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqHwgHJQJD .navbar.collapsed {
  justify-content: center;
}
.cid-sqHwgHJQJD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqHwgHJQJD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqHwgHJQJD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-sqHwgHJQJD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqHwgHJQJD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqHwgHJQJD .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-sqHwgHJQJD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqHwgHJQJD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqHwgHJQJD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqHwgHJQJD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqHwgHJQJD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqHwgHJQJD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqHwgHJQJD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqHwgHJQJD .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-sqHwgHJQJD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqHwgHJQJD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqHwgHJQJD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqHwgHJQJD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqHwgHJQJD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqHwgHJQJD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqHwgHJQJD .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqHwgHJQJD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqHwgHJQJD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqHwgHJQJD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqHwgHJQJD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqHwgHJQJD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqHwgHJQJD .dropdown-item.active,
.cid-sqHwgHJQJD .dropdown-item:active {
  background-color: transparent;
}
.cid-sqHwgHJQJD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqHwgHJQJD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqHwgHJQJD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqHwgHJQJD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1f;
}
.cid-sqHwgHJQJD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqHwgHJQJD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqHwgHJQJD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqHwgHJQJD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqHwgHJQJD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqHwgHJQJD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-sqHwgHJQJD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqHwgHJQJD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqHwgHJQJD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqHwgHJQJD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqHwgHJQJD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqHwgHJQJD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqHwgHJQJD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqHwgHJQJD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqHwgHJQJD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqHwgHJQJD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqHwgHJQJD .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-sqHwgHJQJD .navbar {
    height: 70px;
  }
  .cid-sqHwgHJQJD .navbar.opened {
    height: auto;
  }
  .cid-sqHwgHJQJD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqHO3eaR59 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/onhorse.jpg");
}
.cid-sqHO4l1XJc {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqHO4l1XJc .title {
  padding-bottom: 2.5rem;
}
.cid-sqHO4l1XJc .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-sqHO4l1XJc .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 72px;
  height: 72px;
}
@media (min-width: 992px) {
  .cid-sqHO4l1XJc .iconfont-wrapper {
    margin-right: 2rem;
  }
}
.cid-sqHO4l1XJc .iconfont-wrapper .mbr-iconfont {
  font-size: 72px;
}
.cid-sqHO4l1XJc .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sqHO4l1XJc .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-sqHO4l1XJc .wrapper {
    flex-wrap: wrap;
  }
  .cid-sqHO4l1XJc .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sqHO4l1XJc .wrapper .b-info {
  width: 100%;
}
.cid-sqHO4X433i {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-sqHO4X433i .title {
  margin-bottom: 2rem;
}
.cid-sqHO4X433i .mbr-section-subtitle {
  color: #767676;
}
.cid-sqHO4X433i a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sqHO4X433i a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sqHO4X433i textarea.form-control {
  min-height: 188px;
}
.cid-tt8DesAFJ3.popup-builder {
  background-color: #ffffff;
}
.cid-tt8DesAFJ3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tt8DesAFJ3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tt8DesAFJ3 .modal-content,
.cid-tt8DesAFJ3 .modal-dialog {
  height: auto;
}
.cid-tt8DesAFJ3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tt8DesAFJ3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tt8DesAFJ3 .form-wrapper .mbr-form .form-group,
  .cid-tt8DesAFJ3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tt8DesAFJ3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tt8DesAFJ3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tt8DesAFJ3 .mbr-text {
  text-align: center;
}
.cid-tt8DesAFJ3 .pt-0 {
  padding-top: 0 !important;
}
.cid-tt8DesAFJ3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tt8DesAFJ3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tt8DesAFJ3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tt8DesAFJ3 .modal-open {
  overflow: hidden;
}
.cid-tt8DesAFJ3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tt8DesAFJ3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tt8DesAFJ3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tt8DesAFJ3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tt8DesAFJ3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tt8DesAFJ3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tt8DesAFJ3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tt8DesAFJ3 .modal-content {
  background: #cddee0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tt8DesAFJ3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tt8DesAFJ3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tt8DesAFJ3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tt8DesAFJ3 .modal-backdrop.show {
  opacity: .5;
}
.cid-tt8DesAFJ3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tt8DesAFJ3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tt8DesAFJ3 .modal-header {
    padding: 1rem;
  }
}
.cid-tt8DesAFJ3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tt8DesAFJ3 .modal-header .close svg {
  fill: #353535;
}
.cid-tt8DesAFJ3 .modal-header .close:hover {
  opacity: 1;
}
.cid-tt8DesAFJ3 .modal-header .close:focus {
  outline: none;
}
.cid-tt8DesAFJ3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tt8DesAFJ3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tt8DesAFJ3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tt8DesAFJ3 .modal-body {
    padding: 1rem;
  }
}
.cid-tt8DesAFJ3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tt8DesAFJ3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tt8DesAFJ3 .modal-footer {
    padding: 1rem;
  }
}
.cid-tt8DesAFJ3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tt8DesAFJ3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tt8DesAFJ3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tt8DesAFJ3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tt8DesAFJ3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tt8DesAFJ3 .modal-lg,
  .cid-tt8DesAFJ3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tt8DesAFJ3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tt8DesAFJ3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tt8DesAFJ3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tt8DesAFJ3 .form-group {
  margin-bottom: 1rem;
}
.cid-tt8DesAFJ3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tt8DesAFJ3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tt8DesAFJ3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tt8DesAFJ3 .mbr-section-btn {
  margin: 0;
}
.cid-tt8DesAFJ3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz6GDagRsk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uz6GDagRsk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uz6GDagRsk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uz6GDagRsk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uz6GDagRsk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uz6GDagRsk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqHwgHJQJD {
  z-index: 1000;
  width: 100%;
}
.cid-sqHwgHJQJD nav.navbar {
  position: fixed;
}
.cid-sqHwgHJQJD .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-sqHwgHJQJD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqHwgHJQJD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqHwgHJQJD .dropdown-item:hover,
.cid-sqHwgHJQJD .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-sqHwgHJQJD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqHwgHJQJD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqHwgHJQJD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqHwgHJQJD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqHwgHJQJD .nav-link {
  position: relative;
}
.cid-sqHwgHJQJD .container {
  display: flex;
  margin: auto;
}
.cid-sqHwgHJQJD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqHwgHJQJD .dropdown-menu,
.cid-sqHwgHJQJD .navbar.opened {
  background: #1d1d1f !important;
}
.cid-sqHwgHJQJD .nav-item:focus,
.cid-sqHwgHJQJD .nav-link:focus {
  outline: none;
}
.cid-sqHwgHJQJD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqHwgHJQJD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqHwgHJQJD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqHwgHJQJD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqHwgHJQJD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqHwgHJQJD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqHwgHJQJD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 29, 31, 0.7);
}
.cid-sqHwgHJQJD .navbar.opened {
  transition: all 0.3s;
}
.cid-sqHwgHJQJD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqHwgHJQJD .navbar .navbar-logo img {
  width: auto;
}
.cid-sqHwgHJQJD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqHwgHJQJD .navbar.collapsed {
  justify-content: center;
}
.cid-sqHwgHJQJD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqHwgHJQJD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqHwgHJQJD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-sqHwgHJQJD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqHwgHJQJD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqHwgHJQJD .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-sqHwgHJQJD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqHwgHJQJD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqHwgHJQJD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqHwgHJQJD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqHwgHJQJD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqHwgHJQJD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqHwgHJQJD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqHwgHJQJD .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-sqHwgHJQJD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqHwgHJQJD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqHwgHJQJD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqHwgHJQJD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqHwgHJQJD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqHwgHJQJD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqHwgHJQJD .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqHwgHJQJD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqHwgHJQJD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqHwgHJQJD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqHwgHJQJD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqHwgHJQJD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqHwgHJQJD .dropdown-item.active,
.cid-sqHwgHJQJD .dropdown-item:active {
  background-color: transparent;
}
.cid-sqHwgHJQJD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqHwgHJQJD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqHwgHJQJD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqHwgHJQJD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1f;
}
.cid-sqHwgHJQJD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqHwgHJQJD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqHwgHJQJD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqHwgHJQJD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqHwgHJQJD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqHwgHJQJD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-sqHwgHJQJD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqHwgHJQJD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqHwgHJQJD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqHwgHJQJD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqHwgHJQJD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqHwgHJQJD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqHwgHJQJD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqHwgHJQJD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqHwgHJQJD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqHwgHJQJD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqHwgHJQJD .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-sqHwgHJQJD .navbar {
    height: 70px;
  }
  .cid-sqHwgHJQJD .navbar.opened {
    height: auto;
  }
  .cid-sqHwgHJQJD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN6SnXqyBL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN6SnXqyBL img,
.cid-sN6SnXqyBL .item-img {
  width: 100%;
}
.cid-sN6SnXqyBL .item:focus,
.cid-sN6SnXqyBL span:focus {
  outline: none;
}
.cid-sN6SnXqyBL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sN6SnXqyBL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sN6SnXqyBL .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sN6SnXqyBL .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sN6SnXqyBL .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sN6SnXqyBL .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sN6SnXqyBL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sN6SnXqyBL .mbr-section-title {
  color: #232323;
}
.cid-sN6SnXqyBL .mbr-text,
.cid-sN6SnXqyBL .mbr-section-btn {
  text-align: left;
}
.cid-sN6SnXqyBL .item-title {
  text-align: left;
}
.cid-sN6SnXqyBL .item-subtitle {
  text-align: left;
}
.cid-sNn5qtXHRy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sNn5qtXHRy .card .card-img {
  overflow: hidden;
}
.cid-sNn5qtXHRy .card .card-img img {
  transition: all .5s;
}
.cid-sNn5qtXHRy .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sNn5qtXHRy .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-sNn5qtXHRy .card {
  height: 100%;
}
.cid-sNn5qtXHRy .card .card-wrapper {
  height: 100%;
}
.cid-sNn5qtXHRy .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-sNn5qtXHRy .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-sNn5qtXHRy .card .card-box .card-title {
  margin: 0;
}
.cid-sNn5qtXHRy .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNn5qtXHRy .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-sNn5qtXHRy .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-sNn5qtXHRy .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-sNn5qtXHRy .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNn5qtXHRy .card .card-footer .icons-list {
  margin: 0;
}
.cid-sNn5qtXHRy .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-sNn5qtXHRy .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-sNn5qtXHRy .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-sNn5qtXHRy .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-sNn5qtXHRy .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-sNn5qtXHRy .card-footer {
  border-top: 1px solid #efefef;
}
@media (max-width: 767px) {
  .cid-sNn5qtXHRy .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNn5qtXHRy .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sNn5sGODPV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sNn5sGODPV .card-img {
  padding: 0 0 3rem;
}
.cid-sNn5sGODPV .mbr-section-btn {
  margin-left: 0;
}
.cid-sNn5sGODPV .card-days {
  background-color: #4284df;
  border-radius: 5px;
}
.cid-sNn5sGODPV .card-days .schedule > ul {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.cid-sNn5sGODPV .card-days .schedule > ul li {
  border-top: 1px solid;
  padding-top: 10px;
}
.cid-sNn5sGODPV .card-days .schedule > ul li:first-child {
  border-top: none;
}
.cid-sNn5sGODPV .card-days .schedule > ul li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-sNn5sGODPV .card-days .schedule > ul li:after {
  display: block;
  content: '';
  clear: both;
}
@media (min-width: 992px) {
  .cid-sNn5sGODPV .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sN6Sj78i5H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN6Sj78i5H .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sN6Sj78i5H .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sN6Sj78i5H .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sN6Sj78i5H .card {
    margin-bottom: 2rem;
  }
  .cid-sN6Sj78i5H .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sN6UXVXcju {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sN6UXVXcju .form-group,
  .cid-sN6UXVXcju .input-group-btn,
  .cid-sN6UXVXcju .input-group-btn .btn {
    max-width: 200px;
    width: 100%;
    padding: .5rem 1rem;
    line-height: 1;
  }
  .cid-sN6UXVXcju .display-4 {
    padding: .7rem 1rem;
    line-height: 1;
  }
  .cid-sN6UXVXcju .mbr-text {
    margin-block-end: .1em;
  }
}
@media (min-width: 769px) {
  .cid-sN6UXVXcju .mbr-form .row > * {
    padding: 0 0.2rem;
  }
}
.cid-sN6UXVXcju SPAN {
  color: #232323;
}
.cid-sN6UXVXcju H3 {
  color: #333300;
}
.cid-sN6UXVXcju .mbr-text,
.cid-sN6UXVXcju .mbr-section-btn {
  color: #1b1919;
  text-align: left;
}
.cid-sN6UXVXcju H2 {
  text-align: center;
  color: #1b1919;
}
.cid-sN6Yi0WQO8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f2f3f7;
}
.cid-sN6Yi0WQO8 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-sN6Yi0WQO8 .plan-body {
  padding-bottom: 3rem;
}
.cid-sN6Yi0WQO8 .plan-header {
  padding-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sN6Yi0WQO8 .price {
  color: #40b0bf;
}
.cid-sN6Yi0WQO8 .plan {
  word-break: break-word;
  background-color: #ffffff;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
  background: #f2f3f7;
}
.cid-sN6Yi0WQO8 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-sN6Yi0WQO8 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
}
.cid-sN6Yi0WQO8 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-sN6Yi0WQO8 .plan {
    margin-bottom: 2rem;
  }
}
.cid-sN6Yi0WQO8 .price-term {
  color: #6c758f;
}
.cid-sN6Yi0WQO8 UL {
  color: #6c758f;
}
.cid-sN6Yi0WQO8 .plan-title {
  color: #6c758f;
}
.cid-sN6Yi0WQO8 .title {
  text-align: center;
  color: #36187d;
}
.cid-sN6XXKioQG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sN6XXKioQG .mbr-section-title {
  color: #4479d9;
}
.cid-sN6S3wL196 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-sN6S3wL196 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-sN6S3wL196 .plan-body {
  padding-bottom: 2rem;
}
.cid-sN6S3wL196 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sN6S3wL196 .price {
  color: #40b0bf;
}
.cid-sN6S3wL196 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-sN6S3wL196 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-sN6S3wL196 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-sN6S3wL196 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-sN6S3wL196 .plan {
    margin-bottom: 2rem;
  }
}
.cid-sN712PEUIT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sN712PEUIT .mbr-section-title {
  color: #4479d9;
}
.cid-sN712PEUIT .mbr-section-subtitle {
  text-align: left;
}
.cid-tt8DesBPQf.popup-builder {
  background-color: #ffffff;
}
.cid-tt8DesBPQf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tt8DesBPQf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tt8DesBPQf .modal-content,
.cid-tt8DesBPQf .modal-dialog {
  height: auto;
}
.cid-tt8DesBPQf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tt8DesBPQf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tt8DesBPQf .form-wrapper .mbr-form .form-group,
  .cid-tt8DesBPQf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tt8DesBPQf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tt8DesBPQf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tt8DesBPQf .mbr-text {
  text-align: center;
}
.cid-tt8DesBPQf .pt-0 {
  padding-top: 0 !important;
}
.cid-tt8DesBPQf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tt8DesBPQf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tt8DesBPQf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tt8DesBPQf .modal-open {
  overflow: hidden;
}
.cid-tt8DesBPQf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tt8DesBPQf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tt8DesBPQf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tt8DesBPQf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tt8DesBPQf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tt8DesBPQf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tt8DesBPQf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tt8DesBPQf .modal-content {
  background: #cddee0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tt8DesBPQf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tt8DesBPQf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tt8DesBPQf .modal-backdrop.fade {
  opacity: 0;
}
.cid-tt8DesBPQf .modal-backdrop.show {
  opacity: .5;
}
.cid-tt8DesBPQf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tt8DesBPQf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tt8DesBPQf .modal-header {
    padding: 1rem;
  }
}
.cid-tt8DesBPQf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tt8DesBPQf .modal-header .close svg {
  fill: #353535;
}
.cid-tt8DesBPQf .modal-header .close:hover {
  opacity: 1;
}
.cid-tt8DesBPQf .modal-header .close:focus {
  outline: none;
}
.cid-tt8DesBPQf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tt8DesBPQf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tt8DesBPQf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tt8DesBPQf .modal-body {
    padding: 1rem;
  }
}
.cid-tt8DesBPQf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tt8DesBPQf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tt8DesBPQf .modal-footer {
    padding: 1rem;
  }
}
.cid-tt8DesBPQf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tt8DesBPQf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tt8DesBPQf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tt8DesBPQf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tt8DesBPQf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tt8DesBPQf .modal-lg,
  .cid-tt8DesBPQf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tt8DesBPQf .modal-xl {
    max-width: 1140px;
  }
}
.cid-tt8DesBPQf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tt8DesBPQf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tt8DesBPQf .form-group {
  margin-bottom: 1rem;
}
.cid-tt8DesBPQf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tt8DesBPQf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tt8DesBPQf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tt8DesBPQf .mbr-section-btn {
  margin: 0;
}
.cid-tt8DesBPQf .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz6GDagRsk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uz6GDagRsk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uz6GDagRsk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uz6GDagRsk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uz6GDagRsk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uz6GDagRsk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqHwgHJQJD {
  z-index: 1000;
  width: 100%;
}
.cid-sqHwgHJQJD nav.navbar {
  position: fixed;
}
.cid-sqHwgHJQJD .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-sqHwgHJQJD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqHwgHJQJD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqHwgHJQJD .dropdown-item:hover,
.cid-sqHwgHJQJD .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-sqHwgHJQJD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqHwgHJQJD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqHwgHJQJD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqHwgHJQJD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqHwgHJQJD .nav-link {
  position: relative;
}
.cid-sqHwgHJQJD .container {
  display: flex;
  margin: auto;
}
.cid-sqHwgHJQJD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqHwgHJQJD .dropdown-menu,
.cid-sqHwgHJQJD .navbar.opened {
  background: #1d1d1f !important;
}
.cid-sqHwgHJQJD .nav-item:focus,
.cid-sqHwgHJQJD .nav-link:focus {
  outline: none;
}
.cid-sqHwgHJQJD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqHwgHJQJD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqHwgHJQJD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqHwgHJQJD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqHwgHJQJD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqHwgHJQJD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqHwgHJQJD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 29, 31, 0.7);
}
.cid-sqHwgHJQJD .navbar.opened {
  transition: all 0.3s;
}
.cid-sqHwgHJQJD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqHwgHJQJD .navbar .navbar-logo img {
  width: auto;
}
.cid-sqHwgHJQJD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqHwgHJQJD .navbar.collapsed {
  justify-content: center;
}
.cid-sqHwgHJQJD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqHwgHJQJD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqHwgHJQJD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-sqHwgHJQJD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqHwgHJQJD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqHwgHJQJD .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-sqHwgHJQJD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqHwgHJQJD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqHwgHJQJD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqHwgHJQJD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqHwgHJQJD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqHwgHJQJD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqHwgHJQJD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqHwgHJQJD .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-sqHwgHJQJD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqHwgHJQJD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqHwgHJQJD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqHwgHJQJD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqHwgHJQJD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqHwgHJQJD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqHwgHJQJD .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqHwgHJQJD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqHwgHJQJD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqHwgHJQJD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqHwgHJQJD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqHwgHJQJD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqHwgHJQJD .dropdown-item.active,
.cid-sqHwgHJQJD .dropdown-item:active {
  background-color: transparent;
}
.cid-sqHwgHJQJD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqHwgHJQJD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqHwgHJQJD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqHwgHJQJD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1f;
}
.cid-sqHwgHJQJD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqHwgHJQJD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqHwgHJQJD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqHwgHJQJD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqHwgHJQJD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqHwgHJQJD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-sqHwgHJQJD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqHwgHJQJD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqHwgHJQJD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqHwgHJQJD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqHwgHJQJD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqHwgHJQJD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqHwgHJQJD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqHwgHJQJD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqHwgHJQJD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqHwgHJQJD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqHwgHJQJD .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-sqHwgHJQJD .navbar {
    height: 70px;
  }
  .cid-sqHwgHJQJD .navbar.opened {
    height: auto;
  }
  .cid-sqHwgHJQJD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz6GDagRsk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uz6GDagRsk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uz6GDagRsk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uz6GDagRsk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uz6GDagRsk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uz6GDagRsk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uyLwueRjZb {
  z-index: 1000;
  width: 100%;
}
.cid-uyLwueRjZb nav.navbar {
  position: fixed;
}
.cid-uyLwueRjZb .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-uyLwueRjZb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyLwueRjZb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyLwueRjZb .dropdown-item:hover,
.cid-uyLwueRjZb .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uyLwueRjZb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyLwueRjZb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyLwueRjZb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyLwueRjZb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyLwueRjZb .nav-link {
  position: relative;
}
.cid-uyLwueRjZb .container {
  display: flex;
  margin: auto;
}
.cid-uyLwueRjZb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyLwueRjZb .dropdown-menu,
.cid-uyLwueRjZb .navbar.opened {
  background: #1d1d1f !important;
}
.cid-uyLwueRjZb .nav-item:focus,
.cid-uyLwueRjZb .nav-link:focus {
  outline: none;
}
.cid-uyLwueRjZb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyLwueRjZb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyLwueRjZb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyLwueRjZb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyLwueRjZb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyLwueRjZb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyLwueRjZb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 29, 31, 0.7);
}
.cid-uyLwueRjZb .navbar.opened {
  transition: all 0.3s;
}
.cid-uyLwueRjZb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyLwueRjZb .navbar .navbar-logo img {
  width: auto;
}
.cid-uyLwueRjZb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyLwueRjZb .navbar.collapsed {
  justify-content: center;
}
.cid-uyLwueRjZb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyLwueRjZb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyLwueRjZb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uyLwueRjZb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyLwueRjZb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyLwueRjZb .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-uyLwueRjZb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyLwueRjZb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyLwueRjZb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyLwueRjZb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyLwueRjZb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyLwueRjZb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyLwueRjZb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyLwueRjZb .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-uyLwueRjZb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyLwueRjZb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyLwueRjZb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyLwueRjZb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyLwueRjZb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyLwueRjZb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyLwueRjZb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyLwueRjZb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyLwueRjZb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyLwueRjZb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyLwueRjZb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyLwueRjZb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyLwueRjZb .dropdown-item.active,
.cid-uyLwueRjZb .dropdown-item:active {
  background-color: transparent;
}
.cid-uyLwueRjZb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyLwueRjZb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyLwueRjZb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyLwueRjZb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1f;
}
.cid-uyLwueRjZb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyLwueRjZb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyLwueRjZb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyLwueRjZb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyLwueRjZb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyLwueRjZb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uyLwueRjZb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyLwueRjZb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyLwueRjZb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyLwueRjZb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyLwueRjZb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyLwueRjZb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyLwueRjZb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyLwueRjZb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyLwueRjZb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyLwueRjZb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyLwueRjZb .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-uyLwueRjZb .navbar {
    height: 70px;
  }
  .cid-uyLwueRjZb .navbar.opened {
    height: auto;
  }
  .cid-uyLwueRjZb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyLwugdi46 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cddee0;
}
.cid-uyLwugdi46 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLwugdi46 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyLwugdi46 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uyLwugdi46 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uyLwugdi46 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uyLwugEPA1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uyLwugEPA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLwugEPA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uyLwugEPA1 .row {
    flex-direction: column-reverse;
  }
  .cid-uyLwugEPA1 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-uyLwugEPA1 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uyLwugEPA1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uyLwugEPA1 .media-content,
.cid-uyLwugEPA1 .mbr-figure {
  align-self: center;
}
.cid-uyLwugEPA1 .mbr-figure iframe {
  width: 100%;
}
.cid-uyLwuh1xXR {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #e9e9e9;
}
.cid-uyLwuh1xXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLwuh1xXR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyLwuh1xXR .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uyLwuh1xXR .icon-box {
  background: #858484;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uyLwuh1xXR .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyLwuh1xXR .card {
    margin-bottom: 2rem;
  }
  .cid-uyLwuh1xXR .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uyLwuh1xXR .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uyLwuhprjA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uyLwuhprjA .arrow {
  position: absolute;
  font-size: 1.5rem;
  color: #efefef;
  top: 1rem;
  transition: all 0.3s;
  right: 1.3rem;
  transform: rotate(-30deg);
}
.cid-uyLwuhprjA .card {
  padding: 0;
  margin-right: -2px;
  margin-top: -2px;
}
.cid-uyLwuhprjA .card:hover .arrow {
  transform: rotate(330deg);
}
.cid-uyLwuhprjA .main-sub-title {
  background: #fafafa;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uyLwuhprjA .card-title {
  transition: all 0.3s;
}
.cid-uyLwuhprjA .mbr-iconfont {
  font-size: 5rem;
  color: #0277c0;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uyLwuhprjA .card-text {
  color: #616161;
}
.cid-uyLwuhprjA .main-text {
  color: #353535;
}
.cid-uyLwuhprjA .main-sub-title,
.cid-uyLwuhprjA .align-wrapper {
  color: #858484;
}
.cid-uyLwuhprjA .card-title,
.cid-uyLwuhprjA .card-text,
.cid-uyLwuhprjA .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uyLwuhprjA .card-wrapper {
  display: flex;
  padding: 3rem 2rem;
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #efefef;
  flex-direction: column;
}
.cid-uyLwuhprjA .card-wrapper:hover {
  background: #42424c;
  border-color: #42424c;
}
.cid-uyLwuhprjA .card-wrapper:hover .card-title,
.cid-uyLwuhprjA .card-wrapper:hover .card-text,
.cid-uyLwuhprjA .card-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uyLwuhprjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLwuhprjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyLwuiMegv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #5b686b;
}
.cid-uyLwuiMegv .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uyLwuiMegv .section-text {
  padding: 2rem 0;
  color: #ffffff;
  text-align: left;
}
.cid-uyLwuiMegv .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uyLwuiMegv .inner-container {
    width: 100% !important;
  }
}
.cid-uyLwujrcDd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e9e9e9;
}
.cid-uyLwujrcDd img,
.cid-uyLwujrcDd .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uyLwujrcDd .item:focus,
.cid-uyLwujrcDd span:focus {
  outline: none;
}
.cid-uyLwujrcDd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyLwujrcDd .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #e9e9e9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uyLwujrcDd .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uyLwujrcDd .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uyLwujrcDd .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uyLwujrcDd .item-content {
    padding: 1rem 0;
  }
}
.cid-uyLwujrcDd .mbr-section-title {
  color: #232323;
}
.cid-uyLwujrcDd .item-title {
  color: #353535;
}
.cid-uyLwujrcDd .item-subtitle {
  color: #bec2cf;
}
.cid-uyLwujrcDd .mbr-text,
.cid-uyLwujrcDd .mbr-section-btn {
  color: #6c758f;
}
.cid-uyLwujrcDd .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uyLwujrcDd .mbr-section-subtitle {
  text-align: left;
}
.cid-uyLwuk27mR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cddee0;
}
.cid-uyLwuk27mR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLwuk27mR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyLwuk27mR .mbr-section-subtitle {
  background: black;
  width: fit-content;
  color: #ffffff;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.cid-uyLwuk27mR .wrapper {
  background: #cddee0;
  padding: 3rem;
  border-radius: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uyLwuk27mR .wrapper {
    padding: 2rem 1rem;
  }
  .cid-uyLwuk27mR .wrapper .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-uyLwuk27mR .card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uyLwuk27mR .card {
    padding: 2rem 1rem;
  }
}
.cid-uyLwuk27mR .mbr-section-title {
  color: #000000;
}
.cid-uyLwuk27mR .mbr-text,
.cid-uyLwuk27mR .mbr-section-btn {
  color: #000000;
}
.cid-uyLwuk27mR .mbr-title {
  color: #000000;
}
.cid-uyLwukw8k5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uyLwukw8k5 img,
.cid-uyLwukw8k5 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyLwukw8k5 .item:focus,
.cid-uyLwukw8k5 span:focus {
  outline: none;
}
.cid-uyLwukw8k5 .item-wrapper {
  position: relative;
}
.cid-uyLwukw8k5 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyLwukw8k5 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyLwukw8k5 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uyLwukw8k5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyLwukw8k5 .mbr-section-title {
  color: #232323;
}
.cid-uyLwukw8k5 .mbr-text,
.cid-uyLwukw8k5 .mbr-section-btn {
  text-align: left;
}
.cid-uyLwukw8k5 .item-title {
  text-align: left;
}
.cid-uyLwukw8k5 .item-subtitle {
  text-align: left;
}
.cid-uyLwukw8k5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uyLwukw8k5 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyLwukw8k5 .embla__button--next,
.cid-uyLwukw8k5 .embla__button--prev {
  display: flex;
}
.cid-uyLwukw8k5 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyLwukw8k5 .embla__button {
    display: none;
  }
}
.cid-uyLwukw8k5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyLwukw8k5 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyLwukw8k5 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyLwukw8k5 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyLwukw8k5 .embla__button {
    top: auto;
  }
}
.cid-uyLwukw8k5 .embla {
  position: relative;
  width: 100%;
}
.cid-uyLwukw8k5 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyLwukw8k5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyLwukw8k5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyLwukw8k5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uyLwulkeSR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-uyLwulkeSR .video-wrapper iframe {
  width: 100%;
}
.cid-uyLwulkeSR .mbr-section-title,
.cid-uyLwulkeSR .mbr-section-subtitle,
.cid-uyLwulkeSR .mbr-text {
  text-align: center;
}
.cid-uyLwulTYNm {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #e1ebec;
}
@media (min-width: 992px) {
  .cid-uyLwulTYNm .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-uyLwulTYNm .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-uyLwulTYNm .item-title {
  color: #333f3e;
}
.cid-uyLwulTYNm .subtitle-text {
  color: #6c7577;
}
.cid-uyLwulTYNm .item-box {
  display: flex;
}
.cid-uyLwulTYNm .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-uyLwulTYNm .item-text {
  color: #6c7577;
}
.cid-uyLwulTYNm .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uyLwulTYNm .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-uyLwulTYNm .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uyLwulTYNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLwulTYNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
}
.cid-uyLwumr54w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uyLwumr54w .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uyLwumr54w .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uyLwumr54w .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uyLwumr54w .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uyLwumr54w .container {
    padding: 0 16px;
  }
}
.cid-uyLwumr54w .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uyLwumr54w .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uyLwumr54w .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uyLwumr54w .embla__button--next,
.cid-uyLwumr54w .embla__button--prev {
  display: flex;
}
.cid-uyLwumr54w .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #40b0bf !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uyLwumr54w .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyLwumr54w .embla__button:hover {
  opacity: .7 !important;
}
.cid-uyLwumr54w .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uyLwumr54w .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uyLwumr54w .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-uyLwumr54w .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uyLwumr54w .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uyLwumr54w .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-uyLwumr54w .embla {
  position: relative;
  width: 100%;
}
.cid-uyLwumr54w .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uyLwumr54w .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyLwumr54w .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyLwumr54w .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uyLwumr54w .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uyLwun7YvQ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #98dee8;
}
.cid-uyLwun7YvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLwun7YvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyLwun7YvQ .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uyLwun7YvQ .item .icon-wrap {
  text-align: center;
}
.cid-uyLwun7YvQ .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uyLwun7YvQ .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #2299aa;
}
.cid-uyLwun7YvQ .item.first:before {
  display: none;
}
.cid-uyLwun7YvQ .item.five:before {
  display: none;
}
.cid-uyLwun7YvQ .icon-box {
  background: #2299aa;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uyLwun7YvQ .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uyLwun7YvQ .mbr-iconfont {
  color: #40b0bf !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uyLwun7YvQ .item:before {
    display: none;
  }
  .cid-uyLwun7YvQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uyLwAtAuAE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-uyLwAtAuAE .item {
  margin-bottom: 2rem;
}
.cid-uyLwAtAuAE img {
  width: 100%;
  height: auto;
}
.cid-uyLwAtAuAE a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .cid-uyLwAtAuAE img {
    width: 90%;
  }
}
.cid-uyLwunSMUZ {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #e1ebec;
}
.cid-uyLwunSMUZ .mbr-section-subtitle {
  color: #353535;
  font-weight: 300;
}
.cid-uyLwunSMUZ .mbr-content-text {
  color: #767676;
}
.cid-uyLwunSMUZ .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uyLwunSMUZ .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-uyLwunSMUZ .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uyLwunSMUZ .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uyLwunSMUZ .media-block {
    padding-right: 2rem;
  }
}
.cid-uyLwunSMUZ .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uyLwunSMUZ .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uyLwunSMUZ .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uyLwunSMUZ .mbr-section-title {
  color: #333f3e;
}
.cid-uyLwunSMUZ .count {
  color: #fafafa;
  margin-left: 10px;
}
.cid-uyLwunSMUZ H4 {
  color: #333f3e;
}
.cid-uyLwunSMUZ H3 {
  color: #2299aa;
}
.cid-uyLwuoCYJs {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uyLwuoCYJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLwuoCYJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyLwuoCYJs .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #40b0bf;
  margin-left: 1rem;
}
.cid-uyLwuoCYJs .panel-group {
  border: none;
}
.cid-uyLwuoCYJs .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uyLwuoCYJs .panel-body,
.cid-uyLwuoCYJs .card-header {
  padding: 1rem 0;
}
.cid-uyLwuoCYJs .panel-title-edit {
  color: #000000;
}
.cid-uyLwuoCYJs .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uyLwupgwfY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cddee0;
}
.cid-uyLwupgwfY .mbr-section-subtitle {
  color: #767676;
}
.cid-uyLwupgwfY .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uyLwupgwfY .mbr-text {
  color: #767676;
}
.cid-uyLwupgwfY .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-uyLwupgwfY .mbr-author-name {
  color: #767676;
}
.cid-uyLwupgwfY .mbr-testimonial .panel-item {
  background-color: #a2c3ca;
}
.cid-uyLwupgwfY .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-uyLwupgwfY .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uyLwupgwfY .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uyLwupgwfY .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-uyLwupgwfY .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uyLwupYJHj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e9e9e9;
}
.cid-uyLwupYJHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLwupYJHj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyLwupYJHj .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #40b0bf;
  margin-left: 1rem;
}
.cid-uyLwupYJHj .panel-group {
  border: none;
}
.cid-uyLwupYJHj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uyLwupYJHj .panel-body,
.cid-uyLwupYJHj .card-header {
  padding: 1rem 0;
}
.cid-uyLwupYJHj .panel-title-edit {
  color: #000000;
}
.cid-uyLwupYJHj .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uz6GDagRsk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uz6GDagRsk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uz6GDagRsk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uz6GDagRsk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uz6GDagRsk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uz6GDagRsk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uyLUhNMDUq {
  z-index: 1000;
  width: 100%;
}
.cid-uyLUhNMDUq nav.navbar {
  position: fixed;
}
.cid-uyLUhNMDUq .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-uyLUhNMDUq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyLUhNMDUq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyLUhNMDUq .dropdown-item:hover,
.cid-uyLUhNMDUq .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uyLUhNMDUq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyLUhNMDUq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyLUhNMDUq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyLUhNMDUq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyLUhNMDUq .nav-link {
  position: relative;
}
.cid-uyLUhNMDUq .container {
  display: flex;
  margin: auto;
}
.cid-uyLUhNMDUq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyLUhNMDUq .dropdown-menu,
.cid-uyLUhNMDUq .navbar.opened {
  background: #1d1d1f !important;
}
.cid-uyLUhNMDUq .nav-item:focus,
.cid-uyLUhNMDUq .nav-link:focus {
  outline: none;
}
.cid-uyLUhNMDUq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyLUhNMDUq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyLUhNMDUq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyLUhNMDUq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyLUhNMDUq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyLUhNMDUq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyLUhNMDUq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 29, 31, 0.7);
}
.cid-uyLUhNMDUq .navbar.opened {
  transition: all 0.3s;
}
.cid-uyLUhNMDUq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyLUhNMDUq .navbar .navbar-logo img {
  width: auto;
}
.cid-uyLUhNMDUq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyLUhNMDUq .navbar.collapsed {
  justify-content: center;
}
.cid-uyLUhNMDUq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyLUhNMDUq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyLUhNMDUq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uyLUhNMDUq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyLUhNMDUq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyLUhNMDUq .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-uyLUhNMDUq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyLUhNMDUq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyLUhNMDUq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyLUhNMDUq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyLUhNMDUq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyLUhNMDUq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyLUhNMDUq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyLUhNMDUq .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-uyLUhNMDUq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyLUhNMDUq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyLUhNMDUq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyLUhNMDUq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyLUhNMDUq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyLUhNMDUq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyLUhNMDUq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyLUhNMDUq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyLUhNMDUq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyLUhNMDUq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyLUhNMDUq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyLUhNMDUq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyLUhNMDUq .dropdown-item.active,
.cid-uyLUhNMDUq .dropdown-item:active {
  background-color: transparent;
}
.cid-uyLUhNMDUq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyLUhNMDUq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyLUhNMDUq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyLUhNMDUq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1f;
}
.cid-uyLUhNMDUq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyLUhNMDUq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyLUhNMDUq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyLUhNMDUq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyLUhNMDUq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyLUhNMDUq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uyLUhNMDUq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyLUhNMDUq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyLUhNMDUq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyLUhNMDUq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyLUhNMDUq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyLUhNMDUq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyLUhNMDUq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyLUhNMDUq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyLUhNMDUq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyLUhNMDUq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyLUhNMDUq .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-uyLUhNMDUq .navbar {
    height: 70px;
  }
  .cid-uyLUhNMDUq .navbar.opened {
    height: auto;
  }
  .cid-uyLUhNMDUq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyLUhOVSXm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1ebec;
}
.cid-uyLUhOVSXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLUhOVSXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyLUhOVSXm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uyLUhOVSXm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uyLUhOVSXm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uyLUhPqLtY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uyLUhPqLtY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLUhPqLtY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uyLUhPqLtY .row {
    flex-direction: column-reverse;
  }
  .cid-uyLUhPqLtY .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-uyLUhPqLtY .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uyLUhPqLtY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uyLUhPqLtY .media-content,
.cid-uyLUhPqLtY .mbr-figure {
  align-self: center;
}
.cid-uyLUhPqLtY .mbr-figure iframe {
  width: 100%;
}
.cid-uyLUhPQJ4u {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #e9e9e9;
}
.cid-uyLUhPQJ4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLUhPQJ4u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyLUhPQJ4u .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uyLUhPQJ4u .icon-box {
  background: #858484;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uyLUhPQJ4u .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyLUhPQJ4u .card {
    margin-bottom: 2rem;
  }
  .cid-uyLUhPQJ4u .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uyLUhPQJ4u .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uyLUhQfmL5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uyLUhQfmL5 img,
.cid-uyLUhQfmL5 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyLUhQfmL5 .item:focus,
.cid-uyLUhQfmL5 span:focus {
  outline: none;
}
.cid-uyLUhQfmL5 .item-wrapper {
  position: relative;
}
.cid-uyLUhQfmL5 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyLUhQfmL5 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyLUhQfmL5 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uyLUhQfmL5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyLUhQfmL5 .mbr-section-title {
  color: #232323;
}
.cid-uyLUhQfmL5 .mbr-text,
.cid-uyLUhQfmL5 .mbr-section-btn {
  text-align: left;
}
.cid-uyLUhQfmL5 .item-title {
  text-align: left;
}
.cid-uyLUhQfmL5 .item-subtitle {
  text-align: left;
}
.cid-uyLUhQfmL5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uyLUhQfmL5 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyLUhQfmL5 .embla__button--next,
.cid-uyLUhQfmL5 .embla__button--prev {
  display: flex;
}
.cid-uyLUhQfmL5 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyLUhQfmL5 .embla__button {
    display: none;
  }
}
.cid-uyLUhQfmL5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyLUhQfmL5 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyLUhQfmL5 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyLUhQfmL5 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyLUhQfmL5 .embla__button {
    top: auto;
  }
}
.cid-uyLUhQfmL5 .embla {
  position: relative;
  width: 100%;
}
.cid-uyLUhQfmL5 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyLUhQfmL5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyLUhQfmL5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyLUhQfmL5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uyLUhQfmL5 .mbr-section-subtitle {
  text-align: left;
}
.cid-uyLUhR01mY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uyLUhR01mY .arrow {
  position: absolute;
  font-size: 1.5rem;
  color: #efefef;
  top: 1rem;
  transition: all 0.3s;
  right: 1.3rem;
  transform: rotate(-30deg);
}
.cid-uyLUhR01mY .card {
  padding: 0;
  margin-right: -2px;
  margin-top: -2px;
}
.cid-uyLUhR01mY .card:hover .arrow {
  transform: rotate(330deg);
}
.cid-uyLUhR01mY .main-sub-title {
  background: #fafafa;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uyLUhR01mY .card-title {
  transition: all 0.3s;
}
.cid-uyLUhR01mY .mbr-iconfont {
  font-size: 5rem;
  color: #0277c0;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uyLUhR01mY .card-text {
  color: #616161;
}
.cid-uyLUhR01mY .main-text {
  color: #353535;
}
.cid-uyLUhR01mY .main-sub-title,
.cid-uyLUhR01mY .align-wrapper {
  color: #858484;
}
.cid-uyLUhR01mY .card-title,
.cid-uyLUhR01mY .card-text,
.cid-uyLUhR01mY .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uyLUhR01mY .card-wrapper {
  display: flex;
  padding: 3rem 2rem;
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #efefef;
  flex-direction: column;
}
.cid-uyLUhR01mY .card-wrapper:hover {
  background: #42424c;
  border-color: #42424c;
}
.cid-uyLUhR01mY .card-wrapper:hover .card-title,
.cid-uyLUhR01mY .card-wrapper:hover .card-text,
.cid-uyLUhR01mY .card-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uyLUhR01mY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLUhR01mY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyLUhRF6w7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e9e9e9;
}
.cid-uyLUhRF6w7 img,
.cid-uyLUhRF6w7 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uyLUhRF6w7 .item:focus,
.cid-uyLUhRF6w7 span:focus {
  outline: none;
}
.cid-uyLUhRF6w7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyLUhRF6w7 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #e9e9e9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uyLUhRF6w7 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uyLUhRF6w7 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uyLUhRF6w7 .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uyLUhRF6w7 .item-content {
    padding: 1rem 0;
  }
}
.cid-uyLUhRF6w7 .mbr-section-title {
  color: #232323;
}
.cid-uyLUhRF6w7 .item-title {
  color: #353535;
}
.cid-uyLUhRF6w7 .item-subtitle {
  color: #bec2cf;
}
.cid-uyLUhRF6w7 .mbr-text,
.cid-uyLUhRF6w7 .mbr-section-btn {
  color: #6c758f;
}
.cid-uyLUhRF6w7 .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uyLUhRF6w7 .mbr-section-subtitle {
  text-align: left;
}
.cid-uyLUhSksWh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uyLUhSksWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLUhSksWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyLUhSksWh .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uyLUhSksWh .currentcost {
  color: #232323;
}
.cid-uyLUhSksWh .card-wrapper {
  border-radius: 4px;
  background: #e1ebec;
}
@media (min-width: 992px) {
  .cid-uyLUhSksWh .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uyLUhSksWh .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyLUhSksWh .text-box {
    padding: 1rem;
  }
}
.cid-uyLUhSksWh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyLUhSTIIB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cddee0;
}
.cid-uyLUhSTIIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLUhSTIIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyLUhSTIIB .mbr-section-subtitle {
  background: black;
  width: fit-content;
  color: #ffffff;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.cid-uyLUhSTIIB .wrapper {
  background: #cddee0;
  padding: 3rem;
  border-radius: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uyLUhSTIIB .wrapper {
    padding: 2rem 1rem;
  }
  .cid-uyLUhSTIIB .wrapper .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-uyLUhSTIIB .card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uyLUhSTIIB .card {
    padding: 2rem 1rem;
  }
}
.cid-uyLUhSTIIB .mbr-section-title {
  color: #000000;
}
.cid-uyLUhSTIIB .mbr-text,
.cid-uyLUhSTIIB .mbr-section-btn {
  color: #000000;
}
.cid-uyLUhSTIIB .mbr-title {
  color: #000000;
}
.cid-uyLUhU3wTM {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #e1ebec;
}
@media (min-width: 992px) {
  .cid-uyLUhU3wTM .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-uyLUhU3wTM .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-uyLUhU3wTM .item-title {
  color: #333f3e;
}
.cid-uyLUhU3wTM .subtitle-text {
  color: #6c7577;
}
.cid-uyLUhU3wTM .item-box {
  display: flex;
}
.cid-uyLUhU3wTM .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-uyLUhU3wTM .item-text {
  color: #6c7577;
}
.cid-uyLUhU3wTM .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uyLUhU3wTM .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-uyLUhU3wTM .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uyLUhU3wTM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLUhU3wTM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
}
.cid-uyLUhUHNyr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uyLUhUHNyr .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uyLUhUHNyr .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uyLUhUHNyr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uyLUhUHNyr .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uyLUhUHNyr .container {
    padding: 0 16px;
  }
}
.cid-uyLUhUHNyr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uyLUhUHNyr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uyLUhUHNyr .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uyLUhUHNyr .embla__button--next,
.cid-uyLUhUHNyr .embla__button--prev {
  display: flex;
}
.cid-uyLUhUHNyr .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #40b0bf !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uyLUhUHNyr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyLUhUHNyr .embla__button:hover {
  opacity: .7 !important;
}
.cid-uyLUhUHNyr .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uyLUhUHNyr .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uyLUhUHNyr .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-uyLUhUHNyr .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uyLUhUHNyr .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uyLUhUHNyr .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-uyLUhUHNyr .embla {
  position: relative;
  width: 100%;
}
.cid-uyLUhUHNyr .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uyLUhUHNyr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyLUhUHNyr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyLUhUHNyr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uyLUhUHNyr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uyLUhVm2SC {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #98dee8;
}
.cid-uyLUhVm2SC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLUhVm2SC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyLUhVm2SC .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uyLUhVm2SC .item .icon-wrap {
  text-align: center;
}
.cid-uyLUhVm2SC .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uyLUhVm2SC .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #2299aa;
}
.cid-uyLUhVm2SC .item.first:before {
  display: none;
}
.cid-uyLUhVm2SC .item.five:before {
  display: none;
}
.cid-uyLUhVm2SC .icon-box {
  background: #2299aa;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uyLUhVm2SC .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uyLUhVm2SC .mbr-iconfont {
  color: #40b0bf !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uyLUhVm2SC .item:before {
    display: none;
  }
  .cid-uyLUhVm2SC .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uyLUhW94B3 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #e1ebec;
}
.cid-uyLUhW94B3 .mbr-section-subtitle {
  color: #353535;
  font-weight: 300;
}
.cid-uyLUhW94B3 .mbr-content-text {
  color: #767676;
}
.cid-uyLUhW94B3 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uyLUhW94B3 .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-uyLUhW94B3 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uyLUhW94B3 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uyLUhW94B3 .media-block {
    padding-right: 2rem;
  }
}
.cid-uyLUhW94B3 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uyLUhW94B3 .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uyLUhW94B3 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uyLUhW94B3 .mbr-section-title {
  color: #333f3e;
}
.cid-uyLUhW94B3 .count {
  color: #fafafa;
  margin-left: 10px;
}
.cid-uyLUhW94B3 H4 {
  color: #333f3e;
}
.cid-uyLUhW94B3 H3 {
  color: #2299aa;
}
.cid-uyLUhWRG4c {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uyLUhWRG4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLUhWRG4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyLUhWRG4c .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #40b0bf;
  margin-left: 1rem;
}
.cid-uyLUhWRG4c .panel-group {
  border: none;
}
.cid-uyLUhWRG4c .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uyLUhWRG4c .panel-body,
.cid-uyLUhWRG4c .card-header {
  padding: 1rem 0;
}
.cid-uyLUhWRG4c .panel-title-edit {
  color: #000000;
}
.cid-uyLUhWRG4c .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uyLUhXvq7v {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cddee0;
}
.cid-uyLUhXvq7v .mbr-section-subtitle {
  color: #767676;
}
.cid-uyLUhXvq7v .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uyLUhXvq7v .mbr-text {
  color: #767676;
}
.cid-uyLUhXvq7v .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-uyLUhXvq7v .mbr-author-name {
  color: #767676;
}
.cid-uyLUhXvq7v .mbr-testimonial .panel-item {
  background-color: #a2c3ca;
}
.cid-uyLUhXvq7v .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-uyLUhXvq7v .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uyLUhXvq7v .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uyLUhXvq7v .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-uyLUhXvq7v .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uyLUhYhI3i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e9e9e9;
}
.cid-uyLUhYhI3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLUhYhI3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyLUhYhI3i .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #40b0bf;
  margin-left: 1rem;
}
.cid-uyLUhYhI3i .panel-group {
  border: none;
}
.cid-uyLUhYhI3i .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uyLUhYhI3i .panel-body,
.cid-uyLUhYhI3i .card-header {
  padding: 1rem 0;
}
.cid-uyLUhYhI3i .panel-title-edit {
  color: #000000;
}
.cid-uyLUhYhI3i .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uz6GDagRsk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uz6GDagRsk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uz6GDagRsk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uz6GDagRsk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uz6GDagRsk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uz6GDagRsk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uyKrLw72pM {
  z-index: 1000;
  width: 100%;
}
.cid-uyKrLw72pM nav.navbar {
  position: fixed;
}
.cid-uyKrLw72pM .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-uyKrLw72pM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyKrLw72pM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyKrLw72pM .dropdown-item:hover,
.cid-uyKrLw72pM .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uyKrLw72pM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyKrLw72pM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyKrLw72pM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyKrLw72pM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyKrLw72pM .nav-link {
  position: relative;
}
.cid-uyKrLw72pM .container {
  display: flex;
  margin: auto;
}
.cid-uyKrLw72pM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyKrLw72pM .dropdown-menu,
.cid-uyKrLw72pM .navbar.opened {
  background: #1d1d1f !important;
}
.cid-uyKrLw72pM .nav-item:focus,
.cid-uyKrLw72pM .nav-link:focus {
  outline: none;
}
.cid-uyKrLw72pM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyKrLw72pM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyKrLw72pM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyKrLw72pM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyKrLw72pM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyKrLw72pM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyKrLw72pM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 29, 31, 0.7);
}
.cid-uyKrLw72pM .navbar.opened {
  transition: all 0.3s;
}
.cid-uyKrLw72pM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyKrLw72pM .navbar .navbar-logo img {
  width: auto;
}
.cid-uyKrLw72pM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyKrLw72pM .navbar.collapsed {
  justify-content: center;
}
.cid-uyKrLw72pM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyKrLw72pM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyKrLw72pM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uyKrLw72pM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyKrLw72pM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyKrLw72pM .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-uyKrLw72pM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyKrLw72pM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyKrLw72pM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyKrLw72pM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyKrLw72pM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyKrLw72pM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyKrLw72pM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyKrLw72pM .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-uyKrLw72pM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyKrLw72pM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyKrLw72pM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyKrLw72pM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyKrLw72pM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyKrLw72pM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyKrLw72pM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyKrLw72pM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyKrLw72pM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyKrLw72pM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyKrLw72pM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyKrLw72pM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyKrLw72pM .dropdown-item.active,
.cid-uyKrLw72pM .dropdown-item:active {
  background-color: transparent;
}
.cid-uyKrLw72pM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyKrLw72pM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyKrLw72pM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyKrLw72pM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1f;
}
.cid-uyKrLw72pM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyKrLw72pM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyKrLw72pM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyKrLw72pM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyKrLw72pM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyKrLw72pM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uyKrLw72pM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyKrLw72pM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyKrLw72pM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyKrLw72pM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyKrLw72pM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyKrLw72pM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyKrLw72pM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyKrLw72pM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyKrLw72pM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyKrLw72pM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyKrLw72pM .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-uyKrLw72pM .navbar {
    height: 70px;
  }
  .cid-uyKrLw72pM .navbar.opened {
    height: auto;
  }
  .cid-uyKrLw72pM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyVn5Y44n1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyVn5Y44n1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-uyVn5Y44n1 .mbr-section-title {
  color: #ffffff;
}
.cid-uyVn5Y44n1 .mbr-text,
.cid-uyVn5Y44n1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uz800QmP2D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #489fc9;
}
.cid-uz800QmP2D .line {
  background-color: #fafafa;
  color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uz800QmP2D .section-text {
  padding: 2rem 0;
  color: #ffffff;
  text-align: left;
}
.cid-uz800QmP2D .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uz800QmP2D .inner-container {
    width: 100% !important;
  }
}
.cid-uz3bZMSL3J {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uz3bZMSL3J img,
.cid-uz3bZMSL3J .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uz3bZMSL3J .item:focus,
.cid-uz3bZMSL3J span:focus {
  outline: none;
}
.cid-uz3bZMSL3J .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz3bZMSL3J .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #489fc9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uz3bZMSL3J .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uz3bZMSL3J .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uz3bZMSL3J .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uz3bZMSL3J .item-content {
    padding: 1rem 0;
  }
}
.cid-uz3bZMSL3J .mbr-section-title {
  color: #489fc9;
}
.cid-uz3bZMSL3J .item-title {
  color: #ffffff;
}
.cid-uz3bZMSL3J .item-subtitle {
  color: #bec2cf;
}
.cid-uz3bZMSL3J .mbr-text,
.cid-uz3bZMSL3J .mbr-section-btn {
  color: #ffffff;
}
.cid-uz3bZMSL3J .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uz3bZMSL3J .mbr-section-subtitle {
  text-align: left;
}
.cid-uz3cziofDi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uz3cziofDi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz3cziofDi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uz3cziofDi .row {
    flex-direction: column-reverse;
  }
  .cid-uz3cziofDi .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-uz3cziofDi .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uz3cziofDi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uz3cziofDi .media-content,
.cid-uz3cziofDi .mbr-figure {
  align-self: center;
}
.cid-uz3cziofDi .mbr-figure iframe {
  width: 100%;
}
.cid-uz3cziofDi .mbr-section-title {
  color: #666565;
}
.cid-uz3cZp5VSc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  border: 1px;
  background-color: #ffffff;
}
.cid-uz3cZp5VSc .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uz3cZp5VSc .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uz3cZp5VSc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uz3cZp5VSc .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uz3cZp5VSc .container {
    padding: 0 16px;
  }
}
.cid-uz3cZp5VSc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uz3cZp5VSc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uz3cZp5VSc .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uz3cZp5VSc .embla__button--next,
.cid-uz3cZp5VSc .embla__button--prev {
  display: flex;
}
.cid-uz3cZp5VSc .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #40b0bf !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uz3cZp5VSc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uz3cZp5VSc .embla__button:hover {
  opacity: .7 !important;
}
.cid-uz3cZp5VSc .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uz3cZp5VSc .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uz3cZp5VSc .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-uz3cZp5VSc .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uz3cZp5VSc .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uz3cZp5VSc .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-uz3cZp5VSc .embla {
  position: relative;
  width: 100%;
}
.cid-uz3cZp5VSc .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uz3cZp5VSc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uz3cZp5VSc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uz3cZp5VSc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uz3cZp5VSc .mbr-section-title {
  color: #666565;
  text-align: center;
}
.cid-uz3cRfjLg4 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uz3cRfjLg4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz3cRfjLg4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz3cRfjLg4 .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uz3cRfjLg4 .icon-box {
  background: #e29635;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uz3cRfjLg4 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uz3cRfjLg4 .card {
    margin-bottom: 2rem;
  }
  .cid-uz3cRfjLg4 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uz3cRfjLg4 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uz3ja230XG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #489fc9;
}
.cid-uz3ja230XG .line {
  background-color: #fafafa;
  color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uz3ja230XG .section-text {
  padding: 2rem 0;
  color: #ffffff;
  text-align: left;
}
.cid-uz3ja230XG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uz3ja230XG .inner-container {
    width: 100% !important;
  }
}
.cid-uz3bNWHVy5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uz3bNWHVy5 .arrow {
  position: absolute;
  font-size: 1.5rem;
  color: #efefef;
  top: 1rem;
  transition: all 0.3s;
  right: 1.3rem;
  transform: rotate(-30deg);
}
.cid-uz3bNWHVy5 .card {
  padding: 0;
  margin-right: -2px;
  margin-top: -2px;
}
.cid-uz3bNWHVy5 .card:hover .arrow {
  transform: rotate(330deg);
}
.cid-uz3bNWHVy5 .main-sub-title {
  background: #fafafa;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uz3bNWHVy5 .card-title {
  transition: all 0.3s;
}
.cid-uz3bNWHVy5 .mbr-iconfont {
  font-size: 5rem;
  color: #489fc9;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uz3bNWHVy5 .card-text {
  color: #616161;
}
.cid-uz3bNWHVy5 .main-text {
  color: #353535;
}
.cid-uz3bNWHVy5 .main-sub-title,
.cid-uz3bNWHVy5 .align-wrapper {
  color: #858484;
}
.cid-uz3bNWHVy5 .card-title,
.cid-uz3bNWHVy5 .card-text,
.cid-uz3bNWHVy5 .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uz3bNWHVy5 .card-wrapper {
  display: flex;
  padding: 3rem 2rem;
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #efefef;
  flex-direction: column;
}
.cid-uz3bNWHVy5 .card-wrapper:hover {
  background: #42424c;
  border-color: #42424c;
}
.cid-uz3bNWHVy5 .card-wrapper:hover .card-title,
.cid-uz3bNWHVy5 .card-wrapper:hover .card-text,
.cid-uz3bNWHVy5 .card-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uz3bNWHVy5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz3bNWHVy5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyYjD9Vg77 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #489fc9;
}
.cid-uyYjD9Vg77 img,
.cid-uyYjD9Vg77 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyYjD9Vg77 .item:focus,
.cid-uyYjD9Vg77 span:focus {
  outline: none;
}
.cid-uyYjD9Vg77 .item-wrapper {
  position: relative;
}
.cid-uyYjD9Vg77 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyYjD9Vg77 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyYjD9Vg77 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uyYjD9Vg77 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyYjD9Vg77 .mbr-section-title {
  color: #232323;
}
.cid-uyYjD9Vg77 .mbr-text,
.cid-uyYjD9Vg77 .mbr-section-btn {
  text-align: left;
}
.cid-uyYjD9Vg77 .item-title {
  text-align: left;
}
.cid-uyYjD9Vg77 .item-subtitle {
  text-align: left;
}
.cid-uyYjD9Vg77 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uyYjD9Vg77 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyYjD9Vg77 .embla__button--next,
.cid-uyYjD9Vg77 .embla__button--prev {
  display: flex;
}
.cid-uyYjD9Vg77 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyYjD9Vg77 .embla__button {
    display: none;
  }
}
.cid-uyYjD9Vg77 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyYjD9Vg77 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyYjD9Vg77 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyYjD9Vg77 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyYjD9Vg77 .embla__button {
    top: auto;
  }
}
.cid-uyYjD9Vg77 .embla {
  position: relative;
  width: 100%;
}
.cid-uyYjD9Vg77 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyYjD9Vg77 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyYjD9Vg77 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyYjD9Vg77 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uyYjD9Vg77 .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
}
.cid-uz3d9kxdLd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #666565;
}
.cid-uz3d9kxdLd img,
.cid-uz3d9kxdLd .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz3d9kxdLd .item:focus,
.cid-uz3d9kxdLd span:focus {
  outline: none;
}
.cid-uz3d9kxdLd .item-wrapper {
  position: relative;
}
.cid-uz3d9kxdLd .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz3d9kxdLd .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz3d9kxdLd .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uz3d9kxdLd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz3d9kxdLd .mbr-section-title {
  color: #ffffff;
}
.cid-uz3d9kxdLd .mbr-text,
.cid-uz3d9kxdLd .mbr-section-btn {
  text-align: left;
}
.cid-uz3d9kxdLd .item-title {
  text-align: left;
}
.cid-uz3d9kxdLd .item-subtitle {
  text-align: left;
}
.cid-uz3d9kxdLd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uz3d9kxdLd .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uz3d9kxdLd .embla__button--next,
.cid-uz3d9kxdLd .embla__button--prev {
  display: flex;
}
.cid-uz3d9kxdLd .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uz3d9kxdLd .embla__button {
    display: none;
  }
}
.cid-uz3d9kxdLd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uz3d9kxdLd .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uz3d9kxdLd .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uz3d9kxdLd .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uz3d9kxdLd .embla__button {
    top: auto;
  }
}
.cid-uz3d9kxdLd .embla {
  position: relative;
  width: 100%;
}
.cid-uz3d9kxdLd .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uz3d9kxdLd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uz3d9kxdLd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uz3d9kxdLd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uz3d9kxdLd .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uz3kuuswEc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uz3kuuswEc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz3kuuswEc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz3kuuswEc .mbr-section-subtitle {
  background: black;
  width: fit-content;
  color: #ffffff;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.cid-uz3kuuswEc .wrapper {
  background: #e29635;
  padding: 3rem;
  border-radius: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uz3kuuswEc .wrapper {
    padding: 2rem 1rem;
  }
  .cid-uz3kuuswEc .wrapper .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-uz3kuuswEc .card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uz3kuuswEc .card {
    padding: 2rem 1rem;
  }
}
.cid-uz3kuuswEc .mbr-section-title {
  color: #666565;
}
.cid-uz3kuuswEc .mbr-text,
.cid-uz3kuuswEc .mbr-section-btn {
  color: #000000;
}
.cid-uz3kuuswEc .mbr-title {
  color: #ffffff;
}
.cid-uz3kxgUOMJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uz3kxgUOMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz3kxgUOMJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz3kxgUOMJ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #40b0bf;
  margin-left: 1rem;
}
.cid-uz3kxgUOMJ .panel-group {
  border: none;
}
.cid-uz3kxgUOMJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uz3kxgUOMJ .panel-body,
.cid-uz3kxgUOMJ .card-header {
  padding: 1rem 0;
}
.cid-uz3kxgUOMJ .panel-title-edit {
  color: #666565;
}
.cid-uz3kxgUOMJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uz3kxgUOMJ H3 {
  color: #489fc9;
}
.cid-uyKrLzv0m9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
.cid-uyKrLzv0m9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyKrLzv0m9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyKrLzv0m9 .mbr-section-subtitle {
  background: black;
  width: fit-content;
  color: #ffffff;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.cid-uyKrLzv0m9 .wrapper {
  background: #e29635;
  padding: 3rem;
  border-radius: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uyKrLzv0m9 .wrapper {
    padding: 2rem 1rem;
  }
  .cid-uyKrLzv0m9 .wrapper .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-uyKrLzv0m9 .card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uyKrLzv0m9 .card {
    padding: 2rem 1rem;
  }
}
.cid-uyKrLzv0m9 .mbr-section-title {
  color: #000000;
}
.cid-uyKrLzv0m9 .mbr-text,
.cid-uyKrLzv0m9 .mbr-section-btn {
  color: #000000;
}
.cid-uyKrLzv0m9 .mbr-title {
  color: #000000;
}
.cid-uyKrLEZSFe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e9e9e9;
}
.cid-uyKrLEZSFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyKrLEZSFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyKrLEZSFe .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #40b0bf;
  margin-left: 1rem;
}
.cid-uyKrLEZSFe .panel-group {
  border: none;
}
.cid-uyKrLEZSFe .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uyKrLEZSFe .panel-body,
.cid-uyKrLEZSFe .card-header {
  padding: 1rem 0;
}
.cid-uyKrLEZSFe .panel-title-edit {
  color: #000000;
}
.cid-uyKrLEZSFe .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uyKrLEZSFe H3 {
  color: #489fc9;
}
.cid-uz6GDagRsk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uz6GDagRsk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uz6GDagRsk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uz6GDagRsk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uz6GDagRsk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uz6GDagRsk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uyK0tM7djM {
  z-index: 1000;
  width: 100%;
}
.cid-uyK0tM7djM nav.navbar {
  position: fixed;
}
.cid-uyK0tM7djM .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-uyK0tM7djM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyK0tM7djM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyK0tM7djM .dropdown-item:hover,
.cid-uyK0tM7djM .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uyK0tM7djM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyK0tM7djM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyK0tM7djM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyK0tM7djM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyK0tM7djM .nav-link {
  position: relative;
}
.cid-uyK0tM7djM .container {
  display: flex;
  margin: auto;
}
.cid-uyK0tM7djM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyK0tM7djM .dropdown-menu,
.cid-uyK0tM7djM .navbar.opened {
  background: #1d1d1f !important;
}
.cid-uyK0tM7djM .nav-item:focus,
.cid-uyK0tM7djM .nav-link:focus {
  outline: none;
}
.cid-uyK0tM7djM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyK0tM7djM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyK0tM7djM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyK0tM7djM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyK0tM7djM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyK0tM7djM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyK0tM7djM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 29, 31, 0.7);
}
.cid-uyK0tM7djM .navbar.opened {
  transition: all 0.3s;
}
.cid-uyK0tM7djM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyK0tM7djM .navbar .navbar-logo img {
  width: auto;
}
.cid-uyK0tM7djM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyK0tM7djM .navbar.collapsed {
  justify-content: center;
}
.cid-uyK0tM7djM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyK0tM7djM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyK0tM7djM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uyK0tM7djM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyK0tM7djM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyK0tM7djM .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-uyK0tM7djM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyK0tM7djM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyK0tM7djM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyK0tM7djM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyK0tM7djM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyK0tM7djM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyK0tM7djM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyK0tM7djM .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-uyK0tM7djM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyK0tM7djM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyK0tM7djM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyK0tM7djM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyK0tM7djM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyK0tM7djM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyK0tM7djM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyK0tM7djM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyK0tM7djM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyK0tM7djM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyK0tM7djM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyK0tM7djM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyK0tM7djM .dropdown-item.active,
.cid-uyK0tM7djM .dropdown-item:active {
  background-color: transparent;
}
.cid-uyK0tM7djM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyK0tM7djM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyK0tM7djM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyK0tM7djM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1f;
}
.cid-uyK0tM7djM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyK0tM7djM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyK0tM7djM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyK0tM7djM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyK0tM7djM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyK0tM7djM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uyK0tM7djM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyK0tM7djM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyK0tM7djM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyK0tM7djM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyK0tM7djM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyK0tM7djM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyK0tM7djM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyK0tM7djM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyK0tM7djM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyK0tM7djM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyK0tM7djM .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-uyK0tM7djM .navbar {
    height: 70px;
  }
  .cid-uyK0tM7djM .navbar.opened {
    height: auto;
  }
  .cid-uyK0tM7djM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyVwHWPF5O {
  background-image: url("../../../assets/images/adult-youth-614x412.png");
}
.cid-uyVwHWPF5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyVwHWPF5O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyVwHWPF5O .mbr-section-title {
  color: #ffffff;
}
.cid-uyVwHWPF5O .mbr-text,
.cid-uyVwHWPF5O .mbr-section-btn {
  color: #ffffff;
}
.cid-uz88AvswdK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #489fc9;
}
.cid-uz88AvswdK .line {
  background-color: #fafafa;
  color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uz88AvswdK .section-text {
  padding: 2rem 0;
  color: #ffffff;
  text-align: left;
}
.cid-uz88AvswdK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uz88AvswdK .inner-container {
    width: 100% !important;
  }
}
.cid-uz27l7rGXL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uz27l7rGXL img,
.cid-uz27l7rGXL .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uz27l7rGXL .item:focus,
.cid-uz27l7rGXL span:focus {
  outline: none;
}
.cid-uz27l7rGXL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz27l7rGXL .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #489fc9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uz27l7rGXL .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uz27l7rGXL .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uz27l7rGXL .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uz27l7rGXL .item-content {
    padding: 1rem 0;
  }
}
.cid-uz27l7rGXL .mbr-section-title {
  color: #489fc9;
}
.cid-uz27l7rGXL .item-title {
  color: #ffffff;
}
.cid-uz27l7rGXL .item-subtitle {
  color: #bec2cf;
}
.cid-uz27l7rGXL .mbr-text,
.cid-uz27l7rGXL .mbr-section-btn {
  color: #ffffff;
}
.cid-uz27l7rGXL .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uz27l7rGXL .mbr-section-subtitle {
  text-align: left;
}
.cid-uyK1scHnRP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uyK1scHnRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyK1scHnRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uyK1scHnRP .row {
    flex-direction: column-reverse;
  }
  .cid-uyK1scHnRP .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-uyK1scHnRP .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uyK1scHnRP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uyK1scHnRP .media-content,
.cid-uyK1scHnRP .mbr-figure {
  align-self: center;
}
.cid-uyK1scHnRP .mbr-figure iframe {
  width: 100%;
}
.cid-uyK1scHnRP .mbr-section-title {
  color: #666565;
}
.cid-uyK0tSZD7c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  border: 1px;
  background-color: #ffffff;
}
.cid-uyK0tSZD7c .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uyK0tSZD7c .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uyK0tSZD7c .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uyK0tSZD7c .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uyK0tSZD7c .container {
    padding: 0 16px;
  }
}
.cid-uyK0tSZD7c .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uyK0tSZD7c .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uyK0tSZD7c .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uyK0tSZD7c .embla__button--next,
.cid-uyK0tSZD7c .embla__button--prev {
  display: flex;
}
.cid-uyK0tSZD7c .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #40b0bf !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uyK0tSZD7c .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyK0tSZD7c .embla__button:hover {
  opacity: .7 !important;
}
.cid-uyK0tSZD7c .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uyK0tSZD7c .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uyK0tSZD7c .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-uyK0tSZD7c .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uyK0tSZD7c .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uyK0tSZD7c .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-uyK0tSZD7c .embla {
  position: relative;
  width: 100%;
}
.cid-uyK0tSZD7c .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uyK0tSZD7c .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyK0tSZD7c .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyK0tSZD7c .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uyK0tSZD7c .mbr-section-title {
  color: #666565;
  text-align: center;
}
.cid-uz1kH03TWq {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uz1kH03TWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz1kH03TWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz1kH03TWq .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uz1kH03TWq .icon-box {
  background: #e29635;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uz1kH03TWq .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uz1kH03TWq .card {
    margin-bottom: 2rem;
  }
  .cid-uz1kH03TWq .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uz1kH03TWq .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uyLo6VT4yo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #489fc9;
}
.cid-uyLo6VT4yo .line {
  background-color: #fafafa;
  color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uyLo6VT4yo .section-text {
  padding: 2rem 0;
  color: #ffffff;
  text-align: left;
}
.cid-uyLo6VT4yo .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uyLo6VT4yo .inner-container {
    width: 100% !important;
  }
}
.cid-uyK0tReH6O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uyK0tReH6O .arrow {
  position: absolute;
  font-size: 1.5rem;
  color: #efefef;
  top: 1rem;
  transition: all 0.3s;
  right: 1.3rem;
  transform: rotate(-30deg);
}
.cid-uyK0tReH6O .card {
  padding: 0;
  margin-right: -2px;
  margin-top: -2px;
}
.cid-uyK0tReH6O .card:hover .arrow {
  transform: rotate(330deg);
}
.cid-uyK0tReH6O .main-sub-title {
  background: #fafafa;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uyK0tReH6O .card-title {
  transition: all 0.3s;
}
.cid-uyK0tReH6O .mbr-iconfont {
  font-size: 5rem;
  color: #489fc9;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uyK0tReH6O .card-text {
  color: #616161;
}
.cid-uyK0tReH6O .main-text {
  color: #353535;
}
.cid-uyK0tReH6O .main-sub-title,
.cid-uyK0tReH6O .align-wrapper {
  color: #858484;
}
.cid-uyK0tReH6O .card-title,
.cid-uyK0tReH6O .card-text,
.cid-uyK0tReH6O .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uyK0tReH6O .card-wrapper {
  display: flex;
  padding: 3rem 2rem;
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #efefef;
  flex-direction: column;
}
.cid-uyK0tReH6O .card-wrapper:hover {
  background: #42424c;
  border-color: #42424c;
}
.cid-uyK0tReH6O .card-wrapper:hover .card-title,
.cid-uyK0tReH6O .card-wrapper:hover .card-text,
.cid-uyK0tReH6O .card-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uyK0tReH6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyK0tReH6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyK0tU2qET {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #666565;
}
.cid-uyK0tU2qET img,
.cid-uyK0tU2qET .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyK0tU2qET .item:focus,
.cid-uyK0tU2qET span:focus {
  outline: none;
}
.cid-uyK0tU2qET .item-wrapper {
  position: relative;
}
.cid-uyK0tU2qET .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyK0tU2qET .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyK0tU2qET .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uyK0tU2qET .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyK0tU2qET .mbr-section-title {
  color: #ffffff;
}
.cid-uyK0tU2qET .mbr-text,
.cid-uyK0tU2qET .mbr-section-btn {
  text-align: left;
}
.cid-uyK0tU2qET .item-title {
  text-align: left;
}
.cid-uyK0tU2qET .item-subtitle {
  text-align: left;
}
.cid-uyK0tU2qET .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uyK0tU2qET .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyK0tU2qET .embla__button--next,
.cid-uyK0tU2qET .embla__button--prev {
  display: flex;
}
.cid-uyK0tU2qET .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyK0tU2qET .embla__button {
    display: none;
  }
}
.cid-uyK0tU2qET .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyK0tU2qET .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyK0tU2qET .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyK0tU2qET .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyK0tU2qET .embla__button {
    top: auto;
  }
}
.cid-uyK0tU2qET .embla {
  position: relative;
  width: 100%;
}
.cid-uyK0tU2qET .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyK0tU2qET .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyK0tU2qET .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyK0tU2qET .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uyK0tU2qET .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uyYfLphpyE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uyYfLphpyE img,
.cid-uyYfLphpyE .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyYfLphpyE .item:focus,
.cid-uyYfLphpyE span:focus {
  outline: none;
}
.cid-uyYfLphpyE .item-wrapper {
  position: relative;
}
.cid-uyYfLphpyE .slide-content {
  position: relative;
  border-radius: 4px;
  background: #666565;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyYfLphpyE .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyYfLphpyE .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uyYfLphpyE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyYfLphpyE .mbr-section-title {
  color: #666565;
}
.cid-uyYfLphpyE .mbr-text,
.cid-uyYfLphpyE .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-uyYfLphpyE .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uyYfLphpyE .item-subtitle {
  text-align: left;
}
.cid-uyYfLphpyE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uyYfLphpyE .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyYfLphpyE .embla__button--next,
.cid-uyYfLphpyE .embla__button--prev {
  display: flex;
}
.cid-uyYfLphpyE .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyYfLphpyE .embla__button {
    display: none;
  }
}
.cid-uyYfLphpyE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyYfLphpyE .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyYfLphpyE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyYfLphpyE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyYfLphpyE .embla__button {
    top: auto;
  }
}
.cid-uyYfLphpyE .embla {
  position: relative;
  width: 100%;
}
.cid-uyYfLphpyE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyYfLphpyE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyYfLphpyE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyYfLphpyE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uyYfLphpyE .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
}
.cid-uyK0tTAVtz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyK0tTAVtz .mbr-section-subtitle {
  color: #353535;
  font-weight: 300;
}
.cid-uyK0tTAVtz .mbr-content-text {
  color: #767676;
}
.cid-uyK0tTAVtz .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uyK0tTAVtz .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-uyK0tTAVtz .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uyK0tTAVtz .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uyK0tTAVtz .media-block {
    padding-right: 2rem;
  }
}
.cid-uyK0tTAVtz .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uyK0tTAVtz .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uyK0tTAVtz .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uyK0tTAVtz .mbr-section-title {
  color: #e29635;
}
.cid-uyK0tTAVtz .count {
  color: #fafafa;
  margin-left: 10px;
}
.cid-uyK0tTAVtz H4 {
  color: #666565;
}
.cid-uyK0tTAVtz H3 {
  color: #e29635;
}
.cid-uyXDoimg2m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #489fc9;
}
.cid-uyXDoimg2m .line {
  background-color: #fafafa;
  color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uyXDoimg2m .section-text {
  padding: 2rem 0;
  color: #ffffff;
  text-align: left;
}
.cid-uyXDoimg2m .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uyXDoimg2m .inner-container {
    width: 100% !important;
  }
}
.cid-uAmSksbf6r {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAmSksbf6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmSksbf6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmSksbf6r .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uAmSksbf6r .item .icon-wrap {
  text-align: center;
}
.cid-uAmSksbf6r .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uAmSksbf6r .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #489fc9;
}
.cid-uAmSksbf6r .item.first:before {
  display: none;
}
.cid-uAmSksbf6r .item.five:before {
  display: none;
}
.cid-uAmSksbf6r .icon-box {
  background: #489fc9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uAmSksbf6r .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uAmSksbf6r .mbr-iconfont {
  color: #40b0bf !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uAmSksbf6r .item:before {
    display: none;
  }
  .cid-uAmSksbf6r .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uAmSksbf6r .mbr-text,
.cid-uAmSksbf6r .mbr-section-btn {
  text-align: left;
}
.cid-uAmSbW5wa5 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background15b-1500x1001.jpg");
}
.cid-uAmSbW5wa5 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uAmSbW5wa5 .icon-box {
  background: #489fc9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uAmSbW5wa5 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAmSbW5wa5 .card {
    margin-bottom: 2rem;
  }
  .cid-uAmSbW5wa5 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uAmSbW5wa5 .icon-text {
  color: #353535;
}
.cid-uyKmooaAhs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uyKmooaAhs .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-uyKmooaAhs .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-uyKmooaAhs .item-title {
  color: #333f3e;
}
.cid-uyKmooaAhs .subtitle-text {
  color: #6c7577;
}
.cid-uyKmooaAhs .item-box {
  display: flex;
}
.cid-uyKmooaAhs .num {
  color: #489fc9;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-uyKmooaAhs .item-text {
  color: #6c7577;
}
.cid-uyKmooaAhs .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uyKmooaAhs .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-uyKmooaAhs .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uyKmooaAhs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyKmooaAhs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
}
.cid-uyKo4CYeel {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uyKo4CYeel .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyKo4CYeel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyKo4CYeel .mbr-section-subtitle {
  background: black;
  width: fit-content;
  color: #ffffff;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.cid-uyKo4CYeel .wrapper {
  background: #e29635;
  padding: 3rem;
  border-radius: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uyKo4CYeel .wrapper {
    padding: 2rem 1rem;
  }
  .cid-uyKo4CYeel .wrapper .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-uyKo4CYeel .card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uyKo4CYeel .card {
    padding: 2rem 1rem;
  }
}
.cid-uyKo4CYeel .mbr-section-title {
  color: #666565;
}
.cid-uyKo4CYeel .mbr-text,
.cid-uyKo4CYeel .mbr-section-btn {
  color: #000000;
}
.cid-uyKo4CYeel .mbr-title {
  color: #ffffff;
}
.cid-uyK0tW2Pyo {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uyK0tW2Pyo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyK0tW2Pyo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyK0tW2Pyo .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #40b0bf;
  margin-left: 1rem;
}
.cid-uyK0tW2Pyo .panel-group {
  border: none;
}
.cid-uyK0tW2Pyo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uyK0tW2Pyo .panel-body,
.cid-uyK0tW2Pyo .card-header {
  padding: 1rem 0;
}
.cid-uyK0tW2Pyo .panel-title-edit {
  color: #666565;
}
.cid-uyK0tW2Pyo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uyK0tW2Pyo H3 {
  color: #489fc9;
}
.cid-uyK0tWA1TD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-uyK0tWA1TD .mbr-section-subtitle {
  color: #767676;
}
.cid-uyK0tWA1TD .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uyK0tWA1TD .mbr-text {
  color: #ffffff;
}
.cid-uyK0tWA1TD .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-uyK0tWA1TD .mbr-author-name {
  color: #f1f1f1;
}
.cid-uyK0tWA1TD .mbr-testimonial .panel-item {
  background-color: #489fc9;
}
.cid-uyK0tWA1TD .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-uyK0tWA1TD .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uyK0tWA1TD .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uyK0tWA1TD .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-uyK0tWA1TD .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uyK0tXQAyI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-uyK0tXQAyI .video-wrapper iframe {
  width: 100%;
}
.cid-uyK0tXQAyI .mbr-section-title,
.cid-uyK0tXQAyI .mbr-section-subtitle,
.cid-uyK0tXQAyI .mbr-text {
  text-align: center;
}
.cid-uyK0tYq9bu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e9e9e9;
}
.cid-uyK0tYq9bu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyK0tYq9bu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyK0tYq9bu .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #40b0bf;
  margin-left: 1rem;
}
.cid-uyK0tYq9bu .panel-group {
  border: none;
}
.cid-uyK0tYq9bu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uyK0tYq9bu .panel-body,
.cid-uyK0tYq9bu .card-header {
  padding: 1rem 0;
}
.cid-uyK0tYq9bu .panel-title-edit {
  color: #666565;
}
.cid-uyK0tYq9bu .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uyK0tYq9bu H3 {
  color: #489fc9;
}
.cid-uz6GDagRsk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uz6GDagRsk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uz6GDagRsk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uz6GDagRsk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uz6GDagRsk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uz6GDagRsk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz3l3ARjd9 {
  z-index: 1000;
  width: 100%;
}
.cid-uz3l3ARjd9 nav.navbar {
  position: fixed;
}
.cid-uz3l3ARjd9 .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-uz3l3ARjd9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz3l3ARjd9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz3l3ARjd9 .dropdown-item:hover,
.cid-uz3l3ARjd9 .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uz3l3ARjd9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz3l3ARjd9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz3l3ARjd9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz3l3ARjd9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz3l3ARjd9 .nav-link {
  position: relative;
}
.cid-uz3l3ARjd9 .container {
  display: flex;
  margin: auto;
}
.cid-uz3l3ARjd9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz3l3ARjd9 .dropdown-menu,
.cid-uz3l3ARjd9 .navbar.opened {
  background: #1d1d1f !important;
}
.cid-uz3l3ARjd9 .nav-item:focus,
.cid-uz3l3ARjd9 .nav-link:focus {
  outline: none;
}
.cid-uz3l3ARjd9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz3l3ARjd9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz3l3ARjd9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz3l3ARjd9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz3l3ARjd9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz3l3ARjd9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz3l3ARjd9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 29, 31, 0.7);
}
.cid-uz3l3ARjd9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uz3l3ARjd9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz3l3ARjd9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uz3l3ARjd9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz3l3ARjd9 .navbar.collapsed {
  justify-content: center;
}
.cid-uz3l3ARjd9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz3l3ARjd9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz3l3ARjd9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uz3l3ARjd9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz3l3ARjd9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz3l3ARjd9 .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-uz3l3ARjd9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz3l3ARjd9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz3l3ARjd9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz3l3ARjd9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz3l3ARjd9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz3l3ARjd9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz3l3ARjd9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz3l3ARjd9 .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-uz3l3ARjd9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz3l3ARjd9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz3l3ARjd9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz3l3ARjd9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz3l3ARjd9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz3l3ARjd9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz3l3ARjd9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz3l3ARjd9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz3l3ARjd9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz3l3ARjd9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz3l3ARjd9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz3l3ARjd9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz3l3ARjd9 .dropdown-item.active,
.cid-uz3l3ARjd9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uz3l3ARjd9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz3l3ARjd9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz3l3ARjd9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz3l3ARjd9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1f;
}
.cid-uz3l3ARjd9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz3l3ARjd9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz3l3ARjd9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz3l3ARjd9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz3l3ARjd9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz3l3ARjd9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uz3l3ARjd9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz3l3ARjd9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz3l3ARjd9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz3l3ARjd9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz3l3ARjd9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz3l3ARjd9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz3l3ARjd9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz3l3ARjd9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz3l3ARjd9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz3l3ARjd9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz3l3ARjd9 .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-uz3l3ARjd9 .navbar {
    height: 70px;
  }
  .cid-uz3l3ARjd9 .navbar.opened {
    height: auto;
  }
  .cid-uz3l3ARjd9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz3l3BWHqL {
  background-image: url("../../../assets/images/flourishing-350x233.jpg");
}
.cid-uz3l3BWHqL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz3l3BWHqL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz3l3BWHqL .mbr-section-title {
  color: #ffffff;
}
.cid-uz3l3BWHqL .mbr-text,
.cid-uz3l3BWHqL .mbr-section-btn {
  color: #ffffff;
}
.cid-uz3l3E7pGG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #489fc9;
}
.cid-uz3l3E7pGG .line {
  background-color: #fafafa;
  color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uz3l3E7pGG .section-text {
  padding: 2rem 0;
  color: #ffffff;
  text-align: left;
}
.cid-uz3l3E7pGG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uz3l3E7pGG .inner-container {
    width: 100% !important;
  }
}
.cid-uz3n7h74fm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f1f1f1;
}
.cid-uz3n7h74fm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz3n7h74fm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz3n7h74fm .mbr-section-title,
.cid-uz3n7h74fm .mbr-text,
.cid-uz3n7h74fm .mbr-section-btn {
  text-align: center;
}
.cid-uz3n7h74fm .video-wrapper {
  margin: auto;
}
.cid-uz3n7h74fm .video-wrapper iframe {
  width: 100%;
}
.cid-uz3n7h74fm .mbr-section-title {
  color: #489fc9;
}
.cid-uz3n7h74fm .mbr-text,
.cid-uz3n7h74fm .mbr-section-btn {
  color: #489fc9;
}
.cid-uz3l3Col4X {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uz3l3Col4X img,
.cid-uz3l3Col4X .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uz3l3Col4X .item:focus,
.cid-uz3l3Col4X span:focus {
  outline: none;
}
.cid-uz3l3Col4X .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz3l3Col4X .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #489fc9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uz3l3Col4X .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uz3l3Col4X .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uz3l3Col4X .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uz3l3Col4X .item-content {
    padding: 1rem 0;
  }
}
.cid-uz3l3Col4X .mbr-section-title {
  color: #489fc9;
}
.cid-uz3l3Col4X .item-title {
  color: #ffffff;
}
.cid-uz3l3Col4X .item-subtitle {
  color: #bec2cf;
}
.cid-uz3l3Col4X .mbr-text,
.cid-uz3l3Col4X .mbr-section-btn {
  color: #ffffff;
}
.cid-uz3l3Col4X .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uz3l3Col4X .mbr-section-subtitle {
  text-align: left;
}
.cid-uz3l3Db3ot {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  border: 1px;
  background-color: #ffffff;
}
.cid-uz3l3Db3ot .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uz3l3Db3ot .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uz3l3Db3ot .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uz3l3Db3ot .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uz3l3Db3ot .container {
    padding: 0 16px;
  }
}
.cid-uz3l3Db3ot .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uz3l3Db3ot .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uz3l3Db3ot .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uz3l3Db3ot .embla__button--next,
.cid-uz3l3Db3ot .embla__button--prev {
  display: flex;
}
.cid-uz3l3Db3ot .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #40b0bf !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uz3l3Db3ot .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uz3l3Db3ot .embla__button:hover {
  opacity: .7 !important;
}
.cid-uz3l3Db3ot .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uz3l3Db3ot .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uz3l3Db3ot .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-uz3l3Db3ot .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uz3l3Db3ot .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uz3l3Db3ot .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-uz3l3Db3ot .embla {
  position: relative;
  width: 100%;
}
.cid-uz3l3Db3ot .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uz3l3Db3ot .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uz3l3Db3ot .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uz3l3Db3ot .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uz3l3Db3ot .mbr-section-title {
  color: #666565;
  text-align: center;
}
.cid-uz6JYanzgz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #489fc9;
}
.cid-uz6JYanzgz .line {
  background-color: #fafafa;
  color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uz6JYanzgz .section-text {
  padding: 2rem 0;
  color: #ffffff;
  text-align: left;
}
.cid-uz6JYanzgz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uz6JYanzgz .inner-container {
    width: 100% !important;
  }
}
.cid-uz3l3DJ3yK {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uz3l3DJ3yK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz3l3DJ3yK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz3l3DJ3yK .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uz3l3DJ3yK .icon-box {
  background: #e29635;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uz3l3DJ3yK .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uz3l3DJ3yK .card {
    margin-bottom: 2rem;
  }
  .cid-uz3l3DJ3yK .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uz3l3DJ3yK .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uz3l3Eud6C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uz3l3Eud6C .arrow {
  position: absolute;
  font-size: 1.5rem;
  color: #efefef;
  top: 1rem;
  transition: all 0.3s;
  right: 1.3rem;
  transform: rotate(-30deg);
}
.cid-uz3l3Eud6C .card {
  padding: 0;
  margin-right: -2px;
  margin-top: -2px;
}
.cid-uz3l3Eud6C .card:hover .arrow {
  transform: rotate(330deg);
}
.cid-uz3l3Eud6C .main-sub-title {
  background: #fafafa;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uz3l3Eud6C .card-title {
  transition: all 0.3s;
}
.cid-uz3l3Eud6C .mbr-iconfont {
  font-size: 5rem;
  color: #489fc9;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uz3l3Eud6C .card-text {
  color: #616161;
}
.cid-uz3l3Eud6C .main-text {
  color: #353535;
}
.cid-uz3l3Eud6C .main-sub-title,
.cid-uz3l3Eud6C .align-wrapper {
  color: #858484;
}
.cid-uz3l3Eud6C .card-title,
.cid-uz3l3Eud6C .card-text,
.cid-uz3l3Eud6C .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uz3l3Eud6C .card-wrapper {
  display: flex;
  padding: 3rem 2rem;
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #efefef;
  flex-direction: column;
}
.cid-uz3l3Eud6C .card-wrapper:hover {
  background: #42424c;
  border-color: #42424c;
}
.cid-uz3l3Eud6C .card-wrapper:hover .card-title,
.cid-uz3l3Eud6C .card-wrapper:hover .card-text,
.cid-uz3l3Eud6C .card-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uz3l3Eud6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz3l3Eud6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz3l3EYU3F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #489fc9;
}
.cid-uz3l3EYU3F img,
.cid-uz3l3EYU3F .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz3l3EYU3F .item:focus,
.cid-uz3l3EYU3F span:focus {
  outline: none;
}
.cid-uz3l3EYU3F .item-wrapper {
  position: relative;
}
.cid-uz3l3EYU3F .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz3l3EYU3F .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz3l3EYU3F .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uz3l3EYU3F .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz3l3EYU3F .mbr-section-title {
  color: #ffffff;
}
.cid-uz3l3EYU3F .mbr-text,
.cid-uz3l3EYU3F .mbr-section-btn {
  text-align: left;
}
.cid-uz3l3EYU3F .item-title {
  text-align: left;
}
.cid-uz3l3EYU3F .item-subtitle {
  text-align: left;
}
.cid-uz3l3EYU3F .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uz3l3EYU3F .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uz3l3EYU3F .embla__button--next,
.cid-uz3l3EYU3F .embla__button--prev {
  display: flex;
}
.cid-uz3l3EYU3F .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uz3l3EYU3F .embla__button {
    display: none;
  }
}
.cid-uz3l3EYU3F .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uz3l3EYU3F .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uz3l3EYU3F .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uz3l3EYU3F .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uz3l3EYU3F .embla__button {
    top: auto;
  }
}
.cid-uz3l3EYU3F .embla {
  position: relative;
  width: 100%;
}
.cid-uz3l3EYU3F .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uz3l3EYU3F .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uz3l3EYU3F .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uz3l3EYU3F .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uz3l3EYU3F .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uz3l3FDjAN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #666565;
}
.cid-uz3l3FDjAN img,
.cid-uz3l3FDjAN .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz3l3FDjAN .item:focus,
.cid-uz3l3FDjAN span:focus {
  outline: none;
}
.cid-uz3l3FDjAN .item-wrapper {
  position: relative;
}
.cid-uz3l3FDjAN .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz3l3FDjAN .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz3l3FDjAN .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uz3l3FDjAN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz3l3FDjAN .mbr-section-title {
  color: #ffffff;
}
.cid-uz3l3FDjAN .mbr-text,
.cid-uz3l3FDjAN .mbr-section-btn {
  text-align: left;
}
.cid-uz3l3FDjAN .item-title {
  text-align: left;
}
.cid-uz3l3FDjAN .item-subtitle {
  text-align: left;
}
.cid-uz3l3FDjAN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uz3l3FDjAN .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uz3l3FDjAN .embla__button--next,
.cid-uz3l3FDjAN .embla__button--prev {
  display: flex;
}
.cid-uz3l3FDjAN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uz3l3FDjAN .embla__button {
    display: none;
  }
}
.cid-uz3l3FDjAN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uz3l3FDjAN .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uz3l3FDjAN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uz3l3FDjAN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uz3l3FDjAN .embla__button {
    top: auto;
  }
}
.cid-uz3l3FDjAN .embla {
  position: relative;
  width: 100%;
}
.cid-uz3l3FDjAN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uz3l3FDjAN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uz3l3FDjAN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uz3l3FDjAN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uz3l3FDjAN .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uz86HpLH7q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #489fc9;
}
.cid-uz86HpLH7q img,
.cid-uz86HpLH7q .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz86HpLH7q .item:focus,
.cid-uz86HpLH7q span:focus {
  outline: none;
}
.cid-uz86HpLH7q .item-wrapper {
  position: relative;
}
.cid-uz86HpLH7q .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz86HpLH7q .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz86HpLH7q .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uz86HpLH7q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz86HpLH7q .mbr-section-title {
  color: #ffffff;
}
.cid-uz86HpLH7q .mbr-text,
.cid-uz86HpLH7q .mbr-section-btn {
  text-align: left;
}
.cid-uz86HpLH7q .item-title {
  text-align: left;
}
.cid-uz86HpLH7q .item-subtitle {
  text-align: left;
}
.cid-uz86HpLH7q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uz86HpLH7q .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uz86HpLH7q .embla__button--next,
.cid-uz86HpLH7q .embla__button--prev {
  display: flex;
}
.cid-uz86HpLH7q .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uz86HpLH7q .embla__button {
    display: none;
  }
}
.cid-uz86HpLH7q .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uz86HpLH7q .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uz86HpLH7q .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uz86HpLH7q .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uz86HpLH7q .embla__button {
    top: auto;
  }
}
.cid-uz86HpLH7q .embla {
  position: relative;
  width: 100%;
}
.cid-uz86HpLH7q .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uz86HpLH7q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uz86HpLH7q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uz86HpLH7q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uz86HpLH7q .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uz3uChBRUH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #666565;
}
.cid-uz3uChBRUH img,
.cid-uz3uChBRUH .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz3uChBRUH .item:focus,
.cid-uz3uChBRUH span:focus {
  outline: none;
}
.cid-uz3uChBRUH .item-wrapper {
  position: relative;
}
.cid-uz3uChBRUH .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz3uChBRUH .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz3uChBRUH .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uz3uChBRUH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz3uChBRUH .mbr-section-title {
  color: #ffffff;
}
.cid-uz3uChBRUH .mbr-text,
.cid-uz3uChBRUH .mbr-section-btn {
  text-align: left;
}
.cid-uz3uChBRUH .item-title {
  text-align: left;
}
.cid-uz3uChBRUH .item-subtitle {
  text-align: left;
}
.cid-uz3uChBRUH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uz3uChBRUH .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uz3uChBRUH .embla__button--next,
.cid-uz3uChBRUH .embla__button--prev {
  display: flex;
}
.cid-uz3uChBRUH .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uz3uChBRUH .embla__button {
    display: none;
  }
}
.cid-uz3uChBRUH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uz3uChBRUH .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uz3uChBRUH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uz3uChBRUH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uz3uChBRUH .embla__button {
    top: auto;
  }
}
.cid-uz3uChBRUH .embla {
  position: relative;
  width: 100%;
}
.cid-uz3uChBRUH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uz3uChBRUH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uz3uChBRUH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uz3uChBRUH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uz3uChBRUH .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uz4nUoEBNU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uz4nUoEBNU .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-uz4nUoEBNU .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-uz4nUoEBNU .item-title {
  color: #333f3e;
}
.cid-uz4nUoEBNU .subtitle-text {
  color: #6c7577;
}
.cid-uz4nUoEBNU .item-box {
  display: flex;
}
.cid-uz4nUoEBNU .num {
  color: #489fc9;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-uz4nUoEBNU .item-text {
  color: #6c7577;
}
.cid-uz4nUoEBNU .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uz4nUoEBNU .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-uz4nUoEBNU .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uz4nUoEBNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz4nUoEBNU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
}
.cid-uz3l3GcJqB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uz3l3GcJqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz3l3GcJqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz3l3GcJqB .mbr-section-subtitle {
  background: black;
  width: fit-content;
  color: #ffffff;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.cid-uz3l3GcJqB .wrapper {
  background: #e29635;
  padding: 3rem;
  border-radius: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uz3l3GcJqB .wrapper {
    padding: 2rem 1rem;
  }
  .cid-uz3l3GcJqB .wrapper .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-uz3l3GcJqB .card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uz3l3GcJqB .card {
    padding: 2rem 1rem;
  }
}
.cid-uz3l3GcJqB .mbr-section-title {
  color: #666565;
}
.cid-uz3l3GcJqB .mbr-text,
.cid-uz3l3GcJqB .mbr-section-btn {
  color: #000000;
}
.cid-uz3l3GcJqB .mbr-title {
  color: #ffffff;
}
.cid-uz3l3GGeJD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uz3l3GGeJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz3l3GGeJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz3l3GGeJD .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #40b0bf;
  margin-left: 1rem;
}
.cid-uz3l3GGeJD .panel-group {
  border: none;
}
.cid-uz3l3GGeJD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uz3l3GGeJD .panel-body,
.cid-uz3l3GGeJD .card-header {
  padding: 1rem 0;
}
.cid-uz3l3GGeJD .panel-title-edit {
  color: #666565;
}
.cid-uz3l3GGeJD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uz3l3GGeJD H3 {
  color: #489fc9;
}
.cid-uz3l3ISziI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e29635;
}
.cid-uz3l3ISziI .mbr-section-subtitle {
  color: #767676;
}
.cid-uz3l3ISziI .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uz3l3ISziI .mbr-text {
  color: #767676;
}
.cid-uz3l3ISziI .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-uz3l3ISziI .mbr-author-name {
  color: #767676;
}
.cid-uz3l3ISziI .mbr-testimonial .panel-item {
  background-color: #fafafa;
}
.cid-uz3l3ISziI .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-uz3l3ISziI .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uz3l3ISziI .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uz3l3ISziI .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-uz3l3ISziI .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uz3l3JwrMq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e9e9e9;
}
.cid-uz3l3JwrMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz3l3JwrMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz3l3JwrMq .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #40b0bf;
  margin-left: 1rem;
}
.cid-uz3l3JwrMq .panel-group {
  border: none;
}
.cid-uz3l3JwrMq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uz3l3JwrMq .panel-body,
.cid-uz3l3JwrMq .card-header {
  padding: 1rem 0;
}
.cid-uz3l3JwrMq .panel-title-edit {
  color: #000000;
}
.cid-uz3l3JwrMq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uz3l3JwrMq H3 {
  color: #489fc9;
}
.cid-uz6GDagRsk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uz6GDagRsk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uz6GDagRsk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uz6GDagRsk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uz6GDagRsk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uz6GDagRsk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz7hBjSCla {
  z-index: 1000;
  width: 100%;
}
.cid-uz7hBjSCla nav.navbar {
  position: fixed;
}
.cid-uz7hBjSCla .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-uz7hBjSCla .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz7hBjSCla .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz7hBjSCla .dropdown-item:hover,
.cid-uz7hBjSCla .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uz7hBjSCla .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz7hBjSCla .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz7hBjSCla .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz7hBjSCla .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz7hBjSCla .nav-link {
  position: relative;
}
.cid-uz7hBjSCla .container {
  display: flex;
  margin: auto;
}
.cid-uz7hBjSCla .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz7hBjSCla .dropdown-menu,
.cid-uz7hBjSCla .navbar.opened {
  background: #1d1d1f !important;
}
.cid-uz7hBjSCla .nav-item:focus,
.cid-uz7hBjSCla .nav-link:focus {
  outline: none;
}
.cid-uz7hBjSCla .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz7hBjSCla .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz7hBjSCla .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz7hBjSCla .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz7hBjSCla .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz7hBjSCla .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz7hBjSCla .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 29, 31, 0.7);
}
.cid-uz7hBjSCla .navbar.opened {
  transition: all 0.3s;
}
.cid-uz7hBjSCla .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz7hBjSCla .navbar .navbar-logo img {
  width: auto;
}
.cid-uz7hBjSCla .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz7hBjSCla .navbar.collapsed {
  justify-content: center;
}
.cid-uz7hBjSCla .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz7hBjSCla .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz7hBjSCla .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uz7hBjSCla .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz7hBjSCla .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz7hBjSCla .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-uz7hBjSCla .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz7hBjSCla .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz7hBjSCla .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz7hBjSCla .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz7hBjSCla .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz7hBjSCla .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz7hBjSCla .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz7hBjSCla .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-uz7hBjSCla .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz7hBjSCla .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz7hBjSCla .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz7hBjSCla .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz7hBjSCla .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz7hBjSCla .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz7hBjSCla .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz7hBjSCla .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz7hBjSCla .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz7hBjSCla .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz7hBjSCla .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz7hBjSCla .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz7hBjSCla .dropdown-item.active,
.cid-uz7hBjSCla .dropdown-item:active {
  background-color: transparent;
}
.cid-uz7hBjSCla .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz7hBjSCla .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz7hBjSCla .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz7hBjSCla .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1f;
}
.cid-uz7hBjSCla .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz7hBjSCla .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz7hBjSCla ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz7hBjSCla .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz7hBjSCla button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz7hBjSCla button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uz7hBjSCla button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz7hBjSCla button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz7hBjSCla button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz7hBjSCla button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz7hBjSCla nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz7hBjSCla nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz7hBjSCla nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz7hBjSCla nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz7hBjSCla .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz7hBjSCla a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz7hBjSCla .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-uz7hBjSCla .navbar {
    height: 70px;
  }
  .cid-uz7hBjSCla .navbar.opened {
    height: auto;
  }
  .cid-uz7hBjSCla .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz7hBldNwm {
  background-image: url("../../../assets/images/eedf8df8-fdf8-4d8d-9357-d48d2405c5e6-cover-image-500x334.jpeg");
}
.cid-uz7hBldNwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz7hBldNwm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz7hBldNwm .mbr-section-title {
  color: #ffffff;
}
.cid-uz7hBldNwm .mbr-text,
.cid-uz7hBldNwm .mbr-section-btn {
  color: #ffffff;
}
.cid-uz7hBlHkhQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #489fc9;
}
.cid-uz7hBlHkhQ .line {
  background-color: #fafafa;
  color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uz7hBlHkhQ .section-text {
  padding: 2rem 0;
  color: #ffffff;
  text-align: left;
}
.cid-uz7hBlHkhQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uz7hBlHkhQ .inner-container {
    width: 100% !important;
  }
}
.cid-uz7hBlXetm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uz7hBlXetm img,
.cid-uz7hBlXetm .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uz7hBlXetm .item:focus,
.cid-uz7hBlXetm span:focus {
  outline: none;
}
.cid-uz7hBlXetm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz7hBlXetm .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #489fc9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uz7hBlXetm .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uz7hBlXetm .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uz7hBlXetm .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uz7hBlXetm .item-content {
    padding: 1rem 0;
  }
}
.cid-uz7hBlXetm .mbr-section-title {
  color: #489fc9;
}
.cid-uz7hBlXetm .item-title {
  color: #ffffff;
}
.cid-uz7hBlXetm .item-subtitle {
  color: #bec2cf;
}
.cid-uz7hBlXetm .mbr-text,
.cid-uz7hBlXetm .mbr-section-btn {
  color: #ffffff;
}
.cid-uz7hBlXetm .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uz7hBlXetm .mbr-section-subtitle {
  text-align: left;
}
.cid-uz7hBngrQs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  border: 1px;
  background-color: #ffffff;
}
.cid-uz7hBngrQs .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uz7hBngrQs .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uz7hBngrQs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uz7hBngrQs .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uz7hBngrQs .container {
    padding: 0 16px;
  }
}
.cid-uz7hBngrQs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uz7hBngrQs .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uz7hBngrQs .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uz7hBngrQs .embla__button--next,
.cid-uz7hBngrQs .embla__button--prev {
  display: flex;
}
.cid-uz7hBngrQs .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #40b0bf !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uz7hBngrQs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uz7hBngrQs .embla__button:hover {
  opacity: .7 !important;
}
.cid-uz7hBngrQs .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uz7hBngrQs .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uz7hBngrQs .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-uz7hBngrQs .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uz7hBngrQs .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uz7hBngrQs .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-uz7hBngrQs .embla {
  position: relative;
  width: 100%;
}
.cid-uz7hBngrQs .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uz7hBngrQs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uz7hBngrQs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uz7hBngrQs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uz7hBngrQs .mbr-section-title {
  color: #666565;
  text-align: center;
}
.cid-uz7hBoj6JV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #489fc9;
}
.cid-uz7hBoj6JV .line {
  background-color: #fafafa;
  color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uz7hBoj6JV .section-text {
  padding: 2rem 0;
  color: #ffffff;
  text-align: left;
}
.cid-uz7hBoj6JV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uz7hBoj6JV .inner-container {
    width: 100% !important;
  }
}
.cid-uz7hBoDqDh {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uz7hBoDqDh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz7hBoDqDh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz7hBoDqDh .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uz7hBoDqDh .icon-box {
  background: #e29635;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uz7hBoDqDh .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uz7hBoDqDh .card {
    margin-bottom: 2rem;
  }
  .cid-uz7hBoDqDh .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uz7hBoDqDh .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uz7hBpbYoM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uz7hBpbYoM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz7hBpbYoM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz7hBpbYoM .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uz7hBpbYoM .currentcost {
  color: #232323;
}
.cid-uz7hBpbYoM .card-wrapper {
  border-radius: 4px;
  background: #489fc9;
}
@media (min-width: 992px) {
  .cid-uz7hBpbYoM .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uz7hBpbYoM .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uz7hBpbYoM .text-box {
    padding: 1rem;
  }
}
.cid-uz7hBpbYoM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uz7hBpbYoM H5 {
  color: #ffffff;
}
.cid-uz7hBpbYoM .mbr-text,
.cid-uz7hBpbYoM .cost,
.cid-uz7hBpbYoM .mbr-section-btn {
  color: #ffffff;
}
.cid-uz7hBpyGzf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uz7hBpyGzf .arrow {
  position: absolute;
  font-size: 1.5rem;
  color: #efefef;
  top: 1rem;
  transition: all 0.3s;
  right: 1.3rem;
  transform: rotate(-30deg);
}
.cid-uz7hBpyGzf .card {
  padding: 0;
  margin-right: -2px;
  margin-top: -2px;
}
.cid-uz7hBpyGzf .card:hover .arrow {
  transform: rotate(330deg);
}
.cid-uz7hBpyGzf .main-sub-title {
  background: #fafafa;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uz7hBpyGzf .card-title {
  transition: all 0.3s;
}
.cid-uz7hBpyGzf .mbr-iconfont {
  font-size: 5rem;
  color: #489fc9;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uz7hBpyGzf .card-text {
  color: #616161;
}
.cid-uz7hBpyGzf .main-text {
  color: #353535;
}
.cid-uz7hBpyGzf .main-sub-title,
.cid-uz7hBpyGzf .align-wrapper {
  color: #858484;
}
.cid-uz7hBpyGzf .card-title,
.cid-uz7hBpyGzf .card-text,
.cid-uz7hBpyGzf .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uz7hBpyGzf .card-wrapper {
  display: flex;
  padding: 3rem 2rem;
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #efefef;
  flex-direction: column;
}
.cid-uz7hBpyGzf .card-wrapper:hover {
  background: #42424c;
  border-color: #42424c;
}
.cid-uz7hBpyGzf .card-wrapper:hover .card-title,
.cid-uz7hBpyGzf .card-wrapper:hover .card-text,
.cid-uz7hBpyGzf .card-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uz7hBpyGzf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz7hBpyGzf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz7hBqLUeo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #489fc9;
}
.cid-uz7hBqLUeo img,
.cid-uz7hBqLUeo .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz7hBqLUeo .item:focus,
.cid-uz7hBqLUeo span:focus {
  outline: none;
}
.cid-uz7hBqLUeo .item-wrapper {
  position: relative;
}
.cid-uz7hBqLUeo .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz7hBqLUeo .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz7hBqLUeo .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uz7hBqLUeo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz7hBqLUeo .mbr-section-title {
  color: #ffffff;
}
.cid-uz7hBqLUeo .mbr-text,
.cid-uz7hBqLUeo .mbr-section-btn {
  text-align: left;
}
.cid-uz7hBqLUeo .item-title {
  text-align: left;
}
.cid-uz7hBqLUeo .item-subtitle {
  text-align: left;
}
.cid-uz7hBqLUeo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uz7hBqLUeo .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uz7hBqLUeo .embla__button--next,
.cid-uz7hBqLUeo .embla__button--prev {
  display: flex;
}
.cid-uz7hBqLUeo .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uz7hBqLUeo .embla__button {
    display: none;
  }
}
.cid-uz7hBqLUeo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uz7hBqLUeo .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uz7hBqLUeo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uz7hBqLUeo .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uz7hBqLUeo .embla__button {
    top: auto;
  }
}
.cid-uz7hBqLUeo .embla {
  position: relative;
  width: 100%;
}
.cid-uz7hBqLUeo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uz7hBqLUeo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uz7hBqLUeo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uz7hBqLUeo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uz7hBqLUeo .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uz7SULMJlB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9b9a9a;
}
.cid-uz7SULMJlB img,
.cid-uz7SULMJlB .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz7SULMJlB .item:focus,
.cid-uz7SULMJlB span:focus {
  outline: none;
}
.cid-uz7SULMJlB .item-wrapper {
  position: relative;
}
.cid-uz7SULMJlB .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz7SULMJlB .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz7SULMJlB .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uz7SULMJlB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz7SULMJlB .mbr-section-title {
  color: #ffffff;
}
.cid-uz7SULMJlB .mbr-text,
.cid-uz7SULMJlB .mbr-section-btn {
  text-align: left;
}
.cid-uz7SULMJlB .item-title {
  text-align: left;
}
.cid-uz7SULMJlB .item-subtitle {
  text-align: left;
}
.cid-uz7SULMJlB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uz7SULMJlB .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uz7SULMJlB .embla__button--next,
.cid-uz7SULMJlB .embla__button--prev {
  display: flex;
}
.cid-uz7SULMJlB .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uz7SULMJlB .embla__button {
    display: none;
  }
}
.cid-uz7SULMJlB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uz7SULMJlB .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uz7SULMJlB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uz7SULMJlB .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uz7SULMJlB .embla__button {
    top: auto;
  }
}
.cid-uz7SULMJlB .embla {
  position: relative;
  width: 100%;
}
.cid-uz7SULMJlB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uz7SULMJlB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uz7SULMJlB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uz7SULMJlB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uz7SULMJlB .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uz7TyFXDB8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #489fc9;
}
.cid-uz7TyFXDB8 img,
.cid-uz7TyFXDB8 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz7TyFXDB8 .item:focus,
.cid-uz7TyFXDB8 span:focus {
  outline: none;
}
.cid-uz7TyFXDB8 .item-wrapper {
  position: relative;
}
.cid-uz7TyFXDB8 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz7TyFXDB8 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz7TyFXDB8 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uz7TyFXDB8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz7TyFXDB8 .mbr-section-title {
  color: #ffffff;
}
.cid-uz7TyFXDB8 .mbr-text,
.cid-uz7TyFXDB8 .mbr-section-btn {
  text-align: left;
}
.cid-uz7TyFXDB8 .item-title {
  text-align: left;
}
.cid-uz7TyFXDB8 .item-subtitle {
  text-align: left;
}
.cid-uz7TyFXDB8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uz7TyFXDB8 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uz7TyFXDB8 .embla__button--next,
.cid-uz7TyFXDB8 .embla__button--prev {
  display: flex;
}
.cid-uz7TyFXDB8 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uz7TyFXDB8 .embla__button {
    display: none;
  }
}
.cid-uz7TyFXDB8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uz7TyFXDB8 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uz7TyFXDB8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uz7TyFXDB8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uz7TyFXDB8 .embla__button {
    top: auto;
  }
}
.cid-uz7TyFXDB8 .embla {
  position: relative;
  width: 100%;
}
.cid-uz7TyFXDB8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uz7TyFXDB8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uz7TyFXDB8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uz7TyFXDB8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uz7TyFXDB8 .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uz7hBryAt9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9b9a9a;
}
.cid-uz7hBryAt9 img,
.cid-uz7hBryAt9 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz7hBryAt9 .item:focus,
.cid-uz7hBryAt9 span:focus {
  outline: none;
}
.cid-uz7hBryAt9 .item-wrapper {
  position: relative;
}
.cid-uz7hBryAt9 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz7hBryAt9 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz7hBryAt9 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uz7hBryAt9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz7hBryAt9 .mbr-section-title {
  color: #ffffff;
}
.cid-uz7hBryAt9 .mbr-text,
.cid-uz7hBryAt9 .mbr-section-btn {
  text-align: left;
}
.cid-uz7hBryAt9 .item-title {
  text-align: left;
}
.cid-uz7hBryAt9 .item-subtitle {
  text-align: left;
}
.cid-uz7hBryAt9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uz7hBryAt9 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uz7hBryAt9 .embla__button--next,
.cid-uz7hBryAt9 .embla__button--prev {
  display: flex;
}
.cid-uz7hBryAt9 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uz7hBryAt9 .embla__button {
    display: none;
  }
}
.cid-uz7hBryAt9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uz7hBryAt9 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uz7hBryAt9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uz7hBryAt9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uz7hBryAt9 .embla__button {
    top: auto;
  }
}
.cid-uz7hBryAt9 .embla {
  position: relative;
  width: 100%;
}
.cid-uz7hBryAt9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uz7hBryAt9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uz7hBryAt9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uz7hBryAt9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uz7hBryAt9 .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uz7hBs7Slo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uz7hBs7Slo .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-uz7hBs7Slo .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-uz7hBs7Slo .item-title {
  color: #333f3e;
}
.cid-uz7hBs7Slo .subtitle-text {
  color: #6c7577;
}
.cid-uz7hBs7Slo .item-box {
  display: flex;
}
.cid-uz7hBs7Slo .num {
  color: #489fc9;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-uz7hBs7Slo .item-text {
  color: #6c7577;
}
.cid-uz7hBs7Slo .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uz7hBs7Slo .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-uz7hBs7Slo .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uz7hBs7Slo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz7hBs7Slo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
}
.cid-uz7hBsIDie {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uz7hBsIDie .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz7hBsIDie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz7hBsIDie .mbr-section-subtitle {
  background: black;
  width: fit-content;
  color: #ffffff;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.cid-uz7hBsIDie .wrapper {
  background: #e29635;
  padding: 3rem;
  border-radius: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uz7hBsIDie .wrapper {
    padding: 2rem 1rem;
  }
  .cid-uz7hBsIDie .wrapper .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-uz7hBsIDie .card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uz7hBsIDie .card {
    padding: 2rem 1rem;
  }
}
.cid-uz7hBsIDie .mbr-section-title {
  color: #666565;
}
.cid-uz7hBsIDie .mbr-text,
.cid-uz7hBsIDie .mbr-section-btn {
  color: #000000;
}
.cid-uz7hBsIDie .mbr-title {
  color: #ffffff;
}
.cid-uz7hBteiGg {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uz7hBteiGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz7hBteiGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz7hBteiGg .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #40b0bf;
  margin-left: 1rem;
}
.cid-uz7hBteiGg .panel-group {
  border: none;
}
.cid-uz7hBteiGg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uz7hBteiGg .panel-body,
.cid-uz7hBteiGg .card-header {
  padding: 1rem 0;
}
.cid-uz7hBteiGg .panel-title-edit {
  color: #666565;
}
.cid-uz7hBteiGg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uz7hBteiGg H3 {
  color: #489fc9;
}
.cid-uz7hBtL13t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e9e9e9;
}
.cid-uz7hBtL13t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz7hBtL13t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz7hBtL13t .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #40b0bf;
  margin-left: 1rem;
}
.cid-uz7hBtL13t .panel-group {
  border: none;
}
.cid-uz7hBtL13t .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uz7hBtL13t .panel-body,
.cid-uz7hBtL13t .card-header {
  padding: 1rem 0;
}
.cid-uz7hBtL13t .panel-title-edit {
  color: #000000;
}
.cid-uz7hBtL13t .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uz7hBtL13t H3 {
  color: #0277c0;
}
.cid-uz7hBumItl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uz7hBumItl .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz7hBumItl .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uz7hBumItl .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uz7hBumItl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz7hBumItl .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uz7hBumItl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uz7hBumItl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uz7hBumItl .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uz7hBumItl .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uz7hBumItl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz7hBumItl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz7rZaXhsf {
  z-index: 1000;
  width: 100%;
}
.cid-uz7rZaXhsf nav.navbar {
  position: fixed;
}
.cid-uz7rZaXhsf .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-uz7rZaXhsf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz7rZaXhsf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz7rZaXhsf .dropdown-item:hover,
.cid-uz7rZaXhsf .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uz7rZaXhsf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz7rZaXhsf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz7rZaXhsf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz7rZaXhsf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz7rZaXhsf .nav-link {
  position: relative;
}
.cid-uz7rZaXhsf .container {
  display: flex;
  margin: auto;
}
.cid-uz7rZaXhsf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz7rZaXhsf .dropdown-menu,
.cid-uz7rZaXhsf .navbar.opened {
  background: #1d1d1f !important;
}
.cid-uz7rZaXhsf .nav-item:focus,
.cid-uz7rZaXhsf .nav-link:focus {
  outline: none;
}
.cid-uz7rZaXhsf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz7rZaXhsf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz7rZaXhsf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz7rZaXhsf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz7rZaXhsf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz7rZaXhsf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz7rZaXhsf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 29, 31, 0.7);
}
.cid-uz7rZaXhsf .navbar.opened {
  transition: all 0.3s;
}
.cid-uz7rZaXhsf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz7rZaXhsf .navbar .navbar-logo img {
  width: auto;
}
.cid-uz7rZaXhsf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz7rZaXhsf .navbar.collapsed {
  justify-content: center;
}
.cid-uz7rZaXhsf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz7rZaXhsf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz7rZaXhsf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uz7rZaXhsf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz7rZaXhsf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz7rZaXhsf .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-uz7rZaXhsf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz7rZaXhsf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz7rZaXhsf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz7rZaXhsf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz7rZaXhsf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz7rZaXhsf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz7rZaXhsf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz7rZaXhsf .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-uz7rZaXhsf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz7rZaXhsf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz7rZaXhsf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz7rZaXhsf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz7rZaXhsf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz7rZaXhsf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz7rZaXhsf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz7rZaXhsf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz7rZaXhsf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz7rZaXhsf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz7rZaXhsf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz7rZaXhsf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz7rZaXhsf .dropdown-item.active,
.cid-uz7rZaXhsf .dropdown-item:active {
  background-color: transparent;
}
.cid-uz7rZaXhsf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz7rZaXhsf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz7rZaXhsf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz7rZaXhsf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1f;
}
.cid-uz7rZaXhsf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz7rZaXhsf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz7rZaXhsf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz7rZaXhsf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz7rZaXhsf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz7rZaXhsf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uz7rZaXhsf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz7rZaXhsf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz7rZaXhsf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz7rZaXhsf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz7rZaXhsf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz7rZaXhsf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz7rZaXhsf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz7rZaXhsf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz7rZaXhsf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz7rZaXhsf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz7rZaXhsf .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-uz7rZaXhsf .navbar {
    height: 70px;
  }
  .cid-uz7rZaXhsf .navbar.opened {
    height: auto;
  }
  .cid-uz7rZaXhsf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz7rZckbOe {
  background-image: url("../../../assets/images/friends-on-phone2-1-1200x694.jpg");
}
.cid-uz7rZckbOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz7rZckbOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz7rZckbOe .mbr-section-title {
  color: #ffffff;
}
.cid-uz7rZckbOe .mbr-text,
.cid-uz7rZckbOe .mbr-section-btn {
  color: #ffffff;
}
.cid-uz7rZcN9lV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #489fc9;
}
.cid-uz7rZcN9lV .line {
  background-color: #fafafa;
  color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uz7rZcN9lV .section-text {
  padding: 2rem 0;
  color: #ffffff;
  text-align: left;
}
.cid-uz7rZcN9lV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uz7rZcN9lV .inner-container {
    width: 100% !important;
  }
}
.cid-uz7rZd6kdY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uz7rZd6kdY img,
.cid-uz7rZd6kdY .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uz7rZd6kdY .item:focus,
.cid-uz7rZd6kdY span:focus {
  outline: none;
}
.cid-uz7rZd6kdY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz7rZd6kdY .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #489fc9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uz7rZd6kdY .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uz7rZd6kdY .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uz7rZd6kdY .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uz7rZd6kdY .item-content {
    padding: 1rem 0;
  }
}
.cid-uz7rZd6kdY .mbr-section-title {
  color: #489fc9;
}
.cid-uz7rZd6kdY .item-title {
  color: #ffffff;
}
.cid-uz7rZd6kdY .item-subtitle {
  color: #bec2cf;
}
.cid-uz7rZd6kdY .mbr-text,
.cid-uz7rZd6kdY .mbr-section-btn {
  color: #ffffff;
}
.cid-uz7rZd6kdY .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uz7rZd6kdY .mbr-section-subtitle {
  text-align: left;
}
.cid-uz7rZdBo0C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  border: 1px;
  background-color: #ffffff;
}
.cid-uz7rZdBo0C .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uz7rZdBo0C .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uz7rZdBo0C .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uz7rZdBo0C .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uz7rZdBo0C .container {
    padding: 0 16px;
  }
}
.cid-uz7rZdBo0C .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uz7rZdBo0C .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uz7rZdBo0C .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uz7rZdBo0C .embla__button--next,
.cid-uz7rZdBo0C .embla__button--prev {
  display: flex;
}
.cid-uz7rZdBo0C .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #40b0bf !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uz7rZdBo0C .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uz7rZdBo0C .embla__button:hover {
  opacity: .7 !important;
}
.cid-uz7rZdBo0C .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uz7rZdBo0C .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uz7rZdBo0C .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-uz7rZdBo0C .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uz7rZdBo0C .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uz7rZdBo0C .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-uz7rZdBo0C .embla {
  position: relative;
  width: 100%;
}
.cid-uz7rZdBo0C .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uz7rZdBo0C .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uz7rZdBo0C .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uz7rZdBo0C .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uz7rZdBo0C .mbr-section-title {
  color: #666565;
  text-align: center;
}
.cid-uz7rZefeSs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #489fc9;
}
.cid-uz7rZefeSs .line {
  background-color: #fafafa;
  color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uz7rZefeSs .section-text {
  padding: 2rem 0;
  color: #ffffff;
  text-align: left;
}
.cid-uz7rZefeSs .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uz7rZefeSs .inner-container {
    width: 100% !important;
  }
}
.cid-uz7rZezJMm {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uz7rZezJMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz7rZezJMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz7rZezJMm .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uz7rZezJMm .icon-box {
  background: #e29635;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uz7rZezJMm .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uz7rZezJMm .card {
    margin-bottom: 2rem;
  }
  .cid-uz7rZezJMm .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uz7rZezJMm .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uz7rZf1ur0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uz7rZf1ur0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz7rZf1ur0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz7rZf1ur0 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uz7rZf1ur0 .currentcost {
  color: #232323;
}
.cid-uz7rZf1ur0 .card-wrapper {
  border-radius: 4px;
  background: #489fc9;
}
@media (min-width: 992px) {
  .cid-uz7rZf1ur0 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uz7rZf1ur0 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uz7rZf1ur0 .text-box {
    padding: 1rem;
  }
}
.cid-uz7rZf1ur0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uz7rZf1ur0 H5 {
  color: #ffffff;
}
.cid-uz7rZf1ur0 .mbr-text,
.cid-uz7rZf1ur0 .cost,
.cid-uz7rZf1ur0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uz7rZfsobJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uz7rZfsobJ .arrow {
  position: absolute;
  font-size: 1.5rem;
  color: #efefef;
  top: 1rem;
  transition: all 0.3s;
  right: 1.3rem;
  transform: rotate(-30deg);
}
.cid-uz7rZfsobJ .card {
  padding: 0;
  margin-right: -2px;
  margin-top: -2px;
}
.cid-uz7rZfsobJ .card:hover .arrow {
  transform: rotate(330deg);
}
.cid-uz7rZfsobJ .main-sub-title {
  background: #fafafa;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uz7rZfsobJ .card-title {
  transition: all 0.3s;
}
.cid-uz7rZfsobJ .mbr-iconfont {
  font-size: 5rem;
  color: #489fc9;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uz7rZfsobJ .card-text {
  color: #616161;
}
.cid-uz7rZfsobJ .main-text {
  color: #353535;
}
.cid-uz7rZfsobJ .main-sub-title,
.cid-uz7rZfsobJ .align-wrapper {
  color: #858484;
}
.cid-uz7rZfsobJ .card-title,
.cid-uz7rZfsobJ .card-text,
.cid-uz7rZfsobJ .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uz7rZfsobJ .card-wrapper {
  display: flex;
  padding: 3rem 2rem;
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #efefef;
  flex-direction: column;
}
.cid-uz7rZfsobJ .card-wrapper:hover {
  background: #42424c;
  border-color: #42424c;
}
.cid-uz7rZfsobJ .card-wrapper:hover .card-title,
.cid-uz7rZfsobJ .card-wrapper:hover .card-text,
.cid-uz7rZfsobJ .card-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uz7rZfsobJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz7rZfsobJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz7rZg3bH1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #489fc9;
}
.cid-uz7rZg3bH1 img,
.cid-uz7rZg3bH1 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz7rZg3bH1 .item:focus,
.cid-uz7rZg3bH1 span:focus {
  outline: none;
}
.cid-uz7rZg3bH1 .item-wrapper {
  position: relative;
}
.cid-uz7rZg3bH1 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz7rZg3bH1 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz7rZg3bH1 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uz7rZg3bH1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz7rZg3bH1 .mbr-section-title {
  color: #ffffff;
}
.cid-uz7rZg3bH1 .mbr-text,
.cid-uz7rZg3bH1 .mbr-section-btn {
  text-align: left;
}
.cid-uz7rZg3bH1 .item-title {
  text-align: left;
}
.cid-uz7rZg3bH1 .item-subtitle {
  text-align: left;
}
.cid-uz7rZg3bH1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uz7rZg3bH1 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uz7rZg3bH1 .embla__button--next,
.cid-uz7rZg3bH1 .embla__button--prev {
  display: flex;
}
.cid-uz7rZg3bH1 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uz7rZg3bH1 .embla__button {
    display: none;
  }
}
.cid-uz7rZg3bH1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uz7rZg3bH1 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uz7rZg3bH1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uz7rZg3bH1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uz7rZg3bH1 .embla__button {
    top: auto;
  }
}
.cid-uz7rZg3bH1 .embla {
  position: relative;
  width: 100%;
}
.cid-uz7rZg3bH1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uz7rZg3bH1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uz7rZg3bH1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uz7rZg3bH1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uz7rZg3bH1 .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uz7rZi3JO4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uz7rZi3JO4 .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-uz7rZi3JO4 .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-uz7rZi3JO4 .item-title {
  color: #333f3e;
}
.cid-uz7rZi3JO4 .subtitle-text {
  color: #6c7577;
}
.cid-uz7rZi3JO4 .item-box {
  display: flex;
}
.cid-uz7rZi3JO4 .num {
  color: #489fc9;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-uz7rZi3JO4 .item-text {
  color: #6c7577;
}
.cid-uz7rZi3JO4 .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uz7rZi3JO4 .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-uz7rZi3JO4 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uz7rZi3JO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz7rZi3JO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
}
.cid-uz7rZiBaDz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uz7rZiBaDz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz7rZiBaDz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz7rZiBaDz .mbr-section-subtitle {
  background: black;
  width: fit-content;
  color: #ffffff;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.cid-uz7rZiBaDz .wrapper {
  background: #e29635;
  padding: 3rem;
  border-radius: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uz7rZiBaDz .wrapper {
    padding: 2rem 1rem;
  }
  .cid-uz7rZiBaDz .wrapper .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-uz7rZiBaDz .card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uz7rZiBaDz .card {
    padding: 2rem 1rem;
  }
}
.cid-uz7rZiBaDz .mbr-section-title {
  color: #666565;
}
.cid-uz7rZiBaDz .mbr-text,
.cid-uz7rZiBaDz .mbr-section-btn {
  color: #000000;
}
.cid-uz7rZiBaDz .mbr-title {
  color: #ffffff;
}
.cid-uz7rZj85T1 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uz7rZj85T1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz7rZj85T1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz7rZj85T1 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #40b0bf;
  margin-left: 1rem;
}
.cid-uz7rZj85T1 .panel-group {
  border: none;
}
.cid-uz7rZj85T1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uz7rZj85T1 .panel-body,
.cid-uz7rZj85T1 .card-header {
  padding: 1rem 0;
}
.cid-uz7rZj85T1 .panel-title-edit {
  color: #666565;
}
.cid-uz7rZj85T1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uz7rZj85T1 H3 {
  color: #489fc9;
}
.cid-uz7rZjF6vS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e9e9e9;
}
.cid-uz7rZjF6vS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz7rZjF6vS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz7rZjF6vS .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #40b0bf;
  margin-left: 1rem;
}
.cid-uz7rZjF6vS .panel-group {
  border: none;
}
.cid-uz7rZjF6vS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uz7rZjF6vS .panel-body,
.cid-uz7rZjF6vS .card-header {
  padding: 1rem 0;
}
.cid-uz7rZjF6vS .panel-title-edit {
  color: #000000;
}
.cid-uz7rZjF6vS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uz7rZkkrRQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uz7rZkkrRQ .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz7rZkkrRQ .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uz7rZkkrRQ .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uz7rZkkrRQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz7rZkkrRQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uz7rZkkrRQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uz7rZkkrRQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uz7rZkkrRQ .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uz7rZkkrRQ .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uz7rZkkrRQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz7rZkkrRQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uySoDIbO2U {
  z-index: 1000;
  width: 100%;
}
.cid-uySoDIbO2U nav.navbar {
  position: fixed;
}
.cid-uySoDIbO2U .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-uySoDIbO2U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uySoDIbO2U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uySoDIbO2U .dropdown-item:hover,
.cid-uySoDIbO2U .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uySoDIbO2U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uySoDIbO2U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uySoDIbO2U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uySoDIbO2U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uySoDIbO2U .nav-link {
  position: relative;
}
.cid-uySoDIbO2U .container {
  display: flex;
  margin: auto;
}
.cid-uySoDIbO2U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uySoDIbO2U .dropdown-menu,
.cid-uySoDIbO2U .navbar.opened {
  background: #1d1d1f !important;
}
.cid-uySoDIbO2U .nav-item:focus,
.cid-uySoDIbO2U .nav-link:focus {
  outline: none;
}
.cid-uySoDIbO2U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uySoDIbO2U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uySoDIbO2U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uySoDIbO2U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uySoDIbO2U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uySoDIbO2U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uySoDIbO2U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 29, 31, 0.7);
}
.cid-uySoDIbO2U .navbar.opened {
  transition: all 0.3s;
}
.cid-uySoDIbO2U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uySoDIbO2U .navbar .navbar-logo img {
  width: auto;
}
.cid-uySoDIbO2U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uySoDIbO2U .navbar.collapsed {
  justify-content: center;
}
.cid-uySoDIbO2U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uySoDIbO2U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uySoDIbO2U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uySoDIbO2U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uySoDIbO2U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uySoDIbO2U .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-uySoDIbO2U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uySoDIbO2U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uySoDIbO2U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uySoDIbO2U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uySoDIbO2U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uySoDIbO2U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uySoDIbO2U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uySoDIbO2U .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-uySoDIbO2U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uySoDIbO2U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uySoDIbO2U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uySoDIbO2U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uySoDIbO2U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uySoDIbO2U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uySoDIbO2U .navbar.navbar-short {
  min-height: 60px;
}
.cid-uySoDIbO2U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uySoDIbO2U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uySoDIbO2U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uySoDIbO2U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uySoDIbO2U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uySoDIbO2U .dropdown-item.active,
.cid-uySoDIbO2U .dropdown-item:active {
  background-color: transparent;
}
.cid-uySoDIbO2U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uySoDIbO2U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uySoDIbO2U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uySoDIbO2U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1f;
}
.cid-uySoDIbO2U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uySoDIbO2U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uySoDIbO2U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uySoDIbO2U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uySoDIbO2U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uySoDIbO2U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uySoDIbO2U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uySoDIbO2U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uySoDIbO2U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uySoDIbO2U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uySoDIbO2U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uySoDIbO2U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uySoDIbO2U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uySoDIbO2U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uySoDIbO2U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uySoDIbO2U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uySoDIbO2U .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-uySoDIbO2U .navbar {
    height: 70px;
  }
  .cid-uySoDIbO2U .navbar.opened {
    height: auto;
  }
  .cid-uySoDIbO2U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uySoYAUYDg {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/usa-2173114.jpg");
}
.cid-uySoYAUYDg .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-uySoYAUYDg .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-uySoYAUYDg .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-uySoYAUYDg .mbr-text {
  color: #ffffff;
}
.cid-uySoYAUYDg .card {
  padding-bottom: 1.5rem;
}
.cid-uySp05LAO6 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-uySp05LAO6 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uySp05LAO6 .icon-box {
  background: #40b0bf;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uySp05LAO6 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uySp05LAO6 .card {
    margin-bottom: 2rem;
  }
  .cid-uySp05LAO6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uNoVvc3Efn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-uNoVvc3Efn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNoVvc3Efn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNoVvc3Efn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNoVvc3Efn .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNoVvc3Efn .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNoVvc3Efn .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNoVvc3Efn .container {
    padding: 0 12px;
  }
}
.cid-uNoVvc3Efn .row {
  justify-content: center;
}
.cid-uNoVvc3Efn .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNoVvc3Efn .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uNoVvc3Efn .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uNoVvc3Efn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNoVvc3Efn .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNoVvc3Efn .item {
    margin-bottom: 16px;
  }
}
.cid-uNoVvc3Efn .item .item-wrapper {
  width: 100%;
}
.cid-uNoVvc3Efn .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNoVvc3Efn .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNoVvc3Efn .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNoVvc3Efn .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNoVvc3Efn .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uNoVvc3Efn .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNoVvc3Efn .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNoVvc3Efn .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNoVvc3Efn .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #65c6d4;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNoVvc3Efn .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNoVvc3Efn .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNoVvc3Efn .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNoVvc3Efn .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNoVvc3Efn .item-title {
  color: #ffffff;
}
.cid-uNoVvc3Efn .item-desc {
  color: #1D1D1F;
}
.cid-uNoVvc3Efn .item-text {
  color: #1D1D1F;
}
.cid-uNoVvc3Efn .item-desc,
.cid-uNoVvc3Efn .desc-wrapper {
  color: #ffffff;
}
.cid-uySp0JsLNO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #a2c3ca;
}
.cid-uySp0JsLNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uySp0JsLNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uySp0JsLNO .content-wrapper {
  background: #a2c3ca;
}
@media (max-width: 991px) {
  .cid-uySp0JsLNO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uySp0JsLNO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uySp0JsLNO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uySp0JsLNO .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uySp0JsLNO .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uySp0JsLNO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uySp1MkJs0 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-uySp1MkJs0 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uySp1MkJs0 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-uySp1MkJs0 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uySp1MkJs0 .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #cccccc;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uySp1MkJs0 .cards-block {
    border-top: 2px solid #cccccc;
  }
}
.cid-uySp1MkJs0 .cards-block .card {
  border-bottom: 2px solid #cccccc;
  border-radius: 0;
}
.cid-uySp1MkJs0 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uySp1MkJs0 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uySp1MkJs0 .media-block {
    padding-left: 2rem;
  }
}
.cid-uySp1MkJs0 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uySp1MkJs0 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uySp1MkJs0 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uySp2CQjXm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uySp2CQjXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uySp2CQjXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uySp2CQjXm .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uySp2CQjXm .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uySp2CQjXm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uySp2CQjXm .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uySp2CQjXm .container {
    padding: 0 24px;
  }
}
.cid-uySp2CQjXm .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uySp2CQjXm .content-wrapper {
    display: block;
  }
}
.cid-uySp2CQjXm .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uySp2CQjXm .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uySp2CQjXm .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uySp2CQjXm .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uySp2CQjXm .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uySp2CQjXm .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uySp2CQjXm .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uySp2CQjXm .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uySp2CQjXm .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uySp2CQjXm .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uySp2CQjXm .mbr-section-title {
  color: #18212d;
}
.cid-uySp2CQjXm .mbr-desc {
  color: #18212d;
}
.cid-uySp2CQjXm .mbr-text {
  color: #18212d;
}
.cid-uySp404xpl {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #489fc9;
}
.cid-uySp404xpl P {
  color: #767676;
}
.cid-uySp404xpl H1 {
  text-align: center;
}
.cid-uz36g85i36 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #489fc9;
}
.cid-uz36g85i36 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uz36g85i36 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uz36g85i36 .card-wrap {
  background: #ffffff;
  border-radius: 2px;
}
@media (max-width: 991px) {
  .cid-uz36g85i36 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uz36g85i36 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uz36g85i36 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uz36g85i36 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uz36g85i36 .social-row {
  text-align: center;
}
.cid-uz36g85i36 .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-uz36g85i36 .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-uz36g85i36 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uz36g85i36 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uySp5eDUzi {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background: #489fc9;
}
.cid-uySp5eDUzi .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uySp5eDUzi .team-card:hover {
  transform: translateY(-10px);
}
.cid-uySp5eDUzi .card-wrap {
  background: #ffffff;
  border-radius: 2px;
}
@media (max-width: 991px) {
  .cid-uySp5eDUzi .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uySp5eDUzi .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uySp5eDUzi .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uySp5eDUzi .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uySp5eDUzi .social-row {
  text-align: center;
}
.cid-uySp5eDUzi .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-uySp5eDUzi .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-uySp5eDUzi .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uySp5eDUzi .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uySp6XLVCP {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background: #489fc9;
}
.cid-uySp6XLVCP .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uySp6XLVCP .team-card:hover {
  transform: translateY(-10px);
}
.cid-uySp6XLVCP .card-wrap {
  background: #fafafa;
  border-radius: 2px;
}
@media (max-width: 991px) {
  .cid-uySp6XLVCP .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uySp6XLVCP .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uySp6XLVCP .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uySp6XLVCP .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uySp6XLVCP .social-row {
  text-align: center;
}
.cid-uySp6XLVCP .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-uySp6XLVCP .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-uySp6XLVCP .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uySp6XLVCP .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uySp7x5PH6 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background: #489fc9;
}
.cid-uySp7x5PH6 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uySp7x5PH6 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uySp7x5PH6 .card-wrap {
  background: #ffffff;
  border-radius: 2px;
}
@media (max-width: 991px) {
  .cid-uySp7x5PH6 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uySp7x5PH6 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uySp7x5PH6 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uySp7x5PH6 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uySp7x5PH6 .social-row {
  text-align: center;
}
.cid-uySp7x5PH6 .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-uySp7x5PH6 .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-uySp7x5PH6 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uySp7x5PH6 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uySp8ac4kx {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #fafafa;
}
.cid-uySp8ac4kx .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uySp8ac4kx .team-card:hover {
  transform: translateY(-10px);
}
.cid-uySp8ac4kx .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uySp8ac4kx .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uySp8ac4kx .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uySp8ac4kx .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uySp8ac4kx .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uySp8ac4kx .social-row {
  text-align: center;
}
.cid-uySp8ac4kx .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-uySp8ac4kx .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-uySp8ac4kx .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uySp8ac4kx .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uySp8VZ7Js {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #65c6d4;
}
.cid-uySp8VZ7Js .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uySp8VZ7Js .container {
    max-width: 1400px;
  }
}
.cid-uySp8VZ7Js .card {
  margin: auto;
}
.cid-uySp8VZ7Js .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uySp8VZ7Js .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uySp8VZ7Js .row {
  justify-content: center;
}
.cid-uySp8VZ7Js .card-title,
.cid-uySp8VZ7Js .card-box {
  color: #ffffff;
}
.cid-uySp8VZ7Js H3 {
  color: #ffffff;
}
.cid-uz6GDagRsk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uz6GDagRsk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uz6GDagRsk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uz6GDagRsk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uz6GDagRsk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uz6GDagRsk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz6NQsWAX8 {
  z-index: 1000;
  width: 100%;
}
.cid-uz6NQsWAX8 nav.navbar {
  position: fixed;
}
.cid-uz6NQsWAX8 .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-uz6NQsWAX8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz6NQsWAX8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz6NQsWAX8 .dropdown-item:hover,
.cid-uz6NQsWAX8 .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uz6NQsWAX8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz6NQsWAX8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz6NQsWAX8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz6NQsWAX8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz6NQsWAX8 .nav-link {
  position: relative;
}
.cid-uz6NQsWAX8 .container {
  display: flex;
  margin: auto;
}
.cid-uz6NQsWAX8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz6NQsWAX8 .dropdown-menu,
.cid-uz6NQsWAX8 .navbar.opened {
  background: #1d1d1f !important;
}
.cid-uz6NQsWAX8 .nav-item:focus,
.cid-uz6NQsWAX8 .nav-link:focus {
  outline: none;
}
.cid-uz6NQsWAX8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz6NQsWAX8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz6NQsWAX8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz6NQsWAX8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz6NQsWAX8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz6NQsWAX8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz6NQsWAX8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 29, 31, 0.7);
}
.cid-uz6NQsWAX8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uz6NQsWAX8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz6NQsWAX8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uz6NQsWAX8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz6NQsWAX8 .navbar.collapsed {
  justify-content: center;
}
.cid-uz6NQsWAX8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz6NQsWAX8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz6NQsWAX8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uz6NQsWAX8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz6NQsWAX8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz6NQsWAX8 .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-uz6NQsWAX8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz6NQsWAX8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz6NQsWAX8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz6NQsWAX8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz6NQsWAX8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz6NQsWAX8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz6NQsWAX8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz6NQsWAX8 .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-uz6NQsWAX8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz6NQsWAX8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz6NQsWAX8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz6NQsWAX8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz6NQsWAX8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz6NQsWAX8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz6NQsWAX8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz6NQsWAX8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz6NQsWAX8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz6NQsWAX8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz6NQsWAX8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz6NQsWAX8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz6NQsWAX8 .dropdown-item.active,
.cid-uz6NQsWAX8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uz6NQsWAX8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz6NQsWAX8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz6NQsWAX8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz6NQsWAX8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1f;
}
.cid-uz6NQsWAX8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz6NQsWAX8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz6NQsWAX8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz6NQsWAX8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz6NQsWAX8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz6NQsWAX8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uz6NQsWAX8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz6NQsWAX8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz6NQsWAX8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz6NQsWAX8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz6NQsWAX8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz6NQsWAX8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz6NQsWAX8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz6NQsWAX8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz6NQsWAX8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz6NQsWAX8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz6NQsWAX8 .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-uz6NQsWAX8 .navbar {
    height: 70px;
  }
  .cid-uz6NQsWAX8 .navbar.opened {
    height: auto;
  }
  .cid-uz6NQsWAX8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz6NQuaLJv {
  background-image: url("../../../assets/images/social-thumbv2-602x602.jpg");
}
.cid-uz6NQuaLJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6NQuaLJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6NQuaLJv .mbr-section-title {
  color: #ffffff;
}
.cid-uz6NQuaLJv .mbr-text,
.cid-uz6NQuaLJv .mbr-section-btn {
  color: #ffffff;
}
.cid-uz6NQuz3rn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #489fc9;
}
.cid-uz6NQuz3rn .line {
  background-color: #fafafa;
  color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uz6NQuz3rn .section-text {
  padding: 2rem 0;
  color: #ffffff;
  text-align: left;
}
.cid-uz6NQuz3rn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uz6NQuz3rn .inner-container {
    width: 100% !important;
  }
}
.cid-uz6NQuQ5YU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uz6NQuQ5YU img,
.cid-uz6NQuQ5YU .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uz6NQuQ5YU .item:focus,
.cid-uz6NQuQ5YU span:focus {
  outline: none;
}
.cid-uz6NQuQ5YU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz6NQuQ5YU .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #489fc9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uz6NQuQ5YU .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uz6NQuQ5YU .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uz6NQuQ5YU .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uz6NQuQ5YU .item-content {
    padding: 1rem 0;
  }
}
.cid-uz6NQuQ5YU .mbr-section-title {
  color: #489fc9;
}
.cid-uz6NQuQ5YU .item-title {
  color: #ffffff;
}
.cid-uz6NQuQ5YU .item-subtitle {
  color: #bec2cf;
}
.cid-uz6NQuQ5YU .mbr-text,
.cid-uz6NQuQ5YU .mbr-section-btn {
  color: #ffffff;
}
.cid-uz6NQuQ5YU .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uz6NQuQ5YU .mbr-section-subtitle {
  text-align: left;
}
.cid-uz6NQwOjQ4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  border: 1px;
  background-color: #ffffff;
}
.cid-uz6NQwOjQ4 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uz6NQwOjQ4 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uz6NQwOjQ4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uz6NQwOjQ4 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uz6NQwOjQ4 .container {
    padding: 0 16px;
  }
}
.cid-uz6NQwOjQ4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uz6NQwOjQ4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uz6NQwOjQ4 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uz6NQwOjQ4 .embla__button--next,
.cid-uz6NQwOjQ4 .embla__button--prev {
  display: flex;
}
.cid-uz6NQwOjQ4 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #40b0bf !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uz6NQwOjQ4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uz6NQwOjQ4 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uz6NQwOjQ4 .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uz6NQwOjQ4 .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uz6NQwOjQ4 .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-uz6NQwOjQ4 .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uz6NQwOjQ4 .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uz6NQwOjQ4 .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-uz6NQwOjQ4 .embla {
  position: relative;
  width: 100%;
}
.cid-uz6NQwOjQ4 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uz6NQwOjQ4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uz6NQwOjQ4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uz6NQwOjQ4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uz6NQwOjQ4 .mbr-section-title {
  color: #666565;
  text-align: center;
}
.cid-uz6NQxqkWf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #489fc9;
}
.cid-uz6NQxqkWf .line {
  background-color: #fafafa;
  color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uz6NQxqkWf .section-text {
  padding: 2rem 0;
  color: #ffffff;
  text-align: left;
}
.cid-uz6NQxqkWf .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uz6NQxqkWf .inner-container {
    width: 100% !important;
  }
}
.cid-uz6NQxKBcX {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uz6NQxKBcX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6NQxKBcX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6NQxKBcX .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uz6NQxKBcX .icon-box {
  background: #e29635;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uz6NQxKBcX .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uz6NQxKBcX .card {
    margin-bottom: 2rem;
  }
  .cid-uz6NQxKBcX .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uz6NQxKBcX .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uz6S093rmU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uz6S093rmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6S093rmU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6S093rmU .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uz6S093rmU .currentcost {
  color: #232323;
}
.cid-uz6S093rmU .card-wrapper {
  border-radius: 4px;
  background: #489fc9;
}
@media (min-width: 992px) {
  .cid-uz6S093rmU .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uz6S093rmU .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uz6S093rmU .text-box {
    padding: 1rem;
  }
}
.cid-uz6S093rmU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uz6S093rmU H5 {
  color: #ffffff;
}
.cid-uz6S093rmU .mbr-text,
.cid-uz6S093rmU .cost,
.cid-uz6S093rmU .mbr-section-btn {
  color: #ffffff;
}
.cid-uz6NQyh8iC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uz6NQyh8iC .arrow {
  position: absolute;
  font-size: 1.5rem;
  color: #efefef;
  top: 1rem;
  transition: all 0.3s;
  right: 1.3rem;
  transform: rotate(-30deg);
}
.cid-uz6NQyh8iC .card {
  padding: 0;
  margin-right: -2px;
  margin-top: -2px;
}
.cid-uz6NQyh8iC .card:hover .arrow {
  transform: rotate(330deg);
}
.cid-uz6NQyh8iC .main-sub-title {
  background: #fafafa;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uz6NQyh8iC .card-title {
  transition: all 0.3s;
}
.cid-uz6NQyh8iC .mbr-iconfont {
  font-size: 5rem;
  color: #489fc9;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uz6NQyh8iC .card-text {
  color: #616161;
}
.cid-uz6NQyh8iC .main-text {
  color: #353535;
}
.cid-uz6NQyh8iC .main-sub-title,
.cid-uz6NQyh8iC .align-wrapper {
  color: #858484;
}
.cid-uz6NQyh8iC .card-title,
.cid-uz6NQyh8iC .card-text,
.cid-uz6NQyh8iC .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uz6NQyh8iC .card-wrapper {
  display: flex;
  padding: 3rem 2rem;
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #efefef;
  flex-direction: column;
}
.cid-uz6NQyh8iC .card-wrapper:hover {
  background: #42424c;
  border-color: #42424c;
}
.cid-uz6NQyh8iC .card-wrapper:hover .card-title,
.cid-uz6NQyh8iC .card-wrapper:hover .card-text,
.cid-uz6NQyh8iC .card-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uz6NQyh8iC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6NQyh8iC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6NQyQ80Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #489fc9;
}
.cid-uz6NQyQ80Y img,
.cid-uz6NQyQ80Y .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz6NQyQ80Y .item:focus,
.cid-uz6NQyQ80Y span:focus {
  outline: none;
}
.cid-uz6NQyQ80Y .item-wrapper {
  position: relative;
}
.cid-uz6NQyQ80Y .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz6NQyQ80Y .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz6NQyQ80Y .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uz6NQyQ80Y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz6NQyQ80Y .mbr-section-title {
  color: #ffffff;
}
.cid-uz6NQyQ80Y .mbr-text,
.cid-uz6NQyQ80Y .mbr-section-btn {
  text-align: left;
}
.cid-uz6NQyQ80Y .item-title {
  text-align: left;
}
.cid-uz6NQyQ80Y .item-subtitle {
  text-align: left;
}
.cid-uz6NQyQ80Y .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uz6NQyQ80Y .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uz6NQyQ80Y .embla__button--next,
.cid-uz6NQyQ80Y .embla__button--prev {
  display: flex;
}
.cid-uz6NQyQ80Y .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uz6NQyQ80Y .embla__button {
    display: none;
  }
}
.cid-uz6NQyQ80Y .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uz6NQyQ80Y .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uz6NQyQ80Y .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uz6NQyQ80Y .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uz6NQyQ80Y .embla__button {
    top: auto;
  }
}
.cid-uz6NQyQ80Y .embla {
  position: relative;
  width: 100%;
}
.cid-uz6NQyQ80Y .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uz6NQyQ80Y .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uz6NQyQ80Y .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uz6NQyQ80Y .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uz6NQyQ80Y .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uz6W5BmdmB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #666565;
}
.cid-uz6W5BmdmB img,
.cid-uz6W5BmdmB .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz6W5BmdmB .item:focus,
.cid-uz6W5BmdmB span:focus {
  outline: none;
}
.cid-uz6W5BmdmB .item-wrapper {
  position: relative;
}
.cid-uz6W5BmdmB .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz6W5BmdmB .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz6W5BmdmB .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uz6W5BmdmB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz6W5BmdmB .mbr-section-title {
  color: #ffffff;
}
.cid-uz6W5BmdmB .mbr-text,
.cid-uz6W5BmdmB .mbr-section-btn {
  text-align: left;
}
.cid-uz6W5BmdmB .item-title {
  text-align: left;
}
.cid-uz6W5BmdmB .item-subtitle {
  text-align: left;
}
.cid-uz6W5BmdmB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uz6W5BmdmB .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uz6W5BmdmB .embla__button--next,
.cid-uz6W5BmdmB .embla__button--prev {
  display: flex;
}
.cid-uz6W5BmdmB .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uz6W5BmdmB .embla__button {
    display: none;
  }
}
.cid-uz6W5BmdmB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uz6W5BmdmB .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uz6W5BmdmB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uz6W5BmdmB .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uz6W5BmdmB .embla__button {
    top: auto;
  }
}
.cid-uz6W5BmdmB .embla {
  position: relative;
  width: 100%;
}
.cid-uz6W5BmdmB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uz6W5BmdmB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uz6W5BmdmB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uz6W5BmdmB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uz6W5BmdmB .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uz6NQA7LNe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #489fc9;
}
.cid-uz6NQA7LNe img,
.cid-uz6NQA7LNe .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz6NQA7LNe .item:focus,
.cid-uz6NQA7LNe span:focus {
  outline: none;
}
.cid-uz6NQA7LNe .item-wrapper {
  position: relative;
}
.cid-uz6NQA7LNe .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz6NQA7LNe .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz6NQA7LNe .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uz6NQA7LNe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz6NQA7LNe .mbr-section-title {
  color: #ffffff;
}
.cid-uz6NQA7LNe .mbr-text,
.cid-uz6NQA7LNe .mbr-section-btn {
  text-align: left;
}
.cid-uz6NQA7LNe .item-title {
  text-align: left;
}
.cid-uz6NQA7LNe .item-subtitle {
  text-align: left;
}
.cid-uz6NQA7LNe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uz6NQA7LNe .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uz6NQA7LNe .embla__button--next,
.cid-uz6NQA7LNe .embla__button--prev {
  display: flex;
}
.cid-uz6NQA7LNe .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uz6NQA7LNe .embla__button {
    display: none;
  }
}
.cid-uz6NQA7LNe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uz6NQA7LNe .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uz6NQA7LNe .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uz6NQA7LNe .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uz6NQA7LNe .embla__button {
    top: auto;
  }
}
.cid-uz6NQA7LNe .embla {
  position: relative;
  width: 100%;
}
.cid-uz6NQA7LNe .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uz6NQA7LNe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uz6NQA7LNe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uz6NQA7LNe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uz6NQA7LNe .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uz8yDiQ2DL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #666565;
}
.cid-uz8yDiQ2DL img,
.cid-uz8yDiQ2DL .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz8yDiQ2DL .item:focus,
.cid-uz8yDiQ2DL span:focus {
  outline: none;
}
.cid-uz8yDiQ2DL .item-wrapper {
  position: relative;
}
.cid-uz8yDiQ2DL .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz8yDiQ2DL .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz8yDiQ2DL .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uz8yDiQ2DL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz8yDiQ2DL .mbr-section-title {
  color: #ffffff;
}
.cid-uz8yDiQ2DL .mbr-text,
.cid-uz8yDiQ2DL .mbr-section-btn {
  text-align: left;
}
.cid-uz8yDiQ2DL .item-title {
  text-align: left;
}
.cid-uz8yDiQ2DL .item-subtitle {
  text-align: left;
}
.cid-uz8yDiQ2DL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uz8yDiQ2DL .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uz8yDiQ2DL .embla__button--next,
.cid-uz8yDiQ2DL .embla__button--prev {
  display: flex;
}
.cid-uz8yDiQ2DL .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uz8yDiQ2DL .embla__button {
    display: none;
  }
}
.cid-uz8yDiQ2DL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uz8yDiQ2DL .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uz8yDiQ2DL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uz8yDiQ2DL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uz8yDiQ2DL .embla__button {
    top: auto;
  }
}
.cid-uz8yDiQ2DL .embla {
  position: relative;
  width: 100%;
}
.cid-uz8yDiQ2DL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uz8yDiQ2DL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uz8yDiQ2DL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uz8yDiQ2DL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uz8yDiQ2DL .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uz6NQAIYfx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uz6NQAIYfx .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-uz6NQAIYfx .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-uz6NQAIYfx .item-title {
  color: #333f3e;
}
.cid-uz6NQAIYfx .subtitle-text {
  color: #6c7577;
}
.cid-uz6NQAIYfx .item-box {
  display: flex;
}
.cid-uz6NQAIYfx .num {
  color: #489fc9;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-uz6NQAIYfx .item-text {
  color: #6c7577;
}
.cid-uz6NQAIYfx .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uz6NQAIYfx .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-uz6NQAIYfx .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uz6NQAIYfx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6NQAIYfx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
}
.cid-uz6NQBf7EV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uz6NQBf7EV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6NQBf7EV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6NQBf7EV .mbr-section-subtitle {
  background: black;
  width: fit-content;
  color: #ffffff;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.cid-uz6NQBf7EV .wrapper {
  background: #e29635;
  padding: 3rem;
  border-radius: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uz6NQBf7EV .wrapper {
    padding: 2rem 1rem;
  }
  .cid-uz6NQBf7EV .wrapper .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-uz6NQBf7EV .card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uz6NQBf7EV .card {
    padding: 2rem 1rem;
  }
}
.cid-uz6NQBf7EV .mbr-section-title {
  color: #666565;
}
.cid-uz6NQBf7EV .mbr-text,
.cid-uz6NQBf7EV .mbr-section-btn {
  color: #000000;
}
.cid-uz6NQBf7EV .mbr-title {
  color: #ffffff;
}
.cid-uz6NQBL7Dy {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uz6NQBL7Dy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6NQBL7Dy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6NQBL7Dy .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #40b0bf;
  margin-left: 1rem;
}
.cid-uz6NQBL7Dy .panel-group {
  border: none;
}
.cid-uz6NQBL7Dy .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uz6NQBL7Dy .panel-body,
.cid-uz6NQBL7Dy .card-header {
  padding: 1rem 0;
}
.cid-uz6NQBL7Dy .panel-title-edit {
  color: #666565;
}
.cid-uz6NQBL7Dy .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uz6NQBL7Dy H3 {
  color: #489fc9;
}
.cid-uz6NQCY4gD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e9e9e9;
}
.cid-uz6NQCY4gD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6NQCY4gD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6NQCY4gD .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #40b0bf;
  margin-left: 1rem;
}
.cid-uz6NQCY4gD .panel-group {
  border: none;
}
.cid-uz6NQCY4gD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uz6NQCY4gD .panel-body,
.cid-uz6NQCY4gD .card-header {
  padding: 1rem 0;
}
.cid-uz6NQCY4gD .panel-title-edit {
  color: #000000;
}
.cid-uz6NQCY4gD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uz6NQDDDmW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uz6NQDDDmW .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6NQDDDmW .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uz6NQDDDmW .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uz6NQDDDmW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6NQDDDmW .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uz6NQDDDmW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uz6NQDDDmW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uz6NQDDDmW .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uz6NQDDDmW .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uz6NQDDDmW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz6NQDDDmW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uyMKzChRWz {
  z-index: 1000;
  width: 100%;
}
.cid-uyMKzChRWz nav.navbar {
  position: fixed;
}
.cid-uyMKzChRWz .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-uyMKzChRWz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyMKzChRWz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyMKzChRWz .dropdown-item:hover,
.cid-uyMKzChRWz .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uyMKzChRWz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyMKzChRWz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyMKzChRWz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyMKzChRWz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyMKzChRWz .nav-link {
  position: relative;
}
.cid-uyMKzChRWz .container {
  display: flex;
  margin: auto;
}
.cid-uyMKzChRWz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyMKzChRWz .dropdown-menu,
.cid-uyMKzChRWz .navbar.opened {
  background: #1d1d1f !important;
}
.cid-uyMKzChRWz .nav-item:focus,
.cid-uyMKzChRWz .nav-link:focus {
  outline: none;
}
.cid-uyMKzChRWz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyMKzChRWz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyMKzChRWz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyMKzChRWz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyMKzChRWz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyMKzChRWz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyMKzChRWz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 29, 31, 0.7);
}
.cid-uyMKzChRWz .navbar.opened {
  transition: all 0.3s;
}
.cid-uyMKzChRWz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyMKzChRWz .navbar .navbar-logo img {
  width: auto;
}
.cid-uyMKzChRWz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyMKzChRWz .navbar.collapsed {
  justify-content: center;
}
.cid-uyMKzChRWz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyMKzChRWz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyMKzChRWz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uyMKzChRWz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyMKzChRWz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyMKzChRWz .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-uyMKzChRWz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyMKzChRWz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyMKzChRWz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyMKzChRWz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyMKzChRWz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyMKzChRWz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyMKzChRWz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyMKzChRWz .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-uyMKzChRWz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyMKzChRWz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyMKzChRWz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyMKzChRWz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyMKzChRWz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyMKzChRWz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyMKzChRWz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyMKzChRWz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyMKzChRWz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyMKzChRWz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyMKzChRWz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyMKzChRWz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyMKzChRWz .dropdown-item.active,
.cid-uyMKzChRWz .dropdown-item:active {
  background-color: transparent;
}
.cid-uyMKzChRWz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyMKzChRWz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyMKzChRWz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyMKzChRWz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1f;
}
.cid-uyMKzChRWz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyMKzChRWz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyMKzChRWz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyMKzChRWz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyMKzChRWz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyMKzChRWz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uyMKzChRWz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyMKzChRWz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyMKzChRWz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyMKzChRWz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyMKzChRWz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyMKzChRWz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyMKzChRWz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyMKzChRWz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyMKzChRWz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyMKzChRWz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyMKzChRWz .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-uyMKzChRWz .navbar {
    height: 70px;
  }
  .cid-uyMKzChRWz .navbar.opened {
    height: auto;
  }
  .cid-uyMKzChRWz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyMKzHLzCC {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #489fc9;
}
.cid-uyMKzHLzCC P {
  color: #767676;
}
.cid-uyMKzHLzCC .mbr-text {
  text-align: left;
}
.cid-uyMKzHLzCC .mbr-section-btn {
  text-align: center;
}
.cid-uyMKzHLzCC .mbr-text,
.cid-uyMKzHLzCC .mbr-section-btn {
  color: #ffffff;
}
.cid-uyMMGwL4vJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uyMMGwL4vJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyMMGwL4vJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyMMGwL4vJ .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uyMMGwL4vJ .col-title {
    margin-bottom: 40px;
  }
}
.cid-uyMMGwL4vJ .mbr-section-title {
  color: #2299aa;
}
@media (max-width: 991px) {
  .cid-uyMMGwL4vJ .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uyMMGwL4vJ .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-uyMMGwL4vJ .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uyMMGwL4vJ .accordion-row {
    margin: 0 -10px !important;
  }
}
.cid-uyMMGwL4vJ .accordion-title-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uyMMGwL4vJ .accordion-title-container {
    display: none;
  }
}
.cid-uyMMGwL4vJ .accordion-title {
  padding: 0 20px;
  width: 50%;
  color: #2299aa;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uyMMGwL4vJ .accordion-title {
    padding: 0 10px;
  }
}
.cid-uyMMGwL4vJ .panel-group {
  display: flex;
  flex-wrap: wrap;
  border: none;
  padding: 0 !important;
}
.cid-uyMMGwL4vJ .card {
  width: 50%;
  padding: 0 20px !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uyMMGwL4vJ .card {
    padding: 0 10px !important;
  }
}
@media (max-width: 991px) {
  .cid-uyMMGwL4vJ .card {
    width: 100%;
  }
}
.cid-uyMMGwL4vJ .card-border {
  height: 2px;
  width: 100%;
  background-color: #dfdfd8;
  margin-top: auto;
}
.cid-uyMMGwL4vJ .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uyMMGwL4vJ .card-border-top2 {
    display: none;
  }
}
.cid-uyMMGwL4vJ .mbr-iconfont {
  font-size: 24px !important;
  color: #ffffff;
  margin-left: 1rem;
  padding: 8px;
  background-color: #40b0bf;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-uyMMGwL4vJ .card-header {
  border-bottom: none !important;
  padding: 15px 0 !important;
}
.cid-uyMMGwL4vJ .card-header:hover .mbr-iconfont {
  background-color: #cecec1 !important;
}
.cid-uyMMGwL4vJ .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uyMMGwL4vJ .panel-body {
  padding-bottom: 20px;
}
.cid-uyMMGwL4vJ .panel-text {
  margin-bottom: 20px !important;
  color: #646464;
}
.cid-uyMMGwL4vJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uyMMGwL4vJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uyMMGwL4vJ .panel-title-edit {
  color: #2B2B2B;
}
.cid-uyMKJOEhiG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-uyMKJOEhiG .item {
  margin-bottom: 2rem;
}
.cid-uyMKJOEhiG img {
  width: 100%;
  height: auto;
}
.cid-uyMKJOEhiG a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .cid-uyMKJOEhiG img {
    width: 90%;
  }
}
.cid-uySAnnWkir {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1ebec;
}
.cid-uySAnnWkir .mbr-fallback-image.disabled {
  display: none;
}
.cid-uySAnnWkir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uySAnnWkir .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uySAnnWkir .currentcost {
  color: #232323;
}
.cid-uySAnnWkir .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uySAnnWkir .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uySAnnWkir .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uySAnnWkir .text-box {
    padding: 1rem;
  }
}
.cid-uySAnnWkir .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyQaPo0tQt {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uyQaPo0tQt .article-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin: 60px 0 80px;
}
@media (max-width: 992px) {
  .cid-uyQaPo0tQt .article-wrap {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .cid-uyQaPo0tQt .article-wrap {
    display: block;
    margin: 40px 0 100px;
  }
}
@media (max-width: 375px) {
  .cid-uyQaPo0tQt .article-wrap {
    display: block;
    margin: 20px 0 100px;
  }
}
.cid-uyQaNbMrHl {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background15.jpg");
}
.cid-uyQaNbMrHl .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uyQaNbMrHl .icon-box {
  background: #ffb5b5;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uyQaNbMrHl .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyQaNbMrHl .card {
    margin-bottom: 2rem;
  }
  .cid-uyQaNbMrHl .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uyR2YnoRKG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.cid-uyR2YnoRKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyR2YnoRKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyR2YnoRKG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uyR2YnoRKG .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uyR2YnoRKG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uyR2YnoRKG .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uyR2YnoRKG .container {
    padding: 0 16px;
  }
}
.cid-uyR2YnoRKG .row {
  padding: 60px 64px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uyR2YnoRKG .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uyR2YnoRKG .row {
    padding: 25px 9px;
  }
}
.cid-uyR2YnoRKG .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uyR2YnoRKG .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uyR2YnoRKG .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uyR2YnoRKG .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uyR2YnoRKG .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uyR2YnoRKG .image-wrapper img {
    height: 350px;
  }
}
.cid-uyR2YnoRKG .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uyR2YnoRKG .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uyR2YnoRKG .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uyR2YnoRKG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-uyR2YnoRKG .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uyR2YnoRKG .items-wrapper {
    display: block;
  }
}
.cid-uyR2YnoRKG .items-wrapper .item {
  padding: 50px;
  background-color: #e7f2ed;
  border-radius: .5rem !important;
}
.cid-uyR2YnoRKG .items-wrapper .item:nth-child(2n) {
  background-color: #ecf4f6;
}
@media (max-width: 992px) {
  .cid-uyR2YnoRKG .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uyR2YnoRKG .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uyR2YnoRKG .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-uyR2YnoRKG .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uyR2YnoRKG .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uyR2YnoRKG .card {
  justify-content: center;
}
.cid-uyR2YnoRKG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uyR2YnoRKG .mbr-text {
  color: #000000;
}
.cid-uyR2YnoRKG .card-title {
  color: #000000;
}
.cid-uyR2YnoRKG .card-text {
  color: #000000;
  text-align: center;
}
.cid-uyR2YnoRKG .card-title,
.cid-uyR2YnoRKG .icon-wrapper {
  text-align: center;
}
.cid-uySrRafmIu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1ebec;
  flex-direction: column;
  justify-content: center;
}
.cid-uySrRafmIu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uySrRafmIu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uySrRafmIu .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uySrRafmIu .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uySrRafmIu .container {
    padding: 0 16px;
  }
}
.cid-uySrRafmIu .row {
  justify-content: center;
}
.cid-uySrRafmIu .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uySrRafmIu .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uySrRafmIu .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uySrRafmIu .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #0277c0 !important;
  color: #489fc9 !important;
  border-color: #0277c0 !important;
}
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #40b0bf !important;
  color: #489fc9 !important;
}
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #0277c0 !important;
  color: #489fc9 !important;
}
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #40b0bf !important;
  color: #489fc9 !important;
}
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #489fc9 !important;
  color: #0277c0 !important;
  border-color: #489fc9 !important;
}
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffe161 !important;
  color: #489fc9 !important;
}
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #e29635 !important;
  color: #489fc9 !important;
}
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-uySrRafmIu .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-uySrRafmIu .mbr-desc {
  color: #2299aa;
}
.cid-uySrRafmIu .mbr-section-title {
  color: #000000;
}
.cid-uySrRafmIu .mbr-text {
  color: #000000;
}
.cid-uySrRafmIu .mbr-section-btn {
  text-align: center;
}
.cid-uyRlU429pP {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-uyRlU429pP .card-header {
  background: transparent;
}
.cid-uyRlU429pP .mbr-iconfont {
  font-size: 1.4rem !important;
}
.cid-uyRlU429pP .wrapper {
  background: #f6f3ee;
  padding: 5rem;
}
.cid-uyRlU429pP .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uyRlU429pP .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uyRlU429pP .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uyRlU429pP .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uyRlU429pP .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-uyRlU429pP .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-uyRlU429pP h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #ebd8d1;
  padding: 1rem 1rem;
}
@media (max-width: 992px) {
  .cid-uyRlU429pP .md-pb {
    margin-bottom: 2rem;
  }
  .cid-uyRlU429pP .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyRlU429pP .wrapper {
    padding: 2rem 1rem;
  }
  .cid-uyRlU429pP h5 {
    padding: 1rem 0rem;
  }
}
.cid-uyRlU429pP .mbr-text,
.cid-uyRlU429pP .mbr-section-btn {
  color: #999999;
}
.cid-uyRlU429pP H3 {
  color: #2299aa;
}
.cid-uyRlU429pP H4 {
  color: #d58f76;
}
.cid-uyRlU429pP H5 {
  color: #40b0bf;
}
.cid-uyRlU429pP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyRlU429pP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNm8hrAjhe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-uyRK71XsmW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uyRK71XsmW .text-section-title {
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: left;
  color: #232323;
}
.cid-uyRK71XsmW .text-section-text {
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: left;
  color: #232323;
}
.cid-uyRK71XsmW h4 {
  display: flex;
  letter-spacing: 0.03em;
  -webkit-align-items: center;
  align-items: center;
  color: #000000;
}
.cid-uyRK71XsmW .panel-text {
  letter-spacing: 0.03em;
  color: #333333;
  line-height: 1.7;
}
.cid-uyRK71XsmW .mbr-section-title {
  letter-spacing: 0.1em;
  color: #000000;
}
.cid-uyRK71XsmW .mbr-section-subtitle {
  letter-spacing: 0.03em;
  color: #333333;
}
.cid-uyRK71XsmW .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uyRK71XsmW .panel-group {
  width: 100%;
}
.cid-uyRK71XsmW .content-block {
  -webkit-flex-basis: auto !important;
  flex-basis: auto !important;
}
.cid-uyRK71XsmW .card {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uyRK71XsmW .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uyRK71XsmW .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uyRK71XsmW .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-uyRK71XsmW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uyRK71XsmW .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-uyRK71XsmW .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-uyRK71XsmW .card .panel-body {
  background: #efefef;
}
.cid-uyRK71XsmW .sign {
  color: #000000;
}
.cid-uyRK71XsmW .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uyRK71XsmW .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uyRK71XsmW .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-uyRK71XsmW .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uyRK71XsmW .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-uyRK71XsmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyRK71XsmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyMLa8QOXu {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #e9e9e9;
}
.cid-uyMLa8QOXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyMLa8QOXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyMLa8QOXu .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uyMLa8QOXu .icon-box {
  background: #858484;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uyMLa8QOXu .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyMLa8QOXu .card {
    margin-bottom: 2rem;
  }
  .cid-uyMLa8QOXu .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uyMLa8QOXu .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uyMKzIj2GV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uyMKzIj2GV .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uyMKzIj2GV .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uyMKzIj2GV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uyMKzIj2GV .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uyMKzIj2GV .container {
    padding: 0 16px;
  }
}
.cid-uyMKzIj2GV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uyMKzIj2GV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uyMKzIj2GV .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uyMKzIj2GV .embla__button--next,
.cid-uyMKzIj2GV .embla__button--prev {
  display: flex;
}
.cid-uyMKzIj2GV .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #40b0bf !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uyMKzIj2GV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyMKzIj2GV .embla__button:hover {
  opacity: .7 !important;
}
.cid-uyMKzIj2GV .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uyMKzIj2GV .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uyMKzIj2GV .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-uyMKzIj2GV .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uyMKzIj2GV .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uyMKzIj2GV .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-uyMKzIj2GV .embla {
  position: relative;
  width: 100%;
}
.cid-uyMKzIj2GV .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uyMKzIj2GV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyMKzIj2GV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyMKzIj2GV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uyMKzIj2GV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uySxVbALyM {
  padding-top: 0px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/home-page-contact02a-1200x140502542.jpg");
}
.cid-uySxVbALyM .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uySxVbALyM .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uySxVbALyM .mbr-figure img {
    width: 85% !important;
  }
}
.cid-uz6GDagRsk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uz6GDagRsk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uz6GDagRsk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uz6GDagRsk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uz6GDagRsk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uz6GDagRsk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uARC31zcKz {
  z-index: 1000;
  width: 100%;
}
.cid-uARC31zcKz nav.navbar {
  position: fixed;
}
.cid-uARC31zcKz .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-uARC31zcKz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uARC31zcKz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uARC31zcKz .dropdown-item:hover,
.cid-uARC31zcKz .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uARC31zcKz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uARC31zcKz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uARC31zcKz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uARC31zcKz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uARC31zcKz .nav-link {
  position: relative;
}
.cid-uARC31zcKz .container {
  display: flex;
  margin: auto;
}
.cid-uARC31zcKz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uARC31zcKz .dropdown-menu,
.cid-uARC31zcKz .navbar.opened {
  background: #1d1d1f !important;
}
.cid-uARC31zcKz .nav-item:focus,
.cid-uARC31zcKz .nav-link:focus {
  outline: none;
}
.cid-uARC31zcKz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uARC31zcKz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uARC31zcKz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uARC31zcKz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uARC31zcKz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uARC31zcKz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uARC31zcKz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 29, 31, 0.7);
}
.cid-uARC31zcKz .navbar.opened {
  transition: all 0.3s;
}
.cid-uARC31zcKz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uARC31zcKz .navbar .navbar-logo img {
  width: auto;
}
.cid-uARC31zcKz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uARC31zcKz .navbar.collapsed {
  justify-content: center;
}
.cid-uARC31zcKz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uARC31zcKz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uARC31zcKz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uARC31zcKz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uARC31zcKz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uARC31zcKz .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-uARC31zcKz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uARC31zcKz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uARC31zcKz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uARC31zcKz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uARC31zcKz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uARC31zcKz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uARC31zcKz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uARC31zcKz .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-uARC31zcKz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uARC31zcKz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uARC31zcKz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uARC31zcKz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uARC31zcKz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uARC31zcKz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uARC31zcKz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uARC31zcKz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uARC31zcKz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uARC31zcKz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uARC31zcKz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uARC31zcKz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uARC31zcKz .dropdown-item.active,
.cid-uARC31zcKz .dropdown-item:active {
  background-color: transparent;
}
.cid-uARC31zcKz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uARC31zcKz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uARC31zcKz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uARC31zcKz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1f;
}
.cid-uARC31zcKz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uARC31zcKz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uARC31zcKz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uARC31zcKz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uARC31zcKz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uARC31zcKz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uARC31zcKz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uARC31zcKz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uARC31zcKz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uARC31zcKz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uARC31zcKz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uARC31zcKz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uARC31zcKz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uARC31zcKz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uARC31zcKz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uARC31zcKz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uARC31zcKz .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-uARC31zcKz .navbar {
    height: 70px;
  }
  .cid-uARC31zcKz .navbar.opened {
    height: auto;
  }
  .cid-uARC31zcKz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uARC33iOzt {
  background-image: url("../../../assets/images/shutterstock-2423355971-2000x1334.jpg");
}
.cid-uARC33iOzt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uARC33iOzt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uARC33iOzt .mbr-section-title {
  color: #ffffff;
}
.cid-uARC33iOzt .mbr-text,
.cid-uARC33iOzt .mbr-section-btn {
  color: #ffffff;
}
.cid-uARC354t3L {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uARC354t3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uARC354t3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uARC354t3L .row {
    flex-direction: column-reverse;
  }
  .cid-uARC354t3L .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-uARC354t3L .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uARC354t3L .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uARC354t3L .media-content,
.cid-uARC354t3L .mbr-figure {
  align-self: center;
}
.cid-uARC354t3L .mbr-figure iframe {
  width: 100%;
}
.cid-uARC354t3L .mbr-section-title {
  color: #666565;
}
.cid-uARC34oWmd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f1f1f1;
}
.cid-uARC34oWmd img,
.cid-uARC34oWmd .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uARC34oWmd .item:focus,
.cid-uARC34oWmd span:focus {
  outline: none;
}
.cid-uARC34oWmd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uARC34oWmd .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #489fc9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uARC34oWmd .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uARC34oWmd .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uARC34oWmd .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uARC34oWmd .item-content {
    padding: 1rem 0;
  }
}
.cid-uARC34oWmd .mbr-section-title {
  color: #489fc9;
}
.cid-uARC34oWmd .item-title {
  color: #ffffff;
}
.cid-uARC34oWmd .item-subtitle {
  color: #bec2cf;
}
.cid-uARC34oWmd .mbr-text,
.cid-uARC34oWmd .mbr-section-btn {
  color: #ffffff;
}
.cid-uARC34oWmd .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uARC34oWmd .mbr-section-subtitle {
  text-align: left;
}
.cid-uARC35EYa0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  border: 1px;
  background-color: #ffffff;
}
.cid-uARC35EYa0 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uARC35EYa0 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uARC35EYa0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uARC35EYa0 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uARC35EYa0 .container {
    padding: 0 16px;
  }
}
.cid-uARC35EYa0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uARC35EYa0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uARC35EYa0 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uARC35EYa0 .embla__button--next,
.cid-uARC35EYa0 .embla__button--prev {
  display: flex;
}
.cid-uARC35EYa0 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #40b0bf !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uARC35EYa0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uARC35EYa0 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uARC35EYa0 .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uARC35EYa0 .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uARC35EYa0 .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-uARC35EYa0 .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uARC35EYa0 .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uARC35EYa0 .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-uARC35EYa0 .embla {
  position: relative;
  width: 100%;
}
.cid-uARC35EYa0 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uARC35EYa0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uARC35EYa0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uARC35EYa0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uARC35EYa0 .mbr-section-title {
  color: #666565;
  text-align: center;
}
.cid-uARC36EEnZ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #f1f1f1;
}
.cid-uARC36EEnZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uARC36EEnZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uARC36EEnZ .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uARC36EEnZ .icon-box {
  background: #e29635;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uARC36EEnZ .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uARC36EEnZ .card {
    margin-bottom: 2rem;
  }
  .cid-uARC36EEnZ .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uARC36EEnZ .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uARC33YhG6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #489fc9;
}
.cid-uARC33YhG6 .line {
  background-color: #fafafa;
  color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uARC33YhG6 .section-text {
  padding: 2rem 0;
  color: #ffffff;
  text-align: left;
}
.cid-uARC33YhG6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uARC33YhG6 .inner-container {
    width: 100% !important;
  }
}
.cid-uARC3eNcTB {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uARC3eNcTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uARC3eNcTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uARC3eNcTB .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uARC3eNcTB .item .icon-wrap {
  text-align: center;
}
.cid-uARC3eNcTB .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uARC3eNcTB .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #489fc9;
}
.cid-uARC3eNcTB .item.first:before {
  display: none;
}
.cid-uARC3eNcTB .item.five:before {
  display: none;
}
.cid-uARC3eNcTB .icon-box {
  background: #489fc9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uARC3eNcTB .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uARC3eNcTB .mbr-iconfont {
  color: #40b0bf !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uARC3eNcTB .item:before {
    display: none;
  }
  .cid-uARC3eNcTB .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uARC3eNcTB .mbr-text,
.cid-uARC3eNcTB .mbr-section-btn {
  text-align: left;
}
.cid-uARC37nPg4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #489fc9;
}
.cid-uARC37nPg4 .line {
  background-color: #fafafa;
  color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uARC37nPg4 .section-text {
  padding: 2rem 0;
  color: #ffffff;
  text-align: left;
}
.cid-uARC37nPg4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uARC37nPg4 .inner-container {
    width: 100% !important;
  }
}
.cid-uARC37Zb1T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uARC37Zb1T .arrow {
  position: absolute;
  font-size: 1.5rem;
  color: #efefef;
  top: 1rem;
  transition: all 0.3s;
  right: 1.3rem;
  transform: rotate(-30deg);
}
.cid-uARC37Zb1T .card {
  padding: 0;
  margin-right: -2px;
  margin-top: -2px;
}
.cid-uARC37Zb1T .card:hover .arrow {
  transform: rotate(330deg);
}
.cid-uARC37Zb1T .main-sub-title {
  background: #fafafa;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uARC37Zb1T .card-title {
  transition: all 0.3s;
}
.cid-uARC37Zb1T .mbr-iconfont {
  font-size: 5rem;
  color: #489fc9;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uARC37Zb1T .card-text {
  color: #616161;
}
.cid-uARC37Zb1T .main-text {
  color: #353535;
}
.cid-uARC37Zb1T .main-sub-title,
.cid-uARC37Zb1T .align-wrapper {
  color: #858484;
}
.cid-uARC37Zb1T .card-title,
.cid-uARC37Zb1T .card-text,
.cid-uARC37Zb1T .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uARC37Zb1T .card-wrapper {
  display: flex;
  padding: 3rem 2rem;
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #efefef;
  flex-direction: column;
}
.cid-uARC37Zb1T .card-wrapper:hover {
  background: #42424c;
  border-color: #42424c;
}
.cid-uARC37Zb1T .card-wrapper:hover .card-title,
.cid-uARC37Zb1T .card-wrapper:hover .card-text,
.cid-uARC37Zb1T .card-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uARC37Zb1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uARC37Zb1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uARC3crRtL {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f1f1f1;
}
.cid-uARC3crRtL .mbr-section-subtitle {
  color: #353535;
  font-weight: 300;
}
.cid-uARC3crRtL .mbr-content-text {
  color: #767676;
}
.cid-uARC3crRtL .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uARC3crRtL .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-uARC3crRtL .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uARC3crRtL .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uARC3crRtL .media-block {
    padding-right: 2rem;
  }
}
.cid-uARC3crRtL .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uARC3crRtL .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uARC3crRtL .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uARC3crRtL .mbr-section-title {
  color: #e29635;
}
.cid-uARC3crRtL .count {
  color: #fafafa;
  margin-left: 10px;
}
.cid-uARC3crRtL H4 {
  color: #666565;
}
.cid-uARC3crRtL H3 {
  color: #e29635;
}
.cid-uARC3egjTd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #489fc9;
}
.cid-uARC3egjTd .line {
  background-color: #fafafa;
  color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uARC3egjTd .section-text {
  padding: 2rem 0;
  color: #ffffff;
  text-align: left;
}
.cid-uARC3egjTd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uARC3egjTd .inner-container {
    width: 100% !important;
  }
}
.cid-uARC3giZ5U {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uARC3giZ5U .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-uARC3giZ5U .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-uARC3giZ5U .item-title {
  color: #333f3e;
}
.cid-uARC3giZ5U .subtitle-text {
  color: #6c7577;
}
.cid-uARC3giZ5U .item-box {
  display: flex;
}
.cid-uARC3giZ5U .num {
  color: #489fc9;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-uARC3giZ5U .item-text {
  color: #6c7577;
}
.cid-uARC3giZ5U .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uARC3giZ5U .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-uARC3giZ5U .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uARC3giZ5U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uARC3giZ5U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
}
.cid-uARC3hB2vl {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #a2c3ca;
}
.cid-uARC3hB2vl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uARC3hB2vl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uARC3hB2vl .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #40b0bf;
  margin-left: 1rem;
}
.cid-uARC3hB2vl .panel-group {
  border: none;
}
.cid-uARC3hB2vl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uARC3hB2vl .panel-body,
.cid-uARC3hB2vl .card-header {
  padding: 1rem 0;
}
.cid-uARC3hB2vl .panel-title-edit {
  color: #666565;
}
.cid-uARC3hB2vl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uARC3hB2vl H3 {
  color: #489fc9;
}
.cid-uARC3kALqA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uARC3kALqA .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uARC3kALqA .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uARC3kALqA .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uARC3kALqA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uARC3kALqA .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uARC3kALqA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uARC3kALqA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uARC3kALqA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uARC3kALqA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uARC3kALqA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uARC3kALqA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uyMT3snrfl {
  z-index: 1000;
  width: 100%;
}
.cid-uyMT3snrfl nav.navbar {
  position: fixed;
}
.cid-uyMT3snrfl .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-uyMT3snrfl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyMT3snrfl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyMT3snrfl .dropdown-item:hover,
.cid-uyMT3snrfl .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-uyMT3snrfl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyMT3snrfl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyMT3snrfl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyMT3snrfl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyMT3snrfl .nav-link {
  position: relative;
}
.cid-uyMT3snrfl .container {
  display: flex;
  margin: auto;
}
.cid-uyMT3snrfl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyMT3snrfl .dropdown-menu,
.cid-uyMT3snrfl .navbar.opened {
  background: #1d1d1f !important;
}
.cid-uyMT3snrfl .nav-item:focus,
.cid-uyMT3snrfl .nav-link:focus {
  outline: none;
}
.cid-uyMT3snrfl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyMT3snrfl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyMT3snrfl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyMT3snrfl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyMT3snrfl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyMT3snrfl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyMT3snrfl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 29, 31, 0.7);
}
.cid-uyMT3snrfl .navbar.opened {
  transition: all 0.3s;
}
.cid-uyMT3snrfl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyMT3snrfl .navbar .navbar-logo img {
  width: auto;
}
.cid-uyMT3snrfl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyMT3snrfl .navbar.collapsed {
  justify-content: center;
}
.cid-uyMT3snrfl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyMT3snrfl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyMT3snrfl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uyMT3snrfl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyMT3snrfl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyMT3snrfl .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-uyMT3snrfl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyMT3snrfl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyMT3snrfl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyMT3snrfl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyMT3snrfl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyMT3snrfl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyMT3snrfl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyMT3snrfl .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-uyMT3snrfl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyMT3snrfl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyMT3snrfl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyMT3snrfl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyMT3snrfl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyMT3snrfl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyMT3snrfl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyMT3snrfl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyMT3snrfl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyMT3snrfl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyMT3snrfl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyMT3snrfl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyMT3snrfl .dropdown-item.active,
.cid-uyMT3snrfl .dropdown-item:active {
  background-color: transparent;
}
.cid-uyMT3snrfl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyMT3snrfl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyMT3snrfl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyMT3snrfl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1f;
}
.cid-uyMT3snrfl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyMT3snrfl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyMT3snrfl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyMT3snrfl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyMT3snrfl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyMT3snrfl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uyMT3snrfl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyMT3snrfl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyMT3snrfl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyMT3snrfl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyMT3snrfl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyMT3snrfl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyMT3snrfl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyMT3snrfl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyMT3snrfl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyMT3snrfl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyMT3snrfl .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-uyMT3snrfl .navbar {
    height: 70px;
  }
  .cid-uyMT3snrfl .navbar.opened {
    height: auto;
  }
  .cid-uyMT3snrfl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyMTlp5lo8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-uyMTlp5lo8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyMTlp5lo8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyMTlp5lo8 .mbr-section-title {
  color: #ffffff;
}
.cid-uGhlYJ0mLe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uGhlYJ0mLe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGhlYJ0mLe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGhlYJ0mLe .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uGhlYJ0mLe .col-title {
    margin-bottom: 40px;
  }
}
.cid-uGhlYJ0mLe .mbr-section-title {
  color: #0277c0;
}
@media (max-width: 991px) {
  .cid-uGhlYJ0mLe .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uGhlYJ0mLe .mbr-section-subtitle {
  color: #666565;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-uGhlYJ0mLe .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uGhlYJ0mLe .accordion-row {
    margin: 0 -10px !important;
  }
}
.cid-uGhlYJ0mLe .accordion-title-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uGhlYJ0mLe .accordion-title-container {
    display: none;
  }
}
.cid-uGhlYJ0mLe .accordion-title {
  padding: 0 20px;
  width: 50%;
  color: #353535;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uGhlYJ0mLe .accordion-title {
    padding: 0 10px;
  }
}
.cid-uGhlYJ0mLe .panel-group {
  display: flex;
  flex-wrap: wrap;
  border: none;
  padding: 0 !important;
}
.cid-uGhlYJ0mLe .card {
  width: 50%;
  padding: 0 20px !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uGhlYJ0mLe .card {
    padding: 0 10px !important;
  }
}
@media (max-width: 991px) {
  .cid-uGhlYJ0mLe .card {
    width: 100%;
  }
}
.cid-uGhlYJ0mLe .card-border {
  height: 2px;
  width: 100%;
  background-color: #dfdfd8;
  margin-top: auto;
}
.cid-uGhlYJ0mLe .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uGhlYJ0mLe .card-border-top2 {
    display: none;
  }
}
.cid-uGhlYJ0mLe .mbr-iconfont {
  font-size: 24px !important;
  color: #ffffff;
  margin-left: 1rem;
  padding: 8px;
  background-color: #0277c0;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-uGhlYJ0mLe .card-header {
  border-bottom: none !important;
  padding: 15px 0 !important;
}
.cid-uGhlYJ0mLe .card-header:hover .mbr-iconfont {
  background-color: #cecec1 !important;
}
.cid-uGhlYJ0mLe .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uGhlYJ0mLe .panel-body {
  padding-bottom: 20px;
}
.cid-uGhlYJ0mLe .panel-text {
  margin-bottom: 20px !important;
  color: #646464;
}
.cid-uGhlYJ0mLe .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGhlYJ0mLe .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uGhlYJ0mLe .panel-title-edit {
  color: #2B2B2B;
}
.cid-uEkbS5Hto8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEkbS5Hto8 .arrow {
  position: absolute;
  font-size: 1.5rem;
  color: #efefef;
  top: 1rem;
  transition: all 0.3s;
  right: 1.3rem;
  transform: rotate(-30deg);
}
.cid-uEkbS5Hto8 .card {
  padding: 0;
  margin-right: -2px;
  margin-top: -2px;
}
.cid-uEkbS5Hto8 .card:hover .arrow {
  transform: rotate(330deg);
}
.cid-uEkbS5Hto8 .main-sub-title {
  background: #fafafa;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uEkbS5Hto8 .card-title {
  transition: all 0.3s;
}
.cid-uEkbS5Hto8 .mbr-iconfont {
  font-size: 5rem;
  color: #489fc9;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uEkbS5Hto8 .card-text {
  color: #616161;
}
.cid-uEkbS5Hto8 .main-text {
  color: #353535;
}
.cid-uEkbS5Hto8 .main-sub-title,
.cid-uEkbS5Hto8 .align-wrapper {
  color: #858484;
}
.cid-uEkbS5Hto8 .card-title,
.cid-uEkbS5Hto8 .card-text,
.cid-uEkbS5Hto8 .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uEkbS5Hto8 .card-wrapper {
  display: flex;
  padding: 3rem 2rem;
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #efefef;
  flex-direction: column;
}
.cid-uEkbS5Hto8 .card-wrapper:hover {
  background: #42424c;
  border-color: #42424c;
}
.cid-uEkbS5Hto8 .card-wrapper:hover .card-title,
.cid-uEkbS5Hto8 .card-wrapper:hover .card-text,
.cid-uEkbS5Hto8 .card-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uEkbS5Hto8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEkbS5Hto8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzaeoGYgOM {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uzaeoGYgOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzaeoGYgOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzaeqeNlwl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #666565;
}
.cid-uzaeqeNlwl img,
.cid-uzaeqeNlwl .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzaeqeNlwl .item:focus,
.cid-uzaeqeNlwl span:focus {
  outline: none;
}
.cid-uzaeqeNlwl .item-wrapper {
  position: relative;
}
.cid-uzaeqeNlwl .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzaeqeNlwl .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzaeqeNlwl .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uzaeqeNlwl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzaeqeNlwl .mbr-section-title {
  color: #ffffff;
}
.cid-uzaeqeNlwl .mbr-text,
.cid-uzaeqeNlwl .mbr-section-btn {
  text-align: left;
}
.cid-uzaeqeNlwl .item-title {
  text-align: left;
}
.cid-uzaeqeNlwl .item-subtitle {
  text-align: left;
}
.cid-uzaeqeNlwl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uzaeqeNlwl .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uzaeqeNlwl .embla__button--next,
.cid-uzaeqeNlwl .embla__button--prev {
  display: flex;
}
.cid-uzaeqeNlwl .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzaeqeNlwl .embla__button {
    display: none;
  }
}
.cid-uzaeqeNlwl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzaeqeNlwl .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uzaeqeNlwl .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzaeqeNlwl .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzaeqeNlwl .embla__button {
    top: auto;
  }
}
.cid-uzaeqeNlwl .embla {
  position: relative;
  width: 100%;
}
.cid-uzaeqeNlwl .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzaeqeNlwl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzaeqeNlwl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzaeqeNlwl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzaeqeNlwl .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uzaerxJ2cF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uzaerxJ2cF img,
.cid-uzaerxJ2cF .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzaerxJ2cF .item:focus,
.cid-uzaerxJ2cF span:focus {
  outline: none;
}
.cid-uzaerxJ2cF .item-wrapper {
  position: relative;
}
.cid-uzaerxJ2cF .slide-content {
  position: relative;
  border-radius: 4px;
  background: #666565;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzaerxJ2cF .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzaerxJ2cF .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uzaerxJ2cF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzaerxJ2cF .mbr-section-title {
  color: #666565;
}
.cid-uzaerxJ2cF .mbr-text,
.cid-uzaerxJ2cF .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-uzaerxJ2cF .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uzaerxJ2cF .item-subtitle {
  text-align: left;
}
.cid-uzaerxJ2cF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uzaerxJ2cF .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uzaerxJ2cF .embla__button--next,
.cid-uzaerxJ2cF .embla__button--prev {
  display: flex;
}
.cid-uzaerxJ2cF .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzaerxJ2cF .embla__button {
    display: none;
  }
}
.cid-uzaerxJ2cF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzaerxJ2cF .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uzaerxJ2cF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzaerxJ2cF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzaerxJ2cF .embla__button {
    top: auto;
  }
}
.cid-uzaerxJ2cF .embla {
  position: relative;
  width: 100%;
}
.cid-uzaerxJ2cF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzaerxJ2cF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzaerxJ2cF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzaerxJ2cF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzaerxJ2cF .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
}
.cid-uzaeFLjAHC {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uzaeFLjAHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzaeFLjAHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzaeGRSXgT {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #489fc9;
}
.cid-uzaeGRSXgT img,
.cid-uzaeGRSXgT .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzaeGRSXgT .item:focus,
.cid-uzaeGRSXgT span:focus {
  outline: none;
}
.cid-uzaeGRSXgT .item-wrapper {
  position: relative;
}
.cid-uzaeGRSXgT .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzaeGRSXgT .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzaeGRSXgT .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uzaeGRSXgT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzaeGRSXgT .mbr-section-title {
  color: #232323;
}
.cid-uzaeGRSXgT .mbr-text,
.cid-uzaeGRSXgT .mbr-section-btn {
  text-align: left;
}
.cid-uzaeGRSXgT .item-title {
  text-align: left;
}
.cid-uzaeGRSXgT .item-subtitle {
  text-align: left;
}
.cid-uzaeGRSXgT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uzaeGRSXgT .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uzaeGRSXgT .embla__button--next,
.cid-uzaeGRSXgT .embla__button--prev {
  display: flex;
}
.cid-uzaeGRSXgT .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzaeGRSXgT .embla__button {
    display: none;
  }
}
.cid-uzaeGRSXgT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzaeGRSXgT .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uzaeGRSXgT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzaeGRSXgT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzaeGRSXgT .embla__button {
    top: auto;
  }
}
.cid-uzaeGRSXgT .embla {
  position: relative;
  width: 100%;
}
.cid-uzaeGRSXgT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzaeGRSXgT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzaeGRSXgT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzaeGRSXgT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzaeGRSXgT .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
}
.cid-uzaeHUASpr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #666565;
}
.cid-uzaeHUASpr img,
.cid-uzaeHUASpr .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzaeHUASpr .item:focus,
.cid-uzaeHUASpr span:focus {
  outline: none;
}
.cid-uzaeHUASpr .item-wrapper {
  position: relative;
}
.cid-uzaeHUASpr .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzaeHUASpr .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzaeHUASpr .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uzaeHUASpr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzaeHUASpr .mbr-section-title {
  color: #ffffff;
}
.cid-uzaeHUASpr .mbr-text,
.cid-uzaeHUASpr .mbr-section-btn {
  text-align: left;
}
.cid-uzaeHUASpr .item-title {
  text-align: left;
}
.cid-uzaeHUASpr .item-subtitle {
  text-align: left;
}
.cid-uzaeHUASpr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uzaeHUASpr .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uzaeHUASpr .embla__button--next,
.cid-uzaeHUASpr .embla__button--prev {
  display: flex;
}
.cid-uzaeHUASpr .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzaeHUASpr .embla__button {
    display: none;
  }
}
.cid-uzaeHUASpr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzaeHUASpr .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uzaeHUASpr .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzaeHUASpr .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzaeHUASpr .embla__button {
    top: auto;
  }
}
.cid-uzaeHUASpr .embla {
  position: relative;
  width: 100%;
}
.cid-uzaeHUASpr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzaeHUASpr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzaeHUASpr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzaeHUASpr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzaeHUASpr .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uzaeQTMcNH {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uzaeQTMcNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzaeQTMcNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzaeS0qnmD {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #489fc9;
}
.cid-uzaeS0qnmD img,
.cid-uzaeS0qnmD .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzaeS0qnmD .item:focus,
.cid-uzaeS0qnmD span:focus {
  outline: none;
}
.cid-uzaeS0qnmD .item-wrapper {
  position: relative;
}
.cid-uzaeS0qnmD .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzaeS0qnmD .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzaeS0qnmD .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uzaeS0qnmD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzaeS0qnmD .mbr-section-title {
  color: #ffffff;
}
.cid-uzaeS0qnmD .mbr-text,
.cid-uzaeS0qnmD .mbr-section-btn {
  text-align: left;
}
.cid-uzaeS0qnmD .item-title {
  text-align: left;
}
.cid-uzaeS0qnmD .item-subtitle {
  text-align: left;
}
.cid-uzaeS0qnmD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uzaeS0qnmD .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uzaeS0qnmD .embla__button--next,
.cid-uzaeS0qnmD .embla__button--prev {
  display: flex;
}
.cid-uzaeS0qnmD .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzaeS0qnmD .embla__button {
    display: none;
  }
}
.cid-uzaeS0qnmD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzaeS0qnmD .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uzaeS0qnmD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzaeS0qnmD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzaeS0qnmD .embla__button {
    top: auto;
  }
}
.cid-uzaeS0qnmD .embla {
  position: relative;
  width: 100%;
}
.cid-uzaeS0qnmD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzaeS0qnmD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzaeS0qnmD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzaeS0qnmD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzaeS0qnmD .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uzaeTl2uYR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #666565;
}
.cid-uzaeTl2uYR img,
.cid-uzaeTl2uYR .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzaeTl2uYR .item:focus,
.cid-uzaeTl2uYR span:focus {
  outline: none;
}
.cid-uzaeTl2uYR .item-wrapper {
  position: relative;
}
.cid-uzaeTl2uYR .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzaeTl2uYR .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzaeTl2uYR .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uzaeTl2uYR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzaeTl2uYR .mbr-section-title {
  color: #ffffff;
}
.cid-uzaeTl2uYR .mbr-text,
.cid-uzaeTl2uYR .mbr-section-btn {
  text-align: left;
}
.cid-uzaeTl2uYR .item-title {
  text-align: left;
}
.cid-uzaeTl2uYR .item-subtitle {
  text-align: left;
}
.cid-uzaeTl2uYR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uzaeTl2uYR .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uzaeTl2uYR .embla__button--next,
.cid-uzaeTl2uYR .embla__button--prev {
  display: flex;
}
.cid-uzaeTl2uYR .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzaeTl2uYR .embla__button {
    display: none;
  }
}
.cid-uzaeTl2uYR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzaeTl2uYR .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uzaeTl2uYR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzaeTl2uYR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzaeTl2uYR .embla__button {
    top: auto;
  }
}
.cid-uzaeTl2uYR .embla {
  position: relative;
  width: 100%;
}
.cid-uzaeTl2uYR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzaeTl2uYR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzaeTl2uYR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzaeTl2uYR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzaeTl2uYR .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uzaeVaMtSh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #489fc9;
}
.cid-uzaeVaMtSh img,
.cid-uzaeVaMtSh .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzaeVaMtSh .item:focus,
.cid-uzaeVaMtSh span:focus {
  outline: none;
}
.cid-uzaeVaMtSh .item-wrapper {
  position: relative;
}
.cid-uzaeVaMtSh .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzaeVaMtSh .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzaeVaMtSh .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uzaeVaMtSh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzaeVaMtSh .mbr-section-title {
  color: #ffffff;
}
.cid-uzaeVaMtSh .mbr-text,
.cid-uzaeVaMtSh .mbr-section-btn {
  text-align: left;
}
.cid-uzaeVaMtSh .item-title {
  text-align: left;
}
.cid-uzaeVaMtSh .item-subtitle {
  text-align: left;
}
.cid-uzaeVaMtSh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uzaeVaMtSh .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uzaeVaMtSh .embla__button--next,
.cid-uzaeVaMtSh .embla__button--prev {
  display: flex;
}
.cid-uzaeVaMtSh .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzaeVaMtSh .embla__button {
    display: none;
  }
}
.cid-uzaeVaMtSh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzaeVaMtSh .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uzaeVaMtSh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzaeVaMtSh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzaeVaMtSh .embla__button {
    top: auto;
  }
}
.cid-uzaeVaMtSh .embla {
  position: relative;
  width: 100%;
}
.cid-uzaeVaMtSh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzaeVaMtSh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzaeVaMtSh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzaeVaMtSh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzaeVaMtSh .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uzaeW29K7f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #666565;
}
.cid-uzaeW29K7f img,
.cid-uzaeW29K7f .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzaeW29K7f .item:focus,
.cid-uzaeW29K7f span:focus {
  outline: none;
}
.cid-uzaeW29K7f .item-wrapper {
  position: relative;
}
.cid-uzaeW29K7f .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzaeW29K7f .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzaeW29K7f .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uzaeW29K7f .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzaeW29K7f .mbr-section-title {
  color: #ffffff;
}
.cid-uzaeW29K7f .mbr-text,
.cid-uzaeW29K7f .mbr-section-btn {
  text-align: left;
}
.cid-uzaeW29K7f .item-title {
  text-align: left;
}
.cid-uzaeW29K7f .item-subtitle {
  text-align: left;
}
.cid-uzaeW29K7f .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uzaeW29K7f .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uzaeW29K7f .embla__button--next,
.cid-uzaeW29K7f .embla__button--prev {
  display: flex;
}
.cid-uzaeW29K7f .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzaeW29K7f .embla__button {
    display: none;
  }
}
.cid-uzaeW29K7f .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzaeW29K7f .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uzaeW29K7f .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzaeW29K7f .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzaeW29K7f .embla__button {
    top: auto;
  }
}
.cid-uzaeW29K7f .embla {
  position: relative;
  width: 100%;
}
.cid-uzaeW29K7f .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzaeW29K7f .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzaeW29K7f .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzaeW29K7f .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzaeW29K7f .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uzafdaMXEg {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uzafdaMXEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzafdaMXEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzagMBrwbi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #489fc9;
}
.cid-uzagMBrwbi img,
.cid-uzagMBrwbi .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzagMBrwbi .item:focus,
.cid-uzagMBrwbi span:focus {
  outline: none;
}
.cid-uzagMBrwbi .item-wrapper {
  position: relative;
}
.cid-uzagMBrwbi .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzagMBrwbi .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzagMBrwbi .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uzagMBrwbi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzagMBrwbi .mbr-section-title {
  color: #ffffff;
}
.cid-uzagMBrwbi .mbr-text,
.cid-uzagMBrwbi .mbr-section-btn {
  text-align: left;
}
.cid-uzagMBrwbi .item-title {
  text-align: left;
}
.cid-uzagMBrwbi .item-subtitle {
  text-align: left;
}
.cid-uzagMBrwbi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uzagMBrwbi .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uzagMBrwbi .embla__button--next,
.cid-uzagMBrwbi .embla__button--prev {
  display: flex;
}
.cid-uzagMBrwbi .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzagMBrwbi .embla__button {
    display: none;
  }
}
.cid-uzagMBrwbi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzagMBrwbi .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uzagMBrwbi .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzagMBrwbi .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzagMBrwbi .embla__button {
    top: auto;
  }
}
.cid-uzagMBrwbi .embla {
  position: relative;
  width: 100%;
}
.cid-uzagMBrwbi .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzagMBrwbi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzagMBrwbi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzagMBrwbi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzagMBrwbi .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uzagNI6sxx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #666565;
}
.cid-uzagNI6sxx img,
.cid-uzagNI6sxx .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzagNI6sxx .item:focus,
.cid-uzagNI6sxx span:focus {
  outline: none;
}
.cid-uzagNI6sxx .item-wrapper {
  position: relative;
}
.cid-uzagNI6sxx .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzagNI6sxx .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzagNI6sxx .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uzagNI6sxx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzagNI6sxx .mbr-section-title {
  color: #ffffff;
}
.cid-uzagNI6sxx .mbr-text,
.cid-uzagNI6sxx .mbr-section-btn {
  text-align: left;
}
.cid-uzagNI6sxx .item-title {
  text-align: left;
}
.cid-uzagNI6sxx .item-subtitle {
  text-align: left;
}
.cid-uzagNI6sxx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uzagNI6sxx .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uzagNI6sxx .embla__button--next,
.cid-uzagNI6sxx .embla__button--prev {
  display: flex;
}
.cid-uzagNI6sxx .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzagNI6sxx .embla__button {
    display: none;
  }
}
.cid-uzagNI6sxx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzagNI6sxx .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uzagNI6sxx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzagNI6sxx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzagNI6sxx .embla__button {
    top: auto;
  }
}
.cid-uzagNI6sxx .embla {
  position: relative;
  width: 100%;
}
.cid-uzagNI6sxx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzagNI6sxx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzagNI6sxx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzagNI6sxx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzagNI6sxx .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uzagOryno9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #489fc9;
}
.cid-uzagOryno9 img,
.cid-uzagOryno9 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzagOryno9 .item:focus,
.cid-uzagOryno9 span:focus {
  outline: none;
}
.cid-uzagOryno9 .item-wrapper {
  position: relative;
}
.cid-uzagOryno9 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzagOryno9 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzagOryno9 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uzagOryno9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzagOryno9 .mbr-section-title {
  color: #ffffff;
}
.cid-uzagOryno9 .mbr-text,
.cid-uzagOryno9 .mbr-section-btn {
  text-align: left;
}
.cid-uzagOryno9 .item-title {
  text-align: left;
}
.cid-uzagOryno9 .item-subtitle {
  text-align: left;
}
.cid-uzagOryno9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uzagOryno9 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uzagOryno9 .embla__button--next,
.cid-uzagOryno9 .embla__button--prev {
  display: flex;
}
.cid-uzagOryno9 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzagOryno9 .embla__button {
    display: none;
  }
}
.cid-uzagOryno9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzagOryno9 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uzagOryno9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzagOryno9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzagOryno9 .embla__button {
    top: auto;
  }
}
.cid-uzagOryno9 .embla {
  position: relative;
  width: 100%;
}
.cid-uzagOryno9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzagOryno9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzagOryno9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzagOryno9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzagOryno9 .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uzagQg9wR9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #666565;
}
.cid-uzagQg9wR9 img,
.cid-uzagQg9wR9 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzagQg9wR9 .item:focus,
.cid-uzagQg9wR9 span:focus {
  outline: none;
}
.cid-uzagQg9wR9 .item-wrapper {
  position: relative;
}
.cid-uzagQg9wR9 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzagQg9wR9 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzagQg9wR9 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uzagQg9wR9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzagQg9wR9 .mbr-section-title {
  color: #ffffff;
}
.cid-uzagQg9wR9 .mbr-text,
.cid-uzagQg9wR9 .mbr-section-btn {
  text-align: left;
}
.cid-uzagQg9wR9 .item-title {
  text-align: left;
}
.cid-uzagQg9wR9 .item-subtitle {
  text-align: left;
}
.cid-uzagQg9wR9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uzagQg9wR9 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uzagQg9wR9 .embla__button--next,
.cid-uzagQg9wR9 .embla__button--prev {
  display: flex;
}
.cid-uzagQg9wR9 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzagQg9wR9 .embla__button {
    display: none;
  }
}
.cid-uzagQg9wR9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzagQg9wR9 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uzagQg9wR9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzagQg9wR9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzagQg9wR9 .embla__button {
    top: auto;
  }
}
.cid-uzagQg9wR9 .embla {
  position: relative;
  width: 100%;
}
.cid-uzagQg9wR9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzagQg9wR9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzagQg9wR9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzagQg9wR9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzagQg9wR9 .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uzcmNAPzj8 {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uzcmNAPzj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzcmNAPzj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzcmwk35mq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #489fc9;
}
.cid-uzcmwk35mq img,
.cid-uzcmwk35mq .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzcmwk35mq .item:focus,
.cid-uzcmwk35mq span:focus {
  outline: none;
}
.cid-uzcmwk35mq .item-wrapper {
  position: relative;
}
.cid-uzcmwk35mq .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzcmwk35mq .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzcmwk35mq .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uzcmwk35mq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzcmwk35mq .mbr-section-title {
  color: #ffffff;
}
.cid-uzcmwk35mq .mbr-text,
.cid-uzcmwk35mq .mbr-section-btn {
  text-align: left;
}
.cid-uzcmwk35mq .item-title {
  text-align: left;
}
.cid-uzcmwk35mq .item-subtitle {
  text-align: left;
}
.cid-uzcmwk35mq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uzcmwk35mq .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uzcmwk35mq .embla__button--next,
.cid-uzcmwk35mq .embla__button--prev {
  display: flex;
}
.cid-uzcmwk35mq .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzcmwk35mq .embla__button {
    display: none;
  }
}
.cid-uzcmwk35mq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzcmwk35mq .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uzcmwk35mq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzcmwk35mq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzcmwk35mq .embla__button {
    top: auto;
  }
}
.cid-uzcmwk35mq .embla {
  position: relative;
  width: 100%;
}
.cid-uzcmwk35mq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzcmwk35mq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzcmwk35mq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzcmwk35mq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzcmwk35mq .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uzcmx1eFU0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9b9a9a;
}
.cid-uzcmx1eFU0 img,
.cid-uzcmx1eFU0 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzcmx1eFU0 .item:focus,
.cid-uzcmx1eFU0 span:focus {
  outline: none;
}
.cid-uzcmx1eFU0 .item-wrapper {
  position: relative;
}
.cid-uzcmx1eFU0 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzcmx1eFU0 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzcmx1eFU0 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uzcmx1eFU0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzcmx1eFU0 .mbr-section-title {
  color: #ffffff;
}
.cid-uzcmx1eFU0 .mbr-text,
.cid-uzcmx1eFU0 .mbr-section-btn {
  text-align: left;
}
.cid-uzcmx1eFU0 .item-title {
  text-align: left;
}
.cid-uzcmx1eFU0 .item-subtitle {
  text-align: left;
}
.cid-uzcmx1eFU0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uzcmx1eFU0 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uzcmx1eFU0 .embla__button--next,
.cid-uzcmx1eFU0 .embla__button--prev {
  display: flex;
}
.cid-uzcmx1eFU0 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzcmx1eFU0 .embla__button {
    display: none;
  }
}
.cid-uzcmx1eFU0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzcmx1eFU0 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uzcmx1eFU0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzcmx1eFU0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzcmx1eFU0 .embla__button {
    top: auto;
  }
}
.cid-uzcmx1eFU0 .embla {
  position: relative;
  width: 100%;
}
.cid-uzcmx1eFU0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzcmx1eFU0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzcmx1eFU0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzcmx1eFU0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzcmx1eFU0 .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uzcmxKYoqx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #489fc9;
}
.cid-uzcmxKYoqx img,
.cid-uzcmxKYoqx .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzcmxKYoqx .item:focus,
.cid-uzcmxKYoqx span:focus {
  outline: none;
}
.cid-uzcmxKYoqx .item-wrapper {
  position: relative;
}
.cid-uzcmxKYoqx .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzcmxKYoqx .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzcmxKYoqx .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uzcmxKYoqx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzcmxKYoqx .mbr-section-title {
  color: #ffffff;
}
.cid-uzcmxKYoqx .mbr-text,
.cid-uzcmxKYoqx .mbr-section-btn {
  text-align: left;
}
.cid-uzcmxKYoqx .item-title {
  text-align: left;
}
.cid-uzcmxKYoqx .item-subtitle {
  text-align: left;
}
.cid-uzcmxKYoqx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uzcmxKYoqx .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uzcmxKYoqx .embla__button--next,
.cid-uzcmxKYoqx .embla__button--prev {
  display: flex;
}
.cid-uzcmxKYoqx .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzcmxKYoqx .embla__button {
    display: none;
  }
}
.cid-uzcmxKYoqx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzcmxKYoqx .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uzcmxKYoqx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzcmxKYoqx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzcmxKYoqx .embla__button {
    top: auto;
  }
}
.cid-uzcmxKYoqx .embla {
  position: relative;
  width: 100%;
}
.cid-uzcmxKYoqx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzcmxKYoqx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzcmxKYoqx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzcmxKYoqx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzcmxKYoqx .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uzcmyHyRJt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9b9a9a;
}
.cid-uzcmyHyRJt img,
.cid-uzcmyHyRJt .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzcmyHyRJt .item:focus,
.cid-uzcmyHyRJt span:focus {
  outline: none;
}
.cid-uzcmyHyRJt .item-wrapper {
  position: relative;
}
.cid-uzcmyHyRJt .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzcmyHyRJt .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzcmyHyRJt .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uzcmyHyRJt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzcmyHyRJt .mbr-section-title {
  color: #ffffff;
}
.cid-uzcmyHyRJt .mbr-text,
.cid-uzcmyHyRJt .mbr-section-btn {
  text-align: left;
}
.cid-uzcmyHyRJt .item-title {
  text-align: left;
}
.cid-uzcmyHyRJt .item-subtitle {
  text-align: left;
}
.cid-uzcmyHyRJt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uzcmyHyRJt .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uzcmyHyRJt .embla__button--next,
.cid-uzcmyHyRJt .embla__button--prev {
  display: flex;
}
.cid-uzcmyHyRJt .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzcmyHyRJt .embla__button {
    display: none;
  }
}
.cid-uzcmyHyRJt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzcmyHyRJt .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uzcmyHyRJt .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzcmyHyRJt .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzcmyHyRJt .embla__button {
    top: auto;
  }
}
.cid-uzcmyHyRJt .embla {
  position: relative;
  width: 100%;
}
.cid-uzcmyHyRJt .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzcmyHyRJt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzcmyHyRJt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzcmyHyRJt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzcmyHyRJt .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uzagPfS0k4 {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uzagPfS0k4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzagPfS0k4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzahOS4BCe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #489fc9;
}
.cid-uzahOS4BCe img,
.cid-uzahOS4BCe .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzahOS4BCe .item:focus,
.cid-uzahOS4BCe span:focus {
  outline: none;
}
.cid-uzahOS4BCe .item-wrapper {
  position: relative;
}
.cid-uzahOS4BCe .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e1ebec;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzahOS4BCe .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzahOS4BCe .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uzahOS4BCe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzahOS4BCe .mbr-section-title {
  color: #ffffff;
}
.cid-uzahOS4BCe .mbr-text,
.cid-uzahOS4BCe .mbr-section-btn {
  text-align: left;
}
.cid-uzahOS4BCe .item-title {
  text-align: left;
}
.cid-uzahOS4BCe .item-subtitle {
  text-align: left;
}
.cid-uzahOS4BCe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uzahOS4BCe .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uzahOS4BCe .embla__button--next,
.cid-uzahOS4BCe .embla__button--prev {
  display: flex;
}
.cid-uzahOS4BCe .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzahOS4BCe .embla__button {
    display: none;
  }
}
.cid-uzahOS4BCe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzahOS4BCe .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uzahOS4BCe .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzahOS4BCe .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzahOS4BCe .embla__button {
    top: auto;
  }
}
.cid-uzahOS4BCe .embla {
  position: relative;
  width: 100%;
}
.cid-uzahOS4BCe .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzahOS4BCe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzahOS4BCe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzahOS4BCe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzahOS4BCe .mbr-section-subtitle {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
.cid-uyMT3ELzQc {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #98dee8;
}
.cid-uyMT3ELzQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyMT3ELzQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyMT3ELzQc .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uyMT3ELzQc .item .icon-wrap {
  text-align: center;
}
.cid-uyMT3ELzQc .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uyMT3ELzQc .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #489fc9;
}
.cid-uyMT3ELzQc .item.first:before {
  display: none;
}
.cid-uyMT3ELzQc .item.five:before {
  display: none;
}
.cid-uyMT3ELzQc .icon-box {
  background: #489fc9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uyMT3ELzQc .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uyMT3ELzQc .mbr-iconfont {
  color: #40b0bf !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uyMT3ELzQc .item:before {
    display: none;
  }
  .cid-uyMT3ELzQc .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uyMT3ELzQc .card-title,
.cid-uyMT3ELzQc .card-box {
  color: #ffffff;
}
.cid-uyMT3HiIlW {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uyMT3HiIlW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyMT3HiIlW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyMT3HiIlW .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #40b0bf;
  margin-left: 1rem;
}
.cid-uyMT3HiIlW .panel-group {
  border: none;
}
.cid-uyMT3HiIlW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uyMT3HiIlW .panel-body,
.cid-uyMT3HiIlW .card-header {
  padding: 1rem 0;
}
.cid-uyMT3HiIlW .panel-title-edit {
  color: #000000;
}
.cid-uyMT3HiIlW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uz6GDagRsk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uz6GDagRsk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uz6GDagRsk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uz6GDagRsk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uz6GDagRsk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uz6GDagRsk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uz6GDagRsk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz6GDagRsk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
