.elementor-40 .elementor-element.elementor-element-b6a83c5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-40 .elementor-element.elementor-element-946426a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-40 .elementor-element.elementor-element-8ca0659{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-40 .elementor-element.elementor-element-a42932e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-40 .elementor-element.elementor-element-32ded33{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-40 .elementor-element.elementor-element-36ad0df{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-40 .elementor-element.elementor-element-18cf461{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-40 .elementor-element.elementor-element-f340cf2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-a0df87c */.elementor-40 .elementor-element.elementor-element-a0df87c {
  display: block !important;

  width: 100% !important;
  max-width: 100% !important;

  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  position: static !important;

  left: auto !important;
  right: auto !important;

  top: auto !important;
  bottom: auto !important;

  transform: none !important;

  float: none !important;

  align-self: stretch !important;

  overflow: visible !important;

  box-sizing: border-box !important;
}

.elementor-40 .elementor-element.elementor-element-a0df87c,
.elementor-40 .elementor-element.elementor-element-a0df87c * {
  box-sizing: border-box !important;
}


/* =========================================
   HERO
========================================= */

#cb-ai-main-hero {
  position: relative;

  width: 100%;

  min-width: 0;

  min-height: 760px;

  display: flex;

  align-items: center;

  padding: 105px 24px;

  overflow: hidden;

  background:
    linear-gradient(
      rgba(255,255,255,.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.035) 1px,
      transparent 1px
    ),
    #141311;

  background-size: 44px 44px;
}


/* =========================================
   AMBIENT LIGHT
========================================= */

#cb-ai-main-hero::before {
  content: "";

  position: absolute;

  width: 620px;
  height: 620px;

  top: -330px;
  right: -180px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(252,166,8,.13),
      transparent 68%
    );

  pointer-events: none;

  animation:
    cbAiMainAmbient 8s ease-in-out infinite;
}


#cb-ai-main-hero::after {
  content: "";

  position: absolute;

  width: 430px;
  height: 430px;

  left: -250px;
  bottom: -270px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(252,166,8,.06),
      transparent 70%
    );

  pointer-events: none;

  animation:
    cbAiMainAmbientTwo 10s ease-in-out infinite;
}


/* =========================================
   INNER
========================================= */

.cb-ai-main-hero-inner {
  position: relative;

  z-index: 2;

  display: grid;

  grid-template-columns:
    minmax(0,.88fr)
    minmax(480px,1.12fr);

  gap: 65px;

  align-items: center;

  width: 100%;

  max-width: 1180px;

  min-width: 0;

  margin: 0 auto;
}


/* =========================================
   CONTENT
========================================= */

.cb-ai-main-hero-content {
  min-width: 0;

  animation:
    cbAiMainContent .9s ease both;
}


.cb-ai-main-hero-label {
  display: inline-flex;

  align-items: center;

  min-height: 30px;

  padding: 0 11px;

  border:
    1px solid rgba(252,166,8,.38);

  color: #FCA608;

  font-family:
    "Public Sans",
    Arial,
    Helvetica,
    sans-serif;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: 1.8px;
}


.cb-ai-main-hero-content h1 {
  margin: 22px 0 0;

  color: #ffffff;

  font-family:
    "Public Sans",
    Arial,
    Helvetica,
    sans-serif;

  font-size:
    clamp(48px,5.4vw,70px);

  line-height: 1.02;

  font-weight: 600;

  letter-spacing: -3.5px;
}


.cb-ai-main-hero-content h1 strong {
  display: block;

  color: #FCA608;

  font-weight: 800;
}


.cb-ai-main-hero-content p {
  max-width: 600px;

  margin: 25px 0 0;

  color:
    rgba(255,255,255,.61);

  font-family:
    "Public Sans",
    Arial,
    Helvetica,
    sans-serif;

  font-size: 16px;

  line-height: 1.72;
}


/* =========================================
   BUTTONS
========================================= */

.cb-ai-main-hero-actions {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 11px;

  margin-top: 34px;
}


.cb-ai-main-primary {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 13px;

  min-height: 52px;

  padding: 0 21px;

  background: #FCA608;

  border:
    1px solid #FCA608;

  color: #141311 !important;

  text-decoration: none !important;

  font-family:
    "Public Sans",
    Arial,
    Helvetica,
    sans-serif;

  font-size: 11px;

  font-weight: 800;

  transition:
    transform .25s ease,
    box-shadow .25s ease;
}


.cb-ai-main-primary span {
  font-size: 16px;

  line-height: 1;

  transition:
    transform .25s ease;
}


.cb-ai-main-primary:hover {
  transform: translateY(-3px);

  box-shadow:
    0 14px 30px rgba(252,166,8,.20);
}


.cb-ai-main-primary:hover span {
  transform:
    translate(3px,-3px);
}


.cb-ai-main-secondary {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 52px;

  padding: 0 21px;

  border:
    1px solid rgba(255,255,255,.30);

  background:
    rgba(255,255,255,.025);

  color: #ffffff !important;

  text-decoration: none !important;

  font-family:
    "Public Sans",
    Arial,
    Helvetica,
    sans-serif;

  font-size: 11px;

  font-weight: 700;

  transition:
    transform .25s ease,
    border-color .25s ease,
    background .25s ease;
}


.cb-ai-main-secondary:hover {
  transform: translateY(-3px);

  border-color:
    rgba(255,255,255,.58);

  background:
    rgba(255,255,255,.06);
}


/* =========================================
   SERVICE TRUST LINE
========================================= */

.cb-ai-main-hero-trust {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 10px;

  margin-top: 33px;
}


.cb-ai-main-hero-trust span {
  color:
    rgba(255,255,255,.29);

  font-family:
    "Public Sans",
    Arial,
    Helvetica,
    sans-serif;

  font-size: 6px;

  font-weight: 800;

  letter-spacing: 1px;
}


.cb-ai-main-hero-trust i {
  width: 3px;
  height: 3px;

  border-radius: 50%;

  background:
    rgba(252,166,8,.65);
}


/* =========================================
   VISUAL
========================================= */

.cb-ai-main-hero-visual {
  position: relative;

  min-width: 0;

  min-height: 535px;

  display: flex;

  align-items: center;

  justify-content: center;

  animation:
    cbAiMainVisual .95s .15s ease both;
}


/* =========================================
   COMMAND CENTER
========================================= */

.cb-ai-command {
  position: relative;

  z-index: 3;

  width: 100%;

  max-width: 630px;

  min-width: 0;

  padding: 23px;

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,.055),
      rgba(255,255,255,.018)
    );

  border:
    1px solid rgba(255,255,255,.12);

  box-shadow:
    0 35px 80px rgba(0,0,0,.38);

  backdrop-filter: blur(12px);

  animation:
    cbAiCommandFloat 7s ease-in-out infinite;
}


/* =========================================
   COMMAND HEADER
========================================= */

.cb-ai-command-head {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 15px;

  padding-bottom: 17px;

  border-bottom:
    1px solid rgba(255,255,255,.08);
}


.cb-ai-command-head span {
  display: block;

  color: #FCA608;

  font-family:
    "Public Sans",
    Arial,
    Helvetica,
    sans-serif;

  font-size: 7px;

  font-weight: 800;

  letter-spacing: 1.5px;
}


.cb-ai-command-head strong {
  display: block;

  margin-top: 7px;

  color: #ffffff;

  font-family:
    "Public Sans",
    Arial,
    Helvetica,
    sans-serif;

  font-size: 19px;

  font-weight: 700;
}


.cb-ai-command-live {
  display: flex;

  align-items: center;

  gap: 7px;

  flex-shrink: 0;

  padding: 8px 10px;

  border:
    1px solid rgba(255,255,255,.10);

  color:
    rgba(255,255,255,.40);

  font-family:
    "Public Sans",
    Arial,
    Helvetica,
    sans-serif;

  font-size: 6px;

  font-weight: 800;

  letter-spacing: 1px;
}


.cb-ai-command-live i {
  width: 5px;
  height: 5px;

  display: block;

  border-radius: 50%;

  background: #FCA608;

  animation:
    cbAiMainPulse 1.8s infinite;
}


/* =========================================
   COMMAND BODY
========================================= */

.cb-ai-command-body {
  position: relative;

  height: 305px;

  margin-top: 8px;
}


/* =========================================
   DATA CARDS
========================================= */

.cb-ai-command-input,
.cb-ai-command-output {
  position: absolute;

  z-index: 4;

  width: 145px;

  min-height: 95px;

  padding: 13px;

  background:
    rgba(255,255,255,.035);

  border:
    1px solid rgba(255,255,255,.10);

  box-shadow:
    0 15px 30px rgba(0,0,0,.17);

  transition:
    transform .3s ease,
    border-color .3s ease;
}


.cb-ai-command-input:hover,
.cb-ai-command-output:hover {
  transform: translateY(-4px);

  border-color:
    rgba(252,166,8,.38);
}


.cb-ai-command-input small,
.cb-ai-command-output small {
  display: block;

  color:
    rgba(255,255,255,.25);

  font-family:
    "Public Sans",
    Arial,
    Helvetica,
    sans-serif;

  font-size: 7px;

  font-weight: 800;
}


.cb-ai-command-input span,
.cb-ai-command-output span {
  display: block;

  margin-top: 11px;

  color: #FCA608;

  font-family:
    "Public Sans",
    Arial,
    Helvetica,
    sans-serif;

  font-size: 6px;

  font-weight: 800;

  letter-spacing: 1px;
}


.cb-ai-command-input strong,
.cb-ai-command-output strong {
  display: block;

  margin-top: 6px;

  color:
    rgba(255,255,255,.82);

  font-family:
    "Public Sans",
    Arial,
    Helvetica,
    sans-serif;

  font-size: 10px;

  line-height: 1.3;

  font-weight: 700;
}


/* positions */

.input-data {
  left: 0;

  top: 32px;
}


.output-marketing {
  right: 0;

  top: 32px;
}


.input-workflow {
  left: 45px;

  bottom: 25px;
}


.output-result {
  right: 45px;

  bottom: 25px;
}


/* =========================================
   AI CORE
========================================= */

.cb-ai-command-core {
  position: absolute;

  z-index: 5;

  left: 50%;
  top: 50%;

  width: 145px;
  height: 145px;

  transform:
    translate(-50%,-50%);

  display: flex;

  align-items: center;
  justify-content: center;
}


.cb-ai-core-ring {
  position: absolute;

  border-radius: 50%;

  border:
    1px solid rgba(252,166,8,.27);
}


.ring-one {
  width: 145px;
  height: 145px;

  animation:
    cbAiRingOne 12s linear infinite;
}


.ring-two {
  width: 112px;
  height: 112px;

  border-color:
    rgba(255,255,255,.10);

  animation:
    cbAiRingTwo 9s linear infinite;
}


.cb-ai-core-center {
  width: 78px;
  height: 78px;

  display: flex;

  flex-direction: column;

  align-items: center;
  justify-content: center;

  border:
    1px solid rgba(252,166,8,.55);

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(252,166,8,.20),
      rgba(252,166,8,.05) 55%,
      #141311 78%
    );

  box-shadow:
    0 0 38px rgba(252,166,8,.12);

  animation:
    cbAiCoreGlow 3.2s ease-in-out infinite;
}


.cb-ai-core-center span {
  color: #FCA608;

  font-family:
    "Public Sans",
    Arial,
    Helvetica,
    sans-serif;

  font-size: 23px;

  line-height: 1;

  font-weight: 900;
}


.cb-ai-core-center small {
  margin-top: 6px;

  color:
    rgba(255,255,255,.43);

  font-family:
    "Public Sans",
    Arial,
    Helvetica,
    sans-serif;

  font-size: 5px;

  font-weight: 800;

  letter-spacing: 1px;
}


/* =========================================
   CONNECTION LINES
========================================= */

.cb-ai-command-line {
  position: absolute;

  z-index: 2;

  height: 1px;

  background:
    rgba(255,255,255,.11);

  overflow: hidden;
}


