body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ff8a73 !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #57468b !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff4a26 !important;
  border-color: #ff4a26 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff4a26 !important;
  border-color: #ff4a26 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #57468b !important;
  border-color: #57468b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ff350d;
  color: #ff350d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff8a73;
  border-color: #ff8a73;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2d2447;
  color: #2d2447;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #57468b;
  border-color: #57468b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #57468b !important;
  border-color: #57468b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff8a73 !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #57468b !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff350d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d2447 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #57468b;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8a73;
  border-color: #ff8a73;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff8a73;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9a8cc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #ff8a73;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #ff8a73 !important;
  -webkit-box-shadow: 0 6px 16px 0 #ff8a73 !important;
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #bfceff !important;
  -webkit-box-shadow: 0 6px 16px 0 #bfceff !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff8a73;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff8a73;
  border-bottom-color: #ff8a73;
}
.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: #ff8a73 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #5580ff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff8a73' %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;
}
#custom-html-3d {
  /* Global Styles */
  /* Hero Section */
  /* Particles Background */
  /* Benefits Section */
  /* Process Section */
  /* CTA Button */
  /* Final CTA */
  /* Footer */
  /* Responsive Adjustments */
}
#custom-html-3d body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #2D3748;
  line-height: 1.6;
}
#custom-html-3d .hero {
  background: linear-gradient(135deg, #6a35ff 0%, #1a1c3a 100%);
  color: white;
  padding: 100px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#custom-html-3d .hero-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#custom-html-3d .hero h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  font-weight: 800;
}
#custom-html-3d .hero h1 span {
  color: #00D4FF;
}
#custom-html-3d .hero p {
  font-size: 1.5rem;
  margin-bottom: 40px;
  opacity: 0.9;
}
#custom-html-3d #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#custom-html-3d .benefits {
  background-color: #F5F5F7;
  padding: 100px 20px;
}
#custom-html-3d .benefits-container {
  max-width: 1200px;
  margin: 0 auto;
}
#custom-html-3d .benefits h2 {
  text-align: center;
  color: #1A1C3A;
  font-size: 2.5rem;
  margin-bottom: 60px;
}
#custom-html-3d .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-3d .benefit-card {
  background: white;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
}
#custom-html-3d .benefit-card:hover {
  transform: translateY(-10px);
}
#custom-html-3d .benefit-card i {
  font-size: 3rem;
  color: #6A35FF;
  margin-bottom: 20px;
}
#custom-html-3d .benefit-card h3 {
  color: #1A1C3A;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
#custom-html-3d .process {
  padding: 100px 20px;
  text-align: center;
  background: white;
}
#custom-html-3d .process h2 {
  color: #1A1C3A;
  font-size: 2.5rem;
  margin-bottom: 60px;
}
#custom-html-3d .process-steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto 50px;
}
#custom-html-3d .step {
  flex: 1;
  min-width: 250px;
  position: relative;
}
#custom-html-3d .step-number {
  background: #6A35FF;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto 20px;
}
#custom-html-3d .step h3 {
  color: #1A1C3A;
  font-size: 1.3rem;
}
#custom-html-3d .cta-button {
  display: inline-block;
  background: #00D4FF;
  color: #1A1C3A;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}
#custom-html-3d .cta-button:hover {
  background: #6A35FF;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(106, 53, 255, 0.2);
}
#custom-html-3d .final-cta {
  background: linear-gradient(135deg, #1a1c3a 0%, #6a35ff 100%);
  color: white;
  padding: 100px 20px;
  text-align: center;
}
#custom-html-3d .final-cta h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#custom-html-3d footer {
  background: #1A1C3A;
  color: white;
  padding: 30px 20px;
  text-align: center;
}
#custom-html-3d .footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#custom-html-3d .instagram-link {
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}
#custom-html-3d .instagram-link:hover {
  color: #00D4FF;
}
#custom-html-3d .instagram-link i {
  margin-right: 8px;
}
@media (max-width: 768px) {
  #custom-html-3d .hero h1 {
    font-size: 2.5rem;
  }
  #custom-html-3d .hero p {
    font-size: 1.2rem;
  }
  #custom-html-3d .footer-content {
    flex-direction: column;
    gap: 15px;
  }
}
.cid-t0Ur3es8rR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0Ur3es8rR .box {
  max-width: 700px;
  margin: auto;
  padding: 0 3rem;
}
.cid-t0Ur3es8rR .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t0Ur3es8rR .btn:hover,
.cid-t0Ur3es8rR .btn:active {
  box-shadow: none!important;
}
.cid-t0Ur3es8rR .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-t0Ur3es8rR .mbr-section-subtitle {
  color: #716c80;
}
.cid-t0Ur3es8rR .img-col {
  padding: 0;
}
.cid-t0Ur3es8rR img {
  max-height: 100vh;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-t0Ur3es8rR .box {
    padding: 2rem;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-t0Ur3es8rR .box {
    padding: 1rem;
  }
}
.cid-t0Ur3es8rR .mbr-section-title {
  color: #57468b;
}
#custom-html-3v {
  /* CSS RESET & BASE */
  /* TYPOGRAPHY */
  /* LAYOUT */
  /* HERO SECTION */
  /* CTA BUTTON */
  /* BENEFITS SECTION */
  /* TESTIMONIAL SECTION */
  /* FAQ SECTION */
  /* FINAL CTA */
}
#custom-html-3v * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
#custom-html-3v body {
  background-color: #F5F5F7;
  color: #2D3748;
  line-height: 1.6;
}
#custom-html-3v h1,
#custom-html-3v h2,
#custom-html-3v h3,
#custom-html-3v h4 {
  font-weight: 700;
  color: #1A1C3A;
}
#custom-html-3v h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}
#custom-html-3v h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
#custom-html-3v p {
  font-size: 1.1rem;
  margin-bottom: 1.25rem;
}
#custom-html-3v .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#custom-html-3v section {
  padding: 80px 0;
}
#custom-html-3v .hero {
  background: linear-gradient(135deg, #6a35ff 0%, #1a1c3a 100%);
  color: white;
  text-align: center;
  padding: 100px 0;
}
#custom-html-3v .hero h1 {
  color: white;
  margin-bottom: 20px;
}
#custom-html-3v .hero p {
  font-size: 1.25rem;
  max-width: 700px;
  margin: 0 auto 30px;
}
#custom-html-3v .cta-button {
  display: inline-block;
  background-color: #00D4FF;
  color: #1A1C3A;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
}
#custom-html-3v .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 212, 255, 0.3);
}
#custom-html-3v .benefits {
  background-color: white;
}
#custom-html-3v .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
#custom-html-3v .benefit-card {
  background: #F5F5F7;
  padding: 30px;
  border-radius: 12px;
  transition: transform 0.3s ease;
}
#custom-html-3v .benefit-card:hover {
  transform: translateY(-10px);
}
#custom-html-3v .benefit-card h3 {
  margin-bottom: 15px;
  color: #6A35FF;
}
#custom-html-3v .testimonial {
  background: linear-gradient(135deg, #1a1c3a 0%, #2d3748 100%);
  color: white;
  text-align: center;
}
#custom-html-3v .testimonial h2 {
  color: white;
}
#custom-html-3v .testimonial p {
  font-style: italic;
  max-width: 700px;
  margin: 0 auto;
}
#custom-html-3v .faq {
  background-color: white;
}
#custom-html-3v .faq-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
#custom-html-3v .faq-item h3 {
  margin-bottom: 10px;
}
#custom-html-3v .final-cta {
  text-align: center;
  background-color: #6A35FF;
  color: white;
}
#custom-html-3v .final-cta h2 {
  color: white;
}
.cid-uOGLO40J9I {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #3d65ff;
}
.cid-uOGLO40J9I .text-wrap {
  margin-top: 32px;
}
.cid-uOGLO40J9I .content-right-wrapper {
  background-color: #ffffff;
  padding: 32px;
}
.cid-uOGLO40J9I .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uOGLO40J9I .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uOGLO40J9I .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uOGLO40J9I .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uOGLO40J9I .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 9px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #1352ff;
}
.cid-uOGLO40J9I .content-right-wrapper .mbr-text {
  color: #000000;
}
.cid-uOGLO40J9I .content-right-wrapper .text-wrap .mbr-list {
  color: #000000;
}
#custom-html-36 {
  /* Base Styles */
  /* Header Styles */
  /* Hero Section */
  /* Services Section */
  /* Results Section */
  /* CTA Section */
  /* Footer */
  /* Animations */
  /* Responsive Adjustments */
}
#custom-html-36 body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  color: white;
  line-height: 1.6;
}
#custom-html-36 .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#custom-html-36 h1,
#custom-html-36 h2,
#custom-html-36 h3,
#custom-html-36 h4,
#custom-html-36 h5,
#custom-html-36 h6 {
  margin-top: 0;
  line-height: 1.2;
}
#custom-html-36 .highlight {
  color: #ffd700;
}
#custom-html-36 header {
  background-color: #3d65ff;
  padding: 40px 0;
  text-align: center;
}
#custom-html-36 header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#custom-html-36 .subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
}
#custom-html-36 .rocket {
  display: inline-block;
  animation: float 3s ease-in-out infinite;
}
#custom-html-36 .hero {
  background-color: #3d65ff;
  padding: 60px 0;
}
#custom-html-36 .hero h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#custom-html-36 .hero p {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 30px;
}
#custom-html-36 .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
#custom-html-36 .benefit-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease;
}
#custom-html-36 .benefit-item:hover {
  transform: translateY(-5px);
}
#custom-html-36 .benefit-item .icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
}
#custom-html-36 .benefit-item h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
#custom-html-36 .services {
  background-color: white;
  color: #333;
  padding: 60px 0;
}
#custom-html-36 .services h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}
#custom-html-36 .service-card {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
#custom-html-36 .service-icon {
  font-size: 2rem;
  margin-right: 20px;
  flex-shrink: 0;
}
#custom-html-36 .service-content h3 {
  font-size: 1.4rem;
  color: #3d65ff;
  margin-bottom: 10px;
}
#custom-html-36 .results {
  background-color: #3d65ff;
  padding: 60px 0;
  text-align: center;
}
#custom-html-36 .results h2 {
  font-size: 2rem;
  margin-bottom: 40px;
}
#custom-html-36 .results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}
#custom-html-36 .result-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 10px;
}
#custom-html-36 .stat {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#custom-html-36 .cta {
  background-color: white;
  color: #333;
  padding: 60px 0;
  text-align: center;
}
#custom-html-36 .cta h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
#custom-html-36 .cta p {
  max-width: 700px;
  margin: 0 auto 20px;
  font-size: 1.1rem;
}
#custom-html-36 .cta-highlight {
  background: #3d65ff;
  color: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
  margin: 30px auto 0;
}
#custom-html-36 .cta-highlight p {
  margin: 0;
}
#custom-html-36 footer {
  background-color: #2a4bd6;
  padding: 20px 0;
  text-align: center;
  font-size: 0.9rem;
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 768px) {
  #custom-html-36 header h1 {
    font-size: 2rem;
  }
  #custom-html-36 .hero h2,
  #custom-html-36 .services h2,
  #custom-html-36 .results h2,
  #custom-html-36 .cta h2 {
    font-size: 1.8rem;
  }
  #custom-html-36 .service-card {
    flex-direction: column;
  }
  #custom-html-36 .service-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
#custom-html-3o {
  /* Plans Table Styles */
  /* Recommended Plan Styling */
  /* Button Styles */
  /* Header Row */
  /* CTA Row */
  /* Responsive Adjustments */
}
#custom-html-3o .plans-section {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
#custom-html-3o .plans-table-container {
  max-width: 1000px;
  margin: 0 auto;
  overflow-x: auto;
}
#custom-html-3o .plans-table {
  display: flex;
  flex-direction: column;
  min-width: 700px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(106, 53, 255, 0.1);
  overflow: hidden;
}
#custom-html-3o .plan-row {
  display: flex;
  border-bottom: 1px solid #EDF2F7;
}
#custom-html-3o .plan-row:last-child {
  border-bottom: none;
}
#custom-html-3o .plan-feature {
  flex: 2;
  padding: 20px;
  font-weight: 500;
  color: #2D3748;
  display: flex;
  align-items: center;
  background-color: rgba(245, 245, 247, 0.5);
}
#custom-html-3o .plan-option {
  flex: 1;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#custom-html-3o .plan-name {
  font-weight: 700;
  font-size: 1.2rem;
  color: #1A1C3A;
  margin-bottom: 4px;
}
#custom-html-3o .plan-tag {
  font-size: 0.8rem;
  color: #718096;
  font-weight: 500;
}
#custom-html-3o .plan-icon {
  font-size: 1.1rem;
  font-weight: 500;
}
#custom-html-3o .plan-icon.included {
  color: #00D4FF;
  font-weight: 600;
}
#custom-html-3o .plan-icon.excluded {
  color: #E53E3E;
}
#custom-html-3o .plan-icon.limited {
  color: #6A35FF;
}
#custom-html-3o .plan-option.recommended {
  background: linear-gradient(to bottom, rgba(106, 53, 255, 0.03), transparent);
}
#custom-html-3o .plan-option.recommended .plan-tag {
  color: #00D4FF;
  font-weight: 600;
}
#custom-html-3o .plan-btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: white;
  color: #6A35FF;
  border: 1px solid #6A35FF;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 10px;
}
#custom-html-3o .plan-btn:hover {
  background-color: #6A35FF;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(106, 53, 255, 0.2);
}
#custom-html-3o .recommended-btn {
  background-color: #6A35FF;
  color: white;
  border-color: #6A35FF;
}
#custom-html-3o .recommended-btn:hover {
  background-color: #5A2CE0;
  border-color: #5A2CE0;
}
#custom-html-3o .header-row {
  background-color: #1A1C3A;
  color: white;
}
#custom-html-3o .header-row .plan-feature {
  background-color: #1A1C3A;
  color: white;
}
#custom-html-3o .header-row .plan-name {
  color: white;
  font-size: 1.4rem;
}
#custom-html-3o .header-row .plan-tag {
  color: #00D4FF;
}
#custom-html-3o .cta-row {
  padding: 20px 0;
  background-color: #F5F5F7;
}
#custom-html-3o .cta-row .plan-feature {
  background-color: transparent;
}
@media (max-width: 768px) {
  #custom-html-3o .plan-feature,
  #custom-html-3o .plan-option {
    padding: 15px 10px;
  }
  #custom-html-3o .plan-name {
    font-size: 1rem;
  }
  #custom-html-3o .plan-btn {
    padding: 10px 15px;
    font-size: 0.9rem;
  }
}
.cid-uOB9rAzO1D {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #bfceff;
}
.cid-uOB9rAzO1D .showAlerts {
  display: block !important;
}
.cid-uOB9rAzO1D .rowflexrev {
  display: -webkit-flex;
}
.cid-uOB9rAzO1D .title {
  margin-bottom: 2rem;
}
.cid-uOB9rAzO1D .mbr-section-subtitle {
  color: #767676;
}
.cid-uOB9rAzO1D textarea.form-control {
  min-height: 188px;
}
.cid-uOB9rAzO1D LABEL {
  color: #232323;
  display: initial;
}
.cid-uOB9rAzO1D .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uOB9rAzO1D .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uOB9rAzO1D .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uOB9rAzO1D .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uOB9rAzO1D .alert {
  margin-bottom: 0;
}
.cid-uOB9rAzO1D .alert-success {
  background-color: #70c770;
}
.cid-uOB9rAzO1D .alert-danger {
  background-color: #ff4a52;
}
.cid-uOB9rAzO1D .btn {
  display: inline-flex;
}
.cid-uOB9rAzO1D .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uOB9rAzO1D .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
#custom-html-3e {
  /* FOOTER STYLES */
  /* Responsive Adjustments */
}
#custom-html-3e .ls-footer {
  background-color: #1A1C3A;
  color: #FFFFFF;
  padding: 60px 0 30px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
#custom-html-3e .footer-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#custom-html-3e .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}
#custom-html-3e .footer-col h3 {
  color: #00D4FF;
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
#custom-html-3e .footer-col h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #6A35FF;
}
#custom-html-3e .footer-col p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 20px;
}
#custom-html-3e .footer-button {
  display: inline-flex;
  align-items: center;
  background-color: #6A35FF;
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 15px;
}
#custom-html-3e .footer-button:hover {
  background-color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-3e .footer-button i {
  margin-left: 8px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
#custom-html-3e .footer-button:hover i {
  transform: translateX(3px);
}
#custom-html-3e .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#custom-html-3e .footer-links li {
  margin-bottom: 15px;
}
#custom-html-3e .footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
#custom-html-3e .footer-links a:hover {
  color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-3e .contact-cta {
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}
#custom-html-3e .footer-email {
  display: inline-block;
  color: #00D4FF;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
#custom-html-3e .footer-email:hover {
  color: white;
}
#custom-html-3e .instagram-link a {
  display: inline-flex;
  align-items: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
#custom-html-3e .instagram-link a:hover {
  color: #00D4FF;
}
#custom-html-3e .instagram-link i {
  margin-right: 8px;
  font-size: 1.2rem;
}
#custom-html-3e .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  #custom-html-3e .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #custom-html-3e .footer-col {
    text-align: center;
  }
  #custom-html-3e .footer-col h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #custom-html-3e .footer-links a:hover {
    transform: none;
  }
}
.cid-uQDOFdDul3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQDOFdDul3 .nav-item:focus,
.cid-uQDOFdDul3 .nav-link:focus {
  outline: none;
}
.cid-uQDOFdDul3 .text-white:hover,
.cid-uQDOFdDul3 .text-white:active,
.cid-uQDOFdDul3 .text-white:focus {
  color: white!important;
}
.cid-uQDOFdDul3 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQDOFdDul3 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-item:hover {
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-menu {
  background-color: white!important;
}
.cid-uQDOFdDul3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQDOFdDul3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQDOFdDul3 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .collapsed {
  flex-direction: row!important;
}
.cid-uQDOFdDul3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDOFdDul3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDOFdDul3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.opened {
  transition: all .3s;
  background: #ffce08 !important;
}
.cid-uQDOFdDul3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQDOFdDul3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQDOFdDul3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDOFdDul3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQDOFdDul3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQDOFdDul3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDOFdDul3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQDOFdDul3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDOFdDul3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQDOFdDul3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQDOFdDul3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQDOFdDul3 .navbar.navbar-short {
  background: #ffce08 !important;
  min-height: 60px;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQDOFdDul3 .navbar-caption {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDOFdDul3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDOFdDul3 .dropdown-item.active,
.cid-uQDOFdDul3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDOFdDul3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDOFdDul3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQDOFdDul3 .navbar-buttons {
  text-align: center;
}
.cid-uQDOFdDul3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQDOFdDul3 .nav-link {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDOFdDul3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQDOFdDul3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQDOFdDul3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQDOFdDul3 .navbar {
    height: 77px;
  }
  .cid-uQDOFdDul3 .navbar.opened {
    height: auto;
  }
  .cid-uQDOFdDul3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ5HWmcrO7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fbfbff;
}
.cid-uQ5HWmcrO7 H1 {
  color: #57468b;
}
.cid-uQ5HWmcrO7 .mbr-text,
.cid-uQ5HWmcrO7 .mbr-section-btn {
  color: #716c80;
}
.cid-uQ5HWmcrO7 H3 {
  color: #716c80;
}
#custom-html-4v {
  /* Luxury CTA Header Styles */
  /* Animations */
  /* Responsive Design */
}
#custom-html-4v * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', 'Arial', sans-serif;
}
#custom-html-4v body {
  background-color: #fafafa;
}
#custom-html-4v .luxury-cta-header {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(74, 0, 224, 0.1);
}
#custom-html-4v .cta-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#custom-html-4v .urgency-badge {
  display: inline-block;
  background: linear-gradient(90deg, #ff416c, #ff4b2b);
  color: white;
  padding: 8px 25px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(255, 75, 43, 0.3);
  text-transform: uppercase;
  animation: pulse 2s infinite;
}
#custom-html-4v .cta-headline {
  font-size: 3rem;
  font-weight: 800;
  color: #2c3e50;
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #8e2de2, #4a00e0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-4v .cta-subhead {
  font-size: 1.3rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-weight: 500;
}
#custom-html-4v .cta-timer {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
#custom-html-4v .timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#custom-html-4v .timer-number {
  font-size: 2.8rem;
  font-weight: 700;
  color: #4a00e0;
  line-height: 1;
}
#custom-html-4v .timer-label {
  font-size: 0.9rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
  font-weight: 600;
}
#custom-html-4v .cta-scroll-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #4a00e0;
  font-weight: 600;
  animation: bounce 2s infinite;
}
#custom-html-4v .cta-scroll-hint svg {
  margin-bottom: 10px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@media (max-width: 768px) {
  #custom-html-4v .luxury-cta-header {
    padding: 60px 20px;
  }
  #custom-html-4v .cta-headline {
    font-size: 2.2rem;
  }
  #custom-html-4v .cta-subhead {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  #custom-html-4v .cta-timer {
    gap: 15px;
    margin-bottom: 40px;
  }
  #custom-html-4v .timer-number {
    font-size: 2rem;
  }
  #custom-html-4v .timer-label {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  #custom-html-4v .luxury-cta-header {
    padding: 50px 15px;
  }
  #custom-html-4v .cta-headline {
    font-size: 1.8rem;
  }
  #custom-html-4v .urgency-badge {
    font-size: 0.8rem;
    padding: 6px 15px;
  }
  #custom-html-4v .cta-timer {
    gap: 10px;
  }
  #custom-html-4v .timer-number {
    font-size: 1.6rem;
  }
}
#custom-html-4s {
  /* CSS - styles.css */
  /* Hero Section */
  /* Problem Section */
  /* Solutions Section */
  /* Plans Section */
  /* Responsive Adjustments */
}
#custom-html-4s :root {
  --royal-purple: #5E35B1;
  --luxury-blue: #1976D2;
  --deep-navy: #0D47A1;
  --light-accent: #B39DDB;
  --pure-white: #FFFFFF;
  --off-white: #F5F5F7;
  --dark-text: #212121;
}
#custom-html-4s body {
  font-family: 'Montserrat', sans-serif;
  color: var(--dark-text);
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: var(--off-white);
}
#custom-html-4s .spacer-top,
#custom-html-4s .spacer-bottom {
  height: 80px;
  width: 100%;
}
#custom-html-4s .container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
#custom-html-4s h1,
#custom-html-4s h2,
#custom-html-4s h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin-top: 0;
}
#custom-html-4s .highlight {
  color: var(--royal-purple);
}
#custom-html-4s .hero {
  background: linear-gradient(135deg, var(--deep-navy) 0%, var(--royal-purple) 100%);
  color: var(--pure-white);
  padding: 60px 0;
  text-align: center;
}
#custom-html-4s .hero h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 1.3;
}
#custom-html-4s .subtitle {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 300;
}
#custom-html-4s .problem {
  padding: 60px 0;
  background-color: var(--pure-white);
  text-align: center;
}
#custom-html-4s .problem h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: var(--deep-navy);
}
#custom-html-4s .stats-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
#custom-html-4s .stat-item {
  flex: 0 1 200px;
}
#custom-html-4s .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--royal-purple);
  margin-bottom: 8px;
  font-family: 'Montserrat', sans-serif;
}
#custom-html-4s .stat-desc {
  font-size: 0.95rem;
  color: var(--dark-text);
}
#custom-html-4s .problem-text {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 400;
}
#custom-html-4s .solutions {
  padding: 60px 0;
  background-color: var(--off-white);
}
#custom-html-4s .solutions h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: var(--deep-navy);
}
#custom-html-4s .solution-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}
#custom-html-4s .solution-card {
  background: var(--pure-white);
  padding: 30px 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
#custom-html-4s .solution-card:hover {
  transform: translateY(-8px);
}
#custom-html-4s .solution-card h3 {
  color: var(--royal-purple);
  font-size: 1.3rem;
  margin-bottom: 12px;
}
#custom-html-4s .solution-card p {
  color: var(--dark-text);
  font-weight: 300;
  font-size: 0.95rem;
}
#custom-html-4s .plans {
  padding: 60px 0;
  background-color: var(--pure-white);
}
#custom-html-4s .plans h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
  color: var(--deep-navy);
}
#custom-html-4s .section-subtitle {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;
  color: #666;
  font-weight: 300;
  font-size: 0.95rem;
}
#custom-html-4s .plan-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}
#custom-html-4s .plan-card {
  background: var(--off-white);
  border-radius: 8px;
  padding: 30px 25px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
#custom-html-4s .plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
#custom-html-4s .plan-card.featured {
  border: 2px solid var(--light-accent);
  background: var(--pure-white);
}
#custom-html-4s .popular-tag {
  position: absolute;
  top: -12px;
  right: 20px;
  background-color: var(--light-accent);
  color: var(--deep-navy);
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.75rem;
}
#custom-html-4s .plan-card h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: var(--deep-navy);
}
#custom-html-4s .price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--royal-purple);
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}
#custom-html-4s .price span {
  font-size: 0.9rem;
  color: #666;
  font-weight: 400;
}
#custom-html-4s .plan-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  flex-grow: 1;
}
#custom-html-4s .plan-card ul li {
  padding: 7px 0;
  position: relative;
  padding-left: 22px;
  font-weight: 300;
  font-size: 0.9rem;
}
#custom-html-4s .plan-card ul li:before {
  content: "•";
  color: var(--luxury-blue);
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 1.1rem;
}
#custom-html-4s .stripe-button {
  margin-top: auto;
  padding-top: 15px;
}
#custom-html-4s .stripe-button iframe {
  width: 100% !important;
  min-height: 40px !important;
  border: none !important;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  #custom-html-4s .plan-cards {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media (max-width: 768px) {
  #custom-html-4s .hero h1 {
    font-size: 2rem;
  }
  #custom-html-4s .stats-grid {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  #custom-html-4s .stat-item {
    max-width: 100%;
  }
  #custom-html-4s .plan-cards,
  #custom-html-4s .solution-cards {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
  #custom-html-4s .spacer-top,
  #custom-html-4s .spacer-bottom {
    height: 50px;
  }
}
@media (max-width: 480px) {
  #custom-html-4s .container {
    width: 100%;
    padding: 0 20px;
  }
  #custom-html-4s .hero {
    padding: 50px 0;
  }
  #custom-html-4s .hero h1 {
    font-size: 1.8rem;
  }
  #custom-html-4s .subtitle {
    font-size: 1rem;
  }
  #custom-html-4s .problem h2,
  #custom-html-4s .solutions h2,
  #custom-html-4s .plans h2 {
    font-size: 1.6rem;
  }
  #custom-html-4s .stat-number {
    font-size: 2rem;
  }
  #custom-html-4s .price {
    font-size: 1.8rem;
  }
}
.cid-uQ56cCWY59 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #bfceff;
}
.cid-uQ56cCWY59 .showAlerts {
  display: block !important;
}
.cid-uQ56cCWY59 .rowflexrev {
  display: -webkit-flex;
}
.cid-uQ56cCWY59 .title {
  margin-bottom: 2rem;
}
.cid-uQ56cCWY59 .mbr-section-subtitle {
  color: #767676;
}
.cid-uQ56cCWY59 textarea.form-control {
  min-height: 188px;
}
.cid-uQ56cCWY59 LABEL {
  color: #232323;
  display: initial;
}
.cid-uQ56cCWY59 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQ56cCWY59 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uQ56cCWY59 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQ56cCWY59 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQ56cCWY59 .alert {
  margin-bottom: 0;
}
.cid-uQ56cCWY59 .alert-success {
  background-color: #70c770;
}
.cid-uQ56cCWY59 .alert-danger {
  background-color: #ff4a52;
}
.cid-uQ56cCWY59 .btn {
  display: inline-flex;
}
.cid-uQ56cCWY59 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uQ56cCWY59 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
#custom-html-4u {
  /* FOOTER STYLES */
  /* Responsive Adjustments */
}
#custom-html-4u .ls-footer {
  background-color: #1A1C3A;
  color: #FFFFFF;
  padding: 60px 0 30px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
