body {
  font-family: Anek Latin;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5.625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.25rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.125rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.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: 4.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.9375rem;
    font-size: calc( 2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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-5 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.74375rem + (3.125 - 1.74375) * ((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.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ae5eff !important;
}
.bg-success {
  background-color: #ec1818 !important;
}
.bg-info {
  background-color: #0c45ac !important;
}
.bg-warning {
  background-color: #86ff9c !important;
}
.bg-danger {
  background-color: #c06816 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ae5eff !important;
  border-color: #ae5eff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  border-color: #8207ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8207ff !important;
  border-color: #8207ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #070fb0 !important;
  border-color: #070fb0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  border-color: #04085d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #04085d !important;
  border-color: #04085d !important;
}
.btn-info,
.btn-info:active {
  background-color: #0c45ac !important;
  border-color: #0c45ac !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  border-color: #06245b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #06245b !important;
  border-color: #06245b !important;
}
.btn-success,
.btn-success:active {
  background-color: #ec1818 !important;
  border-color: #ec1818 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  border-color: #a00d0d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a00d0d !important;
  border-color: #a00d0d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #86ff9c !important;
  border-color: #86ff9c !important;
  color: #008618 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  border-color: #2fff55 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #008618 !important;
  background-color: #2fff55 !important;
  border-color: #2fff55 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c06816 !important;
  border-color: #c06816 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  border-color: #723e0d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #723e0d !important;
  border-color: #723e0d !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #212132 !important;
  border-color: #212132 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ae5eff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ae5eff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ae5eff !important;
  border-color: #ae5eff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #070fb0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #070fb0 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #070fb0 !important;
  border-color: #070fb0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0c45ac;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0c45ac !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0c45ac !important;
  border-color: #0c45ac !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ec1818;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ec1818 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ec1818 !important;
  border-color: #ec1818 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #86ff9c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #86ff9c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #008618 !important;
  background-color: #86ff9c !important;
  border-color: #86ff9c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c06816;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c06816 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c06816 !important;
  border-color: #c06816 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212132;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #212132 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #212132 !important;
  border-color: #212132 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ae5eff !important;
}
.text-secondary {
  color: #070fb0 !important;
}
.text-success {
  color: #ec1818 !important;
}
.text-info {
  color: #0c45ac !important;
}
.text-warning {
  color: #86ff9c !important;
}
.text-danger {
  color: #c06816 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #212132 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7b00f7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #03074e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #920c0c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #051f4d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #20ff49 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #64360c !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: #ae5eff;
}
.nav-tabs .nav-link:not(.active) {
  color: #212132;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0c45ac;
}
.alert-warning {
  background-color: #86ff9c;
}
.alert-danger {
  background-color: #c06816;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ae5eff;
  border-color: #ae5eff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ae5eff;
}
.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: #fcd4d4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #4583f2;
}
.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: #eea868;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #ae5eff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #ae5eff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ae5eff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ae5eff;
}
.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: #ae5eff;
  border-bottom-color: #ae5eff;
}
.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: #ae5eff !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: #070fb0 !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='%23ae5eff' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1440px;
  padding-left: 6vw;
  padding-right: 6vw;
}
@media (max-width: 991px) {
  .container {
    max-width: 80vw;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (min-width: 1600px) {
  .container {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.container-fluid {
  padding-left: 6vw;
  padding-right: 6vw;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.row {
  margin-left: -6vw;
  margin-right: -6vw;
}
.row > [class*="col"] {
  padding-left: 6vw;
  padding-right: 6vw;
}
@media (max-width: 767px) {
  .row {
    margin-left: -3vw;
    margin-right: -3vw;
  }
  .row > [class*="col"] {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (min-width: 1600px) {
  .row {
    margin-left: -96px;
    margin-right: -96px;
  }
  .row > [class*="col"] {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 40px;
  padding: 20px 40px;
  line-height: 1.55;
  font-weight: 500;
  transition-duration: .2s;
  border-radius: 0.75rem !important;
  box-shadow: none !important;
  border: none !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-mbr-section-btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.custom-section-btn {
  display: inline-block;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  padding: 3px;
  position: relative;
  border-radius: 0.75rem !important;
  margin-top: 0.42rem;
  margin-left: 0.42rem;
}
.custom-section-btn::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem !important;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61.75%, #8e59ff 99.93%);
  transition: all 300ms ease;
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.custom-section-btn .btn {
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  position: relative;
  z-index: 11;
  transform-style: preserve-3d;
  transition: all 300ms ease;
  border: none !important;
  margin: 0 !important;
  min-height: 106px;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .custom-section-btn .btn {
    padding: 12px 24px;
    min-height: 68px;
  }
}
.custom-section-btn:hover .btn {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.custom-section-btn:hover::after {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-tpRocBf0bR {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/gmbr-ad-watermark-2000x1333.jpg");
}
.cid-tpRocBf0bR .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #0c0c22;
}
.cid-tpRocBf0bR .text-block {
  position: relative;
  z-index: 0;
}
.cid-tpRocBf0bR .box {
  width: 25%;
  height: 40%;
  background: #ffda00;
  position: absolute;
  top: 4%;
}
.cid-tpRocBf0bR .box {
  left: 20%;
}
.cid-tpRocBf0bR .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tpRocBf0bR .mbr-section-text,
.cid-tpRocBf0bR .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-tpRocBf0bR .text-box {
    display: none;
  }
  .cid-tpRocBf0bR .mbr-section-title,
  .cid-tpRocBf0bR .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tpRocBf0bR .box {
    display: none;
  }
  .cid-tpRocBf0bR .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tpRocBf0bR .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpRocBf0bR .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tpRocBf0bR .mbr-section-text {
  color: #0c0c22;
}
.cid-tpRocBf0bR .mbr-section-title {
  text-align: right;
}
.cid-tpRr8STnsk .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-tpRr8STnsk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tpRr8STnsk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tpRr8STnsk .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tpRr8STnsk .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpRr8STnsk .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tpRr8STnsk .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpRr8STnsk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tpRr8STnsk .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tpRr8STnsk .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tpRr8STnsk .navbar.collapsed.opened .navbar-collapse.show,
.cid-tpRr8STnsk .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tpRr8STnsk .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tpRr8STnsk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tpRr8STnsk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpRr8STnsk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpRr8STnsk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tpRr8STnsk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpRr8STnsk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tpRr8STnsk .navbar {
    flex-wrap: nowrap;
  }
  .cid-tpRr8STnsk .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tpRr8STnsk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpRr8STnsk .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tpRr8STnsk .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tpRr8STnsk .navbar.opened .navbar-collapse.show,
  .cid-tpRr8STnsk .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tpRr8STnsk .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tpRr8STnsk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tpRr8STnsk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpRr8STnsk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpRr8STnsk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tpRr8STnsk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tpRr8STnsk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpRr8STnsk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tpRr8STnsk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tpRr8STnsk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tpRr8STnsk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tpRr8STnsk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tpRr8STnsk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpRr8STnsk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpRr8STnsk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpRr8STnsk .dropdown-item.active,
.cid-tpRr8STnsk .dropdown-item:active {
  background-color: transparent;
}
.cid-tpRr8STnsk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpRr8STnsk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpRr8STnsk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpRr8STnsk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpRr8STnsk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpRr8STnsk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpRr8STnsk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tpRr8STnsk .navbar-buttons {
  text-align: center;
}
.cid-tpRr8STnsk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tpRr8STnsk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ec1818;
}
.cid-tpRr8STnsk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tpRr8STnsk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tpRr8STnsk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tpRr8STnsk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tpRr8STnsk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpRr8STnsk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tpRr8STnsk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tpRr8STnsk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpRr8STnsk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tpRr8STnsk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tpRr8STnsk a.nav-link:focus {
  outline: none;
}
.cid-tpRr8STnsk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tpRr8STnsk .nav-link:hover,
.cid-tpRr8STnsk .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpRr8STnsk .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tpRr8STnsk .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tpRtSvC7vY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fed900;
}
.cid-tpRtSvC7vY .row {
  flex-direction: row-reverse;
}
.cid-tpRtSvC7vY .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tpRtSvC7vY .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ae5eff;
}
.cid-tpRtSvC7vY .svg-top .st0 {
  fill: #fed900;
}
@media (max-width: 992px) {
  .cid-tpRtSvC7vY .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tpRtSvC7vY .col-12 {
    padding: 0 2rem;
  }
  .cid-tpRtSvC7vY .row {
    margin: 0 -2rem;
  }
}
.cid-tpRtSvC7vY .mbr-text,
.cid-tpRtSvC7vY .mbr-section-btn {
  color: #0c0c22;
  text-align: left;
}
.cid-tpRtSvC7vY .mbr-section-title {
  color: #0c0c22;
}
.cid-tpRKlyAjJy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fed900;
}
.cid-tpRKlyAjJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpRKlyAjJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpRKlyAjJy .container {
  max-width: 1280px;
}
.cid-tpRKlyAjJy .row {
  justify-content: center;
}
.cid-tpRKlyAjJy .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #8a61ff;
  justify-content: flex-start;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-tpRKlyAjJy .content-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tpRKlyAjJy .content-wrapper {
    padding: 4rem 6vw;
  }
}
@media (max-width: 575px) {
  .cid-tpRKlyAjJy .content-wrapper {
    padding: 4rem 6vw 1.5rem;
  }
}
.cid-tpRKlyAjJy .text-wrapper {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-tpRKlyAjJy .text-wrapper {
    width: 100%;
  }
}
.cid-tpRKlyAjJy .mbr-section-title {
  color: #FFFFFF;
}
.cid-tpRKlyAjJy .mbr-section-subtitle {
  color: #FFFFFF;
  opacity: 0.8;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tpRKlyAjJy .mbr-section-subtitle {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tpRKlyAjJy .mbr-section-subtitle {
    margin-top: 24px;
  }
}
.cid-tpRKlyAjJy .link {
  text-decoration: underline !important;
}
.cid-tpRKlyAjJy .col-video {
  position: relative;
  display: flex;
  width: 60%;
  right: -8rem;
}
@media (max-width: 1599px) {
  .cid-tpRKlyAjJy .col-video {
    right: calc(-4rem - 4vw);
  }
}
@media (max-width: 991px) {
  .cid-tpRKlyAjJy .col-video {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 40px;
    height: 350px;
  }
}
.cid-tpRKlyAjJy .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1.76rem;
}
.cid-tpRKlyAjJy .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 2.08rem;
  position: relative;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  padding: 5px;
}
.cid-tpRKlyAjJy .col-video .box .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-tpRKlyAjJy .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tpRKlyAjJy .col-video .link {
  margin-right: 1rem;
}
.cid-tpRKlyAjJy .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1.76rem;
  overflow: hidden;
}
.cid-tpRKlyAjJy .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tpRKlyAjJy .mbr-media {
  position: relative;
}
.cid-tpRKlyAjJy .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tpRKlyAjJy .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-tpRKlyAjJy .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-tpRKlyAjJy .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tpRKlyAjJy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tpRKlyAjJy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tpRKlyAjJy .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tpRKlyAjJy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tpRKlyAjJy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tpRKlyAjJy a:hover {
  text-decoration-line: none !important;
}
.cid-tuzIbiFgvm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f0f0;
}
.cid-tuzIbiFgvm .container-fluid {
  padding-right: 0;
  padding-left: 0;
  height: 100%;
}
.cid-tuzIbiFgvm .image-wrapper {
  height: 100%;
}
.cid-tuzIbiFgvm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tupKxaKFGo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img-2651-1280x960.jpg");
}
.cid-tupKxaKFGo .card-img span {
  color: #ffffff;
  font-size: 5.5rem;
}
.cid-tupKxaKFGo .mbr-text {
  color: #cccccc;
}
.cid-tupKxaKFGo .border-r {
  border-right: 1px solid #656565;
}
.cid-tupKxaKFGo p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tupKxaKFGo .border-r {
    border-right: 0px solid #656565;
  }
}
@media (max-width: 576px) {
  .cid-tupKxaKFGo .card {
    margin-bottom: 2rem;
  }
}
.cid-tuzJivGagW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fed900;
}
.cid-tuzJivGagW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzJivGagW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzJivGagW .user {
  background: #464646;
  border-radius: 2rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tuzJivGagW .user_image {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-tuzJivGagW .user {
    padding: 1rem;
  }
}
.cid-tuzJivGagW .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tuzJivGagW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .cid-tuzJivGagW .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tuzJivGagW .embla__button--next,
.cid-tuzJivGagW .embla__button--prev {
  display: flex;
}
.cid-tuzJivGagW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tuzJivGagW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tuzJivGagW .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tuzJivGagW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuzJivGagW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tuzJivGagW .embla__button {
    top: auto;
  }
}
.cid-tuzJivGagW .img-wrapper img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tuzJivGagW .img-wrapper img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 230px) {
  .cid-tuzJivGagW .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tuzJivGagW .embla {
  position: relative;
  width: 100%;
}
.cid-tuzJivGagW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tuzJivGagW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tuzJivGagW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tuzJivGagW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tuzJivGagW .user_desk {
  color: #bbbbbb;
}
.cid-tuzJivGagW H3 {
  text-align: center;
  color: #353535;
}
.cid-tuzJivGagW .user_text {
  color: #ffffff;
}
.cid-tuzJivGagW .user_name {
  color: #ffffff;
}
.cid-tpRPKinnZv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpRPKinnZv .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ae5eff;
  margin-left: 1rem;
}
.cid-tpRPKinnZv .panel-group {
  border: none;
}
.cid-tpRPKinnZv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tpRPKinnZv .panel-body,
.cid-tpRPKinnZv .card-header {
  padding: 1rem 0;
}
.cid-tpRPKinnZv .panel-title-edit {
  color: #0c0c22;
}
.cid-tpRPKinnZv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tpRPKinnZv H3 {
  color: #0c0c22;
}
.cid-tpRPKinnZv .panel-text {
  color: #353535;
}
.cid-tpRPLXT6i6 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tpRPLXT6i6 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ae5eff;
  margin-left: 1rem;
}
.cid-tpRPLXT6i6 .panel-group {
  border: none;
}
.cid-tpRPLXT6i6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tpRPLXT6i6 .panel-body,
.cid-tpRPLXT6i6 .card-header {
  padding: 1rem 0;
}
.cid-tpRPLXT6i6 .panel-title-edit {
  color: #0c0c22;
  text-align: left;
}
.cid-tpRPLXT6i6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tpRPLXT6i6 .panel-text {
  color: #353535;
}
.cid-tuFKszoX6a {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fed900;
}
.cid-tuFKszoX6a .google-map {
  height: 25rem;
  position: relative;
}
.cid-tuFKszoX6a .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tuFKszoX6a .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tuFKszoX6a .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tuFKszoX6a .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tuFKszoX6a .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-tuFKszoX6a .wrapper .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
}
.cid-tuFKszoX6a .wrapper .row .btn {
  border-radius: 30px;
  padding: 0.8rem 3rem !important;
}
.cid-tuFKszoX6a .wrapper .row .title {
  color: #ae5eff;
}
.cid-tuFKszoX6a .wrapper .form-container {
  padding: 3rem;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-tuFKszoX6a .content-panel {
  padding: 3rem;
  background: linear-gradient(45deg, #fc643f, #133996);
  height: 100%;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cid-tuFKszoX6a .mbr-text {
  color: #efefef;
}
.cid-tuFKszoX6a .form-control {
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-tuFKszoX6a textarea.form-control {
  min-height: 170px;
}
.cid-tuFKszoX6a .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cid-tuFKszoX6a .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-tuFKszoX6a .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
  border-style: dotted;
}
.cid-tuFKszoX6a .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-tuFKszoX6a .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tuFKszoX6a .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tuFKszoX6a .container {
    max-width: 80% !important;
  }
  .cid-tuFKszoX6a .wrapper {
    margin-top: 0;
    border-radius: 40px;
  }
  .cid-tuFKszoX6a .wrapper .main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tuFKszoX6a .wrapper .main-row .text-block .content-panel {
    border-radius: 0 0 30px 30px !important;
  }
  .cid-tuFKszoX6a .wrapper .main-row .text-block .content-panel .social-list {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-tuFKszoX6a .form-container {
    border-radius: 30px 30px 0 0 !important;
  }
}
.cid-tpRTl8QlaU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fed900;
}
.cid-tpRTl8QlaU .quote-column {
  padding-left: 3rem;
}
.cid-tpRTl8QlaU .card-wrapper {
  background-color: #8d59ff;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tpRTl8QlaU .card-wrapper {
    padding: 1rem;
  }
}
.cid-tpRTl8QlaU .text-wrapper {
  max-width: 32rem;
  margin: auto;
}
.cid-tpRTl8QlaU .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tpRTl8QlaU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpRTl8QlaU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tpRTl8QlaU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tpRTl8QlaU .content-wrapper {
    padding: 2.5rem;
  }
  .cid-tpRTl8QlaU .content-wrapper .text-wrapper {
    padding: 2.5rem 1.5rem;
  }
}
.cid-tpRTl8QlaU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tpRTl8QlaU .card-img {
  margin-bottom: 1.25rem;
  text-align: left;
}
.cid-tpRTl8QlaU .card-img span {
  font-size: 40px;
}
.cid-tpRTl8QlaU .media-container-row {
  margin-top: 2rem;
}
.cid-tpRTl8QlaU .text-post {
  color: #c1bebe;
  text-align: left;
}
.cid-tpRTl8QlaU .card-title,
.cid-tpRTl8QlaU .mbr-section-btn {
  text-align: left;
}
.cid-tpSflNUKFy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fed900;
}
.cid-tpSflNUKFy .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #767676;
  opacity: 0.5;
}
.cid-tpSflNUKFy .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-tpSflNUKFy .links-block ul li {
  margin: 0 1rem;
}
.cid-tpSflNUKFy .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-tpSflNUKFy .links-block ul,
.cid-tpSflNUKFy .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-tpSflNUKFy img {
  width: auto;
  display: inherit;
}
.cid-tpRr8STnsk .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-tpRr8STnsk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tpRr8STnsk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tpRr8STnsk .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tpRr8STnsk .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpRr8STnsk .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tpRr8STnsk .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpRr8STnsk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tpRr8STnsk .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tpRr8STnsk .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tpRr8STnsk .navbar.collapsed.opened .navbar-collapse.show,
.cid-tpRr8STnsk .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tpRr8STnsk .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tpRr8STnsk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tpRr8STnsk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpRr8STnsk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpRr8STnsk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tpRr8STnsk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpRr8STnsk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tpRr8STnsk .navbar {
    flex-wrap: nowrap;
  }
  .cid-tpRr8STnsk .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tpRr8STnsk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpRr8STnsk .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tpRr8STnsk .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tpRr8STnsk .navbar.opened .navbar-collapse.show,
  .cid-tpRr8STnsk .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tpRr8STnsk .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tpRr8STnsk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tpRr8STnsk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpRr8STnsk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpRr8STnsk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tpRr8STnsk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tpRr8STnsk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpRr8STnsk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tpRr8STnsk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tpRr8STnsk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tpRr8STnsk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tpRr8STnsk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tpRr8STnsk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpRr8STnsk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpRr8STnsk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpRr8STnsk .dropdown-item.active,