.cb-ai-command-line i {
  position: absolute;

  left: -8px;
  top: 50%;

  width: 6px;
  height: 6px;

  margin-top: -3px;

  border-radius: 50%;

  background: #FCA608;

  box-shadow:
    0 0 12px rgba(252,166,8,.8);

  animation:
    cbAiMainSignal 2.5s linear infinite;
}


.line-left-one {
  width: 125px;

  left: 130px;

  top: 80px;
}


.line-right-one {
  width: 125px;

  right: 130px;

  top: 80px;
}


.line-left-two {
  width: 80px;

  left: 155px;

  bottom: 70px;
}


.line-right-two {
  width: 80px;

  right: 155px;

  bottom: 70px;
}


.line-right-one i {
  animation-delay: .6s;
}


.line-left-two i {
  animation-delay: 1.2s;
}


.line-right-two i {
  animation-delay: 1.8s;
}


/* =========================================
   COMMAND FOOTER
========================================= */

.cb-ai-command-footer {
  display: grid;

  grid-template-columns:
    repeat(4,minmax(0,1fr));

  gap: 8px;

  padding-top: 17px;

  border-top:
    1px solid rgba(255,255,255,.08);
}


.cb-ai-command-footer div {
  min-width: 0;
}


.cb-ai-command-footer span {
  display: block;

  color:
    rgba(255,255,255,.27);

  font-family:
    "Public Sans",
    Arial,
    Helvetica,
    sans-serif;

  font-size: 5px;

  font-weight: 800;

  letter-spacing: 1px;
}


.cb-ai-command-footer strong {
  display: block;

  margin-top: 6px;

  color:
    rgba(255,255,255,.78);

  font-family:
    "Public Sans",
    Arial,
    Helvetica,
    sans-serif;

  font-size: 10px;

  font-weight: 800;
}


/* =========================================
   FLOATING CARD
========================================= */

.cb-ai-main-floating {
  position: absolute;

  z-index: 6;

  right: -15px;

  bottom: 10px;

  width: 205px;

  padding: 16px;

  background: #FCA608;

  box-shadow:
    0 20px 45px rgba(0,0,0,.28);

  animation:
    cbAiFloating 4.5s ease-in-out infinite;
}


.cb-ai-floating-head {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 10px;

  margin-bottom: 12px;
}


.cb-ai-floating-head span {
  color:
    rgba(20,19,17,.57);

  font-family:
    "Public Sans",
    Arial,
    Helvetica,
    sans-serif;

  font-size: 6px;

  font-weight: 900;

  letter-spacing: 1px;
}


.cb-ai-floating-head i {
  width: 5px;
  height: 5px;

  border-radius: 50%;

  background: #141311;
}


.cb-ai-main-floating > strong {
  display: block;

  color: #141311;

  font-family:
    "Public Sans",
    Arial,
    Helvetica,
    sans-serif;

  font-size: 11px;

  font-weight: 900;
}


.cb-ai-main-floating > p {
  margin: 6px 0 12px;

  color:
    rgba(20,19,17,.61);

  font-family:
    "Public Sans",
    Arial,
    Helvetica,
    sans-serif;

  font-size: 8px;

  line-height: 1.5;
}


.cb-ai-floating-bottom {
  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-top: 10px;

  border-top:
    1px solid rgba(20,19,17,.18);
}


.cb-ai-floating-bottom span {
  color:
    rgba(20,19,17,.50);

  font-family:
    "Public Sans",
    Arial,
    Helvetica,
    sans-serif;

  font-size: 5px;

  font-weight: 800;

  letter-spacing: .8px;
}


.cb-ai-floating-bottom strong {
  color: #141311;

  font-family:
    "Public Sans",
    Arial,
    Helvetica,
    sans-serif;

  font-size: 9px;

  font-weight: 900;
}


/* =========================================
   ORBITS
========================================= */

.cb-ai-main-orbit {
  position: absolute;

  border:
    1px solid rgba(252,166,8,.07);

  border-radius: 50%;

  pointer-events: none;
}


.orbit-a {
  width: 510px;
  height: 510px;

  animation:
    cbAiOrbit 18s linear infinite;
}


.orbit-b {
  width: 400px;
  height: 400px;

  border-color:
    rgba(255,255,255,.045);

  animation:
    cbAiOrbitReverse 14s linear infinite;
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes cbAiMainContent {

  from {
    opacity: 0;

    transform:
      translateY(28px);
  }

  to {
    opacity: 1;

    transform:
      translateY(0);
  }

}


@keyframes cbAiMainVisual {

  from {
    opacity: 0;

    transform:
      translateX(28px);
  }

  to {
    opacity: 1;

    transform:
      translateX(0);
  }

}


@keyframes cbAiCommandFloat {

  0%,
  100% {
    transform:
      translateY(0);
  }

  50% {
    transform:
      translateY(-7px);
  }

}


@keyframes cbAiFloating {

  0%,
  100% {
    transform:
      translateY(0);
  }

  50% {
    transform:
      translateY(-9px);
  }

}


@keyframes cbAiMainAmbient {

  0%,
  100% {
    transform:
      scale(1);

    opacity: .65;
  }

  50% {
    transform:
      scale(1.14);

    opacity: 1;
  }

}


@keyframes cbAiMainAmbientTwo {

  0%,
  100% {
    transform:
      scale(1);
  }

  50% {
    transform:
      scale(1.16);
  }

}


@keyframes cbAiMainPulse {

  0% {
    box-shadow:
      0 0 0 0 rgba(252,166,8,.45);
  }

  70% {
    box-shadow:
      0 0 0 8px rgba(252,166,8,0);
  }

  100% {
    box-shadow:
      0 0 0 0 rgba(252,166,8,0);
  }

}


@keyframes cbAiMainSignal {

  0% {
    left: -8px;

    opacity: 0;
  }

  12% {
    opacity: 1;
  }

  85% {
    opacity: 1;
  }

  100% {
    left:
      calc(100% + 8px);

    opacity: 0;
  }

}


@keyframes cbAiRingOne {

  from {
    transform:
      rotate(0deg);
  }

  to {
    transform:
      rotate(360deg);
  }

}


@keyframes cbAiRingTwo {

  from {
    transform:
      rotate(360deg);
  }

  to {
    transform:
      rotate(0deg);
  }

}


@keyframes cbAiCoreGlow {

  0%,
  100% {
    box-shadow:
      0 0 25px rgba(252,166,8,.10);
  }

  50% {
    box-shadow:
      0 0 45px rgba(252,166,8,.20);
  }

}


@keyframes cbAiOrbit {

  from {
    transform:
      rotate(0deg);
  }

  to {
    transform:
      rotate(360deg);
  }

}


@keyframes cbAiOrbitReverse {

  from {
    transform:
      rotate(360deg);
  }

  to {
    transform:
      rotate(0deg);
  }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {

  #cb-ai-main-hero {
    padding:
      90px 24px;
  }


  .cb-ai-main-hero-inner {
    grid-template-columns: 1fr;

    gap: 55px;

    max-width: 760px;
  }


  .cb-ai-main-hero-content h1 {
    font-size: 58px;
  }


  .cb-ai-main-hero-visual {
    min-height: 520px;
  }


  .cb-ai-command {
    max-width: 680px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 700px) {

  #cb-ai-main-hero {
    min-height: auto;

    padding:
      72px 18px
      75px;
  }


  .cb-ai-main-hero-inner {
    width: 100%;

    gap: 45px;
  }


  .cb-ai-main-hero-content h1 {
    font-size: 40px;

    line-height: 1.05;

    letter-spacing: -1.8px;
  }


  .cb-ai-main-hero-content p {
    margin-top: 19px;

    font-size: 14px;

    line-height: 1.65;
  }


  .cb-ai-main-hero-actions {
    display: grid;

    grid-template-columns: 1fr;

    gap: 9px;

    margin-top: 27px;
  }


  .cb-ai-main-primary,
  .cb-ai-main-secondary {
    width: 100%;

    min-height: 50px;
  }


  .cb-ai-main-hero-trust {
    gap: 7px;

    margin-top: 25px;
  }


  .cb-ai-main-hero-trust span {
    font-size: 5px;
  }


  .cb-ai-main-hero-visual {
    width: 100%;

    min-height: 465px;

    display: block;
  }


  .cb-ai-command {
    width: 100%;

    max-width: none;

    padding: 17px;
  }


  .cb-ai-command-head {
    padding-bottom: 14px;
  }


  .cb-ai-command-head span {
    font-size: 6px;
  }


  .cb-ai-command-head strong {
    font-size: 16px;
  }


  .cb-ai-command-live {
    padding: 7px 8px;

    font-size: 5px;
  }


  .cb-ai-command-body {
    height: 285px;
  }


  .cb-ai-command-input,
  .cb-ai-command-output {
    width: 110px;

    min-height: 82px;

    padding: 10px;
  }


  .cb-ai-command-input span,
  .cb-ai-command-output span {
    margin-top: 8px;

    font-size: 5px;
  }


  .cb-ai-command-input strong,
  .cb-ai-command-output strong {
    font-size: 8px;
  }


  .input-data {
    left: 0;

    top: 25px;
  }


  .output-marketing {
    right: 0;

    top: 25px;
  }


  .input-workflow {
    left: 7px;

    bottom: 18px;
  }


  .output-result {
    right: 7px;

    bottom: 18px;
  }


  .cb-ai-command-core {
    width: 95px;
    height: 95px;
  }


  .ring-one {
    width: 95px;
    height: 95px;
  }


  .ring-two {
    width: 74px;
    height: 74px;
  }


  .cb-ai-core-center {
    width: 61px;
    height: 61px;
  }


  .cb-ai-core-center span {
    font-size: 18px;
  }


  .cb-ai-core-center small {
    font-size: 4px;
  }


  .cb-ai-command-line {
    display: none;
  }


  .cb-ai-command-footer {
    grid-template-columns:
      repeat(2,minmax(0,1fr));

    gap: 14px 10px;
  }


  .cb-ai-command-footer strong {
    font-size: 9px;
  }


  .cb-ai-main-floating {
    right: 7px;

    bottom: -8px;

    width: 185px;

    padding: 14px;
  }


  .cb-ai-main-floating > strong {
    font-size: 10px;
  }


  .cb-ai-main-floating > p {
    font-size: 7px;
  }


  .orbit-a {
    width: 350px;
    height: 350px;
  }


  .orbit-b {
    width: 280px;
    height: 280px;
  }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 380px) {

  #cb-ai-main-hero {
    padding-left: 15px;
    padding-right: 15px;
  }


  .cb-ai-main-hero-content h1 {
    font-size: 35px;
  }


  .cb-ai-command {
    padding:
      14px;
  }


  .cb-ai-command-body {
    height: 270px;
  }


  .cb-ai-command-input,
  .cb-ai-command-output {
    width: 100px;

    padding: 8px;
  }


  .cb-ai-command-input strong,
  .cb-ai-command-output strong {
    font-size: 7px;
  }


  .cb-ai-main-floating {
    width: 170px;

    right: 3px;
  }

}


/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

  #cb-ai-main-hero *,
  #cb-ai-main-hero::before,
  #cb-ai-main-hero::after {
    animation: none !important;

    transition: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7564c69 */.elementor-40 .elementor-element.elementor-element-7564c69 {
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  position:static !important;
  left:auto !important;
  right:auto !important;
  transform:none !important;
  float:none !important;
  align-self:stretch !important;
  overflow:visible !important;
  box-sizing:border-box !important;
}

.elementor-40 .elementor-element.elementor-element-7564c69 * {
  box-sizing:border-box;
}


.cb-ai-core-section {
  width:100%;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    #141311;
  background-size:42px 42px;
  color:#fff;
  padding:90px 24px;
  font-family:"Public Sans",Arial,Helvetica,sans-serif;
  overflow:hidden;
}


.cb-ai-core-wrap {
  width:100%;
  max-width:1180px;
  margin:0 auto;
}


/* HEADING */

.cb-ai-core-heading {
  max-width:780px;
  margin:0 auto 48px;
  text-align:center;
}

.cb-ai-eyebrow {
  display:inline-block;
  margin-bottom:15px;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  color:#FCA608;
}

