body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #465052 !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #57468b !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #57468b !important;
  border-color: #57468b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #171a1b;
  color: #171a1b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2d2447;
  color: #2d2447;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #57468b;
  border-color: #57468b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #57468b !important;
  border-color: #57468b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #465052 !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #57468b !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #171a1b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d2447 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #57468b;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #465052;
  border-color: #465052;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #465052;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bac2c4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9a8cc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #465052;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #465052 !important;
  -webkit-box-shadow: 0 6px 16px 0 #465052 !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #bfceff !important;
  -webkit-box-shadow: 0 6px 16px 0 #bfceff !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #465052;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #465052;
  border-bottom-color: #465052;
}
.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: #465052 !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: #5580ff !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%;
}
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='%23465052' %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;
}
.cid-sHe3AxUdjX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sHe3AxUdjX nav.navbar {
  position: fixed;
}
.cid-sHe3AxUdjX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHe3AxUdjX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHe3AxUdjX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHe3AxUdjX .dropdown-item:hover,
.cid-sHe3AxUdjX .dropdown-item:focus {
  background: #465052 !important;
  color: white !important;
}
.cid-sHe3AxUdjX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sHe3AxUdjX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sHe3AxUdjX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sHe3AxUdjX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHe3AxUdjX .nav-link {
  position: relative;
}
.cid-sHe3AxUdjX .container {
  display: flex;
  margin: auto;
}
.cid-sHe3AxUdjX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHe3AxUdjX .dropdown-menu,
.cid-sHe3AxUdjX .navbar.opened {
  background: #ffffff !important;
}
.cid-sHe3AxUdjX .nav-item:focus,
.cid-sHe3AxUdjX .nav-link:focus {
  outline: none;
}
.cid-sHe3AxUdjX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHe3AxUdjX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHe3AxUdjX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHe3AxUdjX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHe3AxUdjX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHe3AxUdjX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHe3AxUdjX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sHe3AxUdjX .navbar.opened {
  transition: all 0.3s;
}
.cid-sHe3AxUdjX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHe3AxUdjX .navbar .navbar-logo img {
  width: auto;
}
.cid-sHe3AxUdjX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHe3AxUdjX .navbar.collapsed {
  justify-content: center;
}
.cid-sHe3AxUdjX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHe3AxUdjX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHe3AxUdjX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-sHe3AxUdjX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHe3AxUdjX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHe3AxUdjX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sHe3AxUdjX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHe3AxUdjX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHe3AxUdjX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHe3AxUdjX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHe3AxUdjX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHe3AxUdjX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHe3AxUdjX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHe3AxUdjX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sHe3AxUdjX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHe3AxUdjX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHe3AxUdjX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHe3AxUdjX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHe3AxUdjX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHe3AxUdjX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHe3AxUdjX .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHe3AxUdjX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHe3AxUdjX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHe3AxUdjX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHe3AxUdjX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHe3AxUdjX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHe3AxUdjX .dropdown-item.active,
.cid-sHe3AxUdjX .dropdown-item:active {
  background-color: transparent;
}
.cid-sHe3AxUdjX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHe3AxUdjX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHe3AxUdjX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHe3AxUdjX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHe3AxUdjX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHe3AxUdjX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHe3AxUdjX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHe3AxUdjX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHe3AxUdjX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHe3AxUdjX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sHe3AxUdjX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHe3AxUdjX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHe3AxUdjX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHe3AxUdjX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHe3AxUdjX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHe3AxUdjX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHe3AxUdjX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHe3AxUdjX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHe3AxUdjX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHe3AxUdjX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHe3AxUdjX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHe3AxUdjX .navbar {
    height: 70px;
  }
  .cid-sHe3AxUdjX .navbar.opened {
    height: auto;
  }
  .cid-sHe3AxUdjX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHiy9MRgrv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sHiy9MRgrv .carousel {
  height: 800px;
}
.cid-sHiy9MRgrv .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sHiy9MRgrv .carousel-item,
.cid-sHiy9MRgrv .carousel-inner {
  height: 100%;
}
.cid-sHiy9MRgrv .mbr-overlay {
  z-index: 1;
}
.cid-sHiy9MRgrv .carousel-caption {
  bottom: 40px;
}
.cid-sHiy9MRgrv .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sHiy9MRgrv .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sHiy9MRgrv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sHiy9MRgrv .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sHiy9MRgrv .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sHiy9MRgrv .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sHiy9MRgrv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sHiy9MRgrv .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sHiy9MRgrv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHiy9MRgrv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sHiy9MRgrv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sHiy9MRgrv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sHiy9MRgrv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sHiy9MRgrv .carousel-indicators li.active,
.cid-sHiy9MRgrv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sHiy9MRgrv .carousel-indicators li::after,
.cid-sHiy9MRgrv .carousel-indicators li::before {
  content: none;
}
.cid-sHiy9MRgrv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sHiy9MRgrv .carousel-indicators {
    display: none !important;
  }
}
.cid-sHiy9MRgrv H5 {
  color: #f4d320;
}
.cid-sHvdyGv9iJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHvdyGv9iJ .box {
  max-width: 700px;
  margin: auto;
  padding: 0 3rem;
}
.cid-sHvdyGv9iJ .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sHvdyGv9iJ .btn:hover,
.cid-sHvdyGv9iJ .btn:active {
  box-shadow: none!important;
}
.cid-sHvdyGv9iJ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sHvdyGv9iJ .mbr-section-subtitle {
  color: #716c80;
}
.cid-sHvdyGv9iJ .img-col {
  padding: 0;
}
.cid-sHvdyGv9iJ img {
  max-height: 100vh;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sHvdyGv9iJ .box {
    padding: 2rem;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-sHvdyGv9iJ .box {
    padding: 1rem;
  }
}
.cid-sHvdyGv9iJ .mbr-section-title {
  color: #2e2b2c;
}
.cid-sHZ7LyGYVn {
  padding-top: 270px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/screen-shot-2021-09-13-at-6.17.14-p.m.-2000x1119.png");
}
@media (max-width: 992px) {
  .cid-sHZ7LyGYVn {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media (max-width: 576px) {
  .cid-sHZ7LyGYVn {
    padding-top: 126px;
    padding-bottom: 126px;
  }
}
.cid-sHZ7LyGYVn .icon-wrap {
  background-color: #ff8a73 !important;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sHZ7LyGYVn .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sHZ7LyGYVn .icon-wrap span {
  padding-left: 8px;
}
.cid-sHZ7LyGYVn .mbr-media span {
  font-size: 40px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sHZ7LyGYVn .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sHZ7LyGYVn .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sHZ7LyGYVn .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sHZ7LyGYVn .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sHZ7LyGYVn a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sHZ7LyGYVn a.close:hover {
  color: #ffffff;
}
.cid-sHe2a8OjjT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f47a20;
  overflow: hidden;
}
.cid-sHe2a8OjjT svg {
  fill: #efefef !important;
  pointer-events: none;
}
.cid-sHe2a8OjjT #e2_shape {
  fill: #efefef !important;
}
.cid-sHe2a8OjjT .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-sHe2a8OjjT .mbr-text {
  font-weight: 300;
}
.cid-sHe2a8OjjT .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-sHe2a8OjjT .btn-white {
  color: #404040 !important;
}
.cid-sHe2a8OjjT .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-sHe2a8OjjT .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-sHe2a8OjjT .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-sHe2a8OjjT {
    padding: 30px;
  }
  .cid-sHe2a8OjjT svg {
    display: none;
  }
}
.cid-sHiIjB0WNO {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-sHiIjB0WNO .mbr-section-title {
  margin-bottom: 10px;
  color: #f47a20;
}
.cid-sHiIjB0WNO .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  color: #919dab;
}
.cid-sHiIjB0WNO .text__title .mbr-section-btn {
  margin-top: 45px;
}
.cid-sHiIjB0WNO .text__title .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-sHiIjB0WNO .block__products {
  margin-top: 45px;
}
.cid-sHiIjB0WNO .image__products {
  margin-top: 30px;
  position: relative;
}
.cid-sHiIjB0WNO .image__products img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.cid-sHiIjB0WNO .image__products:hover .image__inner {
  opacity: 1;
  cursor: pointer;
}
.cid-sHiIjB0WNO .image__inner {
  position: absolute;
  padding: 25px 30px;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 10px;
  top: 0;
  left: 0;
  background-color: rgba(244, 122, 32, 0.7);
  pointer-events: none;
  transition: all .25s;
  overflow: auto;
}
.cid-sHiIjB0WNO .image__inner > * {
  pointer-events: all;
}
.cid-sHiIjB0WNO .inner__text {
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.cid-sHiIjB0WNO .image__inner_bot {
  margin-top: 20px;
}
.cid-sHiIjB0WNO .image__inner_bot .mbr-section-btn .btn {
  height: 40px;
}
.cid-sHiIjB0WNO .price__product {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sJFP0RVrDD {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-sJFP0RVrDD .mbr-section-title {
  margin-bottom: 10px;
  color: #f47a20;
}
.cid-sJFP0RVrDD .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJFP0RVrDD .text__title .mbr-section-btn {
  margin-top: 45px;
}
.cid-sJFP0RVrDD .text__title .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-sJFP0RVrDD .block__products {
  margin-top: 45px;
}
.cid-sJFP0RVrDD .image__products {
  margin-top: 30px;
  position: relative;
}
.cid-sJFP0RVrDD .image__products img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.cid-sJFP0RVrDD .image__products:hover .image__inner {
  opacity: 1;
  cursor: pointer;
}
.cid-sJFP0RVrDD .image__inner {
  position: absolute;
  padding: 25px 30px;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 10px;
  top: 0;
  left: 0;
  background-color: rgba(244, 122, 32, 0.7);
  pointer-events: none;
  transition: all .25s;
  overflow: auto;
}
.cid-sJFP0RVrDD .image__inner > * {
  pointer-events: all;
}
.cid-sJFP0RVrDD .inner__text {
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.cid-sJFP0RVrDD .image__inner_bot {
  margin-top: 20px;
}
.cid-sJFP0RVrDD .image__inner_bot .mbr-section-btn .btn {
  height: 40px;
}
.cid-sJFP0RVrDD .price__product {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sHrjmJnA51 {
  background-image: url("../../../assets/images/imagen-1650x824.png");
}
.cid-sHrjmJnA51 .container {
  height: 40rem;
}
.cid-sJG1EOi74h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sJG1EOi74h .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sJG1EOi74h .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-sJG1EOi74h .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-sJG1EOi74h .btn-primary-outline:active {
  color: gray;
}
.cid-sJG1EOi74h .btn-primary-outline:hover {
  color: white;
}
.cid-sJG1EOi74h div {
  overflow: hidden;
}
.cid-sJG1EOi74h li.active .btn-primary-outline {
  color: white;
}
.cid-sJG1EOi74h .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJG1EOi74h .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJG1EOi74h .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sJG1EOi74h .mbr-gallery-item {
  overflow: hidden;
}
.cid-sJG1EOi74h .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sJG1EOi74h .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-sJG1EOi74h .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-sJG1EOi74h .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sJG1EOi74h .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sJG1EOi74h .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sJG1EOi74h .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sJG1EOi74h .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sHqDsxkaCW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHqDsxkaCW p {
  color: #767676;
}
.cid-sHqDsxkaCW .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sHqDsxkaCW .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sHqDsxkaCW .row-element,
.cid-sHqDsxkaCW .image-element {
  padding: 0;
}
.cid-sHqDsxkaCW .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHqDsxkaCW .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sHqDsxkaCW .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sHqDsxkaCW .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #465052, #5580ff);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sHqDsxkaCW .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sHqDsxkaCW .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sHqDsxkaCW .text-content {
    padding: 2rem 1rem;
  }
  .cid-sHqDsxkaCW .underline .line {
    height: 2px;
  }
  .cid-sHqDsxkaCW .mbr-title,
  .cid-sHqDsxkaCW .underline,
  .cid-sHqDsxkaCW .mbr-text,
  .cid-sHqDsxkaCW .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sHr1rhmBqQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sHr1rhmBqQ .row {
  background: #ffffff;
  padding: 3rem 2rem;
  margin: 0rem;
}
@media (max-width: 767px) {
  .cid-sHr1rhmBqQ .row {
    padding: 1rem 0rem;
  }
}
.cid-sHr1rhmBqQ img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sHr1rhmBqQ img {
    width: 100%;
  }
}
.cid-sHr1rhmBqQ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sHr1rhmBqQ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sHr1rhmBqQ .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f47a20;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-sHr1rhmBqQ .mbr-text,
.cid-sHr1rhmBqQ .mbr-section-btn {
  color: #2e2b2c;
}
.cid-sHr1rhmBqQ .mbr-section-subtitle {
  color: #777777;
}
.cid-sHr1rhmBqQ .mbr-section-title {
  color: #f47a20;
}
.cid-sHr1rhmBqQ .mbr-list {
  color: #f47a20;
}
.cid-sHr7nFB8Oi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sHr7nFB8Oi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHr7nFB8Oi .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-sHr7nFB8Oi .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-sHr7nFB8Oi .btn-primary-outline:active {
  color: gray;
}
.cid-sHr7nFB8Oi .btn-primary-outline:hover {
  color: white;
}
.cid-sHr7nFB8Oi div {
  overflow: hidden;
}
.cid-sHr7nFB8Oi li.active .btn-primary-outline {
  color: white;
}
.cid-sHr7nFB8Oi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHr7nFB8Oi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHr7nFB8Oi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHr7nFB8Oi .mbr-gallery-item {
  overflow: hidden;
}
.cid-sHr7nFB8Oi .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sHr7nFB8Oi .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-sHr7nFB8Oi .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-sHr7nFB8Oi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sHr7nFB8Oi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sHr7nFB8Oi .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sHr7nFB8Oi .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sHr7nFB8Oi .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sHrhlDKjXP {
  background-image: url("../../../assets/images/wireless-white-smart-speaker-digital-device-2000x1333.jpg");
}
.cid-sHrhlDKjXP .container {
  height: 40rem;
}
.cid-sHrdFFywFe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f47a20;
}
.cid-sHrdFFywFe p {
  color: #767676;
}
.cid-sHrdFFywFe .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sHrdFFywFe .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sHrdFFywFe .row-element,
.cid-sHrdFFywFe .image-element {
  padding: 0;
}
.cid-sHrdFFywFe .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHrdFFywFe .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sHrdFFywFe .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sHrdFFywFe .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #465052, #5580ff);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sHrdFFywFe .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sHrdFFywFe .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sHrdFFywFe .text-content {
    padding: 2rem 1rem;
  }
  .cid-sHrdFFywFe .underline .line {
    height: 2px;
  }
  .cid-sHrdFFywFe .mbr-title,
  .cid-sHrdFFywFe .underline,
  .cid-sHrdFFywFe .mbr-text,
  .cid-sHrdFFywFe .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sHrdFFywFe .mbr-title,
.cid-sHrdFFywFe .underline {
  color: #ffffff;
}
.cid-sHrdFFywFe .mbr-text,
.cid-sHrdFFywFe .mbr-section-btn {
  color: #efefef;
}
.cid-sHreD9YTEs {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #efefef;
  position: relative;
  overflow: hidden;
}
.cid-sHreD9YTEs .container {
  max-width: 1400px;
}
.cid-sHreD9YTEs svg {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1.9, 1.3);
}
.cid-sHreD9YTEs #e1_ellipse {
  fill: #efefef !important;
}
.cid-sHreD9YTEs .mbr-text {
  color: #716c80;
}
.cid-sHreD9YTEs .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sHreD9YTEs .card-img .img1 {
  background-color: #57468b;
}
.cid-sHreD9YTEs .card-img .img2 {
  background-color: #5580ff;
}
.cid-sHreD9YTEs .card-img .img3 {
  background-color: #ff8a73;
}
.cid-sHreD9YTEs .card-img .img4 {
  background-color: #bfceff;
}
.cid-sHreD9YTEs .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-sHreD9YTEs .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-sHreD9YTEs .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
  background-color: #ffffff;
}
.cid-sHreD9YTEs .card-title,
.cid-sHreD9YTEs .card-img {
  color: #57468b;
}
.cid-sHreD9YTEs img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-sHreD9YTEs img {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-sHreD9YTEs .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem!important;
  }
  .cid-sHreD9YTEs .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-sHreD9YTEs .card:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-sHreD9YTEs .card-img span {
    margin-right: 0rem;
  }
  .cid-sHreD9YTEs svg {
    top: -9rem;
  }
}
.cid-sHreD9YTEs .card-img {
  width: auto;
}
.cid-sHrgDD8ttx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sHrgDD8ttx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHrgDD8ttx .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-sHrgDD8ttx .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-sHrgDD8ttx .btn-primary-outline:active {
  color: gray;
}
.cid-sHrgDD8ttx .btn-primary-outline:hover {
  color: white;
}
.cid-sHrgDD8ttx div {
  overflow: hidden;
}
.cid-sHrgDD8ttx li.active .btn-primary-outline {
  color: white;
}
.cid-sHrgDD8ttx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHrgDD8ttx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHrgDD8ttx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHrgDD8ttx .mbr-gallery-item {
  overflow: hidden;
}
.cid-sHrgDD8ttx .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sHrgDD8ttx .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-sHrgDD8ttx .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-sHrgDD8ttx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sHrgDD8ttx .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sHrgDD8ttx .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sHrgDD8ttx .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sHrgDD8ttx .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sHrjAbR0w1 {
  background-image: url("../../../assets/images/google-home.webp");
}
.cid-sHrjAbR0w1 .container {
  height: 40rem;
}
.cid-sHrjItuMNB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2b2c;
}
.cid-sHrjItuMNB p {
  color: #767676;
}
.cid-sHrjItuMNB .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sHrjItuMNB .row-element,
.cid-sHrjItuMNB .image-element {
  padding: 0;
}
.cid-sHrjItuMNB .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHrjItuMNB .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sHrjItuMNB .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sHrjItuMNB .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #465052, #5580ff);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sHrjItuMNB .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sHrjItuMNB .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sHrjItuMNB .text-content {
    padding: 2rem 1rem;
  }
  .cid-sHrjItuMNB .underline .line {
    height: 2px;
  }
  .cid-sHrjItuMNB .mbr-title,
  .cid-sHrjItuMNB .underline,
  .cid-sHrjItuMNB .mbr-text,
  .cid-sHrjItuMNB .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sHrjItuMNB .mbr-title,
