.MCP {
  background-color: #ffffff;
  width: 100%;
  min-width: 0;
  min-height: 7471px;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.MCP .header {
  display: flex;
  z-index: 2;
  width: min(1240px, calc(100% - 32px));
  align-items: center;
  justify-content: space-between;
  padding: 12px 32px;
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  border-radius: 16px;
}

.MCP .zotasell-logo-full {
  position: relative;
  width: 123px;
  height: 24px;
  aspect-ratio: 5.12;
}

.MCP .word-mark {
  position: absolute;
  width: 76.25%;
  height: 91.73%;
  top: 8.27%;
  left: 23.75%;
}

.MCP .zotasell-logo-mark {
  position: absolute;
  width: 18.74%;
  height: 100%;
  top: 0;
  left: 0;
}

.MCP .vector {
  position: absolute;
  width: 99.93%;
  height: 33.37%;
  top: 66.63%;
  left: 0;
}

.MCP .img {
  position: absolute;
  width: 99.93%;
  height: 100%;
  top: 0;
  left: 0;
}

.MCP .img-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.MCP .container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .header-item {
  display: inline-flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
}

.MCP .div-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 20px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
}

.MCP .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-16-medium-font-family);
  font-weight: var(--text-16-medium-font-weight);
  color: #161616;
  font-size: var(--text-16-medium-font-size);
  letter-spacing: var(--text-16-medium-letter-spacing);
  line-height: var(--text-16-medium-line-height);
  white-space: nowrap;
  font-style: var(--text-16-medium-font-style);
}