#custom-html-4u .footer-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#custom-html-4u .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}
#custom-html-4u .footer-col h3 {
  color: #00D4FF;
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
#custom-html-4u .footer-col h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #6A35FF;
}
#custom-html-4u .footer-col p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 20px;
}
#custom-html-4u .footer-button {
  display: inline-flex;
  align-items: center;
  background-color: #6A35FF;
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 15px;
}
#custom-html-4u .footer-button:hover {
  background-color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-4u .footer-button i {
  margin-left: 8px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
#custom-html-4u .footer-button:hover i {
  transform: translateX(3px);
}
#custom-html-4u .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#custom-html-4u .footer-links li {
  margin-bottom: 15px;
}
#custom-html-4u .footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
#custom-html-4u .footer-links a:hover {
  color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-4u .contact-cta {
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}
#custom-html-4u .footer-email {
  display: inline-block;
  color: #00D4FF;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
#custom-html-4u .footer-email:hover {
  color: white;
}
#custom-html-4u .instagram-link a {
  display: inline-flex;
  align-items: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
#custom-html-4u .instagram-link a:hover {
  color: #00D4FF;
}
#custom-html-4u .instagram-link i {
  margin-right: 8px;
  font-size: 1.2rem;
}
#custom-html-4u .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  #custom-html-4u .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #custom-html-4u .footer-col {
    text-align: center;
  }
  #custom-html-4u .footer-col h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #custom-html-4u .footer-links a:hover {
    transform: none;
  }
}
.cid-uQDOFdDul3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQDOFdDul3 .nav-item:focus,
.cid-uQDOFdDul3 .nav-link:focus {
  outline: none;
}
.cid-uQDOFdDul3 .text-white:hover,
.cid-uQDOFdDul3 .text-white:active,
.cid-uQDOFdDul3 .text-white:focus {
  color: white!important;
}
.cid-uQDOFdDul3 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQDOFdDul3 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-item:hover {
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-menu {
  background-color: white!important;
}
.cid-uQDOFdDul3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQDOFdDul3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQDOFdDul3 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .collapsed {
  flex-direction: row!important;
}
.cid-uQDOFdDul3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDOFdDul3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDOFdDul3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.opened {
  transition: all .3s;
  background: #ffce08 !important;
}
.cid-uQDOFdDul3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQDOFdDul3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQDOFdDul3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDOFdDul3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQDOFdDul3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQDOFdDul3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDOFdDul3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQDOFdDul3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDOFdDul3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQDOFdDul3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQDOFdDul3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQDOFdDul3 .navbar.navbar-short {
  background: #ffce08 !important;
  min-height: 60px;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQDOFdDul3 .navbar-caption {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDOFdDul3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDOFdDul3 .dropdown-item.active,
.cid-uQDOFdDul3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDOFdDul3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDOFdDul3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQDOFdDul3 .navbar-buttons {
  text-align: center;
}
.cid-uQDOFdDul3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQDOFdDul3 .nav-link {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDOFdDul3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQDOFdDul3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQDOFdDul3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQDOFdDul3 .navbar {
    height: 77px;
  }
  .cid-uQDOFdDul3 .navbar.opened {
    height: auto;
  }
  .cid-uQDOFdDul3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ7nCJnwG3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQ7nCJnwG3 H1 {
  color: #57468b;
}
.cid-uQ7nCJnwG3 .mbr-text,
.cid-uQ7nCJnwG3 .mbr-section-btn {
  color: #716c80;
}
.cid-uQ7nCJnwG3 H3 {
  color: #716c80;
}
#custom-html-5s {
  /* Estilos da Página Parceiro */
}
#custom-html-5s body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #2d3748;
  line-height: 1.6;
}
#custom-html-5s .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#custom-html-5s .partner-hero {
  background: linear-gradient(135deg, #6b46c1 0%, #4299e1 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-5s .partner-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#custom-html-5s .subtitle {
  font-size: 1.4rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
#custom-html-5s .cta-button {
  display: inline-block;
  background: white;
  color: #6b46c1;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s;
}
#custom-html-5s .cta-button:hover {
  transform: translateY(-3px);
}
#custom-html-5s .benefits-section {
  padding: 80px 0;
  background: #f7fafc;
}
#custom-html-5s .benefits-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #2d3748;
}
#custom-html-5s .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-5s .benefit-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#custom-html-5s .benefit-card .icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#custom-html-5s .benefit-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #6b46c1;
}
#custom-html-5s .cta-section {
  background: #6b46c1;
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-5s .cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#custom-html-5s .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
#custom-html-5t {
  /* Partner Page Styles */
}
#custom-html-5t body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #2d3748;
  line-height: 1.6;
}
#custom-html-5t .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#custom-html-5t .partner-hero {
  background: linear-gradient(135deg, #6b46c1 0%, #4299e1 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-5t .partner-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#custom-html-5t .subtitle {
  font-size: 1.4rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
#custom-html-5t .cta-button {
  display: inline-block;
  background: white;
  color: #6b46c1;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s;
}
#custom-html-5t .cta-button:hover {
  transform: translateY(-3px);
}
#custom-html-5t .benefits-section {
  padding: 80px 0;
  background: #f7fafc;
}
#custom-html-5t .benefits-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #2d3748;
}
#custom-html-5t .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-5t .benefit-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#custom-html-5t .benefit-card .icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#custom-html-5t .benefit-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #6b46c1;
}
#custom-html-5t .cta-section {
  background: #6b46c1;
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-5t .cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#custom-html-5t .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
.cid-uQba2I6pCw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #bfceff;
}
.cid-uQba2I6pCw .showAlerts {
  display: block !important;
}
.cid-uQba2I6pCw .rowflexrev {
  display: -webkit-flex;
}
.cid-uQba2I6pCw .title {
  margin-bottom: 2rem;
}
.cid-uQba2I6pCw .mbr-section-subtitle {
  color: #767676;
}
.cid-uQba2I6pCw textarea.form-control {
  min-height: 188px;
}
.cid-uQba2I6pCw LABEL {
  color: #232323;
  display: initial;
}
.cid-uQba2I6pCw .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQba2I6pCw .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uQba2I6pCw .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQba2I6pCw .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQba2I6pCw .alert {
  margin-bottom: 0;
}
.cid-uQba2I6pCw .alert-success {
  background-color: #70c770;
}
.cid-uQba2I6pCw .alert-danger {
  background-color: #ff4a52;
}
.cid-uQba2I6pCw .btn {
  display: inline-flex;
}
.cid-uQba2I6pCw .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uQba2I6pCw .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
#custom-html-6l {
  /* FOOTER STYLES */
  /* Responsive Adjustments */
}
#custom-html-6l .ls-footer {
  background-color: #1A1C3A;
  color: #FFFFFF;
  padding: 60px 0 30px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
#custom-html-6l .footer-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#custom-html-6l .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}
#custom-html-6l .footer-col h3 {
  color: #00D4FF;
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
#custom-html-6l .footer-col h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #6A35FF;
}
#custom-html-6l .footer-col p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 20px;
}
#custom-html-6l .footer-button {
  display: inline-flex;
  align-items: center;
  background-color: #6A35FF;
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 15px;
}
#custom-html-6l .footer-button:hover {
  background-color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-6l .footer-button i {
  margin-left: 8px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
#custom-html-6l .footer-button:hover i {
  transform: translateX(3px);
}
#custom-html-6l .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#custom-html-6l .footer-links li {
  margin-bottom: 15px;
}
#custom-html-6l .footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
#custom-html-6l .footer-links a:hover {
  color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-6l .contact-cta {
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}
#custom-html-6l .footer-email {
  display: inline-block;
  color: #00D4FF;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
#custom-html-6l .footer-email:hover {
  color: white;
}
#custom-html-6l .instagram-link a {
  display: inline-flex;
  align-items: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
#custom-html-6l .instagram-link a:hover {
  color: #00D4FF;
}
#custom-html-6l .instagram-link i {
  margin-right: 8px;
  font-size: 1.2rem;
}
#custom-html-6l .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  #custom-html-6l .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #custom-html-6l .footer-col {
    text-align: center;
  }
  #custom-html-6l .footer-col h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #custom-html-6l .footer-links a:hover {
    transform: none;
  }
}
.cid-uQDOFdDul3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQDOFdDul3 .nav-item:focus,
.cid-uQDOFdDul3 .nav-link:focus {
  outline: none;
}
.cid-uQDOFdDul3 .text-white:hover,
.cid-uQDOFdDul3 .text-white:active,
.cid-uQDOFdDul3 .text-white:focus {
  color: white!important;
}
.cid-uQDOFdDul3 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQDOFdDul3 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-item:hover {
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-menu {
  background-color: white!important;
}
.cid-uQDOFdDul3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQDOFdDul3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQDOFdDul3 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .collapsed {
  flex-direction: row!important;
}
.cid-uQDOFdDul3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDOFdDul3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDOFdDul3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.opened {
  transition: all .3s;
  background: #ffce08 !important;
}
.cid-uQDOFdDul3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQDOFdDul3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQDOFdDul3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDOFdDul3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQDOFdDul3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQDOFdDul3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDOFdDul3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQDOFdDul3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDOFdDul3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQDOFdDul3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQDOFdDul3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQDOFdDul3 .navbar.navbar-short {
  background: #ffce08 !important;
  min-height: 60px;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQDOFdDul3 .navbar-caption {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDOFdDul3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDOFdDul3 .dropdown-item.active,
.cid-uQDOFdDul3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDOFdDul3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDOFdDul3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQDOFdDul3 .navbar-buttons {
  text-align: center;
}
.cid-uQDOFdDul3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQDOFdDul3 .nav-link {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDOFdDul3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQDOFdDul3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQDOFdDul3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQDOFdDul3 .navbar {
    height: 77px;
  }
  .cid-uQDOFdDul3 .navbar.opened {
    height: auto;
  }
  .cid-uQDOFdDul3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ7lnLnjv7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQ7lnLnjv7 H1 {
  color: #57468b;
}
.cid-uQ7lnLnjv7 .mbr-text,
.cid-uQ7lnLnjv7 .mbr-section-btn {
  color: #716c80;
}
.cid-uQ7lnLnjv7 H3 {
  color: #716c80;
}
#custom-html-5k {
  /* Student Page Styles */
}
#custom-html-5k body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #2d3748;
  line-height: 1.6;
}
#custom-html-5k .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#custom-html-5k .student-hero {
  background: linear-gradient(135deg, #4299e1 0%, #9f7aea 100%);
  color: white;
  padding: 100px 0;
  text-align: center;
}
#custom-html-5k .student-hero h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#custom-html-5k .subtitle {
  font-size: 1.5rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
#custom-html-5k .cta-button {
  display: inline-block;
  background: white;
  color: #4299e1;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s;
}
#custom-html-5k .cta-button:hover {
  transform: translateY(-3px);
}
#custom-html-5k .steps-section {
  padding: 80px 0;
  background: #f7fafc;
}
#custom-html-5k .steps-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #2d3748;
}
#custom-html-5k .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-5k .step-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}
#custom-html-5k .step-number {
  background: #6b46c1;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 20px;
}
#custom-html-5k .step-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #4299e1;
}
#custom-html-5k .cta-section {
  background: #4299e1;
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-5k .cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#custom-html-5k .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
#custom-html-6g {
  /* Main container styling */
  /* Spacer for separation from content above */
  /* Form wrapper styling */
  /* Iframe styling */
  /* Mobile fallback link */
  /* Responsive adjustments */
}
#custom-html-6g .visa-form-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
#custom-html-6g .form-top-spacer {
  height: 40px;
}
#custom-html-6g .form-embed-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
#custom-html-6g .jotform-iframe {
  width: 100% !important;
  height: 539px;
  border: none !important;
  background: transparent;
}
#custom-html-6g .form-fallback {
  text-align: center;
  margin-top: 20px;
  display: none;
}
#custom-html-6g .form-fallback a {
  color: #2c7be5;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: color 0.2s ease;
}
#custom-html-6g .form-fallback a:hover {
  color: #1a5bbf;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #custom-html-6g .visa-form-container {
    padding: 30px 15px;
  }
  #custom-html-6g .form-embed-wrapper {
    padding: 15px;
    border-radius: 8px;
  }
  #custom-html-6g .jotform-iframe {
    height: 700px !important;
  }
  #custom-html-6g .form-fallback {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #custom-html-6g .jotform-iframe {
    height: 600px !important;
  }
}
#custom-html-5l {
  /* Partner Page Styles */
}
#custom-html-5l body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #2d3748;
  line-height: 1.6;
}
#custom-html-5l .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#custom-html-5l .partner-hero {
  background: linear-gradient(135deg, #6b46c1 0%, #4299e1 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-5l .partner-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#custom-html-5l .subtitle {
  font-size: 1.4rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
#custom-html-5l .cta-button {
  display: inline-block;
  background: white;
  color: #6b46c1;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s;
}
#custom-html-5l .cta-button:hover {
  transform: translateY(-3px);
}
#custom-html-5l .benefits-section {
  padding: 80px 0;
  background: #f7fafc;
}
#custom-html-5l .benefits-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #2d3748;
}
#custom-html-5l .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-5l .benefit-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#custom-html-5l .benefit-card .icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#custom-html-5l .benefit-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #6b46c1;
}
#custom-html-5l .cta-section {
  background: #6b46c1;
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-5l .cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#custom-html-5l .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
#custom-html-6o {
  /* FOOTER STYLES */
  /* Responsive Adjustments */
}
#custom-html-6o .ls-footer {
  background-color: #1A1C3A;
  color: #FFFFFF;
  padding: 60px 0 30px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
#custom-html-6o .footer-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#custom-html-6o .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}
#custom-html-6o .footer-col h3 {
  color: #00D4FF;
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
#custom-html-6o .footer-col h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #6A35FF;
}
#custom-html-6o .footer-col p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 20px;
}
#custom-html-6o .footer-button {
  display: inline-flex;
  align-items: center;
  background-color: #6A35FF;
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 15px;
}
#custom-html-6o .footer-button:hover {
  background-color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-6o .footer-button i {
  margin-left: 8px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
#custom-html-6o .footer-button:hover i {
  transform: translateX(3px);
}
#custom-html-6o .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#custom-html-6o .footer-links li {
  margin-bottom: 15px;
}
#custom-html-6o .footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
#custom-html-6o .footer-links a:hover {
  color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-6o .contact-cta {
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}
#custom-html-6o .footer-email {
  display: inline-block;
  color: #00D4FF;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
#custom-html-6o .footer-email:hover {
  color: white;
}
#custom-html-6o .instagram-link a {
  display: inline-flex;
  align-items: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
#custom-html-6o .instagram-link a:hover {
  color: #00D4FF;
}
#custom-html-6o .instagram-link i {
  margin-right: 8px;
  font-size: 1.2rem;
}
#custom-html-6o .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  #custom-html-6o .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #custom-html-6o .footer-col {
    text-align: center;
  }
  #custom-html-6o .footer-col h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #custom-html-6o .footer-links a:hover {
    transform: none;
  }
}
.cid-uQDOFdDul3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQDOFdDul3 .nav-item:focus,
.cid-uQDOFdDul3 .nav-link:focus {
  outline: none;
}
.cid-uQDOFdDul3 .text-white:hover,
.cid-uQDOFdDul3 .text-white:active,
.cid-uQDOFdDul3 .text-white:focus {
  color: white!important;
}
.cid-uQDOFdDul3 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQDOFdDul3 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-item:hover {
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-menu {
  background-color: white!important;
}
.cid-uQDOFdDul3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQDOFdDul3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQDOFdDul3 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .collapsed {
  flex-direction: row!important;
}
.cid-uQDOFdDul3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDOFdDul3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDOFdDul3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.opened {
  transition: all .3s;
  background: #ffce08 !important;
}
.cid-uQDOFdDul3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQDOFdDul3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQDOFdDul3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDOFdDul3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQDOFdDul3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQDOFdDul3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDOFdDul3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQDOFdDul3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDOFdDul3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQDOFdDul3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQDOFdDul3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQDOFdDul3 .navbar.navbar-short {
  background: #ffce08 !important;
  min-height: 60px;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQDOFdDul3 .navbar-caption {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDOFdDul3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDOFdDul3 .dropdown-item.active,
.cid-uQDOFdDul3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDOFdDul3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDOFdDul3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQDOFdDul3 .navbar-buttons {
  text-align: center;
}
.cid-uQDOFdDul3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQDOFdDul3 .nav-link {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDOFdDul3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQDOFdDul3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQDOFdDul3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQDOFdDul3 .navbar {
    height: 77px;
  }
  .cid-uQDOFdDul3 .navbar.opened {
    height: auto;
  }
  .cid-uQDOFdDul3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ7oeh0gPl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQ7oeh0gPl H1 {
  color: #57468b;
}
.cid-uQ7oeh0gPl .mbr-text,
.cid-uQ7oeh0gPl .mbr-section-btn {
  color: #716c80;
}
.cid-uQ7oeh0gPl H3 {
  color: #716c80;
}
#custom-html-5w {
  /* Estilos da Página Estudante */
}
#custom-html-5w body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #2d3748;
  line-height: 1.6;
}
#custom-html-5w .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#custom-html-5w .student-hero {
  background: linear-gradient(135deg, #4299e1 0%, #9f7aea 100%);
  color: white;
  padding: 100px 0;
  text-align: center;
}
#custom-html-5w .student-hero h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#custom-html-5w .subtitle {
  font-size: 1.5rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
#custom-html-5w .cta-button {
  display: inline-block;
  background: white;
  color: #4299e1;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s;
}
#custom-html-5w .cta-button:hover {
  transform: translateY(-3px);
}
#custom-html-5w .steps-section {
  padding: 80px 0;
  background: #f7fafc;
}
#custom-html-5w .steps-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #2d3748;
}
#custom-html-5w .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-5w .step-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}
#custom-html-5w .step-number {
  background: #6b46c1;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 20px;
}
#custom-html-5w .step-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #4299e1;
}
#custom-html-5w .cta-section {
  background: #4299e1;
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-5w .cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#custom-html-5w .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
#custom-html-6f {
  /* ===== JOTFORM EMBED STYLES ===== */
  /* ===== RESPONSIVE ADJUSTMENTS ===== */
}
#custom-html-6f .jotform-embed-wrapper {
  padding-top: 50px;
  /* Space above form */
  width: 100%;
  margin: 0 auto;
}
#custom-html-6f .form-top-spacer {
  height: 1px;
  margin-bottom: 40px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.08), transparent);
}
#custom-html-6f .jotform-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 25px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
#custom-html-6f .jotform-iframe {
  width: 100% !important;
  height: 539px;
  border: none !important;
  background: transparent;
}
#custom-html-6f .mobile-fallback {
  display: none;
  text-align: center;
  margin-top: 20px;
  padding: 12px 0;
}
#custom-html-6f .mobile-fallback a {
  color: #2c87f0;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.2s ease;
}
#custom-html-6f .mobile-fallback a:hover {
  color: #1a5fb4;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  #custom-html-6f .jotform-container {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  #custom-html-6f .jotform-embed-wrapper {
    padding-top: 30px;
  }
  #custom-html-6f .form-top-spacer {
    margin-bottom: 30px;
  }
  #custom-html-6f .jotform-iframe {
    height: 700px !important;
  }
  #custom-html-6f .mobile-fallback {
    display: block;
  }
}
@media (max-width: 480px) {
  #custom-html-6f .jotform-container {
    padding: 15px;
    border-radius: 8px;
  }
  #custom-html-6f .jotform-iframe {
    height: 800px !important;
  }
}
#custom-html-5x {
  /* Partner Page Styles */
}
#custom-html-5x body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #2d3748;
  line-height: 1.6;
}
#custom-html-5x .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#custom-html-5x .partner-hero {
  background: linear-gradient(135deg, #6b46c1 0%, #4299e1 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-5x .partner-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#custom-html-5x .subtitle {
  font-size: 1.4rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
#custom-html-5x .cta-button {
  display: inline-block;
  background: white;
  color: #6b46c1;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s;
}
#custom-html-5x .cta-button:hover {
  transform: translateY(-3px);
}
#custom-html-5x .benefits-section {
  padding: 80px 0;
  background: #f7fafc;
}
#custom-html-5x .benefits-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #2d3748;
}
#custom-html-5x .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-5x .benefit-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#custom-html-5x .benefit-card .icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#custom-html-5x .benefit-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #6b46c1;
}
#custom-html-5x .cta-section {
  background: #6b46c1;
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-5x .cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#custom-html-5x .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
#custom-html-9v {
  /* FOOTER STYLES */
  /* Responsive Adjustments */
}
#custom-html-9v .ls-footer {
  background-color: #1A1C3A;
  color: #FFFFFF;
  padding: 60px 0 30px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
#custom-html-9v .footer-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#custom-html-9v .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}
#custom-html-9v .footer-col h3 {
  color: #00D4FF;
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
#custom-html-9v .footer-col h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #6A35FF;
}
#custom-html-9v .footer-col p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 20px;
}
#custom-html-9v .footer-button {
  display: inline-flex;
  align-items: center;
  background-color: #6A35FF;
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 15px;
}
#custom-html-9v .footer-button:hover {
  background-color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-9v .footer-button i {
  margin-left: 8px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
#custom-html-9v .footer-button:hover i {
  transform: translateX(3px);
}
#custom-html-9v .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#custom-html-9v .footer-links li {
  margin-bottom: 15px;
}
#custom-html-9v .footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
#custom-html-9v .footer-links a:hover {
  color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-9v .contact-cta {
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}
#custom-html-9v .footer-email {
  display: inline-block;
  color: #00D4FF;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
#custom-html-9v .footer-email:hover {
  color: white;
}
#custom-html-9v .instagram-link a {
  display: inline-flex;
  align-items: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