.cb-ai-core-heading h2 {
  margin:0 0 18px;
  font-size:clamp(32px,4vw,52px);
  line-height:1.08;
  letter-spacing:-1.8px;
  font-weight:700;
}

.cb-ai-core-heading h2 strong {
  color:#FCA608;
}

.cb-ai-core-heading p {
  margin:0 auto;
  max-width:720px;
  color:rgba(255,255,255,.68);
  font-size:16px;
  line-height:1.75;
}


/* PLATFORM */

.cb-ai-platform {
  width:100%;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.035);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 30px 80px rgba(0,0,0,.28);
}


/* PLATFORM HEADER */

.cb-ai-platform-top {
  min-height:82px;
  padding:20px 26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid rgba(255,255,255,.09);
  background:rgba(0,0,0,.16);
}

.cb-ai-platform-label {
  display:block;
  margin-bottom:6px;
  color:#FCA608;
  font-size:9px;
  font-weight:800;
  letter-spacing:1.8px;
}

.cb-ai-platform-top h3 {
  margin:0;
  font-size:19px;
  font-weight:650;
  letter-spacing:-.3px;
}

.cb-ai-live {
  display:flex;
  align-items:center;
  gap:8px;
  white-space:nowrap;
  color:rgba(255,255,255,.55);
  font-size:9px;
  font-weight:800;
  letter-spacing:1px;
}

.cb-ai-live i {
  width:7px;
  height:7px;
  border-radius:50%;
  background:#FCA608;
  box-shadow:0 0 0 5px rgba(252,166,8,.09);
  animation:cbAiPulse 2s ease-in-out infinite;
}


/* MAIN GRID */

.cb-ai-platform-grid {
  display:grid;
  grid-template-columns:1fr 1.15fr 1fr;
  min-height:330px;
}


/* SYSTEM INDEX */

.cb-ai-index {
  padding:30px 25px;
  border-right:1px solid rgba(255,255,255,.09);
}

.cb-ai-index-label {
  display:block;
  margin-bottom:17px;
  color:rgba(255,255,255,.36);
  font-size:9px;
  font-weight:800;
  letter-spacing:1.7px;
}

.cb-ai-system-item {
  position:relative;
  display:flex;
  align-items:center;
  gap:13px;
  width:100%;
  padding:15px 12px;
  margin-bottom:7px;
  color:#fff;
  text-decoration:none !important;
  border:1px solid transparent;
  border-radius:9px;
  transition:
    background .25s ease,
    border-color .25s ease,
    transform .25s ease;
}

.cb-ai-system-item:hover {
  background:rgba(255,255,255,.045);
  border-color:rgba(255,255,255,.09);
  transform:translateX(4px);
}

.cb-ai-system-item.active {
  background:rgba(252,166,8,.08);
  border-color:rgba(252,166,8,.24);
}

.cb-ai-system-number {
  flex:0 0 28px;
  color:#FCA608;
  font-size:10px;
  font-weight:800;
}

.cb-ai-system-item strong {
  display:block;
  margin-bottom:4px;
  color:#fff;
  font-size:12px;
  font-weight:700;
}

.cb-ai-system-item small {
  display:block;
  color:rgba(255,255,255,.43);
  font-size:10px;
  line-height:1.4;
}


/* AI ENGINE */

.cb-ai-engine {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:35px 20px;
  text-align:center;
  position:relative;
}

.cb-ai-engine-box {
  position:relative;
  width:170px;
  height:170px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.cb-ai-engine-orbit {
  position:absolute;
  inset:15px;
  border:1px solid rgba(252,166,8,.24);
  border-radius:50%;
}

.orbit-one {
  animation:cbAiOrbit 9s linear infinite;
}

.orbit-two {
  inset:31px;
  border-color:rgba(252,166,8,.16);
  animation:cbAiOrbitReverse 7s linear infinite;
}

.cb-ai-engine-core {
  position:relative;
  width:82px;
  height:82px;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:#FCA608;
  color:#141311;
  box-shadow:
    0 0 45px rgba(252,166,8,.22),
    0 0 90px rgba(252,166,8,.08);
  animation:cbAiCorePulse 3s ease-in-out infinite;
  z-index:2;
}

.cb-ai-engine-core span {
  font-size:25px;
  line-height:1;
  font-weight:900;
  letter-spacing:-1px;
}

.cb-ai-engine-core small {
  margin-top:5px;
  font-size:7px;
  font-weight:900;
  letter-spacing:1.6px;
}

.cb-ai-engine-copy {
  margin-top:18px;
}

.cb-ai-engine-copy strong {
  display:block;
  margin-bottom:6px;
  font-size:13px;
  font-weight:700;
}

.cb-ai-engine-copy span {
  color:rgba(255,255,255,.42);
  font-size:10px;
}


/* OUTCOMES */

.cb-ai-outcomes {
  padding:30px 25px;
  border-left:1px solid rgba(255,255,255,.09);
}

.cb-ai-outcome {
  padding:15px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.cb-ai-outcome:last-child {
  border-bottom:0;
}

.cb-ai-outcome strong {
  display:block;
  margin-bottom:5px;
  font-size:12px;
  font-weight:700;
}

.cb-ai-outcome span {
  display:block;
  max-width:230px;
  color:rgba(255,255,255,.45);
  font-size:10px;
  line-height:1.55;
}


/* SERVICE LINKS */

.cb-ai-service-strip {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid rgba(255,255,255,.09);
  background:rgba(0,0,0,.13);
}

.cb-ai-service-link {
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  padding:20px 22px;
  color:#fff;
  text-decoration:none !important;
  border-right:1px solid rgba(255,255,255,.08);
  transition:
    background .25s ease,
    padding .25s ease;
}

.cb-ai-service-link:last-child {
  border-right:0;
}

.cb-ai-service-link:hover {
  background:rgba(252,166,8,.07);
  padding-left:27px;
}

.cb-ai-service-number {
  color:#FCA608;
  font-size:9px;
  font-weight:800;
}

.cb-ai-service-link div {
  min-width:0;
  flex:1;
}

.cb-ai-service-link strong {
  display:block;
  margin-bottom:4px;
  color:#fff;
  font-size:11px;
  font-weight:700;
}

.cb-ai-service-link small {
  display:block;
  color:rgba(255,255,255,.4);
  font-size:9px;
}

.cb-ai-arrow {
  color:#FCA608;
  font-size:17px;
  line-height:1;
  transition:transform .25s ease;
}

.cb-ai-service-link:hover .cb-ai-arrow {
  transform:translate(3px,-3px);
}


/* FLOW */

.cb-ai-flow-line {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:17px 20px;
  color:rgba(255,255,255,.32);
  font-size:8px;
  font-weight:800;
  letter-spacing:1.5px;
}

.cb-ai-flow-line b {
  color:#FCA608;
  font-size:11px;
}

.cb-ai-flow-line strong {
  color:#FCA608;
}


/* ANIMATIONS */

@keyframes cbAiPulse {

  0%,100% {
    opacity:.45;
    transform:scale(.9);
  }

  50% {
    opacity:1;
    transform:scale(1.1);
  }

}

@keyframes cbAiCorePulse {

  0%,100% {
    transform:scale(.96);
    box-shadow:
      0 0 35px rgba(252,166,8,.18),
      0 0 70px rgba(252,166,8,.05);
  }

  50% {
    transform:scale(1);
    box-shadow:
      0 0 50px rgba(252,166,8,.28),
      0 0 95px rgba(252,166,8,.1);
  }

}

@keyframes cbAiOrbit {

  from {
    transform:rotate(0deg);
  }

  to {
    transform:rotate(360deg);
  }

}

@keyframes cbAiOrbitReverse {

  from {
    transform:rotate(360deg);
  }

  to {
    transform:rotate(0deg);
  }

}


/* TABLET */

@media (max-width:900px) {

  .cb-ai-core-section {
    padding:75px 20px;
  }

  .cb-ai-platform-grid {
    grid-template-columns:1fr 1fr;
  }

  .cb-ai-index {
    border-right:1px solid rgba(255,255,255,.09);
  }

  .cb-ai-outcomes {
    grid-column:1 / -1;
    border-left:0;
    border-top:1px solid rgba(255,255,255,.09);
  }

  .cb-ai-outcomes .cb-ai-index-label {
    margin-bottom:10px;
  }

  .cb-ai-outcome {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
  }

  .cb-ai-outcome span {
    max-width:55%;
    text-align:right;
  }

  .cb-ai-service-strip {
    grid-template-columns:1fr;
  }

  .cb-ai-service-link {
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.08);
  }

  .cb-ai-service-link:last-child {
    border-bottom:0;
  }

}


/* MOBILE */

@media (max-width:640px) {

  .cb-ai-core-section {
    padding:62px 16px;
  }

  .cb-ai-core-heading {
    margin-bottom:32px;
  }

  .cb-ai-core-heading h2 {
    font-size:32px;
    letter-spacing:-1px;
  }

  .cb-ai-core-heading p {
    font-size:14px;
    line-height:1.65;
  }

  .cb-ai-platform {
    border-radius:14px;
  }

  .cb-ai-platform-top {
    min-height:auto;
    padding:18px;
    align-items:flex-start;
    flex-direction:column;
  }

  .cb-ai-platform-top h3 {
    font-size:16px;
  }

  .cb-ai-live {
    font-size:8px;
  }

  .cb-ai-platform-grid {
    display:block;
    min-height:0;
  }

  .cb-ai-index {
    padding:22px 17px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.09);
  }

  .cb-ai-system-item {
    padding:13px 10px;
  }

  .cb-ai-engine {
    padding:30px 20px;
    border-bottom:1px solid rgba(255,255,255,.09);
  }

  .cb-ai-engine-box {
    width:145px;
    height:145px;
  }

  .cb-ai-engine-core {
    width:72px;
    height:72px;
  }

  .cb-ai-engine-core span {
    font-size:22px;
  }

  .cb-ai-outcomes {
    padding:22px 17px;
  }

  .cb-ai-outcome {
    display:block;
  }

  .cb-ai-outcome span {
    max-width:100%;
    margin-top:4px;
    text-align:left;
  }

  .cb-ai-service-link {
    padding:17px;
  }

  .cb-ai-service-link:hover {
    padding-left:20px;
  }

  .cb-ai-flow-line {
    flex-wrap:wrap;
    gap:7px;
    padding:15px 12px;
    line-height:1.5;
  }

}


/* SMALL MOBILE */

@media (max-width:380px) {

  .cb-ai-core-section {
    padding-left:12px;
    padding-right:12px;
  }

  .cb-ai-core-heading h2 {
    font-size:29px;
  }

  .cb-ai-platform-top,
  .cb-ai-index,
  .cb-ai-outcomes {
    padding-left:14px;
    padding-right:14px;
  }

  .cb-ai-engine-box {
    width:130px;
    height:130px;
  }

  .cb-ai-service-link {
    padding:15px 14px;
  }

}


/* REDUCED MOTION */

