@import url(https://fonts.googleapis.com/css?family=Epilogue:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Epilogue;
}
.display-1 {
  font-family: 'Epilogue', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: 1.125rem 1.875rem;
  border-radius: 0px;
}
.btn-sm {
  padding: .4rem 1rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1.125rem 1.875rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.125rem 1.875rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #00d9ff !important;
}
.bg-success {
  background-color: #fee005 !important;
}
.bg-info {
  background-color: #f27f44 !important;
}
.bg-warning {
  background-color: #232323 !important;
}
.bg-danger {
  background-color: #0ea8c3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00d9ff !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary span:before,
.btn-primary:active span:before {
  color: #000000;
}
.btn-primary span:after,
.btn-primary:active span:after {
  color: #000000;
}
.btn-primary:before,
.btn-primary:active:before {
  color: #000000;
}
.btn-primary:after,
.btn-primary:active:after {
  color: #000000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #00d9ff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1bc6e4 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary span:before,
.btn-secondary:active span:before {
  color: #000000;
}
.btn-secondary span:after,
.btn-secondary:active span:after {
  color: #000000;
}
.btn-secondary:before,
.btn-secondary:active:before {
  color: #000000;
}
.btn-secondary:after,
.btn-secondary:active:after {
  color: #000000;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #00d9ff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-info,
.btn-info:active {
  background-color: #f27f44 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info span:before,
.btn-info:active span:before {
  color: #000000;
}
.btn-info span:after,
.btn-info:active span:after {
  color: #000000;
}
.btn-info:before,
.btn-info:active:before {
  color: #000000;
}
.btn-info:after,
.btn-info:active:after {
  color: #000000;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #f27f44 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success span:before,
.btn-success:active span:before {
  color: #000000;
}
.btn-success span:after,
.btn-success:active span:after {
  color: #000000;
}
.btn-success:before,
.btn-success:active:before {
  color: #000000;
}
.btn-success:after,
.btn-success:active:after {
  color: #000000;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #fee005 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #232323 !important;
  border-color: #f6f6f6 !important;
  color: #f6f6f6 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning span:before,
.btn-warning:active span:before {
  color: #f6f6f6;
}
.btn-warning span:after,
.btn-warning:active span:after {
  color: #f6f6f6;
}
.btn-warning:before,
.btn-warning:active:before {
  color: #f6f6f6;
}
.btn-warning:after,
.btn-warning:active:after {
  color: #f6f6f6;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #232323 !important;
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #f6f6f6 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0ea8c3 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger span:before,
.btn-danger:active span:before {
  color: #000000;
}
.btn-danger span:after,
.btn-danger:active span:after {
  color: #000000;
}
.btn-danger:before,
.btn-danger:active:before {
  color: #000000;
}
.btn-danger:after,
.btn-danger:active:after {
  color: #000000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #0ea8c3 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white span:before,
.btn-white:active span:before {
  color: #000000;
}
.btn-white span:after,
.btn-white:active span:after {
  color: #000000;
}
.btn-white:before,
.btn-white:active:before {
  color: #000000;
}
.btn-white:after,
.btn-white:active:after {
  color: #000000;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-black,
.btn-black:active {
  background-color: #1d2c35 !important;
  border-color: #f6f6f6 !important;
  color: #f6f6f6 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black span:before,
.btn-black:active span:before {
  color: #f6f6f6;
}
.btn-black span:after,
.btn-black:active span:after {
  color: #f6f6f6;
}
.btn-black:before,
.btn-black:active:before {
  color: #f6f6f6;
}
.btn-black:after,
.btn-black:active:after {
  color: #f6f6f6;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #1d2c35 !important;
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #f6f6f6 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #00d9ff;
  color: #00d9ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #008299 !important;
  background-color: transparent!important;
  border-color: #008299 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #008299 !important;
  background-color: #008299 !important;
  border-color: #00d9ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #00d9ff;
  color: #00d9ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #008299 !important;
  background-color: transparent!important;
  border-color: #008299 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #008299 !important;
  background-color: #008299 !important;
  border-color: #00d9ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f27f44;
  color: #f27f44;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c24b0e !important;
  background-color: transparent!important;
  border-color: #c24b0e !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #c24b0e !important;
  background-color: #c24b0e !important;
  border-color: #f27f44 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fee005;
  color: #fee005;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #9c8a01 !important;
  background-color: transparent!important;
  border-color: #9c8a01 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #9c8a01 !important;
  background-color: #9c8a01 !important;
  border-color: #fee005 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f6f6f6 !important;
  background-color: transparent!important;
  border-color: #f6f6f6 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #f6f6f6 !important;
  background-color: #f6f6f6 !important;
  border-color: #232323 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #0ea8c3;
  color: #0ea8c3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #075664 !important;
  background-color: transparent!important;
  border-color: #075664 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #075664 !important;
  background-color: #075664 !important;
  border-color: #0ea8c3 !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: #f6f6f6 !important;
  background-color: transparent!important;
  border-color: #f6f6f6 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #f6f6f6 !important;
  background-color: #f6f6f6 !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: #c7c7c7 !important;
  background-color: transparent!important;
  border-color: #c7c7c7 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #c7c7c7 !important;
  background-color: #c7c7c7 !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #00d9ff !important;
}
.text-secondary {
  color: #00d9ff !important;
}
.text-success {
  color: #fee005 !important;
}
.text-info {
  color: #f27f44 !important;
}
.text-warning {
  color: #232323 !important;
}
.text-danger {
  color: #0ea8c3 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #1d2c35 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #008299 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #008299 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9c8a01 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c24b0e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #075664 !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: #416377 !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: #00d9ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f27f44;
}
.alert-warning {
  background-color: #232323;
}
.alert-danger {
  background-color: #0ea8c3;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00d9ff;
  border-color: #00d9ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #00d9ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ccf7ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff9d0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #5dddf3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #00d9ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #00d9ff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00d9ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00d9ff;
}
.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: #00d9ff;
  border-bottom-color: #00d9ff;
}
.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: #00d9ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #00d9ff !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='%2300d9ff' %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-sx1mNhXtik {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sx1mNhXtik .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sx1mNhXtik .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sx1mNhXtik .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sx1mNhXtik .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sx1mNhXtik .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sx1mNhXtik .container {
    padding: 0 1rem;
  }
}
.cid-sx1mNhXtik .menu-tite {
  background: #1bc6e4;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-sx1mNhXtik .nav-link {
  position: relative;
}
.cid-sx1mNhXtik .nav-link:hover {
  color: #f27f44 !important;
}
.cid-sx1mNhXtik nav.navbar {
  position: fixed;
}
.cid-sx1mNhXtik .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sx1mNhXtik .navbar.opened {
  transition: all 0.3s;
}
.cid-sx1mNhXtik .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sx1mNhXtik .navbar .navbar-logo img {
  width: auto;
}
.cid-sx1mNhXtik .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sx1mNhXtik .navbar.collapsed {
  justify-content: center;
}
.cid-sx1mNhXtik .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sx1mNhXtik .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sx1mNhXtik .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sx1mNhXtik .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sx1mNhXtik .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sx1mNhXtik .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-sx1mNhXtik .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sx1mNhXtik .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sx1mNhXtik .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sx1mNhXtik .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sx1mNhXtik .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sx1mNhXtik .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sx1mNhXtik .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sx1mNhXtik .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-sx1mNhXtik .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sx1mNhXtik .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sx1mNhXtik .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sx1mNhXtik .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sx1mNhXtik .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sx1mNhXtik .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sx1mNhXtik .navbar.navbar-short {
  min-height: 60px;
}
.cid-sx1mNhXtik .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sx1mNhXtik .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sx1mNhXtik .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-sx1mNhXtik .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sx1mNhXtik .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sx1mNhXtik .dropdown-item:hover,
.cid-sx1mNhXtik .dropdown-item:focus {
  background: #00d9ff !important;
  color: white !important;
}
.cid-sx1mNhXtik .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sx1mNhXtik .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sx1mNhXtik .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sx1mNhXtik .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sx1mNhXtik .dropdown-menu,
.cid-sx1mNhXtik .navbar.opened {
  background: #ffffff !important;
}
.cid-sx1mNhXtik .nav-item:focus,
.cid-sx1mNhXtik .nav-link:focus {
  outline: none;
}
.cid-sx1mNhXtik .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sx1mNhXtik .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sx1mNhXtik .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sx1mNhXtik .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sx1mNhXtik .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sx1mNhXtik .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sx1mNhXtik .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-sx1mNhXtik .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sx1mNhXtik .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sx1mNhXtik .dropdown-item.active,
.cid-sx1mNhXtik .dropdown-item:active {
  background-color: transparent;
}
.cid-sx1mNhXtik .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sx1mNhXtik .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sx1mNhXtik .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sx1mNhXtik .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sx1mNhXtik .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sx1mNhXtik .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sx1mNhXtik ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sx1mNhXtik .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sx1mNhXtik button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sx1mNhXtik button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-sx1mNhXtik button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sx1mNhXtik button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sx1mNhXtik button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sx1mNhXtik button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sx1mNhXtik nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sx1mNhXtik nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sx1mNhXtik nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sx1mNhXtik nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sx1mNhXtik .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sx1mNhXtik a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sx1mNhXtik .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-sx1mNhXtik .navbar {
    height: 70px;
  }
  .cid-sx1mNhXtik .navbar.opened {
    height: auto;
  }
  .cid-sx1mNhXtik .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sx1mQnrbjX {
 background-color: #fff;
}
.cid-sx1mQnrbjX .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sx1mQnrbjX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sx1mQnrbjX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sx1mQnrbjX .image-wrapper {
    margin-left: 4rem;
  }
  .cid-sx1mQnrbjX .text-wrapper {
    margin-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sx1mQnrbjX .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-sx1mQnrbjX .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sx1mQnrbjX .mbr-section-title {
  color: #00d9ff;
}
.cid-sx1mQnrbjX .mbr-text,
.cid-sx1mQnrbjX .mbr-section-btn {
  color: #ffffff;
}


@media (max-width: 767px) {
  .cid-sx1mQnrbjX .activo {
    display: flex;
    order: 1
  }
}



@media (max-width: 767px) {
  .cid-sx1mQnrbjX .active {
    display: flex;
    order: 2
  }
}



@media (max-width: 767px) {
  .cid-sx1mQnrbjX .mbr-section-title {
    margin-top: 2rem;
  }
}



.cid-sx1pfKxSrp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sx1pfKxSrp .card-title {
  margin-bottom: 0.5rem;
}
.cid-sx1pfKxSrp .card-box {
  z-index: 10;
  position: relative;
  margin-bottom: 50px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1500px) {
  .cid-sx1pfKxSrp .container {
    max-width: 1400px;
  }
}
.cid-sx1pfKxSrp .card {
  margin: auto;
}
.cid-sx1pfKxSrp .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #1d2c35;
  margin-bottom: 2rem;
}
.cid-sx1pfKxSrp .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sx1pfKxSrp .row {
  margin: 0 auto;
  justify-content: center;
  width: 68%;
}
@media (max-width: 767px) {
  .cid-sx1pfKxSrp .row {
    width: 95%;
  }
}
@media (max-width: 991px) {
  .cid-sx1pfKxSrp .row {
    width: 85%;
  }
}
.cid-sx1rWQnk0p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-sx1rWQnk0p .container {
  max-width: 1500px;
}
.cid-sx1rWQnk0p img {
  width: 100%;
}
.cid-sx1rWQnk0p h2 {
  padding: 0;
  margin: 0;
}
.cid-sx1rWQnk0p .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sx1rWQnk0p .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sx1rWQnk0p .img-col {
  position: relative;
}
.cid-sx1rWQnk0p .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-sx1rWQnk0p .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-sx1rWQnk0p .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-sx1rWQnk0p .img2 {
    top: -2rem;
  }
  .cid-sx1rWQnk0p .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sx1rWQnk0p .img2 {
    width: 50%;
  }
  .cid-sx1rWQnk0p .number {
    margin: auto;
  }
}
.cid-sx1rWQnk0p H2 {
  color: #f27f44;
}
.cid-sx1rZaJj3o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sx1rZaJj3o .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sx1rZaJj3o .content-wrapper .row {
    flex-direction: column;
  }
  .cid-sx1rZaJj3o .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sx1rZaJj3o .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sx1rZaJj3o .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sx1rZaJj3o .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sx1rZaJj3o .content-wrapper .text-wrapper {
    padding-right: 2rem;
    margin-left: 4rem;
  }
}
.cid-sx1rZaJj3o .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sx1rZaJj3o .card-title {
  color: #ffffff;
}
.cid-sx1supqbyT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-sx1supqbyT .container {
  max-width: 1500px;
}
.cid-sx1supqbyT img {
  width: 100%;
}
.cid-sx1supqbyT h2 {
  padding: 0;
  margin: 0;
}
.cid-sx1supqbyT .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sx1supqbyT .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sx1supqbyT .img-col {
  position: relative;
}
.cid-sx1supqbyT .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-sx1supqbyT .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-sx1supqbyT .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-sx1supqbyT .img2 {
    top: -2rem;
  }
  .cid-sx1supqbyT .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sx1supqbyT .img2 {
    width: 50%;
  }
  .cid-sx1supqbyT .number {
    margin: auto;
  }
}
.cid-sx1supqbyT H2 {
  color: #f27f44;
}
.cid-sx1t0z4tLd {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/coolhp029-2000x1334.jpeg");
  overflow: hidden;
}
.cid-sx1t0z4tLd svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sx1t0z4tLd #e2_shape {
  fill: #ffffff !important;
}
.cid-sx1t0z4tLd img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(51, 225, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-sx1t0z4tLd img {
    width: 90%!important;
  }
}
.cid-sx1t0z4tLd H1 {
  color: #f27f44;
  text-align: center;
}
.cid-sx1t0z4tLd .mbr-text,
.cid-sx1t0z4tLd .mbr-section-btn {
  color: #232323;
}
.cid-sx1tPSQJyw {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sx1tPSQJyw .mbr-text,
.cid-sx1tPSQJyw .mbr-section-btn {
  color: #1d2c35;
}
.cid-sx1tPSQJyw .card-title,
.cid-sx1tPSQJyw .card-box {
  color: #1d2c35;
}
.cid-sx1tPSQJyw .mbr-text,
.cid-sx1tPSQJyw .link-wrap {
  color: #1d2c35;
}
.cid-sx1pYxZHQ8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sx1pYxZHQ8 .box {
  background-image: url("../../../assets/images/coolhp239-2000x1333.jpeg");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sx1pYxZHQ8 .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sx1pYxZHQ8 .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-sx1pYxZHQ8 .icon-wrap span {
  padding-left: 8px;
}
.cid-sx1pYxZHQ8 .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #1bc6e4 !important;
}
.cid-sx1pYxZHQ8 .mbr-media span:hover {
  opacity: 1;
  color: #fee005 !important;
}
.cid-sx1pYxZHQ8 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sx1pYxZHQ8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sx1pYxZHQ8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sx1pYxZHQ8 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cid-sx1pYxZHQ8 .modalWindow .modalWindow-video {
  height: calc(100vw);
  width: 80vw;
  margin: 0 auto;
  }
}
.cid-sx1pYxZHQ8 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sx1pYxZHQ8 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sx1pYxZHQ8 .box {
    height: 250px;
  }
}
.cid-sx1uhJD9f4 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sx1uhJD9f4 .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-sx1uhJD9f4 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sx1uhJD9f4 .image-block:hover:before {
  opacity: 0;
}
.cid-sx1uhJD9f4 .image-block:hover .wrap {
  opacity: 1;
}
.cid-sx1uhJD9f4 .image-block:hover img {
  transform: scale(1.05);
}
.cid-sx1uhJD9f4 h4 {
  letter-spacing: 2px;
}
.cid-sx1uhJD9f4 figcaption {
  position: relative;
}
.cid-sx1uhJD9f4 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sx1uhJD9f4 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sx1uhJD9f4 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sx1uhJD9f4 .wrap {
    opacity: 1!important;
  }
  .cid-sx1uhJD9f4 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sx1ulmIhEj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sx1ulmIhEj .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sx1ulmIhEj .content-wrapper .row {
    flex-direction: column;
  }
  .cid-sx1ulmIhEj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sx1ulmIhEj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sx1ulmIhEj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sx1ulmIhEj .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sx1ulmIhEj .content-wrapper .text-wrapper {
    padding-right: 2rem;
    margin-left: 4rem;
  }
}
.cid-sx1ulmIhEj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sx1ulmIhEj .card-title {
  color: #ffffff;
}
.cid-sx1B4IcBkA {
  background-color: #1bc6e4;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.cid-sx1B4IcBkA .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  position: relative;
}
.cid-sx1B4IcBkA .text-wrapper {
  position: relative;
  z-index: 3;
}
.cid-sx1B4IcBkA .text-wrapper h3,
.cid-sx1B4IcBkA .text-wrapper ul {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
.cid-sx1B4IcBkA img {
  height: 15%;
}
.cid-sx1B4IcBkA .image11 {
  padding: 0;
  position: relative;
  z-index: 1;
  background-color: #00d9ff;
}
.cid-sx1B4IcBkA .item {
  color: currentColor;
}
.cid-sx1B4IcBkA .list {
  margin-left: 0;
  padding-left: 0;
  color: #000000;
}
.cid-sx1B4IcBkA .btn-primary {
  margin-left: 4rem;
  margin-bottom: 1.2rem;
}
.cid-sx1B4IcBkA svg {
  fill: currentColor;
  width: 33px;
  height: 33px;
  flex: 0 0 auto;
}
.cid-sx1B4IcBkA .item-wrap {
  display: flex;
  margin-bottom: .6rem;
  align-items: center;
}
.cid-sx1B4IcBkA .item-wrap svg {
  font-weight: 400;
  margin-bottom: 0;
  margin-right: 25px;
}
.cid-sx1B4IcBkA .item-wrap h4 {
  line-height: 2;
  font-weight: 600;
  margin-bottom: 0;
}
.cid-sx1B4IcBkA .card-bg1 {
  display: block;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 50%;
}
.cid-sx1B4IcBkA .card-bg2 {
  display: none;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
}
.cid-sx1B4IcBkA .image-wrapper {
  position: relative;
  z-index: 3;
  margin-bottom: 4rem;
}
.cid-sx1B4IcBkA .image-wrapper .mbr-section-title {
  margin-bottom: 3rem;
}
@media (max-width: 1199px) {
  .cid-sx1B4IcBkA .card-bg1 {
    display: none;
  }
  .cid-sx1B4IcBkA .column1 {
    margin-bottom: 4rem;
  }
  .cid-sx1B4IcBkA .container {
    max-width: 980px;
  }
  .cid-sx1B4IcBkA .container .column2 {
    padding-top: 4rem;
  }
  .cid-sx1B4IcBkA .container .column2 .card-bg2 {
    display: block;
  }
  .cid-sx1B4IcBkA .container .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-sx1B4IcBkA .container {
    max-width: 756px;
  }
  .cid-sx1B4IcBkA .column1 {
    margin-bottom: 4rem;
  }
  .cid-sx1B4IcBkA .column2 {
    padding-top: 4rem;
  }
  .cid-sx1B4IcBkA .card-bg2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-sx1B4IcBkA .container {
    max-width: 564px;
  }
  .cid-sx1B4IcBkA .column1 {
    margin-bottom: 4rem;
  }
  .cid-sx1B4IcBkA .column2 {
    padding-top: 4rem;
  }
  .cid-sx1B4IcBkA .btn-primary {
    margin-left: 15px;
  }
  .cid-sx1B4IcBkA .card-bg2 {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sx1B4IcBkA .container {
    width: 1190px;
  }
  .cid-sx1B4IcBkA .image-wrap {
    margin-right: 40px;
  }
  .cid-sx1B4IcBkA .text-wrapper {
    padding-left: 4rem;
  }
  .cid-sx1B4IcBkA .image-wrapper {
    padding-left: 3rem;
  }
  .cid-sx1B4IcBkA .image-wrapper img {
    padding-right: 40px;
  }
}
.cid-sx1B4IcBkA .mbr-section-title {
  color: #f27f44;
}
.cid-sx1B4IcBkA .mbr-description {
  color: #ffffff;
}
.cid-sx1vA8bVpB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sx1vA8bVpB img,
.cid-sx1vA8bVpB .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sx1vA8bVpB .item:focus,
.cid-sx1vA8bVpB span:focus {
  outline: none;
}
.cid-sx1vA8bVpB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sx1vA8bVpB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sx1vA8bVpB .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sx1vA8bVpB .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sx1vA8bVpB .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sx1vA8bVpB .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sx1vA8bVpB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sx1vA8bVpB .mbr-section-title {
  color: #232323;
}
.cid-sx1vA8bVpB .mbr-text,
.cid-sx1vA8bVpB .mbr-section-btn {
  text-align: center;
}
.cid-sx1vA8bVpB .item-title {
  text-align: center;
}
.cid-sx1vA8bVpB .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-sx1vkoLoEc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sx1vkoLoEc .carousel-item {
  justify-content: center;
}
.cid-sx1vkoLoEc .carousel-item.active,
.cid-sx1vkoLoEc .carousel-item-next,
.cid-sx1vkoLoEc .carousel-item-prev {
  display: flex;
}
.cid-sx1vkoLoEc .carousel-controls a {
  transition: opacity .5s;
  font-size: 30px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #1d2c35;
}
.cid-sx1vkoLoEc .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-sx1vkoLoEc .carousel-control-next span {
  padding-left: 5px;
}
.cid-sx1vkoLoEc .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sx1vkoLoEc .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sx1vkoLoEc .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sx1vkoLoEc .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sx1vkoLoEc H3 {
  color: #f27f44;
}
.cid-sx1v9mHUf5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sx1v9mHUf5 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sx1v9mHUf5 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-sx1v9mHUf5 .panel-group {
  border: none;
}
.cid-sx1v9mHUf5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sx1v9mHUf5 .panel-body,
.cid-sx1v9mHUf5 .card-header {
  padding: 1rem 0;
}
.cid-sx1v9mHUf5 .panel-title-edit {
  color: #1d2c35;
}
.cid-sx1v9mHUf5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sx1v9mHUf5 H3 {
  color: #f27f44;
}
.cid-sx1ve8NPp9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #00d9ff;
}
.cid-sx1ve8NPp9 section {
  position: relative;
}
.cid-sx1ve8NPp9 h4 {
  margin: 0;
}
.cid-sx1ve8NPp9 img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-sx1ve8NPp9 a {
  font-weight: 300;
}
.cid-sx1ve8NPp9 .img1 {
  color: #353535;
}
.cid-sx1ve8NPp9 .img2 {
  color: #232323;
}
.cid-sx1ve8NPp9 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #353535;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sx1ve8NPp9 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sx1ve8NPp9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sx1ve8NPp9 .item,
.cid-sx1ve8NPp9 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sx1ve8NPp9 .item h4,
.cid-sx1ve8NPp9 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sx1ve8NPp9 .card-img {
  width: auto;
}
.cid-sx1ve8NPp9 .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sx1ve8NPp9 .item {
    justify-content: center;
  }
}
.cid-sx1ve8NPp9 .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-sx1ve8NPp9 .items-title,
.cid-sx1ve8NPp9 .items-title + .line-wrap {
  text-align: left;
  color: #232323;
}
.cid-sx1ve8NPp9 .links-title,
.cid-sx1ve8NPp9 .links-title + .line-wrap {
  color: #232323;
}
.cid-sx1wKRBCev {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00d9ff;
  overflow: hidden;
}
.cid-sx1wKRBCev .media-container-row .mbr-text {
  color: #232323;
}



.cid-suyuIMF49u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5c6873;
}
.cid-suyuIMF49u .mbr-text,
.cid-suyuIMF49u .mbr-section-subtitle {
  color: #767676;
}
.cid-suyuIMF49u .card-title {
  color: #66458e;
}
.cid-suyuIMF49u .card .card-img span {
  color: #67beb0;
  font-size: 60px;
  background: linear-gradient(45deg, #67beb0, #7bc7d3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-suyuIMF49u .mbr-section-subtitle,
  .cid-suyuIMF49u .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suyuIMF49u .card .card-img span {
    background: none;
  }
}
.cid-suyuIMF49u .card-title,
.cid-suyuIMF49u .card-img {
  color: #ffffff;
}


.cid-srVdEtb2AN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #44a8a6;
}
.cid-srVdEtb2AN .mbr-text,
.cid-srVdEtb2AN .mbr-section-subtitle {
  color: #767676;
}
.cid-srVdEtb2AN .card-title {
  color: #66458e;
}
.cid-srVdEtb2AN .card .card-img span {
  color: #ffffff;
  font-size: 60px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-srVdEtb2AN .mbr-section-subtitle,
  .cid-srVdEtb2AN .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srVdEtb2AN .card .card-img span {
    background: none;
  }
}
.cid-srVdEtb2AN .card-title,
.cid-srVdEtb2AN .card-img {
  color: #ffffff;
}