.cid-sHrjItuMNB .underline {
  color: #ffffff;
}
.cid-sHrjItuMNB .mbr-text,
.cid-sHrjItuMNB .mbr-section-btn {
  color: #efefef;
}
.cid-sHrnv6JnpI {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-sHrnv6JnpI .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sHrnv6JnpI #e1_circle,
.cid-sHrnv6JnpI #e3_circle,
.cid-sHrnv6JnpI #e4_circle,
.cid-sHrnv6JnpI #e5_circle {
  fill: #ffffff !important;
}
.cid-sHrnv6JnpI #e6_circle {
  fill: #f47a20 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sHrnv6JnpI .round {
  border-radius: 100%;
  position: absolute;
  background-color: #ffffff;
  animation: orbit 4s linear infinite;
}
.cid-sHrnv6JnpI .rev {
  animation: rev 4s linear infinite;
}
.cid-sHrnv6JnpI .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sHrnv6JnpI .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sHrnv6JnpI .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sHrnv6JnpI .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sHrnv6JnpI .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sHrnv6JnpI .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sHrnv6JnpI .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sHrnv6JnpI .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sHrnv6JnpI .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sHrnv6JnpI .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sHrnv6JnpI .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sHrnv6JnpI H1 {
  color: #f47a20;
}
.cid-sHrnv6JnpI .mbr-text,
.cid-sHrnv6JnpI .mbr-section-btn {
  color: #716c80;
}
.cid-sHrnv6JnpI H3 {
  color: #716c80;
}
.cid-sHrnv6JnpI img {
  height: 100%;
  margin: 0 auto;
}
.cid-sHroiZik4I {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f47a20;
}
.cid-sHroiZik4I .mbr-text {
  color: #efefef;
}
.cid-sHroiZik4I .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sHroiZik4I p {
  margin: 0;
}
.cid-sHroiZik4I .mbr-iconfont {
  transition: all 0.3s;
  color: #2e2b2c !important;
  font-size: 2.8rem !important;
}
.cid-sHroiZik4I .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-sHroiZik4I .card:hover .mbr-iconfont {
  color: #465052 !important;
}
.cid-sHroiZik4I .card-title,
.cid-sHroiZik4I .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-sHroiZik4I .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-sHroiZik4I .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sHroiZik4I .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-sHroiZik4I .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sHroiZik4I .card-img span {
    margin-right: 0rem;
  }
  .cid-sHroiZik4I .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-sHroiZik4I .card-img {
  width: auto;
}
.cid-sHroiZik4I .card-title {
  color: #ffffff;
}
.cid-sHrktp0daM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sHrktp0daM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHrktp0daM .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-sHrktp0daM .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-sHrktp0daM .btn-primary-outline:active {
  color: gray;
}
.cid-sHrktp0daM .btn-primary-outline:hover {
  color: white;
}
.cid-sHrktp0daM div {
  overflow: hidden;
}
.cid-sHrktp0daM li.active .btn-primary-outline {
  color: white;
}
.cid-sHrktp0daM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHrktp0daM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHrktp0daM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHrktp0daM .mbr-gallery-item {
  overflow: hidden;
}
.cid-sHrktp0daM .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sHrktp0daM .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-sHrktp0daM .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-sHrktp0daM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sHrktp0daM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sHrktp0daM .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sHrktp0daM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sHrktp0daM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sHrmjErzTv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-sHrmjErzTv .svg1 {
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sHrmjErzTv #e1_circle,
.cid-sHrmjErzTv #e3_circle,
.cid-sHrmjErzTv #e4_circle,
.cid-sHrmjErzTv #e5_circle {
  fill: #f47a20 !important;
}
.cid-sHrmjErzTv #e6_circle {
  fill: #ffffff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sHrmjErzTv .round {
  border-radius: 100%;
  position: absolute;
  background-color: #f47a20;
  animation: orbit 4s linear infinite;
}
.cid-sHrmjErzTv .rev {
  animation: rev 4s linear infinite;
}
.cid-sHrmjErzTv .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sHrmjErzTv .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sHrmjErzTv .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sHrmjErzTv .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sHrmjErzTv .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sHrmjErzTv .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sHrmjErzTv .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sHrmjErzTv .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sHrmjErzTv .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sHrmjErzTv .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sHrmjErzTv .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sHrmjErzTv .mbr-text,
.cid-sHrmjErzTv .mbr-section-btn {
  color: #716c80;
}
.cid-sHrmjErzTv .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sHrmjErzTv .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sHrmjErzTv .mbr-figure img {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .cid-sHrmjErzTv .round {
    display: none;
  }
}
.cid-sHrmvJscyr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f47a20;
}
.cid-sHrmvJscyr p {
  color: #767676;
}
.cid-sHrmvJscyr .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sHrmvJscyr .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sHrmvJscyr .row-element,
.cid-sHrmvJscyr .image-element {
  padding: 0;
}
.cid-sHrmvJscyr .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHrmvJscyr .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sHrmvJscyr .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sHrmvJscyr .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #465052, #5580ff);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sHrmvJscyr .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sHrmvJscyr .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sHrmvJscyr .text-content {
    padding: 2rem 1rem;
  }
  .cid-sHrmvJscyr .underline .line {
    height: 2px;
  }
  .cid-sHrmvJscyr .mbr-title,
  .cid-sHrmvJscyr .underline,
  .cid-sHrmvJscyr .mbr-text,
  .cid-sHrmvJscyr .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sHrmvJscyr .mbr-title,