@media (prefers-reduced-motion:reduce) {

  .cb-ai-live i,
  .cb-ai-engine-core,
  .orbit-one,
  .orbit-two {
    animation:none !important;
  }

  .cb-ai-system-item,
  .cb-ai-service-link,
  .cb-ai-arrow {
    transition:none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cb7c9a6 */.elementor-40 .elementor-element.elementor-element-cb7c9a6 {
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  position:static !important;
  left:auto !important;
  right:auto !important;
  transform:none !important;
  float:none !important;
  align-self:stretch !important;
  overflow:visible !important;
  box-sizing:border-box !important;
}

.elementor-40 .elementor-element.elementor-element-cb7c9a6 * {
  box-sizing:border-box;
}


.cb-ai-solutions-section {
  width:100%;
  background:#f7f7f5;
  color:#141311;
  padding:90px 24px;
  font-family:"Public Sans",Arial,Helvetica,sans-serif;
  overflow:hidden;
}


.cb-ai-solutions-wrap {
  width:100%;
  max-width:1180px;
  margin:0 auto;
}


/* HEADER */

.cb-ai-solutions-header {
  max-width:760px;
  margin:0 auto 50px;
  text-align:center;
}

.cb-ai-solutions-eyebrow {
  display:inline-block;
  margin-bottom:15px;
  color:#FCA608;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
}

.cb-ai-solutions-header h2 {
  margin:0 0 17px;
  font-size:clamp(34px,4vw,52px);
  line-height:1.08;
  letter-spacing:-1.8px;
  font-weight:700;
}

.cb-ai-solutions-header h2 strong {
  color:#FCA608;
}

.cb-ai-solutions-header p {
  margin:0 auto;
  max-width:700px;
  color:#66625d;
  font-size:16px;
  line-height:1.75;
}


/* MAIN SYSTEM */

.cb-ai-solutions-system {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:54px;
  align-items:center;
}


/* LEFT CONTENT */

.cb-ai-solutions-content {
  min-width:0;
}

.cb-ai-system-label {
  display:block;
  margin-bottom:14px;
  color:#a17a2e;
  font-size:9px;
  font-weight:800;
  letter-spacing:1.8px;
}

.cb-ai-solutions-content h3 {
  margin:0 0 18px;
  max-width:510px;
  font-size:clamp(28px,3.2vw,42px);
  line-height:1.12;
  letter-spacing:-1.2px;
  font-weight:700;
}

.cb-ai-solutions-content h3 strong {
  color:#FCA608;
}

.cb-ai-solutions-description {
  margin:0 0 30px;
  max-width:530px;
  color:#67635e;
  font-size:14px;
  line-height:1.75;
}


/* CAPABILITIES */

.cb-ai-capability-list {
  border-top:1px solid #dedbd5;
}

.cb-ai-capability {
  display:flex;
  gap:17px;
  padding:17px 0;
  border-bottom:1px solid #dedbd5;
  transition:padding-left .25s ease;
}

.cb-ai-capability:hover {
  padding-left:7px;
}

.cb-ai-capability > span {
  flex:0 0 27px;
  color:#FCA608;
  font-size:10px;
  font-weight:800;
  padding-top:2px;
}

.cb-ai-capability strong {
  display:block;
  margin-bottom:5px;
  color:#141311;
  font-size:13px;
  font-weight:750;
}

.cb-ai-capability p {
  margin:0;
  color:#77736d;
  font-size:11px;
  line-height:1.55;
}


/* BUTTON */

.cb-ai-solutions-button {
  display:inline-flex;
  align-items:center;
  gap:13px;
  margin-top:29px;
  padding:13px 19px;
  background:#FCA608;
  color:#141311 !important;
  text-decoration:none !important;
  border-radius:7px;
  font-size:11px;
  font-weight:800;
  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.cb-ai-solutions-button span {
  font-size:16px;
  line-height:1;
}

.cb-ai-solutions-button:hover {
  transform:translateY(-2px);
  box-shadow:0 10px 25px rgba(252,166,8,.22);
}


/* AI WORKSPACE */

.cb-ai-workspace {
  width:100%;
  border-radius:15px;
  background:#141311;
  color:#fff;
  border:1px solid rgba(20,19,17,.08);
  overflow:hidden;
  box-shadow:0 24px 60px rgba(20,19,17,.15);
  transition:
    transform .3s ease,
    box-shadow .3s ease;
}

.cb-ai-workspace:hover {
  transform:translateY(-5px);
  box-shadow:0 30px 70px rgba(20,19,17,.2);
}


/* WORKSPACE TOP */

.cb-ai-workspace-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding:20px 22px;
  border-bottom:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.025);
}

.cb-ai-workspace-top span {
  display:block;
  margin-bottom:5px;
  color:#FCA608;
  font-size:8px;
  font-weight:800;
  letter-spacing:1.5px;
}

.cb-ai-workspace-top strong {
  display:block;
  color:#fff;
  font-size:13px;
  font-weight:700;
}

.cb-ai-workspace-status {
  display:flex !important;
  align-items:center;
  gap:7px;
  margin:0 !important;
  color:rgba(255,255,255,.45) !important;
  font-size:8px !important;
  letter-spacing:1px;
  white-space:nowrap;
}

.cb-ai-workspace-status i {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#FCA608;
  box-shadow:0 0 0 5px rgba(252,166,8,.08);
  animation:cbAiWorkspacePulse 2s ease-in-out infinite;
}


/* QUERY */

.cb-ai-query {
  padding:23px 22px 15px;
}

.cb-ai-query > span {
  display:block;
  margin-bottom:9px;
  color:rgba(255,255,255,.35);
  font-size:8px;
  font-weight:800;
  letter-spacing:1.5px;
}

.cb-ai-query-box {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding:14px 15px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:7px;
  background:rgba(255,255,255,.035);
}

.cb-ai-query-box span {
  color:rgba(255,255,255,.72);
  font-size:11px;
  line-height:1.5;
}

.cb-ai-query-box b {
  flex:0 0 auto;
  color:#FCA608;
  font-size:15px;
}


/* RESPONSE */

.cb-ai-response {
  margin:0 22px;
  padding:20px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:9px;
  background:#1b1916;
}

.cb-ai-response-heading {
  display:flex;
  align-items:center;
  gap:11px;
  margin-bottom:15px;
}

.cb-ai-response-icon {
  width:31px;
  height:31px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:6px;
  background:#FCA608;
  color:#141311;
  font-size:9px;
  font-weight:900;
}

.cb-ai-response-heading strong {
  display:block;
  margin-bottom:3px;
  font-size:11px;
  font-weight:700;
}

.cb-ai-response-heading small {
  display:block;
  color:rgba(255,255,255,.35);
  font-size:8px;
}

.cb-ai-response > p {
  margin:0 0 18px;
  color:rgba(255,255,255,.68);
  font-size:11px;
  line-height:1.65;
}


/* INSIGHTS */

.cb-ai-insight-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
}

.cb-ai-insight-grid > div {
  padding:12px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:6px;
  background:rgba(255,255,255,.025);
}

.cb-ai-insight-grid small {
  display:block;
  margin-bottom:6px;
  color:rgba(255,255,255,.3);
  font-size:7px;
  font-weight:800;
  letter-spacing:1px;
}

.cb-ai-insight-grid strong {
  color:#FCA608;
  font-size:16px;
  font-weight:750;
}


/* RECOMMENDATION */

.cb-ai-recommendation {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin:15px 22px 0;
  padding:17px;
  border:1px solid rgba(252,166,8,.2);
  border-radius:8px;
  background:rgba(252,166,8,.07);
}

.cb-ai-recommendation span {
  display:block;
  margin-bottom:5px;
  color:#FCA608;
  font-size:7px;
  font-weight:800;
  letter-spacing:1.2px;
}

.cb-ai-recommendation strong {
  display:block;
  color:rgba(255,255,255,.82);
  font-size:10px;
  line-height:1.45;
}

.cb-ai-recommendation a {
  flex:0 0 auto;
  color:#FCA608 !important;
  text-decoration:none !important;
  font-size:9px;
  font-weight:800;
}


/* FOOTER */

.cb-ai-workspace-footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:17px 22px;
  margin-top:15px;
  border-top:1px solid rgba(255,255,255,.08);
}

.cb-ai-workspace-footer span {
  color:rgba(255,255,255,.28);
  font-size:7px;
  font-weight:800;
  letter-spacing:1px;
}


/* BOTTOM STATEMENT */

.cb-ai-bottom-statement {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  margin-top:34px;
  padding-top:24px;
  border-top:1px solid #dedbd5;
}

.cb-ai-bottom-statement > span {
  color:#9a958e;
  font-size:9px;
  font-weight:800;
  letter-spacing:1.5px;
}

.cb-ai-bottom-statement > div {
  display:flex;
  align-items:center;
  gap:22px;
}

.cb-ai-bottom-statement strong {
  color:#141311;
  font-size:13px;
  font-weight:700;
}

.cb-ai-bottom-statement strong:not(:last-child)::after {
  content:"→";
  margin-left:22px;
  color:#FCA608;
}


/* ANIMATION */

@keyframes cbAiWorkspacePulse {

  0%,100% {
    opacity:.45;
    transform:scale(.9);
  }

  50% {
    opacity:1;
    transform:scale(1.1);
  }

}


/* TABLET */

@media (max-width:900px) {

  .cb-ai-solutions-section {
    padding:75px 20px;
  }

  .cb-ai-solutions-system {
    grid-template-columns:1fr;
    gap:45px;
  }

  .cb-ai-solutions-content {
    max-width:760px;
    margin:0 auto;
  }

}


/* MOBILE */

@media (max-width:640px) {

  .cb-ai-solutions-section {
    padding:62px 16px;
  }

  .cb-ai-solutions-header {
    margin-bottom:35px;
  }

  .cb-ai-solutions-header h2 {
    font-size:32px;
    letter-spacing:-1px;
  }

  .cb-ai-solutions-header p {
    font-size:14px;
    line-height:1.65;
  }

  .cb-ai-solutions-system {
    gap:35px;
  }

  .cb-ai-solutions-content h3 {
    font-size:29px;
  }

  .cb-ai-solutions-description {
    font-size:13px;
  }

  .cb-ai-capability {
    gap:12px;
    padding:15px 0;
  }

  .cb-ai-capability p {
    font-size:10px;
  }

  .cb-ai-workspace-top {
    padding:17px;
  }

  .cb-ai-workspace-top strong {
    font-size:11px;
  }

  .cb-ai-query {
    padding:19px 17px 13px;
  }

  .cb-ai-query-box {
    padding:12px;
  }

  .cb-ai-query-box span {
    font-size:10px;
  }

  .cb-ai-response {
    margin:0 17px;
    padding:16px;
  }

  .cb-ai-insight-grid {
    grid-template-columns:1fr;
  }

  .cb-ai-insight-grid > div {
    display:flex;
    align-items:center;
    justify-content:space-between;
  }

  .cb-ai-insight-grid small {
    margin:0;
  }

  .cb-ai-recommendation {
    margin:13px 17px 0;
    align-items:flex-start;
    flex-direction:column;
  }

  .cb-ai-workspace-footer {
    padding:15px 17px;
    flex-wrap:wrap;
  }

  .cb-ai-bottom-statement {
    align-items:flex-start;
    flex-direction:column;
    gap:14px;
  }

  .cb-ai-bottom-statement > div {
    gap:10px;
    flex-wrap:wrap;
  }

  .cb-ai-bottom-statement strong:not(:last-child)::after {
    margin-left:10px;
  }

}


/* SMALL MOBILE */

@media (max-width:380px) {

  .cb-ai-solutions-section {
    padding-left:12px;
    padding-right:12px;
  }

  .cb-ai-solutions-header h2 {
    font-size:29px;
  }

  .cb-ai-solutions-content h3 {
    font-size:27px;
  }

  .cb-ai-workspace-top {
    align-items:flex-start;
    flex-direction:column;
  }

  .cb-ai-workspace-status {
    align-self:flex-start;
  }

}


/* REDUCED MOTION */