#custom-html-9v .instagram-link a:hover {
  color: #00D4FF;
}
#custom-html-9v .instagram-link i {
  margin-right: 8px;
  font-size: 1.2rem;
}
#custom-html-9v .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  #custom-html-9v .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #custom-html-9v .footer-col {
    text-align: center;
  }
  #custom-html-9v .footer-col h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #custom-html-9v .footer-links a:hover {
    transform: none;
  }
}
.cid-uQDOFdDul3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQDOFdDul3 .nav-item:focus,
.cid-uQDOFdDul3 .nav-link:focus {
  outline: none;
}
.cid-uQDOFdDul3 .text-white:hover,
.cid-uQDOFdDul3 .text-white:active,
.cid-uQDOFdDul3 .text-white:focus {
  color: white!important;
}
.cid-uQDOFdDul3 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQDOFdDul3 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-item:hover {
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-menu {
  background-color: white!important;
}
.cid-uQDOFdDul3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQDOFdDul3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQDOFdDul3 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .collapsed {
  flex-direction: row!important;
}
.cid-uQDOFdDul3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDOFdDul3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDOFdDul3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.opened {
  transition: all .3s;
  background: #ffce08 !important;
}
.cid-uQDOFdDul3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQDOFdDul3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQDOFdDul3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDOFdDul3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQDOFdDul3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQDOFdDul3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDOFdDul3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQDOFdDul3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDOFdDul3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQDOFdDul3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQDOFdDul3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQDOFdDul3 .navbar.navbar-short {
  background: #ffce08 !important;
  min-height: 60px;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQDOFdDul3 .navbar-caption {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDOFdDul3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDOFdDul3 .dropdown-item.active,
.cid-uQDOFdDul3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDOFdDul3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDOFdDul3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQDOFdDul3 .navbar-buttons {
  text-align: center;
}
.cid-uQDOFdDul3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQDOFdDul3 .nav-link {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDOFdDul3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQDOFdDul3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQDOFdDul3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQDOFdDul3 .navbar {
    height: 77px;
  }
  .cid-uQDOFdDul3 .navbar.opened {
    height: auto;
  }
  .cid-uQDOFdDul3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ7mfttM9b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQ7mfttM9b H1 {
  color: #57468b;
}
.cid-uQ7mfttM9b .mbr-text,
.cid-uQ7mfttM9b .mbr-section-btn {
  color: #716c80;
}
.cid-uQ7mfttM9b H3 {
  color: #716c80;
}
#custom-html-5o {
  /* Affiliate Page Styles */
}
#custom-html-5o body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #2d3748;
  line-height: 1.6;
}
#custom-html-5o .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#custom-html-5o .affiliate-hero {
  background: linear-gradient(135deg, #9f7aea 0%, #667eea 100%);
  color: white;
  padding: 100px 0;
  text-align: center;
}
#custom-html-5o .affiliate-hero h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#custom-html-5o .subtitle {
  font-size: 1.5rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
#custom-html-5o .cta-button {
  display: inline-block;
  background: white;
  color: #9f7aea;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s;
}
#custom-html-5o .cta-button:hover {
  transform: translateY(-3px);
}
#custom-html-5o .features-section {
  padding: 80px 0;
  background: #f7fafc;
}
#custom-html-5o .features-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #2d3748;
}
#custom-html-5o .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-5o .feature-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#custom-html-5o .feature-card .icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#custom-html-5o .feature-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #9f7aea;
}
#custom-html-5o .cta-section {
  background: #667eea;
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-5o .cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#custom-html-5o .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
#custom-html-6m {
  /* Main wrapper with top spacing */
  /* Visual spacer (optional) */
  /* Form container styling */
  /* Responsive iframe */
  /* Mobile fallback link */
  /* Responsive adjustments */
}
#custom-html-6m .jotform-embed-wrapper {
  padding-top: 50px;
  width: 100%;
  margin: 0 auto;
}
#custom-html-6m .form-top-spacer {
  height: 2px;
  margin-bottom: 40px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.08), transparent);
}
#custom-html-6m .jotform-embed-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
#custom-html-6m .jotform-iframe {
  width: 100% !important;
  height: 539px;
  border: none !important;
  display: block;
  background: transparent;
}
#custom-html-6m .form-fallback-link {
  text-align: center;
  margin-top: 25px;
  display: none;
  padding: 12px 0;
}
#custom-html-6m .form-fallback-link a {
  color: #3a86ff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s ease;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid #3a86ff;
}
#custom-html-6m .form-fallback-link a:hover {
  background: #3a86ff;
  color: white;
}
@media (max-width: 767px) {
  #custom-html-6m .jotform-embed-wrapper {
    padding-top: 30px;
  }
  #custom-html-6m .jotform-embed-container {
    padding: 20px;
    border-radius: 8px;
  }
  #custom-html-6m .jotform-iframe {
    height: 650px !important;
  }
  #custom-html-6m .form-fallback-link {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #custom-html-6m .jotform-iframe {
    height: 600px !important;
  }
  #custom-html-6m .jotform-embed-container {
    max-width: 95%;
  }
}
#custom-html-5p {
  /* Partner Page Styles */
}
#custom-html-5p body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #2d3748;
  line-height: 1.6;
}
#custom-html-5p .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#custom-html-5p .partner-hero {
  background: linear-gradient(135deg, #6b46c1 0%, #4299e1 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-5p .partner-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#custom-html-5p .subtitle {
  font-size: 1.4rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
#custom-html-5p .cta-button {
  display: inline-block;
  background: white;
  color: #6b46c1;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s;
}
#custom-html-5p .cta-button:hover {
  transform: translateY(-3px);
}
#custom-html-5p .benefits-section {
  padding: 80px 0;
  background: #f7fafc;
}
#custom-html-5p .benefits-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #2d3748;
}
#custom-html-5p .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-5p .benefit-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#custom-html-5p .benefit-card .icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#custom-html-5p .benefit-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #6b46c1;
}
#custom-html-5p .cta-section {
  background: #6b46c1;
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-5p .cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#custom-html-5p .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
.cid-uQDOFdDul3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQDOFdDul3 .nav-item:focus,
.cid-uQDOFdDul3 .nav-link:focus {
  outline: none;
}
.cid-uQDOFdDul3 .text-white:hover,
.cid-uQDOFdDul3 .text-white:active,
.cid-uQDOFdDul3 .text-white:focus {
  color: white!important;
}
.cid-uQDOFdDul3 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQDOFdDul3 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-item:hover {
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-menu {
  background-color: white!important;
}
.cid-uQDOFdDul3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQDOFdDul3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQDOFdDul3 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .collapsed {
  flex-direction: row!important;
}
.cid-uQDOFdDul3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDOFdDul3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDOFdDul3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.opened {
  transition: all .3s;
  background: #ffce08 !important;
}
.cid-uQDOFdDul3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQDOFdDul3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQDOFdDul3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDOFdDul3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQDOFdDul3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQDOFdDul3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDOFdDul3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQDOFdDul3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDOFdDul3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQDOFdDul3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQDOFdDul3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQDOFdDul3 .navbar.navbar-short {
  background: #ffce08 !important;
  min-height: 60px;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQDOFdDul3 .navbar-caption {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDOFdDul3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDOFdDul3 .dropdown-item.active,
.cid-uQDOFdDul3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDOFdDul3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDOFdDul3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQDOFdDul3 .navbar-buttons {
  text-align: center;
}
.cid-uQDOFdDul3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQDOFdDul3 .nav-link {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDOFdDul3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQDOFdDul3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQDOFdDul3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQDOFdDul3 .navbar {
    height: 77px;
  }
  .cid-uQDOFdDul3 .navbar.opened {
    height: auto;
  }
  .cid-uQDOFdDul3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ7oMVjT8h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQ7oMVjT8h H1 {
  color: #57468b;
}
.cid-uQ7oMVjT8h .mbr-text,
.cid-uQ7oMVjT8h .mbr-section-btn {
  color: #716c80;
}
.cid-uQ7oMVjT8h H3 {
  color: #716c80;
}
#custom-html-60 {
  /* Estilos da Página Afiliado */
}
#custom-html-60 body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #2d3748;
  line-height: 1.6;
}
#custom-html-60 .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#custom-html-60 .affiliate-hero {
  background: linear-gradient(135deg, #9f7aea 0%, #667eea 100%);
  color: white;
  padding: 100px 0;
  text-align: center;
}
#custom-html-60 .affiliate-hero h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#custom-html-60 .subtitle {
  font-size: 1.5rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
#custom-html-60 .cta-button {
  display: inline-block;
  background: white;
  color: #9f7aea;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s;
}
#custom-html-60 .cta-button:hover {
  transform: translateY(-3px);
}
#custom-html-60 .features-section {
  padding: 80px 0;
  background: #f7fafc;
}
#custom-html-60 .features-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #2d3748;
}
#custom-html-60 .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-60 .feature-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#custom-html-60 .feature-card .icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#custom-html-60 .feature-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #9f7aea;
}
#custom-html-60 .cta-section {
  background: #667eea;
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-60 .cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#custom-html-60 .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
#custom-html-6n {
  /* ===== JOTFORM EMBED STYLES ===== */
  /* Visual spacer (optional decorative element) */
  /* Form container styling */
  /* Responsive iframe */
  /* Mobile fallback link */
  /* Mobirise icon styling */
  /* ===== RESPONSIVE ADJUSTMENTS ===== */
}
#custom-html-6n .jotform-embed-wrapper {
  padding-top: 50px;
  width: 100%;
  margin: 0 auto;
}
#custom-html-6n .form-top-spacer {
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1), transparent);
  margin-bottom: 40px;
  width: 80%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-6n .jotform-embed-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
#custom-html-6n .jotform-iframe {
  width: 100% !important;
  height: 539px;
  border: none !important;
  display: block;
  background: transparent;
}
#custom-html-6n .form-fallback-link {
  text-align: center;
  margin-top: 25px;
  display: none;
  padding: 12px 0;
}
#custom-html-6n .form-fallback-link a {
  color: #2c87f0;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
#custom-html-6n .form-fallback-link a:hover {
  color: #1a5fb4;
  transform: translateX(5px);
}
#custom-html-6n .form-fallback-link i {
  font-size: 14px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #custom-html-6n .jotform-embed-wrapper {
    padding-top: 30px;
  }
  #custom-html-6n .jotform-embed-container {
    padding: 20px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }
  #custom-html-6n .jotform-iframe {
    height: 700px !important;
  }
  #custom-html-6n .form-fallback-link {
    display: block;
  }
  #custom-html-6n .form-top-spacer {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #custom-html-6n .jotform-iframe {
    height: 650px !important;
  }
  #custom-html-6n .jotform-embed-container {
    max-width: 95%;
  }
}
#custom-html-61 {
  /* Partner Page Styles */
}
#custom-html-61 body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #2d3748;
  line-height: 1.6;
}
#custom-html-61 .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#custom-html-61 .partner-hero {
  background: linear-gradient(135deg, #6b46c1 0%, #4299e1 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-61 .partner-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#custom-html-61 .subtitle {
  font-size: 1.4rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
#custom-html-61 .cta-button {
  display: inline-block;
  background: white;
  color: #6b46c1;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s;
}
#custom-html-61 .cta-button:hover {
  transform: translateY(-3px);
}
#custom-html-61 .benefits-section {
  padding: 80px 0;
  background: #f7fafc;
}
#custom-html-61 .benefits-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #2d3748;
}
#custom-html-61 .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-61 .benefit-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#custom-html-61 .benefit-card .icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#custom-html-61 .benefit-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #6b46c1;
}
#custom-html-61 .cta-section {
  background: #6b46c1;
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-61 .cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#custom-html-61 .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
.cid-uQDOFdDul3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQDOFdDul3 .nav-item:focus,
.cid-uQDOFdDul3 .nav-link:focus {
  outline: none;
}
.cid-uQDOFdDul3 .text-white:hover,
.cid-uQDOFdDul3 .text-white:active,
.cid-uQDOFdDul3 .text-white:focus {
  color: white!important;
}
.cid-uQDOFdDul3 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQDOFdDul3 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-item:hover {
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-menu {
  background-color: white!important;
}
.cid-uQDOFdDul3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQDOFdDul3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQDOFdDul3 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .collapsed {
  flex-direction: row!important;
}
.cid-uQDOFdDul3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDOFdDul3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDOFdDul3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.opened {
  transition: all .3s;
  background: #ffce08 !important;
}
.cid-uQDOFdDul3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQDOFdDul3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQDOFdDul3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDOFdDul3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQDOFdDul3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQDOFdDul3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDOFdDul3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQDOFdDul3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDOFdDul3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQDOFdDul3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQDOFdDul3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQDOFdDul3 .navbar.navbar-short {
  background: #ffce08 !important;
  min-height: 60px;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQDOFdDul3 .navbar-caption {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDOFdDul3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDOFdDul3 .dropdown-item.active,
.cid-uQDOFdDul3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDOFdDul3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDOFdDul3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQDOFdDul3 .navbar-buttons {
  text-align: center;
}
.cid-uQDOFdDul3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQDOFdDul3 .nav-link {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDOFdDul3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQDOFdDul3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQDOFdDul3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQDOFdDul3 .navbar {
    height: 77px;
  }
  .cid-uQDOFdDul3 .navbar.opened {
    height: auto;
  }
  .cid-uQDOFdDul3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPTBGNR9vy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uPTBGNR9vy H1 {
  color: #57468b;
}
.cid-uPTBGNR9vy .mbr-text,
.cid-uPTBGNR9vy .mbr-section-btn {
  color: #716c80;
}
.cid-uPTBGNR9vy H3 {
  color: #716c80;
}
#custom-html-41 {
  /* Luxury CTA Header Styles */
  /* Animations */
  /* Responsive Design */
}
#custom-html-41 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', 'Arial', sans-serif;
}
#custom-html-41 body {
  background-color: #fafafa;
}
#custom-html-41 .luxury-cta-header {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(74, 0, 224, 0.1);
}
#custom-html-41 .cta-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#custom-html-41 .urgency-badge {
  display: inline-block;
  background: linear-gradient(90deg, #ff416c, #ff4b2b);
  color: white;
  padding: 8px 25px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(255, 75, 43, 0.3);
  text-transform: uppercase;
  animation: pulse 2s infinite;
}
#custom-html-41 .cta-headline {
  font-size: 3rem;
  font-weight: 800;
  color: #2c3e50;
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #8e2de2, #4a00e0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-41 .cta-subhead {
  font-size: 1.3rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-weight: 500;
}
#custom-html-41 .cta-timer {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
#custom-html-41 .timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#custom-html-41 .timer-number {
  font-size: 2.8rem;
  font-weight: 700;
  color: #4a00e0;
  line-height: 1;
}
#custom-html-41 .timer-label {
  font-size: 0.9rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
  font-weight: 600;
}
#custom-html-41 .cta-scroll-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #4a00e0;
  font-weight: 600;
  animation: bounce 2s infinite;
}
#custom-html-41 .cta-scroll-hint svg {
  margin-bottom: 10px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@media (max-width: 768px) {
  #custom-html-41 .luxury-cta-header {
    padding: 60px 20px;
  }
  #custom-html-41 .cta-headline {
    font-size: 2.2rem;
  }
  #custom-html-41 .cta-subhead {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  #custom-html-41 .cta-timer {
    gap: 15px;
    margin-bottom: 40px;
  }
  #custom-html-41 .timer-number {
    font-size: 2rem;
  }
  #custom-html-41 .timer-label {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  #custom-html-41 .luxury-cta-header {
    padding: 50px 15px;
  }
  #custom-html-41 .cta-headline {
    font-size: 1.8rem;
  }
  #custom-html-41 .urgency-badge {
    font-size: 0.8rem;
    padding: 6px 15px;
  }
  #custom-html-41 .cta-timer {
    gap: 10px;
  }
  #custom-html-41 .timer-number {
    font-size: 1.6rem;
  }
}
#custom-html-42 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', 'Arial', sans-serif;
}
#custom-html-42 body {
  overflow-x: hidden;
  background-color: #fafafa;
  min-height: 100vh;
}
#custom-html-42 .page-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#custom-html-42 .split-container {
  display: flex;
  min-height: 90vh;
  width: 100%;
  position: relative;
}
#custom-html-42 .content-spacer {
  height: 100px;
  width: 100%;
}
#custom-html-42 .offer-section,
#custom-html-42 .website-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
#custom-html-42 .offer-section {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  color: #333;
  text-align: center;
}
#custom-html-42 .offer-content {
  max-width: 580px;
  padding: 40px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 40px 0;
}
#custom-html-42 .premium-badge {
  position: absolute;
  top: -15px;
  right: 30px;
  background: linear-gradient(90deg, #8e2de2, #4a00e0);
  color: white;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(74, 0, 224, 0.3);
}
#custom-html-42 .offer-title {
  font-size: 2.4rem;
  margin-bottom: 25px;
  color: #2c3e50;
  line-height: 1.3;
  font-weight: 700;
}
#custom-html-42 .highlight {
  background: linear-gradient(90deg, #8e2de2, #4a00e0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#custom-html-42 .offer-features {
  text-align: left;
  margin: 30px 0;
}
#custom-html-42 .feature {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: flex-start;
  font-size: 1.05rem;
  color: #555;
}
#custom-html-42 .checkmark {
  color: #4a00e0;
  font-weight: bold;
  margin-right: 12px;
  font-size: 1.2rem;
}
#custom-html-42 .offer-highlight {
  margin: 30px 0;
}
#custom-html-42 .free-trial {
  font-size: 1.8rem;
  color: #4a00e0;
  font-weight: bold;
  margin-bottom: 10px;
  background: rgba(74, 0, 224, 0.1);
  padding: 12px;
  border-radius: 8px;
  display: inline-block;
}
#custom-html-42 .no-commitment {
  font-size: 1.1rem;
  color: #666;
  font-weight: 500;
}
#custom-html-42 .stripe-button-container {
  margin: 30px 0;
  min-height: 50px;
}
#custom-html-42 .trust-badges {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
  font-size: 0.9rem;
  color: #666;
}
#custom-html-42 .trust-item {
  margin: 5px 0;
  padding: 0 10px;
}
#custom-html-42 .website-section {
  padding: 0;
}
#custom-html-42 .website-iframe {
  width: 100%;
  height: 100%;
  border: none;
  min-height: 90vh;
}
#custom-html-42 .mobile-notice {
  display: none;
  padding: 20px;
  text-align: center;
  background: #f8f9fa;
  font-size: 1rem;
  color: #555;
}
#custom-html-42 .mobile-link {
  display: inline-block;
  margin-top: 15px;
  color: #4a00e0;
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 768px) {
  #custom-html-42 .split-container {
    flex-direction: column;
    min-height: auto;
  }
  #custom-html-42 .offer-section,
  #custom-html-42 .website-section {
    flex: none;
    height: auto;
    padding: 30px 20px;
  }
  #custom-html-42 .offer-content {
    padding: 30px 20px;
    max-width: 100%;
    margin: 20px 0;
  }
  #custom-html-42 .offer-title {
    font-size: 1.8rem;
  }
  #custom-html-42 .premium-badge {
    right: 20px;
    font-size: 0.8rem;
    padding: 6px 15px;
  }
  #custom-html-42 .trust-badges {
    flex-direction: column;
    align-items: center;
  }
  #custom-html-42 .website-iframe {
    min-height: 70vh;
  }
}
@media (max-width: 480px) {
  #custom-html-42 .mobile-notice {
    display: block;
  }
  #custom-html-42 .website-section {
    display: none;
  }
  #custom-html-42 .offer-title {
    font-size: 1.6rem;
  }
  #custom-html-42 .feature {
    font-size: 0.95rem;
  }
  #custom-html-42 .free-trial {
    font-size: 1.4rem;
  }
  #custom-html-42 .content-spacer {
    height: 50px;
  }
}
.cid-uQDOFdDul3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQDOFdDul3 .nav-item:focus,
.cid-uQDOFdDul3 .nav-link:focus {
  outline: none;
}
.cid-uQDOFdDul3 .text-white:hover,
.cid-uQDOFdDul3 .text-white:active,
.cid-uQDOFdDul3 .text-white:focus {
  color: white!important;
}
.cid-uQDOFdDul3 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQDOFdDul3 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-item:hover {
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-menu {
  background-color: white!important;
}
.cid-uQDOFdDul3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQDOFdDul3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQDOFdDul3 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .collapsed {
  flex-direction: row!important;
}
.cid-uQDOFdDul3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDOFdDul3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDOFdDul3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.opened {
  transition: all .3s;
  background: #ffce08 !important;
}
.cid-uQDOFdDul3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQDOFdDul3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQDOFdDul3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDOFdDul3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQDOFdDul3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQDOFdDul3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDOFdDul3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQDOFdDul3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDOFdDul3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQDOFdDul3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQDOFdDul3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQDOFdDul3 .navbar.navbar-short {
  background: #ffce08 !important;
  min-height: 60px;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQDOFdDul3 .navbar-caption {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDOFdDul3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDOFdDul3 .dropdown-item.active,
.cid-uQDOFdDul3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDOFdDul3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDOFdDul3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQDOFdDul3 .navbar-buttons {
  text-align: center;
}
.cid-uQDOFdDul3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQDOFdDul3 .nav-link {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDOFdDul3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQDOFdDul3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQDOFdDul3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQDOFdDul3 .navbar {
    height: 77px;
  }
  .cid-uQDOFdDul3 .navbar.opened {
    height: auto;
  }
  .cid-uQDOFdDul3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPVhD9rg6h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uPVhD9rg6h H1 {
  color: #57468b;
}
.cid-uPVhD9rg6h .mbr-text,
.cid-uPVhD9rg6h .mbr-section-btn {
  color: #716c80;
}
.cid-uPVhD9rg6h H3 {
  color: #716c80;
}
#custom-html-4n {
  /* Luxury CTA Header Styles */
  /* Animations */
  /* Responsive Design */
}
#custom-html-4n * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', 'Arial', sans-serif;
}
#custom-html-4n body {
  background-color: #fafafa;
}
#custom-html-4n .luxury-cta-header {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(74, 0, 224, 0.1);
}
#custom-html-4n .cta-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#custom-html-4n .urgency-badge {
  display: inline-block;
  background: linear-gradient(90deg, #ff416c, #ff4b2b);
  color: white;
  padding: 8px 25px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(255, 75, 43, 0.3);
  text-transform: uppercase;
  animation: pulse 2s infinite;
}
#custom-html-4n .cta-headline {
  font-size: 3rem;
  font-weight: 800;
  color: #2c3e50;
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #8e2de2, #4a00e0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-4n .cta-subhead {
  font-size: 1.3rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-weight: 500;
}
#custom-html-4n .cta-timer {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
#custom-html-4n .timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#custom-html-4n .timer-number {
  font-size: 2.8rem;
  font-weight: 700;
  color: #4a00e0;
  line-height: 1;
}
#custom-html-4n .timer-label {
  font-size: 0.9rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
  font-weight: 600;
}
#custom-html-4n .cta-scroll-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #4a00e0;
  font-weight: 600;
  animation: bounce 2s infinite;
}
#custom-html-4n .cta-scroll-hint svg {
  margin-bottom: 10px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@media (max-width: 768px) {
  #custom-html-4n .luxury-cta-header {
    padding: 60px 20px;
  }
  #custom-html-4n .cta-headline {
    font-size: 2.2rem;
  }
  #custom-html-4n .cta-subhead {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  #custom-html-4n .cta-timer {
    gap: 15px;
    margin-bottom: 40px;
  }
  #custom-html-4n .timer-number {
    font-size: 2rem;
  }
  #custom-html-4n .timer-label {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  #custom-html-4n .luxury-cta-header {
    padding: 50px 15px;
  }
  #custom-html-4n .cta-headline {
    font-size: 1.8rem;
  }
  #custom-html-4n .urgency-badge {
    font-size: 0.8rem;
    padding: 6px 15px;
  }
  #custom-html-4n .cta-timer {
    gap: 10px;
  }
  #custom-html-4n .timer-number {
    font-size: 1.6rem;
  }
}
#custom-html-4o {
  /* ===== Pricing Section Styles ===== */
  /* Stripe Button Styling */
  /* Responsive adjustments */
  /* Animation for premium feel */
}
#custom-html-4o #pricing1-1 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
}
#custom-html-4o .pricing-card {
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}
#custom-html-4o .pricing-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #6a5acd 0%, #8a2be2 100%);
}
#custom-html-4o .pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(106, 90, 205, 0.2);
}
#custom-html-4o .price span {
  background: linear-gradient(90deg, #6a5acd, #8a2be2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#custom-html-4o .stripe-button-container {
  min-height: 50px;
}
#custom-html-4o stripe-buy-button {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 300px;
  border-radius: 8px !important;
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.3s ease;
}
#custom-html-4o stripe-buy-button:hover {
  transform: scale(1.03);
}
@media (max-width: 767px) {
  #custom-html-4o #pricing1-1 {
    padding: 60px 0;
    margin: 60px 0;
  }
  #custom-html-4o .pricing-card {
    padding: 30px;
  }
  #custom-html-4o .mbr-section-title {
    font-size: 2rem !important;
  }
  #custom-html-4o .price {
    font-size: 2.5rem !important;
  }
  #custom-html-4o stripe-buy-button {
    max-width: 100%;
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
#custom-html-4o .pricing-card:hover {
  animation: float 3s ease-in-out infinite;
}
.cid-uQDOFdDul3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQDOFdDul3 .nav-item:focus,
.cid-uQDOFdDul3 .nav-link:focus {
  outline: none;
}
.cid-uQDOFdDul3 .text-white:hover,
.cid-uQDOFdDul3 .text-white:active,
.cid-uQDOFdDul3 .text-white:focus {
  color: white!important;
}
.cid-uQDOFdDul3 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQDOFdDul3 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-item:hover {
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-menu {
  background-color: white!important;
}
.cid-uQDOFdDul3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQDOFdDul3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQDOFdDul3 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .collapsed {
  flex-direction: row!important;
}
.cid-uQDOFdDul3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDOFdDul3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDOFdDul3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.opened {
  transition: all .3s;
  background: #ffce08 !important;
}
.cid-uQDOFdDul3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQDOFdDul3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQDOFdDul3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDOFdDul3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQDOFdDul3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQDOFdDul3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDOFdDul3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQDOFdDul3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDOFdDul3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQDOFdDul3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQDOFdDul3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQDOFdDul3 .navbar.navbar-short {
  background: #ffce08 !important;
  min-height: 60px;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQDOFdDul3 .navbar-caption {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDOFdDul3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDOFdDul3 .dropdown-item.active,
.cid-uQDOFdDul3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDOFdDul3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDOFdDul3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQDOFdDul3 .navbar-buttons {
  text-align: center;
}
.cid-uQDOFdDul3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQDOFdDul3 .nav-link {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDOFdDul3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQDOFdDul3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQDOFdDul3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQDOFdDul3 .navbar {
    height: 77px;
  }
  .cid-uQDOFdDul3 .navbar.opened {
    height: auto;
  }
  .cid-uQDOFdDul3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQiQcrD4Fd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQiQcrD4Fd H1 {
  color: #57468b;
}
.cid-uQiQcrD4Fd .mbr-text,
.cid-uQiQcrD4Fd .mbr-section-btn {
  color: #716c80;
}
.cid-uQiQcrD4Fd H3 {
  color: #716c80;
}
#custom-html-8a {
  /* Luxury CTA Header Styles */
  /* Animations */
  /* Responsive Design */
}
#custom-html-8a * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', 'Arial', sans-serif;
}
#custom-html-8a body {
  background-color: #fafafa;
}
#custom-html-8a .luxury-cta-header {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(74, 0, 224, 0.1);
}
#custom-html-8a .cta-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#custom-html-8a .urgency-badge {
  display: inline-block;
  background: linear-gradient(90deg, #ff416c, #ff4b2b);
  color: white;
  padding: 8px 25px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(255, 75, 43, 0.3);
  text-transform: uppercase;
  animation: pulse 2s infinite;
}
#custom-html-8a .cta-headline {
  font-size: 3rem;
  font-weight: 800;
  color: #2c3e50;
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #8e2de2, #4a00e0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-8a .cta-subhead {
  font-size: 1.3rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-weight: 500;
}
#custom-html-8a .cta-timer {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
#custom-html-8a .timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#custom-html-8a .timer-number {
  font-size: 2.8rem;
  font-weight: 700;
  color: #4a00e0;
  line-height: 1;
}
#custom-html-8a .timer-label {
  font-size: 0.9rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
  font-weight: 600;
}
#custom-html-8a .cta-scroll-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #4a00e0;
  font-weight: 600;
  animation: bounce 2s infinite;
}
#custom-html-8a .cta-scroll-hint svg {
  margin-bottom: 10px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@media (max-width: 768px) {
  #custom-html-8a .luxury-cta-header {
    padding: 60px 20px;
  }
  #custom-html-8a .cta-headline {
    font-size: 2.2rem;
  }
  #custom-html-8a .cta-subhead {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  #custom-html-8a .cta-timer {
    gap: 15px;
    margin-bottom: 40px;
  }
  #custom-html-8a .timer-number {
    font-size: 2rem;
  }
  #custom-html-8a .timer-label {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  #custom-html-8a .luxury-cta-header {
    padding: 50px 15px;
  }
  #custom-html-8a .cta-headline {
    font-size: 1.8rem;
  }
  #custom-html-8a .urgency-badge {
    font-size: 0.8rem;
    padding: 6px 15px;
  }
  #custom-html-8a .cta-timer {
    gap: 10px;
  }
  #custom-html-8a .timer-number {
    font-size: 1.6rem;
  }
}
#custom-html-8c {
  /* Partner Page Styles */
}
#custom-html-8c body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #2d3748;
  line-height: 1.6;
}
#custom-html-8c .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#custom-html-8c .partner-hero {
  background: linear-gradient(135deg, #6b46c1 0%, #4299e1 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-8c .partner-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#custom-html-8c .subtitle {
  font-size: 1.4rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
#custom-html-8c .cta-button {
  display: inline-block;
  background: white;
  color: #6b46c1;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s;
}
#custom-html-8c .cta-button:hover {
  transform: translateY(-3px);
}
#custom-html-8c .benefits-section {
  padding: 80px 0;
  background: #f7fafc;
}
#custom-html-8c .benefits-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #2d3748;
}
#custom-html-8c .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-8c .benefit-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#custom-html-8c .benefit-card .icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#custom-html-8c .benefit-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #6b46c1;
}
#custom-html-8c .cta-section {
  background: #6b46c1;
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-8c .cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#custom-html-8c .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
.cid-uQiQcsShTg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #bfceff;
}
.cid-uQiQcsShTg .showAlerts {
  display: block !important;
}
.cid-uQiQcsShTg .rowflexrev {
  display: -webkit-flex;
}
.cid-uQiQcsShTg .title {
  margin-bottom: 2rem;
}
.cid-uQiQcsShTg .mbr-section-subtitle {
  color: #767676;
}
.cid-uQiQcsShTg textarea.form-control {
  min-height: 188px;
}
.cid-uQiQcsShTg LABEL {
  color: #232323;
  display: initial;
}
.cid-uQiQcsShTg .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQiQcsShTg .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uQiQcsShTg .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQiQcsShTg .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQiQcsShTg .alert {
  margin-bottom: 0;
}
.cid-uQiQcsShTg .alert-success {
  background-color: #70c770;
}
.cid-uQiQcsShTg .alert-danger {
  background-color: #ff4a52;
}
.cid-uQiQcsShTg .btn {
  display: inline-flex;
}
.cid-uQiQcsShTg .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uQiQcsShTg .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
#custom-html-8e {
  /* FOOTER STYLES */
  /* Responsive Adjustments */
}
#custom-html-8e .ls-footer {
  background-color: #1A1C3A;
  color: #FFFFFF;
  padding: 60px 0 30px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