.MCP .div {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .button-install {
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  background-color: #161616;
  border-radius: 16px;
  border: 1px solid;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.MCP .text {
  justify-content: center;
  width: fit-content;
  font-family: var(--text-16-bold-font-family);
  font-weight: var(--text-16-bold-font-weight);
  color: #ffffff;
  font-size: var(--text-16-bold-font-size);
  text-align: center;
  line-height: var(--text-16-bold-line-height);
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -1px;
  letter-spacing: var(--text-16-bold-letter-spacing);
  font-style: var(--text-16-bold-font-style);
}

.MCP .button-secondary {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.MCP .frame {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .div-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.MCP .text-2 {
  justify-content: center;
  width: fit-content;
  font-family: var(--text-16-bold-font-family);
  font-weight: var(--text-16-bold-font-weight);
  color: #161616;
  font-size: var(--text-16-bold-font-size);
  text-align: center;
  line-height: var(--text-16-bold-line-height);
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -1px;
  letter-spacing: var(--text-16-bold-letter-spacing);
  font-style: var(--text-16-bold-font-style);
}

.MCP .frame-2 {
  position: relative;
  width: 21.18px;
  height: 21.31px;
  margin-right: -0.18px;
  aspect-ratio: 1;
}

.MCP .horizontal-divider {
  position: relative;
  width: 28px;
  height: 1.5px;
  background-color: #161616;
  opacity: 0;
}

.MCP .container-2 {
  display: flex;
  z-index: 1;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  align-items: center;
  justify-content: center;
  gap: 120px;
  position: relative;
  top: 0;
  left: auto;
  margin: 104px auto 0;
  padding: 0 16px 120px;
}

.MCP .background {
  display: flex;
  flex-direction: column;
  width: 1240px;
  align-items: center;
  gap: 72px;
  padding: 52px 60px;
  position: relative;
  flex: 0 0 auto;
  z-index: 7;
  background-color: #f5f5f5;
  border-radius: 16px;
  overflow: hidden;
}

.MCP .ellipse {
  position: absolute;
  top: calc(50% - 289px);
  left: calc(50% - 390px);
  width: 780px;
  height: 914px;
  background-color: #6dfa11b2;
  border-radius: 390px / 456.93px;
  transform: rotate(-90deg);
  filter: blur(150px);
  opacity: 0.3;
}

.MCP .frame-3 {
  display: flex;
  flex-direction: column;
  width: 880px;
  align-items: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .div-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.MCP .tag {
  display: inline-flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px 28px 16px 24px;
  position: relative;
  background-color: #0000000d;
  border-radius: 12px;
  border: 1.5px solid;
  border-color: #00000014;
  backdrop-filter: blur(2px) brightness(100%);
  -webkit-backdrop-filter: blur(2px) brightness(100%);
}

.MCP .component-wrapper {
  position: relative;
  width: 14px;
  height: 14.69px;
  margin-top: -3.34px;
  margin-bottom: -3.35px;
}

.MCP .component {
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
}

.MCP .container-3 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
  margin-top: -4px;
  margin-bottom: -4px;
}

.MCP .zotasell-MCP {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Apercu Pro-Medium", Helvetica;
  font-weight: 500;
  color: #161616;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

.MCP .container-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.MCP .talk-to-your-store {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Clash Display-Medium", Helvetica;
  font-weight: 500;
  color: transparent;
  font-size: 56px;
  text-align: center;
  letter-spacing: 0;
  line-height: 62px;
}

.MCP .span {
  color: #161616;
}

.MCP .text-wrapper-2 {
  color: #4db20c;
}

.MCP .connect-the-AI {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 770px;
  font-family: var(--text-20-regular-font-family);
  font-weight: var(--text-20-regular-font-weight);
  color: #666666;
  font-size: var(--text-20-regular-font-size);
  text-align: center;
  letter-spacing: var(--text-20-regular-letter-spacing);
  line-height: var(--text-20-regular-line-height);
  font-style: var(--text-20-regular-font-style);
}

.MCP .container-5 {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .button {
  all: unset;
  box-sizing: border-box;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  background-color: #161616;
  border-radius: 16px;
  border: 1px solid;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.MCP .frame-wrapper {
  display: flex;
  flex-direction: column;
  width: 811px;
  align-items: flex-start;
  gap: 17.57px;
  padding: 12px;
  position: relative;
  flex: 0 0 auto;
  background-color: #f8f8f8;
  border-radius: 16px;
  border: 1px solid;
  border-color: #d1d1d1;
}

.MCP .frame-4 {
  display: flex;
  flex-direction: column;
  height: 413px;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid;
  border-color: #d1d1d1;
  box-shadow:
    0px 4px 6px -2px #0618350d,
    0px 10px 15px -3px #0719351a;
}

.MCP .frame-5 {
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.MCP .frame-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8.2px;
  padding: 8px 8px 8px 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow:
    0px 0px 4.1px #6dfa11c2,
    0px 4px 10.25px #6dfa1157;
}

.MCP .img-3 {
  position: relative;
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
}

.MCP .p {
  flex: 1;
  color: #161616;
  font-size: var(--text-14-regular-font-size);
  line-height: var(--text-14-regular-line-height);
  position: relative;
  font-family: var(--text-14-regular-font-family);
  font-weight: var(--text-14-regular-font-weight);
  letter-spacing: var(--text-14-regular-letter-spacing);
  font-style: var(--text-14-regular-font-style);
}

.MCP .frame-7 {
  position: relative;
  width: 28px;
}

.MCP .rectangle {
  position: absolute;
  top: 8px;
  left: 44px;
  width: 405px;
  height: 28px;
  background-color: #ffffff;
}

.MCP .frame-8 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
  position: relative;
  flex: 0 0 auto;
  z-index: 5;
}

.MCP .real-questions {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Clash Display-Medium", Helvetica;
  font-weight: 500;
  color: transparent;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: 52px;
}

.MCP .try-one-you-ll-get {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: var(--text-16-regular-font-family);
  font-weight: var(--text-16-regular-font-weight);
  color: #666666;
  font-size: var(--text-16-regular-font-size);
  text-align: justify;
  letter-spacing: var(--text-16-regular-letter-spacing);
  line-height: var(--text-16-regular-line-height);
  white-space: nowrap;
  font-style: var(--text-16-regular-font-style);
}

.MCP .frame-9 {
  display: flex;
  flex-direction: column;
  width: 1240px;
  align-items: center;
  justify-content: center;
  gap: 52px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .frame-10 {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .frame-11 {
  position: relative;
  width: 209px;
  height: 44px;
}

.MCP .frame-12 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--greengreen-50);
  border-radius: 22px;
  border: 1px solid;
  border-color: var(--greengreen-700);
}

.MCP .text-wrapper-3 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-18-regular-font-family);
  font-weight: var(--text-18-regular-font-weight);
  color: var(--greengreen-700);
  font-size: var(--text-18-regular-font-size);
  letter-spacing: var(--text-18-regular-letter-spacing);
  line-height: var(--text-18-regular-line-height);
  white-space: nowrap;
  font-style: var(--text-18-regular-font-style);
}

.MCP .frame-13 {
  position: absolute;
  top: 0;
  left: 0;
  width: 209px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.MCP .frame-14 {
  display: inline-flex;
  height: 44px;
  width: 209px;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 20px;
  background-color: #f5f5f5;
  border-radius: 22px;
  border: 1px solid;
  border-color: var(--greengreen-700);
}

.MCP .text-wrapper-4 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-18-regular-font-family);
  font-weight: var(--text-18-regular-font-weight);
  color: #161616;
  font-size: var(--text-18-regular-font-size);
  letter-spacing: var(--text-18-regular-letter-spacing);
  line-height: var(--text-18-regular-line-height);
  white-space: nowrap;
  font-style: var(--text-18-regular-font-style);
}

.MCP .frame-15 {
  position: relative;
  width: 138px;
  height: 44px;
}

.MCP .frame-16 {
  position: absolute;
  top: 0;
  left: 0;
  width: 138px;
  height: 44px;
  display: flex;
}

.MCP .frame-17 {
  display: inline-flex;
  width: 138px;
  height: 44px;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 20px;
  background-color: #f5f5f5;
  border-radius: 22px;
  border: 1px solid;
  border-color: var(--greengreen-700);
}

.MCP .frame-18 {
  position: relative;
  width: 171px;
  height: 44px;
}

.MCP .frame-19 {
  position: absolute;
  top: 0;
  left: 0;
  width: 171px;
  height: 44px;
  display: flex;
}

.MCP .frame-20 {
  display: inline-flex;
  width: 171px;
  height: 44px;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 20px;
  background-color: #f5f5f5;
  border-radius: 22px;
  border: 1px solid;
  border-color: var(--greengreen-700);
}

.MCP .frame-21 {
  position: relative;
  width: 146px;
  height: 44px;
}

.MCP .frame-22 {
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 44px;
  display: flex;
}

.MCP .frame-23 {
  display: inline-flex;
  width: 146px;
  height: 44px;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 20px;
  background-color: #f5f5f5;
  border-radius: 22px;
  border: 1px solid;
  border-color: var(--greengreen-700);
}

.MCP .frame-24 {
  position: relative;
  width: 979px;
  height: 437px;
}

.MCP .frame-25 {
  display: flex;
  flex-direction: column;
  width: 668px;
  align-items: flex-start;
  gap: 17.57px;
  padding: 12px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f8f8f8;
  border-radius: 16px;
  border: 1px solid;
  border-color: #d1d1d1;
}

.MCP .frame-26 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 16px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.MCP .chat-reel {
  position: relative;
}

.MCP .chat-reel::before,
.MCP .chat-reel::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 32px;
  pointer-events: none;
  z-index: 2;
}

.MCP .chat-reel::before {
  top: 0;
  background: linear-gradient(180deg, #ffffff 25%, rgba(255, 255, 255, 0) 100%);
}

.MCP .chat-reel::after {
  bottom: 62px;
  background: linear-gradient(0deg, #ffffff 25%, rgba(255, 255, 255, 0) 100%);
}

.MCP .chat-reel .chat-reel-track {
  flex: 0 0 auto;
  justify-content: flex-start;
  min-height: max-content;
  padding-bottom: 20px;
  animation: chat-reel-scroll 16s ease-in-out infinite;
}

.MCP .chat-product-card {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 37px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  box-shadow: 0px 3px 8px #0000000d;
}

.MCP .chat-product-image {
  width: 82px;
  height: 82px;
  border-radius: 8px;
  object-fit: cover;
}

.MCP .chat-product-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.MCP .chat-product-title {
  font-family: var(--text-14-medium-font-family);
  font-weight: var(--text-14-medium-font-weight);
  color: #161616;
  font-size: var(--text-14-medium-font-size);
  line-height: var(--text-14-medium-line-height);
}

.MCP .chat-product-price {
  font-family: var(--text-14-bold-font-family);
  font-weight: var(--text-14-bold-font-weight);
  color: #161616;
  font-size: var(--text-14-bold-font-size);
  line-height: var(--text-14-bold-line-height);
}

.MCP .chat-product-stock {
  font-family: var(--text-12-medium-font-family);
  font-weight: var(--text-12-medium-font-weight);
  color: var(--greengreen-700);
  font-size: var(--text-12-medium-font-size);
  line-height: var(--text-12-medium-line-height);
}

@keyframes chat-reel-scroll {
  0%,
  18% {
    transform: translateY(0);
  }
  30%,
  48% {
    transform: translateY(-76px);
  }
  60%,
  78% {
    transform: translateY(-182px);
  }
  88%,
  100% {
    transform: translateY(-292px);
  }
}

.MCP .frame-27 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.MCP .frame-28 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 8px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #161616;
  border-radius: 10px 4px 10px 10px;
}

.MCP .text-wrapper-5 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--text-14-regular-font-family);
  font-weight: var(--text-14-regular-font-weight);
  color: #ffffff;
  font-size: var(--text-14-regular-font-size);
  letter-spacing: var(--text-14-regular-letter-spacing);
  line-height: var(--text-14-regular-line-height);
  font-style: var(--text-14-regular-font-style);
}

.MCP .frame-29 {
  position: relative;
  width: 29px;
  height: 29px;
  background-color: #161616;
  border-radius: var(--radius-999);
  overflow: hidden;
  aspect-ratio: 1;
}

.MCP .text-wrapper-6 {
  color: #ffffff;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 6px);
  width: 11px;
  font-family: var(--text-14-bold-font-family);
  font-weight: var(--text-14-bold-font-weight);
  font-size: var(--text-14-bold-font-size);
  letter-spacing: var(--text-14-bold-letter-spacing);
  line-height: var(--text-14-bold-line-height);
  font-style: var(--text-14-bold-font-style);
}

.MCP .div-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.MCP .frame-30 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.MCP .frame-31 {
  position: relative;
  width: 29px;
  height: 29px;
  border-radius: var(--radius-999);
  aspect-ratio: 1;
  background-image: url(https://c.animaapp.com/aUH8zRVX/img/frame-1948758155-1@2x.png);
  background-size: cover;
  background-position: 50% 50%;
}

.MCP .frame-32 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 8px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--greengreen-300);
  border-radius: 4px 10px 10px 10px;
}