@media (prefers-reduced-motion:reduce) {

  .cb-ai-workspace-status i,
  .cb-ai-workspace {
    animation:none !important;
    transition:none !important;
  }

  .cb-ai-capability,
  .cb-ai-solutions-button {
    transition:none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-97dbcf9 */.elementor-40 .elementor-element.elementor-element-97dbcf9 {
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  position:static !important;
  left:auto !important;
  right:auto !important;
  transform:none !important;
  float:none !important;
  align-self:stretch !important;
  overflow:visible !important;
  box-sizing:border-box !important;
}

.elementor-40 .elementor-element.elementor-element-97dbcf9 * {
  box-sizing:border-box;
}


.cb-marketing-auto-section {
  width:100%;
  background:
    linear-gradient(rgba(20,19,17,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,19,17,.035) 1px, transparent 1px),
    #f7f7f5;
  background-size:42px 42px;
  color:#141311;
  padding:90px 24px;
  font-family:"Public Sans",Arial,Helvetica,sans-serif;
  overflow:hidden;
}


.cb-marketing-auto-wrap {
  width:100%;
  max-width:1180px;
  margin:0 auto;
}


/* HEADER */

.cb-marketing-auto-header {
  max-width:790px;
  margin:0 auto 50px;
  text-align:center;
}

.cb-marketing-auto-eyebrow {
  display:inline-block;
  margin-bottom:15px;
  color:#c07d08;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
}

.cb-marketing-auto-header h2 {
  margin:0 0 18px;
  font-size:clamp(34px,4vw,52px);
  line-height:1.08;
  letter-spacing:-1.8px;
  font-weight:700;
}

.cb-marketing-auto-header h2 strong {
  color:#FCA608;
}

.cb-marketing-auto-header p {
  max-width:720px;
  margin:0 auto;
  color:#69655f;
  font-size:16px;
  line-height:1.75;
}


/* MAIN SYSTEM */

.cb-marketing-auto-system {
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:54px;
  align-items:center;
}


/* JOURNEY */

.cb-marketing-journey {
  border-radius:15px;
  background:#141311;
  color:#fff;
  overflow:hidden;
  box-shadow:0 24px 60px rgba(20,19,17,.16);
  transition:
    transform .3s ease,
    box-shadow .3s ease;
}

.cb-marketing-journey:hover {
  transform:translateY(-5px);
  box-shadow:0 30px 70px rgba(20,19,17,.21);
}


/* JOURNEY HEADER */

.cb-marketing-journey-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding:21px 23px;
  border-bottom:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.025);
}

.cb-marketing-journey-top span:first-child {
  display:block;
  margin-bottom:5px;
  color:#FCA608;
  font-size:8px;
  font-weight:800;
  letter-spacing:1.6px;
}

.cb-marketing-journey-top strong {
  display:block;
  font-size:13px;
  font-weight:700;
}

.cb-marketing-status {
  display:flex !important;
  align-items:center;
  gap:7px;
  color:rgba(255,255,255,.43) !important;
  font-size:8px !important;
  font-weight:800;
  letter-spacing:1px;
  white-space:nowrap;
}

.cb-marketing-status i {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#FCA608;
  box-shadow:0 0 0 5px rgba(252,166,8,.08);
  animation:cbMarketingPulse 2s ease-in-out infinite;
}


/* FLOW */

.cb-marketing-flow {
  padding:25px 25px 27px;
}

.cb-marketing-flow-step {
  display:flex;
  align-items:flex-start;
  gap:15px;
  padding:16px 14px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:8px;
  background:rgba(255,255,255,.025);
  transition:
    background .25s ease,
    border-color .25s ease,
    transform .25s ease;
}

.cb-marketing-flow-step:hover {
  background:rgba(252,166,8,.055);
  border-color:rgba(252,166,8,.2);
  transform:translateX(4px);
}

.cb-marketing-step-number {
  flex:0 0 27px;
  color:#FCA608;
  font-size:9px;
  font-weight:800;
  padding-top:2px;
}

.cb-marketing-step-content {
  min-width:0;
}

.cb-marketing-step-content small {
  display:block;
  margin-bottom:5px;
  color:#FCA608;
  font-size:7px;
  font-weight:800;
  letter-spacing:1.2px;
}

.cb-marketing-step-content strong {
  display:block;
  margin-bottom:5px;
  color:#fff;
  font-size:12px;
  font-weight:700;
}

.cb-marketing-step-content span {
  display:block;
  color:rgba(255,255,255,.4);
  font-size:9px;
  line-height:1.5;
}

.cb-marketing-flow-connector {
  position:relative;
  width:1px;
  height:17px;
  margin:0 0 0 27px;
  background:rgba(252,166,8,.3);
  overflow:hidden;
}

.cb-marketing-flow-connector::after {
  content:"";
  position:absolute;
  top:-100%;
  left:0;
  width:1px;
  height:50%;
  background:#FCA608;
  animation:cbMarketingSignal 2.3s linear infinite;
}


/* RIGHT CONTENT */

.cb-marketing-auto-content {
  min-width:0;
}

.cb-marketing-content-label {
  display:block;
  margin-bottom:14px;
  color:#a17a2e;
  font-size:9px;
  font-weight:800;
  letter-spacing:1.8px;
}

.cb-marketing-auto-content h3 {
  max-width:500px;
  margin:0 0 17px;
  font-size:clamp(29px,3.2vw,43px);
  line-height:1.12;
  letter-spacing:-1.2px;
  font-weight:700;
}

.cb-marketing-auto-content h3 strong {
  color:#FCA608;
}

.cb-marketing-auto-content > p {
  max-width:520px;
  margin:0 0 28px;
  color:#69655f;
  font-size:14px;
  line-height:1.75;
}


/* BENEFITS */

.cb-marketing-benefits {
  border-top:1px solid #dedbd5;
}

.cb-marketing-benefit {
  display:flex;
  gap:15px;
  padding:16px 0;
  border-bottom:1px solid #dedbd5;
  transition:padding-left .25s ease;
}

.cb-marketing-benefit:hover {
  padding-left:7px;
}

.cb-marketing-benefit > span {
  flex:0 0 27px;
  color:#FCA608;
  font-size:10px;
  font-weight:800;
}

.cb-marketing-benefit strong {
  display:block;
  margin-bottom:4px;
  color:#141311;
  font-size:12px;
  font-weight:750;
}

.cb-marketing-benefit p {
  margin:0;
  color:#77736d;
  font-size:10px;
  line-height:1.55;
}


/* BUTTON */

.cb-marketing-auto-button {
  display:inline-flex;
  align-items:center;
  gap:13px;
  margin-top:27px;
  padding:13px 19px;
  border-radius:7px;
  background:#FCA608;
  color:#141311 !important;
  text-decoration:none !important;
  font-size:10px;
  font-weight:800;
  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.cb-marketing-auto-button span {
  font-size:16px;
  line-height:1;
}

.cb-marketing-auto-button:hover {
  transform:translateY(-2px);
  box-shadow:0 10px 25px rgba(252,166,8,.22);
}


/* RESULTS */

.cb-marketing-auto-results {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:45px;
  border-top:1px solid #dedbd5;
  border-bottom:1px solid #dedbd5;
}

.cb-marketing-result {
  min-width:0;
  padding:22px 20px;
  border-right:1px solid #dedbd5;
}

.cb-marketing-result:last-child {
  border-right:0;
}

.cb-marketing-result > span {
  display:block;
  margin-bottom:8px;
  color:#9a958e;
  font-size:7px;
  font-weight:800;
  letter-spacing:1.3px;
}

.cb-marketing-result strong {
  display:block;
  margin-bottom:5px;
  color:#141311;
  font-size:19px;
  font-weight:750;
  letter-spacing:-.4px;
}

.cb-marketing-result small {
  display:block;
  color:#77736d;
  font-size:9px;
  line-height:1.4;
}

.cb-marketing-result.result-link {
  background:#141311;
}

.cb-marketing-result.result-link > span {
  color:rgba(255,255,255,.35);
}

.cb-marketing-result.result-link a {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:#fff !important;
  text-decoration:none !important;
  font-size:11px;
  font-weight:700;
}

.cb-marketing-result.result-link a b {
  color:#FCA608;
  font-size:16px;
  transition:transform .25s ease;
}

.cb-marketing-result.result-link a:hover b {
  transform:translate(3px,-3px);
}


/* ANIMATIONS */

@keyframes cbMarketingPulse {

  0%,100% {
    opacity:.45;
    transform:scale(.9);
  }

  50% {
    opacity:1;
    transform:scale(1.1);
  }

}

@keyframes cbMarketingSignal {

  0% {
    top:-60%;
  }

  100% {
    top:120%;
  }

}


/* TABLET */

@media (max-width:900px) {

  .cb-marketing-auto-section {
    padding:75px 20px;
  }

  .cb-marketing-auto-system {
    grid-template-columns:1fr;
    gap:45px;
  }

  .cb-marketing-auto-content {
    max-width:760px;
    margin:0 auto;
  }

  .cb-marketing-auto-results {
    grid-template-columns:repeat(2,1fr);
  }

  .cb-marketing-result:nth-child(2) {
    border-right:0;
  }

  .cb-marketing-result:nth-child(1),
  .cb-marketing-result:nth-child(2) {
    border-bottom:1px solid #dedbd5;
  }

  .cb-marketing-result.result-link {
    border-right:0;
  }

}


/* MOBILE */

@media (max-width:640px) {

  .cb-marketing-auto-section {
    padding:62px 16px;
  }

  .cb-marketing-auto-header {
    margin-bottom:35px;
  }

  .cb-marketing-auto-header h2 {
    font-size:32px;
    letter-spacing:-1px;
  }

  .cb-marketing-auto-header p {
    font-size:14px;
    line-height:1.65;
  }

  .cb-marketing-auto-system {
    gap:35px;
  }

  .cb-marketing-journey-top {
    padding:17px;
    align-items:flex-start;
    flex-direction:column;
  }

  .cb-marketing-flow {
    padding:18px 16px 20px;
  }

  .cb-marketing-flow-step {
    padding:14px 12px;
    gap:12px;
  }

  .cb-marketing-step-content strong {
    font-size:11px;
  }

  .cb-marketing-step-content span {
    font-size:8px;
  }

  .cb-marketing-flow-connector {
    margin-left:25px;
  }

  .cb-marketing-auto-content h3 {
    font-size:29px;
  }

  .cb-marketing-auto-content > p {
    font-size:13px;
  }

  .cb-marketing-benefit {
    padding:15px 0;
  }

  .cb-marketing-auto-results {
    grid-template-columns:1fr;
    margin-top:35px;
  }

  .cb-marketing-result {
    border-right:0 !important;
    border-bottom:1px solid #dedbd5;
  }

  .cb-marketing-result:last-child {
    border-bottom:0;
  }

  .cb-marketing-result.result-link {
    border-bottom:0;
  }

}


/* SMALL MOBILE */

@media (max-width:380px) {

  .cb-marketing-auto-section {
    padding-left:12px;
    padding-right:12px;
  }

  .cb-marketing-auto-header h2 {
    font-size:29px;
  }

  .cb-marketing-auto-content h3 {
    font-size:27px;
  }

  .cb-marketing-flow-step {
    padding:13px 10px;
  }

}


/* REDUCED MOTION */

@media (prefers-reduced-motion:reduce) {

  .cb-marketing-status i,
  .cb-marketing-flow-connector::after {
    animation:none !important;
  }

  .cb-marketing-journey,
  .cb-marketing-flow-step,
  .cb-marketing-benefit,
  .cb-marketing-auto-button {
    transition:none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c7f46e4 */.elementor-40 .elementor-element.elementor-element-c7f46e4 {
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  position:static !important;
  left:auto !important;
  right:auto !important;
  transform:none !important;
  float:none !important;
  align-self:stretch !important;
  overflow:visible !important;
  box-sizing:border-box !important;
}

.elementor-40 .elementor-element.elementor-element-c7f46e4 * {
  box-sizing:border-box;
}


.cb-workflow-section {
  width:100%;
  background:#141311;
  color:#fff;
  padding:90px 24px;
  font-family:"Public Sans",Arial,Helvetica,sans-serif;
  overflow:hidden;
}


.cb-workflow-wrap {
  width:100%;
  max-width:1180px;
  margin:0 auto;
}


/* HEADER */

.cb-workflow-header {
  max-width:790px;
  margin:0 auto 50px;
  text-align:center;
}

.cb-workflow-eyebrow {
  display:inline-block;
  margin-bottom:15px;
  color:#FCA608;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
}

.cb-workflow-header h2 {
  margin:0 0 18px;
  font-size:clamp(34px,4vw,52px);
  line-height:1.08;
  letter-spacing:-1.8px;
  font-weight:700;
}

.cb-workflow-header h2 strong {
  color:#FCA608;
}

.cb-workflow-header p {
  max-width:720px;
  margin:0 auto;
  color:rgba(255,255,255,.65);
  font-size:16px;
  line-height:1.75;
}


/* MAIN SYSTEM */

.cb-workflow-system {
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:55px;
  align-items:center;
}


/* LEFT CONTENT */

.cb-workflow-content {
  min-width:0;
}

.cb-workflow-label {
  display:block;
  margin-bottom:14px;
  color:rgba(252,166,8,.85);
  font-size:9px;
  font-weight:800;
  letter-spacing:1.8px;
}

.cb-workflow-content h3 {
  max-width:500px;
  margin:0 0 17px;
  font-size:clamp(29px,3.2vw,43px);
  line-height:1.12;
  letter-spacing:-1.2px;
  font-weight:700;
}

.cb-workflow-content h3 strong {
  color:#FCA608;
}

.cb-workflow-description {
  max-width:520px;
  margin:0 0 28px;
  color:rgba(255,255,255,.56);
  font-size:14px;
  line-height:1.75;
}


/* FEATURES */

.cb-workflow-features {
  border-top:1px solid rgba(255,255,255,.1);
}

.cb-workflow-feature {
  display:flex;
  gap:15px;
  padding:16px 0;
  border-bottom:1px solid rgba(255,255,255,.1);
  transition:padding-left .25s ease;
}

.cb-workflow-feature:hover {
  padding-left:7px;
}

.cb-workflow-feature > span {
  flex:0 0 27px;
  color:#FCA608;
  font-size:10px;
  font-weight:800;
}

.cb-workflow-feature strong {
  display:block;
  margin-bottom:4px;
  color:#fff;
  font-size:12px;
  font-weight:750;
}

.cb-workflow-feature p {
  margin:0;
  color:rgba(255,255,255,.4);
  font-size:10px;
  line-height:1.55;
}


/* BUTTON */

.cb-workflow-button {
  display:inline-flex;
  align-items:center;
  gap:13px;
  margin-top:27px;
  padding:13px 19px;
  border-radius:7px;
  background:#FCA608;
  color:#141311 !important;
  text-decoration:none !important;
  font-size:10px;
  font-weight:800;
  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.cb-workflow-button span {
  font-size:16px;
  line-height:1;
}

.cb-workflow-button:hover {
  transform:translateY(-2px);
  box-shadow:0 10px 25px rgba(252,166,8,.22);
}


/* DASHBOARD */

.cb-workflow-dashboard {
  min-width:0;
  border:1px solid rgba(255,255,255,.11);
  border-radius:15px;
  background:#1a1815;
  overflow:hidden;
  box-shadow:0 25px 65px rgba(0,0,0,.3);
  transition:
    transform .3s ease,
    box-shadow .3s ease;
}

.cb-workflow-dashboard:hover {
  transform:translateY(-5px);
  box-shadow:0 32px 75px rgba(0,0,0,.38);
}


/* DASHBOARD TOP */

.cb-workflow-dashboard-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding:20px 22px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.cb-workflow-dashboard-top span {
  display:block;
  margin-bottom:5px;
  color:#FCA608;
  font-size:8px;
  font-weight:800;
  letter-spacing:1.5px;
}

.cb-workflow-dashboard-top strong {
  display:block;
  color:#fff;
  font-size:13px;
  font-weight:700;
}

.cb-workflow-live {
  display:flex !important;
  align-items:center;
  gap:7px;
  color:rgba(255,255,255,.4) !important;
  font-size:8px !important;
  font-weight:800;
  letter-spacing:1px;
  white-space:nowrap;
}

.cb-workflow-live i {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#FCA608;
  box-shadow:0 0 0 5px rgba(252,166,8,.08);
  animation:cbWorkflowPulse 2s ease-in-out infinite;
}


/* PROCESS */

.cb-workflow-process {
  margin:20px;
  padding:18px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:9px;
  background:rgba(255,255,255,.025);
}

.cb-workflow-process-header {
  margin-bottom:18px;
}

.cb-workflow-process-header span {
  display:block;
  margin-bottom:5px;
  color:rgba(255,255,255,.32);
  font-size:7px;
  font-weight:800;
  letter-spacing:1.3px;
}

.cb-workflow-process-header strong {
  display:block;
  color:#fff;
  font-size:12px;
  font-weight:700;
}


/* PROCESS ROW */

.cb-workflow-process-row {
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;
  align-items:center;
  gap:8px;
}

.cb-workflow-process-item {
  min-width:0;
  padding:13px 10px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:7px;
  background:#141311;
}

.cb-workflow-process-item.complete {
  border-color:rgba(252,166,8,.2);
}

.cb-workflow-process-item.active {
  border-color:#FCA608;
  background:rgba(252,166,8,.06);
}

.cb-workflow-process-item small {
  display:block;
  margin-bottom:7px;
  color:#FCA608;
  font-size:7px;
  font-weight:800;
}

.cb-workflow-process-item strong {
  display:block;
  margin-bottom:5px;
  color:#fff;
  font-size:9px;
  font-weight:700;
  white-space:nowrap;
}

.cb-workflow-process-item span {
  display:block;
  color:rgba(255,255,255,.3);
  font-size:7px;
}

.cb-workflow-arrow {
  color:#FCA608;
  font-size:12px;
}


/* ACTIVITY */

.cb-workflow-activity {
  padding:0 20px 20px;
}

.cb-workflow-activity-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:15px;
  margin-bottom:12px;
}

.cb-workflow-activity-heading span {
  color:rgba(255,255,255,.3);
  font-size:7px;
  font-weight:800;
  letter-spacing:1.3px;
}

.cb-workflow-activity-heading strong {
  color:#fff;
  font-size:11px;
  font-weight:700;
}

.cb-workflow-activity-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding:11px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
}

.cb-workflow-activity-row:last-child {
  border-bottom:0;
}

.cb-workflow-activity-row span {
  color:rgba(255,255,255,.52);
  font-size:9px;
}

.cb-workflow-activity-row b {
  color:#FCA608;
  font-size:7px;
  font-weight:800;
  letter-spacing:.7px;
}


/* DASHBOARD BOTTOM */

.cb-workflow-dashboard-bottom {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid rgba(255,255,255,.08);
  background:rgba(0,0,0,.14);
}

.cb-workflow-dashboard-bottom div {
  padding:16px;
  border-right:1px solid rgba(255,255,255,.07);
}

.cb-workflow-dashboard-bottom div:last-child {
  border-right:0;
}

.cb-workflow-dashboard-bottom small {
  display:block;
  margin-bottom:6px;
  color:rgba(255,255,255,.27);
  font-size:6px;
  font-weight:800;
  letter-spacing:1px;
}

.cb-workflow-dashboard-bottom strong {
  color:#FCA608;
  font-size:17px;
  font-weight:750;
}


/* BOTTOM */

.cb-workflow-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  margin-top:42px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.1);
}

