.btn {
  font-weight: 600;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.0625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.078125rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.875rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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.25rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.84375rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.65625rem + (2.875 - 1.65625) * ((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.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.825rem 3.75rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ff4433 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #4c4c4c !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #4c4c4c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #4c4c4c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #b2b2b2 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #b2b2b2 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #b2b2b2 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fab901 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fab901 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fab901 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #49923a !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #49923a !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #49923a !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #0746c0 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0746c0 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0746c0 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ff4433 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ff4433 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ff4433 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-black,
.btn-black:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #232323 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4c4c4c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #212121 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #4c4c4c !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b2b2b2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #878787 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #b2b2b2 !important;
  background-color: #b2b2b2 !important;
  border-color: #b2b2b2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fab901;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #a47901 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fab901 !important;
  background-color: #fab901 !important;
  border-color: #fab901 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #49923a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #2a5421 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #49923a !important;
  background-color: #49923a !important;
  border-color: #49923a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0746c0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #04286c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0746c0 !important;
  background-color: #0746c0 !important;
  border-color: #0746c0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff4433;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #db1200 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ff4433 !important;
  background-color: #ff4433 !important;
  border-color: #ff4433 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #232323 !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4c4c4c !important;
}
.text-secondary {
  color: #b2b2b2 !important;
}
.text-success {
  color: #49923a !important;
}
.text-info {
  color: #fab901 !important;
}
.text-warning {
  color: #0746c0 !important;
}
.text-danger {
  color: #ff4433 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #191919 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9dd392 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #946e01 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #03225e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cc1100 !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: #4c4c4c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fab901;
}
.alert-warning {
  background-color: #0746c0;
}
.alert-danger {
  background-color: #ff4433;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4c4c4c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bfbfbf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8ccc7f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff1c8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4e88f9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', 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: #4c4c4c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', 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: #4c4c4c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4c4c4c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4c4c4c;
}
.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: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4c4c4c !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: #b2b2b2 !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='%234c4c4c' %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.2s;
  font-weight: 500;
  box-shadow: none !important;
}
.btn {
  margin: 0;
  font-weight: 500;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.text-secondary:hover {
  color: #dedede !important;
}
/*.btn-secondary:hover {
    color: #dedede !important;
}*/
.container {
  max-width: 1300px;
}
a.btn-primary:hover {
  color: #a0a5a5 !important;
}
.link {
  font-weight: 500;
}
.nav-item {
  transition-duration: .3s !important;
}
.nav-item:hover {
  transition-duration: .3s !important;
}
.navbar-toggler {
  border: transparent !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
body {
  line-height: 1.44em;
}
.mbr-section-title {
  letter-spacing: -1px;
  line-height: 1.07em;
  font-weight: 700;
}
.title {
  font-weight: 700;
}
.subtitle {
  font-weight: 500;
}
.mbr-section-subtitle {
  font-weight: 500;
}
.btn .mbr-iconfont {
  padding-right: 6px;
}
.cid-sHEYViLa5y .navbar-dropdown {
  position: relative !important;
}
.cid-sHEYViLa5y .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-sHEYViLa5y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHEYViLa5y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHEYViLa5y .dropdown-item:hover,
.cid-sHEYViLa5y .dropdown-item:focus {
  background: #4c4c4c !important;
  color: white !important;
}
.cid-sHEYViLa5y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sHEYViLa5y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sHEYViLa5y .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sHEYViLa5y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHEYViLa5y .nav-link {
  position: relative;
  padding: 0;
}
.cid-sHEYViLa5y .container {
  display: flex;
  margin: auto;
}
.cid-sHEYViLa5y .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHEYViLa5y .dropdown-menu,
.cid-sHEYViLa5y .navbar.opened {
  background: #338ba0 !important;
}
.cid-sHEYViLa5y .nav-item:focus,
.cid-sHEYViLa5y .nav-link:focus {
  outline: none;
}
.cid-sHEYViLa5y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHEYViLa5y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHEYViLa5y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHEYViLa5y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHEYViLa5y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHEYViLa5y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHEYViLa5y .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #338ba0;
}
.cid-sHEYViLa5y .navbar.opened {
  transition: all 0.3s;
}
.cid-sHEYViLa5y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHEYViLa5y .navbar .navbar-logo img {
  width: auto;
  display: inline;
}
.cid-sHEYViLa5y .navbar.collapsed {
  justify-content: center;
}
.cid-sHEYViLa5y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHEYViLa5y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHEYViLa5y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sHEYViLa5y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHEYViLa5y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHEYViLa5y .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-sHEYViLa5y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHEYViLa5y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHEYViLa5y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHEYViLa5y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHEYViLa5y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHEYViLa5y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHEYViLa5y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHEYViLa5y .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-sHEYViLa5y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHEYViLa5y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHEYViLa5y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHEYViLa5y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHEYViLa5y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHEYViLa5y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHEYViLa5y .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHEYViLa5y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHEYViLa5y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHEYViLa5y .navbar-brand {
  display: inline-flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: auto;
  padding-top: 0;
}
.cid-sHEYViLa5y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHEYViLa5y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHEYViLa5y .dropdown-item.active,
.cid-sHEYViLa5y .dropdown-item:active {
  background-color: transparent;
}
.cid-sHEYViLa5y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHEYViLa5y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHEYViLa5y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHEYViLa5y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #338ba0;
}
.cid-sHEYViLa5y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHEYViLa5y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHEYViLa5y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHEYViLa5y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHEYViLa5y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHEYViLa5y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-sHEYViLa5y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHEYViLa5y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHEYViLa5y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHEYViLa5y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHEYViLa5y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHEYViLa5y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHEYViLa5y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHEYViLa5y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHEYViLa5y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sHEYViLa5y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHEYViLa5y .icons-menu {
  flex-wrap: nowrap;
  display: inline;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  padding: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHEYViLa5y .navbar {
    height: 70px;
  }
  .cid-sHEYViLa5y .navbar.opened {
    height: auto;
  }
  .cid-sHEYViLa5y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHEYViLa5y .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-sHEYViLa5y .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-sHEYViLa5y .justify-space-between {
  width: 100%;
}
.cid-sHEYViLa5y .icons {
  width: auto;
  display: inline;
}
.cid-sHEYViLa5y span {
  display: inline;
}
.cid-sHEYViLa5y .row {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.cid-sHEYViLa5y a {
  display: inline;
}
.cid-sHEYViLa5y img {
  display: inline;
}
.cid-sHEYViLa5y .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 0px;
  font-weight: 500;
}
.cid-sHEYViLa5y .right-side {
  display: flex;
  justify-content: flex-end;
}
.cid-sHEYViLa5y .text {
  text-align: right;
}
.cid-sHEYViLa5y .width {
  width: 100%;
}
.cid-sHEYViLa5y .top {
  margin-top: 7px;
}
@media (max-width: 750px) {
  .cid-sHEYViLa5y .mbr-section-subtitle {
    margin-bottom: 25px;
  }
  .cid-sHEYViLa5y .navbar-brand {
    padding-bottom: 0;
  }
  .cid-sHEYViLa5y .right-side {
    flex-direction: column;
  }
  .cid-sHEYViLa5y .mbr-section-btn {
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
.cid-sHEYViLa5y .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sHEYViLa5y .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sHEYViLa5y a.btn-primary:hover {
  color: #a0a5a5 !important;
}
.cid-sHEYViLa5y .text-secondary:hover {
  color: #dedede !important;
}
.cid-sHEYViLa5y .btn-secondary:hover {
  color: #dedede !important;
}
.cid-sHF2rkvTOk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/showcasem5/assets/images/background3-1500x583.png");
}
.cid-sHF2rkvTOk .btn {
  margin-right: 30px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-sHF2rkvTOk .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sHF2rkvTOk .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sHF2rkvTOk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sHF2rkvTOk {
    margin-bottom: 2rem;
  }
}
.cid-sHF2rkvTOk .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-sHF2rkvTOk .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-sHF2rkvTOk .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
  margin-top: 25px;
  display: inline;
}
.cid-sHF2rkvTOk .desc {
  margin-top: 22px;
  margin-bottom: 30px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sHF2rkvTOk .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sHF2rkvTOk .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sHF2rkvTOk .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.cid-sHF2rkvTOk .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-sHF2rkvTOk .desc2 {
  font-weight: 500;
  margin-bottom: 50px;
  margin-top: 30px;
  color: #ffffff;
}
.cid-sHEZ752PyU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/showcasem5/assets/images/screenshot-8-601x133.png");
}
.cid-sHEZ752PyU img {
  border-radius: 0px;
}
.cid-sHEZ752PyU .row {
  justify-content: center;
}
.cid-sHEZ8ohxsa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("https://mobirise.com/extensions/showcasem5/assets/images/background3-1500x583.png");
}
.cid-sHEZ8ohxsa .mbr-section-title {
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
  font-weight: 700;
  color: #ffffff;
}
.cid-sHEZ8ohxsa .mbr-section-subtitle {
  text-align: center;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-sHEZ8ohxsa .title-block {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-sHEZ8ohxsa .title-block {
    margin: 0;
  }
  .cid-sHEZ8ohxsa .container {
    margin-bottom: 7rem;
  }
}
.cid-sHEZ8ohxsa .card-wrapper {
  width: auto;
  max-width: 100%;
}
.cid-sHEZ8ohxsa .card-title {
  font-weight: 700;
  padding: 43px 0 0;
  color: #1d1d1f;
  text-align: left;
  margin-bottom: 0;
}
.cid-sHEZ8ohxsa H3 {
  color: #1d1d1f;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sHEZ8ohxsa .col-12:nth-child(3) {
    padding-top: 35px;
  }
}
@media (max-width: 574px) {
  .cid-sHEZ8ohxsa .col-12 {
    padding-top: 35px;
  }
  .cid-sHEZ8ohxsa .col-12:first-child {
    padding-top: 0px;
  }
}
.cid-sHEZ8ohxsa .card-title,
.cid-sHEZ8ohxsa .iconfont-wrapper {
  text-align: center;
}
.cid-sHEZheP22G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHEZheP22G .video-wrapper iframe {
  width: 100%;
}
.cid-sHEZheP22G .mbr-section-title {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 60px;
  color: #000000;
}
.cid-sHEZihZylS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("https://mobirise.com/extensions/showcasem5/assets/images/background3-1500x583.png");
}
.cid-sHEZihZylS .mbr-section-title {
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
  font-weight: 700;
  color: #ffffff;
}
.cid-sHEZihZylS .mbr-section-subtitle {
  text-align: center;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-sHEZihZylS .title-block {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-sHEZihZylS .title-block {
    margin: 0;
  }
  .cid-sHEZihZylS .container {
    margin-bottom: 7rem;
  }
}
.cid-sHEZihZylS .card-wrapper {
  width: auto;
  max-width: 100%;
}
.cid-sHEZihZylS .card-title {
  font-weight: 700;
  padding: 43px 0 0;
  color: #1d1d1f;
  text-align: left;
  margin-bottom: 0;
}
.cid-sHEZihZylS H3 {
  color: #1d1d1f;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sHEZihZylS .col-12:nth-child(3) {
    padding-top: 35px;
  }
}
@media (max-width: 574px) {
  .cid-sHEZihZylS .col-12 {
    padding-top: 35px;
  }
  .cid-sHEZihZylS .col-12:first-child {
    padding-top: 0px;
  }
}
.cid-sHEZihZylS .card-title,
.cid-sHEZihZylS .iconfont-wrapper {
  text-align: center;
}
.cid-sHEZj11gEp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1d1f;
}
.cid-sHEZj11gEp .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sHEZj11gEp .container {
  max-width: 1300px;
}
.cid-sHEYViLa5y .navbar-dropdown {
  position: relative !important;
}
.cid-sHEYViLa5y .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-sHEYViLa5y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHEYViLa5y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHEYViLa5y .dropdown-item:hover,
.cid-sHEYViLa5y .dropdown-item:focus {
  background: #4c4c4c !important;
  color: white !important;
}
.cid-sHEYViLa5y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sHEYViLa5y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sHEYViLa5y .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sHEYViLa5y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHEYViLa5y .nav-link {
  position: relative;
  padding: 0;
}
.cid-sHEYViLa5y .container {
  display: flex;
  margin: auto;
}
.cid-sHEYViLa5y .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHEYViLa5y .dropdown-menu,
.cid-sHEYViLa5y .navbar.opened {
  background: #338ba0 !important;
}
.cid-sHEYViLa5y .nav-item:focus,
.cid-sHEYViLa5y .nav-link:focus {
  outline: none;
}
.cid-sHEYViLa5y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHEYViLa5y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHEYViLa5y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHEYViLa5y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHEYViLa5y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHEYViLa5y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHEYViLa5y .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #338ba0;
}
.cid-sHEYViLa5y .navbar.opened {
  transition: all 0.3s;
}
.cid-sHEYViLa5y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHEYViLa5y .navbar .navbar-logo img {
  width: auto;
  display: inline;
}
.cid-sHEYViLa5y .navbar.collapsed {
  justify-content: center;
}
.cid-sHEYViLa5y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHEYViLa5y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHEYViLa5y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sHEYViLa5y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHEYViLa5y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHEYViLa5y .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-sHEYViLa5y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHEYViLa5y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHEYViLa5y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHEYViLa5y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHEYViLa5y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHEYViLa5y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHEYViLa5y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHEYViLa5y .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-sHEYViLa5y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHEYViLa5y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHEYViLa5y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHEYViLa5y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHEYViLa5y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHEYViLa5y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHEYViLa5y .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHEYViLa5y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHEYViLa5y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHEYViLa5y .navbar-brand {
  display: inline-flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: auto;
  padding-top: 0;
}
.cid-sHEYViLa5y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHEYViLa5y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHEYViLa5y .dropdown-item.active,
.cid-sHEYViLa5y .dropdown-item:active {
  background-color: transparent;
}
.cid-sHEYViLa5y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHEYViLa5y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHEYViLa5y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHEYViLa5y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #338ba0;
}
.cid-sHEYViLa5y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHEYViLa5y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHEYViLa5y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHEYViLa5y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHEYViLa5y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHEYViLa5y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-sHEYViLa5y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHEYViLa5y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHEYViLa5y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHEYViLa5y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHEYViLa5y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHEYViLa5y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHEYViLa5y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHEYViLa5y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHEYViLa5y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sHEYViLa5y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHEYViLa5y .icons-menu {
  flex-wrap: nowrap;
  display: inline;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  padding: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHEYViLa5y .navbar {
    height: 70px;
  }
  .cid-sHEYViLa5y .navbar.opened {
    height: auto;
  }
  .cid-sHEYViLa5y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHEYViLa5y .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-sHEYViLa5y .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-sHEYViLa5y .justify-space-between {
  width: 100%;
}
.cid-sHEYViLa5y .icons {
  width: auto;
  display: inline;
}
.cid-sHEYViLa5y span {
  display: inline;
}
.cid-sHEYViLa5y .row {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.cid-sHEYViLa5y a {
  display: inline;
}
.cid-sHEYViLa5y img {
  display: inline;
}
.cid-sHEYViLa5y .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 0px;
  font-weight: 500;
}
.cid-sHEYViLa5y .right-side {
  display: flex;
  justify-content: flex-end;
}
.cid-sHEYViLa5y .text {
  text-align: right;
}
.cid-sHEYViLa5y .width {
  width: 100%;
}
.cid-sHEYViLa5y .top {
  margin-top: 7px;
}
@media (max-width: 750px) {
  .cid-sHEYViLa5y .mbr-section-subtitle {
    margin-bottom: 25px;
  }
  .cid-sHEYViLa5y .navbar-brand {
    padding-bottom: 0;
  }
  .cid-sHEYViLa5y .right-side {
    flex-direction: column;
  }
  .cid-sHEYViLa5y .mbr-section-btn {
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
.cid-sHEYViLa5y .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sHEYViLa5y .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sHEYViLa5y a.btn-primary:hover {
  color: #a0a5a5 !important;
}
.cid-sHEYViLa5y .text-secondary:hover {
  color: #dedede !important;
}
.cid-sHEYViLa5y .btn-secondary:hover {
  color: #dedede !important;
}
.cid-sHF9EHardc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("https://mobirise.com/extensions/showcasem5/assets/images/background3-1500x583.png");
}
.cid-sHF9EHardc .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sHF9EHardc .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sHF9EHardc .row {
  align-items: center;
  height: 100%;
}
.cid-sHF9EHardc .container {
  max-width: 1100px;
}
.cid-sHF9EHardc .wrapper {
  margin: auto;
}
.cid-sHF9QJeOnR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #dde8eb;
}
.cid-sHF9QJeOnR .row {
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-sHF9QJeOnR .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sHF9QJeOnR .row .img-item img {
  width: auto;
  object-fit: cover;
  min-height: 1px;
}
.cid-sHF9QJeOnR P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-sHF9QJeOnR .card {
  padding-top: 20px;
  background: none;
  border-radius: 0;
}
.cid-sHF9QJeOnR .item-img {
  padding-top: 31px;
}
.cid-sHF9QJeOnR img {
  width: 100%;
}
.cid-sHF9QJeOnR .first {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.cid-sHF9QJeOnR .first img {
  max-width: 750px;
  margin: auto;
}
.cid-sHF9QJeOnR .second {
  position: absolute;
  top: 37%;
  left: 10%;
  max-width: 100px;
}
.cid-sHF9QJeOnR .third {
  max-width: 500px;
  position: absolute;
  top: 65%;
  left: 5%;
}
.cid-sHF9QJeOnR .third img {
  max-height: 300px;
  width: auto;
}
.cid-sHF9QJeOnR .first,
.cid-sHF9QJeOnR .second,
.cid-sHF9QJeOnR .third {
  display: inline-block;
}
.cid-sHF9QJeOnR .cont {
  display: inline-block;
}
.cid-sHF9QJeOnR .mbr-section-title {
  color: #1d1d1f;
  padding-bottom: 28px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.cid-sHF9QJeOnR .mbr-section-subtitle {
  color: #4c4c4c;
  margin-bottom: 0;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
@media (max-width: 1450px) {
  .cid-sHF9QJeOnR .second {
    display: none;
  }
}
@media (max-width: 1350px) {
  .cid-sHF9QJeOnR .third {
    left: 10%;
  }
}
@media (max-width: 990px) {
  .cid-sHF9QJeOnR .third {
    margin-top: 0px;
  }
  .cid-sHF9QJeOnR .third img {
    max-height: 250px;
    width: auto;
  }
  .cid-sHF9QJeOnR .first {
    max-width: 550px;
    margin-left: 25%;
    margin-top: 50px;
  }
}
@media (max-width: 690px) {
  .cid-sHF9QJeOnR .third {
    position: initial;
    margin-top: 0;
    max-width: 100%;
    margin-left: 0;
  }
  .cid-sHF9QJeOnR .third img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  .cid-sHF9QJeOnR .second {
    display: none;
  }
  .cid-sHF9QJeOnR .first {
    position: initial;
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-sHF9Rd38bc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #dde8eb;
}
.cid-sHF9Rd38bc .first,
.cid-sHF9Rd38bc .second,
.cid-sHF9Rd38bc .third {
  display: inline-block;
}
.cid-sHF9Rd38bc img {
  max-width: 350px;
  height: auto;
}
.cid-sHF9Rd38bc .mbr-section-title {
  color: #1d1d1f;
  padding-bottom: 28px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.cid-sHF9Rd38bc .mbr-section-subtitle {
  color: #4c4c4c;
  margin-bottom: 60px;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
.cid-sHF9Rd38bc .row {
  align-items: flex-end;
}
.cid-sHF9Rd38bc .padd {
  padding: 0 15px;
  margin: 0;
}
.cid-sHF9Rxx27U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sHF9Rxx27U .item-wrapper {
  width: 100%;
}
.cid-sHF9Rxx27U .left-side {
  text-align: left;
  padding-right: 45px;
  margin: auto;
}
.cid-sHF9Rxx27U .mbr-section-btn {
  margin: 0 0px;
}
.cid-sHF9Rxx27U .row {
  align-items: center;
}
.cid-sHF9Rxx27U .mbr-section-title {
  margin: 0 0;
  color: #ffffff;
  font-weight: 700;
}
.cid-sHF9Rxx27U .mbr-text {
  padding: 0;
  margin-top: 26px;
  color: #4c4c4c;
  font-weight: 500;
  width: 100%;
}
.cid-sHF9Rxx27U .mbr-section-subtitle {
  color: #b2b2b2;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sHF9Rxx27U .button-align {
  margin-top: 36px;
  width: 100%;
}
.cid-sHF9Rxx27U .right-side {
  padding: 0;
}
.cid-sHF9Rxx27U .align {
  padding-right: 50px;
}
@media (max-width: 990px) {
  .cid-sHF9Rxx27U .left-side {
    padding: 0;
  }
}
.cid-sHF9Rxx27U .mbr-text,
.cid-sHF9Rxx27U .button-align {
  color: #b2b2b2;
}
.cid-sHF9S7MmeN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sHF9S7MmeN .item-wrapper {
  width: 100%;
}
.cid-sHF9S7MmeN .left-side {
  text-align: left;
  padding-left: 10%;
  margin: auto;
}
.cid-sHF9S7MmeN .row {
  align-items: center;
}
.cid-sHF9S7MmeN .mbr-section-title {
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
}
.cid-sHF9S7MmeN .mbr-text {
  padding: 0;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sHF9S7MmeN .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sHF9S7MmeN .link {
  margin-top: 29px;
  width: 100%;
}
.cid-sHF9S7MmeN .col-auto {
  display: inline-block;
}
.cid-sHF9S7MmeN .mbr-section-subtitle {
  color: #b2b2b2;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
@media (max-width: 990px) {
  .cid-sHF9S7MmeN .left-side {
    padding: 25px 0px;
  }
}
.cid-sHF9S7MmeN a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHF9S7MmeN rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHF9S7MmeN .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHF9S7MmeN svg {
  margin-left: 15px;
}
.cid-sHF9S7MmeN path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHF9S7MmeN .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHF9S7MmeN .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sHF9S7MmeN .part {
  align-items: start;
}
.cid-sHF9TgjXYE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/showcasem5/assets/images/background1.jpg");
}
@media (min-width: 992px) {
  .cid-sHF9TgjXYE .carousel {
    min-height: 800px;
  }
  .cid-sHF9TgjXYE .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
  .cid-sHF9TgjXYE .row {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.cid-sHF9TgjXYE .carousel-fade .active.carousel-item-left,
.cid-sHF9TgjXYE .carousel-fade .active.carousel-item-right {
  transition: opacity 0.5s 0s;
}
.cid-sHF9TgjXYE .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sHF9TgjXYE .carousel-fade .carousel-item-right.carousel-item-prev {
  transition: opacity 0.5s 0.5s;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sHF9TgjXYE .carousel {
    min-height: 520px;
  }
  .cid-sHF9TgjXYE .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sHF9TgjXYE .carousel {
    min-height: 440px;
  }
  .cid-sHF9TgjXYE .carousel .right-side {
    margin-top: 30px;
  }
  .cid-sHF9TgjXYE .carousel .container {
    padding: 0 15px;
  }
  .cid-sHF9TgjXYE .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sHF9TgjXYE .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sHF9TgjXYE .carousel,
.cid-sHF9TgjXYE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sHF9TgjXYE .carousel-caption {
  bottom: 40px;
}
.cid-sHF9TgjXYE .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sHF9TgjXYE .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sHF9TgjXYE .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all 0.3s;
}
.cid-sHF9TgjXYE .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-sHF9TgjXYE .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sHF9TgjXYE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sHF9TgjXYE .left-side {
  text-align: left;
}
.cid-sHF9TgjXYE .row {
  align-items: center;
}
.cid-sHF9TgjXYE .carousel-item {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-sHF9TgjXYE .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-sHF9TgjXYE .carousel-control.carousel-control-next {
    right: -50px;
    bottom: 100px;
    display: none;
  }
  .cid-sHF9TgjXYE .carousel-control.carousel-control-prev {
    left: -50px;
    bottom: 100px;
    display: none;
  }
  .cid-sHF9TgjXYE .carousel {
    margin-top: 25px;
  }
}
.cid-sHF9TgjXYE .button-align {
  width: 100%;
}
.cid-sHF9TgjXYE .carousel-item.active {
  justify-content: center;
}
.cid-sHF9TgjXYE .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sHF9TgjXYE .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sHF9TgjXYE .btn-white {
  color: #000000 !important;
}
.cid-sHF9TgjXYE .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.cid-sHF9TgjXYE rect {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(9px);
  stroke-width: .1;
  stroke: currentColor;
  transform-origin: right;
  fill: #4c4c4c;
}
.cid-sHF9TgjXYE polygon {
  fill: #4c4c4c;
  transform-origin: right;
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  clip-path: inset(0 0 0 0);
  visibility: visible;
}
.cid-sHF9TgjXYE .swiper-left:hover .swiper-left {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-sHF9TgjXYE .swiper-left:hover .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.cid-sHF9TgjXYE .swiper-left:hover rect {
  fill: #4c4c4c;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-sHF9TgjXYE .swiper-left:hover polygon {
  fill: #4c4c4c;
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
}
.cid-sHF9TgjXYE .swiper-right:hover .swiper-right {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-sHF9TgjXYE .swiper-right:hover rect {
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-sHF9TgjXYE .swiper-right:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
}
.cid-sHF9TgjXYE .container {
  max-width: 1300px;
  margin: auto;
  padding: 0 50px;
}
.cid-sHF9TgjXYE .mbr-section-subtitle {
  margin-bottom: 5px;
  font-weight: 700;
  color: #ffffff;
}
.cid-sHF9TgjXYE .mbr-section-title {
  font-weight: 700;
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-sHF9TgjXYE .mbr-text {
  font-weight: 500;
  margin-bottom: 40px;
  color: #ffffff;
}
.cid-sHF9TgjXYE .mbr-section-btn {
  margin: 0;
}
.cid-sHF9TgjXYE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 990px) {
  .cid-sHF9TgjXYE .carousel-control.carousel-control-prev {
    left: -70px;
  }
  .cid-sHF9TgjXYE .carousel-control.carousel-control-next {
    right: -70px;
  }
  .cid-sHF9TgjXYE .carousel-inner {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 770px) {
  .cid-sHF9TgjXYE .carousel-control.carousel-control-prev {
    top: 47%;
  }
  .cid-sHF9TgjXYE .carousel-control.carousel-control-next {
    top: 47%;
  }
  .cid-sHF9TgjXYE .container,
  .cid-sHF9TgjXYE .container-fluid {
    padding: 0;
  }
  .cid-sHF9TgjXYE .mbr-section-btn {
    display: none;
  }
  .cid-sHF9TgjXYE .mbr-text {
    display: none;
  }
  .cid-sHF9TgjXYE .mbr-section-subtitle {
    display: none;
  }
  .cid-sHF9TgjXYE .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-sHF9TgjXYE .carousel-item,
.cid-sHF9TgjXYE .carousel-fade .active.carousel-item-left,
.cid-sHF9TgjXYE .carousel-fade .active.carousel-item-right {
  transition: opacity 0.5s 0s;
}
.cid-sHF9TgjXYE .carousel-item.active.carousel-item-start .left-side,
.cid-sHF9TgjXYE .carousel-item.active.carousel-item-end .left-side {
  transition: .6s;
  opacity: 0;
}
.cid-sIemZKU0tK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sIemZKU0tK .carousel {
  height: 800px;
}
.cid-sIemZKU0tK .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sIemZKU0tK .carousel-item,
.cid-sIemZKU0tK .carousel-inner {
  height: 100%;
}
.cid-sIemZKU0tK .carousel-caption {
  bottom: 40px;
  top: 37%;
}
.cid-sIemZKU0tK .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sIemZKU0tK .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sIemZKU0tK .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sIemZKU0tK .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sIemZKU0tK .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sIemZKU0tK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sIemZKU0tK .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sIemZKU0tK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIemZKU0tK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sIemZKU0tK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sIemZKU0tK .mbr-section-title {
  font-weight: 700;
  margin-bottom: 40px;
  color: #ffffff;
}
.cid-sIemZKU0tK .mbr-section-btn {
  margin: 0 10px;
}
@media (max-width: 770px) {
  .cid-sIemZKU0tK .carousel-control {
    display: none;
  }
}
.cid-sIemZKU0tK .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.cid-sIemZKU0tK rect {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(9px);
  stroke-width: .1;
  transform-origin: right;
  fill: #ffffff;
}
.cid-sIemZKU0tK polygon {
  transform-origin: right;
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  clip-path: inset(0 0 0 0);
  visibility: visible;
  fill: #ffffff;
}
.cid-sIemZKU0tK .swiper-left:hover .swiper-left {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-sIemZKU0tK .swiper-left:hover .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.cid-sIemZKU0tK .swiper-left:hover rect {
  fill: #ffffff;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-sIemZKU0tK .swiper-left:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
}
.cid-sIemZKU0tK .swiper-right:hover .swiper-right {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-sIemZKU0tK .swiper-right:hover rect {
  fill: #ffffff;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-sIemZKU0tK .swiper-right:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
  fill: #ffffff;
}
.cid-sIemZKU0tK .mbr-section-title,
.cid-sIemZKU0tK .mbr-section-btn {
  color: #ffffff;
}
.cid-sHF9TUptua {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d1d1f;
}
.cid-sHF9TUptua .item-wrapper {
  width: 100%;
}
.cid-sHF9TUptua .left-side {
  text-align: left;
  padding: 0 100px 20px;
}
.cid-sHF9TUptua .row.big {
  align-items: center;
}
.cid-sHF9TUptua .mbr-section-title {
  margin: 26px 0 37px;
  color: #ffffff;
  font-weight: 700;
}
.cid-sHF9TUptua .mbr-iconfont {
  font-size: 60px;
  color: #b2b2b2;
  margin-right: 5px;
}
.cid-sHF9TUptua .desc1 {
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 700;
}
.cid-sHF9TUptua .desc2 {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sHF9TUptua .desc1,
.cid-sHF9TUptua .iconfont-wrapper {
  color: #ffffff;
}
.cid-sHF9TUptua .right-side {
  padding: 0;
}
.cid-sHF9TUptua .justify-content-center {
  padding: 0;
  margin: 0;
}
.cid-sHF9TUptua .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-sHF9TUptua .bottom {
  margin-bottom: 42px;
}
@media (max-width: 990px) {
  .cid-sHF9TUptua .left-side {
    padding: 0 30px 20px;
  }
}
@media (max-width: 690px) {
  .cid-sHF9TUptua .left-side {
    padding: 0 15px 20px;
  }
  .cid-sHF9TUptua .align-left {
    flex-direction: column;
  }
  .cid-sHF9TUptua .mbr-iconfont {
    margin-right: 0px;
  }
}
.cid-sIenkiwbyA {
  background-image: url("https://mobirise.com/extensions/showcasem5/assets/images/background1.jpg");
}
@media (min-width: 992px) {
  .cid-sIenkiwbyA .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sIenkiwbyA .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sIenkiwbyA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sIenkiwbyA .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-sIenkiwbyA .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-sIenkiwbyA .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-sIenkiwbyA .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sIenkiwbyA .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sIenkiwbyA .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sIenkiwbyA .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.cid-sIenkiwbyA .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-sIenkiwbyA .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-sIenkiwbyA .mbr-section-button {
  margin-top: 25px;
}
.cid-sHF9X2e6RR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("https://mobirise.com/extensions/showcasem5/assets/images/background3-1500x583.png");
}
.cid-sHF9X2e6RR .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sHF9X2e6RR .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sHF9X2e6RR .row {
  align-items: center;
  height: 100%;
}
.cid-sHF9X2e6RR .container {
  max-width: 1100px;
}
.cid-sHF9X2e6RR .wrapper {
  margin: auto;
}
.cid-sHF9Ybe5aq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dde8eb;
}
.cid-sHF9Ybe5aq .item-wrapper {
  width: 100%;
}
.cid-sHF9Ybe5aq .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #1d1d1f;
  font-weight: 700;
}
.cid-sHF9Ybe5aq .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sHF9Ybe5aq .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sHF9Ybe5aq .link {
  margin-top: 29px;
}
.cid-sHF9Ybe5aq .col-auto {
  display: inline-block;
}
.cid-sHF9Ybe5aq .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sHF9Ybe5aq .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sHF9Ybe5aq .container-fluid {
  padding: 0;
}
.cid-sHF9Ybe5aq .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sHF9Ybe5aq .right-side {
  padding-left: 0;
}
@media (max-width: 990px) {
  .cid-sHF9Ybe5aq .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sHF9Ybe5aq .right-side {
    padding: 0px;
  }
}
.cid-sHF9Ybe5aq a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHF9Ybe5aq rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHF9Ybe5aq .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHF9Ybe5aq svg {
  margin-left: 15px;
}
.cid-sHF9Ybe5aq path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHF9Ybe5aq .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHF9Ybe5aq .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sHF9YS9pjw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dde8eb;
}
.cid-sHF9YS9pjw .item-wrapper {
  width: 100%;
}
.cid-sHF9YS9pjw .mbr-section-title {
  margin: 0 0 26px;
  color: #1d1d1f;
  font-weight: 700;
}
.cid-sHF9YS9pjw .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sHF9YS9pjw .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sHF9YS9pjw .link {
  margin-top: 29px;
}
.cid-sHF9YS9pjw .col-auto {
  display: inline-block;
}
.cid-sHF9YS9pjw .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sHF9YS9pjw .right-side {
  padding: 0;
  padding-top: 100px;
  padding-right: 50px;
}
.cid-sHF9YS9pjw .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sHF9YS9pjw .container-fluid {
  padding: 0;
}
.cid-sHF9YS9pjw .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
@media (max-width: 990px) {
  .cid-sHF9YS9pjw .left {
    padding-right: 0px;
  }
  .cid-sHF9YS9pjw .right-side {
    padding: 0;
    padding-right: 15px;
  }
}
@media (max-width: 770px) {
  .cid-sHF9YS9pjw .right-side {
    padding: 0px;
  }
}
.cid-sHF9YS9pjw a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHF9YS9pjw rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHF9YS9pjw .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHF9YS9pjw svg {
  margin-left: 15px;
}
.cid-sHF9YS9pjw path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHF9YS9pjw .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHF9YS9pjw .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sIenfrbkog {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8eb;
}
.cid-sIenfrbkog .link a {
  background-image: none !important;
}
@media (min-width: 992px) {
  .cid-sIenfrbkog .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sIenfrbkog .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sIenfrbkog .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sIenfrbkog .mbr-section-title {
  font-weight: 700;
}
.cid-sIenfrbkog .mbr-section-subtitle {
  font-weight: 500;
  margin: 14px 0 4px;
  color: #4c4c4c;
}
.cid-sIenfrbkog .pile {
  padding: 45px 40px 47px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 20px 40px 0 rgba(216, 227, 235, 0.65);
}
.cid-sIenfrbkog .pile1 {
  border-left: 4px solid #f7b560;
}
.cid-sIenfrbkog .pile2 {
  border-left: 4px solid #5dabb0;
}
.cid-sIenfrbkog .pile3 {
  border-left: 4px solid #f8d8cf;
}
.cid-sIenfrbkog .pile:last-child {
  margin-bottom: 0;
}
.cid-sHFa0CHDlP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8eb;
}
@media (min-width: 992px) {
  .cid-sHFa0CHDlP .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sHFa0CHDlP .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sHFa0CHDlP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sHFa0CHDlP {
    margin-bottom: 2rem;
  }
}
.cid-sHFa0CHDlP .title {
  font-weight: 700;
  color: #ffffff;
}
.cid-sHFa0CHDlP .subtitle {
  padding-top: 11px;
  font-weight: 500;
}
.cid-sHFa0CHDlP .top {
  padding-top: 55px;
}
.cid-sHFa0CHDlP .number-left {
  padding-top: 4px;
  text-align: left;
  font-weight: 700;
}
.cid-sHFa0CHDlP .number-right {
  padding-top: 4px;
  text-align: right;
  font-weight: 700;
}
.cid-sHFa0CHDlP .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-sHFa0CHDlP .title-left {
  text-align: right;
  color: #000000;
}
.cid-sHFa0CHDlP .subtitle-left {
  text-align: right;
  color: #4c4c4c;
}
.cid-sHFa0CHDlP .subtitle-right {
  color: #4c4c4c;
}
.cid-sHFa0CHDlP .title-right {
  color: #000000;
}
@media (max-width: 770px) {
  .cid-sHFa0CHDlP .bottom {
    margin-bottom: 55px;
  }
}
.cid-sHFa1nMUdO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHFa1nMUdO .link {
  margin-top: 30px;
}
.cid-sHFa1nMUdO .date {
  margin: 29px 0 14px;
  color: #000000;
  font-weight: 700;
}
.cid-sHFa1nMUdO .mbr-section-title {
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
}
.cid-sHFa1nMUdO .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-sHFa1nMUdO .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sHFa1nMUdO .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-sHFa1nMUdO .header {
    margin-bottom: 20px;
  }
  .cid-sHFa1nMUdO .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-sHFa1nMUdO .link {
    margin-bottom: 40px;
  }
}
.cid-sHFa1nMUdO .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-sHFa1nMUdO .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-sHFa1nMUdO .item {
  position: relative;
}
.cid-sHFa1nMUdO .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  transform-origin: top right;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 700;
  color: #4c4c4c;
  display: flex;
  align-items: center;
}
.cid-sHFa1nMUdO .padd {
  padding: 0 20px;
}
.cid-sHFa1nMUdO a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHFa1nMUdO rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHFa1nMUdO .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHFa1nMUdO svg {
  margin-left: 15px;
}
.cid-sHFa1nMUdO path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHFa1nMUdO .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHFa1nMUdO .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@media (max-width: 770px) {
  .cid-sHFa1nMUdO .top {
    margin-top: 40px;
  }
}
.cid-sHFa1nMUdO .side-subtitle:before {
  content: '';
  position: relative;
  display: block;
  height: 1px;
  width: 26px;
  margin-right: 15px;
  background-color: #dbdbdb;
}
.cid-sHFa2S25Rm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHFa2S25Rm .mbr-section-title {
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
  width: 100%;
}
.cid-sHFa2S25Rm .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sHFa2S25Rm .item-wrapper:hover {
  cursor: pointer;
}
.cid-sHFa2S25Rm .item-wrapper:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-sHFa2S25Rm .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
  width: 100%;
}
.cid-sHFa2S25Rm .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  position: absolute;
  top: -100px;
  right: -40px;
}
.cid-sHFa2S25Rm a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHFa2S25Rm rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHFa2S25Rm .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHFa2S25Rm svg {
  margin-left: 15px;
}
.cid-sHFa2S25Rm path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHFa2S25Rm .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHFa2S25Rm .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sHFa2S25Rm .link {
  margin-top: 26px;
}
.cid-sHFa2S25Rm img {
  margin-bottom: 29px;
}
.cid-sHFa2S25Rm .date {
  font-weight: 700;
  margin-bottom: 13px;
}
@media (max-width: 770px) {
  .cid-sHFa2S25Rm .top {
    margin-top: 60px;
  }
}
.cid-sHFa3lEAFx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHFa3lEAFx .pile1,
.cid-sHFa3lEAFx .pile2 {
  padding-bottom: 60px;
}
.cid-sHFa3lEAFx .pile1,
.cid-sHFa3lEAFx .pile3 {
  padding-right: 60px;
}
.cid-sHFa3lEAFx .pile2,
.cid-sHFa3lEAFx .pile4 {
  padding-right: 50px;
}
.cid-sHFa3lEAFx .text {
  display: flex;
  flex-direction: row;
}
.cid-sHFa3lEAFx .card-title {
  margin-bottom: 14px;
}
.cid-sHFa3lEAFx .card-text {
  padding-bottom: 24px;
  font-weight: 500;
}
.cid-sHFa3lEAFx a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHFa3lEAFx rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHFa3lEAFx .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHFa3lEAFx svg {
  margin-left: 15px;
}
.cid-sHFa3lEAFx path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHFa3lEAFx .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHFa3lEAFx .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sHFa3lEAFx img {
  max-width: 140px;
  height: auto;
}
.cid-sHFa3lEAFx .card-text,
.cid-sHFa3lEAFx .lin {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-sHFa3lEAFx .dir {
    flex-direction: column;
  }
  .cid-sHFa3lEAFx .top {
    padding-top: 60px;
  }
  .cid-sHFa3lEAFx .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-sHFa3lEAFx .top1 {
    padding-top: 60px;
  }
  .cid-sHFa3lEAFx .pile {
    padding-right: 0;
  }
  .cid-sHFa3lEAFx .card-title {
    text-align: center;
  }
  .cid-sHFa3lEAFx .card-text {
    text-align: center;
  }
  .cid-sHFa3lEAFx .iconfont-wrapper {
    text-align: center;
  }
  .cid-sHFa3lEAFx img {
    display: inline;
  }
  .cid-sHFa3lEAFx .link {
    text-align: center;
  }
}
.cid-sHFa46dxYi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHFa46dxYi .date {
  margin: 67px 0 14px;
  color: #1d1d1f;
  font-weight: 700;
}
.cid-sHFa46dxYi .mbr-section-title {
  color: #000000;
  margin-bottom: 62px;
  font-weight: 700;
}
.cid-sHFa46dxYi .link {
  margin-top: 22px;
}
.cid-sHFa46dxYi .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-sHFa46dxYi .header {
    margin-bottom: 20px;
  }
  .cid-sHFa46dxYi .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
  .cid-sHFa46dxYi .button {
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-sHFa46dxYi .link {
    margin-bottom: 40px;
  }
}
.cid-sHFa46dxYi .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-sHFa46dxYi .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-sHFa46dxYi .part {
  align-items: start;
}
.cid-sHFa46dxYi H3 {
  text-align: center;
}
.cid-sHFa46dxYi a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHFa46dxYi rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHFa46dxYi .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHFa46dxYi svg {
  margin-left: 15px;
}
.cid-sHFa46dxYi path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHFa46dxYi .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHFa46dxYi .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sHFa46dxYi .card-heading,
.cid-sHFa46dxYi .link {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-sHFa46dxYi .top {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-sHFa46dxYi .top1 {
    padding-top: 60px;
  }
}
.cid-sHFa4xlTY7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-sHFa4xlTY7 .text {
  padding-top: 0;
}
.cid-sHFa4xlTY7 .card-title {
  margin-bottom: 0;
  margin-top: 22px;
  width: 100%;
  font-weight: 700;
  color: #ffffff;
}
.cid-sHFa4xlTY7 .card-text {
  margin-top: 14px;
  width: 100%;
  font-weight: 500;
  color: #b2b2b2;
}
.cid-sHFa4xlTY7 .bottom {
  margin-bottom: 66px;
}
.cid-sHFa4xlTY7 .number {
  width: 100%;
  font-weight: 700;
  color: #b2b2b2;
}
.cid-sHFa4xlTY7 .header {
  margin: 5px 0;
  font-weight: 700;
  color: #ffffff;
}
.cid-sHFa4xlTY7 .line {
  background-color: #4c4c4c;
  height: 1px;
  width: 100%;
}
@media (max-width: 770px) {
  .cid-sHFa4xlTY7 .top {
    padding-top: 60px;
  }
}
.cid-sHFa5aeUNL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-sHFa5aeUNL img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
.cid-sHFa5aeUNL .title {
  display: inline;
  font-weight: 700;
  color: #ffffff;
  width: auto;
}
.cid-sHFa5aeUNL .margin {
  margin: 0px;
}
.cid-sHFa5aeUNL .row {
  align-items: center;
  margin-bottom: 39px;
}
.cid-sHFa5aeUNL .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-sHFa5aeUNL .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sHFa5aeUNL .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sHFa5aeUNL .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sHFa5aeUNL .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sHFa60TYj2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHFa60TYj2 .item-wrapper {
  width: 100%;
}
.cid-sHFa60TYj2 .mbr-section-title {
  margin: 0 0 26px;
  color: #1d1d1f;
  font-weight: 700;
  width: 100%;
}
.cid-sHFa60TYj2 .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sHFa60TYj2 .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sHFa60TYj2 .link {
  margin-top: 29px;
}
.cid-sHFa60TYj2 .col-auto {
  display: inline-block;
}
.cid-sHFa60TYj2 .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sHFa60TYj2 .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sHFa60TYj2 .container-fluid {
  padding: 0;
}
.cid-sHFa60TYj2 .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sHFa60TYj2 .right-side {
  padding-left: 0;
}
@media (max-width: 990px) {
  .cid-sHFa60TYj2 .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sHFa60TYj2 .right-side {
    padding: 0px;
  }
}
.cid-sHFa60TYj2 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHFa60TYj2 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHFa60TYj2 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHFa60TYj2 svg {
  margin-left: 15px;
}
.cid-sHFa60TYj2 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHFa60TYj2 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHFa60TYj2 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sHFa6Jmybl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-sHFa6Jmybl .item-wrapper {
  width: 100%;
}
.cid-sHFa6Jmybl .left-side {
  text-align: left;
}
.cid-sHFa6Jmybl .link {
  width: 100%;
  margin-top: 29px;
}
.cid-sHFa6Jmybl .left {
  max-width: 490px;
  padding-right: 45px;
  margin: auto;
}
.cid-sHFa6Jmybl .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sHFa6Jmybl .mbr-section-title {
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
}
.cid-sHFa6Jmybl .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sHFa6Jmybl .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sHFa6Jmybl .col-auto {
  display: inline-block;
}
.cid-sHFa6Jmybl .container-fluid {
  padding: 0;
}
.cid-sHFa6Jmybl .mbr-section-subtitle {
  color: #b2b2b2;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sHFa6Jmybl .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sHFa6Jmybl .left-side {
    padding: 25px 15px;
  }
}
.cid-sHFa6Jmybl a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHFa6Jmybl rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHFa6Jmybl .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHFa6Jmybl svg {
  margin-left: 15px;
}
.cid-sHFa6Jmybl path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHFa6Jmybl .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHFa6Jmybl .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sHFa6Jmybl img {
  width: 80%;
  margin: auto;
}
.cid-sHFa7b7ief {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHFa7b7ief .text {
  display: flex;
  flex-direction: row;
}
.cid-sHFa7b7ief .card-title {
  margin-bottom: 14px;
}
.cid-sHFa7b7ief .card-text {
  padding-bottom: 24px;
  font-weight: 500;
}
.cid-sHFa7b7ief a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHFa7b7ief rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHFa7b7ief .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHFa7b7ief svg {
  margin-left: 15px;
}
.cid-sHFa7b7ief path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHFa7b7ief .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHFa7b7ief .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sHFa7b7ief img {
  max-width: 140px;
  height: auto;
}
.cid-sHFa7b7ief .card-text,
.cid-sHFa7b7ief .lin {
  color: #4c4c4c;
}
.cid-sHFa7b7ief .mbr-iconfont {
  font-size: 110px;
  margin-right: 5px;
  color: #000000;
}
.cid-sHFa7b7ief .padd-r {
  padding-right: 25px;
}
.cid-sHFa7b7ief .padd-l {
  padding-left: 25px;
}
.cid-sHFa7b7ief .b {
  margin-bottom: 51px;
}
@media (max-width: 770px) {
  .cid-sHFa7b7ief .b1 {
    margin-bottom: 51px;
  }
  .cid-sHFa7b7ief .padd-l,
  .cid-sHFa7b7ief .padd-r {
    padding: 0;
  }
  .cid-sHFa7b7ief .text {
    flex-direction: column;
  }
  .cid-sHFa7b7ief .col-auto {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-sHFa7b7ief .card-title,
  .cid-sHFa7b7ief .lin,
  .cid-sHFa7b7ief .link {
    text-align: center;
  }
}
.cid-sHFa7SLFup {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-sHFa7SLFup .card-wrapper {
  background: none;
  display: block;
}
.cid-sHFa7SLFup .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-sHFa7SLFup .mbr-iconfont {
  display: block;
  font-size: 110px;
  margin-right: 15px;
  height: 100%;
  margin-bottom: 29px;
}
.cid-sHFa7SLFup .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sHFa7SLFup .card-title {
  font-weight: 700;
  margin-bottom: 14px;
}
.cid-sHFa7SLFup .lin {
  font-weight: 500;
}
.cid-sHFa7SLFup a {
  padding: 0;
  border: 0px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-sHFa7SLFup .card-title,
.cid-sHFa7SLFup .lin {
  color: #1d1d1f;
}
.cid-sHFa7SLFup .padd {
  padding-top: 68px;
}
@media (max-width: 990px) {
  .cid-sHFa7SLFup .padd {
    padding-top: 0;
  }
  .cid-sHFa7SLFup .b {
    margin-bottom: 60px;
  }
}
.cid-sHFa7SLFup .link {
  margin-top: 24px;
}
.cid-sHFa7SLFup rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHFa7SLFup .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHFa7SLFup svg {
  margin-left: 15px;
}
.cid-sHFa7SLFup path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHFa7SLFup .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHFa7SLFup .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sHFa7SLFup .icon1 {
  color: #338ba0;
}
.cid-sHFa7SLFup .icon2 {
  color: #ffffff;
}
.cid-sHFa7SLFup .icon3 {
  color: #fab901;
}
.cid-sHFa7SLFup .icon4 {
  color: #ffffff;
}
.cid-sHFa7SLFup .small-bottom,
.cid-sHFa7SLFup .link {
  text-align: left;
  color: #b2b2b2;
}
.cid-sHFa7SLFup .card-title,
.cid-sHFa7SLFup .iconfont-wrapper {
  color: #ffffff;
}
@media (max-width: 770px) {
  .cid-sHFa7SLFup .b1 {
    margin-bottom: 60px;
  }
  .cid-sHFa7SLFup .card-title {
    text-align: center;
  }
  .cid-sHFa7SLFup .lin {
    text-align: center;
  }
  .cid-sHFa7SLFup .link {
    text-align: center;
  }
  .cid-sHFa7SLFup .mbr-iconfont {
    margin-right: 0;
  }
  .cid-sHFa7SLFup .iconfont-wrapper {
    text-align: center;
  }
}
.cid-sHFa8udkF9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHFa8udkF9 .card-wrapper {
  background: none;
  display: block;
}
.cid-sHFa8udkF9 .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-sHFa8udkF9 .mbr-iconfont {
  display: block;
  font-size: 110px;
  color: #1d1d1f;
  margin-right: 15px;
  height: 100%;
  margin-bottom: 29px;
}
.cid-sHFa8udkF9 .card-box {
  text-align: left;
  margin: 0;
}
.cid-sHFa8udkF9 .col {
  padding: 0;
}
.cid-sHFa8udkF9 .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sHFa8udkF9 .card-title {
  font-weight: 700;
  margin-bottom: 14px;
  color: #1d1d1f;
}
.cid-sHFa8udkF9 .small-bottom {
  font-weight: 500;
}
.cid-sHFa8udkF9 a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-sHFa8udkF9 .padd {
  padding-top: 68px;
}
@media (max-width: 990px) {
  .cid-sHFa8udkF9 .padd {
    padding-top: 0;
  }
  .cid-sHFa8udkF9 .b {
    margin-bottom: 60px;
  }
}
.cid-sHFa8udkF9 .lin {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-sHFa8udkF9 .b1 {
    margin-bottom: 60px;
  }
  .cid-sHFa8udkF9 .card-title,
  .cid-sHFa8udkF9 .lin,
  .cid-sHFa8udkF9 .link {
    text-align: center;
  }
  .cid-sHFa8udkF9 .mbr-iconfont {
    margin-right: 0;
  }
  .cid-sHFa8udkF9 .iconfont-wrapper {
    text-align: center;
  }
}
.cid-sHFa9X5cFj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHFa9X5cFj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHFa9X5cFj .mbr-section-title {
  font-weight: 700;
}
.cid-sHFa9X5cFj .mbr-section-subtitle {
  font-weight: 700;
}
.cid-sHFa9X5cFj .padding {
  padding-left: 85px;
}
.cid-sHFa9X5cFj .pile {
  margin: 25px 0;
  transition: color 0.2s;
}
.cid-sHFa9X5cFj .title {
  color: #000000;
}
.cid-sHFa9X5cFj .pile:hover .mbr-section-title {
  color: #b2b2b2;
}
.cid-sHFa9X5cFj .pile:hover .mbr-section-subtitle {
  color: #b2b2b2;
}
@media (max-width: 770px) {
  .cid-sHFa9X5cFj .padding {
    padding-left: 15px;
  }
}
.cid-sIeow3GqPJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("https://mobirise.com/extensions/showcasem5/assets/images/background3.png");
}
.cid-sIeow3GqPJ .title-block {
  justify-content: space-between;
}
.cid-sIeow3GqPJ .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #ffffff;
}
.cid-sIeow3GqPJ .mbr-section-title {
  margin-bottom: 60px;
  font-weight: 700;
}
.cid-sIeow3GqPJ .card-wrapper {
  width: auto;
  max-width: 100%;
  border-radius: 30px;
  padding: 60px 40px 30px;
  margin: 0 30px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 20px 40px 0 rgba(216, 227, 235, 0.15);
}
.cid-sIeow3GqPJ .card-title {
  font-weight: 700;
  padding: 43px 0 0;
  color: #1d1d1f;
  text-align: left;
}
.cid-sIeow3GqPJ .title {
  font-weight: 700;
  margin-bottom: 50px;
  text-align: left;
  color: #ffffff;
}
.cid-sIeow3GqPJ .subtitle {
  font-weight: 700;
  margin-top: 30px;
  text-align: left;
  color: #1d1d1f;
}
.cid-sIeow3GqPJ .text {
  margin-top: 10px;
  font-weight: 500;
  text-align: left;
  color: #4c4c4c;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sIeow3GqPJ .col-12:nth-child(3) {
    padding-top: 35px;
  }
  .cid-sIeow3GqPJ .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-sIeow3GqPJ .card-wrapper {
    margin: 10px;
  }
}
@media (max-width: 574px) {
  .cid-sIeow3GqPJ .col-12 {
    padding-top: 35px;
  }
  .cid-sIeow3GqPJ .col-12:first-child {
    padding-top: 0px;
  }
  .cid-sIeow3GqPJ .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-sIeow3GqPJ H3 {
  color: #ffffff;
}
.cid-sHFacwzglO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("https://mobirise.com/extensions/showcasem5/assets/images/background3-1500x583.png");
}
.cid-sHFacwzglO .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sHFacwzglO .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sHFacwzglO .row {
  align-items: center;
  height: 100%;
}
.cid-sHFacwzglO .container {
  max-width: 1100px;
}
.cid-sHFacwzglO .wrapper {
  margin: auto;
}
.cid-sHFai3E8xB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHFai3E8xB .mbr-section-title {
  color: #1d1d1f;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sHFai3E8xB .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sHFai3E8xB .row {
  align-items: center;
  height: 100%;
}
.cid-sHFai3E8xB .container {
  max-width: 1100px;
}
.cid-sHFai3E8xB .wrapper {
  margin: auto;
}
.cid-sHFaiX7J2o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHFaiX7J2o .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-bottom: 28px;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sHFaiX7J2o .mbr-section-subtitle {
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 0;
  font-weight: 500;
}
.cid-sHFaiX7J2o .row {
  align-items: center;
  height: 100%;
}
.cid-sHFaiX7J2o .padd {
  padding-right: 25%;
}
@media (max-width: 690px) {
  .cid-sHFaiX7J2o .padd {
    padding-right: 0%;
  }
}
.cid-sHFaiX7J2o .wrapper {
  margin: auto;
}
.cid-sHFajJMjq2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHFajJMjq2 .mbr-section-title {
  color: #1d1d1f;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sHFajJMjq2 .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sHFajJMjq2 .row {
  align-items: center;
  height: 100%;
}
.cid-sHFajJMjq2 .container {
  max-width: 1100px;
}
.cid-sHFajJMjq2 .wrapper {
  margin: auto;
}
.cid-sHFakHYEC8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHFakHYEC8 .lin {
  text-align: left;
  color: #1d1d1f;
  font-weight: 700;
  width: 100%;
}
.cid-sHFakHYEC8 .mbr-iconfont {
  font-size: 50px;
  color: #1d1d1f;
}
.cid-sHFakHYEC8 .iconfont-wrapper {
  text-align: center;
}
.cid-sHFakHYEC8 .row {
  align-items: center;
}
.cid-sHFakHYEC8 .no-padding {
  padding: 0 7px;
  width: 100%;
}
.cid-sHFakHYEC8 .wrapper {
  margin: auto;
}
.cid-sHFalyabqk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHFalyabqk .link-wrapper {
  width: 100%;
}
.cid-sHFalyabqk .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-sHFalyabqk .lin {
  display: inline;
  text-align: center;
}
.cid-sHFalyabqk .mbr-iconfont {
  font-size: 50px;
  color: #4c4c4c;
}
.cid-sHFalyabqk .iconfont-wrapper {
  text-align: right;
}
.cid-sHFalyabqk .row {
  align-items: center;
}
.cid-sHFalyabqk .mbr-section-title {
  color: #1d1d1f;
  text-align: left;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sHFalyabqk .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sHFalyabqk a {
  font-weight: 700 !important;
}
@media (max-width: 690px) {
  .cid-sHFalyabqk .iconfont-wrapper {
    margin-top: 30px;
  }
}
.cid-sHFalyabqk .wrapper {
  margin: auto;
}
.cid-sHFamkKRho {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5e5e5;
}
.cid-sHFamkKRho .image-wrapper {
  position: relative;
}
.cid-sHFamkKRho .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sHFamkKRho .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sHFamkKRho img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sHFamkKRho .line {
  width: 100%;
  height: 1px;
  background-color: #b2b2b2;
  margin-bottom: 25px;
}
.cid-sHFamkKRho .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sHFamkKRho .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sHFamkKRho a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHFamkKRho rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHFamkKRho .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHFamkKRho svg {
  margin-left: 15px;
}
.cid-sHFamkKRho path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHFamkKRho .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHFamkKRho .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sHFamkKRho .wrapper {
  margin: auto;
}
.cid-sHFamZXFIO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHFamZXFIO .item-wrapper {
  margin-bottom: 56px;
}
.cid-sHFamZXFIO .date {
  margin-bottom: 6px;
}
.cid-sHFamZXFIO .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
}
.cid-sHFamZXFIO .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sHFamZXFIO a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHFamZXFIO rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHFamZXFIO .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHFamZXFIO svg {
  margin-left: 15px;
}
.cid-sHFamZXFIO path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHFamZXFIO .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHFamZXFIO .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sHFamZXFIO .row {
  justify-content: center;
}
.cid-sHFapV4jxy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("https://mobirise.com/extensions/showcasem5/assets/images/background3-1500x583.png");
}
.cid-sHFapV4jxy .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sHFapV4jxy .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sHFapV4jxy .row {
  align-items: center;
  height: 100%;
}
.cid-sHFapV4jxy .container {
  max-width: 1100px;
}
.cid-sHFapV4jxy .wrapper {
  margin: auto;
}
.cid-sHFaseWUPc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHFaseWUPc img {
  border-radius: 0px;
}
.cid-sHFaseWUPc .row {
  justify-content: center;
}
.cid-sHFat1GuyQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHFat1GuyQ .video-wrapper iframe {
  width: 100%;
}
.cid-sHFat1GuyQ .mbr-section-title {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 80px;
}
.cid-sHFatKg0es {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHFatKg0es .card {
  padding-top: 30px;
  background: none;
  border-radius: 0;
}
.cid-sHFatKg0es .item-wrapper {
  transition: all .3s;
}
.cid-sHFatKg0es .mbr-text {
  font-weight: 700;
}
.cid-sHFatKg0es .features-image {
  padding-top: 65px;
}
.cid-sHFatKg0es .features-image:first-child {
  padding-top: 0px;
}
.cid-sHFatKg0es .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-sHFatKg0es .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sHFatKg0es .features-image {
    padding-top: 65px;
  }
  .cid-sHFatKg0es .features-image:first-child {
    padding-top: 0px;
  }
  .cid-sHFatKg0es .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-sHFatKg0es .features-image:nth-child(3) {
    padding-top: 65px;
  }
}
@media (max-width: 574px) {
  .cid-sHFatKg0es .features-image {
    padding-top: 65px;
  }
  .cid-sHFatKg0es .features-image:first-child {
    padding-top: 0px;
  }
  .cid-sHFatKg0es .features-image:nth-child(2) {
    padding-top: 65px;
  }
  .cid-sHFatKg0es .features-image:nth-child(3) {
    padding-top: 65px;
  }
}
.cid-sHFatKg0es .col-12:hover .item-wrapper {
  box-shadow: 0 10px 30px 0 rgba(189, 189, 189, 0.35);
  transform: translateY(-6px);
  transition: all .3s;
}
.cid-sHFatKg0es .desc1,
.cid-sHFatKg0es .iconfont-wrapper {
  text-align: left;
}
.cid-sHFauuLtxR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sHFauuLtxR .mbr-section-title {
  text-align: left;
  width: 100%;
  margin-bottom: 60px;
  font-weight: 700;
}
.cid-sHFauuLtxR .mbr-section-subtitle {
  text-align: left;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-sHFauuLtxR .title-block {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-sHFauuLtxR .title-block {
    margin: 0;
  }
  .cid-sHFauuLtxR .container {
    margin-bottom: 7rem;
  }
}
.cid-sHFauuLtxR .card-wrapper {
  width: auto;
  max-width: 100%;
}
.cid-sHFauuLtxR .card-title {
  font-weight: 700;
  padding: 43px 0 0;
  color: #1d1d1f;
  text-align: left;
  margin-bottom: 0;
}
.cid-sHFauuLtxR H3 {
  color: #1d1d1f;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sHFauuLtxR .col-12:nth-child(3) {
    padding-top: 35px;
  }
}
@media (max-width: 574px) {
  .cid-sHFauuLtxR .col-12 {
    padding-top: 35px;
  }
  .cid-sHFauuLtxR .col-12:first-child {
    padding-top: 0px;
  }
}
.cid-sHFavR3ASt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("https://mobirise.com/extensions/showcasem5/assets/images/background3-1500x583.png");
}
.cid-sHFavR3ASt .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sHFavR3ASt .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sHFavR3ASt .row {
  align-items: center;
  height: 100%;
}
.cid-sHFavR3ASt .container {
  max-width: 1100px;
}
.cid-sHFavR3ASt .wrapper {
  margin: auto;
}
.cid-sHFaxpaukg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHFaxpaukg .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-sHFaxpaukg .mbr-iconfont {
  font-size: 50px;
  color: #4c4c4c;
}
.cid-sHFaxpaukg .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-sHFaxpaukg img {
  border-radius: 50%;
  height: 70px;
  width: auto;
}
.cid-sHFaxpaukg .user_image {
  margin-left: 6px;
}
.cid-sHFaxpaukg .title {
  color: #1d1d1f;
  text-align: left;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sHFaxpaukg .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sHFaxpaukg .row {
  align-items: center;
}
.cid-sHFaxpaukg .top {
  margin-top: 40px;
}
.cid-sHFaxpaukg .small {
  font-weight: 500;
  padding-left: 15px;
}
.cid-sHFaxpaukg .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-sHFaxpaukg .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-sHFaxpaukg .card {
    padding: 1rem;
  }
  .cid-sHFaxpaukg .quote-mark {
    display: none;
  }
  .cid-sHFaxpaukg .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-sHFay3uv8w {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sHFay3uv8w .mbr-section-title {
  width: 100%;
  text-align: left;
  padding-right: 280px;
  margin-bottom: 62px;
  font-weight: 700;
}
.cid-sHFay3uv8w .mbr-section-subtitle {
  width: 100%;
  text-align: left;
  padding-right: 280px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-sHFay3uv8w img {
  border-radius: 50%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-sHFay3uv8w .small {
  font-weight: 700;
  margin-top: 19px;
  margin-bottom: 40px;
}
.cid-sHFay3uv8w .user_name {
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #4c4c4c;
}
.cid-sHFay3uv8w .user_desc {
  font-weight: 700;
  text-align: left;
}
.cid-sHFay3uv8w .mbri-left:before {
  content: "\f053";
}
.cid-sHFay3uv8w .mbri-right:before {
  content: "\f054";
}
.cid-sHFay3uv8w .carousel-control-next,
.cid-sHFay3uv8w .carousel-control-prev {
  color: #4c4c4c;
}
.cid-sHFay3uv8w .title-block {
  justify-content: space-between;
}
.cid-sHFay3uv8w .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHFay3uv8w .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sHFay3uv8w .carousel-item .wrap-img {
  text-align: center;
}
.cid-sHFay3uv8w .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sHFay3uv8w .carousel-controls {
  width: 100%;
}
.cid-sHFay3uv8w .carousel-controls .carousel-control {
  width: 45px;
  height: 45px;
}
.cid-sHFay3uv8w .carousel-controls .carousel-control.carousel-control-prev {
  right: 3.9rem;
}
.cid-sHFay3uv8w .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sHFay3uv8w .cloneditem-1,
.cid-sHFay3uv8w .cloneditem-2,
.cid-sHFay3uv8w .cloneditem-3,
.cid-sHFay3uv8w .cloneditem-4 {
  display: none;
}
.cid-sHFay3uv8w .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: 0px;
  padding-left: 0px;
  width: 100%;
}
.cid-sHFay3uv8w .container {
  margin-bottom: 2.7rem;
}
.cid-sHFay3uv8w .controls-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sHFay3uv8w .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sHFay3uv8w .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sHFay3uv8w .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sHFay3uv8w .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sHFay3uv8w .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sHFay3uv8w .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sHFay3uv8w .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHFay3uv8w .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sHFay3uv8w .carousel-inner.slides2 .cloneditem-1,
  .cid-sHFay3uv8w .carousel-inner.slides2 .cloneditem-2,
  .cid-sHFay3uv8w .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sHFay3uv8w .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sHFay3uv8w .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sHFay3uv8w .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sHFay3uv8w .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sHFay3uv8w .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sHFay3uv8w .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHFay3uv8w .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sHFay3uv8w .carousel-inner.slides3 .cloneditem-1,
  .cid-sHFay3uv8w .carousel-inner.slides3 .cloneditem-2,
  .cid-sHFay3uv8w .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sHFay3uv8w .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sHFay3uv8w .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sHFay3uv8w .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sHFay3uv8w .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sHFay3uv8w .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sHFay3uv8w .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHFay3uv8w .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sHFay3uv8w .carousel-inner.slides4 .cloneditem-1,
  .cid-sHFay3uv8w .carousel-inner.slides4 .cloneditem-2,
  .cid-sHFay3uv8w .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sHFay3uv8w .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sHFay3uv8w .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sHFay3uv8w .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sHFay3uv8w .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sHFay3uv8w .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sHFay3uv8w .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHFay3uv8w .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sHFay3uv8w .carousel-inner.slides5 .cloneditem-1,
  .cid-sHFay3uv8w .carousel-inner.slides5 .cloneditem-2,
  .cid-sHFay3uv8w .carousel-inner.slides5 .cloneditem-3,
  .cid-sHFay3uv8w .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sHFay3uv8w .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sHFay3uv8w .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sHFay3uv8w .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sHFay3uv8w .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sHFay3uv8w .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sHFay3uv8w .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHFay3uv8w .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sHFay3uv8w .carousel-inner.slides6 .cloneditem-1,
  .cid-sHFay3uv8w .carousel-inner.slides6 .cloneditem-2,
  .cid-sHFay3uv8w .carousel-inner.slides6 .cloneditem-3,
  .cid-sHFay3uv8w .carousel-inner.slides6 .cloneditem-4,
  .cid-sHFay3uv8w .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sHFay3uv8w .card-box {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-sHFay3uv8w .wrap-img:hover .card-box {
  background-color: transparent;
}
.cid-sHFay3uv8w .wrap-img:hover .soc-item-1 {
  opacity: 0;
}
.cid-sHFay3uv8w .wrap-img:hover .soc-item-2 {
  opacity: 1;
}
.cid-sHFay3uv8w .soc-item {
  margin-bottom: 0.3rem;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 100;
  bottom: 0;
}
.cid-sHFay3uv8w .soc-item span {
  font-size: 1rem;
}
.cid-sHFay3uv8w .soc-item-1 {
  transition: 0.3s;
}
.cid-sHFay3uv8w .soc-item-2 {
  opacity: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.cid-sHFay3uv8w .soc-item-2 span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sHFay3uv8w .col-lg-2 {
    padding: 0rem;
  }
  .cid-sHFay3uv8w .title-block {
    margin: 0;
  }
  .cid-sHFay3uv8w .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
  }
  .cid-sHFay3uv8w .carousel-controls {
    position: absolute;
    top: -6rem;
    left: 7.5rem;
  }
  .cid-sHFay3uv8w .container {
    margin-bottom: 7rem;
  }
}
@media (min-width: 770px) and (max-width: 1200px) {
  .cid-sHFay3uv8w .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 10%;
  }
}
@media (min-width: 1200px) {
  .cid-sHFay3uv8w .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 20px;
  }
}
.cid-sHFay3uv8w .wrapper {
  padding: 0rem;
}
@media (min-width: 767px) {
  .cid-sHFay3uv8w .row {
    padding: 0 1rem;
  }
}
.cid-sHFay3uv8w .icon-left {
  margin-right: 0.1rem;
}
.cid-sHFay3uv8w .icon-right {
  margin-left: 0.1rem;
}
.cid-sHFay3uv8w .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-sHFay3uv8w .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-sHFay3uv8w H3 {
  color: #1d1d1f;
}
.cid-sHFay3uv8w .svg-right {
  color: #a6a6a6;
}
.cid-sHFay3uv8w .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  color: #a6a6a6;
  position: absolute;
  right: 30px;
  top: 9px;
}
.cid-sHFay3uv8w rect {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(9px);
  stroke-width: .1;
  transform-origin: right;
  fill: #4c4c4c;
}
.cid-sHFay3uv8w polygon {
  fill: #4c4c4c;
  transform-origin: right;
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  clip-path: inset(0 0 0 0);
  visibility: visible;
  color: #a6a6a6;
}
.cid-sHFay3uv8w .swiper-left:hover .swiper-left {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-sHFay3uv8w .swiper-left:hover .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.cid-sHFay3uv8w .swiper-left:hover rect {
  fill: #4c4c4c;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-sHFay3uv8w .swiper-left:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
}
.cid-sHFay3uv8w .swiper-right:hover .swiper-right {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  color: #1d1d1f;
  border-bottom-color: #1d1d1f;
  border-left-color: #1d1d1f;
  border-right-color: #1d1d1f;
  border-top-color: #1d1d1f;
  outline-color: #1d1d1f;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-sHFay3uv8w .swiper-right:hover rect {
  fill: #4c4c4c;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-sHFay3uv8w .swiper-right:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
  fill: #4c4c4c;
}
.cid-sHFay3uv8w .carousel.slide {
  margin-left: -15px;
  margin-right: -15px;
}
.cid-sHFay3uv8w .user_text {
  text-align: left;
}
.cid-sHFay3uv8w .description {
  padding-right: 143px;
}
.cid-sHFay3uv8w .carousel-control-prev {
  left: auto;
}
@media (max-width: 770px) {
  .cid-sHFay3uv8w .carousel-controls {
    position: initial;
  }
  .cid-sHFay3uv8w .padd {
    padding-left: 15px;
  }
  .cid-sHFay3uv8w .description {
    padding-right: 15px;
  }
  .cid-sHFay3uv8w .mbr-section-title {
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .cid-sHFay3uv8w .mbr-section-subtitle {
    padding-right: 0px;
  }
  .cid-sHFay3uv8w .carousel-control-prev {
    left: 3em;
  }
  .cid-sHFay3uv8w .carousel-control-next {
    right: 1em;
  }
  .cid-sHFay3uv8w .carousel-inner {
    margin-top: 60px;
  }
}
.cid-sHFayOmoYq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sHFayOmoYq .mbr-section-title,
.cid-sHFayOmoYq .mbr-section-subtitle {
  width: 100%;
}
.cid-sHFayOmoYq img {
  filter: grayscale(1) contrast(2) invert(0.73);
  padding: 40px 0;
  transition: 0.2s ease-in-out;
}
.cid-sHFayOmoYq img:hover {
  filter: grayscale(0);
  transition: 0.2s ease-in-out;
}
.cid-sHFayOmoYq .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-sHFayOmoYq .mbr-section-title {
  margin-bottom: 62px;
  font-weight: 700;
}
.cid-sHFayOmoYq .card-box {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-sHFayOmoYq .wrap-img:hover .card-box {
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-sHFayOmoYq .title-block {
    margin: 0;
  }
}
.cid-sHFayOmoYq .wrapper {
  padding: 0rem;
}
.cid-sHFayOmoYq .icon-left {
  margin-right: 0.1rem;
}
.cid-sHFayOmoYq .icon-right {
  margin-left: 0.1rem;
}
.cid-sHFayOmoYq .card-wrapper {
  padding: 30px 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-sHFayOmoYq .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-sHFayOmoYq H3 {
  color: #1d1d1f;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sHFayOmoYq .col-12:nth-child(4) {
    padding-top: 35px;
  }
  .cid-sHFayOmoYq .col-12:nth-child(5) {
    padding-top: 35px;
  }
  .cid-sHFayOmoYq .col-12:nth-child(6) {
    padding-top: 35px;
  }
}
@media (max-width: 574px) {
  .cid-sHFayOmoYq .col-12 {
    padding-top: 35px;
  }
  .cid-sHFayOmoYq .col-12:first-child {
    padding-top: 0px;
  }
}
.cid-sHFazPfH8I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHFazPfH8I img {
  padding: 5px;
  margin: auto;
  max-width: 100px;
  transition: all .3s;
  filter: grayscale(1) contrast(2) invert(0.7);
}
.cid-sHFazPfH8I .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
.cid-sHFazPfH8I .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 60px;
}
.cid-sHFazPfH8I .mbr-text {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sHFazPfH8I img:hover {
  filter: grayscale(1) contrast(2) invert(0);
  transition: all .3s;
}
.cid-sHFazPfH8I .col-auto {
  display: inline;
}
@media (max-width: 680px) {
  .cid-sHFazPfH8I .card {
    width: 100%;
    margin: auto;
  }
}
.cid-sHFaBQMYmc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("https://mobirise.com/extensions/showcasem5/assets/images/background3-1500x583.png");
}
.cid-sHFaBQMYmc .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sHFaBQMYmc .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sHFaBQMYmc .row {
  align-items: center;
  height: 100%;
}
.cid-sHFaBQMYmc .container {
  max-width: 1100px;
}
.cid-sHFaBQMYmc .wrapper {
  margin: auto;
}
.cid-sIeo7wrDIT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sIeo7wrDIT .mbr-form {
  position: relative;
  padding: 0;
}
.cid-sIeo7wrDIT .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
.cid-sIeo7wrDIT input.form-control {
  padding: .6rem 0;
}
.cid-sIeo7wrDIT .link {
  padding: 0;
  margin-right: -10px;
  width: auto;
  position: absolute;
  right: 10px;
  top: 34%;
}
.cid-sIeo7wrDIT .form-group {
  max-width: 100%;
}
.cid-sIeo7wrDIT .form-group,
.cid-sIeo7wrDIT .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sIeo7wrDIT .form-control {
  font-size: 22px;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  color: #ffffff;
  background-color: transparent;
  font-weight: 700;
  line-height: 45px;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-sIeo7wrDIT .col + .mbr-section-btn .btn,
.cid-sIeo7wrDIT .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sIeo7wrDIT .dragArea > *:nth-last-child(2).col,
.cid-sIeo7wrDIT .dragArea > *:nth-last-child(2).col-auto,
.cid-sIeo7wrDIT .col + .mbr-section-btn,
.cid-sIeo7wrDIT .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-sIeo7wrDIT a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sIeo7wrDIT rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sIeo7wrDIT .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sIeo7wrDIT svg {
  margin-left: 15px;
  color: currentColor;
}
.cid-sIeo7wrDIT path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sIeo7wrDIT .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sIeo7wrDIT .link:hover g {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sIeo7wrDIT .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sIeo7wrDIT .form-control:hover {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-sIeo7wrDIT .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-sIeo7wrDIT .form {
  margin-right: 0;
  margin-left: 0;
}
.cid-sIeo7wrDIT input[type=email]::placeholder {
  color: #b2b2b2;
}
.cid-sIeo7wrDIT .mbr-section-title {
  color: #1d1d1f;
  text-align: center;
  margin-bottom: 39px;
  font-weight: 700;
  max-width: 884px;
  margin: 0 auto 39px;
}
.cid-sIeo7wrDIT .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
  max-width: 884px;
  margin: auto;
}
.cid-sIeo7wrDIT .b {
  font-weight: 500;
}
@media (max-width: 690px) {
  .cid-sIeo7wrDIT .link {
    position: initial;
    margin-top: 10px;
  }
}
.cid-sIeo7wrDIT :focus::-webkit-input-placeholder {
  color: #1d1d1f !important;
}
.cid-sIeo7wrDIT input {
  color: #000000 !important;
}
.cid-sIeo7wrDIT input[type=text]::placeholder {
  color: #b2b2b2;
}
.cid-sIeo7wrDIT input[type=date]::placeholder {
  color: #b2b2b2;
}
.cid-sIeo7wrDIT input[type=time]::placeholder {
  color: #b2b2b2;
}
.cid-sIeo7wrDIT input[type=radio]::placeholder {
  color: #b2b2b2;
}
.cid-sIeo7wrDIT input[type=checkbox]::placeholder {
  color: #b2b2b2;
}
.cid-sIeo7wrDIT input[type=number]::placeholder {
  color: #b2b2b2;
}
.cid-sIeo7wrDIT input[type=url]::placeholder {
  color: #b2b2b2;
}
.cid-sIeo7wrDIT input[type=password]::placeholder {
  color: #b2b2b2;
}
.cid-sIeo7wrDIT input[type=nameFirst]::placeholder {
  color: #b2b2b2;
}
.cid-sIeo7wrDIT input[type=nameLast]::placeholder {
  color: #b2b2b2;
}
.cid-sIeo7wrDIT textarea::placeholder {
  color: #b2b2b2 !important;
}
.cid-sIeo7wrDIT select::placeholder {
  color: #b2b2b2;
}
.cid-sIeo7wrDIT textarea.form-control {
  padding: .6rem 0;
  color: #000000;
}
.cid-sIeo7wrDIT select.form-control {
  padding: .6rem 0;
  color: #000000 !important;
}
.cid-sIeo7wrDIT .form-control-label,
.cid-sIeo7wrDIT .form-check {
  width: 100%;
  padding: .6rem 0;
}
.cid-sIeo7wrDIT .form-control-label {
  display: flex;
  flex-direction: column;
}
.cid-sIeo7wrDIT input[type=email] {
  color: #000000;
}
.cid-sIeo7wrDIT input[type=text] {
  color: #000000;
}
.cid-sIeo7wrDIT input[type=date] {
  color: #000000;
}
.cid-sIeo7wrDIT input[type=time] {
  color: #000000;
}
.cid-sIeo7wrDIT input[type=radio] {
  color: #000000;
}
.cid-sIeo7wrDIT input[type=checkbox] {
  color: #000000;
}
.cid-sIeo7wrDIT input[type=number] {
  color: #000000;
}
.cid-sIeo7wrDIT input[type=url] {
  color: #000000;
}
.cid-sIeo7wrDIT input[type=password] {
  color: #000000;
}
.cid-sIeo7wrDIT input[name=nameFirst] {
  color: #000000;
  margin: 0 -0.6rem;
}
.cid-sIeo7wrDIT input[name=nameLast] {
  color: #000000;
  margin: 0 -0.6rem;
}
.cid-sIeo7wrDIT .link,
.cid-sIeo7wrDIT .form-group {
  padding: 0 !important;
}
.cid-sIeo7wrDIT .col-lg-12.col-md-12.col-sm-12.form-group {
  padding: .6rem 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-sIeo7wrDIT .form-check {
  padding-top: 0;
  padding-bottom: 0;
}
.cid-sIeo7wrDIT .col-lg-12.col-md-12.col-sm-12 {
  padding: .6rem 0 !important;
}
.cid-sIeo7wrDIT .link a {
  background-image: none !important;
}
.cid-sIeo7wrDIT .col-12.mbr-form {
  padding: 0 14.5%;
}
@media (max-width: 1030px) {
  .cid-sIeo7wrDIT .col-12.mbr-form {
    padding: 0;
  }
}
.cid-sIeo9014Dw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sIeo9014Dw .image-wrapper {
  position: relative;
}
.cid-sIeo9014Dw .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sIeo9014Dw .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sIeo9014Dw img {
  max-width: 200px;
  position: absolute;
  right: 50px;
  z-index: 10;
  bottom: 49px;
}
.cid-sIeo9014Dw .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 35px;
  color: #4c4c4c;
}
.cid-sIeo9014Dw .mbr-section-title {
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-sIeo9014Dw .form-group {
  margin-top: 22px;
  max-width: 100%;
}
.cid-sIeo9014Dw input.form-control {
  padding: .6rem 0;
}
.cid-sIeo9014Dw .form-group,
.cid-sIeo9014Dw .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sIeo9014Dw .form-control {
  font-size: 22px;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  color: #ffffff;
  background-color: transparent;
  font-weight: 700;
  line-height: 45px;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-sIeo9014Dw .col + .mbr-section-btn .btn,
.cid-sIeo9014Dw .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sIeo9014Dw .dragArea > *:nth-last-child(2).col,
.cid-sIeo9014Dw .dragArea > *:nth-last-child(2).col-auto,
.cid-sIeo9014Dw .col + .mbr-section-btn,
.cid-sIeo9014Dw .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sIeo9014Dw .first-column,
  .cid-sIeo9014Dw .second-column {
    padding-bottom: 2rem;
  }
  .cid-sIeo9014Dw .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sIeo9014Dw .first-column,
  .cid-sIeo9014Dw .second-column,
  .cid-sIeo9014Dw .third-column {
    text-align: center;
  }
}
.cid-sIeo9014Dw a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sIeo9014Dw rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sIeo9014Dw .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sIeo9014Dw svg {
  margin-left: 15px;
  color: currentColor;
}
.cid-sIeo9014Dw path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sIeo9014Dw .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sIeo9014Dw .link:hover g {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sIeo9014Dw .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sIeo9014Dw .form-control:hover {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-sIeo9014Dw .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-sIeo9014Dw .form {
  margin-right: 0;
  margin-left: 0;
}
.cid-sIeo9014Dw input[type=email]::placeholder {
  color: #b2b2b2;
}
.cid-sIeo9014Dw input[type=text]::placeholder {
  color: #b2b2b2;
}
.cid-sIeo9014Dw input[type=date]::placeholder {
  color: #b2b2b2;
}
.cid-sIeo9014Dw input[type=time]::placeholder {
  color: #b2b2b2;
}
.cid-sIeo9014Dw input[type=radio]::placeholder {
  color: #b2b2b2;
}
.cid-sIeo9014Dw input[type=checkbox]::placeholder {
  color: #b2b2b2;
}
.cid-sIeo9014Dw input[type=number]::placeholder {
  color: #b2b2b2;
}
.cid-sIeo9014Dw input[type=url]::placeholder {
  color: #b2b2b2;
}
.cid-sIeo9014Dw input[type=password]::placeholder {
  color: #b2b2b2;
}
.cid-sIeo9014Dw input[type=nameFirst]::placeholder {
  color: #b2b2b2;
}
.cid-sIeo9014Dw input[type=nameLast]::placeholder {
  color: #b2b2b2;
}
.cid-sIeo9014Dw textarea::placeholder {
  color: #b2b2b2 !important;
}
.cid-sIeo9014Dw select::placeholder {
  color: #b2b2b2;
}
.cid-sIeo9014Dw textarea.form-control {
  padding: .6rem 0;
  color: #000000;
}
.cid-sIeo9014Dw select.form-control {
  padding: .6rem 0;
  color: #000000 !important;
}
.cid-sIeo9014Dw .form-control-label,
.cid-sIeo9014Dw .form-check {
  width: 100%;
  padding: .6rem 0;
}
.cid-sIeo9014Dw .form-control-label {
  display: flex;
  flex-direction: column;
}
.cid-sIeo9014Dw input[type=email] {
  color: #000000;
}
.cid-sIeo9014Dw input[type=text] {
  color: #000000;
}
.cid-sIeo9014Dw input[type=date] {
  color: #000000;
}
.cid-sIeo9014Dw input[type=time] {
  color: #000000;
}
.cid-sIeo9014Dw input[type=radio] {
  color: #000000;
}
.cid-sIeo9014Dw input[type=checkbox] {
  color: #000000;
}
.cid-sIeo9014Dw input[type=number] {
  color: #000000;
}
.cid-sIeo9014Dw input[type=url] {
  color: #000000;
}
.cid-sIeo9014Dw input[type=password] {
  color: #000000;
}
.cid-sIeo9014Dw input[name=nameFirst] {
  color: #000000;
  margin: 0 -0.6rem;
}
.cid-sIeo9014Dw input[name=nameLast] {
  color: #000000;
  margin: 0 -0.6rem;
}
.cid-sIeo9014Dw .link,
.cid-sIeo9014Dw .form-group {
  padding: 0 !important;
}
.cid-sIeo9014Dw .col-lg-12.col-md-12.col-sm-12.form-group {
  padding: .6rem 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-sIeo9014Dw .form-check {
  padding-top: 0;
  padding-bottom: 0;
}
.cid-sIeo9014Dw .col-lg-12.col-md-12.col-sm-12 {
  padding: .6rem 0 !important;
}
.cid-sIeo9014Dw .link a {
  background-image: none !important;
}
.cid-sIeo9014Dw .mbr-form {
  padding: 0;
}
.cid-sIeo9014Dw .link {
  padding: 0;
  margin-top: 25px;
  font-weight: 500;
}
.cid-sIeo9014Dw :focus::-webkit-input-placeholder {
  color: #1d1d1f !important;
}
.cid-sIeo9014Dw .form input {
  color: #000000 !important;
}
.cid-sIeo9014Dw .b {
  font-weight: 500;
}
.cid-sIeo9014Dw button {
  padding: 0;
}
.cid-sIeo9014Dw .container {
  max-width: 925px;
}
.cid-sHFaFK1c3d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/showcasem5/assets/images/background1.jpg");
}
@media (min-width: 992px) {
  .cid-sHFaFK1c3d .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sHFaFK1c3d .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sHFaFK1c3d .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sHFaFK1c3d {
    margin-bottom: 2rem;
  }
}
.cid-sHFaFK1c3d .mbr-section-title {
  padding-bottom: 40px;
  color: #ffffff;
}
.cid-sHFaFK1c3d .text-block {
  color: #ffffff;
  margin-bottom: 50px;
}
.cid-sHFaFK1c3d .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-sHFaFK1c3d .line {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
.cid-sHFaFK1c3d .name {
  margin-bottom: 8px;
  font-weight: 700;
  color: #ffffff;
}
.cid-sHFaFK1c3d .name1 {
  margin-right: 5%;
  font-weight: 700;
  color: #ffffff;
}
.cid-sHFaFK1c3d .name2 {
  margin-right: 10%;
  font-weight: 700;
  color: #ffffff;
}
.cid-sHFaFK1c3d .name3 {
  margin-right: 15%;
  font-weight: 700;
  color: #ffffff;
}
.cid-sHFaFK1c3d .name,
.cid-sHFaFK1c3d .name1,
.cid-sHFaFK1c3d .name2,
.cid-sHFaFK1c3d .name3 {
  width: auto;
  padding: 0;
}
.cid-sHFaFK1c3d .progress {
  margin-bottom: 5px;
  position: relative;
  width: 100%;
  height: 5px;
  background-color: transparent;
}
.cid-sHFaFK1c3d .progress-bar {
  position: absolute;
  background-color: #ffffff;
  height: 4px;
}
.cid-sHFaFK1c3d .progress1 {
  width: 95%;
}
.cid-sHFaFK1c3d .progress2 {
  width: 90%;
}
.cid-sHFaFK1c3d .progress3 {
  width: 85%;
}
.cid-sHFaFK1c3d .progressbar-number1:before {
  content: '95';
}
.cid-sHFaFK1c3d .progressbar-number2:before {
  content: '90';
}
.cid-sHFaFK1c3d .progressbar-number3:before {
  content: '85';
}
.cid-sHFaGp73iT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e5e5e5;
}
.cid-sHFaGp73iT .plan {
  word-break: break-word;
  padding: 77px 60px 71px;
}
.cid-sHFaGp73iT .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-sHFaGp73iT .plan {
    margin-bottom: 2rem;
  }
}
.cid-sHFaGp73iT a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHFaGp73iT rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHFaGp73iT .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHFaGp73iT svg {
  margin-left: 15px;
}
.cid-sHFaGp73iT path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHFaGp73iT .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHFaGp73iT .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sHFaGp73iT .line {
  width: 100%;
  height: 1px;
  background-color: #b2b2b2;
  margin: 39px 0 30px;
}
.cid-sHFaGp73iT .list {
  text-align: left;
}
.cid-sHFaGp73iT .category {
  text-align: left;
}
.cid-sHFaGp73iT .license {
  text-align: left;
  letter-spacing: 3.3px;
  text-transform: uppercase;
}
.cid-sHFaGp73iT .link {
  text-align: left;
}
.cid-sHFaGp73iT li {
  margin-bottom: 10px;
}
.cid-sHFaGp73iT li:last-child {
  margin-bottom: 0;
}
.cid-sHFaGp73iT ul {
  padding-inline-start: 20px;
}
.cid-sHFaGp73iT .container {
  max-width: 1300px;
}
.cid-sHFaGp73iT .card1 {
  background-color: #e5e5e5;
}
.cid-sHFaGp73iT .card2 {
  background-color: #ffffff;
}
.cid-sHFaGp73iT .card3 {
  background-color: #e5e5e5;
}
.cid-sHFaGp73iT .card4 {
  background-color: #ffffff;
}
.cid-sHFaGp73iT .sign {
  margin-right: 6px;
}
.cid-sHFaGp73iT .price {
  margin-top: -6px;
}
.cid-sHFaGp73iT .main {
  justify-content: center;
}
@media (min-width: 990px) and (max-width: 1160px) {
  .cid-sHFaGp73iT .plan {
    padding: 47px;
  }
}
@media (max-width: 990px) {
  .cid-sHFaGp73iT .main {
    justify-content: flex-start;
  }
  .cid-sHFaGp73iT .plan {
    padding: 57px 40px 51px;
  }
}
.cid-sHFaGp73iT .price-row {
  display: flex;
}
.cid-sHEZj11gEp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1d1f;
}
.cid-sHEZj11gEp .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sHEZj11gEp .container {
  max-width: 1300px;
}