.MCP .text-wrapper-7 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--text-14-regular-font-family);
  font-weight: var(--text-14-regular-font-weight);
  color: #161616;
  font-size: var(--text-14-regular-font-size);
  letter-spacing: var(--text-14-regular-letter-spacing);
  line-height: var(--text-14-regular-line-height);
  font-style: var(--text-14-regular-font-style);
}

.MCP .frame-33 {
  display: flex;
  flex-direction: column;
  width: 568px;
  align-items: flex-start;
  gap: 12px;
  padding: 0px 0px 0px 36px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .frame-34 {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .frame-35 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid;
  border-color: #dcdcdc;
}

.MCP .text-wrapper-8 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-14-regular-font-family);
  font-weight: var(--text-14-regular-font-weight);
  color: #161616;
  font-size: var(--text-14-regular-font-size);
  letter-spacing: var(--text-14-regular-letter-spacing);
  line-height: var(--text-14-regular-line-height);
  white-space: nowrap;
  font-style: var(--text-14-regular-font-style);
}

.MCP .text-wrapper-9 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-14-bold-font-family);
  font-weight: var(--text-14-bold-font-weight);
  color: var(--greengreen-700);
  font-size: var(--text-14-bold-font-size);
  letter-spacing: var(--text-14-bold-letter-spacing);
  line-height: var(--text-14-bold-line-height);
  white-space: nowrap;
  font-style: var(--text-14-bold-font-style);
}

.MCP .text-wrapper-10 {
  position: relative;
  align-self: stretch;
  font-family: var(--text-14-medium-font-family);
  font-weight: var(--text-14-medium-font-weight);
  color: var(--greengreen-700);
  font-size: var(--text-14-medium-font-size);
  letter-spacing: var(--text-14-medium-letter-spacing);
  line-height: var(--text-14-medium-line-height);
  font-style: var(--text-14-medium-font-style);
}

.MCP .rectangle-2 {
  position: absolute;
  top: 117px;
  left: 626px;
  width: 6px;
  height: 3px;
  background-color: #ffffff;
}

.MCP .frame-36 {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.MCP .img-4 {
  position: relative;
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
}

.MCP .text-wrapper-11 {
  flex: 1;
  font-family: "Apercu Pro-Regular", Helvetica;
  font-weight: 400;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  letter-spacing: 0;
}

.MCP .rectangle-3 {
  position: absolute;
  top: 8px;
  left: 248px;
  width: 2px;
  height: 28px;
  background-color: #ffffff;
}

.MCP .frame-37 {
  position: absolute;
  top: calc(50% - 158px);
  left: 26px;
  width: 257px;
  height: 316px;
}

.MCP .tag-wrapper {
  position: absolute;
  top: 31px;
  left: 0;
  width: 257px;
  height: 238px;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--greengreen-600);
  box-shadow:
    0px 12px 16.4px #6dfa115c,
    0px 0px 4.1px #6dfa11c2,
    0px 4px 10.25px #6dfa118c;
  background-image: url(https://c.animaapp.com/aUH8zRVX/img/frame-7651@2x.png);
  background-size: cover;
  background-position: 50% 50%;
}

.MCP .container-wrapper {
  display: inline-flex;
  margin-top: 10.5px;
  width: 76px;
  height: 24px;
  margin-left: 10.5px;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 13.2px;
  padding: 4px 8px;
  background-color: var(--greengreen-700);
  border-radius: 5.66px;
  backdrop-filter: blur(4.71px) brightness(100%);
  -webkit-backdrop-filter: blur(4.71px) brightness(100%);
}

.MCP .container-6 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.MCP .si-lightning-line {
  position: relative;
  width: 14px;
  height: 14px;
  aspect-ratio: 1;
}

.MCP .text-wrapper-12 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -0.94px;
  font-family: "Apercu Pro-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: 15.1px;
  white-space: nowrap;
}