.cb-workflow-bottom > div {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
}

.cb-workflow-bottom > div > span {
  margin-right:10px;
  color:rgba(255,255,255,.3);
  font-size:8px;
  font-weight:800;
  letter-spacing:1.4px;
}

.cb-workflow-bottom strong {
  color:#fff;
  font-size:11px;
  font-weight:700;
}

.cb-workflow-bottom b {
  color:#FCA608;
  font-size:11px;
}

.cb-workflow-bottom > a {
  flex:0 0 auto;
  color:#FCA608 !important;
  text-decoration:none !important;
  font-size:10px;
  font-weight:800;
}


/* ANIMATIONS */

@keyframes cbWorkflowPulse {

  0%,100% {
    opacity:.45;
    transform:scale(.9);
  }

  50% {
    opacity:1;
    transform:scale(1.1);
  }

}


/* TABLET */

@media (max-width:900px) {

  .cb-workflow-section {
    padding:75px 20px;
  }

  .cb-workflow-system {
    grid-template-columns:1fr;
    gap:45px;
  }

  .cb-workflow-content {
    max-width:760px;
    margin:0 auto;
  }

}


/* MOBILE */

@media (max-width:640px) {

  .cb-workflow-section {
    padding:62px 16px;
  }

  .cb-workflow-header {
    margin-bottom:35px;
  }

  .cb-workflow-header h2 {
    font-size:32px;
    letter-spacing:-1px;
  }

  .cb-workflow-header p {
    font-size:14px;
    line-height:1.65;
  }

  .cb-workflow-system {
    gap:35px;
  }

  .cb-workflow-content h3 {
    font-size:29px;
  }

  .cb-workflow-description {
    font-size:13px;
  }

  .cb-workflow-feature {
    padding:15px 0;
  }


  /* DASHBOARD */

  .cb-workflow-dashboard-top {
    padding:17px;
    align-items:flex-start;
    flex-direction:column;
  }

  .cb-workflow-process {
    margin:16px;
    padding:14px;
  }

  .cb-workflow-process-row {
    display:block;
  }

  .cb-workflow-process-item {
    width:100%;
    padding:13px;
  }

  .cb-workflow-process-item strong {
    font-size:10px;
  }

  .cb-workflow-arrow {
    display:block;
    width:100%;
    height:25px;
    text-align:center;
    line-height:25px;
    transform:rotate(90deg);
  }

  .cb-workflow-activity {
    padding:0 16px 16px;
  }

  .cb-workflow-activity-row {
    align-items:flex-start;
    flex-direction:column;
    gap:5px;
  }

  .cb-workflow-dashboard-bottom {
    grid-template-columns:1fr;
  }

  .cb-workflow-dashboard-bottom div {
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.07);
  }

  .cb-workflow-dashboard-bottom div:last-child {
    border-bottom:0;
  }


  /* BOTTOM */

  .cb-workflow-bottom {
    align-items:flex-start;
    flex-direction:column;
    gap:18px;
  }

  .cb-workflow-bottom > div {
    gap:10px;
  }

  .cb-workflow-bottom > div > span {
    width:100%;
    margin-right:0;
    margin-bottom:3px;
  }

}


/* SMALL MOBILE */

@media (max-width:380px) {

  .cb-workflow-section {
    padding-left:12px;
    padding-right:12px;
  }

  .cb-workflow-header h2 {
    font-size:29px;
  }

  .cb-workflow-content h3 {
    font-size:27px;
  }

  .cb-workflow-process {
    margin:13px;
  }

  .cb-workflow-dashboard-bottom strong {
    font-size:16px;
  }

}


/* REDUCED MOTION */