@media (max-width: 767px) {
  .cid-srVdEtb2AN .col-12 {
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:50% 
    
  }
}






.cid-rAV7t2zGnF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
.cid-rAV7t2zGnF .carousel-control {
  background: #000;
}
.cid-rAV7t2zGnF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rAV7t2zGnF .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rAV7t2zGnF .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rAV7t2zGnF .carousel-item .wrap-img {
  text-align: center;
}
.cid-rAV7t2zGnF .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rAV7t2zGnF .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rAV7t2zGnF .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rAV7t2zGnF .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rAV7t2zGnF .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rAV7t2zGnF .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rAV7t2zGnF .cloneditem-1,
.cid-rAV7t2zGnF .cloneditem-2,
.cid-rAV7t2zGnF .cloneditem-3,
.cid-rAV7t2zGnF .cloneditem-4,
.cid-rAV7t2zGnF .cloneditem-5 {
  display: none;
}
.cid-rAV7t2zGnF .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rAV7t2zGnF .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rAV7t2zGnF .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rAV7t2zGnF .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rAV7t2zGnF .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rAV7t2zGnF .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rAV7t2zGnF .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides2 .cloneditem-1,
  .cid-rAV7t2zGnF .carousel-inner.slides2 .cloneditem-2,
  .cid-rAV7t2zGnF .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rAV7t2zGnF .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rAV7t2zGnF .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rAV7t2zGnF .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rAV7t2zGnF .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rAV7t2zGnF .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides3 .cloneditem-1,
  .cid-rAV7t2zGnF .carousel-inner.slides3 .cloneditem-2,
  .cid-rAV7t2zGnF .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rAV7t2zGnF .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rAV7t2zGnF .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rAV7t2zGnF .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rAV7t2zGnF .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rAV7t2zGnF .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides4 .cloneditem-1,
  .cid-rAV7t2zGnF .carousel-inner.slides4 .cloneditem-2,
  .cid-rAV7t2zGnF .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rAV7t2zGnF .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rAV7t2zGnF .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rAV7t2zGnF .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rAV7t2zGnF .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rAV7t2zGnF .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides5 .cloneditem-1,
  .cid-rAV7t2zGnF .carousel-inner.slides5 .cloneditem-2,
  .cid-rAV7t2zGnF .carousel-inner.slides5 .cloneditem-3,
  .cid-rAV7t2zGnF .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rAV7t2zGnF .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rAV7t2zGnF .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rAV7t2zGnF .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rAV7t2zGnF .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rAV7t2zGnF .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides6 .cloneditem-1,
  .cid-rAV7t2zGnF .carousel-inner.slides6 .cloneditem-2,
  .cid-rAV7t2zGnF .carousel-inner.slides6 .cloneditem-3,
  .cid-rAV7t2zGnF .carousel-inner.slides6 .cloneditem-4,
  .cid-rAV7t2zGnF .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rAV7t2zGnF H2 {
  color: #000000;
}