.MCP .star {
  top: 0;
  left: 229px;
  height: 21px;
  position: absolute;
  width: 21px;
}

.MCP .star-2 {
  top: 291px;
  left: 9px;
  height: 25px;
  position: absolute;
  width: 21px;
}

.MCP .tag-2 {
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
  padding: 8px 20px;
  position: absolute;
  top: 252px;
  left: 67px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: var(--box-shadow-shadow-lg);
}

.MCP .frame-38 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .text-wrapper-13 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-12-medium-font-family);
  font-weight: var(--text-12-medium-font-weight);
  color: #161616;
  font-size: var(--text-12-medium-font-size);
  text-align: center;
  letter-spacing: var(--text-12-medium-letter-spacing);
  line-height: var(--text-12-medium-line-height);
  white-space: nowrap;
  font-style: var(--text-12-medium-font-style);
}

.MCP .text-wrapper-14 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: var(--text-12-regular-font-family);
  font-weight: var(--text-12-regular-font-weight);
  color: var(--greengreen-800);
  font-size: var(--text-12-regular-font-size);
  text-align: center;
  letter-spacing: var(--text-12-regular-letter-spacing);
  line-height: var(--text-12-regular-line-height);
  white-space: nowrap;
  font-style: var(--text-12-regular-font-style);
}

.MCP .frame-39 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  padding: 120px 70px 120px 70px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 4;
  background-color: #161616;
}

.MCP .frame-40 {
  display: flex;
  width: 1240px;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

.MCP .div-5 {
  position: relative;
  width: 670px;
  margin-top: -1px;
  font-family: "Clash Display-Medium", Helvetica;
  font-weight: 500;
  color: transparent;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 52px;
}

.MCP .text-wrapper-15 {
  color: #ffffff;
}

.MCP .text-wrapper-16 {
  color: #6dfa11;
}

.MCP .container-7 {
  display: flex;
  flex-direction: column;
  width: 528px;
  align-items: flex-start;
  gap: 16.61px;
  padding: 12px 0px 0px;
  position: relative;
}

.MCP .text-wrapper-17 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--text-16-regular-font-family);
  font-weight: var(--text-16-regular-font-weight);
  color: #b5b5b5;
  font-size: var(--text-16-regular-font-size);
  letter-spacing: var(--text-16-regular-letter-spacing);
  line-height: var(--text-16-regular-line-height);
  font-style: var(--text-16-regular-font-style);
}

.MCP .frame-41 {
  display: flex;
  width: 1240px;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
  overflow-x: scroll;
}

.MCP .frame-41::-webkit-scrollbar {
  width: 0;
  display: none;
}

.MCP .div-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ffffff1a;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid;
  backdrop-filter: blur(27.5px) brightness(100%);
  -webkit-backdrop-filter: blur(27.5px) brightness(100%);
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.MCP .before-old-workflow-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #3e2729;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #ffffff1a;
}

.MCP .before-old-workflow {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  margin-top: -1px;
  font-family: "Apercu Pro-Bold", Helvetica;
  font-weight: 700;
  color: #ff7175;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.MCP .frame-42 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.MCP .frame-43 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.MCP .frame-44 {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.MCP .frame-45 {
  display: flex;
  flex-direction: column;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 10px;
  position: relative;
  background-color: #4d2828;
  border-radius: 20px;
  aspect-ratio: 1;
}

.MCP .text-wrapper-18 {
  color: #ff7175;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: var(--text-14-bold-font-family);
  font-weight: var(--text-14-bold-font-weight);
  font-size: var(--text-14-bold-font-size);
  letter-spacing: var(--text-14-bold-letter-spacing);
  line-height: var(--text-14-bold-line-height);
  white-space: nowrap;
  font-style: var(--text-14-bold-font-style);
}

.MCP .text-wrapper-19 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: var(--text-16-regular-font-family);
  font-weight: var(--text-16-regular-font-weight);
  color: #ffffff;
  font-size: var(--text-16-regular-font-size);
  letter-spacing: var(--text-16-regular-letter-spacing);
  line-height: var(--text-16-regular-line-height);
  white-space: nowrap;
  font-style: var(--text-16-regular-font-style);
}

.MCP .text-wrapper-20 {
  margin-left: -1px;
  margin-right: -1px;
  color: #ff7175;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: var(--text-14-bold-font-family);
  font-weight: var(--text-14-bold-font-weight);
  font-size: var(--text-14-bold-font-size);
  letter-spacing: var(--text-14-bold-letter-spacing);
  line-height: var(--text-14-bold-line-height);
  white-space: nowrap;
  font-style: var(--text-14-bold-font-style);
}

.MCP .frame-46 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .material-symbols {
  position: relative;
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
}

.MCP .text-wrapper-21 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-16-regular-font-family);
  font-weight: var(--text-16-regular-font-weight);
  color: #ff7175;
  font-size: var(--text-16-regular-font-size);
  letter-spacing: var(--text-16-regular-letter-spacing);
  line-height: var(--text-16-regular-line-height);
  white-space: nowrap;
  font-style: var(--text-16-regular-font-style);
}

.MCP .after-with-zotasell-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #6dfa111a;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #ffffff1a;
}

.MCP .after-with-zotasell {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  margin-top: -1px;
  font-family: "Apercu Pro-Bold", Helvetica;
  font-weight: 700;
  color: #6dfa11;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.MCP .frame-47 {
  display: flex;
  flex-direction: column;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 10px;
  position: relative;
  background-color: #1c4203;
  border-radius: 20px;
  aspect-ratio: 1;
}