@media (prefers-reduced-motion:reduce) {

  .cb-workflow-live i {
    animation:none !important;
  }

  .cb-workflow-dashboard,
  .cb-workflow-feature,
  .cb-workflow-button {
    transition:none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4fb2cbd */.elementor-40 .elementor-element.elementor-element-4fb2cbd {
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  position:static !important;
  left:auto !important;
  right:auto !important;
  transform:none !important;
  float:none !important;
  align-self:stretch !important;
  overflow:visible !important;
  box-sizing:border-box !important;
}

.elementor-40 .elementor-element.elementor-element-4fb2cbd * {
  box-sizing:border-box;
}


.cb-connected-section {
  width:100%;
  background:#f7f7f5;
  color:#141311;
  padding:90px 24px;
  font-family:"Public Sans",Arial,Helvetica,sans-serif;
  overflow:hidden;
}


.cb-connected-wrap {
  width:100%;
  max-width:1180px;
  margin:0 auto;
}


/* HEADER */

.cb-connected-header {
  max-width:800px;
  margin:0 auto 52px;
  text-align:center;
}

.cb-connected-eyebrow {
  display:inline-block;
  margin-bottom:15px;
  color:#c07d08;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
}

.cb-connected-header h2 {
  margin:0 0 18px;
  font-size:clamp(34px,4vw,52px);
  line-height:1.08;
  letter-spacing:-1.8px;
  font-weight:700;
}

.cb-connected-header h2 strong {
  color:#FCA608;
}

.cb-connected-header p {
  max-width:720px;
  margin:0 auto;
  color:#69655f;
  font-size:16px;
  line-height:1.75;
}


/* MAIN SYSTEM */

.cb-connected-system {
  display:grid;
  grid-template-columns:1fr .75fr 1fr;
  gap:28px;
  align-items:center;
}


/* SIDE */

.cb-connected-side {
  min-width:0;
}

.cb-connected-side-label {
  margin-bottom:13px;
  color:#9a958e;
  font-size:8px;
  font-weight:800;
  letter-spacing:1.7px;
}


/* CARDS */

.cb-connected-card {
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:17px;
  margin-bottom:9px;
  border:1px solid #dedbd5;
  border-radius:9px;
  background:#fff;
  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
}

.cb-connected-card:hover {
  transform:translateY(-3px);
  border-color:rgba(252,166,8,.35);
  box-shadow:0 10px 25px rgba(20,19,17,.07);
}

.cb-connected-number {
  flex:0 0 26px;
  color:#FCA608;
  font-size:9px;
  font-weight:800;
}

.cb-connected-card strong {
  display:block;
  margin-bottom:5px;
  color:#141311;
  font-size:12px;
  font-weight:750;
}

.cb-connected-card p {
  margin:0;
  color:#77736d;
  font-size:9px;
  line-height:1.55;
}


/* CORE */

.cb-connected-core {
  position:relative;
  min-height:280px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.cb-connected-core-ring {
  position:absolute;
  border:1px solid rgba(252,166,8,.3);
  border-radius:50%;
}

.ring-a {
  width:190px;
  height:190px;
  animation:cbConnectedRotate 12s linear infinite;
}

.ring-b {
  width:135px;
  height:135px;
  border-color:rgba(252,166,8,.2);
  animation:cbConnectedRotateReverse 9s linear infinite;
}

.cb-connected-core-box {
  position:relative;
  z-index:2;
  width:105px;
  height:105px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:#141311;
  color:#fff;
  box-shadow:
    0 20px 45px rgba(20,19,17,.2),
    0 0 50px rgba(252,166,8,.08);
  animation:cbConnectedCorePulse 3.5s ease-in-out infinite;
}

.cb-connected-core-box span {
  margin-bottom:5px;
  color:#FCA608;
  font-size:7px;
  font-weight:800;
  letter-spacing:1.7px;
}

.cb-connected-core-box strong {
  font-size:12px;
  line-height:1.25;
  font-weight:750;
  letter-spacing:.4px;
}

.cb-connected-core > small {
  position:relative;
  z-index:3;
  margin-top:21px;
  color:#8e8982;
  font-size:7px;
  font-weight:800;
  letter-spacing:1.5px;
}


/* FLOW */

.cb-connected-flow {
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;
  align-items:center;
  gap:10px;
  margin-top:40px;
  padding:21px;
  border:1px solid #dedbd5;
  border-radius:12px;
  background:#fff;
}

.cb-connected-flow-item {
  min-width:0;
  padding:3px 5px;
}

.cb-connected-flow-item span {
  display:block;
  margin-bottom:6px;
  color:#FCA608;
  font-size:8px;
  font-weight:800;
}

.cb-connected-flow-item strong {
  display:block;
  margin-bottom:4px;
  color:#141311;
  font-size:12px;
  font-weight:750;
}

.cb-connected-flow-item small {
  display:block;
  color:#77736d;
  font-size:8px;
  line-height:1.45;
}

.cb-connected-flow-item.final strong {
  color:#FCA608;
}

.cb-connected-flow-arrow {
  color:#FCA608;
  font-size:15px;
}


/* BOTTOM */

.cb-connected-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  margin-top:30px;
  padding-top:24px;
  border-top:1px solid #dedbd5;
}

.cb-connected-bottom > div:first-child span {
  display:block;
  margin-bottom:7px;
  color:#9a958e;
  font-size:8px;
  font-weight:800;
  letter-spacing:1.4px;
}

.cb-connected-bottom > div:first-child strong {
  display:block;
  color:#141311;
  font-size:14px;
  font-weight:700;
}

.cb-connected-links {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:20px;
  flex-wrap:wrap;
}

.cb-connected-links a {
  color:#141311 !important;
  text-decoration:none !important;
  font-size:9px;
  font-weight:800;
  transition:color .2s ease;
}

.cb-connected-links a:hover {
  color:#FCA608 !important;
}


/* ANIMATION */

@keyframes cbConnectedRotate {
  from {
    transform:rotate(0deg);
  }

  to {
    transform:rotate(360deg);
  }
}

@keyframes cbConnectedRotateReverse {
  from {
    transform:rotate(360deg);
  }

  to {
    transform:rotate(0deg);
  }
}

@keyframes cbConnectedCorePulse {

  0%,100% {
    transform:scale(.97);
    box-shadow:
      0 20px 45px rgba(20,19,17,.2),
      0 0 35px rgba(252,166,8,.06);
  }

  50% {
    transform:scale(1);
    box-shadow:
      0 20px 50px rgba(20,19,17,.23),
      0 0 55px rgba(252,166,8,.13);
  }

}


/* TABLET */

@media (max-width:900px) {

  .cb-connected-section {
    padding:75px 20px;
  }

  .cb-connected-system {
    grid-template-columns:1fr 1fr;
    gap:30px;
  }

  .cb-connected-core {
    grid-column:1 / -1;
    grid-row:1;
    min-height:230px;
  }

  .cb-connected-side:first-child {
    grid-column:1;
    grid-row:2;
  }

  .cb-connected-side:last-child {
    grid-column:2;
    grid-row:2;
  }

  .cb-connected-flow {
    grid-template-columns:1fr 1fr;
    gap:18px;
  }

  .cb-connected-flow-arrow {
    display:none;
  }

}


/* MOBILE */

@media (max-width:640px) {

  .cb-connected-section {
    padding:62px 16px;
  }

  .cb-connected-header {
    margin-bottom:35px;
  }

  .cb-connected-header h2 {
    font-size:32px;
    letter-spacing:-1px;
  }

  .cb-connected-header p {
    font-size:14px;
    line-height:1.65;
  }

  .cb-connected-system {
    display:flex;
    flex-direction:column;
    gap:20px;
  }

  .cb-connected-core {
    order:0;
    width:100%;
    min-height:190px;
  }

  .cb-connected-side:first-child {
    order:1;
    width:100%;
  }

  .cb-connected-side:last-child {
    order:2;
    width:100%;
  }

  .cb-connected-core-ring.ring-a {
    width:160px;
    height:160px;
  }

  .cb-connected-core-ring.ring-b {
    width:115px;
    height:115px;
  }

  .cb-connected-core-box {
    width:90px;
    height:90px;
  }

  .cb-connected-core-box strong {
    font-size:11px;
  }

  .cb-connected-card {
    padding:15px;
  }

  .cb-connected-card p {
    font-size:9px;
  }

  .cb-connected-flow {
    display:block;
    margin-top:30px;
    padding:17px;
  }

  .cb-connected-flow-item {
    padding:13px 2px;
    border-bottom:1px solid #e5e2dc;
  }

  .cb-connected-flow-item:last-child {
    border-bottom:0;
  }

  .cb-connected-bottom {
    align-items:flex-start;
    flex-direction:column;
    gap:18px;
  }

  .cb-connected-links {
    justify-content:flex-start;
    gap:12px 18px;
  }

}


/* SMALL MOBILE */

@media (max-width:380px) {

  .cb-connected-section {
    padding-left:12px;
    padding-right:12px;
  }

  .cb-connected-header h2 {
    font-size:29px;
  }

  .cb-connected-core {
    min-height:175px;
  }

}


/* REDUCED MOTION */

@media (prefers-reduced-motion:reduce) {

  .ring-a,
  .ring-b,
  .cb-connected-core-box {
    animation:none !important;
  }

  .cb-connected-card,
  .cb-connected-links a {
    transition:none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f21cddf */.elementor-40 .elementor-element.elementor-element-f21cddf {
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  position:static !important;
  left:auto !important;
  right:auto !important;
  transform:none !important;
  float:none !important;
  align-self:stretch !important;
  overflow:visible !important;
  box-sizing:border-box !important;
}

.elementor-40 .elementor-element.elementor-element-f21cddf * {
  box-sizing:border-box;
}


.cb-impact-section {
  width:100%;
  background:
    linear-gradient(rgba(20,19,17,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,19,17,.035) 1px, transparent 1px),
    #f7f7f5;
  background-size:42px 42px;
  color:#141311;
  padding:90px 24px;
  font-family:"Public Sans",Arial,Helvetica,sans-serif;
  overflow:hidden;
}


.cb-impact-wrap {
  width:100%;
  max-width:1180px;
  margin:0 auto;
}


/* HEADER */

.cb-impact-header {
  max-width:780px;
  margin:0 auto 48px;
  text-align:center;
}

.cb-impact-eyebrow {
  display:inline-block;
  margin-bottom:15px;
  color:#c07d08;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
}

.cb-impact-header h2 {
  margin:0 0 17px;
  font-size:clamp(34px,4vw,52px);
  line-height:1.08;
  letter-spacing:-1.8px;
  font-weight:700;
}

.cb-impact-header h2 strong {
  color:#FCA608;
}

.cb-impact-header p {
  max-width:700px;
  margin:0 auto;
  color:#69655f;
  font-size:16px;
  line-height:1.75;
}


/* MAIN SYSTEM */

.cb-impact-system {
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:24px;
  align-items:stretch;
}


/* MAIN PANEL */

.cb-impact-main {
  min-width:0;
  padding:27px;
  border-radius:15px;
  background:#141311;
  color:#fff;
  box-shadow:0 25px 60px rgba(20,19,17,.15);
  transition:
    transform .3s ease,
    box-shadow .3s ease;
}

.cb-impact-main:hover {
  transform:translateY(-4px);
  box-shadow:0 30px 70px rgba(20,19,17,.2);
}

.cb-impact-main-top {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  padding-bottom:23px;
  border-bottom:1px solid rgba(255,255,255,.09);
}

.cb-impact-main-top span {
  display:block;
  margin-bottom:7px;
  color:#FCA608;
  font-size:8px;
  font-weight:800;
  letter-spacing:1.5px;
}

.cb-impact-main-top h3 {
  max-width:450px;
  margin:0;
  font-size:24px;
  line-height:1.2;
  letter-spacing:-.7px;
  font-weight:700;
}

.cb-impact-main-top h3 strong {
  color:#FCA608;
}

.cb-impact-status {
  display:flex !important;
  align-items:center;
  gap:7px;
  margin:0 !important;
  color:rgba(255,255,255,.38) !important;
  font-size:7px !important;
  letter-spacing:1px !important;
  white-space:nowrap;
}

.cb-impact-status i {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#FCA608;
  box-shadow:0 0 0 5px rgba(252,166,8,.08);
  animation:cbImpactPulse 2s ease-in-out infinite;
}


/* COMPARISON */

.cb-impact-comparison {
  display:grid;
  grid-template-columns:1fr 30px 1fr;
  gap:18px;
  margin-top:23px;
}

.cb-impact-column {
  min-width:0;
}

.cb-impact-column-label {
  display:block;
  margin-bottom:11px;
  color:rgba(255,255,255,.3) !important;
  font-size:7px !important;
  font-weight:800;
  letter-spacing:1.4px;
}

.cb-impact-column.improved .cb-impact-column-label {
  color:#FCA608 !important;
}

.cb-impact-row {
  padding:12px 0;
  border-bottom:1px solid rgba(255,255,255,.07);
}

.cb-impact-row:last-child {
  border-bottom:0;
}

.cb-impact-row strong {
  display:block;
  margin-bottom:4px;
  color:rgba(255,255,255,.8);
  font-size:10px;
  font-weight:700;
}

.cb-impact-column.improved .cb-impact-row strong {
  color:#fff;
}

.cb-impact-row span {
  display:block;
  margin:0 !important;
  color:rgba(255,255,255,.34) !important;
  font-size:8px !important;
  line-height:1.4;
  letter-spacing:0 !important;
  font-weight:400 !important;
}

.cb-impact-column.improved .cb-impact-row span {
  color:rgba(252,166,8,.62) !important;
}

.cb-impact-divider {
  display:flex;
  align-items:center;
  justify-content:center;
  color:#FCA608;
  font-size:20px;
}


/* METRICS */

.cb-impact-metrics {
  display:grid;
  grid-template-columns:1fr 1fr;
  border:1px solid #dedbd5;
  border-radius:15px;
  background:#fff;
  overflow:hidden;
}

.cb-impact-metric {
  min-width:0;
  padding:22px;
  border-right:1px solid #dedbd5;
  border-bottom:1px solid #dedbd5;
  transition:
    background .25s ease,
    transform .25s ease;
}

.cb-impact-metric:nth-child(2),
.cb-impact-metric:nth-child(4) {
  border-right:0;
}

.cb-impact-metric:nth-child(3),
.cb-impact-metric:nth-child(4) {
  border-bottom:0;
}

.cb-impact-metric:hover {
  background:#fffaf0;
}

.cb-impact-metric > span {
  display:block;
  margin-bottom:9px;
  color:#9a958e;
  font-size:7px;
  font-weight:800;
  letter-spacing:1.3px;
}

.cb-impact-metric strong {
  display:block;
  margin-bottom:7px;
  color:#141311;
  font-size:14px;
  line-height:1.3;
  font-weight:750;
}

.cb-impact-metric p {
  margin:0;
  color:#77736d;
  font-size:9px;
  line-height:1.55;
}


/* BOTTOM */

.cb-impact-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  margin-top:30px;
  padding-top:24px;
  border-top:1px solid #dedbd5;
}

.cb-impact-bottom-message span {
  display:block;
  margin-bottom:7px;
  color:#9a958e;
  font-size:8px;
  font-weight:800;
  letter-spacing:1.4px;
}

.cb-impact-bottom-message strong {
  display:block;
  color:#141311;
  font-size:14px;
  font-weight:700;
}

.cb-impact-button {
  display:inline-flex;
  align-items:center;
  gap:12px;
  flex:0 0 auto;
  padding:13px 18px;
  border-radius:7px;
  background:#FCA608;
  color:#141311 !important;
  text-decoration:none !important;
  font-size:10px;
  font-weight:800;
  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.cb-impact-button span {
  font-size:15px;
  line-height:1;
}

.cb-impact-button:hover {
  transform:translateY(-2px);
  box-shadow:0 10px 25px rgba(252,166,8,.22);
}


/* ANIMATION */

@keyframes cbImpactPulse {

  0%,100% {
    opacity:.45;
    transform:scale(.9);
  }

  50% {
    opacity:1;
    transform:scale(1.1);
  }

}


/* TABLET */

@media (max-width:900px) {

  .cb-impact-section {
    padding:75px 20px;
  }

  .cb-impact-system {
    grid-template-columns:1fr;
    gap:20px;
  }

}


/* MOBILE */

@media (max-width:640px) {

  .cb-impact-section {
    padding:62px 16px;
  }

  .cb-impact-header {
    margin-bottom:35px;
  }

  .cb-impact-header h2 {
    font-size:32px;
    letter-spacing:-1px;
  }

  .cb-impact-header p {
    font-size:14px;
    line-height:1.65;
  }

  .cb-impact-main {
    padding:19px;
    border-radius:13px;
  }

  .cb-impact-main-top {
    flex-direction:column;
    gap:12px;
  }

  .cb-impact-main-top h3 {
    font-size:21px;
  }

  .cb-impact-comparison {
    grid-template-columns:1fr;
    gap:0;
  }

  .cb-impact-divider {
    height:35px;
    transform:rotate(90deg);
  }

  .cb-impact-metrics {
    grid-template-columns:1fr;
    border-radius:13px;
  }

  .cb-impact-metric,
  .cb-impact-metric:nth-child(2),
  .cb-impact-metric:nth-child(3),
  .cb-impact-metric:nth-child(4) {
    border-right:0;
    border-bottom:1px solid #dedbd5;
  }

  .cb-impact-metric:last-child {
    border-bottom:0;
  }

  .cb-impact-bottom {
    align-items:flex-start;
    flex-direction:column;
    gap:18px;
  }

  .cb-impact-button {
    width:100%;
    justify-content:center;
  }

}


/* SMALL MOBILE */

@media (max-width:380px) {

  .cb-impact-section {
    padding-left:12px;
    padding-right:12px;
  }

  .cb-impact-header h2 {
    font-size:29px;
  }

  .cb-impact-main-top h3 {
    font-size:20px;
  }

}


/* REDUCED MOTION */

@media (prefers-reduced-motion:reduce) {

  .cb-impact-status i {
    animation:none !important;
  }

  .cb-impact-main,
  .cb-impact-metric,
  .cb-impact-button {
    transition:none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ffeb26b */.elementor-40 .elementor-element.elementor-element-ffeb26b {
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  position:static !important;
  left:auto !important;
  right:auto !important;
  transform:none !important;
  float:none !important;
  align-self:stretch !important;
  overflow:visible !important;
  box-sizing:border-box !important;
}

.elementor-40 .elementor-element.elementor-element-ffeb26b * {
  box-sizing:border-box;
}


.cb-ai-final-section {
  width:100%;
  background:#FCA608;
  color:#141311;
  padding:85px 24px;
  font-family:"Public Sans",Arial,Helvetica,sans-serif;
  overflow:hidden;
  position:relative;
}

.cb-ai-final-section::before {
  content:"";
  position:absolute;
  width:500px;
  height:500px;
  right:-220px;
  top:-260px;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  filter:blur(10px);
  pointer-events:none;
}

.cb-ai-final-wrap {
  position:relative;
  z-index:2;
  width:100%;
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:65px;
  align-items:center;
}


/* LEFT */

.cb-ai-final-content {
  max-width:650px;
}

.cb-ai-final-eyebrow {
  display:inline-block;
  margin-bottom:15px;
  color:rgba(20,19,17,.58);
  font-size:10px;
  font-weight:900;
  letter-spacing:2px;
}

.cb-ai-final-content h2 {
  margin:0 0 18px;
  font-size:clamp(38px,4.5vw,60px);
  line-height:1.03;
  letter-spacing:-2.2px;
  font-weight:750;
}

.cb-ai-final-content h2 strong {
  display:block;
  color:#fff;
}

.cb-ai-final-content > p {
  max-width:600px;
  margin:0;
  color:rgba(20,19,17,.7);
  font-size:15px;
  line-height:1.75;
}


/* ACTIONS */

.cb-ai-final-actions {
  display:flex;
  align-items:center;
  gap:13px;
  flex-wrap:wrap;
  margin-top:30px;
}

.cb-ai-final-primary {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  padding:14px 20px;
  border-radius:7px;
  background:#141311;
  color:#fff !important;
  text-decoration:none !important;
  font-size:10px;
  font-weight:800;
  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.cb-ai-final-primary span {
  font-size:16px;
  line-height:1;
}

.cb-ai-final-primary:hover {
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(20,19,17,.2);
}

.cb-ai-final-secondary {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 18px;
  border:1px solid rgba(20,19,17,.35);
  border-radius:7px;
  color:#141311 !important;
  text-decoration:none !important;
  font-size:10px;
  font-weight:800;
  transition:
    background .25s ease,
    color .25s ease,
    border-color .25s ease;
}

.cb-ai-final-secondary:hover {
  background:#141311;
  border-color:#141311;
  color:#fff !important;
}


/* SYSTEM PANEL */

.cb-ai-final-system {
  width:100%;
  border-radius:15px;
  background:#141311;
  color:#fff;
  overflow:hidden;
  box-shadow:0 25px 65px rgba(20,19,17,.25);
  transition:
    transform .3s ease,
    box-shadow .3s ease;
}

.cb-ai-final-system:hover {
  transform:translateY(-5px);
  box-shadow:0 32px 75px rgba(20,19,17,.3);
}


/* PANEL TOP */

.cb-ai-final-system-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding:21px 22px;
  border-bottom:1px solid rgba(255,255,255,.09);
}

.cb-ai-final-system-top span {
  display:block;
  margin-bottom:6px;
  color:#FCA608;
  font-size:7px;
  font-weight:800;
  letter-spacing:1.4px;
}

.cb-ai-final-system-top strong {
  display:block;
  color:#fff;
  font-size:13px;
  font-weight:700;
}

.cb-ai-final-live {
  display:flex !important;
  align-items:center;
  gap:7px;
  color:rgba(255,255,255,.4) !important;
  font-size:8px !important;
  font-weight:800;
  letter-spacing:1px;
  white-space:nowrap;
}

.cb-ai-final-live i {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#FCA608;
  box-shadow:0 0 0 5px rgba(252,166,8,.08);
  animation:cbAiFinalPulse 2s ease-in-out infinite;
}


/* SERVICES */

.cb-ai-final-services {
  padding:10px 20px;
}

.cb-ai-final-service {
  display:flex;
  align-items:center;
  gap:13px;
  padding:17px 3px;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#fff;
  text-decoration:none !important;
  transition:
    padding-left .25s ease,
    background .25s ease;
}

.cb-ai-final-service:last-child {
  border-bottom:0;
}

.cb-ai-final-service:hover {
  padding-left:9px;
}

.cb-ai-final-service > span {
  flex:0 0 25px;
  color:#FCA608;
  font-size:9px;
  font-weight:800;
}

.cb-ai-final-service div {
  flex:1;
  min-width:0;
}

.cb-ai-final-service strong {
  display:block;
  margin-bottom:4px;
  color:#fff;
  font-size:11px;
  font-weight:700;
}

.cb-ai-final-service small {
  display:block;
  color:rgba(255,255,255,.35);
  font-size:8px;
}

.cb-ai-final-service b {
  color:#FCA608;
  font-size:16px;
  font-weight:400;
  transition:transform .25s ease;
}

.cb-ai-final-service:hover b {
  transform:translate(3px,-3px);
}


/* FLOW */

.cb-ai-final-flow {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  padding:17px 20px;
  border-top:1px solid rgba(255,255,255,.08);
  background:rgba(0,0,0,.15);
}

.cb-ai-final-flow span {
  color:rgba(255,255,255,.35);
  font-size:7px;
  font-weight:800;
  letter-spacing:1.2px;
}

.cb-ai-final-flow b {
  color:#FCA608;
  font-size:11px;
}

.cb-ai-final-flow strong {
  color:#FCA608;
  font-size:7px;
  font-weight:800;
  letter-spacing:1.2px;
}


/* ANIMATION */

@keyframes cbAiFinalPulse {

  0%,100% {
    opacity:.45;
    transform:scale(.9);
  }

  50% {
    opacity:1;
    transform:scale(1.1);
  }

}


/* TABLET */

@media (max-width:900px) {

  .cb-ai-final-section {
    padding:75px 20px;
  }

  .cb-ai-final-wrap {
    grid-template-columns:1fr;
    gap:45px;
  }

  .cb-ai-final-content {
    max-width:760px;
  }

}


/* MOBILE */

@media (max-width:640px) {

  .cb-ai-final-section {
    padding:62px 16px;
  }

  .cb-ai-final-wrap {
    gap:35px;
  }

  .cb-ai-final-content h2 {
    font-size:38px;
    letter-spacing:-1.4px;
  }

  .cb-ai-final-content > p {
    font-size:13px;
    line-height:1.7;
  }

  .cb-ai-final-actions {
    flex-direction:column;
    align-items:stretch;
  }

  .cb-ai-final-primary,
  .cb-ai-final-secondary {
    width:100%;
  }

  .cb-ai-final-system-top {
    padding:17px;
    align-items:flex-start;
    flex-direction:column;
  }

  .cb-ai-final-services {
    padding:7px 16px;
  }

  .cb-ai-final-service {
    padding:15px 2px;
  }

  .cb-ai-final-flow {
    flex-wrap:wrap;
    gap:7px;
  }

}


/* SMALL MOBILE */

@media (max-width:380px) {

  .cb-ai-final-section {
    padding-left:12px;
    padding-right:12px;
  }

  .cb-ai-final-content h2 {
    font-size:34px;
  }

}


/* REDUCED MOTION */

@media (prefers-reduced-motion:reduce) {

  .cb-ai-final-live i,
  .cb-ai-final-system {
    animation:none !important;
    transition:none !important;
  }

  .cb-ai-final-primary,
  .cb-ai-final-secondary,
  .cb-ai-final-service {
    transition:none !important;
  }

}/* End custom CSS */