body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.72rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Comfortaa', display;
  font-size: 1.5rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
/* ---- 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.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #36d88a !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #3c1c00 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #36d88a !important;
  border-color: #36d88a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #3c1c00 !important;
  border-color: #3c1c00 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #215f88;
  color: #215f88 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #992700;
  color: #992700 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1b8d56;
  color: #1b8d56 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #36d88a;
  border-color: #36d88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #3c1c00;
  border-color: #3c1c00;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3c1c00 !important;
  border-color: #3c1c00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #36d88a !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #3c1c00 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #215f88 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b8d56 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #992700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !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: #ff4100;
}
.alert-warning {
  background-color: #3c1c00;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #ffffff;
}
.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: #e1f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ff8922;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #000000;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #000000;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Comfortaa', display;
  font-size: 1.5rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #3e97d1 !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='%23ffffff' %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-vbnBa9fUMd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vbnBa9fUMd .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vbnBa9fUMd .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vbnBa9fUMd .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vbnBa9fUMd .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vbnBa9fUMd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbnBa9fUMd .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vbnBa9fUMd .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vbnBa9fUMd .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vbnBa9fUMd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbnBa9fUMd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vbnBa9fUMd .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vbnBa9fUMd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbnBa9fUMd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbnBa9fUMd .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-vbnBa9fUMd .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vbnBa9fUMd .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vbnBa9fUMd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbnBa9fUMd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vbnBa9fUMd .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vbnBa9fUMd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbnBa9fUMd .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vbnBa9fUMd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbnBa9fUMd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbnBa9fUMd .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-vbnBa9fUMd .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vbnBa9fUMd .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vbnBa9fUMd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vbnBa9fUMd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbnBa9fUMd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vbnBa9fUMd .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vbnBa9fUMd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vbnBa9fUMd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vbnBa9fUMd .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vbnBa9fUMd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vbnBa9fUMd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vbnBa9fUMd .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-vbnBa9fUMd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbnBa9fUMd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbnBa9fUMd .dropdown-item.active,
.cid-vbnBa9fUMd .dropdown-item:active {
  background-color: transparent;
}
.cid-vbnBa9fUMd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbnBa9fUMd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbnBa9fUMd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbnBa9fUMd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbnBa9fUMd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vbnBa9fUMd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbnBa9fUMd ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vbnBa9fUMd .navbar-buttons {
  text-align: center;
}
.cid-vbnBa9fUMd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vbnBa9fUMd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vbnBa9fUMd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vbnBa9fUMd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vbnBa9fUMd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vbnBa9fUMd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vbnBa9fUMd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vbnBa9fUMd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vbnBa9fUMd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vbnBa9fUMd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vbnBa9fUMd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vbnBa9fUMd a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vbnBa9fUMd .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vbnBa9fUMd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vbnBa9fUMd .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vbnBa9fUMd .nav-link:hover,
.cid-vbnBa9fUMd .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vbnBa9vcZ3 {
  overflow: hidden;
  background-image: url("../../../assets/images/chatgpt20image20feb20132020262004-35-3220pm-1536x1024.webp");
}
.cid-vbnBa9vcZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbnBa9vcZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vbnBa9vcZ3 .container {
    padding: 0 30px;
  }
}
.cid-vbnBa9vcZ3 .row {
  position: relative;
}
.cid-vbnBa9vcZ3 .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vbnBa9vcZ3 .row img {
    top: auto;
    width: 100%;
  }
}
.cid-vbnBa9vcZ3 .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-vbnBa9vcZ3 .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-vbnBa9vcZ3 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vbnBa9vcZ3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbnBa9vcZ3 .mbr-text {
  color: #212529;
}
.cid-vbnBa9vcZ3 .mbr-link,
.cid-vbnBa9vcZ3 .mbr-iconfont {
  color: #212529;
}
.cid-vbnBa9H28X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-vbnBa9H28X .content__block {
  padding: 50px 15px;
}
.cid-vbnBa9H28X .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-vbnBa9H28X .mbr-section-subtitle {
  margin-bottom: 20px;
  text-align: justify;
}
.cid-vbnBa9H28X .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-vbnBa9H28X .image {
  perspective: 3500px;
  position: relative;
}
.cid-vbnBa9H28X .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
}
.cid-vbnBa9H28X .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vbnBa9H28X .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-vbnBa9H28X .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vbnBa9H28X .content__block {
    padding: 30px 15px;
  }
  .cid-vbnBa9H28X .mbr-figure {
    padding: 0;
  }
  .cid-vbnBa9H28X .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-vbnBa9H28X .lg-push {
    right: 1%;
  }
  .cid-vbnBa9H28X .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-vbnBa9H28X .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-vbnBa9H28X .lg-push {
    left: 1%;
  }
  .cid-vbnBa9H28X .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-vbnBa9H28X .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-vbnBa9H28X .mbr-section-title {
  text-align: center;
}
.cid-vbnBa9H28X .mbr-text,
.cid-vbnBa9H28X .mbr-section-btn {
  text-align: center;
}
.cid-vbnBa9Qim1 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20132020262004-29-2920pm-1536x1024.webp");
}
.cid-vbnBa9Qim1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbnBa9Qim1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbnBa9Qim1 .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1440px) {
  .cid-vbnBa9Qim1 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-vbnBa9Qim1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vbnBa9Qim1 .container {
    padding: 0 16px;
  }
}
.cid-vbnBa9Qim1 .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vbnBa9Qim1 .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vbnBa9Qim1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vbnBa9Qim1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vbnBa9Qim1 .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vbnBa9Qim1 .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vbnBa9Qim1 .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vbnBa9Qim1 .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vbnBa9Qim1 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vbnBa9Qim1 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vbnBa9Qim1 .mbr-text {
  color: #333333;
}
.cid-vbnBa9Qim1 .mbr-text,
.cid-vbnBa9Qim1 .mbr-section-btn {
  color: #ffffff;
}
.cid-veN9J9Sd1U {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-veN9J9Sd1U .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
}
.cid-veN9J9Sd1U .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-veN9J9Sd1U .image-block:hover:before {
  opacity: 0.2;
}
.cid-veN9J9Sd1U .image-block:hover .wrap {
  opacity: 1;
}
.cid-veN9J9Sd1U h4 {
  letter-spacing: 2px;
}
.cid-veN9J9Sd1U figcaption {
  position: relative;
}
.cid-veN9J9Sd1U figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-veN9J9Sd1U img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-veN9J9Sd1U .card {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-veN9J9Sd1U .wrap {
    opacity: 1 !important;
  }
  .cid-veN9J9Sd1U .image-block:before {
    opacity: 0.2 !important;
  }
}
.cid-vbnBaaQIYv {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/2-880x307.webp");
}
.cid-vbnBaaQIYv input,
.cid-vbnBaaQIYv textarea,
.cid-vbnBaaQIYv input:active,
.cid-vbnBaaQIYv textarea:active,
.cid-vbnBaaQIYv input:focus,
.cid-vbnBaaQIYv textarea:focus,
.cid-vbnBaaQIYv form {
  color: #ffffff;
}
.cid-vbnBaaQIYv input,
.cid-vbnBaaQIYv textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vbnBaaQIYv input:hover,
.cid-vbnBaaQIYv textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vbnBaaQIYv .colored-text {
  color: #ffffff !important;
}
.cid-vbnBaaQIYv .mbr-section-title {
  color: #ffffff;
}
.cid-vbnBaaQIYv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbnBaaQIYv .mbr-text {
  color: #ffffff;
}
.cid-vbnBab6lom {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vbnBab6lom a:link {
  text-decoration: none;
}
.cid-vbnBab6lom .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vbnBab6lom .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vbnBab6lom .inner-text {
  line-height: 3em;
}
.cid-vbnBab6lom .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vbnBab6lom .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vbnBab6lom .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vbnBab6lom .content-text,
.cid-vbnBab6lom .inner-text {
  color: #c1c1c1;
}
.cid-vbndcRYSLG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vbndcRYSLG .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vbndcRYSLG .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vbndcRYSLG .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vbndcRYSLG .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vbndcRYSLG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbndcRYSLG .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vbndcRYSLG .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vbndcRYSLG .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vbndcRYSLG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbndcRYSLG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vbndcRYSLG .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vbndcRYSLG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbndcRYSLG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbndcRYSLG .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-vbndcRYSLG .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vbndcRYSLG .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vbndcRYSLG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbndcRYSLG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vbndcRYSLG .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vbndcRYSLG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbndcRYSLG .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vbndcRYSLG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbndcRYSLG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbndcRYSLG .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-vbndcRYSLG .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vbndcRYSLG .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vbndcRYSLG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vbndcRYSLG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbndcRYSLG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vbndcRYSLG .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vbndcRYSLG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vbndcRYSLG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vbndcRYSLG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vbndcRYSLG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vbndcRYSLG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vbndcRYSLG .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-vbndcRYSLG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbndcRYSLG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbndcRYSLG .dropdown-item.active,
.cid-vbndcRYSLG .dropdown-item:active {
  background-color: transparent;
}
.cid-vbndcRYSLG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbndcRYSLG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbndcRYSLG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbndcRYSLG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbndcRYSLG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vbndcRYSLG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbndcRYSLG ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vbndcRYSLG .navbar-buttons {
  text-align: center;
}
.cid-vbndcRYSLG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vbndcRYSLG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vbndcRYSLG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vbndcRYSLG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vbndcRYSLG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vbndcRYSLG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vbndcRYSLG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vbndcRYSLG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vbndcRYSLG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vbndcRYSLG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vbndcRYSLG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vbndcRYSLG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vbndcRYSLG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vbndcRYSLG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vbndcRYSLG .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vbndcRYSLG .nav-link:hover,
.cid-vbndcRYSLG .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vbndcSHNX7 {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/chatgpt20image20feb20132020262004-50-2820pm-1536x1024.webp");
}
.cid-vbndcSHNX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbndcSHNX7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vbndcSHNX7 .container {
    padding: 0 30px;
  }
}
.cid-vbndcSHNX7 .row {
  position: relative;
}
.cid-vbndcSHNX7 .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vbndcSHNX7 .row img {
    top: auto;
    width: 100%;
  }
}
.cid-vbndcSHNX7 .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-vbndcSHNX7 .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-vbndcSHNX7 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vbndcSHNX7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbndcSHNX7 .mbr-text {
  color: #212529;
}
.cid-vbndcSHNX7 .mbr-link,
.cid-vbndcSHNX7 .mbr-iconfont {
  color: #212529;
}
.cid-vbndcT9Jwx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-vbndcT9Jwx .content__block {
  padding: 50px 15px;
}
.cid-vbndcT9Jwx .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-vbndcT9Jwx .mbr-section-subtitle {
  margin-bottom: 20px;
  text-align: justify;
}
.cid-vbndcT9Jwx .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-vbndcT9Jwx .image {
  perspective: 3500px;
  position: relative;
}
.cid-vbndcT9Jwx .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
}
.cid-vbndcT9Jwx .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vbndcT9Jwx .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-vbndcT9Jwx .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vbndcT9Jwx .content__block {
    padding: 30px 15px;
  }
  .cid-vbndcT9Jwx .mbr-figure {
    padding: 0;
  }
  .cid-vbndcT9Jwx .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-vbndcT9Jwx .lg-push {
    right: 1%;
  }
  .cid-vbndcT9Jwx .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-vbndcT9Jwx .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-vbndcT9Jwx .lg-push {
    left: 1%;
  }
  .cid-vbndcT9Jwx .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-vbndcT9Jwx .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-vbndcT9Jwx .mbr-section-title {
  text-align: center;
}
.cid-vbndcT9Jwx .mbr-text,
.cid-vbndcT9Jwx .mbr-section-btn {
  text-align: center;
}
.cid-vbndcTkYg4 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/chatgpt20image20jan20262020262006-00-3920pm-1536x1024.webp");
}
.cid-vbndcTkYg4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbndcTkYg4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbndcTkYg4 .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1440px) {
  .cid-vbndcTkYg4 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-vbndcTkYg4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vbndcTkYg4 .container {
    padding: 0 16px;
  }
}
.cid-vbndcTkYg4 .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vbndcTkYg4 .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vbndcTkYg4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vbndcTkYg4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vbndcTkYg4 .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vbndcTkYg4 .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vbndcTkYg4 .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vbndcTkYg4 .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vbndcTkYg4 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vbndcTkYg4 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vbndcTkYg4 .mbr-text {
  color: #333333;
}
.cid-vbndcTkYg4 .mbr-text,
.cid-vbndcTkYg4 .mbr-section-btn {
  color: #ffffff;
}
.cid-veN9RAg5lv {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-veN9RAg5lv .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
}
.cid-veN9RAg5lv .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-veN9RAg5lv .image-block:hover:before {
  opacity: 0.2;
}
.cid-veN9RAg5lv .image-block:hover .wrap {
  opacity: 1;
}
.cid-veN9RAg5lv h4 {
  letter-spacing: 2px;
}
.cid-veN9RAg5lv figcaption {
  position: relative;
}
.cid-veN9RAg5lv figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-veN9RAg5lv img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-veN9RAg5lv .card {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-veN9RAg5lv .wrap {
    opacity: 1 !important;
  }
  .cid-veN9RAg5lv .image-block:before {
    opacity: 0.2 !important;
  }
}
.cid-vbndcUzEj9 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/2-880x307.webp");
}
.cid-vbndcUzEj9 input,
.cid-vbndcUzEj9 textarea,
.cid-vbndcUzEj9 input:active,
.cid-vbndcUzEj9 textarea:active,
.cid-vbndcUzEj9 input:focus,
.cid-vbndcUzEj9 textarea:focus,
.cid-vbndcUzEj9 form {
  color: #ffffff;
}
.cid-vbndcUzEj9 input,
.cid-vbndcUzEj9 textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vbndcUzEj9 input:hover,
.cid-vbndcUzEj9 textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vbndcUzEj9 .colored-text {
  color: #ffffff !important;
}
.cid-vbndcUzEj9 .mbr-section-title {
  color: #ffffff;
}
.cid-vbndcUzEj9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbndcUzEj9 .mbr-text {
  color: #ffffff;
}
.cid-vbndcUYjpd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vbndcUYjpd a:link {
  text-decoration: none;
}
.cid-vbndcUYjpd .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vbndcUYjpd .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vbndcUYjpd .inner-text {
  line-height: 3em;
}
.cid-vbndcUYjpd .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vbndcUYjpd .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vbndcUYjpd .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vbndcUYjpd .content-text,
.cid-vbndcUYjpd .inner-text {
  color: #c1c1c1;
}
.cid-vc1NUfojbP .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vc1NUfojbP .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vc1NUfojbP .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vc1NUfojbP .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vc1NUfojbP .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vc1NUfojbP .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vc1NUfojbP .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vc1NUfojbP .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vc1NUfojbP .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vc1NUfojbP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vc1NUfojbP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vc1NUfojbP .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vc1NUfojbP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vc1NUfojbP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vc1NUfojbP .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-vc1NUfojbP .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vc1NUfojbP .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vc1NUfojbP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vc1NUfojbP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vc1NUfojbP .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vc1NUfojbP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vc1NUfojbP .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vc1NUfojbP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vc1NUfojbP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vc1NUfojbP .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-vc1NUfojbP .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vc1NUfojbP .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vc1NUfojbP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vc1NUfojbP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vc1NUfojbP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vc1NUfojbP .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vc1NUfojbP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vc1NUfojbP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vc1NUfojbP .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vc1NUfojbP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vc1NUfojbP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vc1NUfojbP .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-vc1NUfojbP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vc1NUfojbP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vc1NUfojbP .dropdown-item.active,
.cid-vc1NUfojbP .dropdown-item:active {
  background-color: transparent;
}
.cid-vc1NUfojbP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vc1NUfojbP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vc1NUfojbP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vc1NUfojbP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vc1NUfojbP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vc1NUfojbP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vc1NUfojbP ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vc1NUfojbP .navbar-buttons {
  text-align: center;
}
.cid-vc1NUfojbP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vc1NUfojbP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vc1NUfojbP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vc1NUfojbP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vc1NUfojbP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vc1NUfojbP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vc1NUfojbP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vc1NUfojbP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vc1NUfojbP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vc1NUfojbP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vc1NUfojbP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vc1NUfojbP a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vc1NUfojbP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vc1NUfojbP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vc1NUfojbP .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vc1NUfojbP .nav-link:hover,
.cid-vc1NUfojbP .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vc1NUgbIb5 {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vc1NUgbIb5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc1NUgbIb5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vc1NUgbIb5 .container {
    padding: 0 16px;
  }
}
.cid-vc1NUgbIb5 .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vc1NUgbIb5 .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vc1NUgbIb5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vc1NUgbIb5 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vc1NUgbIb5 .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vc1NUgbIb5 .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vc1NUgbIb5 .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vc1NUgbIb5 .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vc1NUgbIb5 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vc1NUgbIb5 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vc1NUgbIb5 .mbr-text {
  color: #333333;
}
.cid-vc1NUgbIb5 .mbr-text,
.cid-vc1NUgbIb5 .mbr-section-btn {
  color: #ffffff;
}
.cid-venritPv1e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venritPv1e .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-venritPv1e .col-text {
    width: 100% !important;
  }
}
.cid-venritPv1e .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-venritPv1e .text-container {
    padding: 0;
  }
}
.cid-venritPv1e .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-venritPv1e .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-venritPv1e .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-venritPv1e .text-wrapper {
    padding: 0;
  }
}
.cid-venritPv1e .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-venritPv1e .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-venritPv1e .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-venritPv1e .btn-container {
  width: 100%;
}
.cid-venritPv1e .mbr-section-btn {
  margin-top: 20px;
}
.cid-venritPv1e .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-venritPv1e .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-venritPv1e .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-venritPv1e .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venritPv1e .card {
    width: 100% !important;
  }
}
.cid-venritPv1e .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-venritPv1e .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-venritPv1e .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-venritPv1e .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venritPv1e .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-venritPv1e .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-venritPv1e .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-venritPv1e .card-text {
  color: #8a8a8a;
}
.cid-vdDWHr6774 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-vdDWHr6774 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vdDWHr6774 .mbr-section-title {
  color: #24262b;
}
.cid-vdDWHr6774 .mbr-section-subtitle {
  color: #24262b;
}
.cid-vdDWHr6774 .items-row {
  row-gap: 48px;
}
.cid-vdDWHr6774 .item {
  cursor: pointer;
}
.cid-vdDWHr6774 .item:focus,
.cid-vdDWHr6774 span:focus {
  outline: none;
}
.cid-vdDWHr6774 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vdDWHr6774 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdDWHr6774 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-vdDWHr6774 img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-vdDWHr6774 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vdDWHr6774 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdDWHr6774 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vdDWHr6774 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vdDWHr6774 .item-title {
  color: #24262b;
}
.cid-vdDWHr6774 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vdDWHr6774 .mbr-text {
  color: #24262b;
}
.cid-vdDWOxrHHZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-vdDWOxrHHZ .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vdDWOxrHHZ .mbr-section-title {
  color: #24262b;
}
.cid-vdDWOxrHHZ .mbr-section-subtitle {
  color: #24262b;
}
.cid-vdDWOxrHHZ .items-row {
  row-gap: 48px;
}
.cid-vdDWOxrHHZ .item {
  cursor: pointer;
}
.cid-vdDWOxrHHZ .item:focus,
.cid-vdDWOxrHHZ span:focus {
  outline: none;
}
.cid-vdDWOxrHHZ .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vdDWOxrHHZ .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdDWOxrHHZ .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-vdDWOxrHHZ img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-vdDWOxrHHZ .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vdDWOxrHHZ .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdDWOxrHHZ .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vdDWOxrHHZ .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vdDWOxrHHZ .item-title {
  color: #24262b;
}
.cid-vdDWOxrHHZ .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vdDWOxrHHZ .mbr-text {
  color: #24262b;
}
.cid-vdDWPtFfgN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-vdDWPtFfgN .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vdDWPtFfgN .mbr-section-title {
  color: #24262b;
}
.cid-vdDWPtFfgN .mbr-section-subtitle {
  color: #24262b;
}
.cid-vdDWPtFfgN .items-row {
  row-gap: 48px;
}
.cid-vdDWPtFfgN .item {
  cursor: pointer;
}
.cid-vdDWPtFfgN .item:focus,
.cid-vdDWPtFfgN span:focus {
  outline: none;
}
.cid-vdDWPtFfgN .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vdDWPtFfgN .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdDWPtFfgN .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-vdDWPtFfgN img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-vdDWPtFfgN .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vdDWPtFfgN .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdDWPtFfgN .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vdDWPtFfgN .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vdDWPtFfgN .item-title {
  color: #24262b;
}
.cid-vdDWPtFfgN .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vdDWPtFfgN .mbr-text {
  color: #24262b;
}
.cid-vdDZ8ezatg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-vdDZ8ezatg .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vdDZ8ezatg .mbr-section-title {
  color: #24262b;
}
.cid-vdDZ8ezatg .mbr-section-subtitle {
  color: #24262b;
}
.cid-vdDZ8ezatg .items-row {
  row-gap: 48px;
}
.cid-vdDZ8ezatg .item {
  cursor: pointer;
}
.cid-vdDZ8ezatg .item:focus,
.cid-vdDZ8ezatg span:focus {
  outline: none;
}
.cid-vdDZ8ezatg .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vdDZ8ezatg .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdDZ8ezatg .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-vdDZ8ezatg img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-vdDZ8ezatg .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vdDZ8ezatg .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdDZ8ezatg .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vdDZ8ezatg .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vdDZ8ezatg .item-title {
  color: #24262b;
}
.cid-vdDZ8ezatg .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vdDZ8ezatg .mbr-text {
  color: #24262b;
}
.cid-vdDZzpQimR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-vdDZzpQimR .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vdDZzpQimR .mbr-section-title {
  color: #24262b;
}
.cid-vdDZzpQimR .mbr-section-subtitle {
  color: #24262b;
}
.cid-vdDZzpQimR .items-row {
  row-gap: 48px;
}
.cid-vdDZzpQimR .item {
  cursor: pointer;
}
.cid-vdDZzpQimR .item:focus,
.cid-vdDZzpQimR span:focus {
  outline: none;
}
.cid-vdDZzpQimR .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vdDZzpQimR .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdDZzpQimR .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-vdDZzpQimR img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-vdDZzpQimR .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vdDZzpQimR .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdDZzpQimR .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vdDZzpQimR .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vdDZzpQimR .item-title {
  color: #24262b;
}
.cid-vdDZzpQimR .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vdDZzpQimR .mbr-text {
  color: #24262b;
}
.cid-vehuJGCrWL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-vehuJGCrWL .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vehuJGCrWL .mbr-section-title {
  color: #24262b;
}
.cid-vehuJGCrWL .mbr-section-subtitle {
  color: #24262b;
}
.cid-vehuJGCrWL .items-row {
  row-gap: 48px;
}
.cid-vehuJGCrWL .item {
  cursor: pointer;
}
.cid-vehuJGCrWL .item:focus,
.cid-vehuJGCrWL span:focus {
  outline: none;
}
.cid-vehuJGCrWL .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vehuJGCrWL .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vehuJGCrWL .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-vehuJGCrWL img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-vehuJGCrWL .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vehuJGCrWL .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vehuJGCrWL .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vehuJGCrWL .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vehuJGCrWL .item-title {
  color: #24262b;
}
.cid-vehuJGCrWL .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vehuJGCrWL .mbr-text {
  color: #24262b;
}
.cid-vc2C2qsGgX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-46-5820pm-1536x1024.webp");
}
.cid-vc2C2qsGgX .mbr-section-title {
  margin: 0;
}
.cid-vc2C2qsGgX .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vc2C2qsGgX .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vc2C2qsGgX .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vc2C2qsGgX .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vc2C2qsGgX .team-item .item-image {
  position: relative !important;
}
.cid-vc2C2qsGgX .team-item .item-image img {
  width: 100%;
}
.cid-vc2C2qsGgX .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vc2C2qsGgX .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vc2C2qsGgX .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vc2C2qsGgX .team-item .item-caption {
  background: #ffffff;
}
.cid-vc2C2qsGgX .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vc2C2qsGgX .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vc2C2qsGgX .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vc2C2qsGgX .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vc2C2qsGgX .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vc2C2qsGgX .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vc2C2qsGgX .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vc2C2qsGgX .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vc2C2qsGgX .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vc2C2qsGgX .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vc2C2qsGgX .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vc2C2qsGgX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc2C2qsGgX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc2LPAA0Zi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-vc2LPAA0Zi .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vc2LPAA0Zi .mbr-section-title {
  color: #24262b;
}
.cid-vc2LPAA0Zi .mbr-section-subtitle {
  color: #24262b;
}
.cid-vc2LPAA0Zi .items-row {
  row-gap: 48px;
}
.cid-vc2LPAA0Zi .item {
  cursor: pointer;
}
.cid-vc2LPAA0Zi .item:focus,
.cid-vc2LPAA0Zi span:focus {
  outline: none;
}
.cid-vc2LPAA0Zi .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vc2LPAA0Zi .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-vc2LPAA0Zi .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-vc2LPAA0Zi img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-vc2LPAA0Zi .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vc2LPAA0Zi .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vc2LPAA0Zi .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vc2LPAA0Zi .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-vc2LPAA0Zi .item-title {
  color: #24262b;
}
.cid-vc2LPAA0Zi .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vc2LPAA0Zi .mbr-text {
  color: #24262b;
}
.cid-vc1NUhaHwC {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vc1NUhaHwC input,
.cid-vc1NUhaHwC textarea,
.cid-vc1NUhaHwC input:active,
.cid-vc1NUhaHwC textarea:active,
.cid-vc1NUhaHwC input:focus,
.cid-vc1NUhaHwC textarea:focus,
.cid-vc1NUhaHwC form {
  color: #ffffff;
}
.cid-vc1NUhaHwC input,
.cid-vc1NUhaHwC textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vc1NUhaHwC input:hover,
.cid-vc1NUhaHwC textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vc1NUhaHwC .colored-text {
  color: #ffffff !important;
}
.cid-vc1NUhaHwC .mbr-section-title {
  color: #ffffff;
}
.cid-vc1NUhaHwC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vc1NUhaHwC .mbr-text {
  color: #ffffff;
}
.cid-vc1NUhqTfZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vc1NUhqTfZ a:link {
  text-decoration: none;
}
.cid-vc1NUhqTfZ .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vc1NUhqTfZ .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vc1NUhqTfZ .inner-text {
  line-height: 3em;
}
.cid-vc1NUhqTfZ .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vc1NUhqTfZ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vc1NUhqTfZ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vc1NUhqTfZ .content-text,
.cid-vc1NUhqTfZ .inner-text {
  color: #c1c1c1;
}
.cid-vdIZrWxHfk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdIZrWxHfk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdIZrWxHfk .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdIZrWxHfk .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdIZrWxHfk .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdIZrWxHfk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdIZrWxHfk .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdIZrWxHfk .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdIZrWxHfk .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdIZrWxHfk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdIZrWxHfk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdIZrWxHfk .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdIZrWxHfk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdIZrWxHfk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdIZrWxHfk .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-vdIZrWxHfk .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdIZrWxHfk .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdIZrWxHfk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdIZrWxHfk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdIZrWxHfk .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdIZrWxHfk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdIZrWxHfk .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdIZrWxHfk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdIZrWxHfk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdIZrWxHfk .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-vdIZrWxHfk .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdIZrWxHfk .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdIZrWxHfk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdIZrWxHfk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdIZrWxHfk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdIZrWxHfk .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdIZrWxHfk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdIZrWxHfk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdIZrWxHfk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdIZrWxHfk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdIZrWxHfk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdIZrWxHfk .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-vdIZrWxHfk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdIZrWxHfk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdIZrWxHfk .dropdown-item.active,
.cid-vdIZrWxHfk .dropdown-item:active {
  background-color: transparent;
}
.cid-vdIZrWxHfk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdIZrWxHfk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdIZrWxHfk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdIZrWxHfk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdIZrWxHfk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdIZrWxHfk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdIZrWxHfk ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdIZrWxHfk .navbar-buttons {
  text-align: center;
}
.cid-vdIZrWxHfk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdIZrWxHfk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdIZrWxHfk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdIZrWxHfk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIZrWxHfk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIZrWxHfk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdIZrWxHfk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIZrWxHfk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdIZrWxHfk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdIZrWxHfk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIZrWxHfk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdIZrWxHfk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdIZrWxHfk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdIZrWxHfk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdIZrWxHfk .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdIZrWxHfk .nav-link:hover,
.cid-vdIZrWxHfk .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdIZrWS5JA {
  background-image: url("../../../assets/images/chatgpt20image20mar20132020262005-49-4520pm-1536x1024.webp");
}
.cid-vdIZrWS5JA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIZrWS5JA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdIZrWS5JA .container {
    padding: 0 16px;
  }
}
.cid-vdIZrWS5JA .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdIZrWS5JA .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdIZrWS5JA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdIZrWS5JA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdIZrWS5JA .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdIZrWS5JA .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdIZrWS5JA .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdIZrWS5JA .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdIZrWS5JA .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdIZrWS5JA .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdIZrWS5JA .mbr-text {
  color: #333333;
}
.cid-vdIZrWS5JA .mbr-text,
.cid-vdIZrWS5JA .mbr-section-btn {
  color: #ffffff;
}
.cid-vens74h0jm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vens74h0jm .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-vens74h0jm .col-text {
    width: 100% !important;
  }
}
.cid-vens74h0jm .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-vens74h0jm .text-container {
    padding: 0;
  }
}
.cid-vens74h0jm .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-vens74h0jm .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-vens74h0jm .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-vens74h0jm .text-wrapper {
    padding: 0;
  }
}
.cid-vens74h0jm .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-vens74h0jm .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-vens74h0jm .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-vens74h0jm .btn-container {
  width: 100%;
}
.cid-vens74h0jm .mbr-section-btn {
  margin-top: 20px;
}
.cid-vens74h0jm .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-vens74h0jm .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-vens74h0jm .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-vens74h0jm .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-vens74h0jm .card {
    width: 100% !important;
  }
}
.cid-vens74h0jm .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-vens74h0jm .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-vens74h0jm .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-vens74h0jm .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-vens74h0jm .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-vens74h0jm .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-vens74h0jm .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vens74h0jm .card-text {
  color: #8a8a8a;
}
.cid-vdJ3BAUTpv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-vdJ3BAUTpv .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vdJ3BAUTpv .mbr-section-title {
  color: #24262b;
}
.cid-vdJ3BAUTpv .mbr-section-subtitle {
  color: #24262b;
}
.cid-vdJ3BAUTpv .items-row {
  row-gap: 48px;
}
.cid-vdJ3BAUTpv .item {
  cursor: pointer;
}
.cid-vdJ3BAUTpv .item:focus,
.cid-vdJ3BAUTpv span:focus {
  outline: none;
}
.cid-vdJ3BAUTpv .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vdJ3BAUTpv .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdJ3BAUTpv .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-vdJ3BAUTpv img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-vdJ3BAUTpv .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vdJ3BAUTpv .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdJ3BAUTpv .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vdJ3BAUTpv .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vdJ3BAUTpv .item-title {
  color: #24262b;
}
.cid-vdJ3BAUTpv .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vdJ3BAUTpv .mbr-text {
  color: #24262b;
}
.cid-vdJWSwQCdY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-vdJWSwQCdY .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vdJWSwQCdY .mbr-section-title {
  color: #24262b;
}
.cid-vdJWSwQCdY .mbr-section-subtitle {
  color: #24262b;
}
.cid-vdJWSwQCdY .items-row {
  row-gap: 48px;
}
.cid-vdJWSwQCdY .item {
  cursor: pointer;
}
.cid-vdJWSwQCdY .item:focus,
.cid-vdJWSwQCdY span:focus {
  outline: none;
}
.cid-vdJWSwQCdY .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vdJWSwQCdY .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdJWSwQCdY .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-vdJWSwQCdY img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-vdJWSwQCdY .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vdJWSwQCdY .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdJWSwQCdY .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vdJWSwQCdY .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vdJWSwQCdY .item-title {
  color: #24262b;
}
.cid-vdJWSwQCdY .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vdJWSwQCdY .mbr-text {
  color: #24262b;
}
.cid-vdJ1yfzryY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-vdJ1yfzryY .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vdJ1yfzryY .mbr-section-title {
  color: #24262b;
}
.cid-vdJ1yfzryY .mbr-section-subtitle {
  color: #24262b;
}
.cid-vdJ1yfzryY .items-row {
  row-gap: 48px;
}
.cid-vdJ1yfzryY .item {
  cursor: pointer;
}
.cid-vdJ1yfzryY .item:focus,
.cid-vdJ1yfzryY span:focus {
  outline: none;
}
.cid-vdJ1yfzryY .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vdJ1yfzryY .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdJ1yfzryY .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-vdJ1yfzryY img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-vdJ1yfzryY .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vdJ1yfzryY .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdJ1yfzryY .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vdJ1yfzryY .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vdJ1yfzryY .item-title {
  color: #24262b;
}
.cid-vdJ1yfzryY .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vdJ1yfzryY .mbr-text {
  color: #24262b;
}
.cid-ve1HxAB3K3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-ve1HxAB3K3 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-ve1HxAB3K3 .mbr-section-title {
  color: #24262b;
}
.cid-ve1HxAB3K3 .mbr-section-subtitle {
  color: #24262b;
}
.cid-ve1HxAB3K3 .items-row {
  row-gap: 48px;
}
.cid-ve1HxAB3K3 .item {
  cursor: pointer;
}
.cid-ve1HxAB3K3 .item:focus,
.cid-ve1HxAB3K3 span:focus {
  outline: none;
}
.cid-ve1HxAB3K3 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-ve1HxAB3K3 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-ve1HxAB3K3 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-ve1HxAB3K3 img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-ve1HxAB3K3 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-ve1HxAB3K3 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-ve1HxAB3K3 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-ve1HxAB3K3 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-ve1HxAB3K3 .item-title {
  color: #24262b;
}
.cid-ve1HxAB3K3 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-ve1HxAB3K3 .mbr-text {
  color: #24262b;
}
.cid-vehUnbYvQ7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-vehUnbYvQ7 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vehUnbYvQ7 .mbr-section-title {
  color: #24262b;
}
.cid-vehUnbYvQ7 .mbr-section-subtitle {
  color: #24262b;
}
.cid-vehUnbYvQ7 .items-row {
  row-gap: 48px;
}
.cid-vehUnbYvQ7 .item {
  cursor: pointer;
}
.cid-vehUnbYvQ7 .item:focus,
.cid-vehUnbYvQ7 span:focus {
  outline: none;
}
.cid-vehUnbYvQ7 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vehUnbYvQ7 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vehUnbYvQ7 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-vehUnbYvQ7 img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-vehUnbYvQ7 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vehUnbYvQ7 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vehUnbYvQ7 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vehUnbYvQ7 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vehUnbYvQ7 .item-title {
  color: #24262b;
}
.cid-vehUnbYvQ7 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vehUnbYvQ7 .mbr-text {
  color: #24262b;
}
.cid-vdIZrZw4wn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdIZrZw4wn .mbr-section-title {
  margin: 0;
}
.cid-vdIZrZw4wn .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdIZrZw4wn .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdIZrZw4wn .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdIZrZw4wn .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdIZrZw4wn .team-item .item-image {
  position: relative !important;
}
.cid-vdIZrZw4wn .team-item .item-image img {
  width: 100%;
}
.cid-vdIZrZw4wn .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdIZrZw4wn .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdIZrZw4wn .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdIZrZw4wn .team-item .item-caption {
  background: #ffffff;
}
.cid-vdIZrZw4wn .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdIZrZw4wn .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdIZrZw4wn .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdIZrZw4wn .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdIZrZw4wn .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIZrZw4wn .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIZrZw4wn .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIZrZw4wn .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIZrZw4wn .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIZrZw4wn .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIZrZw4wn .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdIZrZw4wn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIZrZw4wn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdIZs0AKsd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-vdIZs0AKsd .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vdIZs0AKsd .mbr-section-title {
  color: #24262b;
}
.cid-vdIZs0AKsd .mbr-section-subtitle {
  color: #24262b;
}
.cid-vdIZs0AKsd .items-row {
  row-gap: 48px;
}
.cid-vdIZs0AKsd .item {
  cursor: pointer;
}
.cid-vdIZs0AKsd .item:focus,
.cid-vdIZs0AKsd span:focus {
  outline: none;
}
.cid-vdIZs0AKsd .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vdIZs0AKsd .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdIZs0AKsd .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-vdIZs0AKsd img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-vdIZs0AKsd .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vdIZs0AKsd .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdIZs0AKsd .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vdIZs0AKsd .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-vdIZs0AKsd .item-title {
  color: #24262b;
}
.cid-vdIZs0AKsd .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vdIZs0AKsd .mbr-text {
  color: #24262b;
}
.cid-vdIZs159qt {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/2-880x307.webp");
}
.cid-vdIZs159qt input,
.cid-vdIZs159qt textarea,
.cid-vdIZs159qt input:active,
.cid-vdIZs159qt textarea:active,
.cid-vdIZs159qt input:focus,
.cid-vdIZs159qt textarea:focus,
.cid-vdIZs159qt form {
  color: #ffffff;
}
.cid-vdIZs159qt input,
.cid-vdIZs159qt textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdIZs159qt input:hover,
.cid-vdIZs159qt textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdIZs159qt .colored-text {
  color: #ffffff !important;
}
.cid-vdIZs159qt .mbr-section-title {
  color: #ffffff;
}
.cid-vdIZs159qt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdIZs159qt .mbr-text {
  color: #ffffff;
}
.cid-vdIZs1oGvw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdIZs1oGvw a:link {
  text-decoration: none;
}
.cid-vdIZs1oGvw .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdIZs1oGvw .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdIZs1oGvw .inner-text {
  line-height: 3em;
}
.cid-vdIZs1oGvw .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdIZs1oGvw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdIZs1oGvw .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdIZs1oGvw .content-text,
.cid-vdIZs1oGvw .inner-text {
  color: #c1c1c1;
}
.cid-vdEdTvz0XY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdEdTvz0XY .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdEdTvz0XY .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdEdTvz0XY .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdEdTvz0XY .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdEdTvz0XY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdEdTvz0XY .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdEdTvz0XY .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdEdTvz0XY .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdEdTvz0XY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdEdTvz0XY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdEdTvz0XY .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdEdTvz0XY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdEdTvz0XY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdEdTvz0XY .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-vdEdTvz0XY .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdEdTvz0XY .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdEdTvz0XY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdEdTvz0XY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdEdTvz0XY .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdEdTvz0XY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdEdTvz0XY .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdEdTvz0XY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdEdTvz0XY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdEdTvz0XY .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-vdEdTvz0XY .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdEdTvz0XY .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdEdTvz0XY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdEdTvz0XY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdEdTvz0XY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdEdTvz0XY .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdEdTvz0XY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdEdTvz0XY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdEdTvz0XY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdEdTvz0XY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdEdTvz0XY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdEdTvz0XY .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-vdEdTvz0XY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdEdTvz0XY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdEdTvz0XY .dropdown-item.active,
.cid-vdEdTvz0XY .dropdown-item:active {
  background-color: transparent;
}
.cid-vdEdTvz0XY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdEdTvz0XY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdEdTvz0XY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdEdTvz0XY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdEdTvz0XY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdEdTvz0XY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdEdTvz0XY ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdEdTvz0XY .navbar-buttons {
  text-align: center;
}
.cid-vdEdTvz0XY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdEdTvz0XY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdEdTvz0XY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdEdTvz0XY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdEdTvz0XY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdEdTvz0XY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdEdTvz0XY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdEdTvz0XY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdEdTvz0XY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdEdTvz0XY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdEdTvz0XY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdEdTvz0XY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdEdTvz0XY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdEdTvz0XY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdEdTvz0XY .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdEdTvz0XY .nav-link:hover,
.cid-vdEdTvz0XY .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdEdTwbcUu {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdEdTwbcUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdEdTwbcUu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdEdTwbcUu .container {
    padding: 0 16px;
  }
}
.cid-vdEdTwbcUu .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdEdTwbcUu .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdEdTwbcUu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdEdTwbcUu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdEdTwbcUu .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdEdTwbcUu .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdEdTwbcUu .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdEdTwbcUu .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdEdTwbcUu .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdEdTwbcUu .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdEdTwbcUu .mbr-text {
  color: #333333;
}
.cid-vdEdTwbcUu .mbr-text,
.cid-vdEdTwbcUu .mbr-section-btn {
  color: #ffffff;
}
.cid-venszi5aYJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venszi5aYJ .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-venszi5aYJ .col-text {
    width: 100% !important;
  }
}
.cid-venszi5aYJ .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-venszi5aYJ .text-container {
    padding: 0;
  }
}
.cid-venszi5aYJ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-venszi5aYJ .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-venszi5aYJ .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-venszi5aYJ .text-wrapper {
    padding: 0;
  }
}
.cid-venszi5aYJ .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-venszi5aYJ .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-venszi5aYJ .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-venszi5aYJ .btn-container {
  width: 100%;
}
.cid-venszi5aYJ .mbr-section-btn {
  margin-top: 20px;
}
.cid-venszi5aYJ .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-venszi5aYJ .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-venszi5aYJ .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-venszi5aYJ .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venszi5aYJ .card {
    width: 100% !important;
  }
}
.cid-venszi5aYJ .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-venszi5aYJ .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-venszi5aYJ .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-venszi5aYJ .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venszi5aYJ .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-venszi5aYJ .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-venszi5aYJ .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-venszi5aYJ .card-text {
  color: #8a8a8a;
}
.cid-vdEelPL6Sl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vdEelPL6Sl .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vdEelPL6Sl .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vdEelPL6Sl .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vdEelPL6Sl .desc {
  color: #111213;
}
.cid-vdEelPL6Sl .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vdEelPL6Sl .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vdEelPL6Sl .name {
  margin-bottom: 20px;
}
.cid-vdEelPL6Sl .price {
  width: auto;
  display: inline;
}
.cid-vdEelPL6Sl .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vdEelPL6Sl .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vdEelPL6Sl .desc2 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-vdEelPL6Sl .new-price {
  width: auto;
  display: inline;
}
.cid-vdEelPL6Sl .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vdEelPL6Sl .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vdEelPL6Sl .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vdEelPL6Sl .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vdEelPL6Sl .plus {
  color: #52586a;
}
.cid-vdEelPL6Sl .desc,
.cid-vdEelPL6Sl .plus {
  display: inline-block;
  width: auto;
}
.cid-vdEelPL6Sl .mbr-text,
.cid-vdEelPL6Sl .mbr-section-btn {
  color: #52586a;
}
.cid-vdEelPL6Sl .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vdEelPL6Sl .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vdEelPL6Sl .name,
.cid-vdEelPL6Sl .card,
.cid-vdEelPL6Sl .price-line {
  color: #111213;
}
.cid-vdIV3KD7tJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-vdIV3KD7tJ .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vdIV3KD7tJ .mbr-section-title {
  color: #24262b;
}
.cid-vdIV3KD7tJ .mbr-section-subtitle {
  color: #24262b;
}
.cid-vdIV3KD7tJ .items-row {
  row-gap: 48px;
}
.cid-vdIV3KD7tJ .item {
  cursor: pointer;
}
.cid-vdIV3KD7tJ .item:focus,
.cid-vdIV3KD7tJ span:focus {
  outline: none;
}
.cid-vdIV3KD7tJ .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vdIV3KD7tJ .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdIV3KD7tJ .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-vdIV3KD7tJ img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-vdIV3KD7tJ .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vdIV3KD7tJ .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdIV3KD7tJ .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vdIV3KD7tJ .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vdIV3KD7tJ .item-title {
  color: #24262b;
}
.cid-vdIV3KD7tJ .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vdIV3KD7tJ .mbr-text {
  color: #24262b;
}
.cid-vdEdTzyygp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdEdTzyygp .mbr-section-title {
  margin: 0;
}
.cid-vdEdTzyygp .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdEdTzyygp .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdEdTzyygp .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdEdTzyygp .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdEdTzyygp .team-item .item-image {
  position: relative !important;
}
.cid-vdEdTzyygp .team-item .item-image img {
  width: 100%;
}
.cid-vdEdTzyygp .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdEdTzyygp .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdEdTzyygp .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdEdTzyygp .team-item .item-caption {
  background: #ffffff;
}
.cid-vdEdTzyygp .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdEdTzyygp .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdEdTzyygp .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdEdTzyygp .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdEdTzyygp .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdEdTzyygp .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdEdTzyygp .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdEdTzyygp .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdEdTzyygp .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdEdTzyygp .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdEdTzyygp .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdEdTzyygp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdEdTzyygp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNfIoINEE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veNfIoINEE .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veNfIoINEE .mbr-section-title {
  color: #24262b;
}
.cid-veNfIoINEE .mbr-section-subtitle {
  color: #24262b;
}
.cid-veNfIoINEE .items-row {
  row-gap: 48px;
}
.cid-veNfIoINEE .item {
  cursor: pointer;
}
.cid-veNfIoINEE .item:focus,
.cid-veNfIoINEE span:focus {
  outline: none;
}
.cid-veNfIoINEE .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veNfIoINEE .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNfIoINEE .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veNfIoINEE img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veNfIoINEE .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veNfIoINEE .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNfIoINEE .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veNfIoINEE .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veNfIoINEE .item-title {
  color: #24262b;
}
.cid-veNfIoINEE .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veNfIoINEE .mbr-text {
  color: #24262b;
}
.cid-vdEdTBuOa0 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdEdTBuOa0 input,
.cid-vdEdTBuOa0 textarea,
.cid-vdEdTBuOa0 input:active,
.cid-vdEdTBuOa0 textarea:active,
.cid-vdEdTBuOa0 input:focus,
.cid-vdEdTBuOa0 textarea:focus,
.cid-vdEdTBuOa0 form {
  color: #ffffff;
}
.cid-vdEdTBuOa0 input,
.cid-vdEdTBuOa0 textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdEdTBuOa0 input:hover,
.cid-vdEdTBuOa0 textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdEdTBuOa0 .colored-text {
  color: #ffffff !important;
}
.cid-vdEdTBuOa0 .mbr-section-title {
  color: #ffffff;
}
.cid-vdEdTBuOa0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdEdTBuOa0 .mbr-text {
  color: #ffffff;
}
.cid-vdEdTBPI5l {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdEdTBPI5l a:link {
  text-decoration: none;
}
.cid-vdEdTBPI5l .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdEdTBPI5l .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdEdTBPI5l .inner-text {
  line-height: 3em;
}
.cid-vdEdTBPI5l .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdEdTBPI5l .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdEdTBPI5l .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdEdTBPI5l .content-text,
.cid-vdEdTBPI5l .inner-text {
  color: #c1c1c1;
}
.cid-vdEgeho94l .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdEgeho94l .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdEgeho94l .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdEgeho94l .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdEgeho94l .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdEgeho94l .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdEgeho94l .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdEgeho94l .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdEgeho94l .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdEgeho94l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdEgeho94l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdEgeho94l .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdEgeho94l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdEgeho94l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdEgeho94l .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-vdEgeho94l .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdEgeho94l .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdEgeho94l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdEgeho94l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdEgeho94l .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdEgeho94l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdEgeho94l .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdEgeho94l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdEgeho94l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdEgeho94l .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-vdEgeho94l .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdEgeho94l .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdEgeho94l .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdEgeho94l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdEgeho94l .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdEgeho94l .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdEgeho94l .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdEgeho94l .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdEgeho94l .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdEgeho94l .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdEgeho94l .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdEgeho94l .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-vdEgeho94l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdEgeho94l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdEgeho94l .dropdown-item.active,
.cid-vdEgeho94l .dropdown-item:active {
  background-color: transparent;
}
.cid-vdEgeho94l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdEgeho94l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdEgeho94l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdEgeho94l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdEgeho94l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdEgeho94l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdEgeho94l ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdEgeho94l .navbar-buttons {
  text-align: center;
}
.cid-vdEgeho94l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdEgeho94l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdEgeho94l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdEgeho94l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdEgeho94l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdEgeho94l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdEgeho94l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdEgeho94l nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdEgeho94l nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdEgeho94l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdEgeho94l .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdEgeho94l a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdEgeho94l .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdEgeho94l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdEgeho94l .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdEgeho94l .nav-link:hover,
.cid-vdEgeho94l .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdEgehMaC6 {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdEgehMaC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdEgehMaC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdEgehMaC6 .container {
    padding: 0 16px;
  }
}
.cid-vdEgehMaC6 .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdEgehMaC6 .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdEgehMaC6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdEgehMaC6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdEgehMaC6 .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdEgehMaC6 .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdEgehMaC6 .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdEgehMaC6 .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdEgehMaC6 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdEgehMaC6 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdEgehMaC6 .mbr-text {
  color: #333333;
}
.cid-vdEgehMaC6 .mbr-text,
.cid-vdEgehMaC6 .mbr-section-btn {
  color: #ffffff;
}
.cid-vensJ1PdOq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vensJ1PdOq .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-vensJ1PdOq .col-text {
    width: 100% !important;
  }
}
.cid-vensJ1PdOq .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-vensJ1PdOq .text-container {
    padding: 0;
  }
}
.cid-vensJ1PdOq .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-vensJ1PdOq .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-vensJ1PdOq .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-vensJ1PdOq .text-wrapper {
    padding: 0;
  }
}
.cid-vensJ1PdOq .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-vensJ1PdOq .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-vensJ1PdOq .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-vensJ1PdOq .btn-container {
  width: 100%;
}
.cid-vensJ1PdOq .mbr-section-btn {
  margin-top: 20px;
}
.cid-vensJ1PdOq .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-vensJ1PdOq .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-vensJ1PdOq .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-vensJ1PdOq .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-vensJ1PdOq .card {
    width: 100% !important;
  }
}
.cid-vensJ1PdOq .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-vensJ1PdOq .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-vensJ1PdOq .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-vensJ1PdOq .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-vensJ1PdOq .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-vensJ1PdOq .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-vensJ1PdOq .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vensJ1PdOq .card-text {
  color: #8a8a8a;
}
.cid-vdEhiSIeeH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vdEhiSIeeH .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vdEhiSIeeH .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vdEhiSIeeH .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vdEhiSIeeH .desc {
  color: #111213;
}
.cid-vdEhiSIeeH .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vdEhiSIeeH .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vdEhiSIeeH .name {
  margin-bottom: 20px;
}
.cid-vdEhiSIeeH .price {
  width: auto;
  display: inline;
}
.cid-vdEhiSIeeH .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vdEhiSIeeH .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vdEhiSIeeH .desc2 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-vdEhiSIeeH .new-price {
  width: auto;
  display: inline;
}
.cid-vdEhiSIeeH .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vdEhiSIeeH .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vdEhiSIeeH .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vdEhiSIeeH .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vdEhiSIeeH .plus {
  color: #52586a;
}
.cid-vdEhiSIeeH .desc,
.cid-vdEhiSIeeH .plus {
  display: inline-block;
  width: auto;
}
.cid-vdEhiSIeeH .mbr-text,
.cid-vdEhiSIeeH .mbr-section-btn {
  color: #52586a;
}
.cid-vdEhiSIeeH .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vdEhiSIeeH .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vdEhiSIeeH .name,
.cid-vdEhiSIeeH .card,
.cid-vdEhiSIeeH .price-line {
  color: #111213;
}
.cid-veNiXE04MO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veNiXE04MO .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veNiXE04MO .mbr-section-title {
  color: #24262b;
}
.cid-veNiXE04MO .mbr-section-subtitle {
  color: #24262b;
}
.cid-veNiXE04MO .items-row {
  row-gap: 48px;
}
.cid-veNiXE04MO .item {
  cursor: pointer;
}
.cid-veNiXE04MO .item:focus,
.cid-veNiXE04MO span:focus {
  outline: none;
}
.cid-veNiXE04MO .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veNiXE04MO .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNiXE04MO .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veNiXE04MO img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veNiXE04MO .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veNiXE04MO .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNiXE04MO .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veNiXE04MO .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veNiXE04MO .item-title {
  color: #24262b;
}
.cid-veNiXE04MO .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veNiXE04MO .mbr-text {
  color: #24262b;
}
.cid-vdEgeiZtL2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdEgeiZtL2 .mbr-section-title {
  margin: 0;
}
.cid-vdEgeiZtL2 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdEgeiZtL2 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdEgeiZtL2 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdEgeiZtL2 .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdEgeiZtL2 .team-item .item-image {
  position: relative !important;
}
.cid-vdEgeiZtL2 .team-item .item-image img {
  width: 100%;
}
.cid-vdEgeiZtL2 .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdEgeiZtL2 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdEgeiZtL2 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdEgeiZtL2 .team-item .item-caption {
  background: #ffffff;
}
.cid-vdEgeiZtL2 .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdEgeiZtL2 .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdEgeiZtL2 .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdEgeiZtL2 .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdEgeiZtL2 .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdEgeiZtL2 .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdEgeiZtL2 .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdEgeiZtL2 .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdEgeiZtL2 .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdEgeiZtL2 .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdEgeiZtL2 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdEgeiZtL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdEgeiZtL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNj5U2xYh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veNj5U2xYh .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veNj5U2xYh .mbr-section-title {
  color: #24262b;
}
.cid-veNj5U2xYh .mbr-section-subtitle {
  color: #24262b;
}
.cid-veNj5U2xYh .items-row {
  row-gap: 48px;
}
.cid-veNj5U2xYh .item {
  cursor: pointer;
}
.cid-veNj5U2xYh .item:focus,
.cid-veNj5U2xYh span:focus {
  outline: none;
}
.cid-veNj5U2xYh .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veNj5U2xYh .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNj5U2xYh .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veNj5U2xYh img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veNj5U2xYh .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veNj5U2xYh .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNj5U2xYh .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veNj5U2xYh .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veNj5U2xYh .item-title {
  color: #24262b;
}
.cid-veNj5U2xYh .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veNj5U2xYh .mbr-text {
  color: #24262b;
}
.cid-vdEgel8MoD {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdEgel8MoD input,
.cid-vdEgel8MoD textarea,
.cid-vdEgel8MoD input:active,
.cid-vdEgel8MoD textarea:active,
.cid-vdEgel8MoD input:focus,
.cid-vdEgel8MoD textarea:focus,
.cid-vdEgel8MoD form {
  color: #ffffff;
}
.cid-vdEgel8MoD input,
.cid-vdEgel8MoD textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdEgel8MoD input:hover,
.cid-vdEgel8MoD textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdEgel8MoD .colored-text {
  color: #ffffff !important;
}
.cid-vdEgel8MoD .mbr-section-title {
  color: #ffffff;
}
.cid-vdEgel8MoD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdEgel8MoD .mbr-text {
  color: #ffffff;
}
.cid-vdEgelAQfJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdEgelAQfJ a:link {
  text-decoration: none;
}
.cid-vdEgelAQfJ .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdEgelAQfJ .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdEgelAQfJ .inner-text {
  line-height: 3em;
}
.cid-vdEgelAQfJ .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdEgelAQfJ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdEgelAQfJ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdEgelAQfJ .content-text,
.cid-vdEgelAQfJ .inner-text {
  color: #c1c1c1;
}
.cid-vdEkwJVw0K .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdEkwJVw0K .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdEkwJVw0K .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdEkwJVw0K .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdEkwJVw0K .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdEkwJVw0K .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdEkwJVw0K .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdEkwJVw0K .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdEkwJVw0K .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdEkwJVw0K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdEkwJVw0K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdEkwJVw0K .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdEkwJVw0K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdEkwJVw0K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdEkwJVw0K .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-vdEkwJVw0K .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdEkwJVw0K .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdEkwJVw0K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdEkwJVw0K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdEkwJVw0K .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdEkwJVw0K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdEkwJVw0K .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdEkwJVw0K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdEkwJVw0K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdEkwJVw0K .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-vdEkwJVw0K .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdEkwJVw0K .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdEkwJVw0K .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdEkwJVw0K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdEkwJVw0K .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdEkwJVw0K .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdEkwJVw0K .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdEkwJVw0K .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdEkwJVw0K .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdEkwJVw0K .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdEkwJVw0K .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdEkwJVw0K .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-vdEkwJVw0K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdEkwJVw0K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdEkwJVw0K .dropdown-item.active,
.cid-vdEkwJVw0K .dropdown-item:active {
  background-color: transparent;
}
.cid-vdEkwJVw0K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdEkwJVw0K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdEkwJVw0K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdEkwJVw0K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdEkwJVw0K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdEkwJVw0K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdEkwJVw0K ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdEkwJVw0K .navbar-buttons {
  text-align: center;
}
.cid-vdEkwJVw0K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdEkwJVw0K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdEkwJVw0K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdEkwJVw0K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdEkwJVw0K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdEkwJVw0K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdEkwJVw0K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdEkwJVw0K nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdEkwJVw0K nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdEkwJVw0K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdEkwJVw0K .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdEkwJVw0K a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdEkwJVw0K .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdEkwJVw0K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdEkwJVw0K .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdEkwJVw0K .nav-link:hover,
.cid-vdEkwJVw0K .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdEkwKhbJo {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdEkwKhbJo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdEkwKhbJo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdEkwKhbJo .container {
    padding: 0 16px;
  }
}
.cid-vdEkwKhbJo .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdEkwKhbJo .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdEkwKhbJo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdEkwKhbJo .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdEkwKhbJo .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdEkwKhbJo .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdEkwKhbJo .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdEkwKhbJo .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdEkwKhbJo .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdEkwKhbJo .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdEkwKhbJo .mbr-text {
  color: #333333;
}
.cid-vdEkwKhbJo .mbr-text,
.cid-vdEkwKhbJo .mbr-section-btn {
  color: #ffffff;
}
.cid-vensSJ2u1t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vensSJ2u1t .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-vensSJ2u1t .col-text {
    width: 100% !important;
  }
}
.cid-vensSJ2u1t .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-vensSJ2u1t .text-container {
    padding: 0;
  }
}
.cid-vensSJ2u1t .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-vensSJ2u1t .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-vensSJ2u1t .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-vensSJ2u1t .text-wrapper {
    padding: 0;
  }
}
.cid-vensSJ2u1t .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-vensSJ2u1t .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-vensSJ2u1t .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-vensSJ2u1t .btn-container {
  width: 100%;
}
.cid-vensSJ2u1t .mbr-section-btn {
  margin-top: 20px;
}
.cid-vensSJ2u1t .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-vensSJ2u1t .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-vensSJ2u1t .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-vensSJ2u1t .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-vensSJ2u1t .card {
    width: 100% !important;
  }
}
.cid-vensSJ2u1t .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-vensSJ2u1t .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-vensSJ2u1t .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-vensSJ2u1t .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-vensSJ2u1t .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-vensSJ2u1t .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-vensSJ2u1t .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vensSJ2u1t .card-text {
  color: #8a8a8a;
}
.cid-vdEkIdecgO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vdEkIdecgO .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vdEkIdecgO .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vdEkIdecgO .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vdEkIdecgO .desc {
  color: #111213;
}
.cid-vdEkIdecgO .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vdEkIdecgO .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vdEkIdecgO .name {
  margin-bottom: 20px;
}
.cid-vdEkIdecgO .price {
  width: auto;
  display: inline;
}
.cid-vdEkIdecgO .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vdEkIdecgO .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vdEkIdecgO .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-vdEkIdecgO .new-price {
  width: auto;
  display: inline;
}
.cid-vdEkIdecgO .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vdEkIdecgO .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vdEkIdecgO .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vdEkIdecgO .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vdEkIdecgO .plus {
  color: #52586a;
}
.cid-vdEkIdecgO .desc,
.cid-vdEkIdecgO .plus {
  display: inline-block;
  width: auto;
}
.cid-vdEkIdecgO .mbr-text,
.cid-vdEkIdecgO .mbr-section-btn {
  color: #52586a;
}
.cid-vdEkIdecgO .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vdEkIdecgO .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vdEkIdecgO .name,
.cid-vdEkIdecgO .card,
.cid-vdEkIdecgO .price-line {
  color: #111213;
}
.cid-veNjIKfLO6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veNjIKfLO6 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veNjIKfLO6 .mbr-section-title {
  color: #24262b;
}
.cid-veNjIKfLO6 .mbr-section-subtitle {
  color: #24262b;
}
.cid-veNjIKfLO6 .items-row {
  row-gap: 48px;
}
.cid-veNjIKfLO6 .item {
  cursor: pointer;
}
.cid-veNjIKfLO6 .item:focus,
.cid-veNjIKfLO6 span:focus {
  outline: none;
}
.cid-veNjIKfLO6 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veNjIKfLO6 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNjIKfLO6 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veNjIKfLO6 img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veNjIKfLO6 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veNjIKfLO6 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNjIKfLO6 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veNjIKfLO6 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veNjIKfLO6 .item-title {
  color: #24262b;
}
.cid-veNjIKfLO6 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veNjIKfLO6 .mbr-text {
  color: #24262b;
}
.cid-vdEkwM2XMA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdEkwM2XMA .mbr-section-title {
  margin: 0;
}
.cid-vdEkwM2XMA .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdEkwM2XMA .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdEkwM2XMA .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdEkwM2XMA .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdEkwM2XMA .team-item .item-image {
  position: relative !important;
}
.cid-vdEkwM2XMA .team-item .item-image img {
  width: 100%;
}
.cid-vdEkwM2XMA .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdEkwM2XMA .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdEkwM2XMA .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdEkwM2XMA .team-item .item-caption {
  background: #ffffff;
}
.cid-vdEkwM2XMA .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdEkwM2XMA .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdEkwM2XMA .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdEkwM2XMA .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdEkwM2XMA .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdEkwM2XMA .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdEkwM2XMA .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdEkwM2XMA .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdEkwM2XMA .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdEkwM2XMA .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdEkwM2XMA .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdEkwM2XMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdEkwM2XMA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNjJgT2xE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veNjJgT2xE .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veNjJgT2xE .mbr-section-title {
  color: #24262b;
}
.cid-veNjJgT2xE .mbr-section-subtitle {
  color: #24262b;
}
.cid-veNjJgT2xE .items-row {
  row-gap: 48px;
}
.cid-veNjJgT2xE .item {
  cursor: pointer;
}
.cid-veNjJgT2xE .item:focus,
.cid-veNjJgT2xE span:focus {
  outline: none;
}
.cid-veNjJgT2xE .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veNjJgT2xE .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNjJgT2xE .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veNjJgT2xE img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veNjJgT2xE .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veNjJgT2xE .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNjJgT2xE .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veNjJgT2xE .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veNjJgT2xE .item-title {
  color: #24262b;
}
.cid-veNjJgT2xE .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veNjJgT2xE .mbr-text {
  color: #24262b;
}
.cid-vdEkwNLIbR {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdEkwNLIbR input,
.cid-vdEkwNLIbR textarea,
.cid-vdEkwNLIbR input:active,
.cid-vdEkwNLIbR textarea:active,
.cid-vdEkwNLIbR input:focus,
.cid-vdEkwNLIbR textarea:focus,
.cid-vdEkwNLIbR form {
  color: #ffffff;
}
.cid-vdEkwNLIbR input,
.cid-vdEkwNLIbR textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdEkwNLIbR input:hover,
.cid-vdEkwNLIbR textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdEkwNLIbR .colored-text {
  color: #ffffff !important;
}
.cid-vdEkwNLIbR .mbr-section-title {
  color: #ffffff;
}
.cid-vdEkwNLIbR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdEkwNLIbR .mbr-text {
  color: #ffffff;
}
.cid-vdEkwObJJp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdEkwObJJp a:link {
  text-decoration: none;
}
.cid-vdEkwObJJp .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdEkwObJJp .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdEkwObJJp .inner-text {
  line-height: 3em;
}
.cid-vdEkwObJJp .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdEkwObJJp .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdEkwObJJp .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdEkwObJJp .content-text,
.cid-vdEkwObJJp .inner-text {
  color: #c1c1c1;
}
.cid-vdIADf4zJZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdIADf4zJZ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdIADf4zJZ .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdIADf4zJZ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdIADf4zJZ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdIADf4zJZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdIADf4zJZ .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdIADf4zJZ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdIADf4zJZ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdIADf4zJZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdIADf4zJZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdIADf4zJZ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdIADf4zJZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdIADf4zJZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdIADf4zJZ .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-vdIADf4zJZ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdIADf4zJZ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdIADf4zJZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdIADf4zJZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdIADf4zJZ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdIADf4zJZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdIADf4zJZ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdIADf4zJZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdIADf4zJZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdIADf4zJZ .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-vdIADf4zJZ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdIADf4zJZ .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdIADf4zJZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdIADf4zJZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdIADf4zJZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdIADf4zJZ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdIADf4zJZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdIADf4zJZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdIADf4zJZ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdIADf4zJZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdIADf4zJZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdIADf4zJZ .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-vdIADf4zJZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdIADf4zJZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdIADf4zJZ .dropdown-item.active,
.cid-vdIADf4zJZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vdIADf4zJZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdIADf4zJZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdIADf4zJZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdIADf4zJZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdIADf4zJZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdIADf4zJZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdIADf4zJZ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdIADf4zJZ .navbar-buttons {
  text-align: center;
}
.cid-vdIADf4zJZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdIADf4zJZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdIADf4zJZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdIADf4zJZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIADf4zJZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIADf4zJZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdIADf4zJZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIADf4zJZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdIADf4zJZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdIADf4zJZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIADf4zJZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdIADf4zJZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdIADf4zJZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdIADf4zJZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdIADf4zJZ .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdIADf4zJZ .nav-link:hover,
.cid-vdIADf4zJZ .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdIADfkUuQ {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdIADfkUuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIADfkUuQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdIADfkUuQ .container {
    padding: 0 16px;
  }
}
.cid-vdIADfkUuQ .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdIADfkUuQ .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdIADfkUuQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdIADfkUuQ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdIADfkUuQ .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdIADfkUuQ .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdIADfkUuQ .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdIADfkUuQ .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdIADfkUuQ .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdIADfkUuQ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdIADfkUuQ .mbr-text {
  color: #333333;
}
.cid-vdIADfkUuQ .mbr-text,
.cid-vdIADfkUuQ .mbr-section-btn {
  color: #ffffff;
}
.cid-vensYWmr4a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vensYWmr4a .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-vensYWmr4a .col-text {
    width: 100% !important;
  }
}
.cid-vensYWmr4a .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-vensYWmr4a .text-container {
    padding: 0;
  }
}
.cid-vensYWmr4a .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-vensYWmr4a .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-vensYWmr4a .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-vensYWmr4a .text-wrapper {
    padding: 0;
  }
}
.cid-vensYWmr4a .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-vensYWmr4a .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-vensYWmr4a .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-vensYWmr4a .btn-container {
  width: 100%;
}
.cid-vensYWmr4a .mbr-section-btn {
  margin-top: 20px;
}
.cid-vensYWmr4a .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-vensYWmr4a .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-vensYWmr4a .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-vensYWmr4a .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-vensYWmr4a .card {
    width: 100% !important;
  }
}
.cid-vensYWmr4a .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-vensYWmr4a .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-vensYWmr4a .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-vensYWmr4a .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-vensYWmr4a .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-vensYWmr4a .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-vensYWmr4a .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vensYWmr4a .card-text {
  color: #8a8a8a;
}
.cid-vdIBrkD8Lp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vdIBrkD8Lp .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vdIBrkD8Lp .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vdIBrkD8Lp .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vdIBrkD8Lp .desc {
  color: #111213;
}
.cid-vdIBrkD8Lp .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vdIBrkD8Lp .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vdIBrkD8Lp .name {
  margin-bottom: 20px;
}
.cid-vdIBrkD8Lp .price {
  width: auto;
  display: inline;
}
.cid-vdIBrkD8Lp .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vdIBrkD8Lp .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vdIBrkD8Lp .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-vdIBrkD8Lp .new-price {
  width: auto;
  display: inline;
}
.cid-vdIBrkD8Lp .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vdIBrkD8Lp .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vdIBrkD8Lp .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vdIBrkD8Lp .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vdIBrkD8Lp .plus {
  color: #52586a;
}
.cid-vdIBrkD8Lp .desc,
.cid-vdIBrkD8Lp .plus {
  display: inline-block;
  width: auto;
}
.cid-vdIBrkD8Lp .mbr-text,
.cid-vdIBrkD8Lp .mbr-section-btn {
  color: #52586a;
}
.cid-vdIBrkD8Lp .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vdIBrkD8Lp .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vdIBrkD8Lp .name,
.cid-vdIBrkD8Lp .card,
.cid-vdIBrkD8Lp .price-line {
  color: #111213;
}
.cid-veNpXHBnyu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veNpXHBnyu .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veNpXHBnyu .mbr-section-title {
  color: #24262b;
}
.cid-veNpXHBnyu .mbr-section-subtitle {
  color: #24262b;
}
.cid-veNpXHBnyu .items-row {
  row-gap: 48px;
}
.cid-veNpXHBnyu .item {
  cursor: pointer;
}
.cid-veNpXHBnyu .item:focus,
.cid-veNpXHBnyu span:focus {
  outline: none;
}
.cid-veNpXHBnyu .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veNpXHBnyu .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNpXHBnyu .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veNpXHBnyu img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veNpXHBnyu .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veNpXHBnyu .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNpXHBnyu .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veNpXHBnyu .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veNpXHBnyu .item-title {
  color: #24262b;
}
.cid-veNpXHBnyu .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veNpXHBnyu .mbr-text {
  color: #24262b;
}
.cid-vdIADghokY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdIADghokY .mbr-section-title {
  margin: 0;
}
.cid-vdIADghokY .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdIADghokY .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdIADghokY .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdIADghokY .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdIADghokY .team-item .item-image {
  position: relative !important;
}
.cid-vdIADghokY .team-item .item-image img {
  width: 100%;
}
.cid-vdIADghokY .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdIADghokY .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdIADghokY .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdIADghokY .team-item .item-caption {
  background: #ffffff;
}
.cid-vdIADghokY .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdIADghokY .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdIADghokY .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdIADghokY .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdIADghokY .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIADghokY .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIADghokY .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIADghokY .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIADghokY .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIADghokY .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIADghokY .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdIADghokY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIADghokY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNpYF53VN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veNpYF53VN .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veNpYF53VN .mbr-section-title {
  color: #24262b;
}
.cid-veNpYF53VN .mbr-section-subtitle {
  color: #24262b;
}
.cid-veNpYF53VN .items-row {
  row-gap: 48px;
}
.cid-veNpYF53VN .item {
  cursor: pointer;
}
.cid-veNpYF53VN .item:focus,
.cid-veNpYF53VN span:focus {
  outline: none;
}
.cid-veNpYF53VN .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veNpYF53VN .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNpYF53VN .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veNpYF53VN img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veNpYF53VN .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veNpYF53VN .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNpYF53VN .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veNpYF53VN .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veNpYF53VN .item-title {
  color: #24262b;
}
.cid-veNpYF53VN .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veNpYF53VN .mbr-text {
  color: #24262b;
}
.cid-vdIADi7pTZ {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdIADi7pTZ input,
.cid-vdIADi7pTZ textarea,
.cid-vdIADi7pTZ input:active,
.cid-vdIADi7pTZ textarea:active,
.cid-vdIADi7pTZ input:focus,
.cid-vdIADi7pTZ textarea:focus,
.cid-vdIADi7pTZ form {
  color: #ffffff;
}
.cid-vdIADi7pTZ input,
.cid-vdIADi7pTZ textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdIADi7pTZ input:hover,
.cid-vdIADi7pTZ textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdIADi7pTZ .colored-text {
  color: #ffffff !important;
}
.cid-vdIADi7pTZ .mbr-section-title {
  color: #ffffff;
}
.cid-vdIADi7pTZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdIADi7pTZ .mbr-text {
  color: #ffffff;
}
.cid-vdIADixq5D {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdIADixq5D a:link {
  text-decoration: none;
}
.cid-vdIADixq5D .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdIADixq5D .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdIADixq5D .inner-text {
  line-height: 3em;
}
.cid-vdIADixq5D .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdIADixq5D .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdIADixq5D .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdIADixq5D .content-text,
.cid-vdIADixq5D .inner-text {
  color: #c1c1c1;
}
.cid-vdICsfLDna .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdICsfLDna .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdICsfLDna .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdICsfLDna .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdICsfLDna .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdICsfLDna .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdICsfLDna .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdICsfLDna .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdICsfLDna .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdICsfLDna .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdICsfLDna .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdICsfLDna .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdICsfLDna .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdICsfLDna .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdICsfLDna .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-vdICsfLDna .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdICsfLDna .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdICsfLDna .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdICsfLDna .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdICsfLDna .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdICsfLDna .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdICsfLDna .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdICsfLDna .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdICsfLDna .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdICsfLDna .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-vdICsfLDna .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdICsfLDna .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdICsfLDna .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdICsfLDna .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdICsfLDna .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdICsfLDna .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdICsfLDna .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdICsfLDna .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdICsfLDna .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdICsfLDna .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdICsfLDna .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdICsfLDna .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-vdICsfLDna .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdICsfLDna .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdICsfLDna .dropdown-item.active,
.cid-vdICsfLDna .dropdown-item:active {
  background-color: transparent;
}
.cid-vdICsfLDna .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdICsfLDna .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdICsfLDna .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdICsfLDna .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdICsfLDna .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdICsfLDna .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdICsfLDna ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdICsfLDna .navbar-buttons {
  text-align: center;
}
.cid-vdICsfLDna button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdICsfLDna button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdICsfLDna button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdICsfLDna button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdICsfLDna button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdICsfLDna button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdICsfLDna nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdICsfLDna nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdICsfLDna nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdICsfLDna nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdICsfLDna .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdICsfLDna a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdICsfLDna .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdICsfLDna .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdICsfLDna .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdICsfLDna .nav-link:hover,
.cid-vdICsfLDna .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdICsgjLPb {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdICsgjLPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdICsgjLPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdICsgjLPb .container {
    padding: 0 16px;
  }
}
.cid-vdICsgjLPb .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdICsgjLPb .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdICsgjLPb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdICsgjLPb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdICsgjLPb .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdICsgjLPb .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdICsgjLPb .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdICsgjLPb .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdICsgjLPb .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdICsgjLPb .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdICsgjLPb .mbr-text {
  color: #333333;
}
.cid-vdICsgjLPb .mbr-text,
.cid-vdICsgjLPb .mbr-section-btn {
  color: #ffffff;
}
.cid-vent5ZDQ7m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vent5ZDQ7m .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-vent5ZDQ7m .col-text {
    width: 100% !important;
  }
}
.cid-vent5ZDQ7m .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-vent5ZDQ7m .text-container {
    padding: 0;
  }
}
.cid-vent5ZDQ7m .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-vent5ZDQ7m .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-vent5ZDQ7m .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-vent5ZDQ7m .text-wrapper {
    padding: 0;
  }
}
.cid-vent5ZDQ7m .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-vent5ZDQ7m .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-vent5ZDQ7m .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-vent5ZDQ7m .btn-container {
  width: 100%;
}
.cid-vent5ZDQ7m .mbr-section-btn {
  margin-top: 20px;
}
.cid-vent5ZDQ7m .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-vent5ZDQ7m .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-vent5ZDQ7m .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-vent5ZDQ7m .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-vent5ZDQ7m .card {
    width: 100% !important;
  }
}
.cid-vent5ZDQ7m .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-vent5ZDQ7m .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-vent5ZDQ7m .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-vent5ZDQ7m .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-vent5ZDQ7m .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-vent5ZDQ7m .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-vent5ZDQ7m .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vent5ZDQ7m .card-text {
  color: #8a8a8a;
}
.cid-vdICNvIAnr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vdICNvIAnr .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vdICNvIAnr .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vdICNvIAnr .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vdICNvIAnr .desc {
  color: #111213;
}
.cid-vdICNvIAnr .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vdICNvIAnr .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vdICNvIAnr .name {
  margin-bottom: 20px;
}
.cid-vdICNvIAnr .price {
  width: auto;
  display: inline;
}
.cid-vdICNvIAnr .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vdICNvIAnr .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vdICNvIAnr .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-vdICNvIAnr .new-price {
  width: auto;
  display: inline;
}
.cid-vdICNvIAnr .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vdICNvIAnr .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vdICNvIAnr .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vdICNvIAnr .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vdICNvIAnr .plus {
  color: #52586a;
}
.cid-vdICNvIAnr .desc,
.cid-vdICNvIAnr .plus {
  display: inline-block;
  width: auto;
}
.cid-vdICNvIAnr .mbr-text,
.cid-vdICNvIAnr .mbr-section-btn {
  color: #52586a;
}
.cid-vdICNvIAnr .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vdICNvIAnr .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vdICNvIAnr .name,
.cid-vdICNvIAnr .card,
.cid-vdICNvIAnr .price-line {
  color: #111213;
}
.cid-vdIVKDPs9m {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-vdIVKDPs9m .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vdIVKDPs9m .mbr-section-title {
  color: #24262b;
}
.cid-vdIVKDPs9m .mbr-section-subtitle {
  color: #24262b;
}
.cid-vdIVKDPs9m .items-row {
  row-gap: 48px;
}
.cid-vdIVKDPs9m .item {
  cursor: pointer;
}
.cid-vdIVKDPs9m .item:focus,
.cid-vdIVKDPs9m span:focus {
  outline: none;
}
.cid-vdIVKDPs9m .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vdIVKDPs9m .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdIVKDPs9m .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-vdIVKDPs9m img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-vdIVKDPs9m .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vdIVKDPs9m .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdIVKDPs9m .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vdIVKDPs9m .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vdIVKDPs9m .item-title {
  color: #24262b;
}
.cid-vdIVKDPs9m .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vdIVKDPs9m .mbr-text {
  color: #24262b;
}
.cid-vdICshIAEj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdICshIAEj .mbr-section-title {
  margin: 0;
}
.cid-vdICshIAEj .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdICshIAEj .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdICshIAEj .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdICshIAEj .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdICshIAEj .team-item .item-image {
  position: relative !important;
}
.cid-vdICshIAEj .team-item .item-image img {
  width: 100%;
}
.cid-vdICshIAEj .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdICshIAEj .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdICshIAEj .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdICshIAEj .team-item .item-caption {
  background: #ffffff;
}
.cid-vdICshIAEj .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdICshIAEj .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdICshIAEj .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdICshIAEj .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdICshIAEj .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdICshIAEj .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdICshIAEj .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdICshIAEj .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdICshIAEj .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdICshIAEj .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdICshIAEj .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdICshIAEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdICshIAEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNqfM1JQm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veNqfM1JQm .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veNqfM1JQm .mbr-section-title {
  color: #24262b;
}
.cid-veNqfM1JQm .mbr-section-subtitle {
  color: #24262b;
}
.cid-veNqfM1JQm .items-row {
  row-gap: 48px;
}
.cid-veNqfM1JQm .item {
  cursor: pointer;
}
.cid-veNqfM1JQm .item:focus,
.cid-veNqfM1JQm span:focus {
  outline: none;
}
.cid-veNqfM1JQm .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veNqfM1JQm .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNqfM1JQm .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veNqfM1JQm img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veNqfM1JQm .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veNqfM1JQm .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNqfM1JQm .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veNqfM1JQm .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veNqfM1JQm .item-title {
  color: #24262b;
}
.cid-veNqfM1JQm .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veNqfM1JQm .mbr-text {
  color: #24262b;
}
.cid-vdICsjVXeg {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdICsjVXeg input,
.cid-vdICsjVXeg textarea,
.cid-vdICsjVXeg input:active,
.cid-vdICsjVXeg textarea:active,
.cid-vdICsjVXeg input:focus,
.cid-vdICsjVXeg textarea:focus,
.cid-vdICsjVXeg form {
  color: #ffffff;
}
.cid-vdICsjVXeg input,
.cid-vdICsjVXeg textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdICsjVXeg input:hover,
.cid-vdICsjVXeg textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdICsjVXeg .colored-text {
  color: #ffffff !important;
}
.cid-vdICsjVXeg .mbr-section-title {
  color: #ffffff;
}
.cid-vdICsjVXeg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdICsjVXeg .mbr-text {
  color: #ffffff;
}
.cid-vdICskuYKw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdICskuYKw a:link {
  text-decoration: none;
}
.cid-vdICskuYKw .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdICskuYKw .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdICskuYKw .inner-text {
  line-height: 3em;
}
.cid-vdICskuYKw .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdICskuYKw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdICskuYKw .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdICskuYKw .content-text,
.cid-vdICskuYKw .inner-text {
  color: #c1c1c1;
}
.cid-vdIDwptF4a .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdIDwptF4a .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdIDwptF4a .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdIDwptF4a .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdIDwptF4a .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdIDwptF4a .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdIDwptF4a .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdIDwptF4a .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdIDwptF4a .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdIDwptF4a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdIDwptF4a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdIDwptF4a .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdIDwptF4a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdIDwptF4a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdIDwptF4a .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-vdIDwptF4a .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdIDwptF4a .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdIDwptF4a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdIDwptF4a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdIDwptF4a .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdIDwptF4a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdIDwptF4a .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdIDwptF4a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdIDwptF4a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdIDwptF4a .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-vdIDwptF4a .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdIDwptF4a .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdIDwptF4a .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdIDwptF4a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdIDwptF4a .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdIDwptF4a .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdIDwptF4a .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdIDwptF4a .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdIDwptF4a .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdIDwptF4a .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdIDwptF4a .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdIDwptF4a .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-vdIDwptF4a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdIDwptF4a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdIDwptF4a .dropdown-item.active,
.cid-vdIDwptF4a .dropdown-item:active {
  background-color: transparent;
}
.cid-vdIDwptF4a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdIDwptF4a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdIDwptF4a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdIDwptF4a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdIDwptF4a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdIDwptF4a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdIDwptF4a ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdIDwptF4a .navbar-buttons {
  text-align: center;
}
.cid-vdIDwptF4a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdIDwptF4a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdIDwptF4a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdIDwptF4a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIDwptF4a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIDwptF4a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdIDwptF4a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIDwptF4a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdIDwptF4a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdIDwptF4a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIDwptF4a .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdIDwptF4a a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdIDwptF4a .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdIDwptF4a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdIDwptF4a .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdIDwptF4a .nav-link:hover,
.cid-vdIDwptF4a .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdIDwpTcHv {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdIDwpTcHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIDwpTcHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdIDwpTcHv .container {
    padding: 0 16px;
  }
}
.cid-vdIDwpTcHv .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdIDwpTcHv .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdIDwpTcHv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdIDwpTcHv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdIDwpTcHv .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdIDwpTcHv .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdIDwpTcHv .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdIDwpTcHv .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdIDwpTcHv .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdIDwpTcHv .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdIDwpTcHv .mbr-text {
  color: #333333;
}
.cid-vdIDwpTcHv .mbr-text,
.cid-vdIDwpTcHv .mbr-section-btn {
  color: #ffffff;
}
.cid-ventbPoS4j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ventbPoS4j .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ventbPoS4j .col-text {
    width: 100% !important;
  }
}
.cid-ventbPoS4j .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-ventbPoS4j .text-container {
    padding: 0;
  }
}
.cid-ventbPoS4j .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-ventbPoS4j .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-ventbPoS4j .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-ventbPoS4j .text-wrapper {
    padding: 0;
  }
}
.cid-ventbPoS4j .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-ventbPoS4j .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-ventbPoS4j .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-ventbPoS4j .btn-container {
  width: 100%;
}
.cid-ventbPoS4j .mbr-section-btn {
  margin-top: 20px;
}
.cid-ventbPoS4j .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-ventbPoS4j .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-ventbPoS4j .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ventbPoS4j .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-ventbPoS4j .card {
    width: 100% !important;
  }
}
.cid-ventbPoS4j .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-ventbPoS4j .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-ventbPoS4j .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-ventbPoS4j .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-ventbPoS4j .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-ventbPoS4j .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-ventbPoS4j .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ventbPoS4j .card-text {
  color: #8a8a8a;
}
.cid-vdIDQuqPGH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vdIDQuqPGH .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vdIDQuqPGH .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vdIDQuqPGH .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vdIDQuqPGH .desc {
  color: #111213;
}
.cid-vdIDQuqPGH .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vdIDQuqPGH .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vdIDQuqPGH .name {
  margin-bottom: 20px;
}
.cid-vdIDQuqPGH .price {
  width: auto;
  display: inline;
}
.cid-vdIDQuqPGH .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vdIDQuqPGH .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vdIDQuqPGH .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-vdIDQuqPGH .new-price {
  width: auto;
  display: inline;
}
.cid-vdIDQuqPGH .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vdIDQuqPGH .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vdIDQuqPGH .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vdIDQuqPGH .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vdIDQuqPGH .plus {
  color: #52586a;
}
.cid-vdIDQuqPGH .desc,
.cid-vdIDQuqPGH .plus {
  display: inline-block;
  width: auto;
}
.cid-vdIDQuqPGH .mbr-text,
.cid-vdIDQuqPGH .mbr-section-btn {
  color: #52586a;
}
.cid-vdIDQuqPGH .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vdIDQuqPGH .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vdIDQuqPGH .name,
.cid-vdIDQuqPGH .card,
.cid-vdIDQuqPGH .price-line {
  color: #111213;
}
.cid-veNs5IBOdU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veNs5IBOdU .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veNs5IBOdU .mbr-section-title {
  color: #24262b;
}
.cid-veNs5IBOdU .mbr-section-subtitle {
  color: #24262b;
}
.cid-veNs5IBOdU .items-row {
  row-gap: 48px;
}
.cid-veNs5IBOdU .item {
  cursor: pointer;
}
.cid-veNs5IBOdU .item:focus,
.cid-veNs5IBOdU span:focus {
  outline: none;
}
.cid-veNs5IBOdU .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veNs5IBOdU .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNs5IBOdU .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veNs5IBOdU img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veNs5IBOdU .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veNs5IBOdU .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNs5IBOdU .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veNs5IBOdU .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veNs5IBOdU .item-title {
  color: #24262b;
}
.cid-veNs5IBOdU .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veNs5IBOdU .mbr-text {
  color: #24262b;
}
.cid-vdIDwr5tGR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdIDwr5tGR .mbr-section-title {
  margin: 0;
}
.cid-vdIDwr5tGR .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdIDwr5tGR .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdIDwr5tGR .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdIDwr5tGR .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdIDwr5tGR .team-item .item-image {
  position: relative !important;
}
.cid-vdIDwr5tGR .team-item .item-image img {
  width: 100%;
}
.cid-vdIDwr5tGR .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdIDwr5tGR .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdIDwr5tGR .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdIDwr5tGR .team-item .item-caption {
  background: #ffffff;
}
.cid-vdIDwr5tGR .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdIDwr5tGR .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdIDwr5tGR .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdIDwr5tGR .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdIDwr5tGR .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIDwr5tGR .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIDwr5tGR .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIDwr5tGR .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIDwr5tGR .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIDwr5tGR .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIDwr5tGR .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdIDwr5tGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIDwr5tGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNs6G17sG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veNs6G17sG .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veNs6G17sG .mbr-section-title {
  color: #24262b;
}
.cid-veNs6G17sG .mbr-section-subtitle {
  color: #24262b;
}
.cid-veNs6G17sG .items-row {
  row-gap: 48px;
}
.cid-veNs6G17sG .item {
  cursor: pointer;
}
.cid-veNs6G17sG .item:focus,
.cid-veNs6G17sG span:focus {
  outline: none;
}
.cid-veNs6G17sG .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veNs6G17sG .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNs6G17sG .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veNs6G17sG img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veNs6G17sG .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veNs6G17sG .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNs6G17sG .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veNs6G17sG .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veNs6G17sG .item-title {
  color: #24262b;
}
.cid-veNs6G17sG .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veNs6G17sG .mbr-text {
  color: #24262b;
}
.cid-vdIDwsE5Fa {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdIDwsE5Fa input,
.cid-vdIDwsE5Fa textarea,
.cid-vdIDwsE5Fa input:active,
.cid-vdIDwsE5Fa textarea:active,
.cid-vdIDwsE5Fa input:focus,
.cid-vdIDwsE5Fa textarea:focus,
.cid-vdIDwsE5Fa form {
  color: #ffffff;
}
.cid-vdIDwsE5Fa input,
.cid-vdIDwsE5Fa textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdIDwsE5Fa input:hover,
.cid-vdIDwsE5Fa textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdIDwsE5Fa .colored-text {
  color: #ffffff !important;
}
.cid-vdIDwsE5Fa .mbr-section-title {
  color: #ffffff;
}
.cid-vdIDwsE5Fa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdIDwsE5Fa .mbr-text {
  color: #ffffff;
}
.cid-vdIDwsXFAa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdIDwsXFAa a:link {
  text-decoration: none;
}
.cid-vdIDwsXFAa .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdIDwsXFAa .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdIDwsXFAa .inner-text {
  line-height: 3em;
}
.cid-vdIDwsXFAa .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdIDwsXFAa .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdIDwsXFAa .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdIDwsXFAa .content-text,
.cid-vdIDwsXFAa .inner-text {
  color: #c1c1c1;
}
.cid-vdIEYF97ko .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdIEYF97ko .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdIEYF97ko .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdIEYF97ko .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdIEYF97ko .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdIEYF97ko .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdIEYF97ko .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdIEYF97ko .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdIEYF97ko .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdIEYF97ko .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdIEYF97ko .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdIEYF97ko .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdIEYF97ko .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdIEYF97ko .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdIEYF97ko .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-vdIEYF97ko .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdIEYF97ko .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdIEYF97ko .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdIEYF97ko .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdIEYF97ko .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdIEYF97ko .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdIEYF97ko .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdIEYF97ko .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdIEYF97ko .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdIEYF97ko .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-vdIEYF97ko .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdIEYF97ko .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdIEYF97ko .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdIEYF97ko .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdIEYF97ko .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdIEYF97ko .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdIEYF97ko .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdIEYF97ko .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdIEYF97ko .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdIEYF97ko .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdIEYF97ko .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdIEYF97ko .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-vdIEYF97ko .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdIEYF97ko .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdIEYF97ko .dropdown-item.active,
.cid-vdIEYF97ko .dropdown-item:active {
  background-color: transparent;
}
.cid-vdIEYF97ko .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdIEYF97ko .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdIEYF97ko .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdIEYF97ko .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdIEYF97ko .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdIEYF97ko .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdIEYF97ko ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdIEYF97ko .navbar-buttons {
  text-align: center;
}
.cid-vdIEYF97ko button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdIEYF97ko button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdIEYF97ko button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdIEYF97ko button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIEYF97ko button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIEYF97ko button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdIEYF97ko nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIEYF97ko nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdIEYF97ko nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdIEYF97ko nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIEYF97ko .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdIEYF97ko a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdIEYF97ko .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdIEYF97ko .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdIEYF97ko .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdIEYF97ko .nav-link:hover,
.cid-vdIEYF97ko .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdIEYFxObx {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdIEYFxObx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIEYFxObx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdIEYFxObx .container {
    padding: 0 16px;
  }
}
.cid-vdIEYFxObx .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdIEYFxObx .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdIEYFxObx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdIEYFxObx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdIEYFxObx .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdIEYFxObx .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdIEYFxObx .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdIEYFxObx .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdIEYFxObx .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdIEYFxObx .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdIEYFxObx .mbr-text {
  color: #333333;
}
.cid-vdIEYFxObx .mbr-text,
.cid-vdIEYFxObx .mbr-section-btn {
  color: #ffffff;
}
.cid-venthDIefM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venthDIefM .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-venthDIefM .col-text {
    width: 100% !important;
  }
}
.cid-venthDIefM .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-venthDIefM .text-container {
    padding: 0;
  }
}
.cid-venthDIefM .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-venthDIefM .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-venthDIefM .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-venthDIefM .text-wrapper {
    padding: 0;
  }
}
.cid-venthDIefM .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-venthDIefM .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-venthDIefM .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-venthDIefM .btn-container {
  width: 100%;
}
.cid-venthDIefM .mbr-section-btn {
  margin-top: 20px;
}
.cid-venthDIefM .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-venthDIefM .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-venthDIefM .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-venthDIefM .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venthDIefM .card {
    width: 100% !important;
  }
}
.cid-venthDIefM .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-venthDIefM .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-venthDIefM .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-venthDIefM .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venthDIefM .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-venthDIefM .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-venthDIefM .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-venthDIefM .card-text {
  color: #8a8a8a;
}
.cid-vdIFjRtkmF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vdIFjRtkmF .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vdIFjRtkmF .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vdIFjRtkmF .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vdIFjRtkmF .desc {
  color: #111213;
}
.cid-vdIFjRtkmF .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vdIFjRtkmF .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vdIFjRtkmF .name {
  margin-bottom: 20px;
}
.cid-vdIFjRtkmF .price {
  width: auto;
  display: inline;
}
.cid-vdIFjRtkmF .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vdIFjRtkmF .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vdIFjRtkmF .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-vdIFjRtkmF .new-price {
  width: auto;
  display: inline;
}
.cid-vdIFjRtkmF .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vdIFjRtkmF .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vdIFjRtkmF .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vdIFjRtkmF .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vdIFjRtkmF .plus {
  color: #52586a;
}
.cid-vdIFjRtkmF .desc,
.cid-vdIFjRtkmF .plus {
  display: inline-block;
  width: auto;
}
.cid-vdIFjRtkmF .mbr-text,
.cid-vdIFjRtkmF .mbr-section-btn {
  color: #52586a;
}
.cid-vdIFjRtkmF .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vdIFjRtkmF .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vdIFjRtkmF .name,
.cid-vdIFjRtkmF .card,
.cid-vdIFjRtkmF .price-line {
  color: #111213;
}
.cid-veNswY0mGi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veNswY0mGi .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veNswY0mGi .mbr-section-title {
  color: #24262b;
}
.cid-veNswY0mGi .mbr-section-subtitle {
  color: #24262b;
}
.cid-veNswY0mGi .items-row {
  row-gap: 48px;
}
.cid-veNswY0mGi .item {
  cursor: pointer;
}
.cid-veNswY0mGi .item:focus,
.cid-veNswY0mGi span:focus {
  outline: none;
}
.cid-veNswY0mGi .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veNswY0mGi .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNswY0mGi .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veNswY0mGi img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veNswY0mGi .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veNswY0mGi .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNswY0mGi .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veNswY0mGi .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veNswY0mGi .item-title {
  color: #24262b;
}
.cid-veNswY0mGi .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veNswY0mGi .mbr-text {
  color: #24262b;
}
.cid-vdIEYGFjfB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdIEYGFjfB .mbr-section-title {
  margin: 0;
}
.cid-vdIEYGFjfB .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdIEYGFjfB .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdIEYGFjfB .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdIEYGFjfB .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdIEYGFjfB .team-item .item-image {
  position: relative !important;
}
.cid-vdIEYGFjfB .team-item .item-image img {
  width: 100%;
}
.cid-vdIEYGFjfB .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdIEYGFjfB .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdIEYGFjfB .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdIEYGFjfB .team-item .item-caption {
  background: #ffffff;
}
.cid-vdIEYGFjfB .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdIEYGFjfB .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdIEYGFjfB .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdIEYGFjfB .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdIEYGFjfB .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIEYGFjfB .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIEYGFjfB .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIEYGFjfB .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIEYGFjfB .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIEYGFjfB .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIEYGFjfB .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdIEYGFjfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIEYGFjfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNsxHhf7m {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veNsxHhf7m .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veNsxHhf7m .mbr-section-title {
  color: #24262b;
}
.cid-veNsxHhf7m .mbr-section-subtitle {
  color: #24262b;
}
.cid-veNsxHhf7m .items-row {
  row-gap: 48px;
}
.cid-veNsxHhf7m .item {
  cursor: pointer;
}
.cid-veNsxHhf7m .item:focus,
.cid-veNsxHhf7m span:focus {
  outline: none;
}
.cid-veNsxHhf7m .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veNsxHhf7m .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNsxHhf7m .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veNsxHhf7m img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veNsxHhf7m .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veNsxHhf7m .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNsxHhf7m .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veNsxHhf7m .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veNsxHhf7m .item-title {
  color: #24262b;
}
.cid-veNsxHhf7m .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veNsxHhf7m .mbr-text {
  color: #24262b;
}
.cid-vdIEYIcCYM {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdIEYIcCYM input,
.cid-vdIEYIcCYM textarea,
.cid-vdIEYIcCYM input:active,
.cid-vdIEYIcCYM textarea:active,
.cid-vdIEYIcCYM input:focus,
.cid-vdIEYIcCYM textarea:focus,
.cid-vdIEYIcCYM form {
  color: #ffffff;
}
.cid-vdIEYIcCYM input,
.cid-vdIEYIcCYM textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdIEYIcCYM input:hover,
.cid-vdIEYIcCYM textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdIEYIcCYM .colored-text {
  color: #ffffff !important;
}
.cid-vdIEYIcCYM .mbr-section-title {
  color: #ffffff;
}
.cid-vdIEYIcCYM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdIEYIcCYM .mbr-text {
  color: #ffffff;
}
.cid-vdIEYIAR6Q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdIEYIAR6Q a:link {
  text-decoration: none;
}
.cid-vdIEYIAR6Q .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdIEYIAR6Q .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdIEYIAR6Q .inner-text {
  line-height: 3em;
}
.cid-vdIEYIAR6Q .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdIEYIAR6Q .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdIEYIAR6Q .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdIEYIAR6Q .content-text,
.cid-vdIEYIAR6Q .inner-text {
  color: #c1c1c1;
}
.cid-vdIGiDj81Y .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdIGiDj81Y .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdIGiDj81Y .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdIGiDj81Y .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdIGiDj81Y .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdIGiDj81Y .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdIGiDj81Y .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdIGiDj81Y .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdIGiDj81Y .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdIGiDj81Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdIGiDj81Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdIGiDj81Y .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdIGiDj81Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdIGiDj81Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdIGiDj81Y .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-vdIGiDj81Y .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdIGiDj81Y .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdIGiDj81Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdIGiDj81Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdIGiDj81Y .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdIGiDj81Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdIGiDj81Y .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdIGiDj81Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdIGiDj81Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdIGiDj81Y .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-vdIGiDj81Y .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdIGiDj81Y .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdIGiDj81Y .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdIGiDj81Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdIGiDj81Y .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdIGiDj81Y .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdIGiDj81Y .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdIGiDj81Y .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdIGiDj81Y .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdIGiDj81Y .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdIGiDj81Y .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdIGiDj81Y .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-vdIGiDj81Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdIGiDj81Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdIGiDj81Y .dropdown-item.active,
.cid-vdIGiDj81Y .dropdown-item:active {
  background-color: transparent;
}
.cid-vdIGiDj81Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdIGiDj81Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdIGiDj81Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdIGiDj81Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdIGiDj81Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdIGiDj81Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdIGiDj81Y ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdIGiDj81Y .navbar-buttons {
  text-align: center;
}
.cid-vdIGiDj81Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdIGiDj81Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdIGiDj81Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdIGiDj81Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIGiDj81Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIGiDj81Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdIGiDj81Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIGiDj81Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdIGiDj81Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdIGiDj81Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIGiDj81Y .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdIGiDj81Y a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdIGiDj81Y .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdIGiDj81Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdIGiDj81Y .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdIGiDj81Y .nav-link:hover,
.cid-vdIGiDj81Y .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdIGiDEFOb {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdIGiDEFOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIGiDEFOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdIGiDEFOb .container {
    padding: 0 16px;
  }
}
.cid-vdIGiDEFOb .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdIGiDEFOb .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdIGiDEFOb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdIGiDEFOb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdIGiDEFOb .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdIGiDEFOb .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdIGiDEFOb .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdIGiDEFOb .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdIGiDEFOb .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdIGiDEFOb .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdIGiDEFOb .mbr-text {
  color: #333333;
}
.cid-vdIGiDEFOb .mbr-text,
.cid-vdIGiDEFOb .mbr-section-btn {
  color: #ffffff;
}
.cid-ventjA6rmb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ventjA6rmb .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ventjA6rmb .col-text {
    width: 100% !important;
  }
}
.cid-ventjA6rmb .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-ventjA6rmb .text-container {
    padding: 0;
  }
}
.cid-ventjA6rmb .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-ventjA6rmb .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-ventjA6rmb .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-ventjA6rmb .text-wrapper {
    padding: 0;
  }
}
.cid-ventjA6rmb .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-ventjA6rmb .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-ventjA6rmb .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-ventjA6rmb .btn-container {
  width: 100%;
}
.cid-ventjA6rmb .mbr-section-btn {
  margin-top: 20px;
}
.cid-ventjA6rmb .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-ventjA6rmb .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-ventjA6rmb .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ventjA6rmb .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-ventjA6rmb .card {
    width: 100% !important;
  }
}
.cid-ventjA6rmb .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-ventjA6rmb .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-ventjA6rmb .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-ventjA6rmb .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-ventjA6rmb .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-ventjA6rmb .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-ventjA6rmb .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ventjA6rmb .card-text {
  color: #8a8a8a;
}
.cid-vdIGpgiHAb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vdIGpgiHAb .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vdIGpgiHAb .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vdIGpgiHAb .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vdIGpgiHAb .desc {
  color: #111213;
}
.cid-vdIGpgiHAb .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vdIGpgiHAb .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vdIGpgiHAb .name {
  margin-bottom: 20px;
}
.cid-vdIGpgiHAb .price {
  width: auto;
  display: inline;
}
.cid-vdIGpgiHAb .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vdIGpgiHAb .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vdIGpgiHAb .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-vdIGpgiHAb .new-price {
  width: auto;
  display: inline;
}
.cid-vdIGpgiHAb .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vdIGpgiHAb .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vdIGpgiHAb .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vdIGpgiHAb .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vdIGpgiHAb .plus {
  color: #52586a;
}
.cid-vdIGpgiHAb .desc,
.cid-vdIGpgiHAb .plus {
  display: inline-block;
  width: auto;
}
.cid-vdIGpgiHAb .mbr-text,
.cid-vdIGpgiHAb .mbr-section-btn {
  color: #52586a;
}
.cid-vdIGpgiHAb .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vdIGpgiHAb .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vdIGpgiHAb .name,
.cid-vdIGpgiHAb .card,
.cid-vdIGpgiHAb .price-line {
  color: #111213;
}
.cid-veNsKjCJIK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veNsKjCJIK .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veNsKjCJIK .mbr-section-title {
  color: #24262b;
}
.cid-veNsKjCJIK .mbr-section-subtitle {
  color: #24262b;
}
.cid-veNsKjCJIK .items-row {
  row-gap: 48px;
}
.cid-veNsKjCJIK .item {
  cursor: pointer;
}
.cid-veNsKjCJIK .item:focus,
.cid-veNsKjCJIK span:focus {
  outline: none;
}
.cid-veNsKjCJIK .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veNsKjCJIK .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNsKjCJIK .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veNsKjCJIK img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veNsKjCJIK .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veNsKjCJIK .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNsKjCJIK .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veNsKjCJIK .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veNsKjCJIK .item-title {
  color: #24262b;
}
.cid-veNsKjCJIK .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veNsKjCJIK .mbr-text {
  color: #24262b;
}
.cid-vdIGiEVWqp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdIGiEVWqp .mbr-section-title {
  margin: 0;
}
.cid-vdIGiEVWqp .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdIGiEVWqp .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdIGiEVWqp .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdIGiEVWqp .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdIGiEVWqp .team-item .item-image {
  position: relative !important;
}
.cid-vdIGiEVWqp .team-item .item-image img {
  width: 100%;
}
.cid-vdIGiEVWqp .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdIGiEVWqp .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdIGiEVWqp .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdIGiEVWqp .team-item .item-caption {
  background: #ffffff;
}
.cid-vdIGiEVWqp .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdIGiEVWqp .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdIGiEVWqp .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdIGiEVWqp .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdIGiEVWqp .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIGiEVWqp .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIGiEVWqp .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIGiEVWqp .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIGiEVWqp .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIGiEVWqp .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIGiEVWqp .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdIGiEVWqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIGiEVWqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNsKP95xT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veNsKP95xT .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veNsKP95xT .mbr-section-title {
  color: #24262b;
}
.cid-veNsKP95xT .mbr-section-subtitle {
  color: #24262b;
}
.cid-veNsKP95xT .items-row {
  row-gap: 48px;
}
.cid-veNsKP95xT .item {
  cursor: pointer;
}
.cid-veNsKP95xT .item:focus,
.cid-veNsKP95xT span:focus {
  outline: none;
}
.cid-veNsKP95xT .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veNsKP95xT .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNsKP95xT .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veNsKP95xT img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veNsKP95xT .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veNsKP95xT .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNsKP95xT .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veNsKP95xT .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veNsKP95xT .item-title {
  color: #24262b;
}
.cid-veNsKP95xT .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veNsKP95xT .mbr-text {
  color: #24262b;
}
.cid-vdIGiGyefM {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdIGiGyefM input,
.cid-vdIGiGyefM textarea,
.cid-vdIGiGyefM input:active,
.cid-vdIGiGyefM textarea:active,
.cid-vdIGiGyefM input:focus,
.cid-vdIGiGyefM textarea:focus,
.cid-vdIGiGyefM form {
  color: #ffffff;
}
.cid-vdIGiGyefM input,
.cid-vdIGiGyefM textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdIGiGyefM input:hover,
.cid-vdIGiGyefM textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdIGiGyefM .colored-text {
  color: #ffffff !important;
}
.cid-vdIGiGyefM .mbr-section-title {
  color: #ffffff;
}
.cid-vdIGiGyefM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdIGiGyefM .mbr-text {
  color: #ffffff;
}
.cid-vdIGiGP4C0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdIGiGP4C0 a:link {
  text-decoration: none;
}
.cid-vdIGiGP4C0 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdIGiGP4C0 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdIGiGP4C0 .inner-text {
  line-height: 3em;
}
.cid-vdIGiGP4C0 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdIGiGP4C0 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdIGiGP4C0 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdIGiGP4C0 .content-text,
.cid-vdIGiGP4C0 .inner-text {
  color: #c1c1c1;
}
.cid-vdIHx8E1z4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdIHx8E1z4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdIHx8E1z4 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdIHx8E1z4 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdIHx8E1z4 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdIHx8E1z4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdIHx8E1z4 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdIHx8E1z4 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdIHx8E1z4 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdIHx8E1z4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdIHx8E1z4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdIHx8E1z4 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdIHx8E1z4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdIHx8E1z4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdIHx8E1z4 .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-vdIHx8E1z4 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdIHx8E1z4 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdIHx8E1z4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdIHx8E1z4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdIHx8E1z4 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdIHx8E1z4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdIHx8E1z4 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdIHx8E1z4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdIHx8E1z4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdIHx8E1z4 .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-vdIHx8E1z4 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdIHx8E1z4 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdIHx8E1z4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdIHx8E1z4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdIHx8E1z4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdIHx8E1z4 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdIHx8E1z4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdIHx8E1z4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdIHx8E1z4 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdIHx8E1z4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdIHx8E1z4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdIHx8E1z4 .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-vdIHx8E1z4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdIHx8E1z4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdIHx8E1z4 .dropdown-item.active,
.cid-vdIHx8E1z4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vdIHx8E1z4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdIHx8E1z4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdIHx8E1z4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdIHx8E1z4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdIHx8E1z4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdIHx8E1z4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdIHx8E1z4 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdIHx8E1z4 .navbar-buttons {
  text-align: center;
}
.cid-vdIHx8E1z4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdIHx8E1z4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdIHx8E1z4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdIHx8E1z4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIHx8E1z4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIHx8E1z4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdIHx8E1z4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIHx8E1z4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdIHx8E1z4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdIHx8E1z4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIHx8E1z4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdIHx8E1z4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdIHx8E1z4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdIHx8E1z4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdIHx8E1z4 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdIHx8E1z4 .nav-link:hover,
.cid-vdIHx8E1z4 .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdIHx8XvQ8 {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdIHx8XvQ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIHx8XvQ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdIHx8XvQ8 .container {
    padding: 0 16px;
  }
}
.cid-vdIHx8XvQ8 .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdIHx8XvQ8 .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdIHx8XvQ8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdIHx8XvQ8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdIHx8XvQ8 .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdIHx8XvQ8 .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdIHx8XvQ8 .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdIHx8XvQ8 .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdIHx8XvQ8 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdIHx8XvQ8 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdIHx8XvQ8 .mbr-text {
  color: #333333;
}
.cid-vdIHx8XvQ8 .mbr-text,
.cid-vdIHx8XvQ8 .mbr-section-btn {
  color: #ffffff;
}
.cid-ventlKS8Bl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ventlKS8Bl .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ventlKS8Bl .col-text {
    width: 100% !important;
  }
}
.cid-ventlKS8Bl .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-ventlKS8Bl .text-container {
    padding: 0;
  }
}
.cid-ventlKS8Bl .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-ventlKS8Bl .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-ventlKS8Bl .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-ventlKS8Bl .text-wrapper {
    padding: 0;
  }
}
.cid-ventlKS8Bl .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-ventlKS8Bl .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-ventlKS8Bl .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-ventlKS8Bl .btn-container {
  width: 100%;
}
.cid-ventlKS8Bl .mbr-section-btn {
  margin-top: 20px;
}
.cid-ventlKS8Bl .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-ventlKS8Bl .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-ventlKS8Bl .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ventlKS8Bl .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-ventlKS8Bl .card {
    width: 100% !important;
  }
}
.cid-ventlKS8Bl .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-ventlKS8Bl .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-ventlKS8Bl .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-ventlKS8Bl .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-ventlKS8Bl .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-ventlKS8Bl .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-ventlKS8Bl .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ventlKS8Bl .card-text {
  color: #8a8a8a;
}
.cid-vdIHEakqBy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vdIHEakqBy .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vdIHEakqBy .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vdIHEakqBy .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vdIHEakqBy .desc {
  color: #111213;
}
.cid-vdIHEakqBy .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vdIHEakqBy .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vdIHEakqBy .name {
  margin-bottom: 20px;
}
.cid-vdIHEakqBy .price {
  width: auto;
  display: inline;
}
.cid-vdIHEakqBy .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vdIHEakqBy .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vdIHEakqBy .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-vdIHEakqBy .new-price {
  width: auto;
  display: inline;
}
.cid-vdIHEakqBy .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vdIHEakqBy .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vdIHEakqBy .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vdIHEakqBy .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vdIHEakqBy .plus {
  color: #52586a;
}
.cid-vdIHEakqBy .desc,
.cid-vdIHEakqBy .plus {
  display: inline-block;
  width: auto;
}
.cid-vdIHEakqBy .mbr-text,
.cid-vdIHEakqBy .mbr-section-btn {
  color: #52586a;
}
.cid-vdIHEakqBy .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vdIHEakqBy .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vdIHEakqBy .name,
.cid-vdIHEakqBy .card,
.cid-vdIHEakqBy .price-line {
  color: #111213;
}
.cid-vdIWZWWZcq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-vdIWZWWZcq .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vdIWZWWZcq .mbr-section-title {
  color: #24262b;
}
.cid-vdIWZWWZcq .mbr-section-subtitle {
  color: #24262b;
}
.cid-vdIWZWWZcq .items-row {
  row-gap: 48px;
}
.cid-vdIWZWWZcq .item {
  cursor: pointer;
}
.cid-vdIWZWWZcq .item:focus,
.cid-vdIWZWWZcq span:focus {
  outline: none;
}
.cid-vdIWZWWZcq .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vdIWZWWZcq .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdIWZWWZcq .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-vdIWZWWZcq img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-vdIWZWWZcq .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vdIWZWWZcq .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdIWZWWZcq .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vdIWZWWZcq .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vdIWZWWZcq .item-title {
  color: #24262b;
}
.cid-vdIWZWWZcq .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vdIWZWWZcq .mbr-text {
  color: #24262b;
}
.cid-vdIHx9Z5ei {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdIHx9Z5ei .mbr-section-title {
  margin: 0;
}
.cid-vdIHx9Z5ei .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdIHx9Z5ei .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdIHx9Z5ei .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdIHx9Z5ei .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdIHx9Z5ei .team-item .item-image {
  position: relative !important;
}
.cid-vdIHx9Z5ei .team-item .item-image img {
  width: 100%;
}
.cid-vdIHx9Z5ei .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdIHx9Z5ei .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdIHx9Z5ei .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdIHx9Z5ei .team-item .item-caption {
  background: #ffffff;
}
.cid-vdIHx9Z5ei .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdIHx9Z5ei .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdIHx9Z5ei .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdIHx9Z5ei .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdIHx9Z5ei .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIHx9Z5ei .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIHx9Z5ei .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIHx9Z5ei .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIHx9Z5ei .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIHx9Z5ei .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIHx9Z5ei .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdIHx9Z5ei .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIHx9Z5ei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNt0VG4Uv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veNt0VG4Uv .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veNt0VG4Uv .mbr-section-title {
  color: #24262b;
}
.cid-veNt0VG4Uv .mbr-section-subtitle {
  color: #24262b;
}
.cid-veNt0VG4Uv .items-row {
  row-gap: 48px;
}
.cid-veNt0VG4Uv .item {
  cursor: pointer;
}
.cid-veNt0VG4Uv .item:focus,
.cid-veNt0VG4Uv span:focus {
  outline: none;
}
.cid-veNt0VG4Uv .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veNt0VG4Uv .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNt0VG4Uv .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veNt0VG4Uv img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veNt0VG4Uv .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veNt0VG4Uv .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNt0VG4Uv .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veNt0VG4Uv .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veNt0VG4Uv .item-title {
  color: #24262b;
}
.cid-veNt0VG4Uv .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veNt0VG4Uv .mbr-text {
  color: #24262b;
}
.cid-vdIHxbe0VN {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdIHxbe0VN input,
.cid-vdIHxbe0VN textarea,
.cid-vdIHxbe0VN input:active,
.cid-vdIHxbe0VN textarea:active,
.cid-vdIHxbe0VN input:focus,
.cid-vdIHxbe0VN textarea:focus,
.cid-vdIHxbe0VN form {
  color: #ffffff;
}
.cid-vdIHxbe0VN input,
.cid-vdIHxbe0VN textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdIHxbe0VN input:hover,
.cid-vdIHxbe0VN textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdIHxbe0VN .colored-text {
  color: #ffffff !important;
}
.cid-vdIHxbe0VN .mbr-section-title {
  color: #ffffff;
}
.cid-vdIHxbe0VN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdIHxbe0VN .mbr-text {
  color: #ffffff;
}
.cid-vdIHxbDWCB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdIHxbDWCB a:link {
  text-decoration: none;
}
.cid-vdIHxbDWCB .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdIHxbDWCB .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdIHxbDWCB .inner-text {
  line-height: 3em;
}
.cid-vdIHxbDWCB .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdIHxbDWCB .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdIHxbDWCB .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdIHxbDWCB .content-text,
.cid-vdIHxbDWCB .inner-text {
  color: #c1c1c1;
}
.cid-vdIJ8OvtC1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdIJ8OvtC1 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdIJ8OvtC1 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdIJ8OvtC1 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdIJ8OvtC1 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdIJ8OvtC1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdIJ8OvtC1 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdIJ8OvtC1 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdIJ8OvtC1 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdIJ8OvtC1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdIJ8OvtC1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdIJ8OvtC1 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdIJ8OvtC1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdIJ8OvtC1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdIJ8OvtC1 .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-vdIJ8OvtC1 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdIJ8OvtC1 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdIJ8OvtC1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdIJ8OvtC1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdIJ8OvtC1 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdIJ8OvtC1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdIJ8OvtC1 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdIJ8OvtC1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdIJ8OvtC1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdIJ8OvtC1 .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-vdIJ8OvtC1 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdIJ8OvtC1 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdIJ8OvtC1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdIJ8OvtC1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdIJ8OvtC1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdIJ8OvtC1 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdIJ8OvtC1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdIJ8OvtC1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdIJ8OvtC1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdIJ8OvtC1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdIJ8OvtC1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdIJ8OvtC1 .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-vdIJ8OvtC1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdIJ8OvtC1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdIJ8OvtC1 .dropdown-item.active,
.cid-vdIJ8OvtC1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vdIJ8OvtC1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdIJ8OvtC1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdIJ8OvtC1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdIJ8OvtC1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdIJ8OvtC1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdIJ8OvtC1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdIJ8OvtC1 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdIJ8OvtC1 .navbar-buttons {
  text-align: center;
}
.cid-vdIJ8OvtC1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdIJ8OvtC1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdIJ8OvtC1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdIJ8OvtC1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIJ8OvtC1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIJ8OvtC1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdIJ8OvtC1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIJ8OvtC1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdIJ8OvtC1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdIJ8OvtC1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIJ8OvtC1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdIJ8OvtC1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdIJ8OvtC1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdIJ8OvtC1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdIJ8OvtC1 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdIJ8OvtC1 .nav-link:hover,
.cid-vdIJ8OvtC1 .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdIJ8OU6u2 {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdIJ8OU6u2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIJ8OU6u2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdIJ8OU6u2 .container {
    padding: 0 16px;
  }
}
.cid-vdIJ8OU6u2 .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdIJ8OU6u2 .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdIJ8OU6u2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdIJ8OU6u2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdIJ8OU6u2 .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdIJ8OU6u2 .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdIJ8OU6u2 .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdIJ8OU6u2 .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdIJ8OU6u2 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdIJ8OU6u2 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdIJ8OU6u2 .mbr-text {
  color: #333333;
}
.cid-vdIJ8OU6u2 .mbr-text,
.cid-vdIJ8OU6u2 .mbr-section-btn {
  color: #ffffff;
}
.cid-ventuAs9to {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ventuAs9to .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ventuAs9to .col-text {
    width: 100% !important;
  }
}
.cid-ventuAs9to .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-ventuAs9to .text-container {
    padding: 0;
  }
}
.cid-ventuAs9to .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-ventuAs9to .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-ventuAs9to .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-ventuAs9to .text-wrapper {
    padding: 0;
  }
}
.cid-ventuAs9to .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-ventuAs9to .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-ventuAs9to .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-ventuAs9to .btn-container {
  width: 100%;
}
.cid-ventuAs9to .mbr-section-btn {
  margin-top: 20px;
}
.cid-ventuAs9to .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-ventuAs9to .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-ventuAs9to .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ventuAs9to .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-ventuAs9to .card {
    width: 100% !important;
  }
}
.cid-ventuAs9to .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-ventuAs9to .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-ventuAs9to .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-ventuAs9to .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-ventuAs9to .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-ventuAs9to .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-ventuAs9to .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ventuAs9to .card-text {
  color: #8a8a8a;
}
.cid-vdIJeBVx3C {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-vdIJeBVx3C .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vdIJeBVx3C .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vdIJeBVx3C .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vdIJeBVx3C .desc {
  color: #111213;
}
.cid-vdIJeBVx3C .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vdIJeBVx3C .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vdIJeBVx3C .name {
  margin-bottom: 20px;
}
.cid-vdIJeBVx3C .price {
  width: auto;
  display: inline;
}
.cid-vdIJeBVx3C .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vdIJeBVx3C .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vdIJeBVx3C .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-vdIJeBVx3C .new-price {
  width: auto;
  display: inline;
}
.cid-vdIJeBVx3C .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vdIJeBVx3C .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vdIJeBVx3C .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vdIJeBVx3C .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vdIJeBVx3C .plus {
  color: #52586a;
}
.cid-vdIJeBVx3C .desc,
.cid-vdIJeBVx3C .plus {
  display: inline-block;
  width: auto;
}
.cid-vdIJeBVx3C .mbr-text,
.cid-vdIJeBVx3C .mbr-section-btn {
  color: #52586a;
}
.cid-vdIJeBVx3C .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vdIJeBVx3C .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vdIJeBVx3C .name,
.cid-vdIJeBVx3C .card,
.cid-vdIJeBVx3C .price-line {
  color: #111213;
}
.cid-veNtK3KrbG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veNtK3KrbG .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veNtK3KrbG .mbr-section-title {
  color: #24262b;
}
.cid-veNtK3KrbG .mbr-section-subtitle {
  color: #24262b;
}
.cid-veNtK3KrbG .items-row {
  row-gap: 48px;
}
.cid-veNtK3KrbG .item {
  cursor: pointer;
}
.cid-veNtK3KrbG .item:focus,
.cid-veNtK3KrbG span:focus {
  outline: none;
}
.cid-veNtK3KrbG .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veNtK3KrbG .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNtK3KrbG .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veNtK3KrbG img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veNtK3KrbG .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veNtK3KrbG .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNtK3KrbG .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veNtK3KrbG .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veNtK3KrbG .item-title {
  color: #24262b;
}
.cid-veNtK3KrbG .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veNtK3KrbG .mbr-text {
  color: #24262b;
}
.cid-vdIJ8Q7Iah {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdIJ8Q7Iah .mbr-section-title {
  margin: 0;
}
.cid-vdIJ8Q7Iah .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdIJ8Q7Iah .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdIJ8Q7Iah .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdIJ8Q7Iah .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdIJ8Q7Iah .team-item .item-image {
  position: relative !important;
}
.cid-vdIJ8Q7Iah .team-item .item-image img {
  width: 100%;
}
.cid-vdIJ8Q7Iah .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdIJ8Q7Iah .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdIJ8Q7Iah .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdIJ8Q7Iah .team-item .item-caption {
  background: #ffffff;
}
.cid-vdIJ8Q7Iah .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdIJ8Q7Iah .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdIJ8Q7Iah .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdIJ8Q7Iah .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdIJ8Q7Iah .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIJ8Q7Iah .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIJ8Q7Iah .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIJ8Q7Iah .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIJ8Q7Iah .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIJ8Q7Iah .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIJ8Q7Iah .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdIJ8Q7Iah .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIJ8Q7Iah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNtICE15O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veNtICE15O .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veNtICE15O .mbr-section-title {
  color: #24262b;
}
.cid-veNtICE15O .mbr-section-subtitle {
  color: #24262b;
}
.cid-veNtICE15O .items-row {
  row-gap: 48px;
}
.cid-veNtICE15O .item {
  cursor: pointer;
}
.cid-veNtICE15O .item:focus,
.cid-veNtICE15O span:focus {
  outline: none;
}
.cid-veNtICE15O .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veNtICE15O .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNtICE15O .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veNtICE15O img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veNtICE15O .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veNtICE15O .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNtICE15O .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veNtICE15O .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veNtICE15O .item-title {
  color: #24262b;
}
.cid-veNtICE15O .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veNtICE15O .mbr-text {
  color: #24262b;
}
.cid-vdIJ8SwKDR {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdIJ8SwKDR input,
.cid-vdIJ8SwKDR textarea,
.cid-vdIJ8SwKDR input:active,
.cid-vdIJ8SwKDR textarea:active,
.cid-vdIJ8SwKDR input:focus,
.cid-vdIJ8SwKDR textarea:focus,
.cid-vdIJ8SwKDR form {
  color: #ffffff;
}
.cid-vdIJ8SwKDR input,
.cid-vdIJ8SwKDR textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdIJ8SwKDR input:hover,
.cid-vdIJ8SwKDR textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdIJ8SwKDR .colored-text {
  color: #ffffff !important;
}
.cid-vdIJ8SwKDR .mbr-section-title {
  color: #ffffff;
}
.cid-vdIJ8SwKDR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdIJ8SwKDR .mbr-text {
  color: #ffffff;
}
.cid-vdIJ8TF02n {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdIJ8TF02n a:link {
  text-decoration: none;
}
.cid-vdIJ8TF02n .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdIJ8TF02n .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdIJ8TF02n .inner-text {
  line-height: 3em;
}
.cid-vdIJ8TF02n .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdIJ8TF02n .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdIJ8TF02n .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdIJ8TF02n .content-text,
.cid-vdIJ8TF02n .inner-text {
  color: #c1c1c1;
}
.cid-vdIJZUqV5v .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdIJZUqV5v .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdIJZUqV5v .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdIJZUqV5v .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdIJZUqV5v .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdIJZUqV5v .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdIJZUqV5v .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdIJZUqV5v .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdIJZUqV5v .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdIJZUqV5v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdIJZUqV5v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdIJZUqV5v .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdIJZUqV5v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdIJZUqV5v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdIJZUqV5v .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-vdIJZUqV5v .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdIJZUqV5v .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdIJZUqV5v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdIJZUqV5v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdIJZUqV5v .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdIJZUqV5v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdIJZUqV5v .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdIJZUqV5v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdIJZUqV5v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdIJZUqV5v .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-vdIJZUqV5v .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdIJZUqV5v .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdIJZUqV5v .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdIJZUqV5v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdIJZUqV5v .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdIJZUqV5v .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdIJZUqV5v .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdIJZUqV5v .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdIJZUqV5v .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdIJZUqV5v .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdIJZUqV5v .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdIJZUqV5v .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-vdIJZUqV5v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdIJZUqV5v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdIJZUqV5v .dropdown-item.active,
.cid-vdIJZUqV5v .dropdown-item:active {
  background-color: transparent;
}
.cid-vdIJZUqV5v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdIJZUqV5v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdIJZUqV5v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdIJZUqV5v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdIJZUqV5v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdIJZUqV5v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdIJZUqV5v ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdIJZUqV5v .navbar-buttons {
  text-align: center;
}
.cid-vdIJZUqV5v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdIJZUqV5v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdIJZUqV5v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdIJZUqV5v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIJZUqV5v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIJZUqV5v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdIJZUqV5v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIJZUqV5v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdIJZUqV5v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdIJZUqV5v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIJZUqV5v .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdIJZUqV5v a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdIJZUqV5v .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdIJZUqV5v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdIJZUqV5v .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdIJZUqV5v .nav-link:hover,
.cid-vdIJZUqV5v .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdIJZUMVzf {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdIJZUMVzf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIJZUMVzf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdIJZUMVzf .container {
    padding: 0 16px;
  }
}
.cid-vdIJZUMVzf .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdIJZUMVzf .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdIJZUMVzf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdIJZUMVzf .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdIJZUMVzf .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdIJZUMVzf .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdIJZUMVzf .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdIJZUMVzf .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdIJZUMVzf .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdIJZUMVzf .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdIJZUMVzf .mbr-text {
  color: #333333;
}
.cid-vdIJZUMVzf .mbr-text,
.cid-vdIJZUMVzf .mbr-section-btn {
  color: #ffffff;
}
.cid-ventwEC8Xi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ventwEC8Xi .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ventwEC8Xi .col-text {
    width: 100% !important;
  }
}
.cid-ventwEC8Xi .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-ventwEC8Xi .text-container {
    padding: 0;
  }
}
.cid-ventwEC8Xi .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-ventwEC8Xi .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-ventwEC8Xi .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-ventwEC8Xi .text-wrapper {
    padding: 0;
  }
}
.cid-ventwEC8Xi .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-ventwEC8Xi .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-ventwEC8Xi .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-ventwEC8Xi .btn-container {
  width: 100%;
}
.cid-ventwEC8Xi .mbr-section-btn {
  margin-top: 20px;
}
.cid-ventwEC8Xi .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-ventwEC8Xi .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-ventwEC8Xi .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ventwEC8Xi .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-ventwEC8Xi .card {
    width: 100% !important;
  }
}
.cid-ventwEC8Xi .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-ventwEC8Xi .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-ventwEC8Xi .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-ventwEC8Xi .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-ventwEC8Xi .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-ventwEC8Xi .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-ventwEC8Xi .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ventwEC8Xi .card-text {
  color: #8a8a8a;
}
.cid-vdIKfhNaEp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vdIKfhNaEp .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vdIKfhNaEp .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vdIKfhNaEp .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vdIKfhNaEp .desc {
  color: #111213;
}
.cid-vdIKfhNaEp .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vdIKfhNaEp .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vdIKfhNaEp .name {
  margin-bottom: 20px;
}
.cid-vdIKfhNaEp .price {
  width: auto;
  display: inline;
}
.cid-vdIKfhNaEp .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vdIKfhNaEp .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vdIKfhNaEp .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-vdIKfhNaEp .new-price {
  width: auto;
  display: inline;
}
.cid-vdIKfhNaEp .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vdIKfhNaEp .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vdIKfhNaEp .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vdIKfhNaEp .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vdIKfhNaEp .plus {
  color: #52586a;
}
.cid-vdIKfhNaEp .desc,
.cid-vdIKfhNaEp .plus {
  display: inline-block;
  width: auto;
}
.cid-vdIKfhNaEp .mbr-text,
.cid-vdIKfhNaEp .mbr-section-btn {
  color: #52586a;
}
.cid-vdIKfhNaEp .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vdIKfhNaEp .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vdIKfhNaEp .name,
.cid-vdIKfhNaEp .card,
.cid-vdIKfhNaEp .price-line {
  color: #111213;
}
.cid-veNtZ1mzYa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veNtZ1mzYa .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veNtZ1mzYa .mbr-section-title {
  color: #24262b;
}
.cid-veNtZ1mzYa .mbr-section-subtitle {
  color: #24262b;
}
.cid-veNtZ1mzYa .items-row {
  row-gap: 48px;
}
.cid-veNtZ1mzYa .item {
  cursor: pointer;
}
.cid-veNtZ1mzYa .item:focus,
.cid-veNtZ1mzYa span:focus {
  outline: none;
}
.cid-veNtZ1mzYa .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veNtZ1mzYa .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNtZ1mzYa .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veNtZ1mzYa img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veNtZ1mzYa .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veNtZ1mzYa .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNtZ1mzYa .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veNtZ1mzYa .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veNtZ1mzYa .item-title {
  color: #24262b;
}
.cid-veNtZ1mzYa .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veNtZ1mzYa .mbr-text {
  color: #24262b;
}
.cid-vdIJZW9hze {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdIJZW9hze .mbr-section-title {
  margin: 0;
}
.cid-vdIJZW9hze .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdIJZW9hze .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdIJZW9hze .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdIJZW9hze .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdIJZW9hze .team-item .item-image {
  position: relative !important;
}
.cid-vdIJZW9hze .team-item .item-image img {
  width: 100%;
}
.cid-vdIJZW9hze .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdIJZW9hze .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdIJZW9hze .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdIJZW9hze .team-item .item-caption {
  background: #ffffff;
}
.cid-vdIJZW9hze .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdIJZW9hze .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdIJZW9hze .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdIJZW9hze .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdIJZW9hze .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIJZW9hze .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIJZW9hze .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIJZW9hze .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIJZW9hze .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIJZW9hze .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIJZW9hze .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdIJZW9hze .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIJZW9hze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNtZtukWi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veNtZtukWi .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veNtZtukWi .mbr-section-title {
  color: #24262b;
}
.cid-veNtZtukWi .mbr-section-subtitle {
  color: #24262b;
}
.cid-veNtZtukWi .items-row {
  row-gap: 48px;
}
.cid-veNtZtukWi .item {
  cursor: pointer;
}
.cid-veNtZtukWi .item:focus,
.cid-veNtZtukWi span:focus {
  outline: none;
}
.cid-veNtZtukWi .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veNtZtukWi .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNtZtukWi .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veNtZtukWi img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veNtZtukWi .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veNtZtukWi .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNtZtukWi .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veNtZtukWi .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veNtZtukWi .item-title {
  color: #24262b;
}
.cid-veNtZtukWi .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veNtZtukWi .mbr-text {
  color: #24262b;
}
.cid-vdIJZXP1TH {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdIJZXP1TH input,
.cid-vdIJZXP1TH textarea,
.cid-vdIJZXP1TH input:active,
.cid-vdIJZXP1TH textarea:active,
.cid-vdIJZXP1TH input:focus,
.cid-vdIJZXP1TH textarea:focus,
.cid-vdIJZXP1TH form {
  color: #ffffff;
}
.cid-vdIJZXP1TH input,
.cid-vdIJZXP1TH textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdIJZXP1TH input:hover,
.cid-vdIJZXP1TH textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdIJZXP1TH .colored-text {
  color: #ffffff !important;
}
.cid-vdIJZXP1TH .mbr-section-title {
  color: #ffffff;
}
.cid-vdIJZXP1TH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdIJZXP1TH .mbr-text {
  color: #ffffff;
}
.cid-vdIJZY9MXT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdIJZY9MXT a:link {
  text-decoration: none;
}
.cid-vdIJZY9MXT .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdIJZY9MXT .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdIJZY9MXT .inner-text {
  line-height: 3em;
}
.cid-vdIJZY9MXT .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdIJZY9MXT .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdIJZY9MXT .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdIJZY9MXT .content-text,
.cid-vdIJZY9MXT .inner-text {
  color: #c1c1c1;
}
.cid-vdIL7Q9Tht .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdIL7Q9Tht .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdIL7Q9Tht .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdIL7Q9Tht .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdIL7Q9Tht .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdIL7Q9Tht .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdIL7Q9Tht .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdIL7Q9Tht .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdIL7Q9Tht .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdIL7Q9Tht .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdIL7Q9Tht .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdIL7Q9Tht .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdIL7Q9Tht .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdIL7Q9Tht .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdIL7Q9Tht .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-vdIL7Q9Tht .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdIL7Q9Tht .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdIL7Q9Tht .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdIL7Q9Tht .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdIL7Q9Tht .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdIL7Q9Tht .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdIL7Q9Tht .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdIL7Q9Tht .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdIL7Q9Tht .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdIL7Q9Tht .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-vdIL7Q9Tht .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdIL7Q9Tht .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdIL7Q9Tht .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdIL7Q9Tht .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdIL7Q9Tht .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdIL7Q9Tht .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdIL7Q9Tht .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdIL7Q9Tht .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdIL7Q9Tht .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdIL7Q9Tht .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdIL7Q9Tht .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdIL7Q9Tht .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-vdIL7Q9Tht .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdIL7Q9Tht .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdIL7Q9Tht .dropdown-item.active,
.cid-vdIL7Q9Tht .dropdown-item:active {
  background-color: transparent;
}
.cid-vdIL7Q9Tht .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdIL7Q9Tht .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdIL7Q9Tht .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdIL7Q9Tht .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdIL7Q9Tht .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdIL7Q9Tht .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdIL7Q9Tht ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdIL7Q9Tht .navbar-buttons {
  text-align: center;
}
.cid-vdIL7Q9Tht button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdIL7Q9Tht button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdIL7Q9Tht button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdIL7Q9Tht button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIL7Q9Tht button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIL7Q9Tht button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdIL7Q9Tht nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIL7Q9Tht nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdIL7Q9Tht nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdIL7Q9Tht nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIL7Q9Tht .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdIL7Q9Tht a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdIL7Q9Tht .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdIL7Q9Tht .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdIL7Q9Tht .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdIL7Q9Tht .nav-link:hover,
.cid-vdIL7Q9Tht .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdIL7Qw1ow {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdIL7Qw1ow .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIL7Qw1ow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdIL7Qw1ow .container {
    padding: 0 16px;
  }
}
.cid-vdIL7Qw1ow .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdIL7Qw1ow .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdIL7Qw1ow .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdIL7Qw1ow .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdIL7Qw1ow .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdIL7Qw1ow .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdIL7Qw1ow .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdIL7Qw1ow .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdIL7Qw1ow .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdIL7Qw1ow .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdIL7Qw1ow .mbr-text {
  color: #333333;
}
.cid-vdIL7Qw1ow .mbr-text,
.cid-vdIL7Qw1ow .mbr-section-btn {
  color: #ffffff;
}
.cid-ventz1PaPq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ventz1PaPq .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ventz1PaPq .col-text {
    width: 100% !important;
  }
}
.cid-ventz1PaPq .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-ventz1PaPq .text-container {
    padding: 0;
  }
}
.cid-ventz1PaPq .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-ventz1PaPq .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-ventz1PaPq .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-ventz1PaPq .text-wrapper {
    padding: 0;
  }
}
.cid-ventz1PaPq .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-ventz1PaPq .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-ventz1PaPq .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-ventz1PaPq .btn-container {
  width: 100%;
}
.cid-ventz1PaPq .mbr-section-btn {
  margin-top: 20px;
}
.cid-ventz1PaPq .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-ventz1PaPq .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-ventz1PaPq .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ventz1PaPq .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-ventz1PaPq .card {
    width: 100% !important;
  }
}
.cid-ventz1PaPq .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-ventz1PaPq .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-ventz1PaPq .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-ventz1PaPq .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-ventz1PaPq .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-ventz1PaPq .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-ventz1PaPq .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ventz1PaPq .card-text {
  color: #8a8a8a;
}
.cid-vdILc7RcuO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vdILc7RcuO .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vdILc7RcuO .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vdILc7RcuO .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vdILc7RcuO .desc {
  color: #111213;
}
.cid-vdILc7RcuO .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vdILc7RcuO .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vdILc7RcuO .name {
  margin-bottom: 20px;
}
.cid-vdILc7RcuO .price {
  width: auto;
  display: inline;
}
.cid-vdILc7RcuO .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vdILc7RcuO .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vdILc7RcuO .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-vdILc7RcuO .new-price {
  width: auto;
  display: inline;
}
.cid-vdILc7RcuO .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vdILc7RcuO .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vdILc7RcuO .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vdILc7RcuO .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vdILc7RcuO .plus {
  color: #52586a;
}
.cid-vdILc7RcuO .desc,
.cid-vdILc7RcuO .plus {
  display: inline-block;
  width: auto;
}
.cid-vdILc7RcuO .mbr-text,
.cid-vdILc7RcuO .mbr-section-btn {
  color: #52586a;
}
.cid-vdILc7RcuO .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vdILc7RcuO .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vdILc7RcuO .name,
.cid-vdILc7RcuO .card,
.cid-vdILc7RcuO .price-line {
  color: #111213;
}
.cid-veNuevG0Ku {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veNuevG0Ku .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veNuevG0Ku .mbr-section-title {
  color: #24262b;
}
.cid-veNuevG0Ku .mbr-section-subtitle {
  color: #24262b;
}
.cid-veNuevG0Ku .items-row {
  row-gap: 48px;
}
.cid-veNuevG0Ku .item {
  cursor: pointer;
}
.cid-veNuevG0Ku .item:focus,
.cid-veNuevG0Ku span:focus {
  outline: none;
}
.cid-veNuevG0Ku .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veNuevG0Ku .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNuevG0Ku .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veNuevG0Ku img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veNuevG0Ku .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veNuevG0Ku .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNuevG0Ku .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veNuevG0Ku .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veNuevG0Ku .item-title {
  color: #24262b;
}
.cid-veNuevG0Ku .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veNuevG0Ku .mbr-text {
  color: #24262b;
}
.cid-vdIL7RyqEO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdIL7RyqEO .mbr-section-title {
  margin: 0;
}
.cid-vdIL7RyqEO .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdIL7RyqEO .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdIL7RyqEO .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdIL7RyqEO .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdIL7RyqEO .team-item .item-image {
  position: relative !important;
}
.cid-vdIL7RyqEO .team-item .item-image img {
  width: 100%;
}
.cid-vdIL7RyqEO .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdIL7RyqEO .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdIL7RyqEO .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdIL7RyqEO .team-item .item-caption {
  background: #ffffff;
}
.cid-vdIL7RyqEO .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdIL7RyqEO .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdIL7RyqEO .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdIL7RyqEO .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdIL7RyqEO .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIL7RyqEO .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIL7RyqEO .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIL7RyqEO .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIL7RyqEO .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIL7RyqEO .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIL7RyqEO .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdIL7RyqEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIL7RyqEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNueVHAHJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veNueVHAHJ .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veNueVHAHJ .mbr-section-title {
  color: #24262b;
}
.cid-veNueVHAHJ .mbr-section-subtitle {
  color: #24262b;
}
.cid-veNueVHAHJ .items-row {
  row-gap: 48px;
}
.cid-veNueVHAHJ .item {
  cursor: pointer;
}
.cid-veNueVHAHJ .item:focus,
.cid-veNueVHAHJ span:focus {
  outline: none;
}
.cid-veNueVHAHJ .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veNueVHAHJ .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNueVHAHJ .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veNueVHAHJ img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veNueVHAHJ .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veNueVHAHJ .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNueVHAHJ .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veNueVHAHJ .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veNueVHAHJ .item-title {
  color: #24262b;
}
.cid-veNueVHAHJ .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veNueVHAHJ .mbr-text {
  color: #24262b;
}
.cid-vdIL7SXE9g {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdIL7SXE9g input,
.cid-vdIL7SXE9g textarea,
.cid-vdIL7SXE9g input:active,
.cid-vdIL7SXE9g textarea:active,
.cid-vdIL7SXE9g input:focus,
.cid-vdIL7SXE9g textarea:focus,
.cid-vdIL7SXE9g form {
  color: #ffffff;
}
.cid-vdIL7SXE9g input,
.cid-vdIL7SXE9g textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdIL7SXE9g input:hover,
.cid-vdIL7SXE9g textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdIL7SXE9g .colored-text {
  color: #ffffff !important;
}
.cid-vdIL7SXE9g .mbr-section-title {
  color: #ffffff;
}
.cid-vdIL7SXE9g .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdIL7SXE9g .mbr-text {
  color: #ffffff;
}
.cid-vdIL7Te6yk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdIL7Te6yk a:link {
  text-decoration: none;
}
.cid-vdIL7Te6yk .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdIL7Te6yk .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdIL7Te6yk .inner-text {
  line-height: 3em;
}
.cid-vdIL7Te6yk .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdIL7Te6yk .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdIL7Te6yk .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdIL7Te6yk .content-text,
.cid-vdIL7Te6yk .inner-text {
  color: #c1c1c1;
}
.cid-vdILVg8wcs .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdILVg8wcs .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdILVg8wcs .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdILVg8wcs .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdILVg8wcs .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdILVg8wcs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdILVg8wcs .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdILVg8wcs .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdILVg8wcs .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdILVg8wcs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdILVg8wcs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdILVg8wcs .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdILVg8wcs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdILVg8wcs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdILVg8wcs .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-vdILVg8wcs .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdILVg8wcs .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdILVg8wcs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdILVg8wcs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdILVg8wcs .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdILVg8wcs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdILVg8wcs .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdILVg8wcs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdILVg8wcs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdILVg8wcs .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-vdILVg8wcs .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdILVg8wcs .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdILVg8wcs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdILVg8wcs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdILVg8wcs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdILVg8wcs .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdILVg8wcs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdILVg8wcs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdILVg8wcs .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdILVg8wcs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdILVg8wcs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdILVg8wcs .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-vdILVg8wcs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdILVg8wcs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdILVg8wcs .dropdown-item.active,
.cid-vdILVg8wcs .dropdown-item:active {
  background-color: transparent;
}
.cid-vdILVg8wcs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdILVg8wcs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdILVg8wcs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdILVg8wcs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdILVg8wcs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdILVg8wcs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdILVg8wcs ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdILVg8wcs .navbar-buttons {
  text-align: center;
}
.cid-vdILVg8wcs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdILVg8wcs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdILVg8wcs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdILVg8wcs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdILVg8wcs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdILVg8wcs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdILVg8wcs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdILVg8wcs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdILVg8wcs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdILVg8wcs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdILVg8wcs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdILVg8wcs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdILVg8wcs .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdILVg8wcs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdILVg8wcs .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdILVg8wcs .nav-link:hover,
.cid-vdILVg8wcs .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdILVgwW97 {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdILVgwW97 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdILVgwW97 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdILVgwW97 .container {
    padding: 0 16px;
  }
}
.cid-vdILVgwW97 .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdILVgwW97 .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdILVgwW97 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdILVgwW97 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdILVgwW97 .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdILVgwW97 .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdILVgwW97 .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdILVgwW97 .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdILVgwW97 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdILVgwW97 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdILVgwW97 .mbr-text {
  color: #333333;
}
.cid-vdILVgwW97 .mbr-text,
.cid-vdILVgwW97 .mbr-section-btn {
  color: #ffffff;
}
.cid-ventJE0M9i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ventJE0M9i .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ventJE0M9i .col-text {
    width: 100% !important;
  }
}
.cid-ventJE0M9i .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-ventJE0M9i .text-container {
    padding: 0;
  }
}
.cid-ventJE0M9i .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-ventJE0M9i .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-ventJE0M9i .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-ventJE0M9i .text-wrapper {
    padding: 0;
  }
}
.cid-ventJE0M9i .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-ventJE0M9i .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-ventJE0M9i .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-ventJE0M9i .btn-container {
  width: 100%;
}
.cid-ventJE0M9i .mbr-section-btn {
  margin-top: 20px;
}
.cid-ventJE0M9i .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-ventJE0M9i .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-ventJE0M9i .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ventJE0M9i .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-ventJE0M9i .card {
    width: 100% !important;
  }
}
.cid-ventJE0M9i .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-ventJE0M9i .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-ventJE0M9i .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-ventJE0M9i .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-ventJE0M9i .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-ventJE0M9i .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-ventJE0M9i .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ventJE0M9i .card-text {
  color: #8a8a8a;
}
.cid-vdILYkpd3r {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vdILYkpd3r .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vdILYkpd3r .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vdILYkpd3r .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vdILYkpd3r .desc {
  color: #111213;
}
.cid-vdILYkpd3r .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vdILYkpd3r .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vdILYkpd3r .name {
  margin-bottom: 20px;
}
.cid-vdILYkpd3r .price {
  width: auto;
  display: inline;
}
.cid-vdILYkpd3r .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vdILYkpd3r .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vdILYkpd3r .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-vdILYkpd3r .new-price {
  width: auto;
  display: inline;
}
.cid-vdILYkpd3r .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vdILYkpd3r .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vdILYkpd3r .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vdILYkpd3r .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vdILYkpd3r .plus {
  color: #52586a;
}
.cid-vdILYkpd3r .desc,
.cid-vdILYkpd3r .plus {
  display: inline-block;
  width: auto;
}
.cid-vdILYkpd3r .mbr-text,
.cid-vdILYkpd3r .mbr-section-btn {
  color: #52586a;
}
.cid-vdILYkpd3r .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vdILYkpd3r .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vdILYkpd3r .name,
.cid-vdILYkpd3r .card,
.cid-vdILYkpd3r .price-line {
  color: #111213;
}
.cid-vdIXOZZLuB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-vdIXOZZLuB .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vdIXOZZLuB .mbr-section-title {
  color: #24262b;
}
.cid-vdIXOZZLuB .mbr-section-subtitle {
  color: #24262b;
}
.cid-vdIXOZZLuB .items-row {
  row-gap: 48px;
}
.cid-vdIXOZZLuB .item {
  cursor: pointer;
}
.cid-vdIXOZZLuB .item:focus,
.cid-vdIXOZZLuB span:focus {
  outline: none;
}
.cid-vdIXOZZLuB .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vdIXOZZLuB .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdIXOZZLuB .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-vdIXOZZLuB img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-vdIXOZZLuB .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vdIXOZZLuB .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vdIXOZZLuB .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vdIXOZZLuB .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vdIXOZZLuB .item-title {
  color: #24262b;
}
.cid-vdIXOZZLuB .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vdIXOZZLuB .mbr-text {
  color: #24262b;
}
.cid-vdILVhPJxV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdILVhPJxV .mbr-section-title {
  margin: 0;
}
.cid-vdILVhPJxV .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdILVhPJxV .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdILVhPJxV .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdILVhPJxV .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdILVhPJxV .team-item .item-image {
  position: relative !important;
}
.cid-vdILVhPJxV .team-item .item-image img {
  width: 100%;
}
.cid-vdILVhPJxV .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdILVhPJxV .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdILVhPJxV .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdILVhPJxV .team-item .item-caption {
  background: #ffffff;
}
.cid-vdILVhPJxV .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdILVhPJxV .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdILVhPJxV .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdILVhPJxV .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdILVhPJxV .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdILVhPJxV .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdILVhPJxV .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdILVhPJxV .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdILVhPJxV .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdILVhPJxV .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdILVhPJxV .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdILVhPJxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdILVhPJxV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNxmWPbmL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veNxmWPbmL .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veNxmWPbmL .mbr-section-title {
  color: #24262b;
}
.cid-veNxmWPbmL .mbr-section-subtitle {
  color: #24262b;
}
.cid-veNxmWPbmL .items-row {
  row-gap: 48px;
}
.cid-veNxmWPbmL .item {
  cursor: pointer;
}
.cid-veNxmWPbmL .item:focus,
.cid-veNxmWPbmL span:focus {
  outline: none;
}
.cid-veNxmWPbmL .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veNxmWPbmL .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNxmWPbmL .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veNxmWPbmL img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veNxmWPbmL .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veNxmWPbmL .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veNxmWPbmL .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veNxmWPbmL .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veNxmWPbmL .item-title {
  color: #24262b;
}
.cid-veNxmWPbmL .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veNxmWPbmL .mbr-text {
  color: #24262b;
}
.cid-vdILVjzjGF {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdILVjzjGF input,
.cid-vdILVjzjGF textarea,
.cid-vdILVjzjGF input:active,
.cid-vdILVjzjGF textarea:active,
.cid-vdILVjzjGF input:focus,
.cid-vdILVjzjGF textarea:focus,
.cid-vdILVjzjGF form {
  color: #ffffff;
}
.cid-vdILVjzjGF input,
.cid-vdILVjzjGF textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdILVjzjGF input:hover,
.cid-vdILVjzjGF textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdILVjzjGF .colored-text {
  color: #ffffff !important;
}
.cid-vdILVjzjGF .mbr-section-title {
  color: #ffffff;
}
.cid-vdILVjzjGF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdILVjzjGF .mbr-text {
  color: #ffffff;
}
.cid-vdILVjWy2u {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdILVjWy2u a:link {
  text-decoration: none;
}
.cid-vdILVjWy2u .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdILVjWy2u .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdILVjWy2u .inner-text {
  line-height: 3em;
}
.cid-vdILVjWy2u .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdILVjWy2u .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdILVjWy2u .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdILVjWy2u .content-text,
.cid-vdILVjWy2u .inner-text {
  color: #c1c1c1;
}
.cid-vdIN6aDCmm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdIN6aDCmm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdIN6aDCmm .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdIN6aDCmm .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdIN6aDCmm .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdIN6aDCmm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdIN6aDCmm .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdIN6aDCmm .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdIN6aDCmm .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdIN6aDCmm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdIN6aDCmm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdIN6aDCmm .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdIN6aDCmm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdIN6aDCmm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdIN6aDCmm .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-vdIN6aDCmm .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdIN6aDCmm .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdIN6aDCmm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdIN6aDCmm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdIN6aDCmm .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdIN6aDCmm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdIN6aDCmm .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdIN6aDCmm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdIN6aDCmm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdIN6aDCmm .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-vdIN6aDCmm .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdIN6aDCmm .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdIN6aDCmm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdIN6aDCmm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdIN6aDCmm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdIN6aDCmm .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdIN6aDCmm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdIN6aDCmm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdIN6aDCmm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdIN6aDCmm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdIN6aDCmm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdIN6aDCmm .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-vdIN6aDCmm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdIN6aDCmm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdIN6aDCmm .dropdown-item.active,
.cid-vdIN6aDCmm .dropdown-item:active {
  background-color: transparent;
}
.cid-vdIN6aDCmm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdIN6aDCmm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdIN6aDCmm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdIN6aDCmm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdIN6aDCmm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdIN6aDCmm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdIN6aDCmm ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdIN6aDCmm .navbar-buttons {
  text-align: center;
}
.cid-vdIN6aDCmm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdIN6aDCmm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdIN6aDCmm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdIN6aDCmm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIN6aDCmm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIN6aDCmm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdIN6aDCmm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIN6aDCmm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdIN6aDCmm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdIN6aDCmm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIN6aDCmm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdIN6aDCmm a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdIN6aDCmm .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdIN6aDCmm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdIN6aDCmm .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdIN6aDCmm .nav-link:hover,
.cid-vdIN6aDCmm .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdIN6aYVw7 {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdIN6aYVw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIN6aYVw7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdIN6aYVw7 .container {
    padding: 0 16px;
  }
}
.cid-vdIN6aYVw7 .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdIN6aYVw7 .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdIN6aYVw7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdIN6aYVw7 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdIN6aYVw7 .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdIN6aYVw7 .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdIN6aYVw7 .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdIN6aYVw7 .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdIN6aYVw7 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdIN6aYVw7 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdIN6aYVw7 .mbr-text {
  color: #333333;
}
.cid-vdIN6aYVw7 .mbr-text,
.cid-vdIN6aYVw7 .mbr-section-btn {
  color: #ffffff;
}
.cid-ventVmm8yd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ventVmm8yd .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ventVmm8yd .col-text {
    width: 100% !important;
  }
}
.cid-ventVmm8yd .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-ventVmm8yd .text-container {
    padding: 0;
  }
}
.cid-ventVmm8yd .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-ventVmm8yd .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-ventVmm8yd .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-ventVmm8yd .text-wrapper {
    padding: 0;
  }
}
.cid-ventVmm8yd .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-ventVmm8yd .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-ventVmm8yd .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-ventVmm8yd .btn-container {
  width: 100%;
}
.cid-ventVmm8yd .mbr-section-btn {
  margin-top: 20px;
}
.cid-ventVmm8yd .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-ventVmm8yd .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-ventVmm8yd .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ventVmm8yd .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-ventVmm8yd .card {
    width: 100% !important;
  }
}
.cid-ventVmm8yd .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-ventVmm8yd .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-ventVmm8yd .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-ventVmm8yd .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-ventVmm8yd .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-ventVmm8yd .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-ventVmm8yd .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ventVmm8yd .card-text {
  color: #8a8a8a;
}
.cid-vdINbPd66u {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vdINbPd66u .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vdINbPd66u .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vdINbPd66u .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vdINbPd66u .desc {
  color: #111213;
}
.cid-vdINbPd66u .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vdINbPd66u .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vdINbPd66u .name {
  margin-bottom: 20px;
}
.cid-vdINbPd66u .price {
  width: auto;
  display: inline;
}
.cid-vdINbPd66u .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vdINbPd66u .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vdINbPd66u .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-vdINbPd66u .new-price {
  width: auto;
  display: inline;
}
.cid-vdINbPd66u .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vdINbPd66u .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vdINbPd66u .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vdINbPd66u .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vdINbPd66u .plus {
  color: #52586a;
}
.cid-vdINbPd66u .desc,
.cid-vdINbPd66u .plus {
  display: inline-block;
  width: auto;
}
.cid-vdINbPd66u .mbr-text,
.cid-vdINbPd66u .mbr-section-btn {
  color: #52586a;
}
.cid-vdINbPd66u .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vdINbPd66u .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vdINbPd66u .name,
.cid-vdINbPd66u .card,
.cid-vdINbPd66u .price-line {
  color: #111213;
}
.cid-veQGu4RT6y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veQGu4RT6y .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veQGu4RT6y .mbr-section-title {
  color: #24262b;
}
.cid-veQGu4RT6y .mbr-section-subtitle {
  color: #24262b;
}
.cid-veQGu4RT6y .items-row {
  row-gap: 48px;
}
.cid-veQGu4RT6y .item {
  cursor: pointer;
}
.cid-veQGu4RT6y .item:focus,
.cid-veQGu4RT6y span:focus {
  outline: none;
}
.cid-veQGu4RT6y .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veQGu4RT6y .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQGu4RT6y .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veQGu4RT6y img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veQGu4RT6y .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veQGu4RT6y .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQGu4RT6y .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veQGu4RT6y .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veQGu4RT6y .item-title {
  color: #24262b;
}
.cid-veQGu4RT6y .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veQGu4RT6y .mbr-text {
  color: #24262b;
}
.cid-vdIN6c4wAU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdIN6c4wAU .mbr-section-title {
  margin: 0;
}
.cid-vdIN6c4wAU .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdIN6c4wAU .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdIN6c4wAU .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdIN6c4wAU .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdIN6c4wAU .team-item .item-image {
  position: relative !important;
}
.cid-vdIN6c4wAU .team-item .item-image img {
  width: 100%;
}
.cid-vdIN6c4wAU .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdIN6c4wAU .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdIN6c4wAU .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdIN6c4wAU .team-item .item-caption {
  background: #ffffff;
}
.cid-vdIN6c4wAU .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdIN6c4wAU .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdIN6c4wAU .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdIN6c4wAU .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdIN6c4wAU .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIN6c4wAU .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIN6c4wAU .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIN6c4wAU .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIN6c4wAU .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIN6c4wAU .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIN6c4wAU .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdIN6c4wAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIN6c4wAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQGI2WV5f {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veQGI2WV5f .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veQGI2WV5f .mbr-section-title {
  color: #24262b;
}
.cid-veQGI2WV5f .mbr-section-subtitle {
  color: #24262b;
}
.cid-veQGI2WV5f .items-row {
  row-gap: 48px;
}
.cid-veQGI2WV5f .item {
  cursor: pointer;
}
.cid-veQGI2WV5f .item:focus,
.cid-veQGI2WV5f span:focus {
  outline: none;
}
.cid-veQGI2WV5f .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veQGI2WV5f .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQGI2WV5f .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veQGI2WV5f img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veQGI2WV5f .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veQGI2WV5f .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQGI2WV5f .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veQGI2WV5f .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veQGI2WV5f .item-title {
  color: #24262b;
}
.cid-veQGI2WV5f .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veQGI2WV5f .mbr-text {
  color: #24262b;
}
.cid-vdIN6dz85Z {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdIN6dz85Z input,
.cid-vdIN6dz85Z textarea,
.cid-vdIN6dz85Z input:active,
.cid-vdIN6dz85Z textarea:active,
.cid-vdIN6dz85Z input:focus,
.cid-vdIN6dz85Z textarea:focus,
.cid-vdIN6dz85Z form {
  color: #ffffff;
}
.cid-vdIN6dz85Z input,
.cid-vdIN6dz85Z textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdIN6dz85Z input:hover,
.cid-vdIN6dz85Z textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdIN6dz85Z .colored-text {
  color: #ffffff !important;
}
.cid-vdIN6dz85Z .mbr-section-title {
  color: #ffffff;
}
.cid-vdIN6dz85Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdIN6dz85Z .mbr-text {
  color: #ffffff;
}
.cid-vdIN6dWQVe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdIN6dWQVe a:link {
  text-decoration: none;
}
.cid-vdIN6dWQVe .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdIN6dWQVe .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdIN6dWQVe .inner-text {
  line-height: 3em;
}
.cid-vdIN6dWQVe .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdIN6dWQVe .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdIN6dWQVe .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdIN6dWQVe .content-text,
.cid-vdIN6dWQVe .inner-text {
  color: #c1c1c1;
}
.cid-vdIO06y0vU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdIO06y0vU .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdIO06y0vU .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdIO06y0vU .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdIO06y0vU .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdIO06y0vU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdIO06y0vU .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdIO06y0vU .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdIO06y0vU .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdIO06y0vU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdIO06y0vU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdIO06y0vU .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdIO06y0vU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdIO06y0vU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdIO06y0vU .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-vdIO06y0vU .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdIO06y0vU .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdIO06y0vU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdIO06y0vU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdIO06y0vU .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdIO06y0vU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdIO06y0vU .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdIO06y0vU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdIO06y0vU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdIO06y0vU .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-vdIO06y0vU .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdIO06y0vU .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdIO06y0vU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdIO06y0vU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdIO06y0vU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdIO06y0vU .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdIO06y0vU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdIO06y0vU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdIO06y0vU .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdIO06y0vU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdIO06y0vU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdIO06y0vU .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-vdIO06y0vU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdIO06y0vU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdIO06y0vU .dropdown-item.active,
.cid-vdIO06y0vU .dropdown-item:active {
  background-color: transparent;
}
.cid-vdIO06y0vU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdIO06y0vU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdIO06y0vU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdIO06y0vU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdIO06y0vU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdIO06y0vU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdIO06y0vU ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdIO06y0vU .navbar-buttons {
  text-align: center;
}
.cid-vdIO06y0vU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdIO06y0vU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdIO06y0vU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdIO06y0vU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIO06y0vU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIO06y0vU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdIO06y0vU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIO06y0vU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdIO06y0vU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdIO06y0vU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIO06y0vU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdIO06y0vU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdIO06y0vU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdIO06y0vU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdIO06y0vU .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdIO06y0vU .nav-link:hover,
.cid-vdIO06y0vU .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdIO06UVKU {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdIO06UVKU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIO06UVKU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdIO06UVKU .container {
    padding: 0 16px;
  }
}
.cid-vdIO06UVKU .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdIO06UVKU .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdIO06UVKU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdIO06UVKU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdIO06UVKU .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdIO06UVKU .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdIO06UVKU .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdIO06UVKU .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdIO06UVKU .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdIO06UVKU .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdIO06UVKU .mbr-text {
  color: #333333;
}
.cid-vdIO06UVKU .mbr-text,
.cid-vdIO06UVKU .mbr-section-btn {
  color: #ffffff;
}
.cid-ventXoWoqL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ventXoWoqL .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ventXoWoqL .col-text {
    width: 100% !important;
  }
}
.cid-ventXoWoqL .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-ventXoWoqL .text-container {
    padding: 0;
  }
}
.cid-ventXoWoqL .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-ventXoWoqL .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-ventXoWoqL .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-ventXoWoqL .text-wrapper {
    padding: 0;
  }
}
.cid-ventXoWoqL .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-ventXoWoqL .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-ventXoWoqL .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-ventXoWoqL .btn-container {
  width: 100%;
}
.cid-ventXoWoqL .mbr-section-btn {
  margin-top: 20px;
}
.cid-ventXoWoqL .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-ventXoWoqL .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-ventXoWoqL .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ventXoWoqL .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-ventXoWoqL .card {
    width: 100% !important;
  }
}
.cid-ventXoWoqL .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-ventXoWoqL .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-ventXoWoqL .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-ventXoWoqL .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-ventXoWoqL .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-ventXoWoqL .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-ventXoWoqL .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ventXoWoqL .card-text {
  color: #8a8a8a;
}
.cid-vdIO8gSZDc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vdIO8gSZDc .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vdIO8gSZDc .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vdIO8gSZDc .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vdIO8gSZDc .desc {
  color: #111213;
}
.cid-vdIO8gSZDc .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vdIO8gSZDc .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vdIO8gSZDc .name {
  margin-bottom: 20px;
}
.cid-vdIO8gSZDc .price {
  width: auto;
  display: inline;
}
.cid-vdIO8gSZDc .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vdIO8gSZDc .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vdIO8gSZDc .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-vdIO8gSZDc .new-price {
  width: auto;
  display: inline;
}
.cid-vdIO8gSZDc .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vdIO8gSZDc .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vdIO8gSZDc .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vdIO8gSZDc .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vdIO8gSZDc .plus {
  color: #52586a;
}
.cid-vdIO8gSZDc .desc,
.cid-vdIO8gSZDc .plus {
  display: inline-block;
  width: auto;
}
.cid-vdIO8gSZDc .mbr-text,
.cid-vdIO8gSZDc .mbr-section-btn {
  color: #52586a;
}
.cid-vdIO8gSZDc .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vdIO8gSZDc .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vdIO8gSZDc .name,
.cid-vdIO8gSZDc .card,
.cid-vdIO8gSZDc .price-line {
  color: #111213;
}
.cid-veQGYkFaJw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veQGYkFaJw .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veQGYkFaJw .mbr-section-title {
  color: #24262b;
}
.cid-veQGYkFaJw .mbr-section-subtitle {
  color: #24262b;
}
.cid-veQGYkFaJw .items-row {
  row-gap: 48px;
}
.cid-veQGYkFaJw .item {
  cursor: pointer;
}
.cid-veQGYkFaJw .item:focus,
.cid-veQGYkFaJw span:focus {
  outline: none;
}
.cid-veQGYkFaJw .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veQGYkFaJw .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQGYkFaJw .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veQGYkFaJw img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veQGYkFaJw .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veQGYkFaJw .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQGYkFaJw .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veQGYkFaJw .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veQGYkFaJw .item-title {
  color: #24262b;
}
.cid-veQGYkFaJw .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veQGYkFaJw .mbr-text {
  color: #24262b;
}
.cid-vdIO07Sg54 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdIO07Sg54 .mbr-section-title {
  margin: 0;
}
.cid-vdIO07Sg54 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdIO07Sg54 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdIO07Sg54 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdIO07Sg54 .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdIO07Sg54 .team-item .item-image {
  position: relative !important;
}
.cid-vdIO07Sg54 .team-item .item-image img {
  width: 100%;
}
.cid-vdIO07Sg54 .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdIO07Sg54 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdIO07Sg54 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdIO07Sg54 .team-item .item-caption {
  background: #ffffff;
}
.cid-vdIO07Sg54 .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdIO07Sg54 .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdIO07Sg54 .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdIO07Sg54 .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdIO07Sg54 .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIO07Sg54 .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIO07Sg54 .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIO07Sg54 .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIO07Sg54 .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIO07Sg54 .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIO07Sg54 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdIO07Sg54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIO07Sg54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQGYLehrW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veQGYLehrW .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veQGYLehrW .mbr-section-title {
  color: #24262b;
}
.cid-veQGYLehrW .mbr-section-subtitle {
  color: #24262b;
}
.cid-veQGYLehrW .items-row {
  row-gap: 48px;
}
.cid-veQGYLehrW .item {
  cursor: pointer;
}
.cid-veQGYLehrW .item:focus,
.cid-veQGYLehrW span:focus {
  outline: none;
}
.cid-veQGYLehrW .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veQGYLehrW .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQGYLehrW .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veQGYLehrW img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veQGYLehrW .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veQGYLehrW .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQGYLehrW .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veQGYLehrW .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veQGYLehrW .item-title {
  color: #24262b;
}
.cid-veQGYLehrW .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veQGYLehrW .mbr-text {
  color: #24262b;
}
.cid-vdIO09q98R {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdIO09q98R input,
.cid-vdIO09q98R textarea,
.cid-vdIO09q98R input:active,
.cid-vdIO09q98R textarea:active,
.cid-vdIO09q98R input:focus,
.cid-vdIO09q98R textarea:focus,
.cid-vdIO09q98R form {
  color: #ffffff;
}
.cid-vdIO09q98R input,
.cid-vdIO09q98R textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdIO09q98R input:hover,
.cid-vdIO09q98R textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdIO09q98R .colored-text {
  color: #ffffff !important;
}
.cid-vdIO09q98R .mbr-section-title {
  color: #ffffff;
}
.cid-vdIO09q98R .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdIO09q98R .mbr-text {
  color: #ffffff;
}
.cid-vdIO0a1Hfj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdIO0a1Hfj a:link {
  text-decoration: none;
}
.cid-vdIO0a1Hfj .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdIO0a1Hfj .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdIO0a1Hfj .inner-text {
  line-height: 3em;
}
.cid-vdIO0a1Hfj .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdIO0a1Hfj .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdIO0a1Hfj .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdIO0a1Hfj .content-text,
.cid-vdIO0a1Hfj .inner-text {
  color: #c1c1c1;
}
.cid-vdIP2sSDYe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdIP2sSDYe .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdIP2sSDYe .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdIP2sSDYe .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdIP2sSDYe .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdIP2sSDYe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdIP2sSDYe .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdIP2sSDYe .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdIP2sSDYe .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdIP2sSDYe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdIP2sSDYe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdIP2sSDYe .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdIP2sSDYe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdIP2sSDYe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdIP2sSDYe .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-vdIP2sSDYe .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdIP2sSDYe .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdIP2sSDYe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdIP2sSDYe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdIP2sSDYe .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdIP2sSDYe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdIP2sSDYe .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdIP2sSDYe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdIP2sSDYe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdIP2sSDYe .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-vdIP2sSDYe .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdIP2sSDYe .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdIP2sSDYe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdIP2sSDYe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdIP2sSDYe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdIP2sSDYe .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdIP2sSDYe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdIP2sSDYe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdIP2sSDYe .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdIP2sSDYe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdIP2sSDYe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdIP2sSDYe .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-vdIP2sSDYe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdIP2sSDYe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdIP2sSDYe .dropdown-item.active,
.cid-vdIP2sSDYe .dropdown-item:active {
  background-color: transparent;
}
.cid-vdIP2sSDYe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdIP2sSDYe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdIP2sSDYe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdIP2sSDYe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdIP2sSDYe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdIP2sSDYe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdIP2sSDYe ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdIP2sSDYe .navbar-buttons {
  text-align: center;
}
.cid-vdIP2sSDYe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdIP2sSDYe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdIP2sSDYe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdIP2sSDYe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIP2sSDYe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIP2sSDYe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdIP2sSDYe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIP2sSDYe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdIP2sSDYe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdIP2sSDYe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIP2sSDYe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdIP2sSDYe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdIP2sSDYe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdIP2sSDYe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdIP2sSDYe .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdIP2sSDYe .nav-link:hover,
.cid-vdIP2sSDYe .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdIP2ta88N {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdIP2ta88N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIP2ta88N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdIP2ta88N .container {
    padding: 0 16px;
  }
}
.cid-vdIP2ta88N .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdIP2ta88N .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdIP2ta88N .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdIP2ta88N .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdIP2ta88N .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdIP2ta88N .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdIP2ta88N .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdIP2ta88N .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdIP2ta88N .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdIP2ta88N .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdIP2ta88N .mbr-text {
  color: #333333;
}
.cid-vdIP2ta88N .mbr-text,
.cid-vdIP2ta88N .mbr-section-btn {
  color: #ffffff;
}
.cid-ventZFLJSL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ventZFLJSL .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ventZFLJSL .col-text {
    width: 100% !important;
  }
}
.cid-ventZFLJSL .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-ventZFLJSL .text-container {
    padding: 0;
  }
}
.cid-ventZFLJSL .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-ventZFLJSL .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-ventZFLJSL .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-ventZFLJSL .text-wrapper {
    padding: 0;
  }
}
.cid-ventZFLJSL .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-ventZFLJSL .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-ventZFLJSL .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-ventZFLJSL .btn-container {
  width: 100%;
}
.cid-ventZFLJSL .mbr-section-btn {
  margin-top: 20px;
}
.cid-ventZFLJSL .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-ventZFLJSL .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-ventZFLJSL .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ventZFLJSL .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-ventZFLJSL .card {
    width: 100% !important;
  }
}
.cid-ventZFLJSL .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-ventZFLJSL .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-ventZFLJSL .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-ventZFLJSL .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-ventZFLJSL .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-ventZFLJSL .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-ventZFLJSL .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ventZFLJSL .card-text {
  color: #8a8a8a;
}
.cid-vdIPandEM7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vdIPandEM7 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vdIPandEM7 .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vdIPandEM7 .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vdIPandEM7 .desc {
  color: #111213;
}
.cid-vdIPandEM7 .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vdIPandEM7 .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vdIPandEM7 .name {
  margin-bottom: 20px;
}
.cid-vdIPandEM7 .price {
  width: auto;
  display: inline;
}
.cid-vdIPandEM7 .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vdIPandEM7 .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vdIPandEM7 .desc2 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-vdIPandEM7 .new-price {
  width: auto;
  display: inline;
}
.cid-vdIPandEM7 .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vdIPandEM7 .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vdIPandEM7 .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vdIPandEM7 .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vdIPandEM7 .plus {
  color: #52586a;
}
.cid-vdIPandEM7 .desc,
.cid-vdIPandEM7 .plus {
  display: inline-block;
  width: auto;
}
.cid-vdIPandEM7 .mbr-text,
.cid-vdIPandEM7 .mbr-section-btn {
  color: #52586a;
}
.cid-vdIPandEM7 .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vdIPandEM7 .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vdIPandEM7 .name,
.cid-vdIPandEM7 .card,
.cid-vdIPandEM7 .price-line {
  color: #111213;
}
.cid-veQHiChbDj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veQHiChbDj .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veQHiChbDj .mbr-section-title {
  color: #24262b;
}
.cid-veQHiChbDj .mbr-section-subtitle {
  color: #24262b;
}
.cid-veQHiChbDj .items-row {
  row-gap: 48px;
}
.cid-veQHiChbDj .item {
  cursor: pointer;
}
.cid-veQHiChbDj .item:focus,
.cid-veQHiChbDj span:focus {
  outline: none;
}
.cid-veQHiChbDj .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veQHiChbDj .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQHiChbDj .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veQHiChbDj img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veQHiChbDj .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veQHiChbDj .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQHiChbDj .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veQHiChbDj .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veQHiChbDj .item-title {
  color: #24262b;
}
.cid-veQHiChbDj .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veQHiChbDj .mbr-text {
  color: #24262b;
}
.cid-vdIP2uf0Wr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdIP2uf0Wr .mbr-section-title {
  margin: 0;
}
.cid-vdIP2uf0Wr .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdIP2uf0Wr .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdIP2uf0Wr .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdIP2uf0Wr .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdIP2uf0Wr .team-item .item-image {
  position: relative !important;
}
.cid-vdIP2uf0Wr .team-item .item-image img {
  width: 100%;
}
.cid-vdIP2uf0Wr .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdIP2uf0Wr .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdIP2uf0Wr .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdIP2uf0Wr .team-item .item-caption {
  background: #ffffff;
}
.cid-vdIP2uf0Wr .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdIP2uf0Wr .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdIP2uf0Wr .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdIP2uf0Wr .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdIP2uf0Wr .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIP2uf0Wr .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIP2uf0Wr .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIP2uf0Wr .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIP2uf0Wr .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIP2uf0Wr .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIP2uf0Wr .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdIP2uf0Wr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIP2uf0Wr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQHhndqlo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veQHhndqlo .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veQHhndqlo .mbr-section-title {
  color: #24262b;
}
.cid-veQHhndqlo .mbr-section-subtitle {
  color: #24262b;
}
.cid-veQHhndqlo .items-row {
  row-gap: 48px;
}
.cid-veQHhndqlo .item {
  cursor: pointer;
}
.cid-veQHhndqlo .item:focus,
.cid-veQHhndqlo span:focus {
  outline: none;
}
.cid-veQHhndqlo .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veQHhndqlo .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQHhndqlo .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veQHhndqlo img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veQHhndqlo .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veQHhndqlo .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQHhndqlo .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veQHhndqlo .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veQHhndqlo .item-title {
  color: #24262b;
}
.cid-veQHhndqlo .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veQHhndqlo .mbr-text {
  color: #24262b;
}
.cid-vdIP2vxnxR {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdIP2vxnxR input,
.cid-vdIP2vxnxR textarea,
.cid-vdIP2vxnxR input:active,
.cid-vdIP2vxnxR textarea:active,
.cid-vdIP2vxnxR input:focus,
.cid-vdIP2vxnxR textarea:focus,
.cid-vdIP2vxnxR form {
  color: #ffffff;
}
.cid-vdIP2vxnxR input,
.cid-vdIP2vxnxR textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdIP2vxnxR input:hover,
.cid-vdIP2vxnxR textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdIP2vxnxR .colored-text {
  color: #ffffff !important;
}
.cid-vdIP2vxnxR .mbr-section-title {
  color: #ffffff;
}
.cid-vdIP2vxnxR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdIP2vxnxR .mbr-text {
  color: #ffffff;
}
.cid-vdIP2vOgUq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdIP2vOgUq a:link {
  text-decoration: none;
}
.cid-vdIP2vOgUq .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdIP2vOgUq .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdIP2vOgUq .inner-text {
  line-height: 3em;
}
.cid-vdIP2vOgUq .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdIP2vOgUq .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdIP2vOgUq .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdIP2vOgUq .content-text,
.cid-vdIP2vOgUq .inner-text {
  color: #c1c1c1;
}
.cid-vdIQhIiUfW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdIQhIiUfW .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdIQhIiUfW .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdIQhIiUfW .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdIQhIiUfW .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdIQhIiUfW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdIQhIiUfW .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdIQhIiUfW .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdIQhIiUfW .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdIQhIiUfW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdIQhIiUfW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdIQhIiUfW .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdIQhIiUfW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdIQhIiUfW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdIQhIiUfW .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-vdIQhIiUfW .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdIQhIiUfW .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdIQhIiUfW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdIQhIiUfW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdIQhIiUfW .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdIQhIiUfW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdIQhIiUfW .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdIQhIiUfW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdIQhIiUfW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdIQhIiUfW .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-vdIQhIiUfW .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdIQhIiUfW .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdIQhIiUfW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdIQhIiUfW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdIQhIiUfW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdIQhIiUfW .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdIQhIiUfW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdIQhIiUfW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdIQhIiUfW .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdIQhIiUfW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdIQhIiUfW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdIQhIiUfW .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-vdIQhIiUfW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdIQhIiUfW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdIQhIiUfW .dropdown-item.active,
.cid-vdIQhIiUfW .dropdown-item:active {
  background-color: transparent;
}
.cid-vdIQhIiUfW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdIQhIiUfW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdIQhIiUfW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdIQhIiUfW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdIQhIiUfW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdIQhIiUfW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdIQhIiUfW ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdIQhIiUfW .navbar-buttons {
  text-align: center;
}
.cid-vdIQhIiUfW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdIQhIiUfW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdIQhIiUfW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdIQhIiUfW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIQhIiUfW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIQhIiUfW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdIQhIiUfW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIQhIiUfW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdIQhIiUfW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdIQhIiUfW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIQhIiUfW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdIQhIiUfW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdIQhIiUfW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdIQhIiUfW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdIQhIiUfW .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdIQhIiUfW .nav-link:hover,
.cid-vdIQhIiUfW .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdIQhIHvsW {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdIQhIHvsW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIQhIHvsW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdIQhIHvsW .container {
    padding: 0 16px;
  }
}
.cid-vdIQhIHvsW .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdIQhIHvsW .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdIQhIHvsW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdIQhIHvsW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdIQhIHvsW .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdIQhIHvsW .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdIQhIHvsW .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdIQhIHvsW .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdIQhIHvsW .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdIQhIHvsW .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdIQhIHvsW .mbr-text {
  color: #333333;
}
.cid-vdIQhIHvsW .mbr-text,
.cid-vdIQhIHvsW .mbr-section-btn {
  color: #ffffff;
}
.cid-venu1SercC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venu1SercC .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-venu1SercC .col-text {
    width: 100% !important;
  }
}
.cid-venu1SercC .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-venu1SercC .text-container {
    padding: 0;
  }
}
.cid-venu1SercC .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-venu1SercC .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-venu1SercC .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-venu1SercC .text-wrapper {
    padding: 0;
  }
}
.cid-venu1SercC .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-venu1SercC .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-venu1SercC .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-venu1SercC .btn-container {
  width: 100%;
}
.cid-venu1SercC .mbr-section-btn {
  margin-top: 20px;
}
.cid-venu1SercC .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-venu1SercC .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-venu1SercC .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-venu1SercC .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venu1SercC .card {
    width: 100% !important;
  }
}
.cid-venu1SercC .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-venu1SercC .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-venu1SercC .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-venu1SercC .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venu1SercC .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-venu1SercC .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-venu1SercC .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-venu1SercC .card-text {
  color: #8a8a8a;
}
.cid-vdIQBgA7OE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vdIQBgA7OE .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vdIQBgA7OE .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vdIQBgA7OE .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vdIQBgA7OE .desc {
  color: #111213;
}
.cid-vdIQBgA7OE .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vdIQBgA7OE .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vdIQBgA7OE .name {
  margin-bottom: 20px;
}
.cid-vdIQBgA7OE .price {
  width: auto;
  display: inline;
}
.cid-vdIQBgA7OE .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vdIQBgA7OE .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vdIQBgA7OE .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-vdIQBgA7OE .new-price {
  width: auto;
  display: inline;
}
.cid-vdIQBgA7OE .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vdIQBgA7OE .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vdIQBgA7OE .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vdIQBgA7OE .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vdIQBgA7OE .plus {
  color: #52586a;
}
.cid-vdIQBgA7OE .desc,
.cid-vdIQBgA7OE .plus {
  display: inline-block;
  width: auto;
}
.cid-vdIQBgA7OE .mbr-text,
.cid-vdIQBgA7OE .mbr-section-btn {
  color: #52586a;
}
.cid-vdIQBgA7OE .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vdIQBgA7OE .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vdIQBgA7OE .name,
.cid-vdIQBgA7OE .card,
.cid-vdIQBgA7OE .price-line {
  color: #111213;
}
.cid-veQHBQCpIi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veQHBQCpIi .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veQHBQCpIi .mbr-section-title {
  color: #24262b;
}
.cid-veQHBQCpIi .mbr-section-subtitle {
  color: #24262b;
}
.cid-veQHBQCpIi .items-row {
  row-gap: 48px;
}
.cid-veQHBQCpIi .item {
  cursor: pointer;
}
.cid-veQHBQCpIi .item:focus,
.cid-veQHBQCpIi span:focus {
  outline: none;
}
.cid-veQHBQCpIi .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veQHBQCpIi .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQHBQCpIi .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veQHBQCpIi img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veQHBQCpIi .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veQHBQCpIi .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQHBQCpIi .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veQHBQCpIi .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veQHBQCpIi .item-title {
  color: #24262b;
}
.cid-veQHBQCpIi .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veQHBQCpIi .mbr-text {
  color: #24262b;
}
.cid-vdIQhJR8Ak {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdIQhJR8Ak .mbr-section-title {
  margin: 0;
}
.cid-vdIQhJR8Ak .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdIQhJR8Ak .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdIQhJR8Ak .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdIQhJR8Ak .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdIQhJR8Ak .team-item .item-image {
  position: relative !important;
}
.cid-vdIQhJR8Ak .team-item .item-image img {
  width: 100%;
}
.cid-vdIQhJR8Ak .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdIQhJR8Ak .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdIQhJR8Ak .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdIQhJR8Ak .team-item .item-caption {
  background: #ffffff;
}
.cid-vdIQhJR8Ak .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdIQhJR8Ak .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdIQhJR8Ak .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdIQhJR8Ak .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdIQhJR8Ak .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIQhJR8Ak .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIQhJR8Ak .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIQhJR8Ak .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIQhJR8Ak .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIQhJR8Ak .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIQhJR8Ak .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdIQhJR8Ak .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIQhJR8Ak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQHFrOYD0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veQHFrOYD0 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veQHFrOYD0 .mbr-section-title {
  color: #24262b;
}
.cid-veQHFrOYD0 .mbr-section-subtitle {
  color: #24262b;
}
.cid-veQHFrOYD0 .items-row {
  row-gap: 48px;
}
.cid-veQHFrOYD0 .item {
  cursor: pointer;
}
.cid-veQHFrOYD0 .item:focus,
.cid-veQHFrOYD0 span:focus {
  outline: none;
}
.cid-veQHFrOYD0 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veQHFrOYD0 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQHFrOYD0 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veQHFrOYD0 img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veQHFrOYD0 .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veQHFrOYD0 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQHFrOYD0 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veQHFrOYD0 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veQHFrOYD0 .item-title {
  color: #24262b;
}
.cid-veQHFrOYD0 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veQHFrOYD0 .mbr-text {
  color: #24262b;
}
.cid-vdIQhLevOn {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdIQhLevOn input,
.cid-vdIQhLevOn textarea,
.cid-vdIQhLevOn input:active,
.cid-vdIQhLevOn textarea:active,
.cid-vdIQhLevOn input:focus,
.cid-vdIQhLevOn textarea:focus,
.cid-vdIQhLevOn form {
  color: #ffffff;
}
.cid-vdIQhLevOn input,
.cid-vdIQhLevOn textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdIQhLevOn input:hover,
.cid-vdIQhLevOn textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdIQhLevOn .colored-text {
  color: #ffffff !important;
}
.cid-vdIQhLevOn .mbr-section-title {
  color: #ffffff;
}
.cid-vdIQhLevOn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdIQhLevOn .mbr-text {
  color: #ffffff;
}
.cid-vdIQhLxdJ8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdIQhLxdJ8 a:link {
  text-decoration: none;
}
.cid-vdIQhLxdJ8 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdIQhLxdJ8 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdIQhLxdJ8 .inner-text {
  line-height: 3em;
}
.cid-vdIQhLxdJ8 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdIQhLxdJ8 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdIQhLxdJ8 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdIQhLxdJ8 .content-text,
.cid-vdIQhLxdJ8 .inner-text {
  color: #c1c1c1;
}
.cid-vdIR54J5wr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdIR54J5wr .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdIR54J5wr .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdIR54J5wr .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdIR54J5wr .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdIR54J5wr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdIR54J5wr .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdIR54J5wr .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdIR54J5wr .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdIR54J5wr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdIR54J5wr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdIR54J5wr .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdIR54J5wr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdIR54J5wr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdIR54J5wr .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-vdIR54J5wr .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdIR54J5wr .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdIR54J5wr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdIR54J5wr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdIR54J5wr .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdIR54J5wr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdIR54J5wr .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdIR54J5wr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdIR54J5wr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdIR54J5wr .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-vdIR54J5wr .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdIR54J5wr .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdIR54J5wr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdIR54J5wr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdIR54J5wr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdIR54J5wr .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdIR54J5wr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdIR54J5wr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdIR54J5wr .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdIR54J5wr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdIR54J5wr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdIR54J5wr .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-vdIR54J5wr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdIR54J5wr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdIR54J5wr .dropdown-item.active,
.cid-vdIR54J5wr .dropdown-item:active {
  background-color: transparent;
}
.cid-vdIR54J5wr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdIR54J5wr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdIR54J5wr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdIR54J5wr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdIR54J5wr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdIR54J5wr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdIR54J5wr ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdIR54J5wr .navbar-buttons {
  text-align: center;
}
.cid-vdIR54J5wr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdIR54J5wr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdIR54J5wr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdIR54J5wr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIR54J5wr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdIR54J5wr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdIR54J5wr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIR54J5wr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdIR54J5wr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdIR54J5wr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdIR54J5wr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdIR54J5wr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdIR54J5wr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdIR54J5wr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdIR54J5wr .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdIR54J5wr .nav-link:hover,
.cid-vdIR54J5wr .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdIR5552Ck {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdIR5552Ck .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIR5552Ck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdIR5552Ck .container {
    padding: 0 16px;
  }
}
.cid-vdIR5552Ck .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdIR5552Ck .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdIR5552Ck .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdIR5552Ck .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdIR5552Ck .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdIR5552Ck .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdIR5552Ck .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdIR5552Ck .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdIR5552Ck .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdIR5552Ck .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdIR5552Ck .mbr-text {
  color: #333333;
}
.cid-vdIR5552Ck .mbr-text,
.cid-vdIR5552Ck .mbr-section-btn {
  color: #ffffff;
}
.cid-venu4wTyma {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venu4wTyma .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-venu4wTyma .col-text {
    width: 100% !important;
  }
}
.cid-venu4wTyma .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-venu4wTyma .text-container {
    padding: 0;
  }
}
.cid-venu4wTyma .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-venu4wTyma .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-venu4wTyma .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-venu4wTyma .text-wrapper {
    padding: 0;
  }
}
.cid-venu4wTyma .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-venu4wTyma .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-venu4wTyma .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-venu4wTyma .btn-container {
  width: 100%;
}
.cid-venu4wTyma .mbr-section-btn {
  margin-top: 20px;
}
.cid-venu4wTyma .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-venu4wTyma .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-venu4wTyma .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-venu4wTyma .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venu4wTyma .card {
    width: 100% !important;
  }
}
.cid-venu4wTyma .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-venu4wTyma .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-venu4wTyma .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-venu4wTyma .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venu4wTyma .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-venu4wTyma .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-venu4wTyma .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-venu4wTyma .card-text {
  color: #8a8a8a;
}
.cid-vdIRbvrb3H {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vdIRbvrb3H .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vdIRbvrb3H .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vdIRbvrb3H .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vdIRbvrb3H .desc {
  color: #111213;
}
.cid-vdIRbvrb3H .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vdIRbvrb3H .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vdIRbvrb3H .name {
  margin-bottom: 20px;
}
.cid-vdIRbvrb3H .price {
  width: auto;
  display: inline;
}
.cid-vdIRbvrb3H .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vdIRbvrb3H .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vdIRbvrb3H .desc2 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-vdIRbvrb3H .new-price {
  width: auto;
  display: inline;
}
.cid-vdIRbvrb3H .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vdIRbvrb3H .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vdIRbvrb3H .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vdIRbvrb3H .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vdIRbvrb3H .plus {
  color: #52586a;
}
.cid-vdIRbvrb3H .desc,
.cid-vdIRbvrb3H .plus {
  display: inline-block;
  width: auto;
}
.cid-vdIRbvrb3H .mbr-text,
.cid-vdIRbvrb3H .mbr-section-btn {
  color: #52586a;
}
.cid-vdIRbvrb3H .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vdIRbvrb3H .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vdIRbvrb3H .name,
.cid-vdIRbvrb3H .card,
.cid-vdIRbvrb3H .price-line {
  color: #111213;
}
.cid-veQI5rWNRM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veQI5rWNRM .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veQI5rWNRM .mbr-section-title {
  color: #24262b;
}
.cid-veQI5rWNRM .mbr-section-subtitle {
  color: #24262b;
}
.cid-veQI5rWNRM .items-row {
  row-gap: 48px;
}
.cid-veQI5rWNRM .item {
  cursor: pointer;
}
.cid-veQI5rWNRM .item:focus,
.cid-veQI5rWNRM span:focus {
  outline: none;
}
.cid-veQI5rWNRM .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veQI5rWNRM .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQI5rWNRM .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veQI5rWNRM img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veQI5rWNRM .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veQI5rWNRM .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQI5rWNRM .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veQI5rWNRM .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veQI5rWNRM .item-title {
  color: #24262b;
}
.cid-veQI5rWNRM .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veQI5rWNRM .mbr-text {
  color: #24262b;
}
.cid-vdIR56bwtX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdIR56bwtX .mbr-section-title {
  margin: 0;
}
.cid-vdIR56bwtX .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdIR56bwtX .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdIR56bwtX .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdIR56bwtX .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdIR56bwtX .team-item .item-image {
  position: relative !important;
}
.cid-vdIR56bwtX .team-item .item-image img {
  width: 100%;
}
.cid-vdIR56bwtX .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdIR56bwtX .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdIR56bwtX .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdIR56bwtX .team-item .item-caption {
  background: #ffffff;
}
.cid-vdIR56bwtX .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdIR56bwtX .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdIR56bwtX .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdIR56bwtX .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdIR56bwtX .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIR56bwtX .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIR56bwtX .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIR56bwtX .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIR56bwtX .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIR56bwtX .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdIR56bwtX .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdIR56bwtX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIR56bwtX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQI5Ypp4a {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veQI5Ypp4a .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veQI5Ypp4a .mbr-section-title {
  color: #24262b;
}
.cid-veQI5Ypp4a .mbr-section-subtitle {
  color: #24262b;
}
.cid-veQI5Ypp4a .items-row {
  row-gap: 48px;
}
.cid-veQI5Ypp4a .item {
  cursor: pointer;
}
.cid-veQI5Ypp4a .item:focus,
.cid-veQI5Ypp4a span:focus {
  outline: none;
}
.cid-veQI5Ypp4a .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veQI5Ypp4a .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQI5Ypp4a .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veQI5Ypp4a img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veQI5Ypp4a .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veQI5Ypp4a .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQI5Ypp4a .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veQI5Ypp4a .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veQI5Ypp4a .item-title {
  color: #24262b;
}
.cid-veQI5Ypp4a .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veQI5Ypp4a .mbr-text {
  color: #24262b;
}
.cid-vdIR57PqFP {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdIR57PqFP input,
.cid-vdIR57PqFP textarea,
.cid-vdIR57PqFP input:active,
.cid-vdIR57PqFP textarea:active,
.cid-vdIR57PqFP input:focus,
.cid-vdIR57PqFP textarea:focus,
.cid-vdIR57PqFP form {
  color: #ffffff;
}
.cid-vdIR57PqFP input,
.cid-vdIR57PqFP textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdIR57PqFP input:hover,
.cid-vdIR57PqFP textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdIR57PqFP .colored-text {
  color: #ffffff !important;
}
.cid-vdIR57PqFP .mbr-section-title {
  color: #ffffff;
}
.cid-vdIR57PqFP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdIR57PqFP .mbr-text {
  color: #ffffff;
}
.cid-vdIR587TPg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdIR587TPg a:link {
  text-decoration: none;
}
.cid-vdIR587TPg .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdIR587TPg .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdIR587TPg .inner-text {
  line-height: 3em;
}
.cid-vdIR587TPg .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdIR587TPg .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdIR587TPg .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdIR587TPg .content-text,
.cid-vdIR587TPg .inner-text {
  color: #c1c1c1;
}
.cid-vehzMDH4OY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vehzMDH4OY .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vehzMDH4OY .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vehzMDH4OY .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vehzMDH4OY .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vehzMDH4OY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vehzMDH4OY .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vehzMDH4OY .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vehzMDH4OY .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vehzMDH4OY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vehzMDH4OY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vehzMDH4OY .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vehzMDH4OY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vehzMDH4OY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vehzMDH4OY .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-vehzMDH4OY .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vehzMDH4OY .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vehzMDH4OY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vehzMDH4OY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vehzMDH4OY .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vehzMDH4OY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vehzMDH4OY .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vehzMDH4OY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vehzMDH4OY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vehzMDH4OY .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-vehzMDH4OY .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vehzMDH4OY .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vehzMDH4OY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vehzMDH4OY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vehzMDH4OY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vehzMDH4OY .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vehzMDH4OY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vehzMDH4OY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vehzMDH4OY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vehzMDH4OY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vehzMDH4OY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vehzMDH4OY .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-vehzMDH4OY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vehzMDH4OY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vehzMDH4OY .dropdown-item.active,
.cid-vehzMDH4OY .dropdown-item:active {
  background-color: transparent;
}
.cid-vehzMDH4OY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vehzMDH4OY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vehzMDH4OY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vehzMDH4OY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vehzMDH4OY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vehzMDH4OY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vehzMDH4OY ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vehzMDH4OY .navbar-buttons {
  text-align: center;
}
.cid-vehzMDH4OY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vehzMDH4OY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vehzMDH4OY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vehzMDH4OY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vehzMDH4OY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vehzMDH4OY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vehzMDH4OY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vehzMDH4OY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vehzMDH4OY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vehzMDH4OY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vehzMDH4OY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vehzMDH4OY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vehzMDH4OY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vehzMDH4OY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vehzMDH4OY .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vehzMDH4OY .nav-link:hover,
.cid-vehzMDH4OY .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vehzMEf3cl {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vehzMEf3cl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehzMEf3cl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vehzMEf3cl .container {
    padding: 0 16px;
  }
}
.cid-vehzMEf3cl .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vehzMEf3cl .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vehzMEf3cl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vehzMEf3cl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vehzMEf3cl .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vehzMEf3cl .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vehzMEf3cl .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vehzMEf3cl .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vehzMEf3cl .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vehzMEf3cl .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vehzMEf3cl .mbr-text {
  color: #333333;
}
.cid-vehzMEf3cl .mbr-text,
.cid-vehzMEf3cl .mbr-section-btn {
  color: #ffffff;
}
.cid-venu6CxgSg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venu6CxgSg .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-venu6CxgSg .col-text {
    width: 100% !important;
  }
}
.cid-venu6CxgSg .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-venu6CxgSg .text-container {
    padding: 0;
  }
}
.cid-venu6CxgSg .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-venu6CxgSg .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-venu6CxgSg .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-venu6CxgSg .text-wrapper {
    padding: 0;
  }
}
.cid-venu6CxgSg .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-venu6CxgSg .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-venu6CxgSg .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-venu6CxgSg .btn-container {
  width: 100%;
}
.cid-venu6CxgSg .mbr-section-btn {
  margin-top: 20px;
}
.cid-venu6CxgSg .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-venu6CxgSg .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-venu6CxgSg .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-venu6CxgSg .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venu6CxgSg .card {
    width: 100% !important;
  }
}
.cid-venu6CxgSg .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-venu6CxgSg .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-venu6CxgSg .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-venu6CxgSg .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venu6CxgSg .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-venu6CxgSg .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-venu6CxgSg .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-venu6CxgSg .card-text {
  color: #8a8a8a;
}
.cid-vehB6gJpMI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vehB6gJpMI .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vehB6gJpMI .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vehB6gJpMI .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vehB6gJpMI .desc {
  color: #111213;
}
.cid-vehB6gJpMI .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vehB6gJpMI .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vehB6gJpMI .name {
  margin-bottom: 20px;
}
.cid-vehB6gJpMI .price {
  width: auto;
  display: inline;
}
.cid-vehB6gJpMI .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vehB6gJpMI .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vehB6gJpMI .desc2 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-vehB6gJpMI .new-price {
  width: auto;
  display: inline;
}
.cid-vehB6gJpMI .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vehB6gJpMI .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vehB6gJpMI .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vehB6gJpMI .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vehB6gJpMI .plus {
  color: #52586a;
}
.cid-vehB6gJpMI .desc,
.cid-vehB6gJpMI .plus {
  display: inline-block;
  width: auto;
}
.cid-vehB6gJpMI .mbr-text,
.cid-vehB6gJpMI .mbr-section-btn {
  color: #52586a;
}
.cid-vehB6gJpMI .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vehB6gJpMI .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vehB6gJpMI .name,
.cid-vehB6gJpMI .card,
.cid-vehB6gJpMI .price-line {
  color: #111213;
}
.cid-veQItA11Nk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veQItA11Nk .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veQItA11Nk .mbr-section-title {
  color: #24262b;
}
.cid-veQItA11Nk .mbr-section-subtitle {
  color: #24262b;
}
.cid-veQItA11Nk .items-row {
  row-gap: 48px;
}
.cid-veQItA11Nk .item {
  cursor: pointer;
}
.cid-veQItA11Nk .item:focus,
.cid-veQItA11Nk span:focus {
  outline: none;
}
.cid-veQItA11Nk .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veQItA11Nk .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQItA11Nk .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veQItA11Nk img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veQItA11Nk .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veQItA11Nk .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQItA11Nk .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veQItA11Nk .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veQItA11Nk .item-title {
  color: #24262b;
}
.cid-veQItA11Nk .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veQItA11Nk .mbr-text {
  color: #24262b;
}
.cid-vehzMFDP5Y {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vehzMFDP5Y .mbr-section-title {
  margin: 0;
}
.cid-vehzMFDP5Y .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vehzMFDP5Y .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vehzMFDP5Y .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vehzMFDP5Y .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vehzMFDP5Y .team-item .item-image {
  position: relative !important;
}
.cid-vehzMFDP5Y .team-item .item-image img {
  width: 100%;
}
.cid-vehzMFDP5Y .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vehzMFDP5Y .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vehzMFDP5Y .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vehzMFDP5Y .team-item .item-caption {
  background: #ffffff;
}
.cid-vehzMFDP5Y .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vehzMFDP5Y .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vehzMFDP5Y .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vehzMFDP5Y .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vehzMFDP5Y .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vehzMFDP5Y .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vehzMFDP5Y .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vehzMFDP5Y .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vehzMFDP5Y .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vehzMFDP5Y .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vehzMFDP5Y .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vehzMFDP5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehzMFDP5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQIu6K3l8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veQIu6K3l8 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veQIu6K3l8 .mbr-section-title {
  color: #24262b;
}
.cid-veQIu6K3l8 .mbr-section-subtitle {
  color: #24262b;
}
.cid-veQIu6K3l8 .items-row {
  row-gap: 48px;
}
.cid-veQIu6K3l8 .item {
  cursor: pointer;
}
.cid-veQIu6K3l8 .item:focus,
.cid-veQIu6K3l8 span:focus {
  outline: none;
}
.cid-veQIu6K3l8 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veQIu6K3l8 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQIu6K3l8 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veQIu6K3l8 img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veQIu6K3l8 .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veQIu6K3l8 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQIu6K3l8 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veQIu6K3l8 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veQIu6K3l8 .item-title {
  color: #24262b;
}
.cid-veQIu6K3l8 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veQIu6K3l8 .mbr-text {
  color: #24262b;
}
.cid-vehzMHqHdq {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vehzMHqHdq input,
.cid-vehzMHqHdq textarea,
.cid-vehzMHqHdq input:active,
.cid-vehzMHqHdq textarea:active,
.cid-vehzMHqHdq input:focus,
.cid-vehzMHqHdq textarea:focus,
.cid-vehzMHqHdq form {
  color: #ffffff;
}
.cid-vehzMHqHdq input,
.cid-vehzMHqHdq textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vehzMHqHdq input:hover,
.cid-vehzMHqHdq textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vehzMHqHdq .colored-text {
  color: #ffffff !important;
}
.cid-vehzMHqHdq .mbr-section-title {
  color: #ffffff;
}
.cid-vehzMHqHdq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vehzMHqHdq .mbr-text {
  color: #ffffff;
}
.cid-vehzMHHmhb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vehzMHHmhb a:link {
  text-decoration: none;
}
.cid-vehzMHHmhb .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vehzMHHmhb .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vehzMHHmhb .inner-text {
  line-height: 3em;
}
.cid-vehzMHHmhb .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vehzMHHmhb .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vehzMHHmhb .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vehzMHHmhb .content-text,
.cid-vehzMHHmhb .inner-text {
  color: #c1c1c1;
}
.cid-vehCSgCENr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vehCSgCENr .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vehCSgCENr .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vehCSgCENr .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vehCSgCENr .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vehCSgCENr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vehCSgCENr .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vehCSgCENr .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vehCSgCENr .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vehCSgCENr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vehCSgCENr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vehCSgCENr .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vehCSgCENr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vehCSgCENr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vehCSgCENr .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-vehCSgCENr .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vehCSgCENr .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vehCSgCENr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vehCSgCENr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vehCSgCENr .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vehCSgCENr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vehCSgCENr .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vehCSgCENr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vehCSgCENr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vehCSgCENr .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-vehCSgCENr .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vehCSgCENr .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vehCSgCENr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vehCSgCENr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vehCSgCENr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vehCSgCENr .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vehCSgCENr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vehCSgCENr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vehCSgCENr .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vehCSgCENr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vehCSgCENr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vehCSgCENr .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-vehCSgCENr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vehCSgCENr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vehCSgCENr .dropdown-item.active,
.cid-vehCSgCENr .dropdown-item:active {
  background-color: transparent;
}
.cid-vehCSgCENr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vehCSgCENr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vehCSgCENr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vehCSgCENr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vehCSgCENr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vehCSgCENr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vehCSgCENr ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vehCSgCENr .navbar-buttons {
  text-align: center;
}
.cid-vehCSgCENr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vehCSgCENr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vehCSgCENr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vehCSgCENr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vehCSgCENr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vehCSgCENr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vehCSgCENr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vehCSgCENr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vehCSgCENr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vehCSgCENr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vehCSgCENr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vehCSgCENr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vehCSgCENr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vehCSgCENr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vehCSgCENr .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vehCSgCENr .nav-link:hover,
.cid-vehCSgCENr .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vehCSh8GPr {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vehCSh8GPr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehCSh8GPr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vehCSh8GPr .container {
    padding: 0 16px;
  }
}
.cid-vehCSh8GPr .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vehCSh8GPr .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vehCSh8GPr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vehCSh8GPr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vehCSh8GPr .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vehCSh8GPr .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vehCSh8GPr .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vehCSh8GPr .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vehCSh8GPr .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vehCSh8GPr .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vehCSh8GPr .mbr-text {
  color: #333333;
}
.cid-vehCSh8GPr .mbr-text,
.cid-vehCSh8GPr .mbr-section-btn {
  color: #ffffff;
}
.cid-venubnahiv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venubnahiv .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-venubnahiv .col-text {
    width: 100% !important;
  }
}
.cid-venubnahiv .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-venubnahiv .text-container {
    padding: 0;
  }
}
.cid-venubnahiv .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-venubnahiv .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-venubnahiv .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-venubnahiv .text-wrapper {
    padding: 0;
  }
}
.cid-venubnahiv .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-venubnahiv .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-venubnahiv .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-venubnahiv .btn-container {
  width: 100%;
}
.cid-venubnahiv .mbr-section-btn {
  margin-top: 20px;
}
.cid-venubnahiv .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-venubnahiv .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-venubnahiv .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-venubnahiv .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venubnahiv .card {
    width: 100% !important;
  }
}
.cid-venubnahiv .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-venubnahiv .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-venubnahiv .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-venubnahiv .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venubnahiv .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-venubnahiv .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-venubnahiv .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-venubnahiv .card-text {
  color: #8a8a8a;
}
.cid-vehDtRIDuG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vehDtRIDuG .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vehDtRIDuG .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vehDtRIDuG .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vehDtRIDuG .desc {
  color: #111213;
}
.cid-vehDtRIDuG .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vehDtRIDuG .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vehDtRIDuG .name {
  margin-bottom: 20px;
}
.cid-vehDtRIDuG .price {
  width: auto;
  display: inline;
}
.cid-vehDtRIDuG .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vehDtRIDuG .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vehDtRIDuG .desc2 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-vehDtRIDuG .new-price {
  width: auto;
  display: inline;
}
.cid-vehDtRIDuG .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vehDtRIDuG .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vehDtRIDuG .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vehDtRIDuG .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vehDtRIDuG .plus {
  color: #52586a;
}
.cid-vehDtRIDuG .desc,
.cid-vehDtRIDuG .plus {
  display: inline-block;
  width: auto;
}
.cid-vehDtRIDuG .mbr-text,
.cid-vehDtRIDuG .mbr-section-btn {
  color: #52586a;
}
.cid-vehDtRIDuG .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vehDtRIDuG .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vehDtRIDuG .name,
.cid-vehDtRIDuG .card,
.cid-vehDtRIDuG .price-line {
  color: #111213;
}
.cid-veQIKL4i68 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veQIKL4i68 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veQIKL4i68 .mbr-section-title {
  color: #24262b;
}
.cid-veQIKL4i68 .mbr-section-subtitle {
  color: #24262b;
}
.cid-veQIKL4i68 .items-row {
  row-gap: 48px;
}
.cid-veQIKL4i68 .item {
  cursor: pointer;
}
.cid-veQIKL4i68 .item:focus,
.cid-veQIKL4i68 span:focus {
  outline: none;
}
.cid-veQIKL4i68 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veQIKL4i68 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQIKL4i68 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veQIKL4i68 img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veQIKL4i68 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veQIKL4i68 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQIKL4i68 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veQIKL4i68 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veQIKL4i68 .item-title {
  color: #24262b;
}
.cid-veQIKL4i68 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veQIKL4i68 .mbr-text {
  color: #24262b;
}
.cid-vehCSibpcV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vehCSibpcV .mbr-section-title {
  margin: 0;
}
.cid-vehCSibpcV .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vehCSibpcV .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vehCSibpcV .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vehCSibpcV .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vehCSibpcV .team-item .item-image {
  position: relative !important;
}
.cid-vehCSibpcV .team-item .item-image img {
  width: 100%;
}
.cid-vehCSibpcV .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vehCSibpcV .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vehCSibpcV .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vehCSibpcV .team-item .item-caption {
  background: #ffffff;
}
.cid-vehCSibpcV .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vehCSibpcV .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vehCSibpcV .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vehCSibpcV .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vehCSibpcV .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vehCSibpcV .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vehCSibpcV .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vehCSibpcV .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vehCSibpcV .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vehCSibpcV .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vehCSibpcV .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vehCSibpcV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehCSibpcV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQILeiCeB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veQILeiCeB .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veQILeiCeB .mbr-section-title {
  color: #24262b;
}
.cid-veQILeiCeB .mbr-section-subtitle {
  color: #24262b;
}
.cid-veQILeiCeB .items-row {
  row-gap: 48px;
}
.cid-veQILeiCeB .item {
  cursor: pointer;
}
.cid-veQILeiCeB .item:focus,
.cid-veQILeiCeB span:focus {
  outline: none;
}
.cid-veQILeiCeB .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veQILeiCeB .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQILeiCeB .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veQILeiCeB img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veQILeiCeB .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veQILeiCeB .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQILeiCeB .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veQILeiCeB .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veQILeiCeB .item-title {
  color: #24262b;
}
.cid-veQILeiCeB .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veQILeiCeB .mbr-text {
  color: #24262b;
}
.cid-vehCSjyiJy {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vehCSjyiJy input,
.cid-vehCSjyiJy textarea,
.cid-vehCSjyiJy input:active,
.cid-vehCSjyiJy textarea:active,
.cid-vehCSjyiJy input:focus,
.cid-vehCSjyiJy textarea:focus,
.cid-vehCSjyiJy form {
  color: #ffffff;
}
.cid-vehCSjyiJy input,
.cid-vehCSjyiJy textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vehCSjyiJy input:hover,
.cid-vehCSjyiJy textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vehCSjyiJy .colored-text {
  color: #ffffff !important;
}
.cid-vehCSjyiJy .mbr-section-title {
  color: #ffffff;
}
.cid-vehCSjyiJy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vehCSjyiJy .mbr-text {
  color: #ffffff;
}
.cid-vehCSjOujW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vehCSjOujW a:link {
  text-decoration: none;
}
.cid-vehCSjOujW .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vehCSjOujW .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vehCSjOujW .inner-text {
  line-height: 3em;
}
.cid-vehCSjOujW .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vehCSjOujW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vehCSjOujW .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vehCSjOujW .content-text,
.cid-vehCSjOujW .inner-text {
  color: #c1c1c1;
}
.cid-vehExmLkx1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vehExmLkx1 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vehExmLkx1 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vehExmLkx1 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vehExmLkx1 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vehExmLkx1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vehExmLkx1 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vehExmLkx1 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vehExmLkx1 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vehExmLkx1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vehExmLkx1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vehExmLkx1 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vehExmLkx1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vehExmLkx1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vehExmLkx1 .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-vehExmLkx1 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vehExmLkx1 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vehExmLkx1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vehExmLkx1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vehExmLkx1 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vehExmLkx1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vehExmLkx1 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vehExmLkx1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vehExmLkx1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vehExmLkx1 .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-vehExmLkx1 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vehExmLkx1 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vehExmLkx1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vehExmLkx1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vehExmLkx1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vehExmLkx1 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vehExmLkx1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vehExmLkx1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vehExmLkx1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vehExmLkx1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vehExmLkx1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vehExmLkx1 .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-vehExmLkx1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vehExmLkx1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vehExmLkx1 .dropdown-item.active,
.cid-vehExmLkx1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vehExmLkx1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vehExmLkx1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vehExmLkx1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vehExmLkx1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vehExmLkx1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vehExmLkx1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vehExmLkx1 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vehExmLkx1 .navbar-buttons {
  text-align: center;
}
.cid-vehExmLkx1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vehExmLkx1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vehExmLkx1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vehExmLkx1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vehExmLkx1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vehExmLkx1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vehExmLkx1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vehExmLkx1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vehExmLkx1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vehExmLkx1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vehExmLkx1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vehExmLkx1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vehExmLkx1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vehExmLkx1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vehExmLkx1 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vehExmLkx1 .nav-link:hover,
.cid-vehExmLkx1 .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vehExn6hN3 {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vehExn6hN3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehExn6hN3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vehExn6hN3 .container {
    padding: 0 16px;
  }
}
.cid-vehExn6hN3 .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vehExn6hN3 .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vehExn6hN3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vehExn6hN3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vehExn6hN3 .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vehExn6hN3 .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vehExn6hN3 .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vehExn6hN3 .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vehExn6hN3 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vehExn6hN3 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vehExn6hN3 .mbr-text {
  color: #333333;
}
.cid-vehExn6hN3 .mbr-text,
.cid-vehExn6hN3 .mbr-section-btn {
  color: #ffffff;
}
.cid-venuh7u4uM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venuh7u4uM .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-venuh7u4uM .col-text {
    width: 100% !important;
  }
}
.cid-venuh7u4uM .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-venuh7u4uM .text-container {
    padding: 0;
  }
}
.cid-venuh7u4uM .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-venuh7u4uM .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-venuh7u4uM .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-venuh7u4uM .text-wrapper {
    padding: 0;
  }
}
.cid-venuh7u4uM .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-venuh7u4uM .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-venuh7u4uM .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-venuh7u4uM .btn-container {
  width: 100%;
}
.cid-venuh7u4uM .mbr-section-btn {
  margin-top: 20px;
}
.cid-venuh7u4uM .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-venuh7u4uM .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-venuh7u4uM .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-venuh7u4uM .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuh7u4uM .card {
    width: 100% !important;
  }
}
.cid-venuh7u4uM .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-venuh7u4uM .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-venuh7u4uM .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-venuh7u4uM .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuh7u4uM .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-venuh7u4uM .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-venuh7u4uM .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-venuh7u4uM .card-text {
  color: #8a8a8a;
}
.cid-vehEIJURwG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vehEIJURwG .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vehEIJURwG .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vehEIJURwG .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vehEIJURwG .desc {
  color: #111213;
}
.cid-vehEIJURwG .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vehEIJURwG .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vehEIJURwG .name {
  margin-bottom: 20px;
}
.cid-vehEIJURwG .price {
  width: auto;
  display: inline;
}
.cid-vehEIJURwG .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vehEIJURwG .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vehEIJURwG .desc2 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-vehEIJURwG .new-price {
  width: auto;
  display: inline;
}
.cid-vehEIJURwG .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vehEIJURwG .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vehEIJURwG .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vehEIJURwG .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vehEIJURwG .plus {
  color: #52586a;
}
.cid-vehEIJURwG .desc,
.cid-vehEIJURwG .plus {
  display: inline-block;
  width: auto;
}
.cid-vehEIJURwG .mbr-text,
.cid-vehEIJURwG .mbr-section-btn {
  color: #52586a;
}
.cid-vehEIJURwG .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vehEIJURwG .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vehEIJURwG .name,
.cid-vehEIJURwG .card,
.cid-vehEIJURwG .price-line {
  color: #111213;
}
.cid-veQJ2JfMKk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veQJ2JfMKk .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veQJ2JfMKk .mbr-section-title {
  color: #24262b;
}
.cid-veQJ2JfMKk .mbr-section-subtitle {
  color: #24262b;
}
.cid-veQJ2JfMKk .items-row {
  row-gap: 48px;
}
.cid-veQJ2JfMKk .item {
  cursor: pointer;
}
.cid-veQJ2JfMKk .item:focus,
.cid-veQJ2JfMKk span:focus {
  outline: none;
}
.cid-veQJ2JfMKk .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veQJ2JfMKk .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQJ2JfMKk .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veQJ2JfMKk img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veQJ2JfMKk .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veQJ2JfMKk .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQJ2JfMKk .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veQJ2JfMKk .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veQJ2JfMKk .item-title {
  color: #24262b;
}
.cid-veQJ2JfMKk .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veQJ2JfMKk .mbr-text {
  color: #24262b;
}
.cid-vehExoi2ba {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vehExoi2ba .mbr-section-title {
  margin: 0;
}
.cid-vehExoi2ba .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vehExoi2ba .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vehExoi2ba .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vehExoi2ba .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vehExoi2ba .team-item .item-image {
  position: relative !important;
}
.cid-vehExoi2ba .team-item .item-image img {
  width: 100%;
}
.cid-vehExoi2ba .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vehExoi2ba .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vehExoi2ba .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vehExoi2ba .team-item .item-caption {
  background: #ffffff;
}
.cid-vehExoi2ba .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vehExoi2ba .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vehExoi2ba .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vehExoi2ba .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vehExoi2ba .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vehExoi2ba .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vehExoi2ba .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vehExoi2ba .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vehExoi2ba .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vehExoi2ba .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vehExoi2ba .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vehExoi2ba .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehExoi2ba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJ34FJDB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veQJ34FJDB .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veQJ34FJDB .mbr-section-title {
  color: #24262b;
}
.cid-veQJ34FJDB .mbr-section-subtitle {
  color: #24262b;
}
.cid-veQJ34FJDB .items-row {
  row-gap: 48px;
}
.cid-veQJ34FJDB .item {
  cursor: pointer;
}
.cid-veQJ34FJDB .item:focus,
.cid-veQJ34FJDB span:focus {
  outline: none;
}
.cid-veQJ34FJDB .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veQJ34FJDB .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQJ34FJDB .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veQJ34FJDB img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veQJ34FJDB .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veQJ34FJDB .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQJ34FJDB .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veQJ34FJDB .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veQJ34FJDB .item-title {
  color: #24262b;
}
.cid-veQJ34FJDB .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veQJ34FJDB .mbr-text {
  color: #24262b;
}
.cid-vehExq3z5l {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vehExq3z5l input,
.cid-vehExq3z5l textarea,
.cid-vehExq3z5l input:active,
.cid-vehExq3z5l textarea:active,
.cid-vehExq3z5l input:focus,
.cid-vehExq3z5l textarea:focus,
.cid-vehExq3z5l form {
  color: #ffffff;
}
.cid-vehExq3z5l input,
.cid-vehExq3z5l textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vehExq3z5l input:hover,
.cid-vehExq3z5l textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vehExq3z5l .colored-text {
  color: #ffffff !important;
}
.cid-vehExq3z5l .mbr-section-title {
  color: #ffffff;
}
.cid-vehExq3z5l .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vehExq3z5l .mbr-text {
  color: #ffffff;
}
.cid-vehExqpRhB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vehExqpRhB a:link {
  text-decoration: none;
}
.cid-vehExqpRhB .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vehExqpRhB .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vehExqpRhB .inner-text {
  line-height: 3em;
}
.cid-vehExqpRhB .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vehExqpRhB .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vehExqpRhB .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vehExqpRhB .content-text,
.cid-vehExqpRhB .inner-text {
  color: #c1c1c1;
}
.cid-vehHaULVjj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vehHaULVjj .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vehHaULVjj .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vehHaULVjj .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vehHaULVjj .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vehHaULVjj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vehHaULVjj .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vehHaULVjj .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vehHaULVjj .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vehHaULVjj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vehHaULVjj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vehHaULVjj .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vehHaULVjj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vehHaULVjj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vehHaULVjj .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-vehHaULVjj .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vehHaULVjj .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vehHaULVjj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vehHaULVjj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vehHaULVjj .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vehHaULVjj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vehHaULVjj .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vehHaULVjj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vehHaULVjj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vehHaULVjj .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-vehHaULVjj .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vehHaULVjj .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vehHaULVjj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vehHaULVjj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vehHaULVjj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vehHaULVjj .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vehHaULVjj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vehHaULVjj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vehHaULVjj .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vehHaULVjj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vehHaULVjj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vehHaULVjj .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-vehHaULVjj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vehHaULVjj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vehHaULVjj .dropdown-item.active,
.cid-vehHaULVjj .dropdown-item:active {
  background-color: transparent;
}
.cid-vehHaULVjj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vehHaULVjj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vehHaULVjj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vehHaULVjj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vehHaULVjj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vehHaULVjj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vehHaULVjj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vehHaULVjj .navbar-buttons {
  text-align: center;
}
.cid-vehHaULVjj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vehHaULVjj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vehHaULVjj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vehHaULVjj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vehHaULVjj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vehHaULVjj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vehHaULVjj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vehHaULVjj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vehHaULVjj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vehHaULVjj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vehHaULVjj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vehHaULVjj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vehHaULVjj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vehHaULVjj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vehHaULVjj .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vehHaULVjj .nav-link:hover,
.cid-vehHaULVjj .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vehHaVeGWU {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vehHaVeGWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehHaVeGWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vehHaVeGWU .container {
    padding: 0 16px;
  }
}
.cid-vehHaVeGWU .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vehHaVeGWU .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vehHaVeGWU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vehHaVeGWU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vehHaVeGWU .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vehHaVeGWU .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vehHaVeGWU .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vehHaVeGWU .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vehHaVeGWU .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vehHaVeGWU .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vehHaVeGWU .mbr-text {
  color: #333333;
}
.cid-vehHaVeGWU .mbr-text,
.cid-vehHaVeGWU .mbr-section-btn {
  color: #ffffff;
}
.cid-venujRCT7P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venujRCT7P .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-venujRCT7P .col-text {
    width: 100% !important;
  }
}
.cid-venujRCT7P .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-venujRCT7P .text-container {
    padding: 0;
  }
}
.cid-venujRCT7P .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-venujRCT7P .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-venujRCT7P .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-venujRCT7P .text-wrapper {
    padding: 0;
  }
}
.cid-venujRCT7P .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-venujRCT7P .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-venujRCT7P .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-venujRCT7P .btn-container {
  width: 100%;
}
.cid-venujRCT7P .mbr-section-btn {
  margin-top: 20px;
}
.cid-venujRCT7P .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-venujRCT7P .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-venujRCT7P .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-venujRCT7P .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venujRCT7P .card {
    width: 100% !important;
  }
}
.cid-venujRCT7P .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-venujRCT7P .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-venujRCT7P .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-venujRCT7P .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venujRCT7P .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-venujRCT7P .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-venujRCT7P .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-venujRCT7P .card-text {
  color: #8a8a8a;
}
.cid-vehHf9lKPS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vehHf9lKPS .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vehHf9lKPS .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vehHf9lKPS .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vehHf9lKPS .desc {
  color: #111213;
}
.cid-vehHf9lKPS .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vehHf9lKPS .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vehHf9lKPS .name {
  margin-bottom: 20px;
}
.cid-vehHf9lKPS .price {
  width: auto;
  display: inline;
}
.cid-vehHf9lKPS .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vehHf9lKPS .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vehHf9lKPS .desc2 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-vehHf9lKPS .new-price {
  width: auto;
  display: inline;
}
.cid-vehHf9lKPS .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vehHf9lKPS .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vehHf9lKPS .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vehHf9lKPS .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vehHf9lKPS .plus {
  color: #52586a;
}
.cid-vehHf9lKPS .desc,
.cid-vehHf9lKPS .plus {
  display: inline-block;
  width: auto;
}
.cid-vehHf9lKPS .mbr-text,
.cid-vehHf9lKPS .mbr-section-btn {
  color: #52586a;
}
.cid-vehHf9lKPS .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vehHf9lKPS .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vehHf9lKPS .name,
.cid-vehHf9lKPS .card,
.cid-vehHf9lKPS .price-line {
  color: #111213;
}
.cid-veQJkXiaEt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veQJkXiaEt .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veQJkXiaEt .mbr-section-title {
  color: #24262b;
}
.cid-veQJkXiaEt .mbr-section-subtitle {
  color: #24262b;
}
.cid-veQJkXiaEt .items-row {
  row-gap: 48px;
}
.cid-veQJkXiaEt .item {
  cursor: pointer;
}
.cid-veQJkXiaEt .item:focus,
.cid-veQJkXiaEt span:focus {
  outline: none;
}
.cid-veQJkXiaEt .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veQJkXiaEt .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQJkXiaEt .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veQJkXiaEt img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veQJkXiaEt .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veQJkXiaEt .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQJkXiaEt .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veQJkXiaEt .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veQJkXiaEt .item-title {
  color: #24262b;
}
.cid-veQJkXiaEt .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veQJkXiaEt .mbr-text {
  color: #24262b;
}
.cid-vehHaWCall {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vehHaWCall .mbr-section-title {
  margin: 0;
}
.cid-vehHaWCall .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vehHaWCall .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vehHaWCall .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vehHaWCall .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vehHaWCall .team-item .item-image {
  position: relative !important;
}
.cid-vehHaWCall .team-item .item-image img {
  width: 100%;
}
.cid-vehHaWCall .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vehHaWCall .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vehHaWCall .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vehHaWCall .team-item .item-caption {
  background: #ffffff;
}
.cid-vehHaWCall .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vehHaWCall .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vehHaWCall .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vehHaWCall .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vehHaWCall .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vehHaWCall .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vehHaWCall .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vehHaWCall .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vehHaWCall .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vehHaWCall .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vehHaWCall .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vehHaWCall .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehHaWCall .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJkkDcT0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veQJkkDcT0 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veQJkkDcT0 .mbr-section-title {
  color: #24262b;
}
.cid-veQJkkDcT0 .mbr-section-subtitle {
  color: #24262b;
}
.cid-veQJkkDcT0 .items-row {
  row-gap: 48px;
}
.cid-veQJkkDcT0 .item {
  cursor: pointer;
}
.cid-veQJkkDcT0 .item:focus,
.cid-veQJkkDcT0 span:focus {
  outline: none;
}
.cid-veQJkkDcT0 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veQJkkDcT0 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQJkkDcT0 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veQJkkDcT0 img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veQJkkDcT0 .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veQJkkDcT0 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veQJkkDcT0 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veQJkkDcT0 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veQJkkDcT0 .item-title {
  color: #24262b;
}
.cid-veQJkkDcT0 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veQJkkDcT0 .mbr-text {
  color: #24262b;
}
.cid-vehHaYiEQi {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vehHaYiEQi input,
.cid-vehHaYiEQi textarea,
.cid-vehHaYiEQi input:active,
.cid-vehHaYiEQi textarea:active,
.cid-vehHaYiEQi input:focus,
.cid-vehHaYiEQi textarea:focus,
.cid-vehHaYiEQi form {
  color: #ffffff;
}
.cid-vehHaYiEQi input,
.cid-vehHaYiEQi textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vehHaYiEQi input:hover,
.cid-vehHaYiEQi textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vehHaYiEQi .colored-text {
  color: #ffffff !important;
}
.cid-vehHaYiEQi .mbr-section-title {
  color: #ffffff;
}
.cid-vehHaYiEQi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vehHaYiEQi .mbr-text {
  color: #ffffff;
}
.cid-vehHaYGTRx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vehHaYGTRx a:link {
  text-decoration: none;
}
.cid-vehHaYGTRx .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vehHaYGTRx .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vehHaYGTRx .inner-text {
  line-height: 3em;
}
.cid-vehHaYGTRx .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vehHaYGTRx .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vehHaYGTRx .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vehHaYGTRx .content-text,
.cid-vehHaYGTRx .inner-text {
  color: #c1c1c1;
}
.cid-vdJXZbIJLG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdJXZbIJLG .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdJXZbIJLG .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdJXZbIJLG .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdJXZbIJLG .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdJXZbIJLG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdJXZbIJLG .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdJXZbIJLG .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdJXZbIJLG .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdJXZbIJLG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdJXZbIJLG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdJXZbIJLG .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdJXZbIJLG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdJXZbIJLG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdJXZbIJLG .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-vdJXZbIJLG .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdJXZbIJLG .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdJXZbIJLG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdJXZbIJLG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdJXZbIJLG .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdJXZbIJLG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdJXZbIJLG .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdJXZbIJLG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdJXZbIJLG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdJXZbIJLG .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-vdJXZbIJLG .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdJXZbIJLG .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdJXZbIJLG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdJXZbIJLG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdJXZbIJLG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdJXZbIJLG .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdJXZbIJLG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdJXZbIJLG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdJXZbIJLG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdJXZbIJLG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdJXZbIJLG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdJXZbIJLG .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-vdJXZbIJLG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdJXZbIJLG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdJXZbIJLG .dropdown-item.active,
.cid-vdJXZbIJLG .dropdown-item:active {
  background-color: transparent;
}
.cid-vdJXZbIJLG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdJXZbIJLG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdJXZbIJLG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdJXZbIJLG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdJXZbIJLG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdJXZbIJLG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdJXZbIJLG ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdJXZbIJLG .navbar-buttons {
  text-align: center;
}
.cid-vdJXZbIJLG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdJXZbIJLG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdJXZbIJLG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdJXZbIJLG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdJXZbIJLG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdJXZbIJLG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdJXZbIJLG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdJXZbIJLG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdJXZbIJLG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdJXZbIJLG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdJXZbIJLG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdJXZbIJLG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdJXZbIJLG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdJXZbIJLG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdJXZbIJLG .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdJXZbIJLG .nav-link:hover,
.cid-vdJXZbIJLG .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdJXZcavQA {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdJXZcavQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJXZcavQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdJXZcavQA .container {
    padding: 0 16px;
  }
}
.cid-vdJXZcavQA .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdJXZcavQA .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdJXZcavQA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdJXZcavQA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdJXZcavQA .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdJXZcavQA .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdJXZcavQA .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdJXZcavQA .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdJXZcavQA .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdJXZcavQA .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdJXZcavQA .mbr-text {
  color: #333333;
}
.cid-vdJXZcavQA .mbr-text,
.cid-vdJXZcavQA .mbr-section-btn {
  color: #ffffff;
}
.cid-venulW4JV3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venulW4JV3 .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-venulW4JV3 .col-text {
    width: 100% !important;
  }
}
.cid-venulW4JV3 .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-venulW4JV3 .text-container {
    padding: 0;
  }
}
.cid-venulW4JV3 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-venulW4JV3 .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-venulW4JV3 .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-venulW4JV3 .text-wrapper {
    padding: 0;
  }
}
.cid-venulW4JV3 .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-venulW4JV3 .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-venulW4JV3 .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-venulW4JV3 .btn-container {
  width: 100%;
}
.cid-venulW4JV3 .mbr-section-btn {
  margin-top: 20px;
}
.cid-venulW4JV3 .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-venulW4JV3 .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-venulW4JV3 .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-venulW4JV3 .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venulW4JV3 .card {
    width: 100% !important;
  }
}
.cid-venulW4JV3 .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-venulW4JV3 .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-venulW4JV3 .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-venulW4JV3 .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venulW4JV3 .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-venulW4JV3 .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-venulW4JV3 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-venulW4JV3 .card-text {
  color: #8a8a8a;
}
.cid-vecmDx8dTi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vecmDx8dTi .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vecmDx8dTi .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vecmDx8dTi .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vecmDx8dTi .desc {
  color: #111213;
}
.cid-vecmDx8dTi .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vecmDx8dTi .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vecmDx8dTi .name {
  margin-bottom: 20px;
}
.cid-vecmDx8dTi .price {
  width: auto;
  display: inline;
}
.cid-vecmDx8dTi .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vecmDx8dTi .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vecmDx8dTi .desc2 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-vecmDx8dTi .new-price {
  width: auto;
  display: inline;
}
.cid-vecmDx8dTi .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vecmDx8dTi .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vecmDx8dTi .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vecmDx8dTi .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vecmDx8dTi .plus {
  color: #52586a;
}
.cid-vecmDx8dTi .desc,
.cid-vecmDx8dTi .plus {
  display: inline-block;
  width: auto;
}
.cid-vecmDx8dTi .mbr-text,
.cid-vecmDx8dTi .mbr-section-btn {
  color: #52586a;
}
.cid-vecmDx8dTi .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vecmDx8dTi .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vecmDx8dTi .name,
.cid-vecmDx8dTi .card,
.cid-vecmDx8dTi .price-line {
  color: #111213;
}
.cid-veRjLZlnwD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRjLZlnwD .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRjLZlnwD .mbr-section-title {
  color: #24262b;
}
.cid-veRjLZlnwD .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRjLZlnwD .items-row {
  row-gap: 48px;
}
.cid-veRjLZlnwD .item {
  cursor: pointer;
}
.cid-veRjLZlnwD .item:focus,
.cid-veRjLZlnwD span:focus {
  outline: none;
}
.cid-veRjLZlnwD .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRjLZlnwD .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRjLZlnwD .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRjLZlnwD img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veRjLZlnwD .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRjLZlnwD .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRjLZlnwD .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRjLZlnwD .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veRjLZlnwD .item-title {
  color: #24262b;
}
.cid-veRjLZlnwD .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRjLZlnwD .mbr-text {
  color: #24262b;
}
.cid-vdJXZdux9O {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdJXZdux9O .mbr-section-title {
  margin: 0;
}
.cid-vdJXZdux9O .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdJXZdux9O .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdJXZdux9O .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdJXZdux9O .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdJXZdux9O .team-item .item-image {
  position: relative !important;
}
.cid-vdJXZdux9O .team-item .item-image img {
  width: 100%;
}
.cid-vdJXZdux9O .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdJXZdux9O .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdJXZdux9O .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdJXZdux9O .team-item .item-caption {
  background: #ffffff;
}
.cid-vdJXZdux9O .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdJXZdux9O .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdJXZdux9O .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdJXZdux9O .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdJXZdux9O .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJXZdux9O .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJXZdux9O .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJXZdux9O .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJXZdux9O .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJXZdux9O .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJXZdux9O .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdJXZdux9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJXZdux9O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRjMrRtDA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRjMrRtDA .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRjMrRtDA .mbr-section-title {
  color: #24262b;
}
.cid-veRjMrRtDA .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRjMrRtDA .items-row {
  row-gap: 48px;
}
.cid-veRjMrRtDA .item {
  cursor: pointer;
}
.cid-veRjMrRtDA .item:focus,
.cid-veRjMrRtDA span:focus {
  outline: none;
}
.cid-veRjMrRtDA .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRjMrRtDA .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRjMrRtDA .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRjMrRtDA img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veRjMrRtDA .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRjMrRtDA .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRjMrRtDA .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRjMrRtDA .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veRjMrRtDA .item-title {
  color: #24262b;
}
.cid-veRjMrRtDA .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRjMrRtDA .mbr-text {
  color: #24262b;
}
.cid-vdJXZf5naC {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdJXZf5naC input,
.cid-vdJXZf5naC textarea,
.cid-vdJXZf5naC input:active,
.cid-vdJXZf5naC textarea:active,
.cid-vdJXZf5naC input:focus,
.cid-vdJXZf5naC textarea:focus,
.cid-vdJXZf5naC form {
  color: #ffffff;
}
.cid-vdJXZf5naC input,
.cid-vdJXZf5naC textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdJXZf5naC input:hover,
.cid-vdJXZf5naC textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdJXZf5naC .colored-text {
  color: #ffffff !important;
}
.cid-vdJXZf5naC .mbr-section-title {
  color: #ffffff;
}
.cid-vdJXZf5naC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdJXZf5naC .mbr-text {
  color: #ffffff;
}
.cid-vdJXZfxVmE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdJXZfxVmE a:link {
  text-decoration: none;
}
.cid-vdJXZfxVmE .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdJXZfxVmE .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdJXZfxVmE .inner-text {
  line-height: 3em;
}
.cid-vdJXZfxVmE .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdJXZfxVmE .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdJXZfxVmE .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdJXZfxVmE .content-text,
.cid-vdJXZfxVmE .inner-text {
  color: #c1c1c1;
}
.cid-vdJY9xpbyc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdJY9xpbyc .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdJY9xpbyc .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdJY9xpbyc .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdJY9xpbyc .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdJY9xpbyc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdJY9xpbyc .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdJY9xpbyc .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdJY9xpbyc .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdJY9xpbyc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdJY9xpbyc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdJY9xpbyc .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdJY9xpbyc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdJY9xpbyc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdJY9xpbyc .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-vdJY9xpbyc .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdJY9xpbyc .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdJY9xpbyc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdJY9xpbyc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdJY9xpbyc .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdJY9xpbyc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdJY9xpbyc .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdJY9xpbyc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdJY9xpbyc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdJY9xpbyc .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-vdJY9xpbyc .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdJY9xpbyc .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdJY9xpbyc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdJY9xpbyc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdJY9xpbyc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdJY9xpbyc .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdJY9xpbyc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdJY9xpbyc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdJY9xpbyc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdJY9xpbyc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdJY9xpbyc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdJY9xpbyc .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-vdJY9xpbyc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdJY9xpbyc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdJY9xpbyc .dropdown-item.active,
.cid-vdJY9xpbyc .dropdown-item:active {
  background-color: transparent;
}
.cid-vdJY9xpbyc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdJY9xpbyc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdJY9xpbyc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdJY9xpbyc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdJY9xpbyc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdJY9xpbyc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdJY9xpbyc ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdJY9xpbyc .navbar-buttons {
  text-align: center;
}
.cid-vdJY9xpbyc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdJY9xpbyc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdJY9xpbyc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdJY9xpbyc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdJY9xpbyc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdJY9xpbyc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdJY9xpbyc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdJY9xpbyc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdJY9xpbyc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdJY9xpbyc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdJY9xpbyc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdJY9xpbyc a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdJY9xpbyc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdJY9xpbyc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdJY9xpbyc .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdJY9xpbyc .nav-link:hover,
.cid-vdJY9xpbyc .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdJY9xTP2m {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdJY9xTP2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJY9xTP2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdJY9xTP2m .container {
    padding: 0 16px;
  }
}
.cid-vdJY9xTP2m .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdJY9xTP2m .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdJY9xTP2m .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdJY9xTP2m .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdJY9xTP2m .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdJY9xTP2m .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdJY9xTP2m .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdJY9xTP2m .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdJY9xTP2m .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdJY9xTP2m .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdJY9xTP2m .mbr-text {
  color: #333333;
}
.cid-vdJY9xTP2m .mbr-text,
.cid-vdJY9xTP2m .mbr-section-btn {
  color: #ffffff;
}
.cid-venuo6G1pq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venuo6G1pq .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-venuo6G1pq .col-text {
    width: 100% !important;
  }
}
.cid-venuo6G1pq .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-venuo6G1pq .text-container {
    padding: 0;
  }
}
.cid-venuo6G1pq .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-venuo6G1pq .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-venuo6G1pq .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-venuo6G1pq .text-wrapper {
    padding: 0;
  }
}
.cid-venuo6G1pq .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-venuo6G1pq .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-venuo6G1pq .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-venuo6G1pq .btn-container {
  width: 100%;
}
.cid-venuo6G1pq .mbr-section-btn {
  margin-top: 20px;
}
.cid-venuo6G1pq .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-venuo6G1pq .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-venuo6G1pq .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-venuo6G1pq .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuo6G1pq .card {
    width: 100% !important;
  }
}
.cid-venuo6G1pq .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-venuo6G1pq .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-venuo6G1pq .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-venuo6G1pq .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuo6G1pq .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-venuo6G1pq .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-venuo6G1pq .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-venuo6G1pq .card-text {
  color: #8a8a8a;
}
.cid-vecoJ7WiFG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vecoJ7WiFG .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vecoJ7WiFG .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vecoJ7WiFG .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vecoJ7WiFG .desc {
  color: #111213;
}
.cid-vecoJ7WiFG .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vecoJ7WiFG .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vecoJ7WiFG .name {
  margin-bottom: 20px;
}
.cid-vecoJ7WiFG .price {
  width: auto;
  display: inline;
}
.cid-vecoJ7WiFG .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vecoJ7WiFG .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vecoJ7WiFG .desc2 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-vecoJ7WiFG .new-price {
  width: auto;
  display: inline;
}
.cid-vecoJ7WiFG .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vecoJ7WiFG .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vecoJ7WiFG .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vecoJ7WiFG .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vecoJ7WiFG .plus {
  color: #52586a;
}
.cid-vecoJ7WiFG .desc,
.cid-vecoJ7WiFG .plus {
  display: inline-block;
  width: auto;
}
.cid-vecoJ7WiFG .mbr-text,
.cid-vecoJ7WiFG .mbr-section-btn {
  color: #52586a;
}
.cid-vecoJ7WiFG .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vecoJ7WiFG .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vecoJ7WiFG .name,
.cid-vecoJ7WiFG .card,
.cid-vecoJ7WiFG .price-line {
  color: #111213;
}
.cid-veRkXphhxV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRkXphhxV .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRkXphhxV .mbr-section-title {
  color: #24262b;
}
.cid-veRkXphhxV .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRkXphhxV .items-row {
  row-gap: 48px;
}
.cid-veRkXphhxV .item {
  cursor: pointer;
}
.cid-veRkXphhxV .item:focus,
.cid-veRkXphhxV span:focus {
  outline: none;
}
.cid-veRkXphhxV .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRkXphhxV .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRkXphhxV .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRkXphhxV img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veRkXphhxV .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRkXphhxV .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRkXphhxV .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRkXphhxV .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veRkXphhxV .item-title {
  color: #24262b;
}
.cid-veRkXphhxV .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRkXphhxV .mbr-text {
  color: #24262b;
}
.cid-vdJY9zevW3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdJY9zevW3 .mbr-section-title {
  margin: 0;
}
.cid-vdJY9zevW3 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdJY9zevW3 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdJY9zevW3 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdJY9zevW3 .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdJY9zevW3 .team-item .item-image {
  position: relative !important;
}
.cid-vdJY9zevW3 .team-item .item-image img {
  width: 100%;
}
.cid-vdJY9zevW3 .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdJY9zevW3 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdJY9zevW3 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdJY9zevW3 .team-item .item-caption {
  background: #ffffff;
}
.cid-vdJY9zevW3 .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdJY9zevW3 .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdJY9zevW3 .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdJY9zevW3 .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdJY9zevW3 .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJY9zevW3 .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJY9zevW3 .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJY9zevW3 .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJY9zevW3 .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJY9zevW3 .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJY9zevW3 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdJY9zevW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJY9zevW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRkXQNxth {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRkXQNxth .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRkXQNxth .mbr-section-title {
  color: #24262b;
}
.cid-veRkXQNxth .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRkXQNxth .items-row {
  row-gap: 48px;
}
.cid-veRkXQNxth .item {
  cursor: pointer;
}
.cid-veRkXQNxth .item:focus,
.cid-veRkXQNxth span:focus {
  outline: none;
}
.cid-veRkXQNxth .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRkXQNxth .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRkXQNxth .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRkXQNxth img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veRkXQNxth .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRkXQNxth .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRkXQNxth .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRkXQNxth .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veRkXQNxth .item-title {
  color: #24262b;
}
.cid-veRkXQNxth .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRkXQNxth .mbr-text {
  color: #24262b;
}
.cid-vdJY9CFSRR {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdJY9CFSRR input,
.cid-vdJY9CFSRR textarea,
.cid-vdJY9CFSRR input:active,
.cid-vdJY9CFSRR textarea:active,
.cid-vdJY9CFSRR input:focus,
.cid-vdJY9CFSRR textarea:focus,
.cid-vdJY9CFSRR form {
  color: #ffffff;
}
.cid-vdJY9CFSRR input,
.cid-vdJY9CFSRR textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdJY9CFSRR input:hover,
.cid-vdJY9CFSRR textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdJY9CFSRR .colored-text {
  color: #ffffff !important;
}
.cid-vdJY9CFSRR .mbr-section-title {
  color: #ffffff;
}
.cid-vdJY9CFSRR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdJY9CFSRR .mbr-text {
  color: #ffffff;
}
.cid-vdJY9DxXPO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdJY9DxXPO a:link {
  text-decoration: none;
}
.cid-vdJY9DxXPO .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdJY9DxXPO .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdJY9DxXPO .inner-text {
  line-height: 3em;
}
.cid-vdJY9DxXPO .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdJY9DxXPO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdJY9DxXPO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdJY9DxXPO .content-text,
.cid-vdJY9DxXPO .inner-text {
  color: #c1c1c1;
}
.cid-vdJYoCFzQc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdJYoCFzQc .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdJYoCFzQc .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdJYoCFzQc .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdJYoCFzQc .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdJYoCFzQc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdJYoCFzQc .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdJYoCFzQc .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdJYoCFzQc .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdJYoCFzQc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdJYoCFzQc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdJYoCFzQc .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdJYoCFzQc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdJYoCFzQc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdJYoCFzQc .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-vdJYoCFzQc .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdJYoCFzQc .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdJYoCFzQc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdJYoCFzQc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdJYoCFzQc .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdJYoCFzQc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdJYoCFzQc .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdJYoCFzQc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdJYoCFzQc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdJYoCFzQc .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-vdJYoCFzQc .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdJYoCFzQc .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdJYoCFzQc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdJYoCFzQc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdJYoCFzQc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdJYoCFzQc .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdJYoCFzQc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdJYoCFzQc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdJYoCFzQc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdJYoCFzQc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdJYoCFzQc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdJYoCFzQc .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-vdJYoCFzQc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdJYoCFzQc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdJYoCFzQc .dropdown-item.active,
.cid-vdJYoCFzQc .dropdown-item:active {
  background-color: transparent;
}
.cid-vdJYoCFzQc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdJYoCFzQc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdJYoCFzQc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdJYoCFzQc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdJYoCFzQc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdJYoCFzQc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdJYoCFzQc ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdJYoCFzQc .navbar-buttons {
  text-align: center;
}
.cid-vdJYoCFzQc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdJYoCFzQc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdJYoCFzQc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdJYoCFzQc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdJYoCFzQc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdJYoCFzQc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdJYoCFzQc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdJYoCFzQc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdJYoCFzQc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdJYoCFzQc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdJYoCFzQc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdJYoCFzQc a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdJYoCFzQc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdJYoCFzQc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdJYoCFzQc .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdJYoCFzQc .nav-link:hover,
.cid-vdJYoCFzQc .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdJYoDcvk6 {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdJYoDcvk6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJYoDcvk6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdJYoDcvk6 .container {
    padding: 0 16px;
  }
}
.cid-vdJYoDcvk6 .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdJYoDcvk6 .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdJYoDcvk6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdJYoDcvk6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdJYoDcvk6 .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdJYoDcvk6 .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdJYoDcvk6 .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdJYoDcvk6 .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdJYoDcvk6 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdJYoDcvk6 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdJYoDcvk6 .mbr-text {
  color: #333333;
}
.cid-vdJYoDcvk6 .mbr-text,
.cid-vdJYoDcvk6 .mbr-section-btn {
  color: #ffffff;
}
.cid-venuvvImi6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venuvvImi6 .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-venuvvImi6 .col-text {
    width: 100% !important;
  }
}
.cid-venuvvImi6 .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-venuvvImi6 .text-container {
    padding: 0;
  }
}
.cid-venuvvImi6 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-venuvvImi6 .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-venuvvImi6 .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-venuvvImi6 .text-wrapper {
    padding: 0;
  }
}
.cid-venuvvImi6 .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-venuvvImi6 .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-venuvvImi6 .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-venuvvImi6 .btn-container {
  width: 100%;
}
.cid-venuvvImi6 .mbr-section-btn {
  margin-top: 20px;
}
.cid-venuvvImi6 .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-venuvvImi6 .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-venuvvImi6 .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-venuvvImi6 .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuvvImi6 .card {
    width: 100% !important;
  }
}
.cid-venuvvImi6 .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-venuvvImi6 .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-venuvvImi6 .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-venuvvImi6 .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuvvImi6 .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-venuvvImi6 .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-venuvvImi6 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-venuvvImi6 .card-text {
  color: #8a8a8a;
}
.cid-vecpz6Uca0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vecpz6Uca0 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vecpz6Uca0 .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vecpz6Uca0 .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vecpz6Uca0 .desc {
  color: #111213;
}
.cid-vecpz6Uca0 .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vecpz6Uca0 .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vecpz6Uca0 .name {
  margin-bottom: 20px;
}
.cid-vecpz6Uca0 .price {
  width: auto;
  display: inline;
}
.cid-vecpz6Uca0 .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vecpz6Uca0 .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vecpz6Uca0 .desc2 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-vecpz6Uca0 .new-price {
  width: auto;
  display: inline;
}
.cid-vecpz6Uca0 .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vecpz6Uca0 .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vecpz6Uca0 .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vecpz6Uca0 .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vecpz6Uca0 .plus {
  color: #52586a;
}
.cid-vecpz6Uca0 .desc,
.cid-vecpz6Uca0 .plus {
  display: inline-block;
  width: auto;
}
.cid-vecpz6Uca0 .mbr-text,
.cid-vecpz6Uca0 .mbr-section-btn {
  color: #52586a;
}
.cid-vecpz6Uca0 .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vecpz6Uca0 .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vecpz6Uca0 .name,
.cid-vecpz6Uca0 .card,
.cid-vecpz6Uca0 .price-line {
  color: #111213;
}
.cid-veRlhyZFQU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRlhyZFQU .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRlhyZFQU .mbr-section-title {
  color: #24262b;
}
.cid-veRlhyZFQU .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRlhyZFQU .items-row {
  row-gap: 48px;
}
.cid-veRlhyZFQU .item {
  cursor: pointer;
}
.cid-veRlhyZFQU .item:focus,
.cid-veRlhyZFQU span:focus {
  outline: none;
}
.cid-veRlhyZFQU .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRlhyZFQU .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRlhyZFQU .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRlhyZFQU img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veRlhyZFQU .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRlhyZFQU .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRlhyZFQU .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRlhyZFQU .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veRlhyZFQU .item-title {
  color: #24262b;
}
.cid-veRlhyZFQU .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRlhyZFQU .mbr-text {
  color: #24262b;
}
.cid-vdJYoEVkcp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdJYoEVkcp .mbr-section-title {
  margin: 0;
}
.cid-vdJYoEVkcp .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdJYoEVkcp .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdJYoEVkcp .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdJYoEVkcp .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdJYoEVkcp .team-item .item-image {
  position: relative !important;
}
.cid-vdJYoEVkcp .team-item .item-image img {
  width: 100%;
}
.cid-vdJYoEVkcp .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdJYoEVkcp .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdJYoEVkcp .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdJYoEVkcp .team-item .item-caption {
  background: #ffffff;
}
.cid-vdJYoEVkcp .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdJYoEVkcp .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdJYoEVkcp .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdJYoEVkcp .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdJYoEVkcp .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJYoEVkcp .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJYoEVkcp .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJYoEVkcp .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJYoEVkcp .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJYoEVkcp .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJYoEVkcp .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdJYoEVkcp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJYoEVkcp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRlhWH6ds {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRlhWH6ds .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRlhWH6ds .mbr-section-title {
  color: #24262b;
}
.cid-veRlhWH6ds .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRlhWH6ds .items-row {
  row-gap: 48px;
}
.cid-veRlhWH6ds .item {
  cursor: pointer;
}
.cid-veRlhWH6ds .item:focus,
.cid-veRlhWH6ds span:focus {
  outline: none;
}
.cid-veRlhWH6ds .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRlhWH6ds .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRlhWH6ds .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRlhWH6ds img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veRlhWH6ds .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRlhWH6ds .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRlhWH6ds .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRlhWH6ds .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veRlhWH6ds .item-title {
  color: #24262b;
}
.cid-veRlhWH6ds .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRlhWH6ds .mbr-text {
  color: #24262b;
}
.cid-vdJYoGDZY1 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdJYoGDZY1 input,
.cid-vdJYoGDZY1 textarea,
.cid-vdJYoGDZY1 input:active,
.cid-vdJYoGDZY1 textarea:active,
.cid-vdJYoGDZY1 input:focus,
.cid-vdJYoGDZY1 textarea:focus,
.cid-vdJYoGDZY1 form {
  color: #ffffff;
}
.cid-vdJYoGDZY1 input,
.cid-vdJYoGDZY1 textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdJYoGDZY1 input:hover,
.cid-vdJYoGDZY1 textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdJYoGDZY1 .colored-text {
  color: #ffffff !important;
}
.cid-vdJYoGDZY1 .mbr-section-title {
  color: #ffffff;
}
.cid-vdJYoGDZY1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdJYoGDZY1 .mbr-text {
  color: #ffffff;
}
.cid-vdJYoHgjBb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdJYoHgjBb a:link {
  text-decoration: none;
}
.cid-vdJYoHgjBb .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdJYoHgjBb .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdJYoHgjBb .inner-text {
  line-height: 3em;
}
.cid-vdJYoHgjBb .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdJYoHgjBb .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdJYoHgjBb .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdJYoHgjBb .content-text,
.cid-vdJYoHgjBb .inner-text {
  color: #c1c1c1;
}
.cid-vdJYteNqtZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdJYteNqtZ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdJYteNqtZ .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdJYteNqtZ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdJYteNqtZ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdJYteNqtZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdJYteNqtZ .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdJYteNqtZ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdJYteNqtZ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdJYteNqtZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdJYteNqtZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdJYteNqtZ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdJYteNqtZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdJYteNqtZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdJYteNqtZ .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-vdJYteNqtZ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdJYteNqtZ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdJYteNqtZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdJYteNqtZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdJYteNqtZ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdJYteNqtZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdJYteNqtZ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdJYteNqtZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdJYteNqtZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdJYteNqtZ .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-vdJYteNqtZ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdJYteNqtZ .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdJYteNqtZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdJYteNqtZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdJYteNqtZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdJYteNqtZ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdJYteNqtZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdJYteNqtZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdJYteNqtZ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdJYteNqtZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdJYteNqtZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdJYteNqtZ .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-vdJYteNqtZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdJYteNqtZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdJYteNqtZ .dropdown-item.active,
.cid-vdJYteNqtZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vdJYteNqtZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdJYteNqtZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdJYteNqtZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdJYteNqtZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdJYteNqtZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdJYteNqtZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdJYteNqtZ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdJYteNqtZ .navbar-buttons {
  text-align: center;
}
.cid-vdJYteNqtZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdJYteNqtZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdJYteNqtZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdJYteNqtZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdJYteNqtZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdJYteNqtZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdJYteNqtZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdJYteNqtZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdJYteNqtZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdJYteNqtZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdJYteNqtZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdJYteNqtZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdJYteNqtZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdJYteNqtZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdJYteNqtZ .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdJYteNqtZ .nav-link:hover,
.cid-vdJYteNqtZ .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdJYtfjYmD {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdJYtfjYmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJYtfjYmD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdJYtfjYmD .container {
    padding: 0 16px;
  }
}
.cid-vdJYtfjYmD .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdJYtfjYmD .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdJYtfjYmD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdJYtfjYmD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdJYtfjYmD .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdJYtfjYmD .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdJYtfjYmD .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdJYtfjYmD .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdJYtfjYmD .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdJYtfjYmD .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdJYtfjYmD .mbr-text {
  color: #333333;
}
.cid-vdJYtfjYmD .mbr-text,
.cid-vdJYtfjYmD .mbr-section-btn {
  color: #ffffff;
}
.cid-venuxh1JTW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venuxh1JTW .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-venuxh1JTW .col-text {
    width: 100% !important;
  }
}
.cid-venuxh1JTW .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-venuxh1JTW .text-container {
    padding: 0;
  }
}
.cid-venuxh1JTW .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-venuxh1JTW .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-venuxh1JTW .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-venuxh1JTW .text-wrapper {
    padding: 0;
  }
}
.cid-venuxh1JTW .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-venuxh1JTW .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-venuxh1JTW .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-venuxh1JTW .btn-container {
  width: 100%;
}
.cid-venuxh1JTW .mbr-section-btn {
  margin-top: 20px;
}
.cid-venuxh1JTW .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-venuxh1JTW .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-venuxh1JTW .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-venuxh1JTW .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuxh1JTW .card {
    width: 100% !important;
  }
}
.cid-venuxh1JTW .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-venuxh1JTW .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-venuxh1JTW .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-venuxh1JTW .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuxh1JTW .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-venuxh1JTW .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-venuxh1JTW .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-venuxh1JTW .card-text {
  color: #8a8a8a;
}
.cid-vecqPA3tGM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vecqPA3tGM .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vecqPA3tGM .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vecqPA3tGM .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vecqPA3tGM .desc {
  color: #111213;
}
.cid-vecqPA3tGM .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vecqPA3tGM .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vecqPA3tGM .name {
  margin-bottom: 20px;
}
.cid-vecqPA3tGM .price {
  width: auto;
  display: inline;
}
.cid-vecqPA3tGM .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vecqPA3tGM .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vecqPA3tGM .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-vecqPA3tGM .new-price {
  width: auto;
  display: inline;
}
.cid-vecqPA3tGM .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vecqPA3tGM .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vecqPA3tGM .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vecqPA3tGM .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vecqPA3tGM .plus {
  color: #52586a;
}
.cid-vecqPA3tGM .desc,
.cid-vecqPA3tGM .plus {
  display: inline-block;
  width: auto;
}
.cid-vecqPA3tGM .mbr-text,
.cid-vecqPA3tGM .mbr-section-btn {
  color: #52586a;
}
.cid-vecqPA3tGM .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vecqPA3tGM .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vecqPA3tGM .name,
.cid-vecqPA3tGM .card,
.cid-vecqPA3tGM .price-line {
  color: #111213;
}
.cid-veRlu2Ql07 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRlu2Ql07 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRlu2Ql07 .mbr-section-title {
  color: #24262b;
}
.cid-veRlu2Ql07 .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRlu2Ql07 .items-row {
  row-gap: 48px;
}
.cid-veRlu2Ql07 .item {
  cursor: pointer;
}
.cid-veRlu2Ql07 .item:focus,
.cid-veRlu2Ql07 span:focus {
  outline: none;
}
.cid-veRlu2Ql07 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRlu2Ql07 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRlu2Ql07 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRlu2Ql07 img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veRlu2Ql07 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRlu2Ql07 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRlu2Ql07 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRlu2Ql07 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veRlu2Ql07 .item-title {
  color: #24262b;
}
.cid-veRlu2Ql07 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRlu2Ql07 .mbr-text {
  color: #24262b;
}
.cid-vdJYtgXH34 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdJYtgXH34 .mbr-section-title {
  margin: 0;
}
.cid-vdJYtgXH34 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdJYtgXH34 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdJYtgXH34 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdJYtgXH34 .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdJYtgXH34 .team-item .item-image {
  position: relative !important;
}
.cid-vdJYtgXH34 .team-item .item-image img {
  width: 100%;
}
.cid-vdJYtgXH34 .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdJYtgXH34 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdJYtgXH34 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdJYtgXH34 .team-item .item-caption {
  background: #ffffff;
}
.cid-vdJYtgXH34 .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdJYtgXH34 .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdJYtgXH34 .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdJYtgXH34 .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdJYtgXH34 .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJYtgXH34 .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJYtgXH34 .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJYtgXH34 .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJYtgXH34 .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJYtgXH34 .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJYtgXH34 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdJYtgXH34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJYtgXH34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRltG826G {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRltG826G .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRltG826G .mbr-section-title {
  color: #24262b;
}
.cid-veRltG826G .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRltG826G .items-row {
  row-gap: 48px;
}
.cid-veRltG826G .item {
  cursor: pointer;
}
.cid-veRltG826G .item:focus,
.cid-veRltG826G span:focus {
  outline: none;
}
.cid-veRltG826G .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRltG826G .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRltG826G .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRltG826G img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veRltG826G .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRltG826G .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRltG826G .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRltG826G .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veRltG826G .item-title {
  color: #24262b;
}
.cid-veRltG826G .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRltG826G .mbr-text {
  color: #24262b;
}
.cid-vdJYtiJJL5 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdJYtiJJL5 input,
.cid-vdJYtiJJL5 textarea,
.cid-vdJYtiJJL5 input:active,
.cid-vdJYtiJJL5 textarea:active,
.cid-vdJYtiJJL5 input:focus,
.cid-vdJYtiJJL5 textarea:focus,
.cid-vdJYtiJJL5 form {
  color: #ffffff;
}
.cid-vdJYtiJJL5 input,
.cid-vdJYtiJJL5 textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdJYtiJJL5 input:hover,
.cid-vdJYtiJJL5 textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdJYtiJJL5 .colored-text {
  color: #ffffff !important;
}
.cid-vdJYtiJJL5 .mbr-section-title {
  color: #ffffff;
}
.cid-vdJYtiJJL5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdJYtiJJL5 .mbr-text {
  color: #ffffff;
}
.cid-vdJYtjb58I {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdJYtjb58I a:link {
  text-decoration: none;
}
.cid-vdJYtjb58I .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdJYtjb58I .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdJYtjb58I .inner-text {
  line-height: 3em;
}
.cid-vdJYtjb58I .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdJYtjb58I .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdJYtjb58I .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdJYtjb58I .content-text,
.cid-vdJYtjb58I .inner-text {
  color: #c1c1c1;
}
.cid-vdJYNbhgmY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdJYNbhgmY .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdJYNbhgmY .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdJYNbhgmY .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdJYNbhgmY .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdJYNbhgmY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdJYNbhgmY .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdJYNbhgmY .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdJYNbhgmY .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdJYNbhgmY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdJYNbhgmY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdJYNbhgmY .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdJYNbhgmY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdJYNbhgmY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdJYNbhgmY .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-vdJYNbhgmY .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdJYNbhgmY .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdJYNbhgmY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdJYNbhgmY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdJYNbhgmY .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdJYNbhgmY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdJYNbhgmY .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdJYNbhgmY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdJYNbhgmY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdJYNbhgmY .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-vdJYNbhgmY .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdJYNbhgmY .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdJYNbhgmY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdJYNbhgmY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdJYNbhgmY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdJYNbhgmY .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdJYNbhgmY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdJYNbhgmY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdJYNbhgmY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdJYNbhgmY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdJYNbhgmY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdJYNbhgmY .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-vdJYNbhgmY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdJYNbhgmY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdJYNbhgmY .dropdown-item.active,
.cid-vdJYNbhgmY .dropdown-item:active {
  background-color: transparent;
}
.cid-vdJYNbhgmY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdJYNbhgmY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdJYNbhgmY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdJYNbhgmY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdJYNbhgmY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdJYNbhgmY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdJYNbhgmY ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdJYNbhgmY .navbar-buttons {
  text-align: center;
}
.cid-vdJYNbhgmY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdJYNbhgmY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdJYNbhgmY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdJYNbhgmY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdJYNbhgmY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdJYNbhgmY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdJYNbhgmY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdJYNbhgmY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdJYNbhgmY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdJYNbhgmY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdJYNbhgmY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdJYNbhgmY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdJYNbhgmY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdJYNbhgmY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdJYNbhgmY .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdJYNbhgmY .nav-link:hover,
.cid-vdJYNbhgmY .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdJYNbK4Dq {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdJYNbK4Dq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJYNbK4Dq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdJYNbK4Dq .container {
    padding: 0 16px;
  }
}
.cid-vdJYNbK4Dq .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdJYNbK4Dq .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdJYNbK4Dq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdJYNbK4Dq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdJYNbK4Dq .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdJYNbK4Dq .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdJYNbK4Dq .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdJYNbK4Dq .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdJYNbK4Dq .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdJYNbK4Dq .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdJYNbK4Dq .mbr-text {
  color: #333333;
}
.cid-vdJYNbK4Dq .mbr-text,
.cid-vdJYNbK4Dq .mbr-section-btn {
  color: #ffffff;
}
.cid-venuzA7z8P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venuzA7z8P .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-venuzA7z8P .col-text {
    width: 100% !important;
  }
}
.cid-venuzA7z8P .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-venuzA7z8P .text-container {
    padding: 0;
  }
}
.cid-venuzA7z8P .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-venuzA7z8P .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-venuzA7z8P .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-venuzA7z8P .text-wrapper {
    padding: 0;
  }
}
.cid-venuzA7z8P .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-venuzA7z8P .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-venuzA7z8P .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-venuzA7z8P .btn-container {
  width: 100%;
}
.cid-venuzA7z8P .mbr-section-btn {
  margin-top: 20px;
}
.cid-venuzA7z8P .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-venuzA7z8P .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-venuzA7z8P .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-venuzA7z8P .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuzA7z8P .card {
    width: 100% !important;
  }
}
.cid-venuzA7z8P .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-venuzA7z8P .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-venuzA7z8P .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-venuzA7z8P .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuzA7z8P .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-venuzA7z8P .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-venuzA7z8P .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-venuzA7z8P .card-text {
  color: #8a8a8a;
}
.cid-vecwc0BnyW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vecwc0BnyW .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vecwc0BnyW .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vecwc0BnyW .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vecwc0BnyW .desc {
  color: #111213;
}
.cid-vecwc0BnyW .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vecwc0BnyW .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vecwc0BnyW .name {
  margin-bottom: 20px;
}
.cid-vecwc0BnyW .price {
  width: auto;
  display: inline;
}
.cid-vecwc0BnyW .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vecwc0BnyW .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vecwc0BnyW .desc2 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-vecwc0BnyW .new-price {
  width: auto;
  display: inline;
}
.cid-vecwc0BnyW .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vecwc0BnyW .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vecwc0BnyW .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vecwc0BnyW .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vecwc0BnyW .plus {
  color: #52586a;
}
.cid-vecwc0BnyW .desc,
.cid-vecwc0BnyW .plus {
  display: inline-block;
  width: auto;
}
.cid-vecwc0BnyW .mbr-text,
.cid-vecwc0BnyW .mbr-section-btn {
  color: #52586a;
}
.cid-vecwc0BnyW .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vecwc0BnyW .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vecwc0BnyW .name,
.cid-vecwc0BnyW .card,
.cid-vecwc0BnyW .price-line {
  color: #111213;
}
.cid-veRlIgFM2Q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRlIgFM2Q .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRlIgFM2Q .mbr-section-title {
  color: #24262b;
}
.cid-veRlIgFM2Q .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRlIgFM2Q .items-row {
  row-gap: 48px;
}
.cid-veRlIgFM2Q .item {
  cursor: pointer;
}
.cid-veRlIgFM2Q .item:focus,
.cid-veRlIgFM2Q span:focus {
  outline: none;
}
.cid-veRlIgFM2Q .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRlIgFM2Q .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRlIgFM2Q .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRlIgFM2Q img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veRlIgFM2Q .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRlIgFM2Q .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRlIgFM2Q .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRlIgFM2Q .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veRlIgFM2Q .item-title {
  color: #24262b;
}
.cid-veRlIgFM2Q .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRlIgFM2Q .mbr-text {
  color: #24262b;
}
.cid-vdJYNduehr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdJYNduehr .mbr-section-title {
  margin: 0;
}
.cid-vdJYNduehr .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdJYNduehr .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdJYNduehr .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdJYNduehr .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdJYNduehr .team-item .item-image {
  position: relative !important;
}
.cid-vdJYNduehr .team-item .item-image img {
  width: 100%;
}
.cid-vdJYNduehr .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdJYNduehr .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdJYNduehr .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdJYNduehr .team-item .item-caption {
  background: #ffffff;
}
.cid-vdJYNduehr .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdJYNduehr .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdJYNduehr .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdJYNduehr .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdJYNduehr .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJYNduehr .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJYNduehr .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJYNduehr .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJYNduehr .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJYNduehr .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJYNduehr .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdJYNduehr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJYNduehr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRlHUdDCo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRlHUdDCo .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRlHUdDCo .mbr-section-title {
  color: #24262b;
}
.cid-veRlHUdDCo .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRlHUdDCo .items-row {
  row-gap: 48px;
}
.cid-veRlHUdDCo .item {
  cursor: pointer;
}
.cid-veRlHUdDCo .item:focus,
.cid-veRlHUdDCo span:focus {
  outline: none;
}
.cid-veRlHUdDCo .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRlHUdDCo .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRlHUdDCo .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRlHUdDCo img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veRlHUdDCo .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRlHUdDCo .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRlHUdDCo .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRlHUdDCo .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veRlHUdDCo .item-title {
  color: #24262b;
}
.cid-veRlHUdDCo .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRlHUdDCo .mbr-text {
  color: #24262b;
}
.cid-vdJYNfw5wU {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdJYNfw5wU input,
.cid-vdJYNfw5wU textarea,
.cid-vdJYNfw5wU input:active,
.cid-vdJYNfw5wU textarea:active,
.cid-vdJYNfw5wU input:focus,
.cid-vdJYNfw5wU textarea:focus,
.cid-vdJYNfw5wU form {
  color: #ffffff;
}
.cid-vdJYNfw5wU input,
.cid-vdJYNfw5wU textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdJYNfw5wU input:hover,
.cid-vdJYNfw5wU textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdJYNfw5wU .colored-text {
  color: #ffffff !important;
}
.cid-vdJYNfw5wU .mbr-section-title {
  color: #ffffff;
}
.cid-vdJYNfw5wU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdJYNfw5wU .mbr-text {
  color: #ffffff;
}
.cid-vdJYNfUI6a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdJYNfUI6a a:link {
  text-decoration: none;
}
.cid-vdJYNfUI6a .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdJYNfUI6a .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdJYNfUI6a .inner-text {
  line-height: 3em;
}
.cid-vdJYNfUI6a .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdJYNfUI6a .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdJYNfUI6a .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdJYNfUI6a .content-text,
.cid-vdJYNfUI6a .inner-text {
  color: #c1c1c1;
}
.cid-vdJZcqW57r .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdJZcqW57r .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdJZcqW57r .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdJZcqW57r .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdJZcqW57r .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdJZcqW57r .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdJZcqW57r .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdJZcqW57r .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdJZcqW57r .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdJZcqW57r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdJZcqW57r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdJZcqW57r .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdJZcqW57r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdJZcqW57r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdJZcqW57r .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-vdJZcqW57r .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdJZcqW57r .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdJZcqW57r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdJZcqW57r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdJZcqW57r .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdJZcqW57r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdJZcqW57r .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdJZcqW57r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdJZcqW57r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdJZcqW57r .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-vdJZcqW57r .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdJZcqW57r .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdJZcqW57r .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdJZcqW57r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdJZcqW57r .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdJZcqW57r .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdJZcqW57r .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdJZcqW57r .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdJZcqW57r .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdJZcqW57r .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdJZcqW57r .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdJZcqW57r .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-vdJZcqW57r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdJZcqW57r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdJZcqW57r .dropdown-item.active,
.cid-vdJZcqW57r .dropdown-item:active {
  background-color: transparent;
}
.cid-vdJZcqW57r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdJZcqW57r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdJZcqW57r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdJZcqW57r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdJZcqW57r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdJZcqW57r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdJZcqW57r ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdJZcqW57r .navbar-buttons {
  text-align: center;
}
.cid-vdJZcqW57r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdJZcqW57r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdJZcqW57r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdJZcqW57r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdJZcqW57r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdJZcqW57r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdJZcqW57r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdJZcqW57r nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdJZcqW57r nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdJZcqW57r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdJZcqW57r .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdJZcqW57r a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdJZcqW57r .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdJZcqW57r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdJZcqW57r .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdJZcqW57r .nav-link:hover,
.cid-vdJZcqW57r .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdJZcrsuUD {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdJZcrsuUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJZcrsuUD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdJZcrsuUD .container {
    padding: 0 16px;
  }
}
.cid-vdJZcrsuUD .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdJZcrsuUD .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdJZcrsuUD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdJZcrsuUD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdJZcrsuUD .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdJZcrsuUD .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdJZcrsuUD .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdJZcrsuUD .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdJZcrsuUD .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdJZcrsuUD .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdJZcrsuUD .mbr-text {
  color: #333333;
}
.cid-vdJZcrsuUD .mbr-text,
.cid-vdJZcrsuUD .mbr-section-btn {
  color: #ffffff;
}
.cid-venuBhuCrg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venuBhuCrg .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-venuBhuCrg .col-text {
    width: 100% !important;
  }
}
.cid-venuBhuCrg .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-venuBhuCrg .text-container {
    padding: 0;
  }
}
.cid-venuBhuCrg .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-venuBhuCrg .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-venuBhuCrg .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-venuBhuCrg .text-wrapper {
    padding: 0;
  }
}
.cid-venuBhuCrg .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-venuBhuCrg .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-venuBhuCrg .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-venuBhuCrg .btn-container {
  width: 100%;
}
.cid-venuBhuCrg .mbr-section-btn {
  margin-top: 20px;
}
.cid-venuBhuCrg .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-venuBhuCrg .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-venuBhuCrg .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-venuBhuCrg .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuBhuCrg .card {
    width: 100% !important;
  }
}
.cid-venuBhuCrg .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-venuBhuCrg .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-venuBhuCrg .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-venuBhuCrg .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuBhuCrg .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-venuBhuCrg .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-venuBhuCrg .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-venuBhuCrg .card-text {
  color: #8a8a8a;
}
.cid-vecAEo4fx6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vecAEo4fx6 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vecAEo4fx6 .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vecAEo4fx6 .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vecAEo4fx6 .desc {
  color: #111213;
}
.cid-vecAEo4fx6 .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vecAEo4fx6 .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vecAEo4fx6 .name {
  margin-bottom: 20px;
}
.cid-vecAEo4fx6 .price {
  width: auto;
  display: inline;
}
.cid-vecAEo4fx6 .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vecAEo4fx6 .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vecAEo4fx6 .desc2 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-vecAEo4fx6 .new-price {
  width: auto;
  display: inline;
}
.cid-vecAEo4fx6 .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vecAEo4fx6 .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vecAEo4fx6 .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vecAEo4fx6 .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vecAEo4fx6 .plus {
  color: #52586a;
}
.cid-vecAEo4fx6 .desc,
.cid-vecAEo4fx6 .plus {
  display: inline-block;
  width: auto;
}
.cid-vecAEo4fx6 .mbr-text,
.cid-vecAEo4fx6 .mbr-section-btn {
  color: #52586a;
}
.cid-vecAEo4fx6 .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vecAEo4fx6 .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vecAEo4fx6 .name,
.cid-vecAEo4fx6 .card,
.cid-vecAEo4fx6 .price-line {
  color: #111213;
}
.cid-veRmJG5Qvt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRmJG5Qvt .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRmJG5Qvt .mbr-section-title {
  color: #24262b;
}
.cid-veRmJG5Qvt .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRmJG5Qvt .items-row {
  row-gap: 48px;
}
.cid-veRmJG5Qvt .item {
  cursor: pointer;
}
.cid-veRmJG5Qvt .item:focus,
.cid-veRmJG5Qvt span:focus {
  outline: none;
}
.cid-veRmJG5Qvt .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRmJG5Qvt .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRmJG5Qvt .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRmJG5Qvt img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veRmJG5Qvt .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRmJG5Qvt .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRmJG5Qvt .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRmJG5Qvt .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veRmJG5Qvt .item-title {
  color: #24262b;
}
.cid-veRmJG5Qvt .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRmJG5Qvt .mbr-text {
  color: #24262b;
}
.cid-vdJZcthYzk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdJZcthYzk .mbr-section-title {
  margin: 0;
}
.cid-vdJZcthYzk .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdJZcthYzk .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdJZcthYzk .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdJZcthYzk .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdJZcthYzk .team-item .item-image {
  position: relative !important;
}
.cid-vdJZcthYzk .team-item .item-image img {
  width: 100%;
}
.cid-vdJZcthYzk .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdJZcthYzk .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdJZcthYzk .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdJZcthYzk .team-item .item-caption {
  background: #ffffff;
}
.cid-vdJZcthYzk .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdJZcthYzk .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdJZcthYzk .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdJZcthYzk .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdJZcthYzk .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJZcthYzk .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJZcthYzk .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJZcthYzk .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJZcthYzk .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJZcthYzk .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJZcthYzk .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdJZcthYzk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJZcthYzk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRmJdi1AQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRmJdi1AQ .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRmJdi1AQ .mbr-section-title {
  color: #24262b;
}
.cid-veRmJdi1AQ .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRmJdi1AQ .items-row {
  row-gap: 48px;
}
.cid-veRmJdi1AQ .item {
  cursor: pointer;
}
.cid-veRmJdi1AQ .item:focus,
.cid-veRmJdi1AQ span:focus {
  outline: none;
}
.cid-veRmJdi1AQ .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRmJdi1AQ .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRmJdi1AQ .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRmJdi1AQ img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veRmJdi1AQ .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRmJdi1AQ .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRmJdi1AQ .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRmJdi1AQ .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veRmJdi1AQ .item-title {
  color: #24262b;
}
.cid-veRmJdi1AQ .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRmJdi1AQ .mbr-text {
  color: #24262b;
}
.cid-vdJZcvit7S {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdJZcvit7S input,
.cid-vdJZcvit7S textarea,
.cid-vdJZcvit7S input:active,
.cid-vdJZcvit7S textarea:active,
.cid-vdJZcvit7S input:focus,
.cid-vdJZcvit7S textarea:focus,
.cid-vdJZcvit7S form {
  color: #ffffff;
}
.cid-vdJZcvit7S input,
.cid-vdJZcvit7S textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdJZcvit7S input:hover,
.cid-vdJZcvit7S textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdJZcvit7S .colored-text {
  color: #ffffff !important;
}
.cid-vdJZcvit7S .mbr-section-title {
  color: #ffffff;
}
.cid-vdJZcvit7S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdJZcvit7S .mbr-text {
  color: #ffffff;
}
.cid-vdJZcvYu1h {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdJZcvYu1h a:link {
  text-decoration: none;
}
.cid-vdJZcvYu1h .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdJZcvYu1h .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdJZcvYu1h .inner-text {
  line-height: 3em;
}
.cid-vdJZcvYu1h .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdJZcvYu1h .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdJZcvYu1h .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdJZcvYu1h .content-text,
.cid-vdJZcvYu1h .inner-text {
  color: #c1c1c1;
}
.cid-vdJZpa4KuT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vdJZpa4KuT .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vdJZpa4KuT .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vdJZpa4KuT .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vdJZpa4KuT .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vdJZpa4KuT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdJZpa4KuT .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vdJZpa4KuT .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vdJZpa4KuT .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vdJZpa4KuT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdJZpa4KuT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vdJZpa4KuT .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vdJZpa4KuT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdJZpa4KuT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdJZpa4KuT .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-vdJZpa4KuT .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vdJZpa4KuT .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vdJZpa4KuT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdJZpa4KuT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vdJZpa4KuT .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vdJZpa4KuT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdJZpa4KuT .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vdJZpa4KuT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdJZpa4KuT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdJZpa4KuT .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-vdJZpa4KuT .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vdJZpa4KuT .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vdJZpa4KuT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdJZpa4KuT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdJZpa4KuT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vdJZpa4KuT .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vdJZpa4KuT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdJZpa4KuT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdJZpa4KuT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vdJZpa4KuT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdJZpa4KuT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdJZpa4KuT .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-vdJZpa4KuT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdJZpa4KuT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdJZpa4KuT .dropdown-item.active,
.cid-vdJZpa4KuT .dropdown-item:active {
  background-color: transparent;
}
.cid-vdJZpa4KuT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdJZpa4KuT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdJZpa4KuT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdJZpa4KuT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdJZpa4KuT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vdJZpa4KuT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdJZpa4KuT ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vdJZpa4KuT .navbar-buttons {
  text-align: center;
}
.cid-vdJZpa4KuT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdJZpa4KuT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdJZpa4KuT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdJZpa4KuT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdJZpa4KuT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdJZpa4KuT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdJZpa4KuT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdJZpa4KuT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdJZpa4KuT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdJZpa4KuT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdJZpa4KuT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdJZpa4KuT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vdJZpa4KuT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdJZpa4KuT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vdJZpa4KuT .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vdJZpa4KuT .nav-link:hover,
.cid-vdJZpa4KuT .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vdJZpaAXiO {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vdJZpaAXiO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJZpaAXiO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdJZpaAXiO .container {
    padding: 0 16px;
  }
}
.cid-vdJZpaAXiO .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdJZpaAXiO .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vdJZpaAXiO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdJZpaAXiO .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdJZpaAXiO .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdJZpaAXiO .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vdJZpaAXiO .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdJZpaAXiO .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vdJZpaAXiO .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vdJZpaAXiO .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdJZpaAXiO .mbr-text {
  color: #333333;
}
.cid-vdJZpaAXiO .mbr-text,
.cid-vdJZpaAXiO .mbr-section-btn {
  color: #ffffff;
}
.cid-venuDjhBkG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venuDjhBkG .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-venuDjhBkG .col-text {
    width: 100% !important;
  }
}
.cid-venuDjhBkG .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-venuDjhBkG .text-container {
    padding: 0;
  }
}
.cid-venuDjhBkG .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-venuDjhBkG .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-venuDjhBkG .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-venuDjhBkG .text-wrapper {
    padding: 0;
  }
}
.cid-venuDjhBkG .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-venuDjhBkG .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-venuDjhBkG .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-venuDjhBkG .btn-container {
  width: 100%;
}
.cid-venuDjhBkG .mbr-section-btn {
  margin-top: 20px;
}
.cid-venuDjhBkG .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-venuDjhBkG .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-venuDjhBkG .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-venuDjhBkG .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuDjhBkG .card {
    width: 100% !important;
  }
}
.cid-venuDjhBkG .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-venuDjhBkG .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-venuDjhBkG .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-venuDjhBkG .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuDjhBkG .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-venuDjhBkG .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-venuDjhBkG .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-venuDjhBkG .card-text {
  color: #8a8a8a;
}
.cid-vecE94DGge {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vecE94DGge .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vecE94DGge .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vecE94DGge .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vecE94DGge .desc {
  color: #111213;
}
.cid-vecE94DGge .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vecE94DGge .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vecE94DGge .name {
  margin-bottom: 20px;
}
.cid-vecE94DGge .price {
  width: auto;
  display: inline;
}
.cid-vecE94DGge .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vecE94DGge .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vecE94DGge .desc2 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-vecE94DGge .new-price {
  width: auto;
  display: inline;
}
.cid-vecE94DGge .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vecE94DGge .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vecE94DGge .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vecE94DGge .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vecE94DGge .plus {
  color: #52586a;
}
.cid-vecE94DGge .desc,
.cid-vecE94DGge .plus {
  display: inline-block;
  width: auto;
}
.cid-vecE94DGge .mbr-text,
.cid-vecE94DGge .mbr-section-btn {
  color: #52586a;
}
.cid-vecE94DGge .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vecE94DGge .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vecE94DGge .name,
.cid-vecE94DGge .card,
.cid-vecE94DGge .price-line {
  color: #111213;
}
.cid-veRn0hlPlX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRn0hlPlX .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRn0hlPlX .mbr-section-title {
  color: #24262b;
}
.cid-veRn0hlPlX .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRn0hlPlX .items-row {
  row-gap: 48px;
}
.cid-veRn0hlPlX .item {
  cursor: pointer;
}
.cid-veRn0hlPlX .item:focus,
.cid-veRn0hlPlX span:focus {
  outline: none;
}
.cid-veRn0hlPlX .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRn0hlPlX .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRn0hlPlX .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRn0hlPlX img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veRn0hlPlX .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRn0hlPlX .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRn0hlPlX .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRn0hlPlX .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veRn0hlPlX .item-title {
  color: #24262b;
}
.cid-veRn0hlPlX .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRn0hlPlX .mbr-text {
  color: #24262b;
}
.cid-vdJZpc9gJ6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vdJZpc9gJ6 .mbr-section-title {
  margin: 0;
}
.cid-vdJZpc9gJ6 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vdJZpc9gJ6 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vdJZpc9gJ6 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdJZpc9gJ6 .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vdJZpc9gJ6 .team-item .item-image {
  position: relative !important;
}
.cid-vdJZpc9gJ6 .team-item .item-image img {
  width: 100%;
}
.cid-vdJZpc9gJ6 .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vdJZpc9gJ6 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdJZpc9gJ6 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdJZpc9gJ6 .team-item .item-caption {
  background: #ffffff;
}
.cid-vdJZpc9gJ6 .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vdJZpc9gJ6 .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vdJZpc9gJ6 .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vdJZpc9gJ6 .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vdJZpc9gJ6 .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJZpc9gJ6 .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJZpc9gJ6 .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJZpc9gJ6 .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJZpc9gJ6 .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJZpc9gJ6 .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vdJZpc9gJ6 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vdJZpc9gJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJZpc9gJ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRmZXlREw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRmZXlREw .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRmZXlREw .mbr-section-title {
  color: #24262b;
}
.cid-veRmZXlREw .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRmZXlREw .items-row {
  row-gap: 48px;
}
.cid-veRmZXlREw .item {
  cursor: pointer;
}
.cid-veRmZXlREw .item:focus,
.cid-veRmZXlREw span:focus {
  outline: none;
}
.cid-veRmZXlREw .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRmZXlREw .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRmZXlREw .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRmZXlREw img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veRmZXlREw .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRmZXlREw .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRmZXlREw .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRmZXlREw .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veRmZXlREw .item-title {
  color: #24262b;
}
.cid-veRmZXlREw .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRmZXlREw .mbr-text {
  color: #24262b;
}
.cid-vdJZpdTKsA {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vdJZpdTKsA input,
.cid-vdJZpdTKsA textarea,
.cid-vdJZpdTKsA input:active,
.cid-vdJZpdTKsA textarea:active,
.cid-vdJZpdTKsA input:focus,
.cid-vdJZpdTKsA textarea:focus,
.cid-vdJZpdTKsA form {
  color: #ffffff;
}
.cid-vdJZpdTKsA input,
.cid-vdJZpdTKsA textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vdJZpdTKsA input:hover,
.cid-vdJZpdTKsA textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vdJZpdTKsA .colored-text {
  color: #ffffff !important;
}
.cid-vdJZpdTKsA .mbr-section-title {
  color: #ffffff;
}
.cid-vdJZpdTKsA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdJZpdTKsA .mbr-text {
  color: #ffffff;
}
.cid-vdJZperiZv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdJZperiZv a:link {
  text-decoration: none;
}
.cid-vdJZperiZv .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdJZperiZv .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdJZperiZv .inner-text {
  line-height: 3em;
}
.cid-vdJZperiZv .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdJZperiZv .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdJZperiZv .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdJZperiZv .content-text,
.cid-vdJZperiZv .inner-text {
  color: #c1c1c1;
}
.cid-vecGVCBYQu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vecGVCBYQu .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vecGVCBYQu .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vecGVCBYQu .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vecGVCBYQu .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vecGVCBYQu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vecGVCBYQu .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vecGVCBYQu .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vecGVCBYQu .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vecGVCBYQu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vecGVCBYQu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vecGVCBYQu .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vecGVCBYQu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vecGVCBYQu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vecGVCBYQu .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-vecGVCBYQu .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vecGVCBYQu .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vecGVCBYQu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vecGVCBYQu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vecGVCBYQu .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vecGVCBYQu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vecGVCBYQu .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vecGVCBYQu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vecGVCBYQu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vecGVCBYQu .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-vecGVCBYQu .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vecGVCBYQu .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vecGVCBYQu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vecGVCBYQu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vecGVCBYQu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vecGVCBYQu .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vecGVCBYQu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vecGVCBYQu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vecGVCBYQu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vecGVCBYQu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vecGVCBYQu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vecGVCBYQu .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-vecGVCBYQu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vecGVCBYQu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vecGVCBYQu .dropdown-item.active,
.cid-vecGVCBYQu .dropdown-item:active {
  background-color: transparent;
}
.cid-vecGVCBYQu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vecGVCBYQu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vecGVCBYQu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vecGVCBYQu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vecGVCBYQu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vecGVCBYQu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vecGVCBYQu ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vecGVCBYQu .navbar-buttons {
  text-align: center;
}
.cid-vecGVCBYQu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vecGVCBYQu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vecGVCBYQu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vecGVCBYQu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vecGVCBYQu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vecGVCBYQu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vecGVCBYQu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vecGVCBYQu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vecGVCBYQu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vecGVCBYQu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vecGVCBYQu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vecGVCBYQu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vecGVCBYQu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vecGVCBYQu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vecGVCBYQu .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vecGVCBYQu .nav-link:hover,
.cid-vecGVCBYQu .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vecGVCTK0P {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vecGVCTK0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vecGVCTK0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vecGVCTK0P .container {
    padding: 0 16px;
  }
}
.cid-vecGVCTK0P .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vecGVCTK0P .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vecGVCTK0P .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vecGVCTK0P .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vecGVCTK0P .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vecGVCTK0P .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vecGVCTK0P .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vecGVCTK0P .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vecGVCTK0P .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vecGVCTK0P .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vecGVCTK0P .mbr-text {
  color: #333333;
}
.cid-vecGVCTK0P .mbr-text,
.cid-vecGVCTK0P .mbr-section-btn {
  color: #ffffff;
}
.cid-venuFcICPF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venuFcICPF .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-venuFcICPF .col-text {
    width: 100% !important;
  }
}
.cid-venuFcICPF .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-venuFcICPF .text-container {
    padding: 0;
  }
}
.cid-venuFcICPF .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-venuFcICPF .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-venuFcICPF .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-venuFcICPF .text-wrapper {
    padding: 0;
  }
}
.cid-venuFcICPF .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-venuFcICPF .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-venuFcICPF .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-venuFcICPF .btn-container {
  width: 100%;
}
.cid-venuFcICPF .mbr-section-btn {
  margin-top: 20px;
}
.cid-venuFcICPF .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-venuFcICPF .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-venuFcICPF .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-venuFcICPF .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuFcICPF .card {
    width: 100% !important;
  }
}
.cid-venuFcICPF .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-venuFcICPF .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-venuFcICPF .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-venuFcICPF .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuFcICPF .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-venuFcICPF .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-venuFcICPF .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-venuFcICPF .card-text {
  color: #8a8a8a;
}
.cid-vecHtcU0Xs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vecHtcU0Xs .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vecHtcU0Xs .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vecHtcU0Xs .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vecHtcU0Xs .desc {
  color: #111213;
}
.cid-vecHtcU0Xs .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vecHtcU0Xs .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vecHtcU0Xs .name {
  margin-bottom: 20px;
}
.cid-vecHtcU0Xs .price {
  width: auto;
  display: inline;
}
.cid-vecHtcU0Xs .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vecHtcU0Xs .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vecHtcU0Xs .desc2 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-vecHtcU0Xs .new-price {
  width: auto;
  display: inline;
}
.cid-vecHtcU0Xs .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vecHtcU0Xs .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vecHtcU0Xs .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vecHtcU0Xs .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vecHtcU0Xs .plus {
  color: #52586a;
}
.cid-vecHtcU0Xs .desc,
.cid-vecHtcU0Xs .plus {
  display: inline-block;
  width: auto;
}
.cid-vecHtcU0Xs .mbr-text,
.cid-vecHtcU0Xs .mbr-section-btn {
  color: #52586a;
}
.cid-vecHtcU0Xs .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vecHtcU0Xs .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vecHtcU0Xs .name,
.cid-vecHtcU0Xs .card,
.cid-vecHtcU0Xs .price-line {
  color: #111213;
}
.cid-veRnbKotQ7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRnbKotQ7 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRnbKotQ7 .mbr-section-title {
  color: #24262b;
}
.cid-veRnbKotQ7 .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRnbKotQ7 .items-row {
  row-gap: 48px;
}
.cid-veRnbKotQ7 .item {
  cursor: pointer;
}
.cid-veRnbKotQ7 .item:focus,
.cid-veRnbKotQ7 span:focus {
  outline: none;
}
.cid-veRnbKotQ7 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRnbKotQ7 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRnbKotQ7 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRnbKotQ7 img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veRnbKotQ7 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRnbKotQ7 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRnbKotQ7 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRnbKotQ7 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veRnbKotQ7 .item-title {
  color: #24262b;
}
.cid-veRnbKotQ7 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRnbKotQ7 .mbr-text {
  color: #24262b;
}
.cid-vecGVDTWWd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vecGVDTWWd .mbr-section-title {
  margin: 0;
}
.cid-vecGVDTWWd .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vecGVDTWWd .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vecGVDTWWd .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vecGVDTWWd .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vecGVDTWWd .team-item .item-image {
  position: relative !important;
}
.cid-vecGVDTWWd .team-item .item-image img {
  width: 100%;
}
.cid-vecGVDTWWd .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vecGVDTWWd .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vecGVDTWWd .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vecGVDTWWd .team-item .item-caption {
  background: #ffffff;
}
.cid-vecGVDTWWd .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vecGVDTWWd .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vecGVDTWWd .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vecGVDTWWd .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vecGVDTWWd .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vecGVDTWWd .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vecGVDTWWd .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vecGVDTWWd .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vecGVDTWWd .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vecGVDTWWd .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vecGVDTWWd .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vecGVDTWWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vecGVDTWWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRnbcv9eF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRnbcv9eF .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRnbcv9eF .mbr-section-title {
  color: #24262b;
}
.cid-veRnbcv9eF .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRnbcv9eF .items-row {
  row-gap: 48px;
}
.cid-veRnbcv9eF .item {
  cursor: pointer;
}
.cid-veRnbcv9eF .item:focus,
.cid-veRnbcv9eF span:focus {
  outline: none;
}
.cid-veRnbcv9eF .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRnbcv9eF .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRnbcv9eF .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRnbcv9eF img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veRnbcv9eF .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRnbcv9eF .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRnbcv9eF .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRnbcv9eF .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veRnbcv9eF .item-title {
  color: #24262b;
}
.cid-veRnbcv9eF .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRnbcv9eF .mbr-text {
  color: #24262b;
}
.cid-vecGVFbje2 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vecGVFbje2 input,
.cid-vecGVFbje2 textarea,
.cid-vecGVFbje2 input:active,
.cid-vecGVFbje2 textarea:active,
.cid-vecGVFbje2 input:focus,
.cid-vecGVFbje2 textarea:focus,
.cid-vecGVFbje2 form {
  color: #ffffff;
}
.cid-vecGVFbje2 input,
.cid-vecGVFbje2 textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vecGVFbje2 input:hover,
.cid-vecGVFbje2 textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vecGVFbje2 .colored-text {
  color: #ffffff !important;
}
.cid-vecGVFbje2 .mbr-section-title {
  color: #ffffff;
}
.cid-vecGVFbje2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vecGVFbje2 .mbr-text {
  color: #ffffff;
}
.cid-vecGVFrSWc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vecGVFrSWc a:link {
  text-decoration: none;
}
.cid-vecGVFrSWc .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vecGVFrSWc .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vecGVFrSWc .inner-text {
  line-height: 3em;
}
.cid-vecGVFrSWc .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vecGVFrSWc .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vecGVFrSWc .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vecGVFrSWc .content-text,
.cid-vecGVFrSWc .inner-text {
  color: #c1c1c1;
}
.cid-vecI7K8P2o .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vecI7K8P2o .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vecI7K8P2o .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vecI7K8P2o .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vecI7K8P2o .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vecI7K8P2o .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vecI7K8P2o .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vecI7K8P2o .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vecI7K8P2o .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vecI7K8P2o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vecI7K8P2o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vecI7K8P2o .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vecI7K8P2o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vecI7K8P2o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vecI7K8P2o .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-vecI7K8P2o .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vecI7K8P2o .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vecI7K8P2o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vecI7K8P2o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vecI7K8P2o .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vecI7K8P2o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vecI7K8P2o .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vecI7K8P2o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vecI7K8P2o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vecI7K8P2o .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-vecI7K8P2o .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vecI7K8P2o .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vecI7K8P2o .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vecI7K8P2o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vecI7K8P2o .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vecI7K8P2o .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vecI7K8P2o .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vecI7K8P2o .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vecI7K8P2o .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vecI7K8P2o .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vecI7K8P2o .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vecI7K8P2o .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-vecI7K8P2o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vecI7K8P2o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vecI7K8P2o .dropdown-item.active,
.cid-vecI7K8P2o .dropdown-item:active {
  background-color: transparent;
}
.cid-vecI7K8P2o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vecI7K8P2o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vecI7K8P2o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vecI7K8P2o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vecI7K8P2o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vecI7K8P2o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vecI7K8P2o ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vecI7K8P2o .navbar-buttons {
  text-align: center;
}
.cid-vecI7K8P2o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vecI7K8P2o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vecI7K8P2o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vecI7K8P2o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vecI7K8P2o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vecI7K8P2o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vecI7K8P2o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vecI7K8P2o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vecI7K8P2o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vecI7K8P2o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vecI7K8P2o .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vecI7K8P2o a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vecI7K8P2o .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vecI7K8P2o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vecI7K8P2o .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vecI7K8P2o .nav-link:hover,
.cid-vecI7K8P2o .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vecI7KsqO1 {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vecI7KsqO1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vecI7KsqO1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vecI7KsqO1 .container {
    padding: 0 16px;
  }
}
.cid-vecI7KsqO1 .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vecI7KsqO1 .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vecI7KsqO1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vecI7KsqO1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vecI7KsqO1 .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vecI7KsqO1 .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vecI7KsqO1 .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vecI7KsqO1 .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vecI7KsqO1 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vecI7KsqO1 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vecI7KsqO1 .mbr-text {
  color: #333333;
}
.cid-vecI7KsqO1 .mbr-text,
.cid-vecI7KsqO1 .mbr-section-btn {
  color: #ffffff;
}
.cid-venuI80Bdi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venuI80Bdi .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-venuI80Bdi .col-text {
    width: 100% !important;
  }
}
.cid-venuI80Bdi .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-venuI80Bdi .text-container {
    padding: 0;
  }
}
.cid-venuI80Bdi .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-venuI80Bdi .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-venuI80Bdi .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-venuI80Bdi .text-wrapper {
    padding: 0;
  }
}
.cid-venuI80Bdi .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-venuI80Bdi .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-venuI80Bdi .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-venuI80Bdi .btn-container {
  width: 100%;
}
.cid-venuI80Bdi .mbr-section-btn {
  margin-top: 20px;
}
.cid-venuI80Bdi .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-venuI80Bdi .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-venuI80Bdi .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-venuI80Bdi .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuI80Bdi .card {
    width: 100% !important;
  }
}
.cid-venuI80Bdi .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-venuI80Bdi .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-venuI80Bdi .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-venuI80Bdi .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuI80Bdi .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-venuI80Bdi .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-venuI80Bdi .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-venuI80Bdi .card-text {
  color: #8a8a8a;
}
.cid-vecIu4dzNM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vecIu4dzNM .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vecIu4dzNM .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vecIu4dzNM .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vecIu4dzNM .desc {
  color: #111213;
}
.cid-vecIu4dzNM .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vecIu4dzNM .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vecIu4dzNM .name {
  margin-bottom: 20px;
}
.cid-vecIu4dzNM .price {
  width: auto;
  display: inline;
}
.cid-vecIu4dzNM .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vecIu4dzNM .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vecIu4dzNM .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-vecIu4dzNM .new-price {
  width: auto;
  display: inline;
}
.cid-vecIu4dzNM .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vecIu4dzNM .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vecIu4dzNM .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vecIu4dzNM .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vecIu4dzNM .plus {
  color: #52586a;
}
.cid-vecIu4dzNM .desc,
.cid-vecIu4dzNM .plus {
  display: inline-block;
  width: auto;
}
.cid-vecIu4dzNM .mbr-text,
.cid-vecIu4dzNM .mbr-section-btn {
  color: #52586a;
}
.cid-vecIu4dzNM .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vecIu4dzNM .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vecIu4dzNM .name,
.cid-vecIu4dzNM .card,
.cid-vecIu4dzNM .price-line {
  color: #111213;
}
.cid-veRnsnvORt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRnsnvORt .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRnsnvORt .mbr-section-title {
  color: #24262b;
}
.cid-veRnsnvORt .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRnsnvORt .items-row {
  row-gap: 48px;
}
.cid-veRnsnvORt .item {
  cursor: pointer;
}
.cid-veRnsnvORt .item:focus,
.cid-veRnsnvORt span:focus {
  outline: none;
}
.cid-veRnsnvORt .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRnsnvORt .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRnsnvORt .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRnsnvORt img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veRnsnvORt .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRnsnvORt .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRnsnvORt .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRnsnvORt .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veRnsnvORt .item-title {
  color: #24262b;
}
.cid-veRnsnvORt .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRnsnvORt .mbr-text {
  color: #24262b;
}
.cid-vecI7LuMmy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vecI7LuMmy .mbr-section-title {
  margin: 0;
}
.cid-vecI7LuMmy .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vecI7LuMmy .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vecI7LuMmy .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vecI7LuMmy .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vecI7LuMmy .team-item .item-image {
  position: relative !important;
}
.cid-vecI7LuMmy .team-item .item-image img {
  width: 100%;
}
.cid-vecI7LuMmy .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vecI7LuMmy .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vecI7LuMmy .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vecI7LuMmy .team-item .item-caption {
  background: #ffffff;
}
.cid-vecI7LuMmy .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vecI7LuMmy .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vecI7LuMmy .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vecI7LuMmy .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vecI7LuMmy .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vecI7LuMmy .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vecI7LuMmy .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vecI7LuMmy .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vecI7LuMmy .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vecI7LuMmy .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vecI7LuMmy .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vecI7LuMmy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vecI7LuMmy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRnsZhWOw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRnsZhWOw .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRnsZhWOw .mbr-section-title {
  color: #24262b;
}
.cid-veRnsZhWOw .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRnsZhWOw .items-row {
  row-gap: 48px;
}
.cid-veRnsZhWOw .item {
  cursor: pointer;
}
.cid-veRnsZhWOw .item:focus,
.cid-veRnsZhWOw span:focus {
  outline: none;
}
.cid-veRnsZhWOw .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRnsZhWOw .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRnsZhWOw .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRnsZhWOw img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veRnsZhWOw .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRnsZhWOw .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRnsZhWOw .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRnsZhWOw .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veRnsZhWOw .item-title {
  color: #24262b;
}
.cid-veRnsZhWOw .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRnsZhWOw .mbr-text {
  color: #24262b;
}
.cid-vecI7MKrxN {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vecI7MKrxN input,
.cid-vecI7MKrxN textarea,
.cid-vecI7MKrxN input:active,
.cid-vecI7MKrxN textarea:active,
.cid-vecI7MKrxN input:focus,
.cid-vecI7MKrxN textarea:focus,
.cid-vecI7MKrxN form {
  color: #ffffff;
}
.cid-vecI7MKrxN input,
.cid-vecI7MKrxN textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vecI7MKrxN input:hover,
.cid-vecI7MKrxN textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vecI7MKrxN .colored-text {
  color: #ffffff !important;
}
.cid-vecI7MKrxN .mbr-section-title {
  color: #ffffff;
}
.cid-vecI7MKrxN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vecI7MKrxN .mbr-text {
  color: #ffffff;
}
.cid-vecI7N1cNe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vecI7N1cNe a:link {
  text-decoration: none;
}
.cid-vecI7N1cNe .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vecI7N1cNe .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vecI7N1cNe .inner-text {
  line-height: 3em;
}
.cid-vecI7N1cNe .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vecI7N1cNe .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vecI7N1cNe .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vecI7N1cNe .content-text,
.cid-vecI7N1cNe .inner-text {
  color: #c1c1c1;
}
.cid-vecJ7ee226 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vecJ7ee226 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vecJ7ee226 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vecJ7ee226 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vecJ7ee226 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vecJ7ee226 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vecJ7ee226 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vecJ7ee226 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vecJ7ee226 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vecJ7ee226 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vecJ7ee226 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vecJ7ee226 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vecJ7ee226 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vecJ7ee226 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vecJ7ee226 .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-vecJ7ee226 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vecJ7ee226 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vecJ7ee226 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vecJ7ee226 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vecJ7ee226 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vecJ7ee226 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vecJ7ee226 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vecJ7ee226 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vecJ7ee226 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vecJ7ee226 .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-vecJ7ee226 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vecJ7ee226 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vecJ7ee226 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vecJ7ee226 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vecJ7ee226 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vecJ7ee226 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vecJ7ee226 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vecJ7ee226 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vecJ7ee226 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vecJ7ee226 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vecJ7ee226 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vecJ7ee226 .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-vecJ7ee226 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vecJ7ee226 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vecJ7ee226 .dropdown-item.active,
.cid-vecJ7ee226 .dropdown-item:active {
  background-color: transparent;
}
.cid-vecJ7ee226 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vecJ7ee226 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vecJ7ee226 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vecJ7ee226 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vecJ7ee226 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vecJ7ee226 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vecJ7ee226 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vecJ7ee226 .navbar-buttons {
  text-align: center;
}
.cid-vecJ7ee226 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vecJ7ee226 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vecJ7ee226 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vecJ7ee226 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vecJ7ee226 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vecJ7ee226 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vecJ7ee226 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vecJ7ee226 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vecJ7ee226 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vecJ7ee226 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vecJ7ee226 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vecJ7ee226 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vecJ7ee226 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vecJ7ee226 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vecJ7ee226 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vecJ7ee226 .nav-link:hover,
.cid-vecJ7ee226 .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vecJ7eAqIZ {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vecJ7eAqIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vecJ7eAqIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vecJ7eAqIZ .container {
    padding: 0 16px;
  }
}
.cid-vecJ7eAqIZ .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vecJ7eAqIZ .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vecJ7eAqIZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vecJ7eAqIZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vecJ7eAqIZ .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vecJ7eAqIZ .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vecJ7eAqIZ .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vecJ7eAqIZ .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vecJ7eAqIZ .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vecJ7eAqIZ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vecJ7eAqIZ .mbr-text {
  color: #333333;
}
.cid-vecJ7eAqIZ .mbr-text,
.cid-vecJ7eAqIZ .mbr-section-btn {
  color: #ffffff;
}
.cid-venuK1nJDE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venuK1nJDE .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-venuK1nJDE .col-text {
    width: 100% !important;
  }
}
.cid-venuK1nJDE .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-venuK1nJDE .text-container {
    padding: 0;
  }
}
.cid-venuK1nJDE .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-venuK1nJDE .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-venuK1nJDE .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-venuK1nJDE .text-wrapper {
    padding: 0;
  }
}
.cid-venuK1nJDE .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-venuK1nJDE .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-venuK1nJDE .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-venuK1nJDE .btn-container {
  width: 100%;
}
.cid-venuK1nJDE .mbr-section-btn {
  margin-top: 20px;
}
.cid-venuK1nJDE .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-venuK1nJDE .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-venuK1nJDE .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-venuK1nJDE .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuK1nJDE .card {
    width: 100% !important;
  }
}
.cid-venuK1nJDE .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-venuK1nJDE .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-venuK1nJDE .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-venuK1nJDE .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuK1nJDE .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-venuK1nJDE .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-venuK1nJDE .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-venuK1nJDE .card-text {
  color: #8a8a8a;
}
.cid-vecJfgCbaI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vecJfgCbaI .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vecJfgCbaI .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vecJfgCbaI .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vecJfgCbaI .desc {
  color: #111213;
}
.cid-vecJfgCbaI .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vecJfgCbaI .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vecJfgCbaI .name {
  margin-bottom: 20px;
}
.cid-vecJfgCbaI .price {
  width: auto;
  display: inline;
}
.cid-vecJfgCbaI .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vecJfgCbaI .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vecJfgCbaI .desc2 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-vecJfgCbaI .new-price {
  width: auto;
  display: inline;
}
.cid-vecJfgCbaI .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vecJfgCbaI .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vecJfgCbaI .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vecJfgCbaI .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vecJfgCbaI .plus {
  color: #52586a;
}
.cid-vecJfgCbaI .desc,
.cid-vecJfgCbaI .plus {
  display: inline-block;
  width: auto;
}
.cid-vecJfgCbaI .mbr-text,
.cid-vecJfgCbaI .mbr-section-btn {
  color: #52586a;
}
.cid-vecJfgCbaI .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vecJfgCbaI .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vecJfgCbaI .name,
.cid-vecJfgCbaI .card,
.cid-vecJfgCbaI .price-line {
  color: #111213;
}
.cid-veRnIQ5Oly {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRnIQ5Oly .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRnIQ5Oly .mbr-section-title {
  color: #24262b;
}
.cid-veRnIQ5Oly .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRnIQ5Oly .items-row {
  row-gap: 48px;
}
.cid-veRnIQ5Oly .item {
  cursor: pointer;
}
.cid-veRnIQ5Oly .item:focus,
.cid-veRnIQ5Oly span:focus {
  outline: none;
}
.cid-veRnIQ5Oly .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRnIQ5Oly .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRnIQ5Oly .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRnIQ5Oly img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veRnIQ5Oly .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRnIQ5Oly .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRnIQ5Oly .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRnIQ5Oly .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veRnIQ5Oly .item-title {
  color: #24262b;
}
.cid-veRnIQ5Oly .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRnIQ5Oly .mbr-text {
  color: #24262b;
}
.cid-vecJ7fHh2M {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vecJ7fHh2M .mbr-section-title {
  margin: 0;
}
.cid-vecJ7fHh2M .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vecJ7fHh2M .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vecJ7fHh2M .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vecJ7fHh2M .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vecJ7fHh2M .team-item .item-image {
  position: relative !important;
}
.cid-vecJ7fHh2M .team-item .item-image img {
  width: 100%;
}
.cid-vecJ7fHh2M .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vecJ7fHh2M .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vecJ7fHh2M .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vecJ7fHh2M .team-item .item-caption {
  background: #ffffff;
}
.cid-vecJ7fHh2M .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vecJ7fHh2M .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vecJ7fHh2M .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vecJ7fHh2M .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vecJ7fHh2M .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vecJ7fHh2M .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vecJ7fHh2M .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vecJ7fHh2M .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vecJ7fHh2M .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vecJ7fHh2M .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vecJ7fHh2M .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vecJ7fHh2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-vecJ7fHh2M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRnJfapRw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRnJfapRw .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRnJfapRw .mbr-section-title {
  color: #24262b;
}
.cid-veRnJfapRw .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRnJfapRw .items-row {
  row-gap: 48px;
}
.cid-veRnJfapRw .item {
  cursor: pointer;
}
.cid-veRnJfapRw .item:focus,
.cid-veRnJfapRw span:focus {
  outline: none;
}
.cid-veRnJfapRw .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRnJfapRw .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRnJfapRw .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRnJfapRw img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veRnJfapRw .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRnJfapRw .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRnJfapRw .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRnJfapRw .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veRnJfapRw .item-title {
  color: #24262b;
}
.cid-veRnJfapRw .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRnJfapRw .mbr-text {
  color: #24262b;
}
.cid-vecJ7h1Hqf {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vecJ7h1Hqf input,
.cid-vecJ7h1Hqf textarea,
.cid-vecJ7h1Hqf input:active,
.cid-vecJ7h1Hqf textarea:active,
.cid-vecJ7h1Hqf input:focus,
.cid-vecJ7h1Hqf textarea:focus,
.cid-vecJ7h1Hqf form {
  color: #ffffff;
}
.cid-vecJ7h1Hqf input,
.cid-vecJ7h1Hqf textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vecJ7h1Hqf input:hover,
.cid-vecJ7h1Hqf textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vecJ7h1Hqf .colored-text {
  color: #ffffff !important;
}
.cid-vecJ7h1Hqf .mbr-section-title {
  color: #ffffff;
}
.cid-vecJ7h1Hqf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vecJ7h1Hqf .mbr-text {
  color: #ffffff;
}
.cid-vecJ7hhsl9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vecJ7hhsl9 a:link {
  text-decoration: none;
}
.cid-vecJ7hhsl9 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vecJ7hhsl9 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vecJ7hhsl9 .inner-text {
  line-height: 3em;
}
.cid-vecJ7hhsl9 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vecJ7hhsl9 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vecJ7hhsl9 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vecJ7hhsl9 .content-text,
.cid-vecJ7hhsl9 .inner-text {
  color: #c1c1c1;
}
.cid-vei0r0PDL4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vei0r0PDL4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vei0r0PDL4 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vei0r0PDL4 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vei0r0PDL4 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vei0r0PDL4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vei0r0PDL4 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vei0r0PDL4 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vei0r0PDL4 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vei0r0PDL4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vei0r0PDL4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vei0r0PDL4 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vei0r0PDL4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vei0r0PDL4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vei0r0PDL4 .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-vei0r0PDL4 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vei0r0PDL4 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vei0r0PDL4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vei0r0PDL4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vei0r0PDL4 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vei0r0PDL4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vei0r0PDL4 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vei0r0PDL4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vei0r0PDL4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vei0r0PDL4 .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-vei0r0PDL4 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vei0r0PDL4 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vei0r0PDL4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vei0r0PDL4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vei0r0PDL4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vei0r0PDL4 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vei0r0PDL4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vei0r0PDL4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vei0r0PDL4 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vei0r0PDL4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vei0r0PDL4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vei0r0PDL4 .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-vei0r0PDL4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vei0r0PDL4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vei0r0PDL4 .dropdown-item.active,
.cid-vei0r0PDL4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vei0r0PDL4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vei0r0PDL4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vei0r0PDL4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vei0r0PDL4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vei0r0PDL4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vei0r0PDL4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vei0r0PDL4 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vei0r0PDL4 .navbar-buttons {
  text-align: center;
}
.cid-vei0r0PDL4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vei0r0PDL4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vei0r0PDL4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vei0r0PDL4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vei0r0PDL4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vei0r0PDL4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vei0r0PDL4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vei0r0PDL4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vei0r0PDL4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vei0r0PDL4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vei0r0PDL4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vei0r0PDL4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vei0r0PDL4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vei0r0PDL4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vei0r0PDL4 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vei0r0PDL4 .nav-link:hover,
.cid-vei0r0PDL4 .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vei0r26joZ {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vei0r26joZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vei0r26joZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vei0r26joZ .container {
    padding: 0 16px;
  }
}
.cid-vei0r26joZ .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vei0r26joZ .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vei0r26joZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vei0r26joZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vei0r26joZ .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vei0r26joZ .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vei0r26joZ .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vei0r26joZ .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vei0r26joZ .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vei0r26joZ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vei0r26joZ .mbr-text {
  color: #333333;
}
.cid-vei0r26joZ .mbr-text,
.cid-vei0r26joZ .mbr-section-btn {
  color: #ffffff;
}
.cid-venuM2PEkD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venuM2PEkD .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-venuM2PEkD .col-text {
    width: 100% !important;
  }
}
.cid-venuM2PEkD .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-venuM2PEkD .text-container {
    padding: 0;
  }
}
.cid-venuM2PEkD .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-venuM2PEkD .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-venuM2PEkD .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-venuM2PEkD .text-wrapper {
    padding: 0;
  }
}
.cid-venuM2PEkD .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-venuM2PEkD .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-venuM2PEkD .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-venuM2PEkD .btn-container {
  width: 100%;
}
.cid-venuM2PEkD .mbr-section-btn {
  margin-top: 20px;
}
.cid-venuM2PEkD .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-venuM2PEkD .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-venuM2PEkD .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-venuM2PEkD .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuM2PEkD .card {
    width: 100% !important;
  }
}
.cid-venuM2PEkD .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-venuM2PEkD .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-venuM2PEkD .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-venuM2PEkD .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuM2PEkD .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-venuM2PEkD .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-venuM2PEkD .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-venuM2PEkD .card-text {
  color: #8a8a8a;
}
.cid-vei0wfKxdZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vei0wfKxdZ .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vei0wfKxdZ .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vei0wfKxdZ .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vei0wfKxdZ .desc {
  color: #111213;
}
.cid-vei0wfKxdZ .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vei0wfKxdZ .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vei0wfKxdZ .name {
  margin-bottom: 20px;
}
.cid-vei0wfKxdZ .price {
  width: auto;
  display: inline;
}
.cid-vei0wfKxdZ .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vei0wfKxdZ .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vei0wfKxdZ .desc2 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-vei0wfKxdZ .new-price {
  width: auto;
  display: inline;
}
.cid-vei0wfKxdZ .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vei0wfKxdZ .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vei0wfKxdZ .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vei0wfKxdZ .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vei0wfKxdZ .plus {
  color: #52586a;
}
.cid-vei0wfKxdZ .desc,
.cid-vei0wfKxdZ .plus {
  display: inline-block;
  width: auto;
}
.cid-vei0wfKxdZ .mbr-text,
.cid-vei0wfKxdZ .mbr-section-btn {
  color: #52586a;
}
.cid-vei0wfKxdZ .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vei0wfKxdZ .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vei0wfKxdZ .name,
.cid-vei0wfKxdZ .card,
.cid-vei0wfKxdZ .price-line {
  color: #111213;
}
.cid-veRq6sNoIL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRq6sNoIL .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRq6sNoIL .mbr-section-title {
  color: #24262b;
}
.cid-veRq6sNoIL .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRq6sNoIL .items-row {
  row-gap: 48px;
}
.cid-veRq6sNoIL .item {
  cursor: pointer;
}
.cid-veRq6sNoIL .item:focus,
.cid-veRq6sNoIL span:focus {
  outline: none;
}
.cid-veRq6sNoIL .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRq6sNoIL .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRq6sNoIL .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRq6sNoIL img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veRq6sNoIL .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRq6sNoIL .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRq6sNoIL .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRq6sNoIL .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veRq6sNoIL .item-title {
  color: #24262b;
}
.cid-veRq6sNoIL .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRq6sNoIL .mbr-text {
  color: #24262b;
}
.cid-vei0r69iea {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vei0r69iea .mbr-section-title {
  margin: 0;
}
.cid-vei0r69iea .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vei0r69iea .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vei0r69iea .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vei0r69iea .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vei0r69iea .team-item .item-image {
  position: relative !important;
}
.cid-vei0r69iea .team-item .item-image img {
  width: 100%;
}
.cid-vei0r69iea .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vei0r69iea .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vei0r69iea .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vei0r69iea .team-item .item-caption {
  background: #ffffff;
}
.cid-vei0r69iea .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vei0r69iea .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vei0r69iea .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vei0r69iea .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vei0r69iea .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vei0r69iea .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vei0r69iea .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vei0r69iea .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vei0r69iea .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vei0r69iea .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vei0r69iea .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vei0r69iea .mbr-fallback-image.disabled {
  display: none;
}
.cid-vei0r69iea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRq6ORzEH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRq6ORzEH .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRq6ORzEH .mbr-section-title {
  color: #24262b;
}
.cid-veRq6ORzEH .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRq6ORzEH .items-row {
  row-gap: 48px;
}
.cid-veRq6ORzEH .item {
  cursor: pointer;
}
.cid-veRq6ORzEH .item:focus,
.cid-veRq6ORzEH span:focus {
  outline: none;
}
.cid-veRq6ORzEH .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRq6ORzEH .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRq6ORzEH .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRq6ORzEH img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veRq6ORzEH .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRq6ORzEH .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRq6ORzEH .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRq6ORzEH .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veRq6ORzEH .item-title {
  color: #24262b;
}
.cid-veRq6ORzEH .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRq6ORzEH .mbr-text {
  color: #24262b;
}
.cid-vei0r8OLup {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vei0r8OLup input,
.cid-vei0r8OLup textarea,
.cid-vei0r8OLup input:active,
.cid-vei0r8OLup textarea:active,
.cid-vei0r8OLup input:focus,
.cid-vei0r8OLup textarea:focus,
.cid-vei0r8OLup form {
  color: #ffffff;
}
.cid-vei0r8OLup input,
.cid-vei0r8OLup textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vei0r8OLup input:hover,
.cid-vei0r8OLup textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vei0r8OLup .colored-text {
  color: #ffffff !important;
}
.cid-vei0r8OLup .mbr-section-title {
  color: #ffffff;
}
.cid-vei0r8OLup .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vei0r8OLup .mbr-text {
  color: #ffffff;
}
.cid-vei0raEeDe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vei0raEeDe a:link {
  text-decoration: none;
}
.cid-vei0raEeDe .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vei0raEeDe .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vei0raEeDe .inner-text {
  line-height: 3em;
}
.cid-vei0raEeDe .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vei0raEeDe .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vei0raEeDe .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vei0raEeDe .content-text,
.cid-vei0raEeDe .inner-text {
  color: #c1c1c1;
}
.cid-vei1rqiWgh .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vei1rqiWgh .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vei1rqiWgh .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vei1rqiWgh .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vei1rqiWgh .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vei1rqiWgh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vei1rqiWgh .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vei1rqiWgh .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vei1rqiWgh .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vei1rqiWgh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vei1rqiWgh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vei1rqiWgh .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vei1rqiWgh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vei1rqiWgh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vei1rqiWgh .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-vei1rqiWgh .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vei1rqiWgh .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vei1rqiWgh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vei1rqiWgh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vei1rqiWgh .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vei1rqiWgh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vei1rqiWgh .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vei1rqiWgh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vei1rqiWgh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vei1rqiWgh .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-vei1rqiWgh .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vei1rqiWgh .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vei1rqiWgh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vei1rqiWgh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vei1rqiWgh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vei1rqiWgh .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vei1rqiWgh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vei1rqiWgh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vei1rqiWgh .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vei1rqiWgh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vei1rqiWgh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vei1rqiWgh .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-vei1rqiWgh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vei1rqiWgh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vei1rqiWgh .dropdown-item.active,
.cid-vei1rqiWgh .dropdown-item:active {
  background-color: transparent;
}
.cid-vei1rqiWgh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vei1rqiWgh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vei1rqiWgh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vei1rqiWgh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vei1rqiWgh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vei1rqiWgh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vei1rqiWgh ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vei1rqiWgh .navbar-buttons {
  text-align: center;
}
.cid-vei1rqiWgh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vei1rqiWgh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vei1rqiWgh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vei1rqiWgh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vei1rqiWgh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vei1rqiWgh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vei1rqiWgh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vei1rqiWgh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vei1rqiWgh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vei1rqiWgh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vei1rqiWgh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vei1rqiWgh a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vei1rqiWgh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vei1rqiWgh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vei1rqiWgh .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vei1rqiWgh .nav-link:hover,
.cid-vei1rqiWgh .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vei1rqFRFp {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vei1rqFRFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vei1rqFRFp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vei1rqFRFp .container {
    padding: 0 16px;
  }
}
.cid-vei1rqFRFp .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vei1rqFRFp .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vei1rqFRFp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vei1rqFRFp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vei1rqFRFp .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vei1rqFRFp .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vei1rqFRFp .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vei1rqFRFp .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vei1rqFRFp .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vei1rqFRFp .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vei1rqFRFp .mbr-text {
  color: #333333;
}
.cid-vei1rqFRFp .mbr-text,
.cid-vei1rqFRFp .mbr-section-btn {
  color: #ffffff;
}
.cid-venuNReTk3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venuNReTk3 .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-venuNReTk3 .col-text {
    width: 100% !important;
  }
}
.cid-venuNReTk3 .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-venuNReTk3 .text-container {
    padding: 0;
  }
}
.cid-venuNReTk3 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-venuNReTk3 .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-venuNReTk3 .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-venuNReTk3 .text-wrapper {
    padding: 0;
  }
}
.cid-venuNReTk3 .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-venuNReTk3 .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-venuNReTk3 .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-venuNReTk3 .btn-container {
  width: 100%;
}
.cid-venuNReTk3 .mbr-section-btn {
  margin-top: 20px;
}
.cid-venuNReTk3 .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-venuNReTk3 .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-venuNReTk3 .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-venuNReTk3 .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuNReTk3 .card {
    width: 100% !important;
  }
}
.cid-venuNReTk3 .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-venuNReTk3 .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-venuNReTk3 .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-venuNReTk3 .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuNReTk3 .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-venuNReTk3 .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-venuNReTk3 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-venuNReTk3 .card-text {
  color: #8a8a8a;
}
.cid-vei1MeKaB7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vei1MeKaB7 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vei1MeKaB7 .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vei1MeKaB7 .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vei1MeKaB7 .desc {
  color: #111213;
}
.cid-vei1MeKaB7 .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vei1MeKaB7 .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vei1MeKaB7 .name {
  margin-bottom: 20px;
}
.cid-vei1MeKaB7 .price {
  width: auto;
  display: inline;
}
.cid-vei1MeKaB7 .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vei1MeKaB7 .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vei1MeKaB7 .desc2 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-vei1MeKaB7 .new-price {
  width: auto;
  display: inline;
}
.cid-vei1MeKaB7 .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vei1MeKaB7 .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vei1MeKaB7 .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vei1MeKaB7 .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vei1MeKaB7 .plus {
  color: #52586a;
}
.cid-vei1MeKaB7 .desc,
.cid-vei1MeKaB7 .plus {
  display: inline-block;
  width: auto;
}
.cid-vei1MeKaB7 .mbr-text,
.cid-vei1MeKaB7 .mbr-section-btn {
  color: #52586a;
}
.cid-vei1MeKaB7 .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vei1MeKaB7 .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vei1MeKaB7 .name,
.cid-vei1MeKaB7 .card,
.cid-vei1MeKaB7 .price-line {
  color: #111213;
}
.cid-veRqjRO8sF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRqjRO8sF .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRqjRO8sF .mbr-section-title {
  color: #24262b;
}
.cid-veRqjRO8sF .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRqjRO8sF .items-row {
  row-gap: 48px;
}
.cid-veRqjRO8sF .item {
  cursor: pointer;
}
.cid-veRqjRO8sF .item:focus,
.cid-veRqjRO8sF span:focus {
  outline: none;
}
.cid-veRqjRO8sF .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRqjRO8sF .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRqjRO8sF .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRqjRO8sF img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veRqjRO8sF .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRqjRO8sF .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRqjRO8sF .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRqjRO8sF .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veRqjRO8sF .item-title {
  color: #24262b;
}
.cid-veRqjRO8sF .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRqjRO8sF .mbr-text {
  color: #24262b;
}
.cid-vei1rrIZlR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vei1rrIZlR .mbr-section-title {
  margin: 0;
}
.cid-vei1rrIZlR .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vei1rrIZlR .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vei1rrIZlR .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vei1rrIZlR .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vei1rrIZlR .team-item .item-image {
  position: relative !important;
}
.cid-vei1rrIZlR .team-item .item-image img {
  width: 100%;
}
.cid-vei1rrIZlR .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vei1rrIZlR .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vei1rrIZlR .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vei1rrIZlR .team-item .item-caption {
  background: #ffffff;
}
.cid-vei1rrIZlR .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vei1rrIZlR .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vei1rrIZlR .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vei1rrIZlR .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vei1rrIZlR .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vei1rrIZlR .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vei1rrIZlR .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vei1rrIZlR .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vei1rrIZlR .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vei1rrIZlR .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vei1rrIZlR .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vei1rrIZlR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vei1rrIZlR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRqjngfMv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRqjngfMv .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRqjngfMv .mbr-section-title {
  color: #24262b;
}
.cid-veRqjngfMv .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRqjngfMv .items-row {
  row-gap: 48px;
}
.cid-veRqjngfMv .item {
  cursor: pointer;
}
.cid-veRqjngfMv .item:focus,
.cid-veRqjngfMv span:focus {
  outline: none;
}
.cid-veRqjngfMv .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRqjngfMv .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRqjngfMv .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRqjngfMv img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veRqjngfMv .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRqjngfMv .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRqjngfMv .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRqjngfMv .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veRqjngfMv .item-title {
  color: #24262b;
}
.cid-veRqjngfMv .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRqjngfMv .mbr-text {
  color: #24262b;
}
.cid-vei1rt7J80 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vei1rt7J80 input,
.cid-vei1rt7J80 textarea,
.cid-vei1rt7J80 input:active,
.cid-vei1rt7J80 textarea:active,
.cid-vei1rt7J80 input:focus,
.cid-vei1rt7J80 textarea:focus,
.cid-vei1rt7J80 form {
  color: #ffffff;
}
.cid-vei1rt7J80 input,
.cid-vei1rt7J80 textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vei1rt7J80 input:hover,
.cid-vei1rt7J80 textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vei1rt7J80 .colored-text {
  color: #ffffff !important;
}
.cid-vei1rt7J80 .mbr-section-title {
  color: #ffffff;
}
.cid-vei1rt7J80 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vei1rt7J80 .mbr-text {
  color: #ffffff;
}
.cid-vei1rtofGA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vei1rtofGA a:link {
  text-decoration: none;
}
.cid-vei1rtofGA .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vei1rtofGA .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vei1rtofGA .inner-text {
  line-height: 3em;
}
.cid-vei1rtofGA .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vei1rtofGA .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vei1rtofGA .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vei1rtofGA .content-text,
.cid-vei1rtofGA .inner-text {
  color: #c1c1c1;
}
.cid-vei2raS02Z .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vei2raS02Z .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vei2raS02Z .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vei2raS02Z .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vei2raS02Z .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vei2raS02Z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vei2raS02Z .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vei2raS02Z .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vei2raS02Z .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vei2raS02Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vei2raS02Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vei2raS02Z .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vei2raS02Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vei2raS02Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vei2raS02Z .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-vei2raS02Z .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vei2raS02Z .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vei2raS02Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vei2raS02Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vei2raS02Z .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vei2raS02Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vei2raS02Z .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vei2raS02Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vei2raS02Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vei2raS02Z .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-vei2raS02Z .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vei2raS02Z .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vei2raS02Z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vei2raS02Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vei2raS02Z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vei2raS02Z .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vei2raS02Z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vei2raS02Z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vei2raS02Z .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vei2raS02Z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vei2raS02Z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vei2raS02Z .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-vei2raS02Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vei2raS02Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vei2raS02Z .dropdown-item.active,
.cid-vei2raS02Z .dropdown-item:active {
  background-color: transparent;
}
.cid-vei2raS02Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vei2raS02Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vei2raS02Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vei2raS02Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vei2raS02Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vei2raS02Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vei2raS02Z ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vei2raS02Z .navbar-buttons {
  text-align: center;
}
.cid-vei2raS02Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vei2raS02Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vei2raS02Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vei2raS02Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vei2raS02Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vei2raS02Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vei2raS02Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vei2raS02Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vei2raS02Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vei2raS02Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vei2raS02Z .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vei2raS02Z a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vei2raS02Z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vei2raS02Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vei2raS02Z .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vei2raS02Z .nav-link:hover,
.cid-vei2raS02Z .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vei2rbeUpU {
  background-image: url("../../../assets/images/lunivor-upper-campaign-large-1536x1266.webp");
}
.cid-vei2rbeUpU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vei2rbeUpU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vei2rbeUpU .container {
    padding: 0 16px;
  }
}
.cid-vei2rbeUpU .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vei2rbeUpU .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vei2rbeUpU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vei2rbeUpU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vei2rbeUpU .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vei2rbeUpU .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vei2rbeUpU .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vei2rbeUpU .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vei2rbeUpU .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vei2rbeUpU .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vei2rbeUpU .mbr-text {
  color: #333333;
}
.cid-vei2rbeUpU .mbr-text,
.cid-vei2rbeUpU .mbr-section-btn {
  color: #ffffff;
}
.cid-venuPSIh2G {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venuPSIh2G .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-venuPSIh2G .col-text {
    width: 100% !important;
  }
}
.cid-venuPSIh2G .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-venuPSIh2G .text-container {
    padding: 0;
  }
}
.cid-venuPSIh2G .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-venuPSIh2G .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-venuPSIh2G .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-venuPSIh2G .text-wrapper {
    padding: 0;
  }
}
.cid-venuPSIh2G .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.cid-venuPSIh2G .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-venuPSIh2G .mbr-text {
  letter-spacing: inherit;
  color: #444444;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-venuPSIh2G .btn-container {
  width: 100%;
}
.cid-venuPSIh2G .mbr-section-btn {
  margin-top: 20px;
}
.cid-venuPSIh2G .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-venuPSIh2G .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-venuPSIh2G .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-venuPSIh2G .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuPSIh2G .card {
    width: 100% !important;
  }
}
.cid-venuPSIh2G .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-venuPSIh2G .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-venuPSIh2G .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-venuPSIh2G .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-venuPSIh2G .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-venuPSIh2G .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-venuPSIh2G .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-venuPSIh2G .card-text {
  color: #8a8a8a;
}
.cid-vei2xcLmWt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vei2xcLmWt .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-vei2xcLmWt .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-vei2xcLmWt .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-vei2xcLmWt .desc {
  color: #111213;
}
.cid-vei2xcLmWt .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-vei2xcLmWt .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-vei2xcLmWt .name {
  margin-bottom: 20px;
}
.cid-vei2xcLmWt .price {
  width: auto;
  display: inline;
}
.cid-vei2xcLmWt .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-vei2xcLmWt .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-vei2xcLmWt .desc2 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-vei2xcLmWt .new-price {
  width: auto;
  display: inline;
}
.cid-vei2xcLmWt .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-vei2xcLmWt .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-vei2xcLmWt .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-vei2xcLmWt .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-vei2xcLmWt .plus {
  color: #52586a;
}
.cid-vei2xcLmWt .desc,
.cid-vei2xcLmWt .plus {
  display: inline-block;
  width: auto;
}
.cid-vei2xcLmWt .mbr-text,
.cid-vei2xcLmWt .mbr-section-btn {
  color: #52586a;
}
.cid-vei2xcLmWt .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-vei2xcLmWt .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-vei2xcLmWt .name,
.cid-vei2xcLmWt .card,
.cid-vei2xcLmWt .price-line {
  color: #111213;
}
.cid-veRqNYfdP8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRqNYfdP8 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRqNYfdP8 .mbr-section-title {
  color: #24262b;
}
.cid-veRqNYfdP8 .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRqNYfdP8 .items-row {
  row-gap: 48px;
}
.cid-veRqNYfdP8 .item {
  cursor: pointer;
}
.cid-veRqNYfdP8 .item:focus,
.cid-veRqNYfdP8 span:focus {
  outline: none;
}
.cid-veRqNYfdP8 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRqNYfdP8 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRqNYfdP8 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRqNYfdP8 img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-veRqNYfdP8 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRqNYfdP8 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRqNYfdP8 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRqNYfdP8 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-veRqNYfdP8 .item-title {
  color: #24262b;
}
.cid-veRqNYfdP8 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRqNYfdP8 .mbr-text {
  color: #24262b;
}
.cid-vei2rcjMTA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262003-00-3420pm-1536x1024.webp");
}
.cid-vei2rcjMTA .mbr-section-title {
  margin: 0;
}
.cid-vei2rcjMTA .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vei2rcjMTA .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vei2rcjMTA .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vei2rcjMTA .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-vei2rcjMTA .team-item .item-image {
  position: relative !important;
}
.cid-vei2rcjMTA .team-item .item-image img {
  width: 100%;
}
.cid-vei2rcjMTA .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-vei2rcjMTA .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vei2rcjMTA .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vei2rcjMTA .team-item .item-caption {
  background: #ffffff;
}
.cid-vei2rcjMTA .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-vei2rcjMTA .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-vei2rcjMTA .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-vei2rcjMTA .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-vei2rcjMTA .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-vei2rcjMTA .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-vei2rcjMTA .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-vei2rcjMTA .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-vei2rcjMTA .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-vei2rcjMTA .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-vei2rcjMTA .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-vei2rcjMTA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vei2rcjMTA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRqNEkMyN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-veRqNEkMyN .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veRqNEkMyN .mbr-section-title {
  color: #24262b;
}
.cid-veRqNEkMyN .mbr-section-subtitle {
  color: #24262b;
}
.cid-veRqNEkMyN .items-row {
  row-gap: 48px;
}
.cid-veRqNEkMyN .item {
  cursor: pointer;
}
.cid-veRqNEkMyN .item:focus,
.cid-veRqNEkMyN span:focus {
  outline: none;
}
.cid-veRqNEkMyN .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-veRqNEkMyN .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRqNEkMyN .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-veRqNEkMyN img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 10));
  object-fit: cover;
}
.cid-veRqNEkMyN .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-veRqNEkMyN .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-veRqNEkMyN .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-veRqNEkMyN .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-veRqNEkMyN .item-title {
  color: #24262b;
}
.cid-veRqNEkMyN .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-veRqNEkMyN .mbr-text {
  color: #24262b;
}
.cid-vei2rdJ77T {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vei2rdJ77T input,
.cid-vei2rdJ77T textarea,
.cid-vei2rdJ77T input:active,
.cid-vei2rdJ77T textarea:active,
.cid-vei2rdJ77T input:focus,
.cid-vei2rdJ77T textarea:focus,
.cid-vei2rdJ77T form {
  color: #ffffff;
}
.cid-vei2rdJ77T input,
.cid-vei2rdJ77T textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vei2rdJ77T input:hover,
.cid-vei2rdJ77T textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vei2rdJ77T .colored-text {
  color: #ffffff !important;
}
.cid-vei2rdJ77T .mbr-section-title {
  color: #ffffff;
}
.cid-vei2rdJ77T .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vei2rdJ77T .mbr-text {
  color: #ffffff;
}
.cid-vei2re0kDH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vei2re0kDH a:link {
  text-decoration: none;
}
.cid-vei2re0kDH .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vei2re0kDH .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vei2re0kDH .inner-text {
  line-height: 3em;
}
.cid-vei2re0kDH .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vei2re0kDH .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vei2re0kDH .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vei2re0kDH .content-text,
.cid-vei2re0kDH .inner-text {
  color: #c1c1c1;
}
.cid-vc2uDapctU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vc2uDapctU .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vc2uDapctU .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vc2uDapctU .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vc2uDapctU .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vc2uDapctU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vc2uDapctU .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vc2uDapctU .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vc2uDapctU .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vc2uDapctU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vc2uDapctU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vc2uDapctU .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vc2uDapctU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vc2uDapctU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vc2uDapctU .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-vc2uDapctU .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vc2uDapctU .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vc2uDapctU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vc2uDapctU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vc2uDapctU .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vc2uDapctU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vc2uDapctU .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vc2uDapctU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vc2uDapctU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vc2uDapctU .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-vc2uDapctU .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vc2uDapctU .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vc2uDapctU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vc2uDapctU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vc2uDapctU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vc2uDapctU .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vc2uDapctU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vc2uDapctU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vc2uDapctU .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vc2uDapctU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vc2uDapctU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vc2uDapctU .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-vc2uDapctU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vc2uDapctU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vc2uDapctU .dropdown-item.active,
.cid-vc2uDapctU .dropdown-item:active {
  background-color: transparent;
}
.cid-vc2uDapctU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vc2uDapctU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vc2uDapctU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vc2uDapctU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vc2uDapctU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vc2uDapctU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vc2uDapctU ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vc2uDapctU .navbar-buttons {
  text-align: center;
}
.cid-vc2uDapctU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vc2uDapctU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vc2uDapctU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vc2uDapctU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vc2uDapctU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vc2uDapctU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vc2uDapctU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vc2uDapctU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vc2uDapctU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vc2uDapctU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vc2uDapctU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vc2uDapctU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vc2uDapctU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vc2uDapctU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vc2uDapctU .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vc2uDapctU .nav-link:hover,
.cid-vc2uDapctU .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vc2uDbei81 {
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262002-12-0920pm-1536x1024.webp");
}
.cid-vc2uDbei81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc2uDbei81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vc2uDbei81 .container {
    padding: 0 16px;
  }
}
.cid-vc2uDbei81 .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vc2uDbei81 .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-vc2uDbei81 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vc2uDbei81 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vc2uDbei81 .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vc2uDbei81 .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-vc2uDbei81 .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vc2uDbei81 .text-wrapper {
    margin-top: 32px;
  }
}
.cid-vc2uDbei81 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vc2uDbei81 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vc2uDbei81 .mbr-text {
  color: #333333;
}
.cid-vc2uDbei81 .mbr-text,
.cid-vc2uDbei81 .mbr-section-btn {
  color: #ffffff;
}
.cid-vc2vTCgN8q {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vc2vTCgN8q .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-vc2vTCgN8q .card {
  margin-bottom: 2rem;
}
.cid-vc2vTCgN8q .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-vc2vTCgN8q .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-vc2vTCgN8q .btn {
  margin: .3rem;
}
.cid-vc2vTCgN8q .mbr-section-title {
  margin: 0;
}
.cid-vc2vTCgN8q .card-underline,
.cid-vc2vTCgN8q .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vc2vTCgN8q .card-underline .line,
.cid-vc2vTCgN8q .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vc2vTCgN8q .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-vc2vTCgN8q .card-underline .line {
  background: #ffbc00;
}
@media (max-width: 767px) {
  .cid-vc2vTCgN8q .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vc2vTCgN8q .row-content {
    min-width: 100%;
  }
  .cid-vc2vTCgN8q .card {
    display: block;
  }
}
.cid-vc2vTCgN8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc2vTCgN8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc2uDbyvkN {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/2-880x307.webp");
}
.cid-vc2uDbyvkN input,
.cid-vc2uDbyvkN textarea,
.cid-vc2uDbyvkN input:active,
.cid-vc2uDbyvkN textarea:active,
.cid-vc2uDbyvkN input:focus,
.cid-vc2uDbyvkN textarea:focus,
.cid-vc2uDbyvkN form {
  color: #ffffff;
}
.cid-vc2uDbyvkN input,
.cid-vc2uDbyvkN textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-vc2uDbyvkN input:hover,
.cid-vc2uDbyvkN textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-vc2uDbyvkN .colored-text {
  color: #ffffff !important;
}
.cid-vc2uDbyvkN .mbr-section-title {
  color: #ffffff;
}
.cid-vc2uDbyvkN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vc2uDbyvkN .mbr-text {
  color: #ffffff;
}
.cid-vc2uDbWeMU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vc2uDbWeMU a:link {
  text-decoration: none;
}
.cid-vc2uDbWeMU .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vc2uDbWeMU .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vc2uDbWeMU .inner-text {
  line-height: 3em;
}
.cid-vc2uDbWeMU .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vc2uDbWeMU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vc2uDbWeMU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vc2uDbWeMU .content-text,
.cid-vc2uDbWeMU .inner-text {
  color: #c1c1c1;
}
.cid-vc2K4bgbrT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vc2K4bgbrT .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vc2K4bgbrT .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-vc2K4bgbrT .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-vc2K4bgbrT .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-vc2K4bgbrT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vc2K4bgbrT .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-vc2K4bgbrT .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-vc2K4bgbrT .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-vc2K4bgbrT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vc2K4bgbrT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-vc2K4bgbrT .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-vc2K4bgbrT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vc2K4bgbrT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vc2K4bgbrT .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-vc2K4bgbrT .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-vc2K4bgbrT .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-vc2K4bgbrT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vc2K4bgbrT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-vc2K4bgbrT .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-vc2K4bgbrT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vc2K4bgbrT .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-vc2K4bgbrT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vc2K4bgbrT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vc2K4bgbrT .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-vc2K4bgbrT .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-vc2K4bgbrT .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-vc2K4bgbrT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vc2K4bgbrT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vc2K4bgbrT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-vc2K4bgbrT .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-vc2K4bgbrT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vc2K4bgbrT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vc2K4bgbrT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vc2K4bgbrT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vc2K4bgbrT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vc2K4bgbrT .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-vc2K4bgbrT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vc2K4bgbrT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vc2K4bgbrT .dropdown-item.active,
.cid-vc2K4bgbrT .dropdown-item:active {
  background-color: transparent;
}
.cid-vc2K4bgbrT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vc2K4bgbrT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vc2K4bgbrT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vc2K4bgbrT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vc2K4bgbrT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-vc2K4bgbrT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vc2K4bgbrT ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-vc2K4bgbrT .navbar-buttons {
  text-align: center;
}
.cid-vc2K4bgbrT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vc2K4bgbrT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vc2K4bgbrT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vc2K4bgbrT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vc2K4bgbrT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vc2K4bgbrT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vc2K4bgbrT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vc2K4bgbrT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vc2K4bgbrT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vc2K4bgbrT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vc2K4bgbrT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vc2K4bgbrT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-vc2K4bgbrT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vc2K4bgbrT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-vc2K4bgbrT .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-vc2K4bgbrT .nav-link:hover,
.cid-vc2K4bgbrT .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-vc2KNADBXl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vc2KNADBXl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc2KNADBXl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc2KNADBXl .content-wrap {
  margin: 0 -50px 50px;
}
.cid-vc2KNADBXl .content-wrap .card {
  padding: 0 50px;
}
.cid-vc2KNADBXl .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vc2KNADBXl .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vc2KNADBXl .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vc2KNADBXl .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vc2KNADBXl .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vc2KNADBXl .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc2KNADBXl .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vc2KNADBXl .image-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vc2KNADBXl .image-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 1640px) {
  .cid-vc2KNADBXl .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 1440px) {
  .cid-vc2KNADBXl .image-wrapper img {
    height: 250px;
  }
}
@media (max-width: 1200px) {
  .cid-vc2KNADBXl .image-wrapper img {
    height: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vc2KNADBXl .image-wrapper img {
    height: 300px;
  }
}
.cid-vc2KNADBXl .form-wrap {
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vc2KNADBXl .form-wrap {
    padding: 15px;
  }
}
.cid-vc2KNADBXl .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vc2KNADBXl .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vc2KNADBXl .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vc2KNADBXl .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px;
  background-color: #f1f1f1;
  border: 1px solid transparent !important;
  box-shadow: none;
  margin-bottom: 20px;
  color: #1f1f1f;
  transition: all .3s ease;
}
.cid-vc2KNADBXl .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #5a5a5a;
}
.cid-vc2KNADBXl .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vc2KNADBXl .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #1f1f1f !important;
  background-color: #ffffff;
}
.cid-vc2KNADBXl .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vc2KNADBXl .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vc2KNADBXl .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #5a5a5a;
  border-color: #5a5a5a;
}
.cid-vc2KNADBXl .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 0;
}
.cid-vc2KNADBXl .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-vc2KNADBXl .image-wrap {
  margin: 0 -50px 0;
}
.cid-vc2KNADBXl .image-wrap .card {
  padding: 0 50px;
}
.cid-vc2KNADBXl .mbr-label {
  color: #1f1f1f;
}
.cid-vc2KNADBXl .mbr-section-title {
  color: #1f1f1f;
}
.cid-vc2KNADBXl label {
  color: #1f1f1f;
}
.cid-vc2K4cA0gx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vc2K4cA0gx a:link {
  text-decoration: none;
}
.cid-vc2K4cA0gx .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vc2K4cA0gx .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vc2K4cA0gx .inner-text {
  line-height: 3em;
}
.cid-vc2K4cA0gx .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vc2K4cA0gx .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vc2K4cA0gx .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vc2K4cA0gx .content-text,
.cid-vc2K4cA0gx .inner-text {
  color: #c1c1c1;
}
.cid-rzMrgNeUFf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rzMrgNeUFf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rzMrgNeUFf .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-rzMrgNeUFf .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rzMrgNeUFf .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rzMrgNeUFf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rzMrgNeUFf .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-rzMrgNeUFf .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rzMrgNeUFf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzMrgNeUFf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rzMrgNeUFf .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-rzMrgNeUFf .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rzMrgNeUFf .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-rzMrgNeUFf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rzMrgNeUFf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rzMrgNeUFf .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-rzMrgNeUFf .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rzMrgNeUFf .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-rzMrgNeUFf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzMrgNeUFf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rzMrgNeUFf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rzMrgNeUFf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rzMrgNeUFf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rzMrgNeUFf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzMrgNeUFf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzMrgNeUFf .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-rzMrgNeUFf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rzMrgNeUFf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzMrgNeUFf .dropdown-item.active,
.cid-rzMrgNeUFf .dropdown-item:active {
  background-color: transparent;
}
.cid-rzMrgNeUFf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rzMrgNeUFf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzMrgNeUFf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzMrgNeUFf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rzMrgNeUFf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rzMrgNeUFf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzMrgNeUFf ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rzMrgNeUFf .navbar-buttons {
  text-align: center;
}
.cid-rzMrgNeUFf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMrgNeUFf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzMrgNeUFf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-rzMrgNeUFf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rzMrgNeUFf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rzMrgNeUFf .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-rzMrgNeUFf .nav-link:hover,
.cid-rzMrgNeUFf .dropdown-item:hover {
  color: #3f2300 !important;
}
.cid-uMyQSBjcG0 {
  background-image: url("../../../assets/images/chatgpt20image20feb20232020262005-56-4420pm-1536x1024.webp");
}
.cid-uMyQSBjcG0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyQSBjcG0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyQSBjcG0 .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1440px) {
  .cid-uMyQSBjcG0 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uMyQSBjcG0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMyQSBjcG0 .container {
    padding: 0 16px;
  }
}
.cid-uMyQSBjcG0 .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMyQSBjcG0 .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-uMyQSBjcG0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMyQSBjcG0 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMyQSBjcG0 .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uMyQSBjcG0 .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-uMyQSBjcG0 .text-wrapper {
  margin-top: 64px;
  padding-right: 600px;
}
@media (max-width: 1920px) {
  .cid-uMyQSBjcG0 .text-wrapper {
    padding-right: 300px;
  }
}
@media (max-width: 1440px) {
  .cid-uMyQSBjcG0 .text-wrapper {
    padding-right: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uMyQSBjcG0 .text-wrapper {
    margin-top: 32px;
    padding-right: 0px;
  }
}
.cid-uMyQSBjcG0 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uMyQSBjcG0 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uMyQSBjcG0 .mbr-text {
  color: #333333;
}
.cid-uMyQSBjcG0 .mbr-text,
.cid-uMyQSBjcG0 .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-uMzr46DusD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt20image20mar20132020262003-43-1820pm-1536x1024.webp");
}
.cid-uMzr46DusD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMzr46DusD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMzr46DusD .title-wrapper {
  padding: 50px 80px 0 0;
  padding: 50px 0 0 80px;
  margin-right: -100px;
}
@media (max-width: 992px) {
  .cid-uMzr46DusD .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
@media (max-width: 1400px) {
  .cid-uMzr46DusD .title-wrapper {
    margin-right: 0px;
  }
}
@media (max-width: 992px) {
  .cid-uMzr46DusD .title-wrapper {
    margin-right: 0px;
    padding: 0;
  }
}
.cid-uMzr46DusD .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uMzr46DusD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMzr46DusD .title-wrapper .mbr-text {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uMzr46DusD .title-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMzr46DusD .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uMzr46DusD .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-uMzr46DusD .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-uMzr46DusD .image-wrapper {
  position: relative;
}
.cid-uMzr46DusD .image-wrapper --img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #36d88a;
}
.cid-uMzr46DusD .image-wrapper .image_1 {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uMzr46DusD .image-wrapper .image_2 {
  display: block;
  max-width: 390px;
  height: 250px;
  object-fit: cover;
  margin: -2rem 2rem 0 auto;
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uMzr46DusD .image-wrapper .image_2 {
    margin: 0;
  }
}
.cid-uMzr46DusD .image-wrapper .image_3 {
  position: absolute;
  left: -5rem;
  bottom: 5rem;
  width: 310px;
  height: 200px;
  object-fit: cover;
  z-index: 1;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-uMzr46DusD .image-wrapper .image_3 {
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-uMzr46DusD .image-wrapper .image_3 {
    position: static;
    width: 100%;
  }
}
.cid-uMzr46DusD .mbr-section-title {
  color: #101511;
}
.cid-uMzr46DusD .mbr-text {
  color: #ffffff;
}
.cid-uMzr46DusD .mbr-section-title,
.cid-uMzr46DusD .mbr-section-btn {
  color: #ffffff;
}
.cid-uMVZFFeAAy {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/chatgpt20image20feb20132020262004-29-2920pm-1536x1024.webp");
}
.cid-uMVZFFeAAy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMVZFFeAAy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMVZFFeAAy .container {
    padding: 0 30px;
  }
}
.cid-uMVZFFeAAy .row {
  position: relative;
}
.cid-uMVZFFeAAy .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uMVZFFeAAy .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uMVZFFeAAy .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uMVZFFeAAy .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uMVZFFeAAy .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uMVZFFeAAy .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMVZFFeAAy .mbr-text {
  color: #212529;
}
.cid-uMVZFFeAAy .mbr-link,
.cid-uMVZFFeAAy .mbr-iconfont {
  color: #212529;
}
.cid-uN1LsAZDYt {
  background-image: url("../../../assets/images/chatgpt20image20feb20132020262004-35-3220pm-1536x1024.webp");
}
.cid-uN1LsAZDYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN1LsAZDYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN1LsAZDYt .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uN1LsAZDYt .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uN1LsAZDYt .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uN1LsAZDYt .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uN1LsAZDYt .container {
    padding: 0 24px;
  }
}
.cid-uN1LsAZDYt .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uN1LsAZDYt .content-wrapper {
    padding: 0;
  }
}
.cid-uN1LsAZDYt .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uN1LsAZDYt .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uN1LsAZDYt .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uN1LsAZDYt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uN1LsAZDYt .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: 1;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uN1LsAZDYt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uN1LsAZDYt .mbr-section-title {
  color: #ffffff;
}
.cid-uN1LsAZDYt .mbr-desc,
.cid-uN1LsAZDYt .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uN1LsAZDYt .mbr-text,
.cid-uN1LsAZDYt .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uN1LsAZDYt .mbr-section-title,
.cid-uN1LsAZDYt .mbr-section-btn {
  text-align: center;
}
.cid-uN2p1bcCtG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-uN2p1bcCtG .content__block {
  padding: 50px 15px;
}
.cid-uN2p1bcCtG .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uN2p1bcCtG .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uN2p1bcCtG .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uN2p1bcCtG .image {
  perspective: 3500px;
  position: relative;
}
.cid-uN2p1bcCtG .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
}
.cid-uN2p1bcCtG .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uN2p1bcCtG .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uN2p1bcCtG .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uN2p1bcCtG .content__block {
    padding: 30px 15px;
  }
  .cid-uN2p1bcCtG .mbr-figure {
    padding: 0;
  }
  .cid-uN2p1bcCtG .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uN2p1bcCtG .lg-push {
    right: 1%;
  }
  .cid-uN2p1bcCtG .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uN2p1bcCtG .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-uN2p1bcCtG .lg-push {
    left: 1%;
  }
  .cid-uN2p1bcCtG .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-uN2p1bcCtG .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uN2p1bcCtG .mbr-section-title {
  text-align: center;
}
.cid-uN2p1bcCtG .mbr-text,
.cid-uN2p1bcCtG .mbr-section-btn {
  text-align: center;
}
.cid-uN2FCrKVQQ {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/chatgpt20image20feb20132020262004-38-1020pm-1536x1024.webp");
}
.cid-uN2FCrKVQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN2FCrKVQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN2FCrKVQQ .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1440px) {
  .cid-uN2FCrKVQQ .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uN2FCrKVQQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uN2FCrKVQQ .container {
    padding: 0 16px;
  }
}
.cid-uN2FCrKVQQ .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uN2FCrKVQQ .title-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-uN2FCrKVQQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uN2FCrKVQQ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uN2FCrKVQQ .title-wrapper .mbr-date {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-bottom: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uN2FCrKVQQ .title-wrapper .mbr-date {
    padding: 0;
  }
}
.cid-uN2FCrKVQQ .text-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uN2FCrKVQQ .text-wrapper {
    margin-top: 32px;
  }
}
.cid-uN2FCrKVQQ .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uN2FCrKVQQ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uN2FCrKVQQ .mbr-text {
  color: #333333;
}
.cid-uN2FCrKVQQ .mbr-text,
.cid-uN2FCrKVQQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uN2KF630gR {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uN2KF630gR .image-block {
  margin: auto;
  height: 1000px;
  overflow: hidden;
}
.cid-uN2KF630gR .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uN2KF630gR .image-block:hover:before {
  opacity: 0;
}
.cid-uN2KF630gR .image-block:hover .wrap {
  opacity: 1;
}
.cid-uN2KF630gR .image-block:hover img {
  transform: scale(1.05);
}
.cid-uN2KF630gR h4 {
  letter-spacing: 2px;
}
.cid-uN2KF630gR figcaption {
  position: relative;
}
.cid-uN2KF630gR figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uN2KF630gR img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uN2KF630gR .col-lg-4 {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uN2KF630gR .image-block {
    height: 400px;
  }
}
.cid-uN2PeLU7FT {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uN2PeLU7FT .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
}
.cid-uN2PeLU7FT .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uN2PeLU7FT .image-block:hover:before {
  opacity: 0.2;
}
.cid-uN2PeLU7FT .image-block:hover .wrap {
  opacity: 1;
}
.cid-uN2PeLU7FT h4 {
  letter-spacing: 2px;
}
.cid-uN2PeLU7FT figcaption {
  position: relative;
}
.cid-uN2PeLU7FT figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uN2PeLU7FT img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uN2PeLU7FT .card {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uN2PeLU7FT .wrap {
    opacity: 1 !important;
  }
  .cid-uN2PeLU7FT .image-block:before {
    opacity: 0.2 !important;
  }
}
.cid-uN2Tbmvsxs {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/2-880x307.webp");
}
.cid-uN2Tbmvsxs input,
.cid-uN2Tbmvsxs textarea,
.cid-uN2Tbmvsxs input:active,
.cid-uN2Tbmvsxs textarea:active,
.cid-uN2Tbmvsxs input:focus,
.cid-uN2Tbmvsxs textarea:focus,
.cid-uN2Tbmvsxs form {
  color: #ffffff;
}
.cid-uN2Tbmvsxs input,
.cid-uN2Tbmvsxs textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-uN2Tbmvsxs input:hover,
.cid-uN2Tbmvsxs textarea:hover {
  border: none !important;
  border-bottom: 1px solid #3e97d1 !important;
}
.cid-uN2Tbmvsxs .colored-text {
  color: #ffffff !important;
}
.cid-uN2Tbmvsxs .mbr-section-title {
  color: #ffffff;
}
.cid-uN2Tbmvsxs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uN2Tbmvsxs .mbr-text {
  color: #ffffff;
}
.cid-rzMrdh7IU7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rzMrdh7IU7 a:link {
  text-decoration: none;
}
.cid-rzMrdh7IU7 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rzMrdh7IU7 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rzMrdh7IU7 .inner-text {
  line-height: 3em;
}
.cid-rzMrdh7IU7 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMrdh7IU7 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rzMrdh7IU7 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rzMrdh7IU7 .content-text,
.cid-rzMrdh7IU7 .inner-text {
  color: #c1c1c1;
}