.cid-sHrmvJscyr .underline {
  color: #ffffff;
}
.cid-sHrmvJscyr .mbr-text,
.cid-sHrmvJscyr .mbr-section-btn {
  color: #efefef;
}
.cid-sHrrh62xo5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cccccc;
}
.cid-sHrrh62xo5 .mbr-text {
  color: #ffffff;
}
.cid-sHrrh62xo5 .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sHrrh62xo5 p {
  margin: 0;
}
.cid-sHrrh62xo5 .mbr-iconfont {
  transition: all 0.3s;
  color: #2e2b2c !important;
  font-size: 2.8rem !important;
}
.cid-sHrrh62xo5 .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-sHrrh62xo5 .card:hover .mbr-iconfont {
  color: #465052 !important;
}
.cid-sHrrh62xo5 .card-title,
.cid-sHrrh62xo5 .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-sHrrh62xo5 .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-sHrrh62xo5 .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sHrrh62xo5 .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-sHrrh62xo5 .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sHrrh62xo5 .card-img span {
    margin-right: 0rem;
  }
  .cid-sHrrh62xo5 .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-sHrrh62xo5 .card-img {
  width: auto;
}
.cid-sHrrh62xo5 .card-title {
  color: #f47a20;
}
.cid-sHv99hbtfP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sHv99hbtfP .row {
  background: #ffffff;
  padding: 3rem 2rem;
  margin: 0rem;
}
@media (max-width: 767px) {
  .cid-sHv99hbtfP .row {
    padding: 1rem 0rem;
  }
}
.cid-sHv99hbtfP img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sHv99hbtfP img {
    width: 100%;
  }
}
.cid-sHv99hbtfP .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sHv99hbtfP .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sHv99hbtfP .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f47a20;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-sHv99hbtfP .mbr-text,
.cid-sHv99hbtfP .mbr-section-btn {
  color: #2e2b2c;
}
.cid-sHv99hbtfP .mbr-section-subtitle {
  color: #777777;
}
.cid-sHv99hbtfP .mbr-section-title {
  color: #f47a20;
  text-align: center;
}
.cid-sHv99hbtfP .mbr-list {
  color: #f47a20;
}
.cid-sHuNc5g6hE {
  background-image: url("../../../assets/images/cortinas-1366x615.jpg");
}
.cid-sHuNc5g6hE .container {
  height: 40rem;
}
.cid-sHuNrF0OAg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f47a20;
}
.cid-sHuNrF0OAg p {
  color: #767676;
}
.cid-sHuNrF0OAg .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sHuNrF0OAg .row-element,
.cid-sHuNrF0OAg .image-element {
  padding: 0;
}
.cid-sHuNrF0OAg .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHuNrF0OAg .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sHuNrF0OAg .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sHuNrF0OAg .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #465052, #5580ff);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sHuNrF0OAg .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sHuNrF0OAg .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sHuNrF0OAg .text-content {
    padding: 2rem 1rem;
  }
  .cid-sHuNrF0OAg .underline .line {
    height: 2px;
  }
  .cid-sHuNrF0OAg .mbr-title,
  .cid-sHuNrF0OAg .underline,
  .cid-sHuNrF0OAg .mbr-text,
  .cid-sHuNrF0OAg .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sHuNrF0OAg .mbr-title,