.MCP .text-wrapper-22 {
  color: #6dfa11;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: var(--text-14-bold-font-family);
  font-weight: var(--text-14-bold-font-weight);
  font-size: var(--text-14-bold-font-size);
  letter-spacing: var(--text-14-bold-letter-spacing);
  line-height: var(--text-14-bold-line-height);
  white-space: nowrap;
  font-style: var(--text-14-bold-font-style);
}

.MCP .text-wrapper-23 {
  margin-left: -1px;
  margin-right: -1px;
  color: #6dfa11;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: var(--text-14-bold-font-family);
  font-weight: var(--text-14-bold-font-weight);
  font-size: var(--text-14-bold-font-size);
  letter-spacing: var(--text-14-bold-letter-spacing);
  line-height: var(--text-14-bold-line-height);
  white-space: nowrap;
  font-style: var(--text-14-bold-font-style);
}

.MCP .text-wrapper-24 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-16-regular-font-family);
  font-weight: var(--text-16-regular-font-weight);
  color: #6dfa11;
  font-size: var(--text-16-regular-font-size);
  letter-spacing: var(--text-16-regular-letter-spacing);
  line-height: var(--text-16-regular-line-height);
  white-space: nowrap;
  font-style: var(--text-16-regular-font-style);
}

.MCP .frame-48 {
  display: flex;
  width: 1240px;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .frame-49 {
  position: relative;
  align-self: stretch;
  width: 763px;
  background-color: #ffffff1a;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid;
}

.MCP .iphone-pro {
  position: absolute;
  top: 55px;
  left: 0;
  width: 362px;
  height: auto;
}

.MCP .frame-50 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17.57px;
  padding: 12px;
  position: absolute;
  top: 53px;
  right: 47px;
  background-color: #1c1c1c;
  border-radius: 16px;
  border: 1px solid;
  border-color: #ffffff1a;
  box-shadow: var(--box-shadow-shadow-lg);
}

.MCP .frame-51 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #00000066;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid;
  border-color: #ffffff1a;
}

.MCP .frame-52 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 14px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .frame-53 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 8px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff1a;
  border-radius: 10px 4px 10px 10px;
}

.MCP .text-wrapper-25 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--text-14-regular-font-family);
  font-weight: var(--text-14-regular-font-weight);
  color: #ededed;
  font-size: var(--text-14-regular-font-size);
  letter-spacing: var(--text-14-regular-letter-spacing);
  line-height: var(--text-14-regular-line-height);
  font-style: var(--text-14-regular-font-style);
}

.MCP .frame-54 {
  position: relative;
  width: 29px;
  height: 29px;
  background-color: #ffffff1a;
  border-radius: var(--radius-999);
  overflow: hidden;
  aspect-ratio: 1;
}

.MCP .text-wrapper-26 {
  color: #ededed;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 6px);
  width: 11px;
  font-family: var(--text-14-bold-font-family);
  font-weight: var(--text-14-bold-font-weight);
  font-size: var(--text-14-bold-font-size);
  letter-spacing: var(--text-14-bold-letter-spacing);
  line-height: var(--text-14-bold-line-height);
  font-style: var(--text-14-bold-font-style);
}

.MCP .frame-55 {
  position: relative;
  width: 29px;
  height: 29px;
  border-radius: var(--radius-999);
  border: 1px solid;
  border-color: #ffffff1a;
  aspect-ratio: 1;
  background-image: url(https://c.animaapp.com/aUH8zRVX/img/frame-1948758155-2@2x.png);
  background-size: cover;
  background-position: 50% 50%;
}

.MCP .frame-56 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #6dfa111a;
  border-radius: 4px 10px 10px 10px;
}

.MCP .frame-57 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff1a;
  border-radius: 8px;
}

.MCP .text-wrapper-27 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-14-regular-font-family);
  font-weight: var(--text-14-regular-font-weight);
  color: #ededed;
  font-size: var(--text-14-regular-font-size);
  letter-spacing: var(--text-14-regular-letter-spacing);
  line-height: var(--text-14-regular-line-height);
  white-space: nowrap;
  font-style: var(--text-14-regular-font-style);
}

.MCP .text-wrapper-28 {
  width: fit-content;
  font-family: var(--text-14-medium-font-family);
  font-weight: var(--text-14-medium-font-weight);
  color: var(--greengreen-700);
  font-size: var(--text-14-medium-font-size);
  line-height: var(--text-14-medium-line-height);
  white-space: nowrap;
  position: relative;
  margin-top: -1px;
  letter-spacing: var(--text-14-medium-letter-spacing);
  font-style: var(--text-14-medium-font-style);
}

.MCP .text-wrapper-29 {
  position: relative;
  width: fit-content;
  margin-right: -7px;
  font-family: var(--text-14-regular-font-family);
  font-weight: var(--text-14-regular-font-weight);
  color: #ededed;
  font-size: var(--text-14-regular-font-size);
  letter-spacing: var(--text-14-regular-letter-spacing);
  line-height: var(--text-14-regular-line-height);
  white-space: nowrap;
  font-style: var(--text-14-regular-font-style);
}

.MCP .frame-58 {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .frame-59 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #000000;
  border-radius: 10px;
}

.MCP .text-wrapper-30 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-14-medium-font-family);
  font-weight: var(--text-14-medium-font-weight);
  color: #ededed;
  font-size: var(--text-14-medium-font-size);
  letter-spacing: var(--text-14-medium-letter-spacing);
  line-height: var(--text-14-medium-line-height);
  white-space: nowrap;
  font-style: var(--text-14-medium-font-style);
}

.MCP .frame-60 {
  display: flex;
  width: 69px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 16px;
  position: relative;
  background-color: #ffffff1a;
  border-radius: 10px;
}

.MCP .rectangle-4 {
  position: absolute;
  top: 117px;
  left: 626px;
  width: 6px;
  height: 3px;
  background-color: #ededed;
}

