.occams-ai-affiliate-program-lp {
  width: 100%;
  position: relative;
  background-color: var(--GlobalColor-White-FFFFFF);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
  line-height: normal;
  letter-spacing: normal;
}
.banner-background-parent,
.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  max-width: 100%;
}
.main-container {
  align-self: stretch;
}
.banner-background-parent {
  background: var(--gradient-1);
  padding: var(--padding-0) var(--padding-0) 0;
  flex-shrink: 0;
  width: 100%;
}
.banner-background {
  width: 1512px;
  height: 680px;
  position: relative;
  background: var(--gradient-1);
  display: none;
  flex-shrink: 0;
}
.header,
.header-container {
  display: flex;
  align-items: center;
}
.header {
  width: 100%;
  backdrop-filter: blur(10px);
  overflow: hidden;
  justify-content: space-between;
  padding: var(--padding-20) var(--padding-100);
  box-sizing: border-box;
  gap: var(--gap-20);
  top: 0;
  z-index: 50;
  position: fixed;
}
.header-container {
  width: 1312px;
  justify-content: space-between;
  gap: var(--gap-20);
}
.occamsai-logo {
  height: var(--height-40);
  width: 224.3px;
  display: flex;
  align-items: flex-start;
}
.union-icon {
  width: 224.3px;
  position: relative;
  max-height: 100%;
  flex-shrink: 0;
  z-index: 1;
}
.logo-mark,
.union {
  width: 222.2px;
  position: relative;
}
.logo-mark {
  height: var(--height-40);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 3.7px var(--padding-0) var(--padding-0);
  box-sizing: border-box;
  z-index: 2;
  margin-left: -223.2px;
}
.union {
  height: 36.3px;
  background-color: var(--Primary-Orange);
  flex-shrink: 0;
}
.vector-icon,
.vector-icon2 {
  position: absolute;
  top: 3.7px;
  left: 53.7px;
  width: 20.4px;
  height: 21.4px;
}
.vector-icon2 {
  top: 0;
  left: 0;
  width: 222.2px;
  height: 36.3px;
}
.features-link,
.main-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-navigation {
  margin: 0;
  align-self: stretch;
  text-align: left;
  font-size: var(--Form-Font-Size-FSize16);
  color: var(--Secondary-DarkGray);
  font-family: var(--Form-FONTF-INTER);
}
.features-link {
  border-radius: var(--br-5);
  padding: 8.5px var(--padding-15);
}
.features-text {
  position: relative;
  line-height: 145%;
}
.how-it-works-link {
  border-radius: var(--br-5);
  justify-content: center;
  padding: 8.5px var(--padding-14);
}
.buttons,
.cta-medium,
.how-it-works-link {
  display: flex;
  align-items: center;
}
.buttons {
  justify-content: flex-end;
  gap: var(--gap-20);
}
.cta-medium {
  cursor: pointer;
  border: 1px solid var(--GlobalColor-Orange-F06B25);
  padding: var(--padding-10) var(--padding-20);
  background-color: var(--GlobalColor-White-FFFFFF);
  box-shadow: var(--BTN-Orange);
  border-radius: var(--br-5);
  justify-content: center;
  text-decoration: none;
}
.cta-label {
  position: relative;
  font-size: var(--Form-Font-Size-FSize14);
  line-height: 145%;
  font-weight: 500;
  font-family: var(--Form-FONTF-INTER);
  color: var(--GlobalColor-Orange-F06B25);
  text-align: center;
}
.cta-medium2 {
  cursor: pointer;
  border: 0;
  padding: var(--padding-10) var(--padding-20);
  background-color: var(--GlobalColor-Blue-0788BE);
  box-shadow: var(--BTN-Blue);
  border-radius: var(--br-5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cta-label2,
.header-container-wrapper {
  text-align: center;
  font-family: var(--Form-FONTF-INTER);
}
.cta-label2 {
  position: relative;
  font-size: var(--Form-Font-Size-FSize14);
  line-height: 145%;
  font-weight: 500;
  color: var(--GlobalColor-White-FFFFFF);
}
.header-container-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: var(--padding-0) var(--padding-20);
  box-sizing: border-box;
  max-width: 100%;
  flex-shrink: 0;
  font-size: var(--fs-42);
  color: var(--Secondary-Black);
  margin-top: 130px;
}
.header-container2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-20);
  max-width: 100%;
}
.main-title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 13px;
  max-width: 100%;
}
.title-part-1 {
  font-weight: 800;
  max-width: 100%;
}
.subtitle,
.title-part-1,
.title-part-2 {
  position: relative;
  display: inline-block;
}
.title-part-2 {
  font-weight: 800;
  background: var(--Gradient-Primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 100%;
}
.subtitle {
  width: 830px;
  font-size: var(--Form-Font-Size-FSize20);
  line-height: 145%;
  color: var(--Secondary-DarkGray);
  font-family: Inter;
}
.occams-ai {
  color: var(--Primary-Orange);
}
.cta-large {
  cursor: pointer;
  border: 0;
  padding: var(--padding-15) var(--padding-40);
  background-color: var(--Primary-Orange);
  height: 63px;
  box-shadow: var(--BTN-Orange);
  border-radius: var(--Global-Formstyle-radiusCorner-radiusCorner5);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: var(--gap-10);
}
.cta-label3 {
  position: relative;
  font-size: var(--Form-Font-Size-FSize18);
  line-height: 145%;
  font-family: var(--Form-FONTF-INTER);
  color: var(--GlobalColor-White-FFFFFF);
  text-align: center;
}
.iconset-arrow15x15 {
  height: var(--height-15);
  width: var(--width-15);
  position: relative;
}
.iconset-arrow15x15-child {
  position: absolute;
  height: 80%;
  width: 40%;
  top: 10%;
  right: 30%;
  bottom: 10%;
  left: 30%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: contain;
}
.content-area,
.content-section {
  display: flex;
  box-sizing: border-box;
  flex-shrink: 0;
  max-width: 100%;
}
.content-area {
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  padding: var(--padding-0) 21px var(--padding-0) var(--padding-20);
  position: relative;
}
.content-section {
  flex-direction: column;
  align-items: flex-end;
  padding: 120px var(--padding-20) 16.3px var(--padding-0);
  gap: 73.8px;
  z-index: 1;
}
.content-block,
.content-row {
  display: flex;
  align-items: flex-start;
}
.content-row {
  width: 849px;
  justify-content: space-between;
  gap: var(--gap-20);
  max-width: 100%;
  text-align: left;
  font-size: var(--Form-Font-Size-FSize16);
  color: var(--Secondary-Black);
  font-family: var(--Form-FONTF-INTER);
}
.content-block {
  width: 265px;
  backdrop-filter: blur(10px);
  border-radius: var(--br-15);
  background-color: var(--color-gray-200);
  flex-direction: column;
  padding: var(--padding-15);
  box-sizing: border-box;
  gap: var(--gap-10);
  z-index: 1;
}
.subtitle2 {
  width: 235px;
  height: 38px;
  position: relative;
  display: inline-block;
}
.subtitle3 {
  align-self: stretch;
  position: relative;
  font-size: var(--Form-Font-Size-FSize14);
  line-height: 145%;
  color: var(--Secondary-DarkGray);
  font-family: Inter;
}
.content-column-b {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 131px var(--padding-0) var(--padding-0);
}
.feature-area,
.features-row {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.feature-area {
  width: 828px;
  justify-content: center;
  padding: var(--padding-0) var(--padding-20);
  box-sizing: border-box;
}
.features-row {
  position: relative;
  isolation: isolate;
}
.feature-column {
  height: 599px;
  width: 573px;
  margin: 0 !important;
  position: absolute;
  bottom: 0px;
  right: 37px;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  background-image: url(../images/banner@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  flex-shrink: 0;
}
.banner-icon,
.wrapper-montones-de-monedas-de {
  position: relative;
  max-height: 100%;
  flex-shrink: 0;
}
.banner-icon {
  width: 573px;
  object-fit: cover;
  display: none;
}
.wrapper-montones-de-monedas-de {
  width: 149.1px;
  box-shadow: var(--BTN-Orange);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.montones-de-monedas-de-oro-bri-icon {
  width: 100%;
  box-shadow: var(--BTN-Orange);
  z-index: 1;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 5px;
  height: 100%;
  transform: scale(1.134);
}
.feature,
.features {
  display: flex;
  align-items: center;
  justify-content: center;
}
.features {
  width: 650px;
  flex-wrap: wrap;
  align-content: center;
  gap: var(--gap-25);
  max-width: 100%;
  z-index: 1;
  flex-shrink: 0;
}
.feature {
  cursor: pointer;
  border: var(--border-1);
  padding: var(--padding-10) 17px;
  background-color: var(--GlobalColor-White-FFFFFF);
  flex: 1;
  border-radius: var(--br-10);
  box-sizing: border-box;
  gap: 9px;
  min-width: 147px;
}
.iconset-color20x20 {
  height: var(--height-20);
  width: var(--width-20);
  position: relative;
}
.feature-symbol-icon {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: calc(50% - 10px);
  max-height: 100%;
  width: 100%;
  z-index: 1;
}
.description {
  position: relative;
  font-size: var(--Form-Font-Size-FSize16);
  line-height: 145%;
  font-family: var(--Form-FONTF-INTER);
  color: var(--Secondary-Black);
  text-align: center;
}
.feature2 {
  cursor: pointer;
  border: var(--border-1);
  padding: var(--padding-10) 17px;
  background-color: var(--GlobalColor-White-FFFFFF);
  flex: 1;
  border-radius: var(--br-10);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-10);
  min-width: 147px;
}
.vector-icon4,
.vector-icon5 {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: calc(50% - 10px);
  max-height: 100%;
  width: 100%;
}
.vector-icon5 {
  left: calc(50% - 9.4px);
  width: 18.8px;
}
.container {
  align-self: stretch;
  padding: var(--padding-0) var(--padding-20);
  gap: var(--gap-50);
}
.container,
.content-section2,
.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-section2 {
  width: var(--width-1090);
  gap: var(--gap-20);
  text-align: center;
  font-size: var(--Form-Font-Size-FSize14);
  color: var(--GlobalColor-Blue-0788BE);
  font-family: var(--Form-FONTF-INTER);
}
.section-header {
  gap: var(--gap-15);
}
.section-title {
  border-radius: var(--br-25);
  background-color: var(--GlobalColor-White-FFFFFF);
  border: var(--border-2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--padding-3) 13px;
}
.title,
.title2 {
  position: relative;
}
.title {
  line-height: 145%;
  font-weight: 500;
}
.title2 {
  font-size: var(--fs-42);
  font-weight: 800;
  background: var(--Gradient-Primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.description4 {
  align-self: stretch;
  position: relative;
  font-size: var(--Form-Font-Size-FSize20);
  line-height: 145%;
  color: var(--Secondary-DarkGray);
  font-family: Inter;
}
.occams-ai-creates-powerful-ai {
  margin-block-start: 0;
  margin-block-end: 15px;
}
.as-an-affiliate {
  margin: 0;
}
.feature-section {
  width: var(--width-1090);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--gap-40);
  text-align: left;
  font-size: var(--Form-Font-Size-FSize24);
  color: var(--Secondary-Black);
  font-family: var(--Form-FONTF-INTER);
}
.feature-block,
.feature-icon {
  box-shadow: var(--BTN-Orange);
  background-color: var(--GlobalColor-White-FFFFFF);
  border: var(--border-3);
  display: flex;
}
.feature-block {
  align-self: stretch;
  flex: 1;
  border-radius: var(--Form-Corner-radius-radius15);
  flex-direction: column;
  align-items: flex-start;
  padding: var(--padding-28) var(--padding-29);
  gap: var(--gap-30);
}
.feature-icon {
  width: var(--width-64);
  height: var(--height-64);
  border-radius: var(--br-5);
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: var(--padding-15) var(--padding-10);
}
.iconset-black64x64 {
  height: var(--height-34);
  width: var(--width-34);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.vector-icon6 {
  position: absolute;
  height: 93.82%;
  top: 3.24%;
  bottom: 2.94%;
  left: calc(50% - 15.9px);
  max-height: 100%;
  width: 31.9px;
}
.feature-content {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-3);
}
.feature-description,
.feature-title {
  align-self: stretch;
  position: relative;
  line-height: 145%;
}
.feature-title {
  margin: 0;
  font-size: inherit;
  font-weight: 700;
  font-family: inherit;
}
.feature-description {
  font-size: var(--Form-Font-Size-FSize18);
  color: var(--Secondary-DarkGray);
  font-family: Inter;
}
.feature-block2 {
  align-self: stretch;
  flex: 1;
  box-shadow: var(--BTN-Orange);
  border-radius: var(--Form-Corner-radius-radius15);
  background-color: var(--GlobalColor-White-FFFFFF);
  border: var(--border-3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: var(--padding-30) var(--padding-29);
  gap: var(--gap-30);
}
.fi-11936494-icon,
.vector-icon7 {
  position: absolute;
  max-height: 100%;
}
.fi-11936494-icon {
  height: 100%;
  top: 0;
  bottom: 0;
  left: calc(50% - 17px);
  width: var(--width-34);
}
.vector-icon7 {
  height: 84.41%;
  top: 7.94%;
  bottom: 7.65%;
  left: calc(50% - 14.3px);
  width: 28.7px;
}
.container2 {
  align-self: stretch;
  flex-direction: column;
  padding: var(--padding-0) var(--Padding-Page-LR-Padding211);
  gap: var(--gap-50);
  text-align: center;
  font-size: var(--fs-42);
  font-family: var(--Form-FONTF-INTER1);
}
.container2,
.header2,
.section-title2 {
  display: flex;
  align-items: center;
}
.header2 {
  flex-direction: column;
  gap: var(--gap-20);
}
.section-title2 {
  cursor: pointer;
  border: var(--border-2);
  padding: var(--padding-3) 13px;
  background-color: var(--GlobalColor-White-FFFFFF);
  border-radius: var(--br-25);
  justify-content: center;
}
.section-title2:hover,
.section-title4:hover {
  background-color: var(--color-gainsboro-100);
  border: 1px solid var(--color-deepskyblue);
  box-sizing: border-box;
}
.title3 {
  position: relative;
  font-size: var(--Form-Font-Size-FSize14);
  line-height: 145%;
  font-weight: 500;
  font-family: var(--Form-FONTF-INTER);
  color: var(--GlobalColor-Blue-0788BE);
  text-align: center;
}
.how-it-works2 {
  position: relative;
  font-weight: 800;
  background: var(--Gradient-Primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.how-it-works-content,
.step-card {
  display: flex;
  align-items: flex-start;
}
.how-it-works-content {
  width: var(--width-1090);
  justify-content: center;
  gap: var(--gap-20);
  text-align: left;
  font-size: var(--Form-Font-Size-FSize12);
  color: var(--Secondary-DarkGray);
  font-family: var(--Form-FONTF-INTER);
}
.step-card {
  align-self: stretch;
  flex: 1;
  border-radius: var(--br-15);
  background-color: var(--color-aliceblue);
  flex-direction: column;
  padding: var(--padding-30);
  gap: var(--gap-15);
}
.step-block,
.step-icon {
  display: flex;
  align-items: center;
}
.step-block {
  align-self: stretch;
  gap: var(--gap-15);
}
.step-icon {
  height: var(--height-64);
  width: var(--width-64);
  box-shadow: var(--BTN-Orange);
  border-radius: var(--br-5);
  background-color: var(--Primary-Orange);
  justify-content: center;
  padding: var(--padding-15) var(--padding-10);
  box-sizing: border-box;
}
.vector-icon8 {
  position: absolute;
  height: 93.82%;
  top: 3.24%;
  bottom: 2.94%;
  left: calc(50% - 15.2px);
  max-height: 100%;
  width: 30.4px;
}
.step-content,
.step-header {
  align-self: stretch;
  display: flex;
}
.step-content {
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--gap-8);
}
.step-header {
  align-items: center;
  gap: var(--gap-10);
}
.step-header-child {
  height: 7.4px;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.step-description,
.step-title2 {
  align-self: stretch;
  position: relative;
  line-height: 145%;
  font-family: var(--Form-FONTF-INTER1);
}
.step-title2 {
  margin: 0;
  font-size: var(--Form-Font-Size-FSize201);
  font-weight: 700;
  color: var(--Secondary-Black);
}
.step-description {
  font-size: var(--Form-Font-Size-FSize161);
}
.step-card2 {
  align-self: stretch;
  flex: 1;
  border-radius: var(--br-15);
  background-color: var(--color-seashell);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: var(--padding-30);
  gap: var(--gap-15);
}
.vector-icon10,
.vector-icon11 {
  position: absolute;
  height: 93.82%;
  top: 3.24%;
  bottom: 2.94%;
  left: calc(50% - 15px);
  max-height: 100%;
  width: 29.4px;
}
.vector-icon11 {
  left: calc(50% - 11.6px);
  width: 23.4px;
}
.cta-large2,
.step-header4 {
  display: flex;
  align-items: center;
}
.step-header4 {
  align-self: stretch;
}
.cta-large2 {
  cursor: pointer;
  border: 0;
  padding: var(--padding-15) var(--padding-30);
  background-color: var(--GlobalColor-Orange-F06B25);
  box-shadow: var(--BTN-Orange);
  border-radius: var(--br-5);
  justify-content: center;
}
.container3,
.cta-label4 {
  text-align: center;
  font-family: var(--Form-FONTF-INTER);
}
.cta-label4 {
  position: relative;
  font-size: var(--Form-Font-Size-FSize16);
  line-height: 145%;
  font-weight: 500;
  color: var(--GlobalColor-White-FFFFFF);
}
.container3 {
  align-self: stretch;
  background-color: var(--color-gainsboro-200);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--padding-100) var(--padding-20);
  gap: var(--gap-50);
  font-size: var(--Form-Font-Size-FSize14);
  color: var(--GlobalColor-Blue-0788BE);
}
.title5 {
  position: relative;
  font-size: var(--fs-42);
  font-weight: 800;
  font-family: var(--Form-FONTF-INTER2);
  background: var(--Gradient-Primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-section {
  width: var(--width-1090);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--gap-50);
  text-align: left;
  font-size: var(--Form-Font-Size-FSize18);
  color: var(--Secondary-Black);
  font-family: var(--Form-FONTF-INTER);
}
.product-block,
.step-card5 {
  align-self: stretch;
  display: flex;
}
.step-card5 {
  flex: 1;
  box-shadow: var(--BTN-Gray);
  border-radius: var(--Form-Corner-radius-radius15);
  background: linear-gradient(
      180deg,
      rgba(58, 211, 101, 0.2),
      rgba(255, 255, 255, 0) 25%
    ),
    var(--GlobalColor-White-FFFFFF);
  border: 1px solid var(--Accent-Green);
  flex-direction: column;
  align-items: flex-start;
  padding: 38px 39px;
  gap: var(--gap-30);
}
.product-block {
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-20);
  font-size: var(--Form-Font-Size-FSize241);
  font-family: var(--Form-FONTF-INTER2);
}
.step-title9 {
  margin: 0;
  position: relative;
  font-size: inherit;
  font-weight: 700;
  font-family: inherit;
}
.product-badge {
  box-shadow: 0 5px 10px rgba(58, 211, 101, 0.3);
  border-radius: var(--br-25);
  background-color: var(--Accent-Green);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px var(--padding-15);
  font-size: var(--Form-Font-Size-FSize12);
  color: var(--GlobalColor-White-FFFFFF);
  font-family: var(--Form-FONTF-INTER);
}
.description5,
.step-title10 {
  position: relative;
  line-height: 145%;
}
.step-title10 {
  text-transform: uppercase;
}
.description5 {
  align-self: stretch;
  color: var(--Secondary-DarkGray);
}
.product-link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Primary-Orange);
}
.product-block2,
.step-card6 {
  align-self: stretch;
  display: flex;
}
.step-card6 {
  flex: 1;
  box-shadow: var(--BTN-Gray);
  border-radius: var(--Form-Corner-radius-radius15);
  background: linear-gradient(
      180deg,
      rgba(237, 147, 63, 0.2),
      rgba(255, 255, 255, 0) 25%
    ),
    var(--GlobalColor-White-FFFFFF);
  border: 1px solid var(--Accent-Orange);
  flex-direction: column;
  align-items: flex-start;
  padding: var(--padding-40) 39px;
  gap: var(--gap-30);
  font-size: var(--Form-Font-Size-FSize241);
  font-family: var(--Form-FONTF-INTER2);
}
.product-block2 {
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-20);
}
.product-badge2 {
  box-shadow: 0 5px 10px rgba(237, 147, 63, 0.3);
  border-radius: var(--br-25);
  background-color: var(--Accent-Orange);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px var(--padding-14);
  font-size: var(--Form-Font-Size-FSize12);
  color: var(--GlobalColor-White-FFFFFF);
  font-family: var(--Form-FONTF-INTER);
}
.cfo-insights {
  font-family: Inter;
  color: var(--Primary-Orange);
}
.container4 {
  align-self: stretch;
  flex-direction: column;
  padding: var(--padding-0) var(--Padding-Page-LR-Padding211);
  gap: var(--gap-50);
}
.container4,
.header3,
.section-title4 {
  display: flex;
  align-items: center;
}
.header3 {
  flex-direction: column;
  gap: var(--gap-20);
  text-align: center;
  font-size: var(--fs-42);
  color: var(--Secondary-DarkGray);
  font-family: var(--Form-FONTF-INTER1);
}
.section-title4 {
  cursor: pointer;
  border: var(--border-2);
  padding: var(--padding-3) var(--padding-14);
  background-color: var(--GlobalColor-White-FFFFFF);
  border-radius: var(--br-25);
  justify-content: center;
}
.how-it-works4 {
  position: relative;
  font-size: var(--Form-Font-Size-FSize202);
  line-height: 145%;
  font-family: var(--Form-FONTF-INTER2);
}
.commission-section {
  width: var(--width-1090);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--gap-40);
  text-align: center;
  font-size: var(--Form-Font-Size-FSize24);
  color: var(--Secondary-Black);
  font-family: var(--Form-FONTF-INTER);
}
.commission-block {
  align-self: stretch;
  flex: 1;
  box-shadow: var(--BTN-Gray);
  border-radius: var(--Form-Corner-radius-radius15);
  background-color: var(--GlobalColor-White-FFFFFF);
  border: var(--border-1);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--padding-28) var(--padding-29);
  gap: var(--gap-30);
}
.wrapper-icon-filled64x64 {
  width: var(--width-64);
  box-shadow: var(--BTN-Orange);
  border-radius: var(--br-5);
  max-height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-filled64x64 {
  width: 100%;
  box-shadow: var(--BTN-Orange);
  object-fit: contain;
  height: 100%;
}
.commission-content {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-10);
}
.commission-description {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: var(--Form-Font-Size-FSize22);
  line-height: 145%;
  color: var(--Primary-Orange);
  font-family: Inter;
}
.commission {
  color: var(--Secondary-DarkGray);
}
.recurring {
  color: var(--Secondary-Black);
}
.commission-description3 {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: var(--Form-Font-Size-FSize22);
  line-height: 145%;
  color: var(--Secondary-DarkGray);
  font-family: Inter;
}
.container5 {
  width: 890px;
  border-radius: 20px;
  background: var(--Gradient-Secondary);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: var(--padding-15) var(--padding-14);
  box-sizing: border-box;
  text-align: center;
  font-size: var(--Form-Font-Size-FSize20);
  color: var(--Secondary-Black);
  font-family: var(--Form-FONTF-INTER);
}
.container6,
.highlight-block {
  display: flex;
  align-items: center;
  gap: var(--gap-10);
}
.container6 {
  border-radius: var(--br-15);
  background-color: var(--GlobalColor-White-FFFFFF);
  flex-direction: column;
  padding: var(--padding-20) 50px;
}
.highlight-block {
  justify-content: center;
}
.iconset-info15x15 {
  height: var(--height-20);
  width: var(--width-20);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.vector-icon12 {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 100%;
  height: 100%;
}
.subtitle6,
.title7 {
  position: relative;
  line-height: 145%;
}
.title7 {
  margin: 0;
  font-size: inherit;
  font-weight: 700;
  font-family: inherit;
}
.subtitle6 {
  font-size: var(--Form-Font-Size-FSize18);
  color: var(--Secondary-DarkGray);
}
.container7,
.header-container4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container7 {
  align-self: stretch;
  background-color: var(--color-gainsboro-200);
  padding: var(--padding-100) var(--padding-20);
  gap: var(--gap-50);
}
.header-container4 {
  gap: var(--gap-20);
  text-align: center;
  font-size: var(--Form-Font-Size-FSize14);
  color: var(--GlobalColor-Blue-0788BE);
  font-family: var(--Form-FONTF-INTER);
}
.section-title5 {
  border-radius: var(--br-25);
  background-color: var(--GlobalColor-White-FFFFFF);
  border: var(--border-2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--padding-3) var(--padding-14);
}
.subtitle7 {
  align-self: stretch;
  position: relative;
  font-size: var(--Form-Font-Size-FSize201);
  line-height: 145%;
  font-family: var(--Form-FONTF-INTER1);
  color: var(--Secondary-DarkGray);
}
.wrapper-dashboard-image {
  width: var(--width-1090);
  height: 414px;
  box-shadow: var(--shadow-drop);
  border-radius: var(--br-15);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-image-icon {
  width: 100%;
  height: 100%;
  box-shadow: var(--shadow-drop);
  object-fit: contain;
}
.dashboard-stats {
  width: var(--width-1090);
  display: flex;
  align-items: flex-start;
  gap: var(--gap-20);
  text-align: center;
  font-size: var(--Form-Font-Size-FSize18);
  color: var(--Primary-Orange);
  font-family: var(--Form-FONTF-INTER);
}
.container-8 {
  align-self: stretch;
  flex: 1;
  box-shadow: var(--BTN-Gray);
  border-radius: var(--br-15);
  background-color: var(--color-White-FFFFFF);
  border: var(--border-1);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--padding-30) var(--padding-29);
  gap: var(--gap-15);
}
.bizee-state-filings {
  align-self: stretch;
  position: relative;
  line-height: 145%;
}
.bizee-state-filings2 {
  margin: 0;
  position: relative;
  font-size: var(--fs-36);
  line-height: 125%;
  font-weight: 800;
  font-family: inherit;
  color: var(--Secondary-Black);
  text-align: left;
}
.stat-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  color: var(--Accent-Green);
}
.stat-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: var(--gap-3);
}
.vector-icon13 {
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 8.3px);
  width: 16.7px;
  height: 10px;
}
.easily-manage-your,
.easily-manage-your2 {
  position: relative;
  font-weight: 500;
}
.easily-manage-your2 {
  align-self: stretch;
  font-size: var(--Form-Font-Size-FSize14);
  line-height: 145%;
  color: var(--color-dimgray);
}
.container-9 {
  align-self: stretch;
  flex: 1;
  box-shadow: var(--BTN-Gray);
  border-radius: var(--br-15);
  background-color: var(--color-White-FFFFFF);
  border: var(--border-1);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--padding-28) var(--padding-29);
  gap: var(--gap-15);
}
.vector-icon14,
.vector-icon15 {
  position: relative;
  max-height: 100%;
}
.vector-icon14 {
  width: 87.8px;
  border-radius: var(--br-3);
}
.vector-icon15 {
  width: 64.3px;
}
.container-102,
.who-should-join-section {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-102 {
  flex: 1;
  box-shadow: var(--BTN-Gray1);
  border-radius: var(--br-15);
  background-color: var(--color-White-FFFFFF);
  border: var(--border-1);
  padding: var(--padding-28) var(--padding-29);
  gap: var(--gap-15);
}
.who-should-join-section {
  padding: var(--padding-0) var(--padding-20);
  gap: var(--gap-50);
  text-align: center;
  font-size: var(--fs-42);
  font-family: var(--Form-FONTF-INTER2);
}
.who-should-join-content {
  width: var(--width-1090);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--gap-50);
}
.who-should-join-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-30);
  text-align: left;
  font-size: var(--Form-Font-Size-FSize20);
  color: var(--Secondary-Black);
  font-family: var(--Form-FONTF-INTER);
}
.who-should-join {
  align-self: stretch;
  position: relative;
  font-size: var(--Form-Font-Size-FSize26);
  line-height: 145%;
  font-weight: 500;
}
.who-should-join-list {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-20);
}
.who-should-join-item {
  align-self: stretch;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  gap: var(--gap-25);
}
.who-should-join-icon {
  height: var(--height-40);
  width: var(--ICON-Global-Size-Icon40);
  box-shadow: var(--BTN-Orange);
  border-radius: var(--br-5);
  background-color: var(--Primary-Orange);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--padding-10);
  box-sizing: border-box;
}
.iconset-color20x205 {
  height: var(--height-20);
  flex: 1;
  position: relative;
}
.background-icon,
.checkmark-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.background-icon {
  height: 33.5%;
  width: 47%;
  top: 33.5%;
  right: 24.5%;
  bottom: 33%;
  left: 28.5%;
}
.who-should-join2,
.who-should-join3,
.who-should-join4,
.who-should-join5,
.who-should-join6,
.who-should-join7 {
  margin: 0;
  flex: 1;
  position: relative;
  font-size: inherit;
  line-height: 145%;
  font-weight: 400;
  font-family: inherit;
  display: inline-block;
  min-width: 136px;
}
.who-should-join3,
.who-should-join4,
.who-should-join5,
.who-should-join6,
.who-should-join7 {
  min-width: 122px;
}
.who-should-join4,
.who-should-join5,
.who-should-join6,
.who-should-join7 {
  min-width: 74px;
}
.who-should-join5,
.who-should-join6,
.who-should-join7 {
  min-width: 88px;
}
.who-should-join6,
.who-should-join7 {
  min-width: 183px;
}
.who-should-join7 {
  min-width: 128px;
}
.testimonial-block {
  align-self: stretch;
  border-radius: var(--br-15);
  background: var(--Gradient-Secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--padding-20);
  color: var(--Secondary-DarkBlue);
}
.testimonial-text {
  flex: 1;
  position: relative;
  line-height: 145%;
}
.wrapper-who-should-join-image {
  align-self: stretch;
  width: 595px;
  position: relative;
  border-radius: var(--br-15);
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.who-should-join-image {
  align-self: stretch;
  width: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 5px;
  height: 100%;
  transform: scale(1.031);
}
.container8,
.join-section {
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
.join-section {
  align-items: flex-start;
  text-align: center;
  font-size: var(--fs-36);
  color: var(--Secondary-Black);
  font-family: Inter;
}
.container8 {
  background: var(--Gradient-Secondary);
  align-items: center;
  padding: var(--padding-80) 211px;
  gap: var(--gap-30);
}
.subtitle8,
.title12 {
  position: relative;
  line-height: 125%;
}
.subtitle8 {
  font-size: var(--Form-Font-Size-FSize181);
  line-height: 145%;
  font-family: var(--Form-FONTF-INTER2);
  color: var(--Secondary-DarkGray);
}
.cta-large3,
.feature4,
.features2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-large3 {
  cursor: pointer;
  border: 0;
  padding: var(--padding-15) var(--padding-30);
  background-color: var(--Primary-Orange);
  height: 63px;
  box-shadow: var(--BTN-Orange);
  border-radius: var(--Global-Formstyle-radiusCorner-radiusCorner5);
  box-sizing: border-box;
  gap: var(--gap-10);
}
.feature4,
.features2 {
  gap: var(--gap-25);
}
.feature4 {
  cursor: pointer;
  border: 0;
  padding: var(--padding-10) var(--padding-15);
  background-color: var(--color-gray-200);
  border-radius: var(--br-10);
  gap: var(--gap-10);
}
.check-icon {
  position: absolute;
  height: 60%;
  top: 20%;
  bottom: 20%;
  left: calc(50% - 7px);
  max-height: 100%;
  width: var(--width-14);
}
.feature5 {
  cursor: pointer;
  border: 0;
  padding: var(--padding-10) var(--padding-15);
  background-color: var(--color-gray-200);
  border-radius: var(--br-10);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.vector-icon27 {
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 8.7px);
  width: 17.3px;
  height: 18px;
}
.container9 {
  align-self: stretch;
  background-color: var(--Secondary-DarkBlue);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--padding-80) var(--padding-100);
  gap: var(--gap-40);
  text-align: left;
  font-size: var(--Form-Font-Size-FSize161);
  color: var(--Primary-Orange);
  font-family: var(--Form-FONTF-INTER1);
}
.footer {
  width: 1312px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--gap-20);
}
.occamsai-logo2 {
  height: 47.3px;
  width: 265.1px;
  position: relative;
}
.union2 {
  position: absolute;
  height: 72.3%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 27.7%;
  left: 0;
  background-color: var(--GlobalColor-White-FFFFFF);
}
.icon-parts,
.vector-icon28 {
  position: absolute;
  top: 12.5px;
  left: 71.7px;
  width: 0.9px;
  height: 1.1px;
}
.icon-parts {
  top: 3.3px;
  left: 33.6px;
  width: 55.3px;
  height: 30.7px;
  z-index: 1;
}
.icon-parts2,
.icon-parts3,
.icon-parts4,
.vector-icon29 {
  position: absolute;
  top: 3.3px;
  left: 0;
  width: 30.7px;
  height: 30.7px;
}
.icon-parts3,
.icon-parts4,
.vector-icon29 {
  left: 91.4px;
}
.icon-parts4,
.vector-icon29 {
  left: 127.4px;
  width: 36.5px;
}
.vector-icon29 {
  top: 3.2px;
  left: 167.8px;
  width: 23.5px;
  height: 31px;
}
.icon-parts5,
.icon-parts6,
.union3 {
  position: absolute;
  top: 0;
  left: 256.5px;
  width: 8.6px;
  height: 8.6px;
}
.icon-parts6,
.union3 {
  top: 25.4px;
  left: 214.1px;
}
.union3 {
  height: 90.7%;
  width: 99.06%;
  top: 9.3%;
  right: 0.45%;
  bottom: 0;
  left: 0.49%;
  background-color: var(--Primary-Orange);
  z-index: 2;
}
.vector-icon30,
.vector-icon31 {
  position: absolute;
  top: 4.3px;
  left: 63.4px;
  width: 24.1px;
  height: 25.3px;
}
.vector-icon31 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.social-links,
.social-media-links {
  display: flex;
  align-items: flex-start;
}
.social-links {
  flex-direction: column;
  gap: var(--gap-15);
}
.social-media-links {
  gap: var(--gap-20);
}
.fi-1384031-icon,
.social-media-icon {
  width: var(--width-30);
  position: relative;
}
.social-media-icon {
  height: var(--height-30);
}
.fi-1384031-icon {
  max-height: 100%;
}
.background {
  width: 1312px;
  border-radius: var(--br-5);
  background-color: var(--GlobalColor-White-FFFFFF);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: var(--padding-20);
  box-sizing: border-box;
  color: var(--color-gray-100);
}
.copyright-info {
  flex: 1;
  position: relative;
  line-height: 145%;
}
.privacy-policy {
  text-decoration: underline;
}
@media screen and (max-width: 1125px) {
  .container7 {
    padding-top: 65px;
    padding-bottom: 65px;
    box-sizing: border-box;
  }
  .container8 {
    padding-left: var(--padding-105);
    padding-right: var(--padding-105);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1050px) {
  .occams-ai-affiliate-program-lp {
    gap: var(--gap-50);
  }
  .main-container {
    height: auto;
  }
  .header-container {
    gap: var(--gap-20);
  }
  .main-title {
    flex-wrap: wrap;
  }
  .title-part-1,
  .title-part-2 {
    font-size: var(--fs-34);
  }
  .content-section {
    gap: 37px;
  }
  .title2 {
    font-size: var(--fs-34);
  }
  .container2 {
    gap: var(--gap-25);
    padding-left: var(--padding-105);
    padding-right: var(--padding-105);
    box-sizing: border-box;
  }
  .how-it-works2,
  .title5 {
    font-size: var(--fs-34);
  }
  .container4 {
    gap: var(--gap-25);
    padding-left: var(--padding-105);
    padding-right: var(--padding-105);
    box-sizing: border-box;
  }
  .container6 {
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
  .bizee-state-filings2,
  .title12 {
    font-size: var(--fs-29);
    line-height: var(--lh-36);
  }
  .container9 {
    gap: var(--gap-20);
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 750px) {
  .header-container {
    width: 1122px;
    gap: var(--gap-20);
  }
  .buttons {
    display: none;
  }
  .content-row {
    flex-wrap: wrap;
    gap: var(--gap-20);
  }
  .container {
    gap: var(--gap-25);
  }
  .feature-section {
    gap: var(--gap-20);
  }
  .container3 {
    padding-top: 65px;
    padding-bottom: 65px;
    box-sizing: border-box;
  }
  .container3,
  .product-section {
    gap: var(--gap-25);
  }
  .step-card5,
  .step-card6 {
    gap: var(--gap-15);
  }
  .product-block2 {
    flex-wrap: wrap;
  }
  .commission-section,
  .product-block2 {
    gap: var(--gap-20);
  }
  .container7 {
    padding-top: 42px;
    padding-bottom: 42px;
    box-sizing: border-box;
  }
  .container7,
  .who-should-join-content,
  .who-should-join-section {
    gap: var(--gap-25);
  }
  .container8 {
    gap: var(--gap-15);
    padding-left: 52px;
    padding-right: 52px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 450px) {
  .occams-ai-affiliate-program-lp {
    gap: var(--gap-40);
  }
  .title-part-1,
  .title-part-2 {
    font-size: var(--fs-25);
  }
  .subtitle {
    font-size: var(--fs-16);
    line-height: var(--lh-23);
  }
  .content-section {
    gap: 18px;
  }
  .title2 {
    font-size: var(--fs-25);
  }
  .description4 {
    font-size: var(--fs-16);
    line-height: var(--lh-23);
  }
  .feature-block {
    gap: var(--gap-15);
  }
  .feature-title {
    font-size: var(--fs-19);
    line-height: var(--lh-28);
  }
  .feature-block2 {
    gap: var(--gap-15);
  }
  .container2 {
    padding-left: var(--padding-20);
    padding-right: var(--padding-20);
    box-sizing: border-box;
  }
  .how-it-works2 {
    font-size: var(--fs-25);
  }
  .step-title2 {
    font-size: var(--fs-16);
    line-height: var(--lh-23);
  }
  .title5 {
    font-size: var(--fs-25);
  }
  .product-block {
    flex-wrap: wrap;
    gap: var(--gap-20);
  }
  .step-title9 {
    font-size: var(--fs-19);
  }
  .container4 {
    padding-left: var(--padding-20);
    padding-right: var(--padding-20);
    box-sizing: border-box;
  }
  .how-it-works4 {
    font-size: var(--fs-16);
    line-height: var(--lh-23);
  }
  .commission-block {
    gap: var(--gap-15);
  }
  .commission-description,
  .commission-description3 {
    font-size: var(--fs-18);
    line-height: var(--lh-26);
  }
  .subtitle7,
  .title7 {
    font-size: var(--fs-16);
    line-height: var(--lh-23);
  }
  .bizee-state-filings2 {
    font-size: var(--fs-22);
    line-height: var(--lh-27);
  }
  .who-should-join {
    font-size: 21px;
    line-height: 30px;
  }
  .testimonial-text,
  .who-should-join2,
  .who-should-join3,
  .who-should-join4,
  .who-should-join5,
  .who-should-join6,
  .who-should-join7 {
    font-size: var(--fs-16);
    line-height: var(--lh-23);
  }
  .container8 {
    padding: 52px var(--padding-20);
    box-sizing: border-box;
  }
  .title12 {
    font-size: var(--fs-22);
    line-height: var(--lh-27);
  }
  .features2 {
    flex-wrap: wrap;
  }
  .container9 {
    padding: 52px var(--padding-20);
    box-sizing: border-box;
  }
}

.features-text a {
  color: #000;
  text-decoration: none;
}

#why-partner,
#how-its-works,
#products,
#commission {
  scroll-margin-top: 130px;
}

.features-text a:hover {
  color: #3b82f6;
}

/* Mobile Responsive Menu */

.hamburger {
  display: none;
  font-size: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, visibility 0.22s ease;
  z-index: 9998;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  max-width: -webkit-fill-available;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.26s cubic-bezier(0.2, 0.9, 0.3, 1);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  padding: 18px;
  box-shadow: -6px 0 24px rgba(0, 0, 0, 0.12);
  overscroll-behavior: contain;
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.drawer-close {
  font-size: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
  padding: 4px 0;
}
.drawer-link {
  padding: 10px 6px;
  text-decoration: none;
  color: #111;
  font-size: 16px;
  border-radius: 6px;
  font-family: inter;
  text-align: center;
}
.drawer-link:active,
.drawer-link:focus {
  outline: none;
  background: #f3f7ff;
}

.drawer-cta {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}

.drawer-cta .drawer-cta-btn,
.drawer-cta .drawer-login {
  padding: 30px;
}

.drawer-cta .drawer-cta-btn .cta-label,
.drawer-cta .drawer-login,
.drawer-cta .cta-label2 {
  font-size: 20px;
}

.mobile-drawer.drawer-open {
  transform: translateX(0) !important;
}
.drawer-backdrop.backdrop-visible {
  opacity: 1;
  visibility: visible;
}

body.drawer-is-open .top-header {
  display: none !important;
}

.drawer-header .asset-2-1 {
  width: 250px;
}

@media (min-width: 992px) {
  .mobile-drawer,
  .drawer-backdrop {
    display: none !important;
  }
}