.cid-sHuNrF0OAg .underline {
  color: #ffffff;
}
.cid-sHuNrF0OAg .mbr-text,
.cid-sHuNrF0OAg .mbr-section-btn {
  color: #efefef;
}
.cid-sHuO9EHdSa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f47a20;
}
.cid-sHuO9EHdSa .mbr-text {
  color: #efefef;
}
.cid-sHuO9EHdSa .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sHuO9EHdSa p {
  margin: 0;
}
.cid-sHuO9EHdSa .mbr-iconfont {
  transition: all 0.3s;
  color: #2e2b2c !important;
  font-size: 2.8rem !important;
}
.cid-sHuO9EHdSa .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-sHuO9EHdSa .card:hover .mbr-iconfont {
  color: #465052 !important;
}
.cid-sHuO9EHdSa .card-title,
.cid-sHuO9EHdSa .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-sHuO9EHdSa .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-sHuO9EHdSa .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sHuO9EHdSa .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-sHuO9EHdSa .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sHuO9EHdSa .card-img span {
    margin-right: 0rem;
  }
  .cid-sHuO9EHdSa .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-sHuO9EHdSa .card-img {
  width: auto;
}
.cid-sHuO9EHdSa .card-title {
  color: #ffffff;
}
.cid-sHuQGTqHTW {
  background-image: url("../../../assets/images/escaleras-1792x1008.jpg");
}
.cid-sHuQGTqHTW .container {
  height: 40rem;
}
.cid-sHv4tKb4h7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f47a20;
}
.cid-sHv4tKb4h7 p {
  color: #767676;
}
.cid-sHv4tKb4h7 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sHv4tKb4h7 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sHv4tKb4h7 .row-element,
.cid-sHv4tKb4h7 .image-element {
  padding: 0;
}
.cid-sHv4tKb4h7 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHv4tKb4h7 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sHv4tKb4h7 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sHv4tKb4h7 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #465052, #5580ff);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sHv4tKb4h7 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sHv4tKb4h7 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sHv4tKb4h7 .text-content {
    padding: 2rem 1rem;
  }
  .cid-sHv4tKb4h7 .underline .line {
    height: 2px;
  }
  .cid-sHv4tKb4h7 .mbr-title,
  .cid-sHv4tKb4h7 .underline,
  .cid-sHv4tKb4h7 .mbr-text,
  .cid-sHv4tKb4h7 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sHv4tKb4h7 .mbr-title,