.MCP .frame-61 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8.2px;
  padding: 8px 8px 8px 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff1a;
  border-radius: 10px;
  box-shadow:
    0px 0px 4.1px #6dfa11c2,
    0px 4px 10.25px #6dfa1157;
}

.MCP .text-wrapper-31 {
  position: relative;
  flex: 1;
  font-family: var(--text-14-regular-font-family);
  font-weight: var(--text-14-regular-font-weight);
  color: #c1c1c1;
  font-size: var(--text-14-regular-font-size);
  letter-spacing: var(--text-14-regular-letter-spacing);
  line-height: var(--text-14-regular-line-height);
  font-style: var(--text-14-regular-font-style);
}

.MCP .frame-62 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.MCP .frame-63 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff1a;
  border-radius: 16px;
  border: 1px solid;
}

.MCP .frame-64 {
  position: relative;
  width: 48px;
  flex: 0 0 auto;
}

.MCP .frame-65 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.MCP .text-wrapper-32 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--text-16-bold-font-family);
  font-weight: var(--text-16-bold-font-weight);
  color: #ffffff;
  font-size: var(--text-16-bold-font-size);
  letter-spacing: var(--text-16-bold-letter-spacing);
  line-height: var(--text-16-bold-line-height);
  font-style: var(--text-16-bold-font-style);
}

.MCP .text-wrapper-33 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: var(--text-16-regular-font-family);
  font-weight: var(--text-16-regular-font-weight);
  color: #bfbfbf;
  font-size: var(--text-16-regular-font-size);
  letter-spacing: var(--text-16-regular-letter-spacing);
  line-height: var(--text-16-regular-line-height);
  font-style: var(--text-16-regular-font-style);
}

.MCP .frame-66 {
  display: flex;
  flex-direction: column;
  width: 1240px;
  align-items: center;
  gap: 52px;
  position: relative;
  flex: 0 0 auto;
  z-index: 3;
}

.MCP .container-8 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.MCP .element-seconds-from {
  width: fit-content;
  font-family: "Clash Display-Medium", Helvetica;
  font-weight: 500;
  color: transparent;
  font-size: 48px;
  line-height: 52px;
  position: relative;
  margin-top: -1px;
  letter-spacing: 0;
}

.MCP .frame-67 {
  display: flex;
  flex-direction: column;
  width: 371px;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 0px 0px;
  position: relative;
}

.MCP .text-wrapper-34 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--text-16-regular-font-family);
  font-weight: var(--text-16-regular-font-weight);
  color: #666666;
  font-size: var(--text-16-regular-font-size);
  text-align: justify;
  letter-spacing: var(--text-16-regular-letter-spacing);
  line-height: var(--text-16-regular-line-height);
  font-style: var(--text-16-regular-font-style);
}

.MCP .video-rectangle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1.78;
}

.MCP .img-5 {
  align-self: stretch;
  width: 100%;
  object-fit: cover;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.MCP .frame-68 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  padding: 120px 0px 120px 100px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 2;
  background-color: #161616;
}

.MCP .container-9 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16.61px;
  padding: 12px 0px 0px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .text-wrapper-35 {
  position: relative;
  display: flex;
  align-items: center;
  width: 254px;
  margin-top: -1px;
  font-family: var(--text-16-regular-font-family);
  font-weight: var(--text-16-regular-font-weight);
  color: #b5b5b5;
  font-size: var(--text-16-regular-font-size);
  text-align: justify;
  letter-spacing: var(--text-16-regular-letter-spacing);
  line-height: var(--text-16-regular-line-height);
  font-style: var(--text-16-regular-font-style);
}

.MCP .frame-69 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff1a;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid;
}

.MCP .text-wrapper-36 {
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--text-20-bold-font-family);
  font-weight: var(--text-20-bold-font-weight);
  color: #ffffff;
  font-size: var(--text-20-bold-font-size);
  line-height: var(--text-20-bold-line-height);
  position: relative;
  letter-spacing: var(--text-20-bold-letter-spacing);
  font-style: var(--text-20-bold-font-style);
}

.MCP .frame-70 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #00000066;
  border-radius: 12px;
}

.MCP .frame-71 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.MCP .frame-72 {
  display: flex;
  flex-direction: column;
  width: 216px;
  align-items: flex-start;
  justify-content: center;
  padding: 8px 16px;
  position: relative;
  background-color: #ffffff1a;
  border-radius: 10px 4px 10px 10px;
}

.MCP .text-wrapper-37 {
  align-self: stretch;
  margin-top: -1px;
  color: #ffffff;
  font-size: var(--text-12-regular-font-size);
  line-height: var(--text-12-regular-line-height);
  position: relative;
  font-family: var(--text-12-regular-font-family);
  font-weight: var(--text-12-regular-font-weight);
  letter-spacing: var(--text-12-regular-letter-spacing);
  font-style: var(--text-12-regular-font-style);
}

.MCP .zotasell-logo-mark-2 {
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  width: 12px;
  height: 12px;
  aspect-ratio: 0.96;
}

.MCP .frame-73 {
  display: flex;
  flex-direction: column;
  width: 216px;
  align-items: flex-start;
  justify-content: center;
  padding: 8px 16px;
  position: relative;
  background-color: var(--greengreen-300);
  border-radius: 4px 10px 10px 10px;
}

.MCP .text-wrapper-38 {
  align-self: stretch;
  font-family: var(--text-12-regular-font-family);
  font-weight: var(--text-12-regular-font-weight);
  color: #161616;
  font-size: var(--text-12-regular-font-size);
  line-height: var(--text-12-regular-line-height);
  position: relative;
  margin-top: -1px;
  letter-spacing: var(--text-12-regular-letter-spacing);
  font-style: var(--text-12-regular-font-style);
}