#custom-html-8e .footer-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#custom-html-8e .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}
#custom-html-8e .footer-col h3 {
  color: #00D4FF;
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
#custom-html-8e .footer-col h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #6A35FF;
}
#custom-html-8e .footer-col p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 20px;
}
#custom-html-8e .footer-button {
  display: inline-flex;
  align-items: center;
  background-color: #6A35FF;
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 15px;
}
#custom-html-8e .footer-button:hover {
  background-color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-8e .footer-button i {
  margin-left: 8px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
#custom-html-8e .footer-button:hover i {
  transform: translateX(3px);
}
#custom-html-8e .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#custom-html-8e .footer-links li {
  margin-bottom: 15px;
}
#custom-html-8e .footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
#custom-html-8e .footer-links a:hover {
  color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-8e .contact-cta {
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}
#custom-html-8e .footer-email {
  display: inline-block;
  color: #00D4FF;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
#custom-html-8e .footer-email:hover {
  color: white;
}
#custom-html-8e .instagram-link a {
  display: inline-flex;
  align-items: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
#custom-html-8e .instagram-link a:hover {
  color: #00D4FF;
}
#custom-html-8e .instagram-link i {
  margin-right: 8px;
  font-size: 1.2rem;
}
#custom-html-8e .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  #custom-html-8e .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #custom-html-8e .footer-col {
    text-align: center;
  }
  #custom-html-8e .footer-col h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #custom-html-8e .footer-links a:hover {
    transform: none;
  }
}
.cid-uQDOFdDul3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQDOFdDul3 .nav-item:focus,
.cid-uQDOFdDul3 .nav-link:focus {
  outline: none;
}
.cid-uQDOFdDul3 .text-white:hover,
.cid-uQDOFdDul3 .text-white:active,
.cid-uQDOFdDul3 .text-white:focus {
  color: white!important;
}
.cid-uQDOFdDul3 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQDOFdDul3 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-item:hover {
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-menu {
  background-color: white!important;
}
.cid-uQDOFdDul3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQDOFdDul3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQDOFdDul3 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .collapsed {
  flex-direction: row!important;
}
.cid-uQDOFdDul3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDOFdDul3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDOFdDul3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.opened {
  transition: all .3s;
  background: #ffce08 !important;
}
.cid-uQDOFdDul3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQDOFdDul3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQDOFdDul3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDOFdDul3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQDOFdDul3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQDOFdDul3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDOFdDul3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQDOFdDul3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDOFdDul3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQDOFdDul3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQDOFdDul3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQDOFdDul3 .navbar.navbar-short {
  background: #ffce08 !important;
  min-height: 60px;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQDOFdDul3 .navbar-caption {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDOFdDul3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDOFdDul3 .dropdown-item.active,
.cid-uQDOFdDul3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDOFdDul3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDOFdDul3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQDOFdDul3 .navbar-buttons {
  text-align: center;
}
.cid-uQDOFdDul3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQDOFdDul3 .nav-link {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDOFdDul3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQDOFdDul3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQDOFdDul3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQDOFdDul3 .navbar {
    height: 77px;
  }
  .cid-uQDOFdDul3 .navbar.opened {
    height: auto;
  }
  .cid-uQDOFdDul3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQiR6OUgQH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQiR6OUgQH H1 {
  color: #57468b;
}
.cid-uQiR6OUgQH .mbr-text,
.cid-uQiR6OUgQH .mbr-section-btn {
  color: #716c80;
}
.cid-uQiR6OUgQH H3 {
  color: #716c80;
}
#custom-html-8n {
  /* Luxury CTA Header Styles */
  /* Animations */
  /* Responsive Design */
}
#custom-html-8n * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', 'Arial', sans-serif;
}
#custom-html-8n body {
  background-color: #fafafa;
}
#custom-html-8n .luxury-cta-header {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(74, 0, 224, 0.1);
}
#custom-html-8n .cta-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#custom-html-8n .urgency-badge {
  display: inline-block;
  background: linear-gradient(90deg, #ff416c, #ff4b2b);
  color: white;
  padding: 8px 25px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(255, 75, 43, 0.3);
  text-transform: uppercase;
  animation: pulse 2s infinite;
}
#custom-html-8n .cta-headline {
  font-size: 3rem;
  font-weight: 800;
  color: #2c3e50;
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #8e2de2, #4a00e0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-8n .cta-subhead {
  font-size: 1.3rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-weight: 500;
}
#custom-html-8n .cta-timer {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
#custom-html-8n .timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#custom-html-8n .timer-number {
  font-size: 2.8rem;
  font-weight: 700;
  color: #4a00e0;
  line-height: 1;
}
#custom-html-8n .timer-label {
  font-size: 0.9rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
  font-weight: 600;
}
#custom-html-8n .cta-scroll-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #4a00e0;
  font-weight: 600;
  animation: bounce 2s infinite;
}
#custom-html-8n .cta-scroll-hint svg {
  margin-bottom: 10px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@media (max-width: 768px) {
  #custom-html-8n .luxury-cta-header {
    padding: 60px 20px;
  }
  #custom-html-8n .cta-headline {
    font-size: 2.2rem;
  }
  #custom-html-8n .cta-subhead {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  #custom-html-8n .cta-timer {
    gap: 15px;
    margin-bottom: 40px;
  }
  #custom-html-8n .timer-number {
    font-size: 2rem;
  }
  #custom-html-8n .timer-label {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  #custom-html-8n .luxury-cta-header {
    padding: 50px 15px;
  }
  #custom-html-8n .cta-headline {
    font-size: 1.8rem;
  }
  #custom-html-8n .urgency-badge {
    font-size: 0.8rem;
    padding: 6px 15px;
  }
  #custom-html-8n .cta-timer {
    gap: 10px;
  }
  #custom-html-8n .timer-number {
    font-size: 1.6rem;
  }
}
#custom-html-8y {
  /* HEADER STYLES */
  /* BUTTON STYLES */
  /* ARROW STYLES */
  /* RESPONSIVE ADJUSTMENTS */
}
#custom-html-8y #header1-1 {
  height: 100vh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}
#custom-html-8y #header1-1 .mbr-overlay {
  z-index: 0;
}
#custom-html-8y #header1-1 .mbr-table-cell {
  position: relative;
  z-index: 2;
  padding: 120px 0;
}
#custom-html-8y #header1-1 .mbr-section-title {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  font-size: 3.5rem;
}
#custom-html-8y #header1-1 .mbr-section-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  margin-bottom: 40px;
  font-size: 1.5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-8y #header1-1 .mbr-section-btn .btn {
  border-radius: 50px;
  padding: 15px 35px;
  margin: 0 10px 15px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
#custom-html-8y #header1-1 .mbr-section-btn .btn-primary {
  background: linear-gradient(45deg, #ff00cc, #3333ff);
  border: none;
}
#custom-html-8y #header1-1 .mbr-section-btn .btn-white {
  background-color: rgba(255, 255, 255, 0.15);
  border: 2px solid #fff;
  color: #fff;
}
#custom-html-8y #header1-1 .mbr-section-btn .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
#custom-html-8y #header1-1 .mbr-section-btn .btn-white:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
#custom-html-8y #header1-1 .mbr-arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#custom-html-8y #header1-1 .mbr-arrow-icon {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  display: block;
  width: 0;
  height: 0;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
@media (max-width: 767px) {
  #custom-html-8y #header1-1 .mbr-section-title {
    font-size: 2.5rem;
  }
  #custom-html-8y #header1-1 .mbr-section-subtitle {
    font-size: 1.2rem;
  }
  #custom-html-8y #header1-1 .mbr-section-btn .btn {
    display: block;
    margin: 0 auto 15px;
    width: 80%;
  }
}
#custom-html-8o {
  /* Partner Page Styles */
}
#custom-html-8o body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #2d3748;
  line-height: 1.6;
}
#custom-html-8o .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#custom-html-8o .partner-hero {
  background: linear-gradient(135deg, #6b46c1 0%, #4299e1 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-8o .partner-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#custom-html-8o .subtitle {
  font-size: 1.4rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
#custom-html-8o .cta-button {
  display: inline-block;
  background: white;
  color: #6b46c1;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s;
}
#custom-html-8o .cta-button:hover {
  transform: translateY(-3px);
}
#custom-html-8o .benefits-section {
  padding: 80px 0;
  background: #f7fafc;
}
#custom-html-8o .benefits-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #2d3748;
}
#custom-html-8o .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-8o .benefit-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#custom-html-8o .benefit-card .icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#custom-html-8o .benefit-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #6b46c1;
}
#custom-html-8o .cta-section {
  background: #6b46c1;
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-8o .cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#custom-html-8o .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
.cid-uQiR6PRaIU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #bfceff;
}
.cid-uQiR6PRaIU .showAlerts {
  display: block !important;
}
.cid-uQiR6PRaIU .rowflexrev {
  display: -webkit-flex;
}
.cid-uQiR6PRaIU .title {
  margin-bottom: 2rem;
}
.cid-uQiR6PRaIU .mbr-section-subtitle {
  color: #767676;
}
.cid-uQiR6PRaIU textarea.form-control {
  min-height: 188px;
}
.cid-uQiR6PRaIU LABEL {
  color: #232323;
  display: initial;
}
.cid-uQiR6PRaIU .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQiR6PRaIU .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uQiR6PRaIU .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQiR6PRaIU .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQiR6PRaIU .alert {
  margin-bottom: 0;
}
.cid-uQiR6PRaIU .alert-success {
  background-color: #70c770;
}
.cid-uQiR6PRaIU .alert-danger {
  background-color: #ff4a52;
}
.cid-uQiR6PRaIU .btn {
  display: inline-flex;
}
.cid-uQiR6PRaIU .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uQiR6PRaIU .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
#custom-html-8q {
  /* FOOTER STYLES */
  /* Responsive Adjustments */
}
#custom-html-8q .ls-footer {
  background-color: #1A1C3A;
  color: #FFFFFF;
  padding: 60px 0 30px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
#custom-html-8q .footer-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#custom-html-8q .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}
#custom-html-8q .footer-col h3 {
  color: #00D4FF;
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
#custom-html-8q .footer-col h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #6A35FF;
}
#custom-html-8q .footer-col p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 20px;
}
#custom-html-8q .footer-button {
  display: inline-flex;
  align-items: center;
  background-color: #6A35FF;
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 15px;
}
#custom-html-8q .footer-button:hover {
  background-color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-8q .footer-button i {
  margin-left: 8px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
#custom-html-8q .footer-button:hover i {
  transform: translateX(3px);
}
#custom-html-8q .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#custom-html-8q .footer-links li {
  margin-bottom: 15px;
}
#custom-html-8q .footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
#custom-html-8q .footer-links a:hover {
  color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-8q .contact-cta {
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}
#custom-html-8q .footer-email {
  display: inline-block;
  color: #00D4FF;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
#custom-html-8q .footer-email:hover {
  color: white;
}
#custom-html-8q .instagram-link a {
  display: inline-flex;
  align-items: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
#custom-html-8q .instagram-link a:hover {
  color: #00D4FF;
}
#custom-html-8q .instagram-link i {
  margin-right: 8px;
  font-size: 1.2rem;
}
#custom-html-8q .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  #custom-html-8q .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #custom-html-8q .footer-col {
    text-align: center;
  }
  #custom-html-8q .footer-col h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #custom-html-8q .footer-links a:hover {
    transform: none;
  }
}
.cid-uQDOFdDul3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQDOFdDul3 .nav-item:focus,
.cid-uQDOFdDul3 .nav-link:focus {
  outline: none;
}
.cid-uQDOFdDul3 .text-white:hover,
.cid-uQDOFdDul3 .text-white:active,
.cid-uQDOFdDul3 .text-white:focus {
  color: white!important;
}
.cid-uQDOFdDul3 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQDOFdDul3 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-item:hover {
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-menu {
  background-color: white!important;
}
.cid-uQDOFdDul3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQDOFdDul3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQDOFdDul3 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .collapsed {
  flex-direction: row!important;
}
.cid-uQDOFdDul3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDOFdDul3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDOFdDul3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.opened {
  transition: all .3s;
  background: #ffce08 !important;
}
.cid-uQDOFdDul3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQDOFdDul3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQDOFdDul3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDOFdDul3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQDOFdDul3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQDOFdDul3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDOFdDul3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQDOFdDul3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDOFdDul3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQDOFdDul3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQDOFdDul3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQDOFdDul3 .navbar.navbar-short {
  background: #ffce08 !important;
  min-height: 60px;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQDOFdDul3 .navbar-caption {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDOFdDul3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDOFdDul3 .dropdown-item.active,
.cid-uQDOFdDul3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDOFdDul3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDOFdDul3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQDOFdDul3 .navbar-buttons {
  text-align: center;
}
.cid-uQDOFdDul3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQDOFdDul3 .nav-link {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDOFdDul3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQDOFdDul3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQDOFdDul3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQDOFdDul3 .navbar {
    height: 77px;
  }
  .cid-uQDOFdDul3 .navbar.opened {
    height: auto;
  }
  .cid-uQDOFdDul3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQiRt7f3LK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQiRt7f3LK H1 {
  color: #57468b;
}
.cid-uQiRt7f3LK .mbr-text,
.cid-uQiRt7f3LK .mbr-section-btn {
  color: #716c80;
}
.cid-uQiRt7f3LK H3 {
  color: #716c80;
}
#custom-html-8t {
  /* Luxury CTA Header Styles */
  /* Animations */
  /* Responsive Design */
}
#custom-html-8t * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', 'Arial', sans-serif;
}
#custom-html-8t body {
  background-color: #fafafa;
}
#custom-html-8t .luxury-cta-header {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(74, 0, 224, 0.1);
}
#custom-html-8t .cta-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#custom-html-8t .urgency-badge {
  display: inline-block;
  background: linear-gradient(90deg, #ff416c, #ff4b2b);
  color: white;
  padding: 8px 25px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(255, 75, 43, 0.3);
  text-transform: uppercase;
  animation: pulse 2s infinite;
}
#custom-html-8t .cta-headline {
  font-size: 3rem;
  font-weight: 800;
  color: #2c3e50;
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #8e2de2, #4a00e0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-8t .cta-subhead {
  font-size: 1.3rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-weight: 500;
}
#custom-html-8t .cta-timer {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
#custom-html-8t .timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#custom-html-8t .timer-number {
  font-size: 2.8rem;
  font-weight: 700;
  color: #4a00e0;
  line-height: 1;
}
#custom-html-8t .timer-label {
  font-size: 0.9rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
  font-weight: 600;
}
#custom-html-8t .cta-scroll-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #4a00e0;
  font-weight: 600;
  animation: bounce 2s infinite;
}
#custom-html-8t .cta-scroll-hint svg {
  margin-bottom: 10px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@media (max-width: 768px) {
  #custom-html-8t .luxury-cta-header {
    padding: 60px 20px;
  }
  #custom-html-8t .cta-headline {
    font-size: 2.2rem;
  }
  #custom-html-8t .cta-subhead {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  #custom-html-8t .cta-timer {
    gap: 15px;
    margin-bottom: 40px;
  }
  #custom-html-8t .timer-number {
    font-size: 2rem;
  }
  #custom-html-8t .timer-label {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  #custom-html-8t .luxury-cta-header {
    padding: 50px 15px;
  }
  #custom-html-8t .cta-headline {
    font-size: 1.8rem;
  }
  #custom-html-8t .urgency-badge {
    font-size: 0.8rem;
    padding: 6px 15px;
  }
  #custom-html-8t .cta-timer {
    gap: 10px;
  }
  #custom-html-8t .timer-number {
    font-size: 1.6rem;
  }
}
#custom-html-8z {
  /* HEADER STYLES */
  /* BUTTON STYLES */
  /* FEATURE CARDS */
  /* ARROW STYLES */
  /* RESPONSIVE ADJUSTMENTS */
}
#custom-html-8z #header1-2 {
  height: auto;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
#custom-html-8z #header1-2 .mbr-overlay {
  z-index: 0;
}
#custom-html-8z #header1-2 .mbr-table-cell {
  position: relative;
  z-index: 2;
  padding: 60px 0;
}
#custom-html-8z #header1-2 .mbr-section-title {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  font-size: 3rem;
}
#custom-html-8z #header1-2 .mbr-section-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  margin-bottom: 40px;
  font-size: 1.5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-8z #header1-2 .mbr-section-btn .btn {
  border-radius: 50px;
  padding: 15px 35px;
  margin: 0 10px 15px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
#custom-html-8z #header1-2 .mbr-section-btn .btn-primary {
  background: linear-gradient(45deg, #ff00cc, #3333ff);
  border: none;
}
#custom-html-8z #header1-2 .mbr-section-btn .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
#custom-html-8z #header1-2 .affiliate-features {
  color: white;
}
#custom-html-8z #header1-2 .feature-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#custom-html-8z #header1-2 .feature-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
#custom-html-8z #header1-2 .feature-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
}
#custom-html-8z #header1-2 .feature-card h3 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}
#custom-html-8z #header1-2 .feature-card p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}
#custom-html-8z #header1-2 .mbr-arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#custom-html-8z #header1-2 .mbr-arrow-icon {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  display: block;
  width: 0;
  height: 0;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
@media (max-width: 767px) {
  #custom-html-8z #header1-2 .mbr-section-title {
    font-size: 2rem;
  }
  #custom-html-8z #header1-2 .mbr-section-subtitle {
    font-size: 1.1rem;
  }
  #custom-html-8z #header1-2 .mbr-section-btn .btn {
    display: block;
    margin: 0 auto 15px;
    width: 80%;
  }
  #custom-html-8z #header1-2 .feature-card {
    margin-bottom: 20px;
  }
}
#custom-html-8u {
  /* Partner Page Styles */
}
#custom-html-8u body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #2d3748;
  line-height: 1.6;
}
#custom-html-8u .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#custom-html-8u .partner-hero {
  background: linear-gradient(135deg, #6b46c1 0%, #4299e1 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-8u .partner-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#custom-html-8u .subtitle {
  font-size: 1.4rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
#custom-html-8u .cta-button {
  display: inline-block;
  background: white;
  color: #6b46c1;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s;
}
#custom-html-8u .cta-button:hover {
  transform: translateY(-3px);
}
#custom-html-8u .benefits-section {
  padding: 80px 0;
  background: #f7fafc;
}
#custom-html-8u .benefits-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #2d3748;
}
#custom-html-8u .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-8u .benefit-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#custom-html-8u .benefit-card .icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#custom-html-8u .benefit-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #6b46c1;
}
#custom-html-8u .cta-section {
  background: #6b46c1;
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-8u .cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#custom-html-8u .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
.cid-uQiRt83Jpe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #bfceff;
}
.cid-uQiRt83Jpe .showAlerts {
  display: block !important;
}
.cid-uQiRt83Jpe .rowflexrev {
  display: -webkit-flex;
}
.cid-uQiRt83Jpe .title {
  margin-bottom: 2rem;
}
.cid-uQiRt83Jpe .mbr-section-subtitle {
  color: #767676;
}
.cid-uQiRt83Jpe textarea.form-control {
  min-height: 188px;
}
.cid-uQiRt83Jpe LABEL {
  color: #232323;
  display: initial;
}
.cid-uQiRt83Jpe .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQiRt83Jpe .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uQiRt83Jpe .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQiRt83Jpe .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQiRt83Jpe .alert {
  margin-bottom: 0;
}
.cid-uQiRt83Jpe .alert-success {
  background-color: #70c770;
}
.cid-uQiRt83Jpe .alert-danger {
  background-color: #ff4a52;
}
.cid-uQiRt83Jpe .btn {
  display: inline-flex;
}
.cid-uQiRt83Jpe .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uQiRt83Jpe .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
#custom-html-8w {
  /* FOOTER STYLES */
  /* Responsive Adjustments */
}
#custom-html-8w .ls-footer {
  background-color: #1A1C3A;
  color: #FFFFFF;
  padding: 60px 0 30px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
#custom-html-8w .footer-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#custom-html-8w .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}
#custom-html-8w .footer-col h3 {
  color: #00D4FF;
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
#custom-html-8w .footer-col h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #6A35FF;
}
#custom-html-8w .footer-col p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 20px;
}
#custom-html-8w .footer-button {
  display: inline-flex;
  align-items: center;
  background-color: #6A35FF;
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 15px;
}
#custom-html-8w .footer-button:hover {
  background-color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-8w .footer-button i {
  margin-left: 8px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
#custom-html-8w .footer-button:hover i {
  transform: translateX(3px);
}
#custom-html-8w .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#custom-html-8w .footer-links li {
  margin-bottom: 15px;
}
#custom-html-8w .footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
#custom-html-8w .footer-links a:hover {
  color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-8w .contact-cta {
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}
#custom-html-8w .footer-email {
  display: inline-block;
  color: #00D4FF;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
#custom-html-8w .footer-email:hover {
  color: white;
}
#custom-html-8w .instagram-link a {
  display: inline-flex;
  align-items: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