.cid-sHv4tKb4h7 .underline {
  color: #ffffff;
}
.cid-sHv4tKb4h7 .mbr-text,
.cid-sHv4tKb4h7 .mbr-section-btn {
  color: #efefef;
}
.cid-sHv6QILax4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #2e2b2c;
}
.cid-sHv6QILax4 .mbr-text {
  color: #efefef;
}
.cid-sHv6QILax4 .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sHv6QILax4 p {
  margin: 0;
}
.cid-sHv6QILax4 .mbr-iconfont {
  transition: all 0.3s;
  color: #f47a20 !important;
  font-size: 2.8rem !important;
}
.cid-sHv6QILax4 .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-sHv6QILax4 .card:hover .mbr-iconfont {
  color: #465052 !important;
}
.cid-sHv6QILax4 .card-title,
.cid-sHv6QILax4 .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-sHv6QILax4 .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-sHv6QILax4 .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sHv6QILax4 .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-sHv6QILax4 .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sHv6QILax4 .card-img span {
    margin-right: 0rem;
  }
  .cid-sHv6QILax4 .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-sHv6QILax4 .card-img {
  width: auto;
}
.cid-sHv6QILax4 .card-title {
  color: #ffffff;
}
.cid-sHvcZv0EZC {
  background-image: url("../../../assets/images/i2t-gdoor-promo-06-3-2000x1187.png");
}
.cid-sHvcZv0EZC .container {
  height: 40rem;
}
.cid-sHvahjAvum {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sHvahjAvum .row {
  background: #ffffff;
  padding: 3rem 2rem;
  margin: 0rem;
}
@media (max-width: 767px) {
  .cid-sHvahjAvum .row {
    padding: 1rem 0rem;
  }
}
.cid-sHvahjAvum img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sHvahjAvum img {
    width: 100%;
  }
}
.cid-sHvahjAvum .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sHvahjAvum .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sHvahjAvum .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f47a20;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-sHvahjAvum .mbr-text,
.cid-sHvahjAvum .mbr-section-btn {
  color: #2e2b2c;
}
.cid-sHvahjAvum .mbr-section-subtitle {
  color: #777777;
}
.cid-sHvahjAvum .mbr-section-title {
  color: #f47a20;
  text-align: center;
}
.cid-sHvahjAvum .mbr-list {
  color: #f47a20;
}
.cid-sJGg5Ijyrn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sJGg5Ijyrn .mbr-section-title {
  margin-bottom: 60px;
  color: #f47a20;
}
.cid-sJGg5Ijyrn .block__left {
  margin-bottom: 50px;
}
.cid-sJGg5Ijyrn .text__left {
  margin-top: 85px;
  margin-bottom: 0;
  text-align: center;
}
.cid-sJGg5Ijyrn .image img {
  max-width: 80%;
  border-radius: 20px;
  object-fit: cover;
}
.cid-sJGg5Ijyrn .title__right {
  margin-bottom: 15px;
}
.cid-sJGg5Ijyrn .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJGg5Ijyrn .item__right {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-sJGg5Ijyrn .mbr-section-title {
    margin-bottom: 40px;
  }
  .cid-sJGg5Ijyrn .text__left {
    margin-top: 0;
  }
  .cid-sJGg5Ijyrn .item__right {
    margin-bottom: 0;
    margin-top: 50px;
  }
}
.cid-sJFSxEfjE8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2b2c;
}
.cid-sJFSxEfjE8 .row {
  background: #ffffff;
  padding: 3rem 2rem;
  margin: 0rem;
}
@media (max-width: 767px) {
  .cid-sJFSxEfjE8 .row {
    padding: 1rem 0rem;
  }
}
.cid-sJFSxEfjE8 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sJFSxEfjE8 img {
    width: 100%;
  }
}
.cid-sJFSxEfjE8 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sJFSxEfjE8 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sJFSxEfjE8 .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f47a20;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-sJFSxEfjE8 .mbr-text,
.cid-sJFSxEfjE8 .mbr-section-btn {
  color: #2e2b2c;
}
.cid-sJFSxEfjE8 .mbr-section-subtitle {
  color: #777777;
}
.cid-sJFSxEfjE8 .mbr-section-title {
  color: #f47a20;
  text-align: center;
}
.cid-sJFSxEfjE8 .mbr-list {
  color: #f47a20;
}
.cid-sJFUpVD9Kh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f47a20;
}
.cid-sJFUpVD9Kh img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sJFUpVD9Kh H1 {
  color: #ffffff;
}
.cid-sJFUpVD9Kh .mbr-text,
.cid-sJFUpVD9Kh .mbr-section-btn {
  color: #716c80;
}
.cid-sJFUpVD9Kh H3 {
  color: #716c80;
}
.cid-sJFUpVD9Kh .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sJFUpVD9Kh .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sJFUpVD9Kh .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sJFUpVD9Kh .link:hover {
  color: #465052 !important;
}
.cid-sJFUpVD9Kh .link:hover .link-ico {
  color: #465052 !important;
  padding-left: 10px;
}
.cid-sJFUpVD9Kh DIV {
  color: #57468b;
}
.cid-sJFUpVD9Kh .mbr-text,
.cid-sJFUpVD9Kh .media-content {
  color: #efefef;
}
.cid-sJGaZv9PsX {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-sJGaZv9PsX .container {
  max-width: 1400px;
}
.cid-sJGaZv9PsX svg {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1.9, 1.3);
}
.cid-sJGaZv9PsX #e1_ellipse {
  fill: #ffffff !important;
}
.cid-sJGaZv9PsX .mbr-text {
  color: #716c80;
}
.cid-sJGaZv9PsX .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sJGaZv9PsX .card-img .img1 {
  background-color: #57468b;
}
.cid-sJGaZv9PsX .card-img .img2 {
  background-color: #5580ff;
}
.cid-sJGaZv9PsX .card-img .img3 {
  background-color: #ff8a73;
}
.cid-sJGaZv9PsX .card-img .img4 {
  background-color: #bfceff;
}
.cid-sJGaZv9PsX .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-sJGaZv9PsX .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-sJGaZv9PsX .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
  background-color: #ffffff;
}
.cid-sJGaZv9PsX .card-title,
.cid-sJGaZv9PsX .card-img {
  color: #57468b;
}
.cid-sJGaZv9PsX img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-sJGaZv9PsX img {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-sJGaZv9PsX .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem!important;
  }
  .cid-sJGaZv9PsX .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-sJGaZv9PsX .card:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-sJGaZv9PsX .card-img span {
    margin-right: 0rem;
  }
  .cid-sJGaZv9PsX svg {
    top: -9rem;
  }
}
.cid-sJGaZv9PsX .card-img {
  width: auto;
}
.cid-sJGcPzfgFs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #2e2b2c;
}
.cid-sJGcPzfgFs H1 {
  color: #f47a20;
}
.cid-sJGcPzfgFs .mbr-text,
.cid-sJGcPzfgFs .mbr-section-btn {
  color: #efefef;
}
.cid-sJGcPzfgFs img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-sJGcPzfgFs img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sJFXkAE6Uv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f47a20;
}
.cid-sJFXkAE6Uv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sJFXkAE6Uv .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sJFXkAE6Uv .img-col {
  padding: 0;
}
.cid-sJFXkAE6Uv .wrapper {
  padding: 6rem 12rem;
}
.cid-sJFXkAE6Uv .link-wrap {
  width: 100%;
}
.cid-sJFXkAE6Uv .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-sJFXkAE6Uv .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-sJFXkAE6Uv .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sJFXkAE6Uv .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-sJFXkAE6Uv .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sJFXkAE6Uv .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-sJFXkAE6Uv .link,
.cid-sJFXkAE6Uv .wrapper {
  color: #000000;
}
.cid-sJFXkAE6Uv .mbr-section-subtitle {
  color: #000000;
}
.cid-sJFXkAE6Uv .card-title,
.cid-sJFXkAE6Uv .card-box {
  color: #ffffff;
}
.cid-sJFXkAE6Uv .mbr-text,
.cid-sJFXkAE6Uv .mbr-section-btn {
  color: #999999;
}
.cid-sJFXkAE6Uv .mbr-text,
.cid-sJFXkAE6Uv .wrapper {
  color: #efefef;
}
.cid-sJFYNE4KVY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sJFYNE4KVY .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-sJFYNE4KVY img {
  width: 100%;
  border-radius: 10px;
}
.cid-sJFYNE4KVY .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-sJFYNE4KVY .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sJFYNE4KVY .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-sJFYNE4KVY img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-sJFYNE4KVY .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-sJFYNE4KVY img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-sJFYNE4KVY img {
    width: 100%;
  }
}
.cid-sJFYNE4KVY .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sJFYNE4KVY .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sJFYNE4KVY .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-sJFYNE4KVY .mbr-text,
.cid-sJFYNE4KVY .mbr-section-btn {
  color: #464646;
}
.cid-sJFYNE4KVY .mbr-section-subtitle {
  color: #777777;
}
.cid-sJFYNE4KVY .mbr-section-title {
  color: #f47a20;
}
.cid-sHvhXb4Zyy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f47a20;
}
.cid-sHvhXb4Zyy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sHvhXb4Zyy input,
.cid-sHvhXb4Zyy textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem !important;
  font-size: 1rem;
}
.cid-sHvhXb4Zyy input:focus,
.cid-sHvhXb4Zyy textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sHvhXb4Zyy .form-control,
.cid-sHvhXb4Zyy .field-input {
  padding: 0.5rem;
  background-color: #f47a20;
  border-color: #cccccc;
  color: #cccccc;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHvhXb4Zyy .form-control:hover,
.cid-sHvhXb4Zyy .field-input:hover,
.cid-sHvhXb4Zyy .form-control:focus,
.cid-sHvhXb4Zyy .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sHvhXb4Zyy input::-webkit-input-placeholder,
.cid-sHvhXb4Zyy textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-sHvhXb4Zyy input:-moz-placeholder,
.cid-sHvhXb4Zyy textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-sHvhXb4Zyy .jq-selectbox li,
.cid-sHvhXb4Zyy .jq-selectbox li {
  background-color: #f47a20;
  color: #000000;
}
.cid-sHvhXb4Zyy .jq-selectbox li:hover,
.cid-sHvhXb4Zyy .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-sHvhXb4Zyy .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f47a20;
}
.cid-sHvhXb4Zyy .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-sHvhXb4Zyy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sHvhXb4Zyy .mbr-form {
  max-width: 450px;
}
.cid-sHvhXb4Zyy textarea {
  min-height: 150px;
}
.cid-sHvhXb4Zyy .mbr-text {
  color: #cccccc;
}
.cid-sHvhXb4Zyy .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-sHvhXb4Zyy .mbr-form .btn .mbr-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-sHvhXb4Zyy LABEL {
  color: #efefef;
}
.cid-sHvhXb4Zyy H2 {
  color: #ffffff;
}
.cid-sHvhXb4Zyy P {
  color: #ffffff;
}
