@import url(https://fonts.googleapis.com/css?family=Syne:400,500,600,700,800&amp;display=swap);
@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Mono:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&amp;display=swap);


body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 4.6rem;
  line-height: 1.125;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 3rem;
  line-height: 1.18;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Syne', sans-serif;
  font-size: 2rem;
  line-height: 1.45;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-6 {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
}
.display-6 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-7 {
  font-family: 'Syne', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 1200px) {
  .display-1 {
    font-size: 3.818rem;
  }
  .display-2 {
    font-size: 2.392rem;
  }
  .display-5 {
    font-size: 1.15rem;
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.45rem;
  }
  .display-2 {
    font-size: 2.392rem;
  }
  .display-5 {
    font-size: 1.15rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-6 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (max-width: 546px) {
  .display-1 {
    font-size: 1.886rem;
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.9rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.9rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.6rem 2.9rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff8e5e !important;
}
.bg-success {
  background-color: #8aae3d !important;
}
.bg-info {
  background-color: #35999a !important;
}
.bg-warning {
  background-color: #d6d2cd !important;
}
.bg-danger {
  background-color: #df561c !important;
}
.btn-primary,
.btn-primary:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #ff8e5e !important;
  border-color: #ff8e5e !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(255, 142, 94, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #ff5107 !important;
  border-color: #ff5107 !important;
}
.btn-secondary,
.btn-secondary:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #1d1e22 !important;
  border-color: #1d1e22 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(29, 30, 34, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #35999a !important;
  border-color: #35999a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(53, 153, 154, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1f5959 !important;
  border-color: #1f5959 !important;
}
.btn-success,
.btn-success:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #8aae3d !important;
  border-color: #8aae3d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(138, 174, 61, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #576e26 !important;
  border-color: #576e26 !important;
}
.btn-warning,
.btn-warning:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #d6d2cd !important;
  border-color: #d6d2cd !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(214, 210, 205, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #afa79d !important;
  border-color: #afa79d !important;
}
.btn-danger,
.btn-danger:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #df561c !important;
  border-color: #df561c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(223, 86, 28, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #923812 !important;
  border-color: #923812 !important;
}
.btn-white,
.btn-white:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(250, 250, 250, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(35, 35, 35, 0.5);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #ff8e5e;
  color: #ff8e5e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff8e5e;
  box-shadow: -4px 4px 0 0 rgba(255, 142, 94, 0.5);
  left: 6px;
  top: -6px;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8e5e !important;
  border-color: #ff8e5e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #1d1e22;
  color: #1d1e22;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1d1e22;
  box-shadow: -4px 4px 0 0 rgba(29, 30, 34, 0.5);
  left: 6px;
  top: -6px;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d1e22 !important;
  border-color: #1d1e22 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #35999a;
  color: #35999a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #35999a;
  box-shadow: -4px 4px 0 0 rgba(53, 153, 154, 0.5);
  left: 6px;
  top: -6px;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #35999a !important;
  border-color: #35999a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #8aae3d;
  color: #8aae3d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8aae3d;
  box-shadow: -4px 4px 0 0 rgba(138, 174, 61, 0.5);
  left: 6px;
  top: -6px;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8aae3d !important;
  border-color: #8aae3d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #d6d2cd;
  color: #d6d2cd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d6d2cd;
  box-shadow: -4px 4px 0 0 rgba(214, 210, 205, 0.5);
  left: 6px;
  top: -6px;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5a534a !important;
  background-color: #d6d2cd !important;
  border-color: #d6d2cd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #df561c;
  color: #df561c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #df561c;
  box-shadow: -4px 4px 0 0 rgba(223, 86, 28, 0.5);
  left: 6px;
  top: -6px;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #df561c !important;
  border-color: #df561c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323;
  box-shadow: -4px 4px 0 0 rgba(35, 35, 35, 0.5);
  left: 6px;
  top: -6px;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa;
  box-shadow: -4px 4px 0 0 rgba(250, 250, 250, 0.5);
  left: 6px;
  top: -6px;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff8e5e !important;
}
.text-secondary {
  color: #1d1e22 !important;
}
.text-success {
  color: #8aae3d !important;
}
.text-info {
  color: #35999a !important;
}
.text-warning {
  color: #d6d2cd !important;
}
.text-danger {
  color: #df561c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #f74a00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4e6223 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1b4e4e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a8a095 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #843311 !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]) {
  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]):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: #ff8e5e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #35999a;
}
.alert-warning {
  background-color: #d6d2cd;
}
.alert-danger {
  background-color: #df561c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8e5e;
  border-color: #ff8e5e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff8e5e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c2d992;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7cd1d2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f9dbce;
}
/* Scroll to top button*/
.form-control {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff8e5e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff8e5e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff8e5e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff8e5e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff8e5e;
}
.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: #ff8e5e;
  border-bottom-color: #ff8e5e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff8e5e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1d1e22 !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='%23ff8e5e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sc4xUhKB6Q {
  z-index: 1000;
  width: 100%;
}
.cid-sc4xUhKB6Q nav.navbar {
  position: fixed;
}
.cid-sc4xUhKB6Q .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-sc4xUhKB6Q .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sc4xUhKB6Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sc4xUhKB6Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sc4xUhKB6Q .nav-link {
  position: relative;
}
.cid-sc4xUhKB6Q .container {
  display: flex;
  margin: auto;
}
.cid-sc4xUhKB6Q .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-sc4xUhKB6Q .dropdown-menu,
.cid-sc4xUhKB6Q .navbar.opened {
  background: #1d1e22 !important;
}
.cid-sc4xUhKB6Q .nav-item:focus,
.cid-sc4xUhKB6Q .nav-link:focus {
  outline: none;
}
.cid-sc4xUhKB6Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sc4xUhKB6Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sc4xUhKB6Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sc4xUhKB6Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sc4xUhKB6Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sc4xUhKB6Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sc4xUhKB6Q .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 30, 34, 0.6);
}
.cid-sc4xUhKB6Q .navbar .container {
  transition: all .3s;
}
.cid-sc4xUhKB6Q .navbar.opened {
  transition: all .3s;
}
.cid-sc4xUhKB6Q .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sc4xUhKB6Q .navbar .navbar-logo img {
  width: auto;
}
.cid-sc4xUhKB6Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sc4xUhKB6Q .navbar.collapsed {
  justify-content: center;
}
.cid-sc4xUhKB6Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sc4xUhKB6Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sc4xUhKB6Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-sc4xUhKB6Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sc4xUhKB6Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sc4xUhKB6Q .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-sc4xUhKB6Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sc4xUhKB6Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sc4xUhKB6Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sc4xUhKB6Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sc4xUhKB6Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sc4xUhKB6Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sc4xUhKB6Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sc4xUhKB6Q .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-sc4xUhKB6Q .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-sc4xUhKB6Q .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-sc4xUhKB6Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sc4xUhKB6Q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sc4xUhKB6Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sc4xUhKB6Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sc4xUhKB6Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sc4xUhKB6Q .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-sc4xUhKB6Q .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sc4xUhKB6Q .navbar.navbar-short .container {
  background-color: #1d1e22;
}
@media (max-width: 991.98px) {
  .cid-sc4xUhKB6Q .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-sc4xUhKB6Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sc4xUhKB6Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sc4xUhKB6Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sc4xUhKB6Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sc4xUhKB6Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sc4xUhKB6Q .dropdown-item.active,
.cid-sc4xUhKB6Q .dropdown-item:active {
  background-color: transparent;
}
.cid-sc4xUhKB6Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sc4xUhKB6Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sc4xUhKB6Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sc4xUhKB6Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1e22;
}
.cid-sc4xUhKB6Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sc4xUhKB6Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sc4xUhKB6Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sc4xUhKB6Q .navbar-buttons {
  text-align: center;
}
.cid-sc4xUhKB6Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sc4xUhKB6Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sc4xUhKB6Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sc4xUhKB6Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sc4xUhKB6Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sc4xUhKB6Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sc4xUhKB6Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc4xUhKB6Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sc4xUhKB6Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sc4xUhKB6Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc4xUhKB6Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sc4xUhKB6Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sc4xUhKB6Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sc4xUhKB6Q .navbar {
    height: 70px;
  }
  .cid-sc4xUhKB6Q .navbar.opened {
    height: auto;
  }
  .cid-sc4xUhKB6Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sc5gGtf213 {
  background-image: url("https://mobirise.com/extensions/connectm4/assets/images/background1.jpg");
}
.cid-sc5gGtf213 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sc5gGtf213 .mbr-text,
.cid-sc5gGtf213 .mbr-section-btn {
  color: #ffffff;
}
.cid-sc5gGtf213 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sc5gGtf213 .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-sc5gGtf213 .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-sc5gGtf213 .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-sc5gGtf213 .container-text {
    margin-top: 3.75rem;
  }
}
.cid-sc5gGtf213 .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-sc5gGtf213 .mbr-section-subtitle,
.cid-sc5gGtf213 .mbr-section-btn {
  text-align: center;
}
.cid-sca25jLeb8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sca25jLeb8 .image-block {
  margin: auto;
  height: auto;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.cid-sca25jLeb8 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sca25jLeb8 .image-block:hover:before {
  opacity: 0;
}
.cid-sca25jLeb8 .image-block:hover .wrap {
  opacity: 1;
}
.cid-sca25jLeb8 .image-block:hover img {
  transform: scale(1.05);
}
.cid-sca25jLeb8 h4 {
  letter-spacing: 2px;
}
.cid-sca25jLeb8 figcaption {
  position: relative;
}
.cid-sca25jLeb8 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sca25jLeb8 img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-sca25jLeb8 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sca25jLeb8 .wrap {
    opacity: 1!important;
  }
  .cid-sca25jLeb8 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sc5hr6I8Gi {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f6f4f2;
}
.cid-sc5hr6I8Gi img,
.cid-sc5hr6I8Gi .item-img {
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-sc5hr6I8Gi .item:focus,
.cid-sc5hr6I8Gi span:focus {
  outline: none;
}
.cid-sc5hr6I8Gi .item {
  cursor: pointer;
  margin-bottom: 5rem;
}
@media (max-width: 786px) {
  .cid-sc5hr6I8Gi .item {
    margin-bottom: 3.25rem;
  }
}
.cid-sc5hr6I8Gi .item-img {
  overflow: hidden;
}
.cid-sc5hr6I8Gi .item img {
  height: auto;
  transition: 0.5s;
}
.cid-sc5hr6I8Gi .item:hover img {
  transform: scale(1.2);
}
.cid-sc5hr6I8Gi .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sc5hr6I8Gi .item-wrapper .item-content {
    padding: 1.5rem 0 0;
  }
}
@media (max-width: 991px) {
  .cid-sc5hr6I8Gi .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sc5hr6I8Gi .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sc5hr6I8Gi .mbr-section-btn {
  margin-top: 1.87rem !important;
}
.cid-sc5hr6I8Gi .mbr-section-head {
  margin-bottom: 3.3rem;
}
.cid-sc5hr6I8Gi .item-subtitle {
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: #6a6868;
  text-align: center;
}
.cid-sc5hr6I8Gi .item-title {
  margin-bottom: 0;
  color: #1d1e22;
  text-align: center;
}
.cid-sc5hr6I8Gi .mbr-text,
.cid-sc5hr6I8Gi .mbr-section-btn {
  color: #515258;
  text-align: center;
}
.cid-sc5hr6I8Gi .mbr-section-title {
  text-align: center;
}
.cid-sc9mcG2WmA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sc9mcG2WmA .video-wrapper iframe {
  width: 100%;
}
.cid-sc9mcG2WmA .mbr-section-title,
.cid-sc9mcG2WmA .mbr-section-subtitle,
.cid-sc9mcG2WmA .mbr-text {
  text-align: center;
}
.cid-sc9mcG2WmA .mbr-section-head {
  margin-bottom: 3.3rem;
}
.cid-sc9npT7wgq {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f6f4f2;
}
.cid-sc9npT7wgq img,
.cid-sc9npT7wgq .item-img {
  height: 100%;
  height: 360px;
  object-fit: cover;
}
.cid-sc9npT7wgq .item:focus,
.cid-sc9npT7wgq span:focus {
  outline: none;
}
.cid-sc9npT7wgq .item {
  cursor: pointer;
  margin-bottom: 5rem;
}
@media (max-width: 786px) {
  .cid-sc9npT7wgq .item {
    margin-bottom: 3.25rem;
  }
}
.cid-sc9npT7wgq .item-img {
  overflow: hidden;
}
.cid-sc9npT7wgq .item img {
  height: auto;
  transition: 0.5s;
}
.cid-sc9npT7wgq .item:hover img {
  transform: scale(1.2);
}
.cid-sc9npT7wgq .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sc9npT7wgq .item-wrapper .item-content {
    padding: 1.5rem 0 0;
  }
}
@media (max-width: 991px) {
  .cid-sc9npT7wgq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sc9npT7wgq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sc9npT7wgq .mbr-section-btn {
  margin-top: 1.87rem !important;
}
.cid-sc9npT7wgq .mbr-section-head {
  margin-bottom: 3.3rem;
}
.cid-sc9npT7wgq .item-subtitle {
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: #6a6868;
  text-align: center;
}
.cid-sc9npT7wgq .item-title {
  margin-bottom: 0;
  color: #1d1e22;
  text-align: center;
}
.cid-sc9npT7wgq .mbr-text,
.cid-sc9npT7wgq .mbr-section-btn {
  color: #515258;
  text-align: center;
}
.cid-sc9npT7wgq .mbr-section-title {
  text-align: center;
}
.cid-scavREcVXr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-scavREcVXr a:link {
  text-decoration: none;
}
.cid-scavREcVXr .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-scavREcVXr .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-scavREcVXr .social-media {
  display: flex;
}
@media (max-width: 786px) {
  .cid-scavREcVXr .social-media {
    justify-content: flex-start !important;
  }
}
.cid-scavREcVXr .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-scavREcVXr .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-scavREcVXr .content-text,
.cid-scavREcVXr .inner-text {
  color: #f6f4f2;
}
.cid-scavREcVXr .hidden {
  visibility: visible !important;
}
.cid-sc9sz37xk0 {
  z-index: 1000;
  width: 100%;
}
.cid-sc9sz37xk0 nav.navbar {
  position: fixed;
}
.cid-sc9sz37xk0 .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-sc9sz37xk0 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sc9sz37xk0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sc9sz37xk0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sc9sz37xk0 .nav-link {
  position: relative;
}
.cid-sc9sz37xk0 .container {
  display: flex;
  margin: auto;
}
.cid-sc9sz37xk0 .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-sc9sz37xk0 .dropdown-menu,
.cid-sc9sz37xk0 .navbar.opened {
  background: #1d1e22 !important;
}
.cid-sc9sz37xk0 .nav-item:focus,
.cid-sc9sz37xk0 .nav-link:focus {
  outline: none;
}
.cid-sc9sz37xk0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sc9sz37xk0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sc9sz37xk0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sc9sz37xk0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sc9sz37xk0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sc9sz37xk0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sc9sz37xk0 .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 30, 34, 0.6);
}
.cid-sc9sz37xk0 .navbar .container {
  transition: all .3s;
}
.cid-sc9sz37xk0 .navbar.opened {
  transition: all .3s;
}
.cid-sc9sz37xk0 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sc9sz37xk0 .navbar .navbar-logo img {
  width: auto;
}
.cid-sc9sz37xk0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sc9sz37xk0 .navbar.collapsed {
  justify-content: center;
}
.cid-sc9sz37xk0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sc9sz37xk0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sc9sz37xk0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-sc9sz37xk0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sc9sz37xk0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sc9sz37xk0 .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-sc9sz37xk0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sc9sz37xk0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sc9sz37xk0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sc9sz37xk0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sc9sz37xk0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sc9sz37xk0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sc9sz37xk0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sc9sz37xk0 .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-sc9sz37xk0 .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-sc9sz37xk0 .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-sc9sz37xk0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sc9sz37xk0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sc9sz37xk0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sc9sz37xk0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sc9sz37xk0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sc9sz37xk0 .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-sc9sz37xk0 .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sc9sz37xk0 .navbar.navbar-short .container {
  background-color: #1d1e22;
}
@media (max-width: 991.98px) {
  .cid-sc9sz37xk0 .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-sc9sz37xk0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sc9sz37xk0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sc9sz37xk0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sc9sz37xk0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sc9sz37xk0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sc9sz37xk0 .dropdown-item.active,
.cid-sc9sz37xk0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sc9sz37xk0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sc9sz37xk0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sc9sz37xk0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sc9sz37xk0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1e22;
}
.cid-sc9sz37xk0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sc9sz37xk0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sc9sz37xk0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sc9sz37xk0 .navbar-buttons {
  text-align: center;
}
.cid-sc9sz37xk0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sc9sz37xk0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sc9sz37xk0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sc9sz37xk0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sc9sz37xk0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sc9sz37xk0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sc9sz37xk0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc9sz37xk0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sc9sz37xk0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sc9sz37xk0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc9sz37xk0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sc9sz37xk0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sc9sz37xk0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sc9sz37xk0 .navbar {
    height: 70px;
  }
  .cid-sc9sz37xk0 .navbar.opened {
    height: auto;
  }
  .cid-sc9sz37xk0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sc9sE8n6T1 {
  padding-top: 11.6rem;
  padding-bottom: 0rem;
  background-color: #1d1e22;
}
.cid-sc9sE8n6T1 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sc9sE8n6T1 .mbr-text,
.cid-sc9sE8n6T1 .mbr-section-btn {
  color: #ffffff;
}
.cid-sc9sE8n6T1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sc9sE8n6T1 .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-sc9sE8n6T1 .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-sc9sE8n6T1 .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-sc9sE8n6T1 .container-text {
    margin-top: 3.75rem;
  }
}
.cid-sc9sE8n6T1 .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-sc9sE8n6T1 .mbr-section-subtitle,
.cid-sc9sE8n6T1 .mbr-section-btn {
  text-align: center;
}
.cid-scasekeMgA {
  padding-top: 16.9rem;
  padding-bottom: 8rem;
  background-image: url("https://mobirise.com/extensions/connectm4/assets/images/background1.jpg");
}
.cid-scasekeMgA .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-scasekeMgA .mbr-text,
.cid-scasekeMgA .mbr-section-btn {
  color: #ffffff;
}
.cid-scasekeMgA .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-scasekeMgA .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-scasekeMgA .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-scasekeMgA .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-scasekeMgA .container-text {
    margin-top: 3.75rem;
  }
}
.cid-scasekeMgA .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-scasekeMgA .mbr-section-subtitle,
.cid-scasekeMgA .mbr-section-btn {
  text-align: center;
}
.cid-sc9sExrZMA {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #1d1e22;
}
.cid-sc9sExrZMA img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sc9sExrZMA .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sc9sExrZMA h2 {
  padding: 0;
  margin: 0;
}
.cid-sc9sExrZMA .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sc9sExrZMA .text-col {
  margin: auto;
}
.cid-sc9sExrZMA .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sc9sExrZMA .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sc9sExrZMA .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sc9sExrZMA .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sc9sExrZMA .mbr-iconfont {
  margin: 0!important;
}
.cid-sc9sExrZMA .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-sc9sExrZMA .mbr-section-subtitle {
  margin-bottom: 1.9rem;
}
@media (max-width: 992px) {
  .cid-sc9sExrZMA .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sc9sExrZMA .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sc9sExrZMA .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sc9sExrZMA .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sc9sExrZMA H2 {
  color: #333333;
}
.cid-sc9sExrZMA .mbr-text {
  color: #fafafa;
}
.cid-sc9sExrZMA H1 {
  color: #fafafa;
}
.cid-sc9sExrZMA H3 {
  color: #fafafa;
  text-align: left;
}
.cid-sc9sEVT20a {
  padding-top: 9.5rem;
  padding-bottom: 6rem;
  background-color: #f6f4f2;
}
@media (max-width: 991px) {
  .cid-sc9sEVT20a .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sc9sEVT20a .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sc9sEVT20a li {
  background: none;
  border: none;
  margin-bottom: 0.31rem;
}
.cid-sc9sEVT20a li:nth-child(1) .mbr-iconfont {
  color: #ff8e5e;
}
.cid-sc9sEVT20a li:nth-child(2) .mbr-iconfont {
  color: #1d1e22;
}
.cid-sc9sEVT20a li:nth-child(3) .mbr-iconfont {
  color: #35999a;
}
.cid-sc9sEVT20a li:nth-child(4) .mbr-iconfont {
  color: #8aae3d;
}
.cid-sc9sEVT20a li:nth-child(5) .mbr-iconfont {
  color: #d6d2cd;
}
.cid-sc9sEVT20a li:nth-child(6) .mbr-iconfont {
  color: #df561c;
}
.cid-sc9sEVT20a li .mbr-iconfont {
  margin-right: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-sc9sEVT20a ul {
  padding-top: 30px;
  border-top: 2px solid #d6d2cd;
  list-style: none;
}
.cid-sc9sEVT20a .mbr-section-title {
  margin-bottom: 5rem;
  color: #1d1e22;
}
.cid-sc9sEVT20a .mbr-text {
  margin-bottom: 3.75rem;
}
.cid-sc9sEVT20a .mbr-section-btn {
  margin-top: 8.75rem;
}
.cid-sc9sEVT20a .mbr-text,
.cid-sc9sEVT20a .mbr-section-btn {
  color: #1d1e22;
}
.cid-scasMYvuzC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1d1e22;
}
.cid-scasMYvuzC .card-wrapper {
  margin-top: 3rem;
}
.cid-scasMYvuzC .row {
  justify-content: center;
}
.cid-scasMYvuzC .card-text {
  text-align: left;
  color: #fafafa;
}
.cid-scasMYvuzC .card-title,
.cid-scasMYvuzC .iconfont-wrapper {
  text-align: left;
  color: #fafafa;
}
.cid-scasNlwqQt {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f6f4f2;
}
.cid-scasNlwqQt .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-scasNlwqQt .content-wrapper .image-wrapper {
    margin-bottom: 0 !important;
  }
  .cid-scasNlwqQt .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-scasNlwqQt .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-scasNlwqQt .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-scasNlwqQt .content-wrapper {
    padding: 4rem 4rem;
  }
  .cid-scasNlwqQt .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0;
  }
  .cid-scasNlwqQt .content-wrapper .text-wrapper {
    padding-right: 6.4rem;
  }
}
.cid-scasNlwqQt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-scasNlwqQt .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22;
}
.cid-scasNlwqQt .mbr-text,
.cid-scasNlwqQt .mbr-section-btn {
  color: #1d1e22;
}
.cid-scasOeUG8c {
  display: flex;
  padding-top: 195px;
  padding-bottom: 90px;
  background-color: #1d1e22;
}
.cid-scasOeUG8c .mbr-overlay {
  background: #1516b0;
  background: linear-gradient(90deg, #1516b0, #adcde9);
}
.cid-scasOeUG8c .mbr-section-title {
  margin-bottom: 8.8rem;
}
@media (min-width: 992px) {
  .cid-scasOeUG8c .mbr-section-title {
    margin-bottom: 18.8rem;
  }
}
.cid-scasOeUG8c .mbr-text {
  max-width: 400px;
  color: #efefef;
}
.cid-scasOeUG8c .card-title {
  max-width: 400px;
  font-size: 1.5rem;
}
.cid-scasOeUG8c .card {
  margin-bottom: 2.5rem;
}
.cid-scasOeUG8c .card .card-img span {
  color: #ff8e5e;
  font-size: 60px;
}
.cid-scasOeUG8c .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-scasOeUG8c .mbr-figure {
    padding-left: 4rem;
  }
}
.cid-scasOeUG8c .mbr-section-subtitle,
.cid-scasOeUG8c .features-row {
  max-width: 996px;
}
@media (max-width: 991px) {
  .cid-scasOeUG8c .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-scasOeUG8c .card-title,
.cid-scasOeUG8c .card-img {
  text-align: left;
}
.cid-scasOYtMex {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #f6f4f2;
}
.cid-scasOYtMex img,
.cid-scasOYtMex .item-img {
  height: 100%;
  height: 420px;
  object-fit: cover;
}
.cid-scasOYtMex .item:focus,
.cid-scasOYtMex span:focus {
  outline: none;
}
.cid-scasOYtMex .item {
  cursor: pointer;
  margin-bottom: 5rem;
}
@media (max-width: 786px) {
  .cid-scasOYtMex .item {
    margin-bottom: 3.25rem;
  }
}
.cid-scasOYtMex .item-img {
  overflow: hidden;
}
.cid-scasOYtMex .item img {
  transition: 0.5s;
}
.cid-scasOYtMex .item:hover img {
  transform: scale(1.2);
}
.cid-scasOYtMex .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-scasOYtMex .item-wrapper .item-content {
    padding: 1.5rem 0 0;
  }
}
@media (max-width: 991px) {
  .cid-scasOYtMex .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-scasOYtMex .mbr-section-btn {
  margin-top: 1.87rem !important;
}
.cid-scasOYtMex .mbr-section-head {
  margin-bottom: 9.37rem;
}
.cid-scasOYtMex .item-subtitle {
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: #6a6868;
}
.cid-scasOYtMex .item-title {
  margin-bottom: 0;
  color: #1d1e22;
}
.cid-scasOYtMex .mbr-text,
.cid-scasOYtMex .mbr-section-btn {
  color: #515258;
}
.cid-scfgO8iHD6 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #1d1e22;
}
.cid-scfgO8iHD6 .title .num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  width: 7.35rem;
  height: 7.35rem;
  background-color: #ff8e5e;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  line-height: 6rem;
  font-size: 6rem;
}
@media (max-width: 786px) {
  .cid-scfgO8iHD6 .title .num {
    width: 6rem;
    height: 6rem;
    line-height: 5rem;
    margin-bottom: 1rem;
    font-size: 5rem;
  }
}
.cid-scfgO8iHD6 .card-title {
  z-index: 1;
  margin-bottom: 0.62rem;
}
@media (max-width: 786px) {
  .cid-scfgO8iHD6 * {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-scfgO8iHD6 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-scfgO8iHD6 .mbr-section-subtitle {
  margin-top: 4.37rem;
  margin-bottom: 0;
  max-width: 780px;
  margin-left: auto;
}
.cid-scfgO8iHD6 .card {
  margin-bottom: 4.37rem;
}
@media (max-width: 786px) {
  .cid-scfgO8iHD6 .card {
    margin-bottom: 2rem;
  }
}
.cid-scfgO8iHD6 .card-wrapper {
  margin-bottom: 16.87rem;
}
@media (max-width: 786px) {
  .cid-scfgO8iHD6 .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1028px) {
  .cid-scfgO8iHD6 .content-row {
    margin-left: 160px;
  }
}
.cid-scasVLnhuZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1d1e22;
}
.cid-scasVLnhuZ .timeline-element {
  position: relative;
  padding-top: 118px;
  margin-top: 1.6rem;
}
.cid-scasVLnhuZ .timeline-element:after {
  content: "";
  position: absolute;
  border-right: 1px dashed #ff8e5e;
  width: 0;
  left: 50%;
  top: 0;
  height: 118px;
}
.cid-scasVLnhuZ .timeline-date-wrapper,
.cid-scasVLnhuZ .timeline-text-wrapper {
  padding: 1.6rem;
  padding-bottom: 0;
}
.cid-scasVLnhuZ .mbr-timeline-number {
  margin: 0;
}
.cid-scasVLnhuZ .mbr-text {
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-scasVLnhuZ .mbr-timeline-buttons {
  margin-top: 4.65rem;
}
@media (max-width: 767px) {
  .cid-scasVLnhuZ .mbr-timeline-buttons {
    margin-top: 2.15rem;
  }
}
@media (min-width: 1280px) {
  .cid-scasVLnhuZ .mbr-timeline-buttons {
    margin-top: 6.2rem;
  }
}
.cid-scasVLnhuZ .mbr-timeline-buttons .mbr-section-btn {
  display: inline-flex;
  flex-direction: column;
  min-width: 300px;
}
.cid-scasVLnhuZ .mbr-timeline-buttons .mbr-section-btn .btn {
  margin-top: 1.6rem;
}
.cid-scasVLnhuZ .mbr-timeline-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-scasZjwWId {
  padding-top: 11.6rem;
  padding-bottom: 0rem;
  background-color: #1d1e22;
}
.cid-scasZjwWId .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-scasZjwWId .mbr-text,
.cid-scasZjwWId .mbr-section-btn {
  color: #ffffff;
}
.cid-scasZjwWId .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-scasZjwWId .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-scasZjwWId .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-scasZjwWId .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-scasZjwWId .container-text {
    margin-top: 3.75rem;
  }
}
.cid-scasZjwWId .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-scasZjwWId .mbr-section-subtitle,
.cid-scasZjwWId .mbr-section-btn {
  text-align: center;
}
.cid-scatio9vQ9 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-scatio9vQ9 .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-scatio9vQ9 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-scatio9vQ9 .image-block:hover:before {
  opacity: 0;
}
.cid-scatio9vQ9 .image-block:hover .wrap {
  opacity: 1;
}
.cid-scatio9vQ9 .image-block:hover img {
  transform: scale(1.05);
}
.cid-scatio9vQ9 h4 {
  letter-spacing: 2px;
}
.cid-scatio9vQ9 figcaption {
  position: relative;
}
.cid-scatio9vQ9 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-scatio9vQ9 img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-scatio9vQ9 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-scatio9vQ9 .wrap {
    opacity: 1!important;
  }
  .cid-scatio9vQ9 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-scatiIV8Gd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-scatiIV8Gd .video-wrapper iframe {
  width: 100%;
}
.cid-scatiIV8Gd .mbr-section-title,
.cid-scatiIV8Gd .mbr-section-subtitle,
.cid-scatiIV8Gd .mbr-text {
  text-align: center;
}
.cid-scatjXx6pY {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f6f4f2;
}
.cid-scatjXx6pY .mbr-section-subtitle {
  position: relative;
  margin-bottom: 3.75rem;
  color: #1d1e22;
}
.cid-scatjXx6pY .mbr-section-subtitle::before {
  content: '"';
  position: absolute;
  left: -1.5rem;
  top: -0.2em;
  font-size: 1.8em;
}
@media (max-width: 546px) {
  .cid-scatjXx6pY .mbr-section-subtitle::before {
    content: none;
  }
}
@media (max-width: 786px) {
  .cid-scatjXx6pY .mbr-section-subtitle {
    margin-bottom: 1.875rem;
  }
}
.cid-scatjXx6pY .mbr-text {
  color: #1d1e22;
}
.cid-scatk7Ag4n {
  padding-top: 11rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-scatk7Ag4n .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-scatk7Ag4n img {
  max-width: 150px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-scatk7Ag4n .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-scatk7Ag4n .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
}
.cid-scatk7Ag4n .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #1d1e22;
  white-space: nowrap;
}
.cid-scatk7Ag4n .list-group-item span {
  font-size: 1.2em;
  color: #8aae3d;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-scatk7Ag4n .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-scatk7Ag4n .mbr-text {
  color: #1d1e22;
}
.cid-scatm2njtS {
  padding-top: 11.6rem;
  padding-bottom: 0rem;
  background-color: #1d1e22;
}
.cid-scatm2njtS .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-scatm2njtS .mbr-text,
.cid-scatm2njtS .mbr-section-btn {
  color: #ffffff;
}
.cid-scatm2njtS .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-scatm2njtS .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-scatm2njtS .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-scatm2njtS .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-scatm2njtS .container-text {
    margin-top: 3.75rem;
  }
}
.cid-scatm2njtS .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-scatm2njtS .mbr-section-subtitle,
.cid-scatm2njtS .mbr-section-btn {
  text-align: center;
}
.cid-scatx85AZD {
  padding-top: 195px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #f6f4f2, #f6f4f2);
}
.cid-scatx85AZD .mbr-section-title {
  margin-bottom: 3.1rem;
  color: #1d1e22;
}
.cid-scatx85AZD .plan-subtitle {
  margin-bottom: 2.5rem;
  text-align: left;
  color: #1d1e22;
}
@media (max-width: 992px) {
  .cid-scatx85AZD .plan-subtitle {
    font-size: 1.1rem;
  }
}
.cid-scatx85AZD .plan-body .btn-bgr {
  z-index: 0;
}
.cid-scatx85AZD .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #1d1e22;
  white-space: nowrap;
}
.cid-scatx85AZD .list-group-item .mbr-iconfont {
  font-size: 1.2em;
  color: #8aae3d;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-scatx85AZD .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-scatx85AZD .price-term {
  margin-left: -5px;
}
.cid-scatx85AZD .plan-sale {
  background-color: #ff8e5e;
  width: 200px;
  z-index: 1;
  position: absolute;
  right: -55px;
  top: 30px;
  transform: rotate(45deg);
}
@media (max-width: 1200px) {
  .cid-scatx85AZD .plan-sale {
    right: -63px;
    top: 20px;
  }
}
@media (max-width: 992px) {
  .cid-scatx85AZD .plan-sale {
    right: -60px;
    top: 20px;
  }
}
@media (max-width: 992px) and (min-width: 546px) {
  .cid-scatx85AZD .plan-card {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-scatx85AZD .plan-descr {
  color: #444444;
}
.cid-scatx85AZD .plan-price {
  margin-top: 2rem;
}
.cid-scatx85AZD .plan {
  position: relative;
  max-width: 386px;
  overflow: hidden;
  margin-bottom: 3rem !important;
}
@media (max-width: 1200px) {
  .cid-scatx85AZD .plan {
    padding-right: 8px;
    padding-left: 8px;
    max-width: none;
  }
}
.cid-scatx85AZD .plan-list {
  padding-bottom: 2.5rem;
}
.cid-scatx85AZD .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-scatx85AZD .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-scatx85AZD .plan .plan-sale {
  display: none;
}
.cid-scatx85AZD .plan:nth-child(1) .plan-sale {
  background-color: #ff8e5e;
  display: block;
}
.cid-scatx85AZD .plan-title {
  margin-bottom: 0.625rem;
  text-align: left;
  color: #1d1e22;
}
@media (max-width: 992px) {
  .cid-scatx85AZD .plan-title {
    font-size: 1.15rem;
  }
}
.cid-scatx85AZD .plan-header {
  position: relative;
  overflow: hidden;
  padding: 3.1rem 1.6rem 0 2.5rem;
}
@media (max-width: 1200px) {
  .cid-scatx85AZD .plan-header {
    padding: 2.5rem 1.6rem 0 1.6rem;
  }
}
@media (max-width: 992px) and (min-width: 546px) {
  .cid-scatx85AZD .plan-header {
    width: 50%;
    padding: 2.5rem 0.5rem 0 1.6rem;
  }
}
@media (min-width: 546px) and (max-width: 992px) {
  .cid-scatx85AZD .plan-header .plan-sale {
    display: none !important;
  }
}
.cid-scatx85AZD .plan-body {
  position: relative;
  overflow: hidden;
  padding: 0 1.6rem 0 2.5rem;
}
@media (max-width: 1200px) {
  .cid-scatx85AZD .plan-body {
    padding: 0 1.6rem 0 1.6rem;
  }
}
@media (max-width: 992px) and (min-width: 546px) {
  .cid-scatx85AZD .plan-body {
    width: 50%;
    padding: 2.5rem 1.6rem 0 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-scatx85AZD .plan-body .plan-sale {
    display: none !important;
  }
}
@media (max-width: 546px) {
  .cid-scatx85AZD .plan-body .plan-sale {
    display: none !important;
  }
}
.cid-scatx85AZD .plan-bottom {
  padding: 0 2.5rem 1.6rem 2.5rem;
}
@media (max-width: 1200px) {
  .cid-scatx85AZD .plan-bottom {
    padding: 0 1.6rem 2.5rem 1.6rem;
  }
}
@media (max-width: 992px) {
  .cid-scatx85AZD .plan-bottom {
    width: 100%;
  }
}
.cid-scatx85AZD .plan-header,
.cid-scatx85AZD .plan-body,
.cid-scatx85AZD .plan-bottom {
  background-color: #ffffff;
}
.cid-scatx85AZD UL {
  color: #8d97ad;
  text-align: left;
}
.cid-scatx85AZD .media-container-row {
  padding-top: 6.3rem;
  flex-wrap: wrap;
}
.cid-scatx85AZD P {
  color: #6a6868;
}
.cid-scatx85AZD LI {
  text-align: left;
}
.cid-scatx85AZD .mbr-section-subtitle {
  color: #1d1e22;
}
.cid-scatxEwP8F {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1d1e22;
}
.cid-scatxEwP8F h4 {
  display: flex;
}
.cid-scatxEwP8F .panel-text {
  line-height: 1.7;
}
.cid-scatxEwP8F .wrap {
  display: flex;
}
.cid-scatxEwP8F .icon {
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-scatxEwP8F .icon:before {
  content: "\e908" !important;
}
.cid-scatxEwP8F .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-scatxEwP8F img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-scatxEwP8F .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-scatxEwP8F p {
  margin: 0;
}
.cid-scatxEwP8F .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-scatxEwP8F .mbr-section-subtitle {
  font-weight: 500;
}
.cid-scatxEwP8F .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-scatxEwP8F .panel-group {
  width: 100%;
}
.cid-scatxEwP8F .panel-title {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-scatxEwP8F .card {
  border-bottom: 1px solid #6a6868 !important;
}
.cid-scatxEwP8F .card .card-header {
  background: none;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-scatxEwP8F .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-scatxEwP8F .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-scatxEwP8F .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-scatxEwP8F .card .card-header a.panel-title h4 {
  font-size: 1.87rem;
  padding: 2.2rem 0rem;
  margin-bottom: 0;
}
@media (max-width: 546px) {
  .cid-scatxEwP8F .card .card-header a.panel-title h4 {
    font-size: 1.2rem;
  }
}
.cid-scatxEwP8F .card .panel-body {
  padding: 1.25rem 0 3.43rem;
}
.cid-scatxEwP8F .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-scatxEwP8F .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-scatxEwP8F .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-scatyfJuk4 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #1d1e22;
}
.cid-scatyfJuk4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-scatyfJuk4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-scatyfJuk4 .row {
    text-align: center;
  }
  .cid-scatyfJuk4 .social-row {
    justify-content: center;
  }
}
.cid-scatyfJuk4 .list {
  list-style: none;
  padding-left: 0;
  font-weight: bold;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-scatyfJuk4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-scatyfJuk4 .list {
    margin-bottom: 0rem;
  }
}
.cid-scatyfJuk4 ul {
  padding-bottom: 4.37rem;
}
.cid-scatyfJuk4 .footer-logo {
  margin-bottom: 1.87rem;
}
.cid-scatyfJuk4 .footer-logo img {
  width: auto;
  object-fit: contain;
}
@media (max-width: 546px) {
  .cid-scatyfJuk4 .footer-logo img {
    width: 100%;
  }
}
.cid-scatyfJuk4 a.text-warning:hover,
.cid-scatyfJuk4 a.mbr-white:hover {
  color: #fff !important;
}
.cid-scavNTwqbn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-scavNTwqbn a:link {
  text-decoration: none;
}
.cid-scavNTwqbn .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-scavNTwqbn .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-scavNTwqbn .social-media {
  display: flex;
}
@media (max-width: 786px) {
  .cid-scavNTwqbn .social-media {
    justify-content: flex-start !important;
  }
}
.cid-scavNTwqbn .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-scavNTwqbn .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-scavNTwqbn .content-text,
.cid-scavNTwqbn .inner-text {
  color: #f6f4f2;
}
.cid-scavNTwqbn .hidden {
  visibility: visible !important;
}
.cid-sc5giFIZii {
  z-index: 1000;
  width: 100%;
}
.cid-sc5giFIZii nav.navbar {
  position: fixed;
}
.cid-sc5giFIZii .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-sc5giFIZii .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sc5giFIZii .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sc5giFIZii .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sc5giFIZii .nav-link {
  position: relative;
}
.cid-sc5giFIZii .container {
  display: flex;
  margin: auto;
}
.cid-sc5giFIZii .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-sc5giFIZii .dropdown-menu,
.cid-sc5giFIZii .navbar.opened {
  background: #1d1e22 !important;
}
.cid-sc5giFIZii .nav-item:focus,
.cid-sc5giFIZii .nav-link:focus {
  outline: none;
}
.cid-sc5giFIZii .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sc5giFIZii .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sc5giFIZii .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sc5giFIZii .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sc5giFIZii .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sc5giFIZii .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sc5giFIZii .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 30, 34, 0.6);
}
.cid-sc5giFIZii .navbar .container {
  transition: all .3s;
}
.cid-sc5giFIZii .navbar.opened {
  transition: all .3s;
}
.cid-sc5giFIZii .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sc5giFIZii .navbar .navbar-logo img {
  width: auto;
}
.cid-sc5giFIZii .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sc5giFIZii .navbar.collapsed {
  justify-content: center;
}
.cid-sc5giFIZii .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sc5giFIZii .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sc5giFIZii .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-sc5giFIZii .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sc5giFIZii .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sc5giFIZii .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-sc5giFIZii .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sc5giFIZii .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sc5giFIZii .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sc5giFIZii .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sc5giFIZii .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sc5giFIZii .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sc5giFIZii .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sc5giFIZii .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-sc5giFIZii .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-sc5giFIZii .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-sc5giFIZii .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sc5giFIZii .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sc5giFIZii .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sc5giFIZii .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sc5giFIZii .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sc5giFIZii .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-sc5giFIZii .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sc5giFIZii .navbar.navbar-short .container {
  background-color: #1d1e22;
}
@media (max-width: 991.98px) {
  .cid-sc5giFIZii .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-sc5giFIZii .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sc5giFIZii .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sc5giFIZii .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sc5giFIZii .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sc5giFIZii .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sc5giFIZii .dropdown-item.active,
.cid-sc5giFIZii .dropdown-item:active {
  background-color: transparent;
}
.cid-sc5giFIZii .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sc5giFIZii .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sc5giFIZii .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sc5giFIZii .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1e22;
}
.cid-sc5giFIZii .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sc5giFIZii .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sc5giFIZii ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sc5giFIZii .navbar-buttons {
  text-align: center;
}
.cid-sc5giFIZii button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sc5giFIZii button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sc5giFIZii button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sc5giFIZii button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sc5giFIZii button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sc5giFIZii button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sc5giFIZii nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc5giFIZii nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sc5giFIZii nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sc5giFIZii nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc5giFIZii .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sc5giFIZii a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sc5giFIZii .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sc5giFIZii .navbar {
    height: 70px;
  }
  .cid-sc5giFIZii .navbar.opened {
    height: auto;
  }
  .cid-sc5giFIZii .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sc5giGvFWh {
  background-image: url("https://mobirise.com/extensions/connectm4/assets/images/background5.jpg");
}
.cid-sc5giGvFWh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sc5giGvFWh .mbr-text,
.cid-sc5giGvFWh .mbr-section-btn {
  color: #ffffff;
}
.cid-sc5giGvFWh .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sc5giGvFWh .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-sc5giGvFWh .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-sc5giGvFWh .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-sc5giGvFWh .container-text {
    margin-top: 3.75rem;
  }
}
.cid-sc5giGvFWh .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-sc5giGvFWh .mbr-section-subtitle,
.cid-sc5giGvFWh .mbr-section-btn {
  text-align: center;
}
.cid-sc5giGZW67 {
  padding-top: 9.5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sc5giGZW67 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sc5giGZW67 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sc5giGZW67 li {
  background: none;
  border: none;
  margin-bottom: 0.31rem;
}
.cid-sc5giGZW67 li:nth-child(1) .mbr-iconfont {
  color: #ff8e5e;
}
.cid-sc5giGZW67 li:nth-child(2) .mbr-iconfont {
  color: #1d1e22;
}
.cid-sc5giGZW67 li:nth-child(3) .mbr-iconfont {
  color: #35999a;
}
.cid-sc5giGZW67 li:nth-child(4) .mbr-iconfont {
  color: #8aae3d;
}
.cid-sc5giGZW67 li:nth-child(5) .mbr-iconfont {
  color: #d6d2cd;
}
.cid-sc5giGZW67 li:nth-child(6) .mbr-iconfont {
  color: #df561c;
}
.cid-sc5giGZW67 li .mbr-iconfont {
  margin-right: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-sc5giGZW67 ul {
  padding-top: 30px;
  border-top: 2px solid #d6d2cd;
  list-style: none;
}
.cid-sc5giGZW67 .mbr-section-title {
  margin-bottom: 5rem;
  color: #1d1e22;
}
.cid-sc5giGZW67 .mbr-text {
  margin-bottom: 3.75rem;
}
.cid-sc5giGZW67 .mbr-section-btn {
  margin-top: 8.75rem;
}
.cid-sc5giGZW67 .mbr-text,
.cid-sc5giGZW67 .mbr-section-btn {
  color: #1d1e22;
}
.cid-sc5giGZW67 .mbr-section-title DIV {
  text-align: center;
}
.cid-sc5giHy2mJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1d1e22;
}
.cid-sc5giHy2mJ .card-wrapper {
  margin-top: 3rem;
}
.cid-sc5giHy2mJ .row {
  justify-content: center;
}
.cid-sc5giHy2mJ .card-text {
  text-align: left;
  color: #fafafa;
}
.cid-sc5giHy2mJ .card-title,
.cid-sc5giHy2mJ .iconfont-wrapper {
  text-align: left;
  color: #fafafa;
}
.cid-sc5giI0FCh {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sc5giI0FCh .mbr-section-subtitle {
  position: relative;
  margin-bottom: 3.75rem;
  color: #1d1e22;
}
.cid-sc5giI0FCh .mbr-section-subtitle::before {
  content: '"';
  position: absolute;
  left: -1.5rem;
  top: -0.2em;
  font-size: 1.8em;
}
@media (max-width: 546px) {
  .cid-sc5giI0FCh .mbr-section-subtitle::before {
    content: none;
  }
}
@media (max-width: 786px) {
  .cid-sc5giI0FCh .mbr-section-subtitle {
    margin-bottom: 1.875rem;
  }
}
.cid-sc5giI0FCh .mbr-text {
  color: #1d1e22;
}
.cid-sc5giIimD6 {
  padding-top: 195px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #f6f4f2, #f6f4f2);
}
.cid-sc5giIimD6 .mbr-section-title {
  margin-bottom: 3.1rem;
  color: #1d1e22;
}
.cid-sc5giIimD6 .plan-subtitle {
  margin-bottom: 2.5rem;
  text-align: left;
  color: #1d1e22;
}
@media (max-width: 992px) {
  .cid-sc5giIimD6 .plan-subtitle {
    font-size: 1.1rem;
  }
}
.cid-sc5giIimD6 .plan-body .btn-bgr {
  z-index: 0;
}
.cid-sc5giIimD6 .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #1d1e22;
  white-space: nowrap;
}
.cid-sc5giIimD6 .list-group-item .mbr-iconfont {
  font-size: 1.2em;
  color: #8aae3d;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-sc5giIimD6 .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-sc5giIimD6 .price-term {
  margin-left: -5px;
}
.cid-sc5giIimD6 .plan-sale {
  background-color: #ff8e5e;
  width: 200px;
  z-index: 1;
  position: absolute;
  right: -55px;
  top: 30px;
  transform: rotate(45deg);
}
@media (max-width: 1200px) {
  .cid-sc5giIimD6 .plan-sale {
    right: -63px;
    top: 20px;
  }
}
@media (max-width: 992px) {
  .cid-sc5giIimD6 .plan-sale {
    right: -60px;
    top: 20px;
  }
}
@media (max-width: 992px) and (min-width: 546px) {
  .cid-sc5giIimD6 .plan-card {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-sc5giIimD6 .plan-descr {
  color: #444444;
}
.cid-sc5giIimD6 .plan-price {
  margin-top: 2rem;
}
.cid-sc5giIimD6 .plan {
  position: relative;
  max-width: 386px;
  overflow: hidden;
  margin-bottom: 3rem !important;
}
@media (max-width: 1200px) {
  .cid-sc5giIimD6 .plan {
    padding-right: 8px;
    padding-left: 8px;
    max-width: none;
  }
}
.cid-sc5giIimD6 .plan-list {
  padding-bottom: 2.5rem;
}
.cid-sc5giIimD6 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-sc5giIimD6 .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-sc5giIimD6 .plan .plan-sale {
  display: block;
}
.cid-sc5giIimD6 .plan-title {
  margin-bottom: 0.625rem;
  text-align: left;
  color: #1d1e22;
}
@media (max-width: 992px) {
  .cid-sc5giIimD6 .plan-title {
    font-size: 1.15rem;
  }
}
.cid-sc5giIimD6 .plan-header {
  position: relative;
  overflow: hidden;
  padding: 3.1rem 1.6rem 0 2.5rem;
}
@media (max-width: 1200px) {
  .cid-sc5giIimD6 .plan-header {
    padding: 2.5rem 1.6rem 0 1.6rem;
  }
}
@media (max-width: 992px) and (min-width: 546px) {
  .cid-sc5giIimD6 .plan-header {
    width: 50%;
    padding: 2.5rem 0.5rem 0 1.6rem;
  }
}
@media (min-width: 546px) and (max-width: 992px) {
  .cid-sc5giIimD6 .plan-header .plan-sale {
    display: none !important;
  }
}
.cid-sc5giIimD6 .plan-body {
  position: relative;
  overflow: hidden;
  padding: 0 1.6rem 0 2.5rem;
}
@media (max-width: 1200px) {
  .cid-sc5giIimD6 .plan-body {
    padding: 0 1.6rem 0 1.6rem;
  }
}
@media (max-width: 992px) and (min-width: 546px) {
  .cid-sc5giIimD6 .plan-body {
    width: 50%;
    padding: 2.5rem 1.6rem 0 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-sc5giIimD6 .plan-body .plan-sale {
    display: none !important;
  }
}
@media (max-width: 546px) {
  .cid-sc5giIimD6 .plan-body .plan-sale {
    display: none !important;
  }
}
.cid-sc5giIimD6 .plan-bottom {
  padding: 0 2.5rem 1.6rem 2.5rem;
}
@media (max-width: 1200px) {
  .cid-sc5giIimD6 .plan-bottom {
    padding: 0 1.6rem 2.5rem 1.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sc5giIimD6 .plan-bottom {
    width: 100%;
  }
}
.cid-sc5giIimD6 .plan-header,
.cid-sc5giIimD6 .plan-body,
.cid-sc5giIimD6 .plan-bottom {
  background-color: #ffffff;
}
.cid-sc5giIimD6 UL {
  color: #8d97ad;
  text-align: left;
}
.cid-sc5giIimD6 .media-container-row {
  padding-top: 6.3rem;
  flex-wrap: wrap;
}
.cid-sc5giIimD6 P {
  color: #6a6868;
}
.cid-sc5giIimD6 LI {
  text-align: left;
}
.cid-sc5giIimD6 .mbr-section-subtitle {
  color: #1d1e22;
}
.cid-sc5giJeMB9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1d1e22;
}
.cid-sc5giJeMB9 h4 {
  display: flex;
}
.cid-sc5giJeMB9 .panel-text {
  line-height: 1.7;
}
.cid-sc5giJeMB9 .wrap {
  display: flex;
}
.cid-sc5giJeMB9 .icon {
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-sc5giJeMB9 .icon:before {
  content: "\e908" !important;
}
.cid-sc5giJeMB9 .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-sc5giJeMB9 img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sc5giJeMB9 .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-sc5giJeMB9 p {
  margin: 0;
}
.cid-sc5giJeMB9 .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sc5giJeMB9 .mbr-section-subtitle {
  font-weight: 500;
}
.cid-sc5giJeMB9 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sc5giJeMB9 .panel-group {
  width: 100%;
}
.cid-sc5giJeMB9 .panel-title {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sc5giJeMB9 .card {
  border-bottom: 1px solid #6a6868 !important;
}
.cid-sc5giJeMB9 .card .card-header {
  background: none;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sc5giJeMB9 .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sc5giJeMB9 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sc5giJeMB9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sc5giJeMB9 .card .card-header a.panel-title h4 {
  font-size: 1.87rem;
  padding: 2.2rem 0rem;
  margin-bottom: 0;
}
@media (max-width: 546px) {
  .cid-sc5giJeMB9 .card .card-header a.panel-title h4 {
    font-size: 1.2rem;
  }
}
.cid-sc5giJeMB9 .card .panel-body {
  padding: 1.25rem 0 3.43rem;
}
.cid-sc5giJeMB9 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sc5giJeMB9 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sc5giJeMB9 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-scavGEhLHs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-scavGEhLHs a:link {
  text-decoration: none;
}
.cid-scavGEhLHs .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-scavGEhLHs .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-scavGEhLHs .social-media {
  display: flex;
}
@media (max-width: 786px) {
  .cid-scavGEhLHs .social-media {
    justify-content: flex-start !important;
  }
}
.cid-scavGEhLHs .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-scavGEhLHs .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-scavGEhLHs .content-text,
.cid-scavGEhLHs .inner-text {
  color: #f6f4f2;
}
.cid-scavGEhLHs .hidden {
  visibility: visible !important;
}