.cid-tpRr8STnsk .dropdown-item:active {
  background-color: transparent;
}
.cid-tpRr8STnsk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpRr8STnsk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpRr8STnsk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpRr8STnsk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpRr8STnsk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpRr8STnsk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpRr8STnsk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tpRr8STnsk .navbar-buttons {
  text-align: center;
}
.cid-tpRr8STnsk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tpRr8STnsk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ec1818;
}
.cid-tpRr8STnsk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tpRr8STnsk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tpRr8STnsk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tpRr8STnsk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tpRr8STnsk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpRr8STnsk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tpRr8STnsk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tpRr8STnsk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpRr8STnsk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tpRr8STnsk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tpRr8STnsk a.nav-link:focus {
  outline: none;
}
.cid-tpRr8STnsk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tpRr8STnsk .nav-link:hover,
.cid-tpRr8STnsk .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpRr8STnsk .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tpRr8STnsk .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tuzNt57f6u {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #fed900;
}
.cid-tuzNt57f6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzNt57f6u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzNt57f6u .container {
  max-width: 1280px;
}
.cid-tuzNt57f6u .content-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: #8a61ff;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-tuzNt57f6u .content-wrapper {
    flex-wrap: wrap;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tuzNt57f6u .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-tuzNt57f6u .text-wrapper {
  display: flex;
  flex-direction: column;
  width: 45%;
}
@media (max-width: 991px) {
  .cid-tuzNt57f6u .text-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cid-tuzNt57f6u .label-container {
  padding: 4px 12px;
  border-radius: 100vw;
  background-color: #ffffff;
  margin-bottom: 20px;
  width: max-content;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tuzNt57f6u .label-container {
    margin-bottom: 12px;
  }
}
.cid-tuzNt57f6u .label-text {
  color: #212132;
}
.cid-tuzNt57f6u .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
  width: 100%;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tuzNt57f6u .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tuzNt57f6u .mbr-section-subtitle {
  color: #ffffff;
  margin-top: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tuzNt57f6u .mbr-section-subtitle {
    margin-top: 0;
  }
}
.cid-tuzNt57f6u .card-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 60%;
  right: -8rem;
}
@media (max-width: 1599px) {
  .cid-tuzNt57f6u .card-container {
    right: calc(-4vw - 4rem);
  }
}
@media (max-width: 991px) {
  .cid-tuzNt57f6u .card-container {
    width: 100%;
    margin-top: 40px;
    left: 0;
    right: 0;
  }
}
.cid-tuzNt57f6u .card-item {
  position: relative;
  width: 46%;
  margin: 2%;
  transition: .3s all;
}
.cid-tuzNt57f6u .card-item:hover {
  transform: scale(0.96);
}
@media (max-width: 575px) {
  .cid-tuzNt57f6u .card-item {
    width: 96%;
    margin: 2%;
  }
}
.cid-tuzNt57f6u .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #b67dff 99.93%);
  filter: blur(1rem);
}
.cid-tuzNt57f6u .card-border {
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #b67dff 99.93%);
}
.cid-tuzNt57f6u .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: #212132;
  border-radius: 1.76rem;
}
@media (max-width: 991px) {
  .cid-tuzNt57f6u .card-box {
    padding: 16px;
  }
}
.cid-tuzNt57f6u .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  width: max-content;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tuzNt57f6u .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tuzNt57f6u .iconfont-wrapper .mbr-iconfont {
  color: #ae5eff;
  font-size: 64px;
}
.cid-tuzNt57f6u .card-title {
  color: #ffffff;
}
.cid-tuzNt57f6u .mbr-text {
  color: #ffffff;
  margin-top: 12px;
}
@media (max-width: 991px) {
  .cid-tuzNt57f6u .mbr-text {
    margin-top: 8px;
  }
}
.cid-tuzO2NJITF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/new32-1600x960.jpg");
}
.cid-tuzO2NJITF .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tuzO2NJITF .main-head {
    padding-right: 80px;
  }
}
.cid-tuzO2NJITF .first-table {
  margin: 0;
}
.cid-tuzO2NJITF .first-table.two-items {
  margin-right: 15px;
}
.cid-tuzO2NJITF .first-table .table-head-wrapper {
  background: #f7e4d6;
}
.cid-tuzO2NJITF .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-tuzO2NJITF .second-table .table-head-wrapper {
  background: #9e9e9e;
}
.cid-tuzO2NJITF .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-tuzO2NJITF .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-tuzO2NJITF .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-tuzO2NJITF .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-tuzO2NJITF .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-tuzO2NJITF .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-tuzO2NJITF .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #f23801;
}
.cid-tuzO2NJITF .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-tuzO2NJITF .first-table,
  .cid-tuzO2NJITF .second-table {
    margin: 0 15px;
  }
  .cid-tuzO2NJITF .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tuzO2NJITF .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-tuzO2NJITF .first-table,
  .cid-tuzO2NJITF .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-tuzO2NJITF .main-head {
    padding-bottom: 2rem;
  }
}
.cid-tuzO2NJITF .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 7px;
}
.cid-tuzO2NJITF .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tuzO2NJITF .mbr-section-title b:last-child,
.cid-tuzO2NJITF .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tuzO2NJITF .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tuzO2NJITF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzO2NJITF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuA2ufjgZQ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #fed900;
}
.cid-tuA2ufjgZQ .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tuA2ufjgZQ .row {
    padding: 0 12px;
  }
}
.cid-tuA2ufjgZQ .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tuA2ufjgZQ .card {
    height: 280px;
  }
}
.cid-tuA2ufjgZQ .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-tuA2ufjgZQ .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tuA2ufjgZQ .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuA2ufjgZQ .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-tuA2ufjgZQ .card-wrapper {
  padding: 44px 34px;
}
.cid-tuA2ufjgZQ .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-tuA2ufjgZQ .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-tuA2ufjgZQ .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-tuA2ufjgZQ .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-tuA3Jp9hKi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/new04-1600x960.jpg");
}
.cid-tuA3Jp9hKi .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tuA3Jp9hKi .main-head {
    padding-left: 80px;
  }
}
.cid-tuA3Jp9hKi .first-table {
  margin: 0;
}
.cid-tuA3Jp9hKi .first-table.two-items {
  margin-right: 15px;
}
.cid-tuA3Jp9hKi .first-table .table-head-wrapper {
  background: #f7e4d6;
}
.cid-tuA3Jp9hKi .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-tuA3Jp9hKi .second-table .table-head-wrapper {
  background: #9e9e9e;
}
.cid-tuA3Jp9hKi .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-tuA3Jp9hKi .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-tuA3Jp9hKi .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-tuA3Jp9hKi .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-tuA3Jp9hKi .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-tuA3Jp9hKi .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-tuA3Jp9hKi .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #f23801;
}
.cid-tuA3Jp9hKi .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-tuA3Jp9hKi .first-table,
  .cid-tuA3Jp9hKi .second-table {
    margin: 0 15px;
  }
  .cid-tuA3Jp9hKi .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tuA3Jp9hKi .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-tuA3Jp9hKi .first-table,
  .cid-tuA3Jp9hKi .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-tuA3Jp9hKi .main-head {
    padding-bottom: 2rem;
  }
}
.cid-tuA3Jp9hKi .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 7px;
}
.cid-tuA3Jp9hKi .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tuA3Jp9hKi .mbr-section-title b:last-child,
.cid-tuA3Jp9hKi .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tuA3Jp9hKi .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tuA3Jp9hKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuA3Jp9hKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuA3KntMvP {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fed900;
}
.cid-tuA3KntMvP .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tuA3KntMvP .row {
    padding: 0 12px;
  }
}
.cid-tuA3KntMvP .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tuA3KntMvP .card {
    height: 280px;
  }
}
.cid-tuA3KntMvP .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-tuA3KntMvP .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tuA3KntMvP .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuA3KntMvP .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-tuA3KntMvP .card-wrapper {
  padding: 44px 34px;
}
.cid-tuA3KntMvP .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-tuA3KntMvP .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-tuA3KntMvP .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-tuA3KntMvP .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-tuB2VWdWaq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/new19-1600x960.jpg");
}
.cid-tuB2VWdWaq .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tuB2VWdWaq .main-head {
    padding-right: 80px;
  }
}
.cid-tuB2VWdWaq .first-table {
  margin: 0;
}
.cid-tuB2VWdWaq .first-table.two-items {
  margin-right: 15px;
}
.cid-tuB2VWdWaq .first-table .table-head-wrapper {
  background: #f7e4d6;
}
.cid-tuB2VWdWaq .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-tuB2VWdWaq .second-table .table-head-wrapper {
  background: #9e9e9e;
}
.cid-tuB2VWdWaq .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-tuB2VWdWaq .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-tuB2VWdWaq .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-tuB2VWdWaq .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-tuB2VWdWaq .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-tuB2VWdWaq .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-tuB2VWdWaq .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #f23801;
}
.cid-tuB2VWdWaq .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-tuB2VWdWaq .first-table,
  .cid-tuB2VWdWaq .second-table {
    margin: 0 15px;
  }
  .cid-tuB2VWdWaq .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tuB2VWdWaq .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-tuB2VWdWaq .first-table,
  .cid-tuB2VWdWaq .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-tuB2VWdWaq .main-head {
    padding-bottom: 2rem;
  }
}
.cid-tuB2VWdWaq .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 7px;
}
.cid-tuB2VWdWaq .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tuB2VWdWaq .mbr-section-title b:last-child,
.cid-tuB2VWdWaq .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tuB2VWdWaq .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tuB2VWdWaq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuB2VWdWaq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuB2WQxhdt {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fed900;
}
.cid-tuB2WQxhdt .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tuB2WQxhdt .row {
    padding: 0 12px;
  }
}
.cid-tuB2WQxhdt .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tuB2WQxhdt .card {
    height: 280px;
  }
}
.cid-tuB2WQxhdt .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-tuB2WQxhdt .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tuB2WQxhdt .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuB2WQxhdt .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-tuB2WQxhdt .card-wrapper {
  padding: 44px 34px;
}
.cid-tuB2WQxhdt .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-tuB2WQxhdt .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-tuB2WQxhdt .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-tuB2WQxhdt .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-tuB5y03Iww {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/new01-1600x960.jpg");
}
.cid-tuB5y03Iww .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tuB5y03Iww .main-head {
    padding-left: 80px;
  }
}
.cid-tuB5y03Iww .first-table {
  margin: 0;
}
.cid-tuB5y03Iww .first-table.two-items {
  margin-right: 15px;
}
.cid-tuB5y03Iww .first-table .table-head-wrapper {
  background: #f7e4d6;
}
.cid-tuB5y03Iww .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-tuB5y03Iww .second-table .table-head-wrapper {
  background: #9e9e9e;
}
.cid-tuB5y03Iww .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-tuB5y03Iww .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-tuB5y03Iww .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-tuB5y03Iww .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-tuB5y03Iww .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-tuB5y03Iww .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-tuB5y03Iww .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #f23801;
}
.cid-tuB5y03Iww .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-tuB5y03Iww .first-table,
  .cid-tuB5y03Iww .second-table {
    margin: 0 15px;
  }
  .cid-tuB5y03Iww .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tuB5y03Iww .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-tuB5y03Iww .first-table,
  .cid-tuB5y03Iww .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-tuB5y03Iww .main-head {
    padding-bottom: 2rem;
  }
}
.cid-tuB5y03Iww .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 7px;
}
.cid-tuB5y03Iww .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tuB5y03Iww .mbr-section-title b:last-child,
.cid-tuB5y03Iww .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tuB5y03Iww .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tuB5y03Iww .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuB5y03Iww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuB5y03Iww .main-title {
  text-align: center;
}
.cid-tuB5zwpnNu {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fed900;
}
.cid-tuB5zwpnNu .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tuB5zwpnNu .row {
    padding: 0 12px;
  }
}
.cid-tuB5zwpnNu .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tuB5zwpnNu .card {
    height: 280px;
  }
}
.cid-tuB5zwpnNu .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-tuB5zwpnNu .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tuB5zwpnNu .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuB5zwpnNu .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-tuB5zwpnNu .card-wrapper {
  padding: 44px 34px;
}
.cid-tuB5zwpnNu .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-tuB5zwpnNu .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-tuB5zwpnNu .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-tuB5zwpnNu .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-tpSflNUKFy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fed900;
}
.cid-tpSflNUKFy .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #767676;
  opacity: 0.5;
}
.cid-tpSflNUKFy .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-tpSflNUKFy .links-block ul li {
  margin: 0 1rem;
}
.cid-tpSflNUKFy .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-tpSflNUKFy .links-block ul,
.cid-tpSflNUKFy .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-tpSflNUKFy img {
  width: auto;
  display: inherit;
}
.cid-tpRr8STnsk .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-tpRr8STnsk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tpRr8STnsk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tpRr8STnsk .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tpRr8STnsk .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpRr8STnsk .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tpRr8STnsk .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpRr8STnsk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tpRr8STnsk .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tpRr8STnsk .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tpRr8STnsk .navbar.collapsed.opened .navbar-collapse.show,
.cid-tpRr8STnsk .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tpRr8STnsk .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tpRr8STnsk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tpRr8STnsk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpRr8STnsk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpRr8STnsk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tpRr8STnsk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpRr8STnsk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tpRr8STnsk .navbar {
    flex-wrap: nowrap;
  }
  .cid-tpRr8STnsk .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tpRr8STnsk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpRr8STnsk .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tpRr8STnsk .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tpRr8STnsk .navbar.opened .navbar-collapse.show,
  .cid-tpRr8STnsk .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tpRr8STnsk .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tpRr8STnsk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tpRr8STnsk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpRr8STnsk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpRr8STnsk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tpRr8STnsk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tpRr8STnsk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpRr8STnsk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tpRr8STnsk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tpRr8STnsk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tpRr8STnsk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tpRr8STnsk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tpRr8STnsk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpRr8STnsk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpRr8STnsk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpRr8STnsk .dropdown-item.active,