.MCP .frame-74 {
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
  padding: 0px 0px 0px 37px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .frame-75 {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #b5fc8733;
  border-radius: 6px;
}

.MCP .text-wrapper-39 {
  width: fit-content;
  font-family: var(--text-11-regular-font-family);
  font-weight: var(--text-11-regular-font-weight);
  color: #dcdcdc;
  font-size: var(--text-11-regular-font-size);
  line-height: var(--text-11-regular-line-height);
  white-space: nowrap;
  position: relative;
  margin-top: -1px;
  letter-spacing: var(--text-11-regular-letter-spacing);
  font-style: var(--text-11-regular-font-style);
}

.MCP .frame-76 {
  display: inline-flex;
  gap: 4px;
  padding: 0px 0px 0px 37px;
  margin-right: -6px;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.MCP .frame-77 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff1a;
  border-radius: 16px;
  border: 1px solid;
}

.MCP .frame-78 {
  display: flex;
  flex-direction: column;
  width: 1240px;
  align-items: center;
  gap: 52px;
  position: relative;
  flex: 0 0 auto;
  z-index: 1;
}

.MCP .mask-group {
  position: absolute;
  top: -250px;
  left: calc(50% - 720px);
  width: 920px;
  height: 681px;
}

.MCP .mask-group-2 {
  position: absolute;
  top: 80px;
  left: calc(50% - 3px);
  width: 723px;
  height: 681px;
}

.MCP .works-with-the-AI {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Clash Display-Medium", Helvetica;
  font-weight: 500;
  color: transparent;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: 52px;
  white-space: nowrap;
}

.MCP .text-wrapper-40 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 674px;
  font-family: var(--text-20-regular-font-family);
  font-weight: var(--text-20-regular-font-weight);
  color: #666666;
  font-size: var(--text-20-regular-font-size);
  text-align: center;
  letter-spacing: var(--text-20-regular-letter-spacing);
  line-height: var(--text-20-regular-line-height);
  font-style: var(--text-20-regular-font-style);
}

.MCP .zotasell-logo-full-wrapper {
  display: flex;
  flex-direction: column;
  width: 172px;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8.2px;
  padding: 12px 14px;
  position: relative;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow:
    0px 19.68px 16.4px #6dfa115c,
    0px 0px 4.1px #6dfa11c2,
    0px 5.74px 10.25px #6dfa1157;
}

.MCP .zotasell-logo-full-2 {
  position: relative;
  width: 100px;
  height: 19px;
  aspect-ratio: 5.12;
}

.MCP .word-mark-2 {
  position: absolute;
  width: 76.25%;
  height: 91.74%;
  top: 8.26%;
  left: 23.75%;
}

.MCP .line {
  position: relative;
  width: 1px;
  height: 41.01px;
  object-fit: cover;
}

.MCP .frame-79 {
  display: flex;
  width: 172px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #161616;
  border-radius: 24px;
  border: 1px solid;
  border-color: #dcdcdc;
  box-shadow: var(--box-shadow-shadow-md);
}

.MCP .text-wrapper-41 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-16-medium-font-family);
  font-weight: var(--text-16-medium-font-weight);
  color: #ffffff;
  font-size: var(--text-16-medium-font-size);
  letter-spacing: var(--text-16-medium-letter-spacing);
  line-height: var(--text-16-medium-line-height);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: var(--text-16-medium-font-style);
}

.MCP .vector-2 {
  position: relative;
  width: 321px;
  height: 33.5px;
  margin-top: -0.5px;
}

.MCP .frame-80 {
  display: flex;
  flex-wrap: wrap;
  width: 554px;
  align-items: flex-start;
  justify-content: center;
  gap: 12px 12px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .frame-81 {
  display: flex;
  width: 144px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  position: relative;
  background-color: #ffffff;
  border-radius: 24px;
  border: 1px solid;
  border-color: #dcdcdc;
  box-shadow: var(--box-shadow-shadow-md);
}

.MCP .chatgpt-logo {
  position: relative;
  width: 24px;
  height: 23px;
  aspect-ratio: 1.01;
}

.MCP .text-wrapper-42 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-16-medium-font-family);
  font-weight: var(--text-16-medium-font-weight);
  color: #161616;
  font-size: var(--text-16-medium-font-size);
  letter-spacing: var(--text-16-medium-letter-spacing);
  line-height: var(--text-16-medium-line-height);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: var(--text-16-medium-font-style);
}

.MCP .frame-82 {
  display: flex;
  width: 172px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  position: relative;
  background-color: #ffffff;
  border-radius: 24px;
  border: 1px solid;
  border-color: #dcdcdc;
  box-shadow: var(--box-shadow-shadow-md);
}

.MCP .g {
  position: relative;
  width: 24px;
  height: 21.82px;
  aspect-ratio: 1.1;
}

.MCP .group {
  width: 20.98px;
  aspect-ratio: 0.87;
  position: relative;
  height: 24px;
}

.MCP .frame-83 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 24px;
  border: 1px solid;
  border-color: #dcdcdc;
  box-shadow: var(--box-shadow-shadow-md);
}

.MCP .banner {
  position: relative;
  width: 1240px;
  height: 561px;
  z-index: -1;
  background-color: var(--greengreen-300);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 1px #0000001a;
}

.MCP .img-6 {
  position: absolute;
  height: 100%;
  top: 0;
  left: 1044px;
  width: 196px;
}

.MCP .frame-84 {
  display: flex;
  flex-direction: column;
  width: 826px;
  align-items: center;
  gap: 32px;
  position: absolute;
  top: calc(50% - 152px);
  left: calc(50% - 413px);
}

.MCP .tag-3 {
  display: inline-flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px 28px 16px 24px;
  position: relative;
  background-color: var(--greengreen-50);
  border-radius: 12px;
}

.MCP .div-7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.MCP .text-wrapper-43 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Clash Display-Medium", Helvetica;
  font-weight: 500;
  color: #161616;
  font-size: 60px;
  text-align: center;
  letter-spacing: 0;
  line-height: 72px;
}

.MCP .container-10 {
  display: flex;
  flex-direction: column;
  width: 634px;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .text-wrapper-44 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 550px;
  margin-top: -1px;
  font-family: var(--text-20-regular-font-family);
  font-weight: var(--text-20-regular-font-weight);
  color: #666666;
  font-size: var(--text-20-regular-font-size);
  text-align: center;
  letter-spacing: var(--text-20-regular-letter-spacing);
  line-height: var(--text-20-regular-line-height);
  font-style: var(--text-20-regular-font-style);
}