#custom-html-8w .instagram-link a:hover {
  color: #00D4FF;
}
#custom-html-8w .instagram-link i {
  margin-right: 8px;
  font-size: 1.2rem;
}
#custom-html-8w .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  #custom-html-8w .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #custom-html-8w .footer-col {
    text-align: center;
  }
  #custom-html-8w .footer-col h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #custom-html-8w .footer-links a:hover {
    transform: none;
  }
}
.cid-uQDOFdDul3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQDOFdDul3 .nav-item:focus,
.cid-uQDOFdDul3 .nav-link:focus {
  outline: none;
}
.cid-uQDOFdDul3 .text-white:hover,
.cid-uQDOFdDul3 .text-white:active,
.cid-uQDOFdDul3 .text-white:focus {
  color: white!important;
}
.cid-uQDOFdDul3 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQDOFdDul3 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-item:hover {
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-menu {
  background-color: white!important;
}
.cid-uQDOFdDul3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQDOFdDul3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQDOFdDul3 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .collapsed {
  flex-direction: row!important;
}
.cid-uQDOFdDul3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDOFdDul3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDOFdDul3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.opened {
  transition: all .3s;
  background: #ffce08 !important;
}
.cid-uQDOFdDul3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQDOFdDul3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQDOFdDul3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDOFdDul3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQDOFdDul3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQDOFdDul3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDOFdDul3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQDOFdDul3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDOFdDul3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQDOFdDul3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQDOFdDul3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQDOFdDul3 .navbar.navbar-short {
  background: #ffce08 !important;
  min-height: 60px;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQDOFdDul3 .navbar-caption {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDOFdDul3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDOFdDul3 .dropdown-item.active,
.cid-uQDOFdDul3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDOFdDul3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDOFdDul3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQDOFdDul3 .navbar-buttons {
  text-align: center;
}
.cid-uQDOFdDul3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQDOFdDul3 .nav-link {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDOFdDul3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQDOFdDul3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQDOFdDul3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQDOFdDul3 .navbar {
    height: 77px;
  }
  .cid-uQDOFdDul3 .navbar.opened {
    height: auto;
  }
  .cid-uQDOFdDul3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQm7ZPtRHc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQm7ZPtRHc H1 {
  color: #57468b;
}
.cid-uQm7ZPtRHc .mbr-text,
.cid-uQm7ZPtRHc .mbr-section-btn {
  color: #716c80;
}
.cid-uQm7ZPtRHc H3 {
  color: #716c80;
}
#custom-html-97 {
  /* Luxury CTA Header Styles */
  /* Animations */
  /* Responsive Design */
}
#custom-html-97 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', 'Arial', sans-serif;
}
#custom-html-97 body {
  background-color: #fafafa;
}
#custom-html-97 .luxury-cta-header {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(74, 0, 224, 0.1);
}
#custom-html-97 .cta-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#custom-html-97 .urgency-badge {
  display: inline-block;
  background: linear-gradient(90deg, #ff416c, #ff4b2b);
  color: white;
  padding: 8px 25px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(255, 75, 43, 0.3);
  text-transform: uppercase;
  animation: pulse 2s infinite;
}
#custom-html-97 .cta-headline {
  font-size: 3rem;
  font-weight: 800;
  color: #2c3e50;
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #8e2de2, #4a00e0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-97 .cta-subhead {
  font-size: 1.3rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-weight: 500;
}
#custom-html-97 .cta-timer {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
#custom-html-97 .timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#custom-html-97 .timer-number {
  font-size: 2.8rem;
  font-weight: 700;
  color: #4a00e0;
  line-height: 1;
}
#custom-html-97 .timer-label {
  font-size: 0.9rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
  font-weight: 600;
}
#custom-html-97 .cta-scroll-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #4a00e0;
  font-weight: 600;
  animation: bounce 2s infinite;
}
#custom-html-97 .cta-scroll-hint svg {
  margin-bottom: 10px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@media (max-width: 768px) {
  #custom-html-97 .luxury-cta-header {
    padding: 60px 20px;
  }
  #custom-html-97 .cta-headline {
    font-size: 2.2rem;
  }
  #custom-html-97 .cta-subhead {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  #custom-html-97 .cta-timer {
    gap: 15px;
    margin-bottom: 40px;
  }
  #custom-html-97 .timer-number {
    font-size: 2rem;
  }
  #custom-html-97 .timer-label {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  #custom-html-97 .luxury-cta-header {
    padding: 50px 15px;
  }
  #custom-html-97 .cta-headline {
    font-size: 1.8rem;
  }
  #custom-html-97 .urgency-badge {
    font-size: 0.8rem;
    padding: 6px 15px;
  }
  #custom-html-97 .cta-timer {
    gap: 10px;
  }
  #custom-html-97 .timer-number {
    font-size: 1.6rem;
  }
}
#custom-html-98 {
  /* ===== Pricing Section Styles ===== */
  /* Stripe Button Styling */
  /* Responsive adjustments */
  /* Animation for premium feel */
}
#custom-html-98 #pricing1-1 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
}
#custom-html-98 .pricing-card {
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}
#custom-html-98 .pricing-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #6a5acd 0%, #8a2be2 100%);
}
#custom-html-98 .pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(106, 90, 205, 0.2);
}
#custom-html-98 .price span {
  background: linear-gradient(90deg, #6a5acd, #8a2be2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#custom-html-98 .stripe-button-container {
  min-height: 50px;
}
#custom-html-98 stripe-buy-button {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 300px;
  border-radius: 8px !important;
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.3s ease;
}
#custom-html-98 stripe-buy-button:hover {
  transform: scale(1.03);
}
@media (max-width: 767px) {
  #custom-html-98 #pricing1-1 {
    padding: 60px 0;
    margin: 60px 0;
  }
  #custom-html-98 .pricing-card {
    padding: 30px;
  }
  #custom-html-98 .mbr-section-title {
    font-size: 2rem !important;
  }
  #custom-html-98 .price {
    font-size: 2.5rem !important;
  }
  #custom-html-98 stripe-buy-button {
    max-width: 100%;
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
#custom-html-98 .pricing-card:hover {
  animation: float 3s ease-in-out infinite;
}
#custom-html-9b {
  /* Luxury CTA Header Styles */
  /* Animations */
  /* Responsive Design */
}
#custom-html-9b * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', 'Arial', sans-serif;
}
#custom-html-9b body {
  background-color: #fafafa;
}
#custom-html-9b .luxury-cta-header {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(74, 0, 224, 0.1);
}
#custom-html-9b .cta-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#custom-html-9b .urgency-badge {
  display: inline-block;
  background: linear-gradient(90deg, #ff416c, #ff4b2b);
  color: white;
  padding: 8px 25px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(255, 75, 43, 0.3);
  text-transform: uppercase;
  animation: pulse 2s infinite;
}
#custom-html-9b .cta-headline {
  font-size: 3rem;
  font-weight: 800;
  color: #2c3e50;
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #8e2de2, #4a00e0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-9b .cta-subhead {
  font-size: 1.3rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-weight: 500;
}
#custom-html-9b .cta-timer {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
#custom-html-9b .timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#custom-html-9b .timer-number {
  font-size: 2.8rem;
  font-weight: 700;
  color: #4a00e0;
  line-height: 1;
}
#custom-html-9b .timer-label {
  font-size: 0.9rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
  font-weight: 600;
}
#custom-html-9b .cta-scroll-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #4a00e0;
  font-weight: 600;
  animation: bounce 2s infinite;
}
#custom-html-9b .cta-scroll-hint svg {
  margin-bottom: 10px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@media (max-width: 768px) {
  #custom-html-9b .luxury-cta-header {
    padding: 60px 20px;
  }
  #custom-html-9b .cta-headline {
    font-size: 2.2rem;
  }
  #custom-html-9b .cta-subhead {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  #custom-html-9b .cta-timer {
    gap: 15px;
    margin-bottom: 40px;
  }
  #custom-html-9b .timer-number {
    font-size: 2rem;
  }
  #custom-html-9b .timer-label {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  #custom-html-9b .luxury-cta-header {
    padding: 50px 15px;
  }
  #custom-html-9b .cta-headline {
    font-size: 1.8rem;
  }
  #custom-html-9b .urgency-badge {
    font-size: 0.8rem;
    padding: 6px 15px;
  }
  #custom-html-9b .cta-timer {
    gap: 10px;
  }
  #custom-html-9b .timer-number {
    font-size: 1.6rem;
  }
}
#custom-html-99 {
  /* Partner Page Styles */
}
#custom-html-99 body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #2d3748;
  line-height: 1.6;
}
#custom-html-99 .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#custom-html-99 .partner-hero {
  background: linear-gradient(135deg, #6b46c1 0%, #4299e1 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-99 .partner-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#custom-html-99 .subtitle {
  font-size: 1.4rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
#custom-html-99 .cta-button {
  display: inline-block;
  background: white;
  color: #6b46c1;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s;
}
#custom-html-99 .cta-button:hover {
  transform: translateY(-3px);
}
#custom-html-99 .benefits-section {
  padding: 80px 0;
  background: #f7fafc;
}
#custom-html-99 .benefits-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #2d3748;
}
#custom-html-99 .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-99 .benefit-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#custom-html-99 .benefit-card .icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#custom-html-99 .benefit-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #6b46c1;
}
#custom-html-99 .cta-section {
  background: #6b46c1;
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-99 .cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#custom-html-99 .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
#custom-html-9e {
  /* Luxury CTA Header Styles */
  /* Animations */
  /* Responsive Design */
}
#custom-html-9e * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', 'Arial', sans-serif;
}
#custom-html-9e body {
  background-color: #fafafa;
}
#custom-html-9e .luxury-cta-header {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(74, 0, 224, 0.1);
}
#custom-html-9e .cta-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#custom-html-9e .urgency-badge {
  display: inline-block;
  background: linear-gradient(90deg, #ff416c, #ff4b2b);
  color: white;
  padding: 8px 25px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(255, 75, 43, 0.3);
  text-transform: uppercase;
  animation: pulse 2s infinite;
}
#custom-html-9e .cta-headline {
  font-size: 3rem;
  font-weight: 800;
  color: #2c3e50;
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #8e2de2, #4a00e0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-9e .cta-subhead {
  font-size: 1.3rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-weight: 500;
}
#custom-html-9e .cta-timer {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
#custom-html-9e .timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#custom-html-9e .timer-number {
  font-size: 2.8rem;
  font-weight: 700;
  color: #4a00e0;
  line-height: 1;
}
#custom-html-9e .timer-label {
  font-size: 0.9rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
  font-weight: 600;
}
#custom-html-9e .cta-scroll-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #4a00e0;
  font-weight: 600;
  animation: bounce 2s infinite;
}
#custom-html-9e .cta-scroll-hint svg {
  margin-bottom: 10px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@media (max-width: 768px) {
  #custom-html-9e .luxury-cta-header {
    padding: 60px 20px;
  }
  #custom-html-9e .cta-headline {
    font-size: 2.2rem;
  }
  #custom-html-9e .cta-subhead {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  #custom-html-9e .cta-timer {
    gap: 15px;
    margin-bottom: 40px;
  }
  #custom-html-9e .timer-number {
    font-size: 2rem;
  }
  #custom-html-9e .timer-label {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  #custom-html-9e .luxury-cta-header {
    padding: 50px 15px;
  }
  #custom-html-9e .cta-headline {
    font-size: 1.8rem;
  }
  #custom-html-9e .urgency-badge {
    font-size: 0.8rem;
    padding: 6px 15px;
  }
  #custom-html-9e .cta-timer {
    gap: 10px;
  }
  #custom-html-9e .timer-number {
    font-size: 1.6rem;
  }
}
.cid-uQmrVirUr9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #bfceff;
}
.cid-uQmrVirUr9 .showAlerts {
  display: block !important;
}
.cid-uQmrVirUr9 .rowflexrev {
  display: -webkit-flex;
}
.cid-uQmrVirUr9 .title {
  margin-bottom: 2rem;
}
.cid-uQmrVirUr9 .mbr-section-subtitle {
  color: #767676;
}
.cid-uQmrVirUr9 textarea.form-control {
  min-height: 188px;
}
.cid-uQmrVirUr9 LABEL {
  color: #232323;
  display: initial;
}
.cid-uQmrVirUr9 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQmrVirUr9 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uQmrVirUr9 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQmrVirUr9 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQmrVirUr9 .alert {
  margin-bottom: 0;
}
.cid-uQmrVirUr9 .alert-success {
  background-color: #70c770;
}
.cid-uQmrVirUr9 .alert-danger {
  background-color: #ff4a52;
}
.cid-uQmrVirUr9 .btn {
  display: inline-flex;
}
.cid-uQmrVirUr9 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uQmrVirUr9 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
#custom-html-9d {
  /* FOOTER STYLES */
  /* Responsive Adjustments */
}
#custom-html-9d .ls-footer {
  background-color: #1A1C3A;
  color: #FFFFFF;
  padding: 60px 0 30px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
#custom-html-9d .footer-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#custom-html-9d .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}
#custom-html-9d .footer-col h3 {
  color: #00D4FF;
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
#custom-html-9d .footer-col h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #6A35FF;
}
#custom-html-9d .footer-col p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 20px;
}
#custom-html-9d .footer-button {
  display: inline-flex;
  align-items: center;
  background-color: #6A35FF;
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 15px;
}
#custom-html-9d .footer-button:hover {
  background-color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-9d .footer-button i {
  margin-left: 8px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
#custom-html-9d .footer-button:hover i {
  transform: translateX(3px);
}
#custom-html-9d .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#custom-html-9d .footer-links li {
  margin-bottom: 15px;
}
#custom-html-9d .footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
#custom-html-9d .footer-links a:hover {
  color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-9d .contact-cta {
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}
#custom-html-9d .footer-email {
  display: inline-block;
  color: #00D4FF;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
#custom-html-9d .footer-email:hover {
  color: white;
}
#custom-html-9d .instagram-link a {
  display: inline-flex;
  align-items: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
#custom-html-9d .instagram-link a:hover {
  color: #00D4FF;
}
#custom-html-9d .instagram-link i {
  margin-right: 8px;
  font-size: 1.2rem;
}
#custom-html-9d .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  #custom-html-9d .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #custom-html-9d .footer-col {
    text-align: center;
  }
  #custom-html-9d .footer-col h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #custom-html-9d .footer-links a:hover {
    transform: none;
  }
}
.cid-uQDOFdDul3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQDOFdDul3 .nav-item:focus,
.cid-uQDOFdDul3 .nav-link:focus {
  outline: none;
}
.cid-uQDOFdDul3 .text-white:hover,
.cid-uQDOFdDul3 .text-white:active,
.cid-uQDOFdDul3 .text-white:focus {
  color: white!important;
}
.cid-uQDOFdDul3 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQDOFdDul3 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-item:hover {
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-menu {
  background-color: white!important;
}
.cid-uQDOFdDul3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQDOFdDul3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQDOFdDul3 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .collapsed {
  flex-direction: row!important;
}
.cid-uQDOFdDul3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDOFdDul3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDOFdDul3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.opened {
  transition: all .3s;
  background: #ffce08 !important;
}
.cid-uQDOFdDul3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQDOFdDul3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQDOFdDul3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDOFdDul3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQDOFdDul3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQDOFdDul3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDOFdDul3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQDOFdDul3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDOFdDul3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQDOFdDul3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQDOFdDul3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQDOFdDul3 .navbar.navbar-short {
  background: #ffce08 !important;
  min-height: 60px;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQDOFdDul3 .navbar-caption {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDOFdDul3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDOFdDul3 .dropdown-item.active,
.cid-uQDOFdDul3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDOFdDul3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDOFdDul3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQDOFdDul3 .navbar-buttons {
  text-align: center;
}
.cid-uQDOFdDul3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQDOFdDul3 .nav-link {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDOFdDul3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQDOFdDul3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQDOFdDul3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQDOFdDul3 .navbar {
    height: 77px;
  }
  .cid-uQDOFdDul3 .navbar.opened {
    height: auto;
  }
  .cid-uQDOFdDul3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQixNjL4Gp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQixNjL4Gp H1 {
  color: #57468b;
}
.cid-uQixNjL4Gp .mbr-text,
.cid-uQixNjL4Gp .mbr-section-btn {
  color: #716c80;
}
.cid-uQixNjL4Gp H3 {
  color: #716c80;
}
#custom-html-7w {
  /* Luxury CTA Header Styles */
  /* Animations */
  /* Responsive Design */
}
#custom-html-7w * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', 'Arial', sans-serif;
}
#custom-html-7w body {
  background-color: #fafafa;
}
#custom-html-7w .luxury-cta-header {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(74, 0, 224, 0.1);
}
#custom-html-7w .cta-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#custom-html-7w .urgency-badge {
  display: inline-block;
  background: linear-gradient(90deg, #ff416c, #ff4b2b);
  color: white;
  padding: 8px 25px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(255, 75, 43, 0.3);
  text-transform: uppercase;
  animation: pulse 2s infinite;
}
#custom-html-7w .cta-headline {
  font-size: 3rem;
  font-weight: 800;
  color: #2c3e50;
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #8e2de2, #4a00e0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-7w .cta-subhead {
  font-size: 1.3rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-weight: 500;
}
#custom-html-7w .cta-timer {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
#custom-html-7w .timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#custom-html-7w .timer-number {
  font-size: 2.8rem;
  font-weight: 700;
  color: #4a00e0;
  line-height: 1;
}
#custom-html-7w .timer-label {
  font-size: 0.9rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
  font-weight: 600;
}
#custom-html-7w .cta-scroll-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #4a00e0;
  font-weight: 600;
  animation: bounce 2s infinite;
}
#custom-html-7w .cta-scroll-hint svg {
  margin-bottom: 10px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@media (max-width: 768px) {
  #custom-html-7w .luxury-cta-header {
    padding: 60px 20px;
  }
  #custom-html-7w .cta-headline {
    font-size: 2.2rem;
  }
  #custom-html-7w .cta-subhead {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  #custom-html-7w .cta-timer {
    gap: 15px;
    margin-bottom: 40px;
  }
  #custom-html-7w .timer-number {
    font-size: 2rem;
  }
  #custom-html-7w .timer-label {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  #custom-html-7w .luxury-cta-header {
    padding: 50px 15px;
  }
  #custom-html-7w .cta-headline {
    font-size: 1.8rem;
  }
  #custom-html-7w .urgency-badge {
    font-size: 0.8rem;
    padding: 6px 15px;
  }
  #custom-html-7w .cta-timer {
    gap: 10px;
  }
  #custom-html-7w .timer-number {
    font-size: 1.6rem;
  }
}
#custom-html-7x {
  /* Base Styles */
  /* Gradient Text */
  /* Hero Section */
  /* Value Proposition */
  /* Process Section */
  /* CTA Section */
}
#custom-html-7x :root {
  --purple-dark: #4A1D96;
  --purple-medium: #6B46C1;
  --purple-light: #9F7AEA;
  --black: #1A1A1A;
  --white: #FFFFFF;
  --gray-light: #F8F9FA;
}
#custom-html-7x body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  background-color: var(--white);
  color: var(--black);
  line-height: 1.6;
}
#custom-html-7x .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}
#custom-html-7x h1,
#custom-html-7x h2,
#custom-html-7x h3,
#custom-html-7x h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  margin-top: 0;
  color: var(--black);
}
#custom-html-7x .gradient-text {
  background: linear-gradient(90deg, var(--purple-dark), var(--purple-medium));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#custom-html-7x .hero {
  text-align: center;
  padding: 4rem 0 2rem;
}
#custom-html-7x .hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
#custom-html-7x .hero h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--black);
}
#custom-html-7x .value-prop {
  background-color: var(--white);
  border: 1px solid var(--gray-light);
  border-radius: 16px;
  padding: 3rem;
  margin: 2rem 0;
  text-align: center;
}
#custom-html-7x .value-prop h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
#custom-html-7x .earnings-box {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}
#custom-html-7x .earnings-item {
  border: 2px solid var(--purple-medium);
  padding: 2rem;
  border-radius: 12px;
  min-width: 220px;
  flex: 1;
}
#custom-html-7x .our-commission {
  background-color: var(--gray-light);
  border-color: var(--purple-dark);
}
#custom-html-7x .earnings-label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--purple-dark);
}
#custom-html-7x .earnings-amount {
  font-size: 2.5rem;
  font-weight: 900;
  display: block;
  color: var(--black);
}
#custom-html-7x .earnings-detail {
  display: block;
  font-size: 0.9rem;
  color: var(--black);
  margin-top: 0.5rem;
}
#custom-html-7x .percentage {
  font-size: 1rem;
  font-weight: 400;
}
#custom-html-7x .example {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--black);
}
#custom-html-7x .process {
  background-color: var(--white);
  border: 1px solid var(--gray-light);
  border-radius: 16px;
  padding: 3rem;
  margin: 2rem 0;
}
#custom-html-7x .process h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
#custom-html-7x .process-step {
  display: flex;
  gap: 2rem;
  margin-bottom: 2.5rem;
  align-items: flex-start;
}
#custom-html-7x .step-number {
  background: linear-gradient(135deg, var(--purple-dark), var(--purple-medium));
  color: var(--white);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  flex-shrink: 0;
}
#custom-html-7x .step-content h4 {
  font-size: 1.5rem;
  color: var(--purple-dark);
  margin-bottom: 0.5rem;
}
#custom-html-7x .step-content p {
  margin: 0;
  color: var(--black);
}
#custom-html-7x .cta {
  text-align: center;
  padding: 3rem;
  background-color: var(--white);
  border: 1px solid var(--gray-light);
  border-radius: 16px;
  margin: 2rem 0;
}
#custom-html-7x .cta h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
#custom-html-7x .elite-button {
  background: linear-gradient(90deg, var(--purple-dark), var(--purple-medium));
  color: var(--white);
  border: none;
  padding: 1.2rem 2.5rem;
  font-size: 1.2rem;
  font-weight: 900;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(106, 70, 193, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}
#custom-html-7x .elite-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(106, 70, 193, 0.4);
}
#custom-html-7y {
  /* Partner Page Styles */
}
#custom-html-7y body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #2d3748;
  line-height: 1.6;
}
#custom-html-7y .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#custom-html-7y .partner-hero {
  background: linear-gradient(135deg, #6b46c1 0%, #4299e1 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-7y .partner-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#custom-html-7y .subtitle {
  font-size: 1.4rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
#custom-html-7y .cta-button {
  display: inline-block;
  background: white;
  color: #6b46c1;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s;
}
#custom-html-7y .cta-button:hover {
  transform: translateY(-3px);
}
#custom-html-7y .benefits-section {
  padding: 80px 0;
  background: #f7fafc;
}
#custom-html-7y .benefits-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #2d3748;
}
#custom-html-7y .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-7y .benefit-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#custom-html-7y .benefit-card .icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#custom-html-7y .benefit-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #6b46c1;
}
#custom-html-7y .cta-section {
  background: #6b46c1;
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-7y .cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#custom-html-7y .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
.cid-uQixNl6dCn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #bfceff;
}
.cid-uQixNl6dCn .showAlerts {
  display: block !important;
}
.cid-uQixNl6dCn .rowflexrev {
  display: -webkit-flex;
}
.cid-uQixNl6dCn .title {
  margin-bottom: 2rem;
}
.cid-uQixNl6dCn .mbr-section-subtitle {
  color: #767676;
}
.cid-uQixNl6dCn textarea.form-control {
  min-height: 188px;
}
.cid-uQixNl6dCn LABEL {
  color: #232323;
  display: initial;
}
.cid-uQixNl6dCn .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQixNl6dCn .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uQixNl6dCn .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQixNl6dCn .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQixNl6dCn .alert {
  margin-bottom: 0;
}
.cid-uQixNl6dCn .alert-success {
  background-color: #70c770;
}
.cid-uQixNl6dCn .alert-danger {
  background-color: #ff4a52;
}
.cid-uQixNl6dCn .btn {
  display: inline-flex;
}
.cid-uQixNl6dCn .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uQixNl6dCn .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
#custom-html-80 {
  /* FOOTER STYLES */
  /* Responsive Adjustments */
}
#custom-html-80 .ls-footer {
  background-color: #1A1C3A;
  color: #FFFFFF;
  padding: 60px 0 30px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
#custom-html-80 .footer-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#custom-html-80 .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}
#custom-html-80 .footer-col h3 {
  color: #00D4FF;
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
#custom-html-80 .footer-col h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #6A35FF;
}
#custom-html-80 .footer-col p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 20px;
}
#custom-html-80 .footer-button {
  display: inline-flex;
  align-items: center;
  background-color: #6A35FF;
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 15px;
}
#custom-html-80 .footer-button:hover {
  background-color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-80 .footer-button i {
  margin-left: 8px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
#custom-html-80 .footer-button:hover i {
  transform: translateX(3px);
}
#custom-html-80 .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#custom-html-80 .footer-links li {
  margin-bottom: 15px;
}
#custom-html-80 .footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
#custom-html-80 .footer-links a:hover {
  color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-80 .contact-cta {
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}
#custom-html-80 .footer-email {
  display: inline-block;
  color: #00D4FF;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
#custom-html-80 .footer-email:hover {
  color: white;
}
#custom-html-80 .instagram-link a {
  display: inline-flex;
  align-items: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
#custom-html-80 .instagram-link a:hover {
  color: #00D4FF;
}
#custom-html-80 .instagram-link i {
  margin-right: 8px;
  font-size: 1.2rem;
}
#custom-html-80 .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  #custom-html-80 .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #custom-html-80 .footer-col {
    text-align: center;
  }
  #custom-html-80 .footer-col h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #custom-html-80 .footer-links a:hover {
    transform: none;
  }
}
.cid-uQDOFdDul3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQDOFdDul3 .nav-item:focus,
.cid-uQDOFdDul3 .nav-link:focus {
  outline: none;
}
.cid-uQDOFdDul3 .text-white:hover,
.cid-uQDOFdDul3 .text-white:active,
.cid-uQDOFdDul3 .text-white:focus {
  color: white!important;
}
.cid-uQDOFdDul3 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQDOFdDul3 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-item:hover {
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-menu {
  background-color: white!important;
}
.cid-uQDOFdDul3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQDOFdDul3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQDOFdDul3 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .collapsed {
  flex-direction: row!important;
}
.cid-uQDOFdDul3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDOFdDul3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDOFdDul3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.opened {
  transition: all .3s;
  background: #ffce08 !important;
}
.cid-uQDOFdDul3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQDOFdDul3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQDOFdDul3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDOFdDul3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQDOFdDul3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQDOFdDul3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDOFdDul3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQDOFdDul3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDOFdDul3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQDOFdDul3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQDOFdDul3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQDOFdDul3 .navbar.navbar-short {
  background: #ffce08 !important;
  min-height: 60px;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQDOFdDul3 .navbar-caption {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDOFdDul3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDOFdDul3 .dropdown-item.active,
.cid-uQDOFdDul3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDOFdDul3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDOFdDul3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQDOFdDul3 .navbar-buttons {
  text-align: center;
}
.cid-uQDOFdDul3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQDOFdDul3 .nav-link {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDOFdDul3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQDOFdDul3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQDOFdDul3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQDOFdDul3 .navbar {
    height: 77px;
  }
  .cid-uQDOFdDul3 .navbar.opened {
    height: auto;
  }
  .cid-uQDOFdDul3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQiCkthssa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQiCkthssa H1 {
  color: #57468b;
}
.cid-uQiCkthssa .mbr-text,
.cid-uQiCkthssa .mbr-section-btn {
  color: #716c80;
}
.cid-uQiCkthssa H3 {
  color: #716c80;
}
#custom-html-83 {
  /* Luxury CTA Header Styles */
  /* Animations */
  /* Responsive Design */
}
#custom-html-83 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', 'Arial', sans-serif;
}
#custom-html-83 body {
  background-color: #fafafa;
}
#custom-html-83 .luxury-cta-header {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(74, 0, 224, 0.1);
}
#custom-html-83 .cta-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#custom-html-83 .urgency-badge {
  display: inline-block;
  background: linear-gradient(90deg, #ff416c, #ff4b2b);
  color: white;
  padding: 8px 25px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(255, 75, 43, 0.3);
  text-transform: uppercase;
  animation: pulse 2s infinite;
}
#custom-html-83 .cta-headline {
  font-size: 3rem;
  font-weight: 800;
  color: #2c3e50;
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #8e2de2, #4a00e0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-83 .cta-subhead {
  font-size: 1.3rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-weight: 500;
}
#custom-html-83 .cta-timer {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
#custom-html-83 .timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#custom-html-83 .timer-number {
  font-size: 2.8rem;
  font-weight: 700;
  color: #4a00e0;
  line-height: 1;
}
#custom-html-83 .timer-label {
  font-size: 0.9rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
  font-weight: 600;
}
#custom-html-83 .cta-scroll-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #4a00e0;
  font-weight: 600;
  animation: bounce 2s infinite;
}
#custom-html-83 .cta-scroll-hint svg {
  margin-bottom: 10px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@media (max-width: 768px) {
  #custom-html-83 .luxury-cta-header {
    padding: 60px 20px;
  }
  #custom-html-83 .cta-headline {
    font-size: 2.2rem;
  }
  #custom-html-83 .cta-subhead {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  #custom-html-83 .cta-timer {
    gap: 15px;
    margin-bottom: 40px;
  }
  #custom-html-83 .timer-number {
    font-size: 2rem;
  }
  #custom-html-83 .timer-label {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  #custom-html-83 .luxury-cta-header {
    padding: 50px 15px;
  }
  #custom-html-83 .cta-headline {
    font-size: 1.8rem;
  }
  #custom-html-83 .urgency-badge {
    font-size: 0.8rem;
    padding: 6px 15px;
  }
  #custom-html-83 .cta-timer {
    gap: 10px;
  }
  #custom-html-83 .timer-number {
    font-size: 1.6rem;
  }
}
#custom-html-84 {
  /* Luxury Color Scheme */
  /* Base Styles */
  /* Typography */
  /* Gradient Highlights */
  /* Header */
  /* Value Proposition */
  /* Process Section */
  /* CTA Section */
}
#custom-html-84 :root {
  --royal-blue: #0056b3;
  --light-blue: #e6f0ff;
  --deep-purple: #4a148c;
  --light-purple: #7b1fa2;
  --gold: #ffd700;
  --black: #222222;
  --white: #ffffff;
  --gray-light: #f9f9f9;
}
#custom-html-84 body {
  font-family: 'Lato', sans-serif;
  background-color: var(--light-blue);
  color: var(--black);
  line-height: 1.7;
  margin: 0;
  padding: 0;
}
#custom-html-84 .luxury-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2rem;
}
#custom-html-84 h1,
#custom-html-84 h2,
#custom-html-84 h3,
#custom-html-84 h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin-top: 0;
}
#custom-html-84 h1 {
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: var(--black);
}
#custom-html-84 h2 {
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 3rem;
}
#custom-html-84 h3 {
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
  color: var(--black);
}
#custom-html-84 h4 {
  font-size: 1.5rem;
  color: var(--deep-purple);
  margin-bottom: 0.8rem;
}
#custom-html-84 .gradient-highlight {
  background: linear-gradient(135deg, var(--royal-blue), var(--deep-purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#custom-html-84 .luxury-header {
  text-align: center;
  padding: 4rem 0 3rem;
  background-color: var(--white);
  border-radius: 12px;
  margin-bottom: 3rem;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}
#custom-html-84 .luxury-value-prop {
  background-color: var(--white);
  border-radius: 12px;
  padding: 4rem;
  margin-bottom: 3rem;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
}
#custom-html-84 .luxury-statement h3 {
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: 1.4;
}
#custom-html-84 .luxury-earnings {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 3rem 0;
}
#custom-html-84 .luxury-earnings-card {
  background: var(--white);
  border: 1px solid rgba(0, 86, 179, 0.2);
  border-radius: 10px;
  padding: 2rem 3rem;
  min-width: 220px;
  position: relative;
  overflow: hidden;
}
#custom-html-84 .luxury-earnings-card.accent {
  background: linear-gradient(135deg, var(--light-blue), var(--white));
  border: 1px solid var(--royal-blue);
}
#custom-html-84 .luxury-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--royal-blue);
  margin-bottom: 0.8rem;
  letter-spacing: 1px;
}
#custom-html-84 .luxury-amount {
  font-size: 2.8rem;
  font-weight: 900;
  display: block;
  color: var(--black);
  font-family: 'Playfair Display', serif;
}
#custom-html-84 .luxury-percentage {
  font-size: 1.2rem;
  color: var(--deep-purple);
  font-weight: 700;
}
#custom-html-84 .luxury-tagline {
  display: block;
  font-size: 0.9rem;
  color: var(--royal-blue);
  font-weight: 700;
  margin-top: 0.5rem;
  font-style: italic;
}
#custom-html-84 .luxury-example p {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--deep-purple);
}
#custom-html-84 .luxury-example strong {
  color: var(--black);
}
#custom-html-84 .luxury-process {
  background-color: var(--white);
  border-radius: 12px;
  padding: 4rem;
  margin-bottom: 3rem;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}