.cid-tpRr8STnsk .dropdown-item:active {
  background-color: transparent;
}
.cid-tpRr8STnsk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpRr8STnsk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpRr8STnsk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpRr8STnsk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpRr8STnsk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpRr8STnsk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpRr8STnsk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tpRr8STnsk .navbar-buttons {
  text-align: center;
}
.cid-tpRr8STnsk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tpRr8STnsk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ec1818;
}
.cid-tpRr8STnsk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tpRr8STnsk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tpRr8STnsk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tpRr8STnsk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tpRr8STnsk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpRr8STnsk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tpRr8STnsk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tpRr8STnsk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpRr8STnsk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tpRr8STnsk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tpRr8STnsk a.nav-link:focus {
  outline: none;
}
.cid-tpRr8STnsk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tpRr8STnsk .nav-link:hover,
.cid-tpRr8STnsk .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpRr8STnsk .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tpRr8STnsk .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tuFfWpmu4v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-tuFfWpmu4v .row {
  position: relative;
}
.cid-tuFfWpmu4v .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 75%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffb639 50%, #ca41ec);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-tuFfWpmu4v .row .blur-circle {
    display: none;
  }
}
.cid-tuFfWpmu4v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuFfWpmu4v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuFfWpmu4v .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tuFfWpmu4v .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tuFfWpmu4v .row {
    padding: 0 24px;
  }
}
.cid-tuFfWpmu4v .title {
  display: flex;
  align-items: center;
}
.cid-tuFfWpmu4v .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-tuFfWpmu4v .title-wrapper {
    margin-bottom: 65px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tuFfWpmu4v .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-tuFfWpmu4v .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tuFfWpmu4v .title-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .cid-tuFfWpmu4v .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tuFfWpmu4v .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tuFfWpmu4v .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tuFfWpmu4v .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tuFfWpmu4v .cards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tuFfWpmu4v .cards-wrapper {
    display: block;
  }
}
.cid-tuFfWpmu4v .row.cards {
  padding: 0 16px;
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 220px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tuFfWpmu4v .row.cards {
    margin: 0 auto;
  }
}
.cid-tuFfWpmu4v .row.cards .card {
  padding: 0;
  margin-bottom: 32px;
  min-height: 200px;
  position: relative;
  width: 100%;
}
.cid-tuFfWpmu4v .row.cards .card::before {
  content: '';
  position: absolute;
  top: .2rem;
  left: -1rem;
  width: 100%;
  height: 102%;
  border-radius: 8px;
  border: 4px solid #111111;
  background-color: transparent;
  pointer-events: none;
}
.cid-tuFfWpmu4v .row.cards .card .card-wrapper {
  background-color: #f4efe8;
  padding: 48px 32px 32px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .cid-tuFfWpmu4v .row.cards .card .card-wrapper {
    padding: 36px 28px;
  }
}
.cid-tuFfWpmu4v .row.cards .card .card-wrapper .icon-wrapper {
  position: relative;
}
.cid-tuFfWpmu4v .row.cards .card .card-wrapper .icon-wrapper::before {
  content: '';
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #ca41ec;
}
.cid-tuFfWpmu4v .row.cards .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: block;
  position: relative;
  font-size: 48px;
  margin: -3rem 0 24px -10px;
}
.cid-tuFfWpmu4v .row.cards .card .card-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-tuFfWpmu4v .mbr-section-title {
  color: #f4efe8;
}
.cid-tuFfWpmu4v .mbr-text {
  color: #f4efe8;
}
.cid-tuFfWpmu4v .mbr-card-title,
.cid-tuFfWpmu4v .mbr-iconfont {
  color: #111111;
}
.cid-tuFkXmoG2G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tuFkXmoG2G .mbr-list {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tuFkXmoG2G .mbr-list {
    display: block;
    width: auto;
  }
}
.cid-tuFkXmoG2G .mbr-list ul {
  margin: 0 72px 0 0;
  list-style: none;
  padding-left: 0;
  list-style-position: inside;
}
.cid-tuFkXmoG2G .mbr-list ul li {
  margin-bottom: 16px;
  display: flex;
  list-style: none;
  position: relative;
}
.cid-tuFkXmoG2G .mbr-list ul li:before {
  margin-top: -3px;
  margin-right: 12px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ff4712;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "✓";
}
.cid-tuFkXmoG2G .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-tuFkXmoG2G .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-tuFkXmoG2G .mbr-text {
  margin-bottom: 32px;
  color: #65676c;
}
.cid-tuFkXmoG2G .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tuFkXmoG2G .image-wrapper {
    margin-top: 23px;
  }
}
.cid-tuFkXmoG2G .image-wrapper img:first-child {
  width: 79%;
  max-width: 520px;
  object-fit: cover;
}
.cid-tuFkXmoG2G .image-wrapper .image-absolute {
  position: absolute;
  top: 48%;
  left: 0;
  max-width: 354px;
  max-height: 283px;
}
@media (max-width: 768px) {
  .cid-tuFkXmoG2G .image-wrapper .image-absolute {
    max-width: 200px;
    max-height: 250px;
  }
}
.cid-tuFkXmoG2G .image-wrapper .image-logo {
  position: absolute;
  top: 24%;
  left: 57%;
  width: 80px;
  height: 80px;
}
.cid-tuFkXmoG2G .mbr-section-title,
.cid-tuFkXmoG2G .list-wrapper {
  text-align: left;
}
.cid-tuFnjlBaYg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tuFnjlBaYg .mbr-list {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tuFnjlBaYg .mbr-list {
    display: block;
    width: auto;
  }
}
.cid-tuFnjlBaYg .mbr-list ul {
  margin: 0 72px 0 0;
  list-style: none;
  padding-left: 0;
  list-style-position: inside;
}
.cid-tuFnjlBaYg .mbr-list ul li {
  margin-bottom: 16px;
  display: flex;
  list-style: none;
  position: relative;
}
.cid-tuFnjlBaYg .mbr-list ul li:before {
  margin-top: -3px;
  margin-right: 12px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ff4712;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "✓";
}
.cid-tuFnjlBaYg .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-tuFnjlBaYg .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-tuFnjlBaYg .mbr-text {
  margin-bottom: 32px;
  color: #65676c;
}
.cid-tuFnjlBaYg .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tuFnjlBaYg .image-wrapper {
    margin-top: 23px;
  }
}
.cid-tuFnjlBaYg .image-wrapper img:first-child {
  width: 79%;
  max-width: 520px;
  object-fit: cover;
}
.cid-tuFnjlBaYg .image-wrapper .image-absolute {
  position: absolute;
  top: 48%;
  left: 0;
  max-width: 354px;
  max-height: 283px;
}
@media (max-width: 768px) {
  .cid-tuFnjlBaYg .image-wrapper .image-absolute {
    max-width: 200px;
    max-height: 250px;
  }
}
.cid-tuFnjlBaYg .image-wrapper .image-logo {
  position: absolute;
  top: 24%;
  left: 57%;
  width: 80px;
  height: 80px;
}
.cid-tuFnjlBaYg .mbr-section-title,
.cid-tuFnjlBaYg .list-wrapper {
  text-align: left;
}
.cid-tuFnklQlud {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #f9f9fc;
}
.cid-tuFnklQlud .mbr-list {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tuFnklQlud .mbr-list {
    display: block;
    width: auto;
  }
}
.cid-tuFnklQlud .mbr-list ul {
  margin: 0 72px 0 0;
  list-style: none;
  padding-left: 0;
  list-style-position: inside;
}
.cid-tuFnklQlud .mbr-list ul li {
  margin-bottom: 16px;
  display: flex;
  list-style: none;
  position: relative;
}
.cid-tuFnklQlud .mbr-list ul li:before {
  margin-top: -3px;
  margin-right: 12px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ff4712;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "✓";
}
.cid-tuFnklQlud .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-tuFnklQlud .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-tuFnklQlud .mbr-text {
  margin-bottom: 32px;
  color: #65676c;
}
.cid-tuFnklQlud .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tuFnklQlud .image-wrapper {
    margin-top: 23px;
  }
}
.cid-tuFnklQlud .image-wrapper img:first-child {
  width: 79%;
  max-width: 520px;
  object-fit: cover;
}
.cid-tuFnklQlud .image-wrapper .image-absolute {
  position: absolute;
  top: 48%;
  left: 0;
  max-width: 354px;
  max-height: 283px;
}
@media (max-width: 768px) {
  .cid-tuFnklQlud .image-wrapper .image-absolute {
    max-width: 200px;
    max-height: 250px;
  }
}
.cid-tuFnklQlud .image-wrapper .image-logo {
  position: absolute;
  top: 24%;
  left: 57%;
  width: 80px;
  height: 80px;
}
.cid-tuFnklQlud .mbr-section-title,
.cid-tuFnklQlud .list-wrapper {
  text-align: left;
}
.cid-tuFnl9Zoji {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f9f9fc;
}
.cid-tuFnl9Zoji .mbr-list {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tuFnl9Zoji .mbr-list {
    display: block;
    width: auto;
  }
}
.cid-tuFnl9Zoji .mbr-list ul {
  margin: 0 72px 0 0;
  list-style: none;
  padding-left: 0;
  list-style-position: inside;
}
.cid-tuFnl9Zoji .mbr-list ul li {
  margin-bottom: 16px;
  display: flex;
  list-style: none;
  position: relative;
}
.cid-tuFnl9Zoji .mbr-list ul li:before {
  margin-top: -3px;
  margin-right: 12px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ff4712;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "✓";
}
.cid-tuFnl9Zoji .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-tuFnl9Zoji .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-tuFnl9Zoji .mbr-text {
  margin-bottom: 32px;
  color: #65676c;
}
.cid-tuFnl9Zoji .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tuFnl9Zoji .image-wrapper {
    margin-top: 23px;
  }
}
.cid-tuFnl9Zoji .image-wrapper img:first-child {
  width: 79%;
  max-width: 520px;
  object-fit: cover;
}
.cid-tuFnl9Zoji .image-wrapper .image-absolute {
  position: absolute;
  top: 48%;
  left: 0;
  max-width: 354px;
  max-height: 283px;
}
@media (max-width: 768px) {
  .cid-tuFnl9Zoji .image-wrapper .image-absolute {
    max-width: 200px;
    max-height: 250px;
  }
}
.cid-tuFnl9Zoji .image-wrapper .image-logo {
  position: absolute;
  top: 24%;
  left: 57%;
  width: 80px;
  height: 80px;
}
.cid-tuFnl9Zoji .mbr-section-title,
.cid-tuFnl9Zoji .list-wrapper {
  text-align: left;
}
.cid-tuFBjnGnUx {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #f9f9fc;
}
.cid-tuFBjnGnUx .mbr-list {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tuFBjnGnUx .mbr-list {
    display: block;
    width: auto;
  }
}
.cid-tuFBjnGnUx .mbr-list ul {
  margin: 0 72px 0 0;
  list-style: none;
  padding-left: 0;
  list-style-position: inside;
}
.cid-tuFBjnGnUx .mbr-list ul li {
  margin-bottom: 16px;
  display: flex;
  list-style: none;
  position: relative;
}
.cid-tuFBjnGnUx .mbr-list ul li:before {
  margin-top: -3px;
  margin-right: 12px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ff4712;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "✓";
}
.cid-tuFBjnGnUx .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-tuFBjnGnUx .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-tuFBjnGnUx .mbr-text {
  margin-bottom: 32px;
  color: #65676c;
}
.cid-tuFBjnGnUx .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tuFBjnGnUx .image-wrapper {
    margin-top: 23px;
  }
}
.cid-tuFBjnGnUx .image-wrapper img:first-child {
  width: 79%;
  max-width: 520px;
  object-fit: cover;
}
.cid-tuFBjnGnUx .image-wrapper .image-absolute {
  position: absolute;
  top: 48%;
  left: 0;
  max-width: 354px;
  max-height: 283px;
}
@media (max-width: 768px) {
  .cid-tuFBjnGnUx .image-wrapper .image-absolute {
    max-width: 200px;
    max-height: 250px;
  }
}
.cid-tuFBjnGnUx .image-wrapper .image-logo {
  position: absolute;
  top: 24%;
  left: 57%;
  width: 80px;
  height: 80px;
}
.cid-tuFBjnGnUx .mbr-section-title,
.cid-tuFBjnGnUx .list-wrapper {
  text-align: left;
}
.cid-tuFBkjardQ {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #f9f9fc;
}
.cid-tuFBkjardQ .mbr-list {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tuFBkjardQ .mbr-list {
    display: block;
    width: auto;
  }
}
.cid-tuFBkjardQ .mbr-list ul {
  margin: 0 72px 0 0;
  list-style: none;
  padding-left: 0;
  list-style-position: inside;
}
.cid-tuFBkjardQ .mbr-list ul li {
  margin-bottom: 16px;
  display: flex;
  list-style: none;
  position: relative;
}
.cid-tuFBkjardQ .mbr-list ul li:before {
  margin-top: -3px;
  margin-right: 12px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ff4712;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "✓";
}
.cid-tuFBkjardQ .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-tuFBkjardQ .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-tuFBkjardQ .mbr-text {
  margin-bottom: 32px;
  color: #65676c;
}
.cid-tuFBkjardQ .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tuFBkjardQ .image-wrapper {
    margin-top: 23px;
  }
}
.cid-tuFBkjardQ .image-wrapper img:first-child {
  width: 79%;
  max-width: 520px;
  object-fit: cover;
}
.cid-tuFBkjardQ .image-wrapper .image-absolute {
  position: absolute;
  top: 48%;
  left: 0;
  max-width: 354px;
  max-height: 283px;
}
@media (max-width: 768px) {
  .cid-tuFBkjardQ .image-wrapper .image-absolute {
    max-width: 200px;
    max-height: 250px;
  }
}
.cid-tuFBkjardQ .image-wrapper .image-logo {
  position: absolute;
  top: 24%;
  left: 57%;
  width: 80px;
  height: 80px;
}
.cid-tuFBkjardQ .mbr-section-title,
.cid-tuFBkjardQ .list-wrapper {
  text-align: left;
}
.cid-tuFBkXqF2o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tuFBkXqF2o .mbr-list {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tuFBkXqF2o .mbr-list {
    display: block;
    width: auto;
  }
}
.cid-tuFBkXqF2o .mbr-list ul {
  margin: 0 72px 0 0;
  list-style: none;
  padding-left: 0;
  list-style-position: inside;
}
.cid-tuFBkXqF2o .mbr-list ul li {
  margin-bottom: 16px;
  display: flex;
  list-style: none;
  position: relative;
}
.cid-tuFBkXqF2o .mbr-list ul li:before {
  margin-top: -3px;
  margin-right: 12px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ff4712;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "✓";
}
.cid-tuFBkXqF2o .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-tuFBkXqF2o .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-tuFBkXqF2o .mbr-text {
  margin-bottom: 32px;
  color: #65676c;
}
.cid-tuFBkXqF2o .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tuFBkXqF2o .image-wrapper {
    margin-top: 23px;
  }
}
.cid-tuFBkXqF2o .image-wrapper img:first-child {
  width: 79%;
  max-width: 520px;
  object-fit: cover;
}
.cid-tuFBkXqF2o .image-wrapper .image-absolute {
  position: absolute;
  top: 48%;
  left: 0;
  max-width: 354px;
  max-height: 283px;
}
@media (max-width: 768px) {
  .cid-tuFBkXqF2o .image-wrapper .image-absolute {
    max-width: 200px;
    max-height: 250px;
  }
}
.cid-tuFBkXqF2o .image-wrapper .image-logo {
  position: absolute;
  top: 24%;
  left: 57%;
  width: 80px;
  height: 80px;
}
.cid-tuFBkXqF2o .mbr-section-title,
.cid-tuFBkXqF2o .list-wrapper {
  text-align: left;
}
.cid-tuFBly8drt {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #f9f9fc;
}
.cid-tuFBly8drt .mbr-list {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tuFBly8drt .mbr-list {
    display: block;
    width: auto;
  }
}
.cid-tuFBly8drt .mbr-list ul {
  margin: 0 72px 0 0;
  list-style: none;
  padding-left: 0;
  list-style-position: inside;
}
.cid-tuFBly8drt .mbr-list ul li {
  margin-bottom: 16px;
  display: flex;
  list-style: none;
  position: relative;
}
.cid-tuFBly8drt .mbr-list ul li:before {
  margin-top: -3px;
  margin-right: 12px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ff4712;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "✓";
}
.cid-tuFBly8drt .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-tuFBly8drt .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-tuFBly8drt .mbr-text {
  margin-bottom: 32px;
  color: #65676c;
}
.cid-tuFBly8drt .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tuFBly8drt .image-wrapper {
    margin-top: 23px;
  }
}
.cid-tuFBly8drt .image-wrapper img:first-child {
  width: 79%;
  max-width: 520px;
  object-fit: cover;
}
.cid-tuFBly8drt .image-wrapper .image-absolute {
  position: absolute;
  top: 48%;
  left: 0;
  max-width: 354px;
  max-height: 283px;
}
@media (max-width: 768px) {
  .cid-tuFBly8drt .image-wrapper .image-absolute {
    max-width: 200px;
    max-height: 250px;
  }
}
.cid-tuFBly8drt .image-wrapper .image-logo {
  position: absolute;
  top: 24%;
  left: 57%;
  width: 80px;
  height: 80px;
}
.cid-tuFBly8drt .mbr-section-title,
.cid-tuFBly8drt .list-wrapper {
  text-align: left;
}
.cid-tpSflNUKFy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fed900;
}
.cid-tpSflNUKFy .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #767676;
  opacity: 0.5;
}
.cid-tpSflNUKFy .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-tpSflNUKFy .links-block ul li {
  margin: 0 1rem;
}
.cid-tpSflNUKFy .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-tpSflNUKFy .links-block ul,
.cid-tpSflNUKFy .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-tpSflNUKFy img {
  width: auto;
  display: inherit;
}