.MCP .footer {
  display: flex;
  flex-direction: column;
  width: 1240px;
  align-items: flex-start;
  gap: 80px;
  padding: 80px 0px;
  position: relative;
  flex: 0 0 auto;
  z-index: -2;
  background-color: #161616;
  border-radius: 16px;
}

.MCP .container-11 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.MCP .container-12 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .div-8 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .zotasell-logo {
  position: relative;
  width: 123px;
  height: 24px;
  aspect-ratio: 5.13;
}

.MCP .wordmark {
  position: absolute;
  width: 76.24%;
  height: 92.53%;
  top: 7.47%;
  left: 23.76%;
}

.MCP .frame-85 {
  display: flex;
  flex-direction: column;
  width: 326px;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .text-wrapper-45 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-16-bold-font-family);
  font-weight: var(--text-16-bold-font-weight);
  color: #ffffff;
  font-size: var(--text-16-bold-font-size);
  letter-spacing: var(--text-16-bold-letter-spacing);
  line-height: var(--text-16-bold-line-height);
  white-space: nowrap;
  font-style: var(--text-16-bold-font-style);
}

.MCP .input {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 8px 8px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.MCP .container-13 {
  position: relative;
  flex-grow: 1;
  border: none;
  background: none;
  margin-top: -1px;
  font-family: var(--text-14-medium-font-family);
  font-weight: var(--text-14-medium-font-weight);
  color: #666666;
  font-size: var(--text-14-medium-font-size);
  letter-spacing: var(--text-14-medium-letter-spacing);
  line-height: var(--text-14-medium-line-height);
  white-space: nowrap;
  font-style: var(--text-14-medium-font-style);
  padding: 0;
}

.MCP .frame-86 {
  position: relative;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
}

.MCP .text-wrapper-46 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-right: -1px;
  font-family: var(--text-14-regular-font-family);
  font-weight: var(--text-14-regular-font-weight);
  color: #ffffff;
  font-size: var(--text-14-regular-font-size);
  letter-spacing: var(--text-14-regular-letter-spacing);
  line-height: var(--text-14-regular-line-height);
  white-space: nowrap;
  font-style: var(--text-14-regular-font-style);
}

.MCP .container-14 {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .social {
  position: relative;
  max-width: 208px;
  width: 40px;
  height: 40px;
}

.MCP .container-15 {
  display: inline-flex;
  align-items: flex-start;
  gap: 80px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .text-3 {
  justify-content: center;
  width: fit-content;
  font-family: var(--text-20-bold-font-family);
  font-weight: var(--text-20-bold-font-weight);
  color: #ffffff;
  font-size: var(--text-20-bold-font-size);
  text-align: center;
  line-height: var(--text-20-bold-line-height);
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -1px;
  letter-spacing: var(--text-20-bold-letter-spacing);
  font-style: var(--text-20-bold-font-style);
}

.MCP .container-16 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.MCP .button-secondary-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.MCP .horizontal-divider-2 {
  position: relative;
  width: 12px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0;
}

.MCP .frame-87 {
  display: flex;
  flex-direction: column;
  width: 167px;
  align-items: flex-start;
  justify-content: center;
  gap: 44px;
  position: relative;
}

.MCP .text-4 {
  justify-content: center;
  width: fit-content;
  font-family: var(--text-16-regular-font-family);
  font-weight: var(--text-16-regular-font-weight);
  color: #ffffff;
  font-size: var(--text-16-regular-font-size);
  text-align: center;
  line-height: var(--text-16-regular-line-height);
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -1px;
  letter-spacing: var(--text-16-regular-letter-spacing);
  font-style: var(--text-16-regular-font-style);
}

.MCP .container-17 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.MCP .button-secondary-3 {
  display: flex;
  align-self: stretch;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.MCP .container-18 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.MCP .text-5 {
  align-self: stretch;
  font-family: var(--text-16-regular-font-family);
  font-weight: var(--text-16-regular-font-weight);
  color: #ffffff;
  font-size: var(--text-16-regular-font-size);
  line-height: var(--text-16-regular-line-height);
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -1px;
  letter-spacing: var(--text-16-regular-letter-spacing);
  font-style: var(--text-16-regular-font-style);
}

.MCP .container-19 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 60px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #424242;
}

.MCP .container-20 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.MCP .text-wrapper-47 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-16-regular-font-family);
  font-weight: var(--text-16-regular-font-weight);
  color: #f5f5f5;
  font-size: var(--text-16-regular-font-size);
  letter-spacing: var(--text-16-regular-letter-spacing);
  line-height: var(--text-16-regular-line-height);
  white-space: nowrap;
  font-style: var(--text-16-regular-font-style);
}

.MCP .text-wrapper-48 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-16-bold-font-family);
  font-weight: var(--text-16-bold-font-weight);
  color: #f5f5f5;
  font-size: var(--text-16-bold-font-size);
  letter-spacing: var(--text-16-bold-letter-spacing);
  line-height: var(--text-16-bold-line-height);
  white-space: nowrap;
  font-style: var(--text-16-bold-font-style);
}

@media (min-width: 1025px) {
  .MCP .frame-40,
  .MCP .frame-41,
  .MCP .frame-48,
  .MCP .frame-66,
  .MCP .frame-78,
  .MCP .banner,
  .MCP .footer {
    width: min(1240px, 100%);
  }

  .MCP .background {
    width: min(1240px, 100%);
    padding: 60px clamp(28px, 4vw, 60px);
  }

  .MCP .frame-68 {
    padding-left: clamp(24px, 6vw, 100px);
    padding-right: clamp(24px, 6vw, 100px);
  }

  .MCP .container-11,
  .MCP .container-19 {
    padding-left: clamp(24px, 4vw, 60px);
    padding-right: clamp(24px, 4vw, 60px);
  }
}

@media (min-width: 1440px) {
  .MCP .container-2 {
    padding-left: 100px;
    padding-right: 100px;
  }
}