#custom-html-84 .luxury-step {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
  align-items: flex-start;
}
#custom-html-84 .step-indicator {
  background: linear-gradient(135deg, var(--royal-blue), var(--deep-purple));
  color: var(--white);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  flex-shrink: 0;
  font-family: 'Playfair Display', serif;
}
#custom-html-84 .step-content p {
  margin: 0;
  font-size: 1.1rem;
  color: var(--black);
  line-height: 1.6;
}
#custom-html-84 .luxury-cta {
  text-align: center;
  padding: 4rem;
  background-color: var(--white);
  border-radius: 12px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}
#custom-html-84 .luxury-benefits {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 2rem;
}
#custom-html-84 .benefit-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
#custom-html-84 .benefit-icon {
  background: linear-gradient(135deg, var(--royal-blue), var(--deep-purple));
  color: var(--white);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#custom-html-84 .benefit-item p {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--black);
  margin: 0;
}
#custom-html-85 {
  /* Partner Page Styles */
}
#custom-html-85 body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #2d3748;
  line-height: 1.6;
}
#custom-html-85 .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#custom-html-85 .partner-hero {
  background: linear-gradient(135deg, #6b46c1 0%, #4299e1 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-85 .partner-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#custom-html-85 .subtitle {
  font-size: 1.4rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
#custom-html-85 .cta-button {
  display: inline-block;
  background: white;
  color: #6b46c1;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s;
}
#custom-html-85 .cta-button:hover {
  transform: translateY(-3px);
}
#custom-html-85 .benefits-section {
  padding: 80px 0;
  background: #f7fafc;
}
#custom-html-85 .benefits-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #2d3748;
}
#custom-html-85 .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-85 .benefit-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#custom-html-85 .benefit-card .icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#custom-html-85 .benefit-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #6b46c1;
}
#custom-html-85 .cta-section {
  background: #6b46c1;
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-85 .cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#custom-html-85 .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
.cid-uQiCkyVOXV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #bfceff;
}
.cid-uQiCkyVOXV .showAlerts {
  display: block !important;
}
.cid-uQiCkyVOXV .rowflexrev {
  display: -webkit-flex;
}
.cid-uQiCkyVOXV .title {
  margin-bottom: 2rem;
}
.cid-uQiCkyVOXV .mbr-section-subtitle {
  color: #767676;
}
.cid-uQiCkyVOXV textarea.form-control {
  min-height: 188px;
}
.cid-uQiCkyVOXV LABEL {
  color: #232323;
  display: initial;
}
.cid-uQiCkyVOXV .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQiCkyVOXV .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uQiCkyVOXV .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQiCkyVOXV .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQiCkyVOXV .alert {
  margin-bottom: 0;
}
.cid-uQiCkyVOXV .alert-success {
  background-color: #70c770;
}
.cid-uQiCkyVOXV .alert-danger {
  background-color: #ff4a52;
}
.cid-uQiCkyVOXV .btn {
  display: inline-flex;
}
.cid-uQiCkyVOXV .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uQiCkyVOXV .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
#custom-html-87 {
  /* FOOTER STYLES */
  /* Responsive Adjustments */
}
#custom-html-87 .ls-footer {
  background-color: #1A1C3A;
  color: #FFFFFF;
  padding: 60px 0 30px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
#custom-html-87 .footer-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#custom-html-87 .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}
#custom-html-87 .footer-col h3 {
  color: #00D4FF;
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
#custom-html-87 .footer-col h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #6A35FF;
}
#custom-html-87 .footer-col p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 20px;
}
#custom-html-87 .footer-button {
  display: inline-flex;
  align-items: center;
  background-color: #6A35FF;
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 15px;
}
#custom-html-87 .footer-button:hover {
  background-color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-87 .footer-button i {
  margin-left: 8px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
#custom-html-87 .footer-button:hover i {
  transform: translateX(3px);
}
#custom-html-87 .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#custom-html-87 .footer-links li {
  margin-bottom: 15px;
}
#custom-html-87 .footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
#custom-html-87 .footer-links a:hover {
  color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-87 .contact-cta {
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}
#custom-html-87 .footer-email {
  display: inline-block;
  color: #00D4FF;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
#custom-html-87 .footer-email:hover {
  color: white;
}
#custom-html-87 .instagram-link a {
  display: inline-flex;
  align-items: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
#custom-html-87 .instagram-link a:hover {
  color: #00D4FF;
}
#custom-html-87 .instagram-link i {
  margin-right: 8px;
  font-size: 1.2rem;
}
#custom-html-87 .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  #custom-html-87 .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #custom-html-87 .footer-col {
    text-align: center;
  }
  #custom-html-87 .footer-col h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #custom-html-87 .footer-links a:hover {
    transform: none;
  }
}
.cid-uQDOFdDul3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQDOFdDul3 .nav-item:focus,
.cid-uQDOFdDul3 .nav-link:focus {
  outline: none;
}
.cid-uQDOFdDul3 .text-white:hover,
.cid-uQDOFdDul3 .text-white:active,
.cid-uQDOFdDul3 .text-white:focus {
  color: white!important;
}
.cid-uQDOFdDul3 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQDOFdDul3 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-item:hover {
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-menu {
  background-color: white!important;
}
.cid-uQDOFdDul3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQDOFdDul3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQDOFdDul3 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .collapsed {
  flex-direction: row!important;
}
.cid-uQDOFdDul3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDOFdDul3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDOFdDul3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.opened {
  transition: all .3s;
  background: #ffce08 !important;
}
.cid-uQDOFdDul3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQDOFdDul3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQDOFdDul3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDOFdDul3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQDOFdDul3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQDOFdDul3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDOFdDul3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQDOFdDul3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDOFdDul3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQDOFdDul3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQDOFdDul3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQDOFdDul3 .navbar.navbar-short {
  background: #ffce08 !important;
  min-height: 60px;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQDOFdDul3 .navbar-caption {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDOFdDul3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDOFdDul3 .dropdown-item.active,
.cid-uQDOFdDul3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDOFdDul3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDOFdDul3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQDOFdDul3 .navbar-buttons {
  text-align: center;
}
.cid-uQDOFdDul3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQDOFdDul3 .nav-link {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDOFdDul3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQDOFdDul3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQDOFdDul3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQDOFdDul3 .navbar {
    height: 77px;
  }
  .cid-uQDOFdDul3 .navbar.opened {
    height: auto;
  }
  .cid-uQDOFdDul3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQydWkkZhG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQydWkkZhG H1 {
  color: #57468b;
}
.cid-uQydWkkZhG .mbr-text,
.cid-uQydWkkZhG .mbr-section-btn {
  color: #716c80;
}
.cid-uQydWkkZhG H3 {
  color: #716c80;
}
#custom-html-cp {
  /* Estilos da Página Estudante */
}
#custom-html-cp body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #2d3748;
  line-height: 1.6;
}
#custom-html-cp .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#custom-html-cp .student-hero {
  background: linear-gradient(135deg, #4299e1 0%, #9f7aea 100%);
  color: white;
  padding: 100px 0;
  text-align: center;
}
#custom-html-cp .student-hero h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#custom-html-cp .subtitle {
  font-size: 1.5rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
#custom-html-cp .cta-button {
  display: inline-block;
  background: white;
  color: #4299e1;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s;
}
#custom-html-cp .cta-button:hover {
  transform: translateY(-3px);
}
#custom-html-cp .steps-section {
  padding: 80px 0;
  background: #f7fafc;
}
#custom-html-cp .steps-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #2d3748;
}
#custom-html-cp .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-cp .step-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}
#custom-html-cp .step-number {
  background: #6b46c1;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 20px;
}
#custom-html-cp .step-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #4299e1;
}
#custom-html-cp .cta-section {
  background: #4299e1;
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-cp .cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#custom-html-cp .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
#custom-html-cq {
  /* Estilos da Página Estudante */
}
#custom-html-cq body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #2d3748;
  line-height: 1.6;
}
#custom-html-cq .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#custom-html-cq .student-hero {
  background: linear-gradient(135deg, #4299e1 0%, #9f7aea 100%);
  color: white;
  padding: 100px 0;
  text-align: center;
}
#custom-html-cq .student-hero h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#custom-html-cq .subtitle {
  font-size: 1.5rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
#custom-html-cq .cta-button {
  display: inline-block;
  background: white;
  color: #4299e1;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s;
}
#custom-html-cq .cta-button:hover {
  transform: translateY(-3px);
}
#custom-html-cq .steps-section {
  padding: 80px 0;
  background: #f7fafc;
}
#custom-html-cq .steps-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #2d3748;
}
#custom-html-cq .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-cq .step-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}
#custom-html-cq .step-number {
  background: #6b46c1;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 20px;
}
#custom-html-cq .step-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #4299e1;
}
#custom-html-cq .cta-section {
  background: #4299e1;
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-cq .cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#custom-html-cq .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
#custom-html-cr {
  /* Partner Page Styles */
}
#custom-html-cr body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #2d3748;
  line-height: 1.6;
}
#custom-html-cr .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#custom-html-cr .partner-hero {
  background: linear-gradient(135deg, #6b46c1 0%, #4299e1 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-cr .partner-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#custom-html-cr .subtitle {
  font-size: 1.4rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
#custom-html-cr .cta-button {
  display: inline-block;
  background: white;
  color: #6b46c1;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s;
}
#custom-html-cr .cta-button:hover {
  transform: translateY(-3px);
}
#custom-html-cr .benefits-section {
  padding: 80px 0;
  background: #f7fafc;
}
#custom-html-cr .benefits-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #2d3748;
}
#custom-html-cr .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-cr .benefit-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#custom-html-cr .benefit-card .icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#custom-html-cr .benefit-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #6b46c1;
}
#custom-html-cr .cta-section {
  background: #6b46c1;
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-cr .cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#custom-html-cr .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
#custom-html-cs {
  /* FOOTER STYLES */
  /* Responsive Adjustments */
}
#custom-html-cs .ls-footer {
  background-color: #1A1C3A;
  color: #FFFFFF;
  padding: 60px 0 30px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
#custom-html-cs .footer-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#custom-html-cs .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}
#custom-html-cs .footer-col h3 {
  color: #00D4FF;
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
#custom-html-cs .footer-col h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #6A35FF;
}
#custom-html-cs .footer-col p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 20px;
}
#custom-html-cs .footer-button {
  display: inline-flex;
  align-items: center;
  background-color: #6A35FF;
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 15px;
}
#custom-html-cs .footer-button:hover {
  background-color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-cs .footer-button i {
  margin-left: 8px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
#custom-html-cs .footer-button:hover i {
  transform: translateX(3px);
}
#custom-html-cs .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#custom-html-cs .footer-links li {
  margin-bottom: 15px;
}
#custom-html-cs .footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
#custom-html-cs .footer-links a:hover {
  color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-cs .contact-cta {
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}
#custom-html-cs .footer-email {
  display: inline-block;
  color: #00D4FF;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
#custom-html-cs .footer-email:hover {
  color: white;
}
#custom-html-cs .instagram-link a {
  display: inline-flex;
  align-items: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
#custom-html-cs .instagram-link a:hover {
  color: #00D4FF;
}
#custom-html-cs .instagram-link i {
  margin-right: 8px;
  font-size: 1.2rem;
}
#custom-html-cs .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  #custom-html-cs .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #custom-html-cs .footer-col {
    text-align: center;
  }
  #custom-html-cs .footer-col h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #custom-html-cs .footer-links a:hover {
    transform: none;
  }
}
.cid-uQDOFdDul3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQDOFdDul3 .nav-item:focus,
.cid-uQDOFdDul3 .nav-link:focus {
  outline: none;
}
.cid-uQDOFdDul3 .text-white:hover,
.cid-uQDOFdDul3 .text-white:active,
.cid-uQDOFdDul3 .text-white:focus {
  color: white!important;
}
.cid-uQDOFdDul3 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQDOFdDul3 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-item:hover {
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-menu {
  background-color: white!important;
}
.cid-uQDOFdDul3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQDOFdDul3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQDOFdDul3 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .collapsed {
  flex-direction: row!important;
}
.cid-uQDOFdDul3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDOFdDul3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDOFdDul3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.opened {
  transition: all .3s;
  background: #ffce08 !important;
}
.cid-uQDOFdDul3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQDOFdDul3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQDOFdDul3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDOFdDul3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQDOFdDul3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQDOFdDul3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDOFdDul3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQDOFdDul3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDOFdDul3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQDOFdDul3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQDOFdDul3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQDOFdDul3 .navbar.navbar-short {
  background: #ffce08 !important;
  min-height: 60px;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQDOFdDul3 .navbar-caption {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDOFdDul3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDOFdDul3 .dropdown-item.active,
.cid-uQDOFdDul3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDOFdDul3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDOFdDul3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQDOFdDul3 .navbar-buttons {
  text-align: center;
}
.cid-uQDOFdDul3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQDOFdDul3 .nav-link {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDOFdDul3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQDOFdDul3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQDOFdDul3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQDOFdDul3 .navbar {
    height: 77px;
  }
  .cid-uQDOFdDul3 .navbar.opened {
    height: auto;
  }
  .cid-uQDOFdDul3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQzAqY1vED {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQzAqY1vED H1 {
  color: #57468b;
}
.cid-uQzAqY1vED .mbr-text,
.cid-uQzAqY1vED .mbr-section-btn {
  color: #716c80;
}
.cid-uQzAqY1vED H3 {
  color: #716c80;
}
#custom-html-cv {
  /* Estilos da Página Estudante */
}
#custom-html-cv body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #2d3748;
  line-height: 1.6;
}
#custom-html-cv .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#custom-html-cv .student-hero {
  background: linear-gradient(135deg, #4299e1 0%, #9f7aea 100%);
  color: white;
  padding: 100px 0;
  text-align: center;
}
#custom-html-cv .student-hero h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#custom-html-cv .subtitle {
  font-size: 1.5rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
#custom-html-cv .cta-button {
  display: inline-block;
  background: white;
  color: #4299e1;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s;
}
#custom-html-cv .cta-button:hover {
  transform: translateY(-3px);
}
#custom-html-cv .steps-section {
  padding: 80px 0;
  background: #f7fafc;
}
#custom-html-cv .steps-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #2d3748;
}
#custom-html-cv .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-cv .step-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}
#custom-html-cv .step-number {
  background: #6b46c1;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 20px;
}
#custom-html-cv .step-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #4299e1;
}
#custom-html-cv .cta-section {
  background: #4299e1;
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-cv .cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#custom-html-cv .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
#custom-html-cw {
  /* Type valid CSS here */
}
#custom-html-cw div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-cw p {
  font-size: 60px;
  color: #777;
}
#custom-html-cx {
  /* Partner Page Styles */
}
#custom-html-cx body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #2d3748;
  line-height: 1.6;
}
#custom-html-cx .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#custom-html-cx .partner-hero {
  background: linear-gradient(135deg, #6b46c1 0%, #4299e1 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-cx .partner-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#custom-html-cx .subtitle {
  font-size: 1.4rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
#custom-html-cx .cta-button {
  display: inline-block;
  background: white;
  color: #6b46c1;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s;
}
#custom-html-cx .cta-button:hover {
  transform: translateY(-3px);
}
#custom-html-cx .benefits-section {
  padding: 80px 0;
  background: #f7fafc;
}
#custom-html-cx .benefits-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #2d3748;
}
#custom-html-cx .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-cx .benefit-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#custom-html-cx .benefit-card .icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#custom-html-cx .benefit-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #6b46c1;
}
#custom-html-cx .cta-section {
  background: #6b46c1;
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-cx .cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#custom-html-cx .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
#custom-html-cy {
  /* FOOTER STYLES */
  /* Responsive Adjustments */
}
#custom-html-cy .ls-footer {
  background-color: #1A1C3A;
  color: #FFFFFF;
  padding: 60px 0 30px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
#custom-html-cy .footer-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#custom-html-cy .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}
#custom-html-cy .footer-col h3 {
  color: #00D4FF;
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
#custom-html-cy .footer-col h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #6A35FF;
}
#custom-html-cy .footer-col p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 20px;
}
#custom-html-cy .footer-button {
  display: inline-flex;
  align-items: center;
  background-color: #6A35FF;
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 15px;
}
#custom-html-cy .footer-button:hover {
  background-color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-cy .footer-button i {
  margin-left: 8px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
#custom-html-cy .footer-button:hover i {
  transform: translateX(3px);
}
#custom-html-cy .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#custom-html-cy .footer-links li {
  margin-bottom: 15px;
}
#custom-html-cy .footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
#custom-html-cy .footer-links a:hover {
  color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-cy .contact-cta {
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}
#custom-html-cy .footer-email {
  display: inline-block;
  color: #00D4FF;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
#custom-html-cy .footer-email:hover {
  color: white;
}
#custom-html-cy .instagram-link a {
  display: inline-flex;
  align-items: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
#custom-html-cy .instagram-link a:hover {
  color: #00D4FF;
}
#custom-html-cy .instagram-link i {
  margin-right: 8px;
  font-size: 1.2rem;
}
#custom-html-cy .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  #custom-html-cy .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #custom-html-cy .footer-col {
    text-align: center;
  }
  #custom-html-cy .footer-col h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #custom-html-cy .footer-links a:hover {
    transform: none;
  }
}
.cid-uQDOFdDul3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQDOFdDul3 .nav-item:focus,
.cid-uQDOFdDul3 .nav-link:focus {
  outline: none;
}
.cid-uQDOFdDul3 .text-white:hover,
.cid-uQDOFdDul3 .text-white:active,
.cid-uQDOFdDul3 .text-white:focus {
  color: white!important;
}
.cid-uQDOFdDul3 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQDOFdDul3 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-item:hover {
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-menu {
  background-color: white!important;
}
.cid-uQDOFdDul3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQDOFdDul3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQDOFdDul3 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .collapsed {
  flex-direction: row!important;
}
.cid-uQDOFdDul3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDOFdDul3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDOFdDul3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.opened {
  transition: all .3s;
  background: #ffce08 !important;
}
.cid-uQDOFdDul3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQDOFdDul3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQDOFdDul3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDOFdDul3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQDOFdDul3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQDOFdDul3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDOFdDul3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQDOFdDul3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDOFdDul3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQDOFdDul3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQDOFdDul3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQDOFdDul3 .navbar.navbar-short {
  background: #ffce08 !important;
  min-height: 60px;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQDOFdDul3 .navbar-caption {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDOFdDul3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDOFdDul3 .dropdown-item.active,
.cid-uQDOFdDul3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDOFdDul3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDOFdDul3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQDOFdDul3 .navbar-buttons {
  text-align: center;
}
.cid-uQDOFdDul3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQDOFdDul3 .nav-link {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDOFdDul3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQDOFdDul3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQDOFdDul3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQDOFdDul3 .navbar {
    height: 77px;
  }
  .cid-uQDOFdDul3 .navbar.opened {
    height: auto;
  }
  .cid-uQDOFdDul3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQzT3WmUh2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQzT3WmUh2 H1 {
  color: #57468b;
}
.cid-uQzT3WmUh2 .mbr-text,
.cid-uQzT3WmUh2 .mbr-section-btn {
  color: #716c80;
}
.cid-uQzT3WmUh2 H3 {
  color: #716c80;
}
#custom-html-d9 {
  /* Luxury CTA Header Styles */
  /* Animations */
  /* Responsive Design */
}
#custom-html-d9 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', 'Arial', sans-serif;
}
#custom-html-d9 body {
  background-color: #fafafa;
}
#custom-html-d9 .luxury-cta-header {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(74, 0, 224, 0.1);
}
#custom-html-d9 .cta-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#custom-html-d9 .urgency-badge {
  display: inline-block;
  background: linear-gradient(90deg, #ff416c, #ff4b2b);
  color: white;
  padding: 8px 25px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(255, 75, 43, 0.3);
  text-transform: uppercase;
  animation: pulse 2s infinite;
}
#custom-html-d9 .cta-headline {
  font-size: 3rem;
  font-weight: 800;
  color: #2c3e50;
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #8e2de2, #4a00e0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-d9 .cta-subhead {
  font-size: 1.3rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-weight: 500;
}
#custom-html-d9 .cta-timer {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
#custom-html-d9 .timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#custom-html-d9 .timer-number {
  font-size: 2.8rem;
  font-weight: 700;
  color: #4a00e0;
  line-height: 1;
}
#custom-html-d9 .timer-label {
  font-size: 0.9rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
  font-weight: 600;
}
#custom-html-d9 .cta-scroll-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #4a00e0;
  font-weight: 600;
  animation: bounce 2s infinite;
}
#custom-html-d9 .cta-scroll-hint svg {
  margin-bottom: 10px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@media (max-width: 768px) {
  #custom-html-d9 .luxury-cta-header {
    padding: 60px 20px;
  }
  #custom-html-d9 .cta-headline {
    font-size: 2.2rem;
  }
  #custom-html-d9 .cta-subhead {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  #custom-html-d9 .cta-timer {
    gap: 15px;
    margin-bottom: 40px;
  }
  #custom-html-d9 .timer-number {
    font-size: 2rem;
  }
  #custom-html-d9 .timer-label {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  #custom-html-d9 .luxury-cta-header {
    padding: 50px 15px;
  }
  #custom-html-d9 .cta-headline {
    font-size: 1.8rem;
  }
  #custom-html-d9 .urgency-badge {
    font-size: 0.8rem;
    padding: 6px 15px;
  }
  #custom-html-d9 .cta-timer {
    gap: 10px;
  }
  #custom-html-d9 .timer-number {
    font-size: 1.6rem;
  }
}
#custom-html-da {
  /* Partner Page Styles */
}
#custom-html-da body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #2d3748;
  line-height: 1.6;
}
#custom-html-da .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#custom-html-da .partner-hero {
  background: linear-gradient(135deg, #6b46c1 0%, #4299e1 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-da .partner-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#custom-html-da .subtitle {
  font-size: 1.4rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
#custom-html-da .cta-button {
  display: inline-block;
  background: white;
  color: #6b46c1;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s;
}
#custom-html-da .cta-button:hover {
  transform: translateY(-3px);
}
#custom-html-da .benefits-section {
  padding: 80px 0;
  background: #f7fafc;
}
#custom-html-da .benefits-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #2d3748;
}
#custom-html-da .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-da .benefit-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#custom-html-da .benefit-card .icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#custom-html-da .benefit-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #6b46c1;
}
#custom-html-da .cta-section {
  background: #6b46c1;
  color: white;
  padding: 80px 0;
  text-align: center;
}
#custom-html-da .cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#custom-html-da .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
.cid-uQzT3Ys4R0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #bfceff;
}
.cid-uQzT3Ys4R0 .showAlerts {
  display: block !important;
}
.cid-uQzT3Ys4R0 .rowflexrev {
  display: -webkit-flex;
}
.cid-uQzT3Ys4R0 .title {
  margin-bottom: 2rem;
}
.cid-uQzT3Ys4R0 .mbr-section-subtitle {
  color: #767676;
}
.cid-uQzT3Ys4R0 textarea.form-control {
  min-height: 188px;
}
.cid-uQzT3Ys4R0 LABEL {
  color: #232323;
  display: initial;
}
.cid-uQzT3Ys4R0 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQzT3Ys4R0 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uQzT3Ys4R0 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQzT3Ys4R0 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uQzT3Ys4R0 .alert {
  margin-bottom: 0;
}
.cid-uQzT3Ys4R0 .alert-success {
  background-color: #70c770;
}
.cid-uQzT3Ys4R0 .alert-danger {
  background-color: #ff4a52;
}
.cid-uQzT3Ys4R0 .btn {
  display: inline-flex;
}
.cid-uQzT3Ys4R0 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uQzT3Ys4R0 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
#custom-html-dc {
  /* FOOTER STYLES */
  /* Responsive Adjustments */
}
#custom-html-dc .ls-footer {
  background-color: #1A1C3A;
  color: #FFFFFF;
  padding: 60px 0 30px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
#custom-html-dc .footer-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#custom-html-dc .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}
#custom-html-dc .footer-col h3 {
  color: #00D4FF;
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
#custom-html-dc .footer-col h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #6A35FF;
}
#custom-html-dc .footer-col p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 20px;
}
#custom-html-dc .footer-button {
  display: inline-flex;
  align-items: center;
  background-color: #6A35FF;
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 15px;
}
#custom-html-dc .footer-button:hover {
  background-color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-dc .footer-button i {
  margin-left: 8px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
#custom-html-dc .footer-button:hover i {
  transform: translateX(3px);
}
#custom-html-dc .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#custom-html-dc .footer-links li {
  margin-bottom: 15px;
}
#custom-html-dc .footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
#custom-html-dc .footer-links a:hover {
  color: #00D4FF;
  transform: translateX(5px);
}
#custom-html-dc .contact-cta {
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}
#custom-html-dc .footer-email {
  display: inline-block;
  color: #00D4FF;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
#custom-html-dc .footer-email:hover {
  color: white;
}
#custom-html-dc .instagram-link a {
  display: inline-flex;
  align-items: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
#custom-html-dc .instagram-link a:hover {
  color: #00D4FF;
}
#custom-html-dc .instagram-link i {
  margin-right: 8px;
  font-size: 1.2rem;
}
#custom-html-dc .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  #custom-html-dc .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #custom-html-dc .footer-col {
    text-align: center;
  }
  #custom-html-dc .footer-col h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #custom-html-dc .footer-links a:hover {
    transform: none;
  }
}
.cid-uQDOFdDul3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQDOFdDul3 .nav-item:focus,
.cid-uQDOFdDul3 .nav-link:focus {
  outline: none;
}
.cid-uQDOFdDul3 .text-white:hover,
.cid-uQDOFdDul3 .text-white:active,
.cid-uQDOFdDul3 .text-white:focus {
  color: white!important;
}
.cid-uQDOFdDul3 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQDOFdDul3 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-item:hover {
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-menu {
  background-color: white!important;
}
.cid-uQDOFdDul3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQDOFdDul3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQDOFdDul3 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .collapsed {
  flex-direction: row!important;
}
.cid-uQDOFdDul3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDOFdDul3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDOFdDul3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.opened {
  transition: all .3s;
  background: #ffce08 !important;
}
.cid-uQDOFdDul3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQDOFdDul3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQDOFdDul3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDOFdDul3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQDOFdDul3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQDOFdDul3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDOFdDul3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQDOFdDul3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDOFdDul3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQDOFdDul3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQDOFdDul3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQDOFdDul3 .navbar.navbar-short {
  background: #ffce08 !important;
  min-height: 60px;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQDOFdDul3 .navbar-caption {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDOFdDul3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDOFdDul3 .dropdown-item.active,
.cid-uQDOFdDul3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDOFdDul3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDOFdDul3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQDOFdDul3 .navbar-buttons {
  text-align: center;
}
.cid-uQDOFdDul3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQDOFdDul3 .nav-link {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDOFdDul3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQDOFdDul3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQDOFdDul3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQDOFdDul3 .navbar {
    height: 77px;
  }
  .cid-uQDOFdDul3 .navbar.opened {
    height: auto;
  }
  .cid-uQDOFdDul3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-e0 {
  /* CSS Reset */
  /* Color Variables */
  /* Base Styles */
  /* Button Styles */
  /* Hero Section */
  /* Process Section */
  /* Pricing Section */
  /* CTA Section */
  /* Desktop Styles */
  /* Large Desktop Styles */
}
#custom-html-e0 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#custom-html-e0 :root {
  --primary: #ff2a6d;
  --primary-dark: #e6005c;
  --secondary: #05d9e8;
  --secondary-dark: #04c0ce;
  --dark: #1a1a1a;
  --light: #f8f9fa;
  --gray: #555;
  --light-gray: #eaeaea;
  --white: #ffffff;
}
#custom-html-e0 body {
  font-family: 'Space Grotesk', sans-serif;
  background-color: var(--light);
  color: var(--dark);
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
#custom-html-e0 .website-wrapper {
  width: 100%;
  overflow-x: hidden;
}
#custom-html-e0 h1,
#custom-html-e0 h2,
#custom-html-e0 h3 {
  font-weight: 700;
  line-height: 1.2;
}
#custom-html-e0 .highlight {
  color: var(--primary);
  position: relative;
  display: inline-block;
}
#custom-html-e0 .highlight::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--secondary);
  z-index: -1;
  opacity: 0.6;
}
#custom-html-e0 .primary-button {
  display: inline-block;
  background: linear-gradient(90deg, var(--primary), var(--primary-dark));
  color: var(--white) !important;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 42, 109, 0.4);
  border: none;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#custom-html-e0 .primary-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 42, 109, 0.6);
}
#custom-html-e0 .primary-button.large-button {
  padding: 18px 40px;
  font-size: 1.2rem;
}
#custom-html-e0 .secondary-button {
  display: inline-block;
  background: var(--white);
  color: var(--primary) !important;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: 2px solid var(--primary);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  text-align: center;
}
#custom-html-e0 .secondary-button:hover {
  background: rgba(255, 42, 109, 0.05);
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
#custom-html-e0 .package-button {
  display: block;
  background: var(--primary);
  color: var(--white) !important;
  padding: 14px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  margin-top: 25px;
  text-align: center;
  border: none;
  box-shadow: 0 4px 10px rgba(255, 42, 109, 0.3);
  cursor: pointer;
  width: 100%;
}
#custom-html-e0 .package-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 42, 109, 0.4);
}
#custom-html-e0 .package-button.popular-btn {
  background: var(--secondary);
  box-shadow: 0 4px 10px rgba(5, 217, 232, 0.3);
}
#custom-html-e0 .package-button.popular-btn:hover {
  box-shadow: 0 6px 15px rgba(5, 217, 232, 0.4);
}
#custom-html-e0 .hero-section {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 60px 20px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
#custom-html-e0 .hero-content {
  order: 2;
  margin-top: 40px;
}
#custom-html-e0 .hero-content h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  line-height: 1.1;
}
#custom-html-e0 .subtitle {
  font-size: 1.3rem;
  margin-bottom: 40px;
  color: var(--gray);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-e0 .button-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-e0 .hero-image {
  order: 1;
  height: 280px;
  position: relative;
  margin-bottom: 30px;
}
#custom-html-e0 .gradient-circle {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--secondary) 0%, var(--primary) 100%);
  filter: blur(50px);
  opacity: 0.3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#custom-html-e0 .process-section {
  padding: 80px 20px;
  text-align: center;
  background-color: var(--white);
  width: 100%;
}
#custom-html-e0 .process-section h2 {
  font-size: 2.5rem;
  margin-bottom: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-e0 .process-steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#custom-html-e0 .step-card {
  background: var(--white);
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: 1px solid var(--light-gray);
}
#custom-html-e0 .step-card:hover {
  transform: translateY(-10px);
}
#custom-html-e0 .step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0 auto 25px;
}
#custom-html-e0 .step-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
#custom-html-e0 .pricing-section {
  padding: 80px 20px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  background-color: var(--light);
}
#custom-html-e0 .pricing-section h2 {
  font-size: 2.5rem;
  margin-bottom: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-e0 .pricing-cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#custom-html-e0 .pricing-card {
  background: var(--white);
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  border: 2px solid var(--light-gray);
}
#custom-html-e0 .pricing-card.popular {
  border: 2px solid var(--secondary);
  transform: scale(1.02);
}
#custom-html-e0 .popular-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--secondary);
  color: var(--white);
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 700;
}
#custom-html-e0 .pricing-card h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#custom-html-e0 .price {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--dark);
}
#custom-html-e0 .price span {
  font-size: 1rem;
  color: var(--gray);
}
#custom-html-e0 .features-list {
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
}
#custom-html-e0 .features-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px;
  text-align: left;
}
#custom-html-e0 .features-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--secondary);
  font-weight: 700;
}
#custom-html-e0 .cta-section {
  text-align: center;
  padding: 100px 20px;
  width: 100%;
  background-color: var(--white);
}
#custom-html-e0 .cta-section h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-e0 .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: var(--gray);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-e0 .contact-text {
  font-size: 1rem;
  margin-top: 20px;
  color: var(--gray);
}
@media (min-width: 768px) {
  #custom-html-e0 .hero-section {
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 80px 40px;
  }
  #custom-html-e0 .hero-content {
    order: 1;
    margin-top: 0;
    flex: 1;
    padding-right: 40px;
  }
  #custom-html-e0 .hero-content h1 {
    font-size: 3.5rem;
  }
  #custom-html-e0 .hero-image {
    order: 2;
    flex: 1;
    height: 400px;
    margin-bottom: 0;
  }
  #custom-html-e0 .gradient-circle {
    width: 350px;
    height: 350px;
  }
  #custom-html-e0 .button-group {
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
  }
  #custom-html-e0 .process-steps {
    flex-direction: row;
    gap: 30px;
  }
  #custom-html-e0 .step-card {
    flex: 1;
  }
  #custom-html-e0 .pricing-cards {
    flex-direction: row;
    gap: 30px;
  }
  #custom-html-e0 .pricing-card {
    flex: 1;
  }
  #custom-html-e0 .pricing-card.popular {
    transform: scale(1.05);
  }
}
@media (min-width: 1024px) {
  #custom-html-e0 .hero-content h1 {
    font-size: 4rem;
  }
  #custom-html-e0 .process-section h2,
  #custom-html-e0 .pricing-section h2,
  #custom-html-e0 .cta-section h2 {
    font-size: 3rem;
  }
}
.cid-uQDOFdDul3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQDOFdDul3 .nav-item:focus,
.cid-uQDOFdDul3 .nav-link:focus {
  outline: none;
}
.cid-uQDOFdDul3 .text-white:hover,
.cid-uQDOFdDul3 .text-white:active,
.cid-uQDOFdDul3 .text-white:focus {
  color: white!important;
}
.cid-uQDOFdDul3 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQDOFdDul3 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-item:hover {
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-menu {
  background-color: white!important;
}
.cid-uQDOFdDul3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQDOFdDul3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQDOFdDul3 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .collapsed {
  flex-direction: row!important;
}
.cid-uQDOFdDul3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDOFdDul3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDOFdDul3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.opened {
  transition: all .3s;
  background: #ffce08 !important;
}
.cid-uQDOFdDul3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQDOFdDul3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQDOFdDul3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDOFdDul3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQDOFdDul3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQDOFdDul3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDOFdDul3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQDOFdDul3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDOFdDul3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQDOFdDul3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQDOFdDul3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQDOFdDul3 .navbar.navbar-short {
  background: #ffce08 !important;
  min-height: 60px;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQDOFdDul3 .navbar-caption {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDOFdDul3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDOFdDul3 .dropdown-item.active,
.cid-uQDOFdDul3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDOFdDul3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDOFdDul3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQDOFdDul3 .navbar-buttons {
  text-align: center;
}
.cid-uQDOFdDul3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQDOFdDul3 .nav-link {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDOFdDul3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQDOFdDul3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQDOFdDul3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQDOFdDul3 .navbar {
    height: 77px;
  }
  .cid-uQDOFdDul3 .navbar.opened {
    height: auto;
  }
  .cid-uQDOFdDul3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-e5 {
  /* Font Import */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* Top Ad Styles */
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPb54C_k3HqUtEw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPb94C_k3HqUtEw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPb54C_k3HqUtEw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPb94C_k3HqUtEw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPb54C_k3HqUtEw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPb94C_k3HqUtEw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPb54C_k3HqUtEw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPb94C_k3HqUtEw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPb54C_k3HqUtEw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPb94C_k3HqUtEw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
#custom-html-e5 .ls-top-ad {
  position: fixed;
  top: 60px;
  /* Lowered from 10px to 60px to appear below menu */
  right: 10px;
  width: 300px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  padding: 15px;
  z-index: 999;
  /* High but not maximum to stay below potential modals */
  border: 1px solid #eee;
  font-family: 'Space Grotesk', sans-serif;
}
#custom-html-e5 .ls-top-ad .ad-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#custom-html-e5 .ls-top-ad .ad-logo {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #ff2a6d, #05d9e8);
  border-radius: 6px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
}
#custom-html-e5 .ls-top-ad .ad-title {
  font-weight: bold;
  color: #1a1a1a;
  font-size: 14px;
}
#custom-html-e5 .ls-top-ad .ad-content {
  font-size: 13px;
  color: #555;
  margin-bottom: 12px;
  line-height: 1.4;
}
#custom-html-e5 .ls-top-ad .ad-button {
  display: block;
  background: linear-gradient(90deg, #ff2a6d, #e6005c);
  color: white;
  text-align: center;
  padding: 8px 12px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}
#custom-html-e5 .ls-top-ad .ad-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 42, 109, 0.3);
}
#custom-html-e5 .ls-top-ad .ad-close {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #999;
  font-size: 12px;
  cursor: pointer;
}
#custom-html-e6 {
  /* Font Import */
  /* Bottom Ad Styles */
  /* Responsive Adjustments */
}
#custom-html-e6 .ls-bottom-ad {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 600px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  padding: 20px;
  z-index: 999;
  border: 1px solid #eee;
  font-family: 'Space Grotesk', sans-serif;
  display: flex;
  align-items: center;
}
#custom-html-e6 .ls-bottom-ad .ad-logo {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #ff2a6d, #05d9e8);
  border-radius: 8px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 16px;
  flex-shrink: 0;
}
#custom-html-e6 .ls-bottom-ad .ad-content {
  flex-grow: 1;
}
#custom-html-e6 .ls-bottom-ad .ad-title {
  font-weight: bold;
  color: #1a1a1a;
  font-size: 16px;
  margin-bottom: 5px;
}
#custom-html-e6 .ls-bottom-ad .ad-text {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}
#custom-html-e6 .ls-bottom-ad .ad-button {
  display: inline-block;
  background: linear-gradient(90deg, #ff2a6d, #e6005c);
  color: white;
  text-align: center;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-left: 15px;
  white-space: nowrap;
}
#custom-html-e6 .ls-bottom-ad .ad-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 42, 109, 0.3);
}
#custom-html-e6 .ls-bottom-ad .ad-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #999;
  font-size: 14px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #custom-html-e6 .ls-bottom-ad {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }
  #custom-html-e6 .ls-bottom-ad .ad-logo {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #custom-html-e6 .ls-bottom-ad .ad-button {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
}
#custom-html-e2 {
  /* CSS Reset */
  /* Color Variables */
  /* Base Styles */
  /* Button Styles */
  /* Hero Section */
  /* Process Section */
  /* Pricing Section */
  /* CTA Section */
  /* Desktop Styles */
  /* Large Desktop Styles */
}
#custom-html-e2 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#custom-html-e2 :root {
  --primary: #ff2a6d;
  --primary-dark: #e6005c;
  --secondary: #05d9e8;
  --secondary-dark: #04c0ce;
  --dark: #1a1a1a;
  --light: #f8f9fa;
  --gray: #555;
  --light-gray: #eaeaea;
  --white: #ffffff;
}
#custom-html-e2 body {
  font-family: 'Space Grotesk', sans-serif;
  background-color: var(--light);
  color: var(--dark);
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
#custom-html-e2 .website-wrapper {
  width: 100%;
  overflow-x: hidden;
}
#custom-html-e2 h1,
#custom-html-e2 h2,
#custom-html-e2 h3 {
  font-weight: 700;
  line-height: 1.2;
}
#custom-html-e2 .highlight {
  color: var(--primary);
  position: relative;
  display: inline-block;
}
#custom-html-e2 .highlight::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--secondary);
  z-index: -1;
  opacity: 0.6;
}
#custom-html-e2 .primary-button {
  display: inline-block;
  background: linear-gradient(90deg, var(--primary), var(--primary-dark));
  color: var(--white) !important;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 42, 109, 0.4);
  border: none;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#custom-html-e2 .primary-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 42, 109, 0.6);
}
#custom-html-e2 .primary-button.large-button {
  padding: 18px 40px;
  font-size: 1.2rem;
}
#custom-html-e2 .secondary-button {
  display: inline-block;
  background: var(--white);
  color: var(--primary) !important;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: 2px solid var(--primary);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  text-align: center;
}
#custom-html-e2 .secondary-button:hover {
  background: rgba(255, 42, 109, 0.05);
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
#custom-html-e2 .package-button {
  display: block;
  background: var(--primary);
  color: var(--white) !important;
  padding: 14px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  margin-top: 25px;
  text-align: center;
  border: none;
  box-shadow: 0 4px 10px rgba(255, 42, 109, 0.3);
  cursor: pointer;
  width: 100%;
}
#custom-html-e2 .package-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 42, 109, 0.4);
}
#custom-html-e2 .package-button.popular-btn {
  background: var(--secondary);
  box-shadow: 0 4px 10px rgba(5, 217, 232, 0.3);
}
#custom-html-e2 .package-button.popular-btn:hover {
  box-shadow: 0 6px 15px rgba(5, 217, 232, 0.4);
}
#custom-html-e2 .hero-section {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 60px 20px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
#custom-html-e2 .hero-content {
  order: 2;
  margin-top: 40px;
}
#custom-html-e2 .hero-content h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  line-height: 1.1;
}
#custom-html-e2 .subtitle {
  font-size: 1.3rem;
  margin-bottom: 40px;
  color: var(--gray);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-e2 .button-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-e2 .hero-image {
  order: 1;
  height: 280px;
  position: relative;
  margin-bottom: 30px;
}
#custom-html-e2 .gradient-circle {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--secondary) 0%, var(--primary) 100%);
  filter: blur(50px);
  opacity: 0.3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#custom-html-e2 .process-section {
  padding: 80px 20px;
  text-align: center;
  background-color: var(--white);
  width: 100%;
}
#custom-html-e2 .process-section h2 {
  font-size: 2.5rem;
  margin-bottom: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-e2 .process-steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#custom-html-e2 .step-card {
  background: var(--white);
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: 1px solid var(--light-gray);
}
#custom-html-e2 .step-card:hover {
  transform: translateY(-10px);
}
#custom-html-e2 .step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0 auto 25px;
}
#custom-html-e2 .step-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
#custom-html-e2 .pricing-section {
  padding: 80px 20px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  background-color: var(--light);
}
#custom-html-e2 .pricing-section h2 {
  font-size: 2.5rem;
  margin-bottom: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-e2 .pricing-cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#custom-html-e2 .pricing-card {
  background: var(--white);
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  border: 2px solid var(--light-gray);
}
#custom-html-e2 .pricing-card.popular {
  border: 2px solid var(--secondary);
  transform: scale(1.02);
}
#custom-html-e2 .popular-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--secondary);
  color: var(--white);
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 700;
}
#custom-html-e2 .pricing-card h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#custom-html-e2 .price {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--dark);
}
#custom-html-e2 .price span {
  font-size: 1rem;
  color: var(--gray);
}
#custom-html-e2 .features-list {
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
}
#custom-html-e2 .features-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px;
  text-align: left;
}
#custom-html-e2 .features-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--secondary);
  font-weight: 700;
}
#custom-html-e2 .cta-section {
  text-align: center;
  padding: 100px 20px;
  width: 100%;
  background-color: var(--white);
}
#custom-html-e2 .cta-section h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-e2 .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: var(--gray);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-e2 .contact-text {
  font-size: 1rem;
  margin-top: 20px;
  color: var(--gray);
}
@media (min-width: 768px) {
  #custom-html-e2 .hero-section {
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 80px 40px;
  }
  #custom-html-e2 .hero-content {
    order: 1;
    margin-top: 0;
    flex: 1;
    padding-right: 40px;
  }
  #custom-html-e2 .hero-content h1 {
    font-size: 3.5rem;
  }
  #custom-html-e2 .hero-image {
    order: 2;
    flex: 1;
    height: 400px;
    margin-bottom: 0;
  }
  #custom-html-e2 .gradient-circle {
    width: 350px;
    height: 350px;
  }
  #custom-html-e2 .button-group {
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
  }
  #custom-html-e2 .process-steps {
    flex-direction: row;
    gap: 30px;
  }
  #custom-html-e2 .step-card {
    flex: 1;
  }
  #custom-html-e2 .pricing-cards {
    flex-direction: row;
    gap: 30px;
  }
  #custom-html-e2 .pricing-card {
    flex: 1;
  }
  #custom-html-e2 .pricing-card.popular {
    transform: scale(1.05);
  }
}
@media (min-width: 1024px) {
  #custom-html-e2 .hero-content h1 {
    font-size: 4rem;
  }
  #custom-html-e2 .process-section h2,
  #custom-html-e2 .pricing-section h2,
  #custom-html-e2 .cta-section h2 {
    font-size: 3rem;
  }
}
.cid-uQDOFdDul3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQDOFdDul3 .nav-item:focus,
.cid-uQDOFdDul3 .nav-link:focus {
  outline: none;
}
.cid-uQDOFdDul3 .text-white:hover,
.cid-uQDOFdDul3 .text-white:active,
.cid-uQDOFdDul3 .text-white:focus {
  color: white!important;
}
.cid-uQDOFdDul3 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQDOFdDul3 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-item:hover {
  color: black!important;
}
.cid-uQDOFdDul3 .dropdown-menu {
  background-color: white!important;
}
.cid-uQDOFdDul3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQDOFdDul3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDOFdDul3 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQDOFdDul3 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQDOFdDul3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDOFdDul3 .collapsed {
  flex-direction: row!important;
}
.cid-uQDOFdDul3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDOFdDul3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDOFdDul3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.opened {
  transition: all .3s;
  background: #ffce08 !important;
}
.cid-uQDOFdDul3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQDOFdDul3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQDOFdDul3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDOFdDul3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDOFdDul3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQDOFdDul3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQDOFdDul3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDOFdDul3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQDOFdDul3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDOFdDul3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDOFdDul3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQDOFdDul3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQDOFdDul3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQDOFdDul3 .navbar.navbar-short {
  background: #ffce08 !important;
  min-height: 60px;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQDOFdDul3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQDOFdDul3 .navbar-caption {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 .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-uQDOFdDul3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDOFdDul3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDOFdDul3 .dropdown-item.active,
.cid-uQDOFdDul3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDOFdDul3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDOFdDul3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffce08;
}
.cid-uQDOFdDul3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDOFdDul3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQDOFdDul3 .navbar-buttons {
  text-align: center;
}
.cid-uQDOFdDul3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDOFdDul3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQDOFdDul3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDOFdDul3 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQDOFdDul3 .nav-link {
  font-weight: 600!important;
}
.cid-uQDOFdDul3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDOFdDul3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQDOFdDul3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQDOFdDul3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQDOFdDul3 .navbar {
    height: 77px;
  }
  .cid-uQDOFdDul3 .navbar.opened {
    height: auto;
  }
  .cid-uQDOFdDul3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-ed {
  /* CSS Reset */
  /* Color Variables */
  /* Base Styles */
  /* Button Styles */
  /* Hero Section */
  /* Process Section */
  /* Pricing Section */
  /* CTA Section */
  /* Desktop Styles */
  /* Large Desktop Styles */
}
#custom-html-ed * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#custom-html-ed :root {
  --primary: #ff2a6d;
  --primary-dark: #e6005c;
  --secondary: #05d9e8;
  --secondary-dark: #04c0ce;
  --dark: #1a1a1a;
  --light: #f8f9fa;
  --gray: #555;
  --light-gray: #eaeaea;
  --white: #ffffff;
}
#custom-html-ed body {
  font-family: 'Space Grotesk', sans-serif;
  background-color: var(--light);
  color: var(--dark);
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
#custom-html-ed .website-wrapper {
  width: 100%;
  overflow-x: hidden;
}
#custom-html-ed h1,
#custom-html-ed h2,
#custom-html-ed h3 {
  font-weight: 700;
  line-height: 1.2;
}
#custom-html-ed .highlight {
  color: var(--primary);
  position: relative;
  display: inline-block;
}
#custom-html-ed .highlight::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--secondary);
  z-index: -1;
  opacity: 0.6;
}
#custom-html-ed .primary-button {
  display: inline-block;
  background: linear-gradient(90deg, var(--primary), var(--primary-dark));
  color: var(--white) !important;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 42, 109, 0.4);
  border: none;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#custom-html-ed .primary-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 42, 109, 0.6);
}
#custom-html-ed .primary-button.large-button {
  padding: 18px 40px;
  font-size: 1.2rem;
}
#custom-html-ed .secondary-button {
  display: inline-block;
  background: var(--white);
  color: var(--primary) !important;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: 2px solid var(--primary);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  text-align: center;
}
#custom-html-ed .secondary-button:hover {
  background: rgba(255, 42, 109, 0.05);
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
#custom-html-ed .package-button {
  display: block;
  background: var(--primary);
  color: var(--white) !important;
  padding: 14px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  margin-top: 25px;
  text-align: center;
  border: none;
  box-shadow: 0 4px 10px rgba(255, 42, 109, 0.3);
  cursor: pointer;
  width: 100%;
}
#custom-html-ed .package-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 42, 109, 0.4);
}
#custom-html-ed .package-button.popular-btn {
  background: var(--secondary);
  box-shadow: 0 4px 10px rgba(5, 217, 232, 0.3);
}
#custom-html-ed .package-button.popular-btn:hover {
  box-shadow: 0 6px 15px rgba(5, 217, 232, 0.4);
}
#custom-html-ed .hero-section {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 60px 20px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
#custom-html-ed .hero-content {
  order: 2;
  margin-top: 40px;
}
#custom-html-ed .hero-content h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  line-height: 1.1;
}
#custom-html-ed .subtitle {
  font-size: 1.3rem;
  margin-bottom: 40px;
  color: var(--gray);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-ed .button-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-ed .hero-image {
  order: 1;
  height: 280px;
  position: relative;
  margin-bottom: 30px;
}
#custom-html-ed .gradient-circle {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--secondary) 0%, var(--primary) 100%);
  filter: blur(50px);
  opacity: 0.3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#custom-html-ed .process-section {
  padding: 80px 20px;
  text-align: center;
  background-color: var(--white);
  width: 100%;
}
#custom-html-ed .process-section h2 {
  font-size: 2.5rem;
  margin-bottom: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-ed .process-steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#custom-html-ed .step-card {
  background: var(--white);
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: 1px solid var(--light-gray);
}
#custom-html-ed .step-card:hover {
  transform: translateY(-10px);
}
#custom-html-ed .step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0 auto 25px;
}
#custom-html-ed .step-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
#custom-html-ed .pricing-section {
  padding: 80px 20px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  background-color: var(--light);
}
#custom-html-ed .pricing-section h2 {
  font-size: 2.5rem;
  margin-bottom: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-ed .pricing-cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#custom-html-ed .pricing-card {
  background: var(--white);
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  border: 2px solid var(--light-gray);
}
#custom-html-ed .pricing-card.popular {
  border: 2px solid var(--secondary);
  transform: scale(1.02);
}
#custom-html-ed .popular-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--secondary);
  color: var(--white);
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 700;
}
#custom-html-ed .pricing-card h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#custom-html-ed .price {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--dark);
}
#custom-html-ed .price span {
  font-size: 1rem;
  color: var(--gray);
}
#custom-html-ed .features-list {
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
}
#custom-html-ed .features-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px;
  text-align: left;
}
#custom-html-ed .features-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--secondary);
  font-weight: 700;
}
#custom-html-ed .cta-section {
  text-align: center;
  padding: 100px 20px;
  width: 100%;
  background-color: var(--white);
}
#custom-html-ed .cta-section h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-ed .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: var(--gray);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-ed .contact-text {
  font-size: 1rem;
  margin-top: 20px;
  color: var(--gray);
}
@media (min-width: 768px) {
  #custom-html-ed .hero-section {
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 80px 40px;
  }
  #custom-html-ed .hero-content {
    order: 1;
    margin-top: 0;
    flex: 1;
    padding-right: 40px;
  }
  #custom-html-ed .hero-content h1 {
    font-size: 3.5rem;
  }
  #custom-html-ed .hero-image {
    order: 2;
    flex: 1;
    height: 400px;
    margin-bottom: 0;
  }
  #custom-html-ed .gradient-circle {
    width: 350px;
    height: 350px;
  }
  #custom-html-ed .button-group {
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
  }
  #custom-html-ed .process-steps {
    flex-direction: row;
    gap: 30px;
  }
  #custom-html-ed .step-card {
    flex: 1;
  }
  #custom-html-ed .pricing-cards {
    flex-direction: row;
    gap: 30px;
  }
  #custom-html-ed .pricing-card {
    flex: 1;
  }
  #custom-html-ed .pricing-card.popular {
    transform: scale(1.05);
  }
}
@media (min-width: 1024px) {
  #custom-html-ed .hero-content h1 {
    font-size: 4rem;
  }
  #custom-html-ed .process-section h2,
  #custom-html-ed .pricing-section h2,
  #custom-html-ed .cta-section h2 {
    font-size: 3rem;
  }
}
.cid-uQDZozhPmr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDZozhPmr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQDZozhPmr .nav-item:focus,
.cid-uQDZozhPmr .nav-link:focus {
  outline: none;
}
.cid-uQDZozhPmr .text-white:hover,
.cid-uQDZozhPmr .text-white:active,
.cid-uQDZozhPmr .text-white:focus {
  color: white!important;
}
.cid-uQDZozhPmr .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQDZozhPmr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQDZozhPmr .dropdown-item:hover {
  color: black!important;
}
.cid-uQDZozhPmr .dropdown-menu {
  background-color: white!important;
}
.cid-uQDZozhPmr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQDZozhPmr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDZozhPmr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQDZozhPmr .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQDZozhPmr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDZozhPmr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDZozhPmr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQDZozhPmr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQDZozhPmr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDZozhPmr .collapsed {
  flex-direction: row!important;
}
.cid-uQDZozhPmr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDZozhPmr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDZozhPmr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffce08;
}
.cid-uQDZozhPmr .navbar.opened {
  transition: all .3s;
  background: #ffce08 !important;
}
.cid-uQDZozhPmr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQDZozhPmr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQDZozhPmr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDZozhPmr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQDZozhPmr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQDZozhPmr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDZozhPmr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDZozhPmr .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-uQDZozhPmr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDZozhPmr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQDZozhPmr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQDZozhPmr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDZozhPmr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDZozhPmr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQDZozhPmr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDZozhPmr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDZozhPmr .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-uQDZozhPmr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQDZozhPmr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDZozhPmr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDZozhPmr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQDZozhPmr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQDZozhPmr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQDZozhPmr .navbar.navbar-short {
  background: #ffce08 !important;
  min-height: 60px;
}
.cid-uQDZozhPmr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQDZozhPmr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQDZozhPmr .navbar-caption {
  font-weight: 600!important;
}
.cid-uQDZozhPmr .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-uQDZozhPmr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDZozhPmr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDZozhPmr .dropdown-item.active,
.cid-uQDZozhPmr .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDZozhPmr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDZozhPmr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDZozhPmr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDZozhPmr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffce08;
}
.cid-uQDZozhPmr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDZozhPmr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQDZozhPmr .navbar-buttons {
  text-align: center;
}
.cid-uQDZozhPmr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQDZozhPmr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQDZozhPmr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQDZozhPmr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDZozhPmr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDZozhPmr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQDZozhPmr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDZozhPmr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQDZozhPmr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQDZozhPmr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDZozhPmr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQDZozhPmr .nav-link {
  font-weight: 600!important;
}
.cid-uQDZozhPmr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDZozhPmr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQDZozhPmr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQDZozhPmr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQDZozhPmr .navbar {
    height: 77px;
  }
  .cid-uQDZozhPmr .navbar.opened {
    height: auto;
  }
  .cid-uQDZozhPmr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-ek {
  /* CSS Reset */
  /* Color Variables */
  /* Base Styles */
  /* Button Styles */
  /* Hero Section */
  /* Process Section */
  /* Pricing Section */
  /* CTA Section */
  /* Desktop Styles */
  /* Large Desktop Styles */
}
#custom-html-ek * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#custom-html-ek :root {
  --primary: #ff2a6d;
  --primary-dark: #e6005c;
  --secondary: #05d9e8;
  --secondary-dark: #04c0ce;
  --dark: #1a1a1a;
  --light: #f8f9fa;
  --gray: #555;
  --light-gray: #eaeaea;
  --white: #ffffff;
}
#custom-html-ek body {
  font-family: 'Space Grotesk', sans-serif;
  background-color: var(--light);
  color: var(--dark);
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
#custom-html-ek .website-wrapper {
  width: 100%;
  overflow-x: hidden;
}
#custom-html-ek h1,
#custom-html-ek h2,
#custom-html-ek h3 {
  font-weight: 700;
  line-height: 1.2;
}
#custom-html-ek .highlight {
  color: var(--primary);
  position: relative;
  display: inline-block;
}
#custom-html-ek .highlight::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--secondary);
  z-index: -1;
  opacity: 0.6;
}
#custom-html-ek .primary-button {
  display: inline-block;
  background: linear-gradient(90deg, var(--primary), var(--primary-dark));
  color: var(--white) !important;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 42, 109, 0.4);
  border: none;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#custom-html-ek .primary-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 42, 109, 0.6);
}
#custom-html-ek .primary-button.large-button {
  padding: 18px 40px;
  font-size: 1.2rem;
}
#custom-html-ek .secondary-button {
  display: inline-block;
  background: var(--white);
  color: var(--primary) !important;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: 2px solid var(--primary);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  text-align: center;
}
#custom-html-ek .secondary-button:hover {
  background: rgba(255, 42, 109, 0.05);
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
#custom-html-ek .package-button {
  display: block;
  background: var(--primary);
  color: var(--white) !important;
  padding: 14px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  margin-top: 25px;
  text-align: center;
  border: none;
  box-shadow: 0 4px 10px rgba(255, 42, 109, 0.3);
  cursor: pointer;
  width: 100%;
}
#custom-html-ek .package-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 42, 109, 0.4);
}
#custom-html-ek .package-button.popular-btn {
  background: var(--secondary);
  box-shadow: 0 4px 10px rgba(5, 217, 232, 0.3);
}
#custom-html-ek .package-button.popular-btn:hover {
  box-shadow: 0 6px 15px rgba(5, 217, 232, 0.4);
}
#custom-html-ek .hero-section {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 60px 20px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
#custom-html-ek .hero-content {
  order: 2;
  margin-top: 40px;
}
#custom-html-ek .hero-content h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  line-height: 1.1;
}
#custom-html-ek .subtitle {
  font-size: 1.3rem;
  margin-bottom: 40px;
  color: var(--gray);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-ek .button-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-ek .hero-image {
  order: 1;
  height: 280px;
  position: relative;
  margin-bottom: 30px;
}
#custom-html-ek .gradient-circle {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--secondary) 0%, var(--primary) 100%);
  filter: blur(50px);
  opacity: 0.3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#custom-html-ek .process-section {
  padding: 80px 20px;
  text-align: center;
  background-color: var(--white);
  width: 100%;
}
#custom-html-ek .process-section h2 {
  font-size: 2.5rem;
  margin-bottom: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-ek .process-steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#custom-html-ek .step-card {
  background: var(--white);
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: 1px solid var(--light-gray);
}
#custom-html-ek .step-card:hover {
  transform: translateY(-10px);
}
#custom-html-ek .step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0 auto 25px;
}
#custom-html-ek .step-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
#custom-html-ek .pricing-section {
  padding: 80px 20px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  background-color: var(--light);
}
#custom-html-ek .pricing-section h2 {
  font-size: 2.5rem;
  margin-bottom: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-ek .pricing-cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#custom-html-ek .pricing-card {
  background: var(--white);
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  border: 2px solid var(--light-gray);
}
#custom-html-ek .pricing-card.popular {
  border: 2px solid var(--secondary);
  transform: scale(1.02);
}
#custom-html-ek .popular-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--secondary);
  color: var(--white);
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 700;
}
#custom-html-ek .pricing-card h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#custom-html-ek .price {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--dark);
}
#custom-html-ek .price span {
  font-size: 1rem;
  color: var(--gray);
}
#custom-html-ek .features-list {
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
}
#custom-html-ek .features-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px;
  text-align: left;
}
#custom-html-ek .features-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--secondary);
  font-weight: 700;
}
#custom-html-ek .cta-section {
  text-align: center;
  padding: 100px 20px;
  width: 100%;
  background-color: var(--white);
}
#custom-html-ek .cta-section h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-ek .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: var(--gray);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-ek .contact-text {
  font-size: 1rem;
  margin-top: 20px;
  color: var(--gray);
}
@media (min-width: 768px) {
  #custom-html-ek .hero-section {
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 80px 40px;
  }
  #custom-html-ek .hero-content {
    order: 1;
    margin-top: 0;
    flex: 1;
    padding-right: 40px;
  }
  #custom-html-ek .hero-content h1 {
    font-size: 3.5rem;
  }
  #custom-html-ek .hero-image {
    order: 2;
    flex: 1;
    height: 400px;
    margin-bottom: 0;
  }
  #custom-html-ek .gradient-circle {
    width: 350px;
    height: 350px;
  }
  #custom-html-ek .button-group {
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
  }
  #custom-html-ek .process-steps {
    flex-direction: row;
    gap: 30px;
  }
  #custom-html-ek .step-card {
    flex: 1;
  }
  #custom-html-ek .pricing-cards {
    flex-direction: row;
    gap: 30px;
  }
  #custom-html-ek .pricing-card {
    flex: 1;
  }
  #custom-html-ek .pricing-card.popular {
    transform: scale(1.05);
  }
}
@media (min-width: 1024px) {
  #custom-html-ek .hero-content h1 {
    font-size: 4rem;
  }
  #custom-html-ek .process-section h2,
  #custom-html-ek .pricing-section h2,
  #custom-html-ek .cta-section h2 {
    font-size: 3rem;
  }
}
.cid-uQE39W444v .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQE39W444v .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQE39W444v .nav-item:focus,
.cid-uQE39W444v .nav-link:focus {
  outline: none;
}
.cid-uQE39W444v .text-white:hover,
.cid-uQE39W444v .text-white:active,
.cid-uQE39W444v .text-white:focus {
  color: white!important;
}
.cid-uQE39W444v .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQE39W444v .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQE39W444v .dropdown-item:hover {
  color: black!important;
}
.cid-uQE39W444v .dropdown-menu {
  background-color: white!important;
}
.cid-uQE39W444v .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQE39W444v .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQE39W444v .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQE39W444v .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQE39W444v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQE39W444v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQE39W444v .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQE39W444v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQE39W444v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQE39W444v .collapsed {
  flex-direction: row!important;
}
.cid-uQE39W444v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQE39W444v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQE39W444v .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffce08;
}
.cid-uQE39W444v .navbar.opened {
  transition: all .3s;
  background: #ffce08 !important;
}
.cid-uQE39W444v .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQE39W444v .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQE39W444v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQE39W444v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQE39W444v .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQE39W444v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQE39W444v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQE39W444v .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-uQE39W444v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQE39W444v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQE39W444v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQE39W444v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQE39W444v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQE39W444v .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQE39W444v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQE39W444v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQE39W444v .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-uQE39W444v .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQE39W444v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQE39W444v .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQE39W444v .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQE39W444v .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQE39W444v .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQE39W444v .navbar.navbar-short {
  background: #ffce08 !important;
  min-height: 60px;
}
.cid-uQE39W444v .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQE39W444v .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQE39W444v .navbar-caption {
  font-weight: 600!important;
}
.cid-uQE39W444v .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-uQE39W444v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQE39W444v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQE39W444v .dropdown-item.active,
.cid-uQE39W444v .dropdown-item:active {
  background-color: transparent;
}
.cid-uQE39W444v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQE39W444v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQE39W444v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQE39W444v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffce08;
}
.cid-uQE39W444v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQE39W444v ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQE39W444v .navbar-buttons {
  text-align: center;
}
.cid-uQE39W444v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQE39W444v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQE39W444v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQE39W444v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQE39W444v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQE39W444v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQE39W444v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQE39W444v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQE39W444v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQE39W444v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQE39W444v .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQE39W444v .nav-link {
  font-weight: 600!important;
}
.cid-uQE39W444v a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQE39W444v .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQE39W444v .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQE39W444v .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQE39W444v .navbar {
    height: 77px;
  }
  .cid-uQE39W444v .navbar.opened {
    height: auto;
  }
  .cid-uQE39W444v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-ex {
  /* Space for top ad */
  /* Font Import */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* Base Ad Styles */
  /* Top Ad Styles */
  /* Bottom Ad Styles */
  /* Shared Button Styles */
  /* Close Button Styles */
  /* Tablet and Desktop Styles */
}
#custom-html-ex .top-ad-space {
  height: 80px;
  /* Increased from 60px to provide more space for menu */
  width: 100%;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPb54C_k3HqUtEw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPb94C_k3HqUtEw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPb54C_k3HqUtEw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPb94C_k3HqUtEw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPb54C_k3HqUtEw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPb94C_k3HqUtEw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPb54C_k3HqUtEw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPb94C_k3HqUtEw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPb54C_k3HqUtEw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPb94C_k3HqUtEw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
#custom-html-ex .ls-top-ad,
#custom-html-ex .ls-bottom-ad {
  position: fixed;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border: 1px solid #eee;
  font-family: 'Space Grotesk', sans-serif;
  transition: all 0.3s ease;
}
#custom-html-ex .ls-top-ad {
  top: 80px;
  /* Increased from 20px to make space for menu */
  right: 50%;
  transform: translateX(50%);
  width: 90%;
  max-width: 280px;
  padding: 12px;
}
#custom-html-ex .ls-top-ad .ad-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#custom-html-ex .ls-top-ad .ad-logo {
  width: 26px;
  height: 26px;
  background: linear-gradient(135deg, #ff2a6d, #05d9e8);
  border-radius: 5px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 12px;
}
#custom-html-ex .ls-top-ad .ad-title {
  font-weight: bold;
  color: #1a1a1a;
  font-size: 13px;
}
#custom-html-ex .ls-top-ad .ad-content {
  font-size: 12px;
  color: #555;
  margin-bottom: 10px;
  line-height: 1.4;
}
#custom-html-ex .ls-bottom-ad {
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 320px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#custom-html-ex .ls-bottom-ad .ad-logo {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #ff2a6d, #05d9e8);
  border-radius: 6px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
}
#custom-html-ex .ls-bottom-ad .ad-title {
  font-weight: bold;
  color: #1a1a1a;
  font-size: 14px;
  margin-bottom: 5px;
}
#custom-html-ex .ls-bottom-ad .ad-text {
  font-size: 12px;
  color: #555;
  line-height: 1.4;
  margin-bottom: 10px;
}
#custom-html-ex .ls-top-ad .ad-button,
#custom-html-ex .ls-bottom-ad .ad-button {
  display: block;
  background: linear-gradient(90deg, #ff2a6d, #e6005c);
  color: white;
  text-align: center;
  padding: 8px 12px;
  border-radius: 18px;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
}
#custom-html-ex .ls-top-ad .ad-button:hover,
#custom-html-ex .ls-bottom-ad .ad-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(255, 42, 109, 0.3);
}
#custom-html-ex .ls-top-ad .ad-close,
#custom-html-ex .ls-bottom-ad .ad-close {
  position: absolute;
  top: 6px;
  right: 6px;
  color: #999;
  font-size: 12px;
  cursor: pointer;
  padding: 4px;
}
@media (min-width: 768px) {
  #custom-html-ex .ls-top-ad {
    right: 20px;
    left: auto;
    transform: none;
    top: 80px;
    /* Maintain the increased space for menu on desktop */
  }
  #custom-html-ex .ls-bottom-ad {
    flex-direction: row;
    text-align: left;
    max-width: 400px;
    padding: 12px 15px;
  }
  #custom-html-ex .ls-bottom-ad .ad-logo {
    margin-right: 12px;
    margin-bottom: 0;
  }
  #custom-html-ex .ls-bottom-ad .ad-content {
    flex-grow: 1;
  }
  #custom-html-ex .ls-bottom-ad .ad-button {
    margin-left: 12px;
    width: auto;
    white-space: nowrap;
  }
}
#custom-html-eu {
  /* CSS Reset */
  /* Color Variables */
  /* Base Styles */
  /* Button Styles */
  /* Hero Section */
  /* Process Section */
  /* Pricing Section */
  /* CTA Section */
  /* Desktop Styles */
  /* Large Desktop Styles */
}
#custom-html-eu * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#custom-html-eu :root {
  --primary: #ff2a6d;
  --primary-dark: #e6005c;
  --secondary: #05d9e8;
  --secondary-dark: #04c0ce;
  --dark: #1a1a1a;
  --light: #f8f9fa;
  --gray: #555;
  --light-gray: #eaeaea;
  --white: #ffffff;
}
#custom-html-eu body {
  font-family: 'Space Grotesk', sans-serif;
  background-color: var(--light);
  color: var(--dark);
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
#custom-html-eu .website-wrapper {
  width: 100%;
  overflow-x: hidden;
}
#custom-html-eu h1,
#custom-html-eu h2,
#custom-html-eu h3 {
  font-weight: 700;
  line-height: 1.2;
}
#custom-html-eu .highlight {
  color: var(--primary);
  position: relative;
  display: inline-block;
}
#custom-html-eu .highlight::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--secondary);
  z-index: -1;
  opacity: 0.6;
}
#custom-html-eu .primary-button {
  display: inline-block;
  background: linear-gradient(90deg, var(--primary), var(--primary-dark));
  color: var(--white) !important;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 42, 109, 0.4);
  border: none;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#custom-html-eu .primary-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 42, 109, 0.6);
}
#custom-html-eu .primary-button.large-button {
  padding: 18px 40px;
  font-size: 1.2rem;
}
#custom-html-eu .secondary-button {
  display: inline-block;
  background: var(--white);
  color: var(--primary) !important;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: 2px solid var(--primary);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  text-align: center;
}
#custom-html-eu .secondary-button:hover {
  background: rgba(255, 42, 109, 0.05);
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
#custom-html-eu .package-button {
  display: block;
  background: var(--primary);
  color: var(--white) !important;
  padding: 14px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  margin-top: 25px;
  text-align: center;
  border: none;
  box-shadow: 0 4px 10px rgba(255, 42, 109, 0.3);
  cursor: pointer;
  width: 100%;
}
#custom-html-eu .package-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 42, 109, 0.4);
}
#custom-html-eu .package-button.popular-btn {
  background: var(--secondary);
  box-shadow: 0 4px 10px rgba(5, 217, 232, 0.3);
}
#custom-html-eu .package-button.popular-btn:hover {
  box-shadow: 0 6px 15px rgba(5, 217, 232, 0.4);
}
#custom-html-eu .hero-section {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 60px 20px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
#custom-html-eu .hero-content {
  order: 2;
  margin-top: 40px;
}
#custom-html-eu .hero-content h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  line-height: 1.1;
}
#custom-html-eu .subtitle {
  font-size: 1.3rem;
  margin-bottom: 40px;
  color: var(--gray);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-eu .button-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-eu .hero-image {
  order: 1;
  height: 280px;
  position: relative;
  margin-bottom: 30px;
}
#custom-html-eu .gradient-circle {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--secondary) 0%, var(--primary) 100%);
  filter: blur(50px);
  opacity: 0.3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#custom-html-eu .process-section {
  padding: 80px 20px;
  text-align: center;
  background-color: var(--white);
  width: 100%;
}
#custom-html-eu .process-section h2 {
  font-size: 2.5rem;
  margin-bottom: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-eu .process-steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#custom-html-eu .step-card {
  background: var(--white);
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: 1px solid var(--light-gray);
}
#custom-html-eu .step-card:hover {
  transform: translateY(-10px);
}
#custom-html-eu .step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0 auto 25px;
}
#custom-html-eu .step-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
#custom-html-eu .pricing-section {
  padding: 80px 20px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  background-color: var(--light);
}
#custom-html-eu .pricing-section h2 {
  font-size: 2.5rem;
  margin-bottom: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-eu .pricing-cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#custom-html-eu .pricing-card {
  background: var(--white);
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  border: 2px solid var(--light-gray);
}
#custom-html-eu .pricing-card.popular {
  border: 2px solid var(--secondary);
  transform: scale(1.02);
}
#custom-html-eu .popular-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--secondary);
  color: var(--white);
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 700;
}
#custom-html-eu .pricing-card h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#custom-html-eu .price {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--dark);
}
#custom-html-eu .price span {
  font-size: 1rem;
  color: var(--gray);
}
#custom-html-eu .features-list {
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
}
#custom-html-eu .features-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px;
  text-align: left;
}
#custom-html-eu .features-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--secondary);
  font-weight: 700;
}
#custom-html-eu .cta-section {
  text-align: center;
  padding: 100px 20px;
  width: 100%;
  background-color: var(--white);
}
#custom-html-eu .cta-section h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-eu .cta-section p {
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: var(--gray);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-eu .contact-text {
  font-size: 1rem;
  margin-top: 20px;
  color: var(--gray);
}
@media (min-width: 768px) {
  #custom-html-eu .hero-section {
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 80px 40px;
  }
  #custom-html-eu .hero-content {
    order: 1;
    margin-top: 0;
    flex: 1;
    padding-right: 40px;
  }
  #custom-html-eu .hero-content h1 {
    font-size: 3.5rem;
  }
  #custom-html-eu .hero-image {
    order: 2;
    flex: 1;
    height: 400px;
    margin-bottom: 0;
  }
  #custom-html-eu .gradient-circle {
    width: 350px;
    height: 350px;
  }
  #custom-html-eu .button-group {
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
  }
  #custom-html-eu .process-steps {
    flex-direction: row;
    gap: 30px;
  }
  #custom-html-eu .step-card {
    flex: 1;
  }
  #custom-html-eu .pricing-cards {
    flex-direction: row;
    gap: 30px;
  }
  #custom-html-eu .pricing-card {
    flex: 1;
  }
  #custom-html-eu .pricing-card.popular {
    transform: scale(1.05);
  }
}
@media (min-width: 1024px) {
  #custom-html-eu .hero-content h1 {
    font-size: 4rem;
  }
  #custom-html-eu .process-section h2,
  #custom-html-eu .pricing-section h2,
  #custom-html-eu .cta-section h2 {
    font-size: 3rem;
  }
}
.cid-uQEbrpxATn .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQEbrpxATn .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQEbrpxATn .nav-item:focus,
.cid-uQEbrpxATn .nav-link:focus {
  outline: none;
}
.cid-uQEbrpxATn .text-white:hover,
.cid-uQEbrpxATn .text-white:active,
.cid-uQEbrpxATn .text-white:focus {
  color: white!important;
}
.cid-uQEbrpxATn .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQEbrpxATn .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQEbrpxATn .dropdown-item:hover {
  color: black!important;
}
.cid-uQEbrpxATn .dropdown-menu {
  background-color: white!important;
}
.cid-uQEbrpxATn .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQEbrpxATn .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQEbrpxATn .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQEbrpxATn .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQEbrpxATn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQEbrpxATn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQEbrpxATn .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQEbrpxATn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQEbrpxATn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQEbrpxATn .collapsed {
  flex-direction: row!important;
}
.cid-uQEbrpxATn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQEbrpxATn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQEbrpxATn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffce08;
}
.cid-uQEbrpxATn .navbar.opened {
  transition: all .3s;
  background: #ffce08 !important;
}
.cid-uQEbrpxATn .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQEbrpxATn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQEbrpxATn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQEbrpxATn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQEbrpxATn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQEbrpxATn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQEbrpxATn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQEbrpxATn .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-uQEbrpxATn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQEbrpxATn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQEbrpxATn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQEbrpxATn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQEbrpxATn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQEbrpxATn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQEbrpxATn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQEbrpxATn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQEbrpxATn .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-uQEbrpxATn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQEbrpxATn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQEbrpxATn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQEbrpxATn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQEbrpxATn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQEbrpxATn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQEbrpxATn .navbar.navbar-short {
  background: #ffce08 !important;
  min-height: 60px;
}
.cid-uQEbrpxATn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQEbrpxATn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQEbrpxATn .navbar-caption {
  font-weight: 600!important;
}
.cid-uQEbrpxATn .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-uQEbrpxATn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQEbrpxATn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQEbrpxATn .dropdown-item.active,
.cid-uQEbrpxATn .dropdown-item:active {
  background-color: transparent;
}
.cid-uQEbrpxATn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQEbrpxATn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQEbrpxATn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQEbrpxATn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffce08;
}
.cid-uQEbrpxATn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQEbrpxATn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQEbrpxATn .navbar-buttons {
  text-align: center;
}
.cid-uQEbrpxATn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQEbrpxATn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQEbrpxATn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQEbrpxATn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQEbrpxATn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQEbrpxATn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQEbrpxATn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQEbrpxATn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQEbrpxATn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQEbrpxATn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQEbrpxATn .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQEbrpxATn .nav-link {
  font-weight: 600!important;
}
.cid-uQEbrpxATn a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQEbrpxATn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQEbrpxATn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQEbrpxATn .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQEbrpxATn .navbar {
    height: 77px;
  }
  .cid-uQEbrpxATn .navbar.opened {
    height: auto;
  }
  .cid-uQEbrpxATn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
