.frame {
  position: absolute;
  top: 0;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.overlap-wrapper {
  overflow: hidden;
}

/* .frame .overlap-wrapper {
  overflow: hidden;
  width: 1437px; old one 1442px
} */

body {
  background: linear-gradient(178deg, #081228 2.25%, #040912 114.69%) fixed;
}

.landing-background {
  background-image: url(../images/background.webp);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  height: 95%;
}

.gradient-background-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #1E2164;
  mix-blend-mode: lighten;
  pointer-events: none;
}

.gradient-background-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #2B61D1;
  mix-blend-mode: hue;
  pointer-events: none;
}

.gradient-background-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(96deg, #040F25 1.98%, rgba(14, 33, 72, 0.77) 39.75%, rgba(21, 53, 119, 0.01) 70.66%, rgba(43, 97, 209, 0.00) 96.18%);
  pointer-events: none;
}

.gradient-background-4 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(180deg, rgba(14, 41, 80, 0.00) 0%, rgba(12, 34, 67, 0.00) 27.6%, rgba(8, 21, 44, 0.83) 67.71%, #071124 100%);
  pointer-events: none;
}

.frame .overlap {
  display: flex;
  justify-content: center;
  /* position: relative; */
  /* width: 2918px;
  height: 4879px;
  top: -571px;
  left: -927px; */
}

.frame .div {
  /* display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  position: absolute;
  top: 571px;
  left: 922px; */
}

.frame .div-2 {
  position: relative;
  width: 1445px;
  height: 4308px;
}

.frame .desktop {
  position: absolute;
  width: 1442px;
  height: 4278px;
  top: 30px;
  left: 0;
  background: linear-gradient(180deg, rgb(7.74, 18.36, 40.37) 0%, rgb(4.37, 8.82, 18.06) 100%);
}

.frame .header-background {
  position: absolute;
  width: 1442px;
  height: 949px;
  top: 0;
  left: 3px;
}

.frame .overlap-group-wrapper {
  height: 949px;
}

.frame .overlap-group {
  position: relative;
  width: 1442px;
  height: 949px;
}

.frame .group {
  position: absolute;
  width: 1440px;
  height: 949px;
  top: 0;
  left: 0;
}

.frame .mask-group {
  position: absolute;
  width: 1438px;
  height: 949px;
  top: 0;
  left: 2px;
}

.frame .landing-page {
  position: absolute;
  width: 1442px;
  height: 949px;
  top: 0;
  left: 0;
  background-color: #1d2063;
  mix-blend-mode: lighten;
  opacity: 0.5;
}

.frame .k-landing-page {
  background-color: #2b61d1;
  mix-blend-mode: hue;
  opacity: 0.3;
  position: absolute;
  width: 1442px;
  height: 949px;
  top: 0;
  left: 0;
}

.frame .landing-page-2 {
  position: absolute;
  width: 1442px;
  height: 949px;
  top: 0;
  left: 0;
}

.frame .frame-wrapper {
  position: absolute;
  width: 773px;
  height: 421px;
  top: 206px;
  left: 100px;
}

.frame .div-3 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  z-index: 10;
}

.frame .group-2 {
  position: relative;
  width: 775px;
  height: 271px;
  margin-right: -2px;
}

.frame .div-4 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
}

.frame .heading-your {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  background: linear-gradient(180deg, rgb(248, 250, 252) 0%, rgba(248, 250, 252, 0.89) 100%);
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: transparent;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0;
  line-height: 90px;
  white-space: nowrap;
}

.frame .rectangle {
  position: relative;
  width: 207px;
  height: 6px;
  background: linear-gradient(
    90deg,
    #DBF1FF -0.79%,
    #53B9FF 18%,
    #528AFB 51.2%,
    #9996F0 78.59%,
    #A08ECC 100%
  );
  /* background: linear-gradient(
    180deg,
    rgb(219, 241, 255) 0%,
    rgb(83, 185, 255) 18.65%,
    rgb(82, 138, 251) 51.59%,
    rgb(152.71, 150.08, 240.12) 78.76%,
    rgb(160.17, 141.95, 204) 100%
  ); */
}

.frame .benchmark {
  position: absolute;
  width: 773px;
  top: 111px;
  left: 0;
  /* background: linear-gradient(
    180deg,
    rgb(210, 238, 255) 0%,
    rgb(92, 189, 255) 23.44%,
    rgb(82, 142, 252) 51.04%,
    rgb(139, 148, 243) 72.4%,
    rgb(160, 143, 206) 100%
  ); */
  background: linear-gradient(
    90deg,
    #D2EEFF 1.33%,
    #5CBDFF 24.45%,
    #528EFC 51.67%,
    #8B94F3 72.73%,
    #A08FCE 99.95%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 80px;
  letter-spacing: -0.8px;
  line-height: 80px;
}

.frame .text-wrapper {
  position: relative;
  width: 650px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #f0f0f0cc;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 25px;
}

.download-btn {
  border-radius: 8px;
  background: linear-gradient(92deg, rgba(210, 238, 255, 0.25) -19.31%, rgba(92, 189, 255, 0.25) 8.35%, rgba(82, 142, 252, 0.25) 40.93%, rgba(139, 148, 243, 0.25) 66.13%, rgba(160, 143, 206, 0.25) 98.71%);
  backdrop-filter: blur(2px);
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  padding: 12px 18px;
}

.download-btn:hover {
  cursor: pointer;
}

/* .frame .download-btn {
  display: inline-flex;
  align-items: flex-start;
  gap: 19px;
  position: relative;
  flex: 0 0 auto;
} */

.frame .marketplace-button {
  display: inline-flex;
  padding: 12px 18px;
  align-self: stretch;
  flex: 0 0 auto;
  border-radius: 8px;
  backdrop-filter: blur(4px) brightness(100%);
  -webkit-backdrop-filter: blur(4px) brightness(100%);
  background: linear-gradient(
    180deg,
    rgba(210, 238, 255, 0.25) 0%,
    rgba(92, 189, 255, 0.25) 23.44%,
    rgba(82, 142, 252, 0.25) 51.04%,
    rgba(139, 148, 243, 0.25) 72.4%,
    rgba(160, 143, 206, 0.25) 100%
  );
  align-items: center;
  gap: 10px;
  position: relative;
}

.frame .download-fluxcore {
  position: relative;
  flex: 0 0 auto;
}

.frame .img {
  position: relative;
  width: 20px;
  height: 20px;
}

.frame .div-5 {
  display: flex;
  flex-direction: column;
  width: 209px;
  align-items: flex-start;
  gap: 4px;
  padding: 4px;
  position: absolute;
  top: 51px;
  left: -1px;
  background-color: #d9d9d903;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid;
  border-color: transparent;
  backdrop-filter: blur(30px) brightness(100%);
  -webkit-backdrop-filter: blur(30px) brightness(100%);
  border-image: radial-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.12)) 1;
}

.frame .div-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    rgba(210, 238, 255, 0.1) 0%,
    rgba(92, 189, 255, 0.1) 23.44%,
    rgba(82, 142, 252, 0.1) 51.04%,
    rgba(139, 148, 243, 0.1) 72.4%,
    rgba(160, 143, 206, 0.1) 100%
  );
}

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

.frame .div-7 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.frame .text-wrapper-2 {
  position: relative;
  width: fit-content;
  /*
  2023-11-09 ANA fixed design
  -webkit-text-stroke: 15.25px #000000;
  */
  background: linear-gradient(
    180deg,
    rgb(210, 238, 255) 0%,
    rgb(92, 189, 255) 23.44%,
    rgb(82, 142, 252) 51.04%,
    rgb(139, 148, 243) 72.4%,
    rgb(160, 143, 206) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: #FFFFFF; /*2023-11-09 ANA fixed design*/
  --text-fill-color: transparent;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: transparent;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.frame .div-8 {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.frame .flat-linux {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 1px;
  left: 1px;
  object-fit: cover;
}

.frame .text-wrapper-3 {
  position: relative;
  width: fit-content;
  /*
  2023-11-09 ANA fixed design
  -webkit-text-stroke: 15.25px #ffffff;
  */
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #FFFFFF; /*2023-11-09 ANA fixed design*/
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.frame .marketplace-button-2 {
  display: flex;
  justify-content: space-around;
  padding: 12px 18px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    rgba(210, 238, 255, 0.1) 0%,
    rgba(92, 189, 255, 0.1) 23.44%,
    rgba(82, 142, 252, 0.1) 51.04%,
    rgba(139, 148, 243, 0.1) 72.4%,
    rgba(160, 143, 206, 0.1) 100%
  );
  align-items: center;
  gap: 10px;
  position: relative;
}

.frame .div-9 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  position: absolute;
  top: 1121px;
  left: 116px;
}

.frame .div-10 {
  display: flex;
  width: 1220px;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

.frame .div-11 {
  display: flex;
  flex-direction: column;
  width: 1067px;
  align-items: flex-start;
  gap: 13px;
  position: relative;
}

.frame .join-the-pursuit-for {
  position: relative;
  width: 610px;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 26.2px;
}

.frame .span {
  color: #ffffff;
}

.frame .text-wrapper-4 {
  color: #2b61d1;
}

.frame .p {
  position: relative;
  width: 524px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #ffffffb2;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18.8px;
}

.frame .div-12 {
  display: inline-flex;
  align-items: flex-start;
  gap: 147px;
  padding: 5px 15px;
  position: relative;
  flex: 0 0 auto;
  margin-left: -181.49px;
  background-color: #ffffff1a;
  border-radius: 19px;
  backdrop-filter: blur(100px) brightness(100%);
  -webkit-backdrop-filter: blur(100px) brightness(100%);
}

.frame .text-wrapper-5 {
  position: relative;
  width: 137.17px;
  height: 20px;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #f5f5f599;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 15px;
}

.frame .heroicons-solid {
  position: relative;
  width: 20.32px;
  height: 20px;
}

.frame .div-13 {
  display: inline-flex;
  flex-direction: column;
  height: 1655.24px;
  align-items: center;
  gap: 16px;
  position: relative;
}

.frame .filters-bar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--second-best-stroke);
}

.frame .content {
  align-items: center;
  gap: 16px;
  padding: 12px 0px;
  align-self: stretch;
  width: 100%;
  border-radius: 12px;
  display: flex;
  position: relative;
  flex: 0 0 auto;
}

.frame .div-css {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff1a;
  border-radius: 8px;
}

.frame .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.frame .SVG {
  position: relative;
  width: 16px;
  height: 16px;
}

.frame .div-14 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

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

.frame .radio {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: var(--blue-600);
  border-radius: 100px;
  box-shadow: var(--shadow-shadow-sm-light);
}

.frame .knob {
  position: relative;
  width: 12px;
  height: 12px;
  top: 4px;
  left: 4px;
  background-color: var(--base00-light-primary);
  border-radius: 6px;
  box-shadow: var(--shadow-shadow-sm-light);
}

.frame .label {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-sm-font-medium-font-family);
  font-weight: var(--text-sm-font-medium-font-weight);
  color: #ffffff;
  font-size: var(--text-sm-font-medium-font-size);
  letter-spacing: var(--text-sm-font-medium-letter-spacing);
  line-height: var(--text-sm-font-medium-line-height);
  white-space: nowrap;
  font-style: var(--text-sm-font-medium-font-style);
}

.frame .radio-2 {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: var(--tertiary-gray100-light);
  border-radius: 100px;
  border: 1px solid;
  border-color: var(--tertiary-gray400-light);
  box-shadow: var(--shadow-shadow-sm-light);
}

.frame .group-3 {
  position: relative;
  width: 22px;
  height: 14.67px;
}

.frame .text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.frame .div-css-nfhq {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff1a;
  border-radius: 8px;
}

.frame .text-wrapper-8 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #f5f5f5;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.frame .content-2 {
  width: 1220px;
  align-items: flex-start;
  display: flex;
  position: relative;
  flex: 0 0 auto;
}

.frame .div-15 {
  display: inline-flex;
  align-items: flex-start;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.frame .table-header-cell {
  display: flex;
  height: 35.53px;
  justify-content: center;
  gap: 46.03px;
  padding: 9.69px 8px;
  align-self: stretch;
  width: 100%;
  background-color: #ebeeff1a;
  border-bottom-width: 0.81px;
  border-bottom-style: solid;
  border-color: var(--second-best-stroke);
  align-items: center;
  position: relative;
}

.frame .table-header {
  display: inline-flex;
  justify-content: center;
  gap: 3.23px;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.frame .text {
  position: relative;
  width: fit-content;
  margin-top: -0.81px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #ffffff80;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14.5px;
  white-space: nowrap;
}

.frame .table-cell {
  display: flex;
  height: 58.14px;
  gap: 9.69px;
  padding: 12.92px 19.38px;
  align-self: stretch;
  width: 100%;
  border-bottom-width: 0.81px;
  border-bottom-style: solid;
  border-color: var(--second-best-stroke);
  align-items: center;
  position: relative;
}

.frame .div-css-worker-info {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  position: relative;
  flex: 0 0 auto;
}

.frame .link-shtormfm-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  position: relative;
  flex: 0 0 auto;
}

.frame .text-2 {
  width: fit-content;
  margin-top: -0.31px;
  font-weight: 500;
  color: #ffffff80;
  font-size: 12px;
  line-height: 14.5px;
  white-space: nowrap;
  position: relative;
  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
}

.frame .div-16 {
  position: relative;
  height: 16px;
}

.frame .polygon {
  position: absolute;
  width: 7px;
  height: 4px;
  top: 7px;
  left: 4px;
}

.frame .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.frame .table-header-wrapper {
  height: 35.53px;
  gap: 9.69px;
  padding: 9.69px 19.38px;
  border-bottom-width: 0.81px;
  border-color: var(--second-best-stroke);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ebeeff1a;
  border-bottom-style: solid;
}

.frame .table-header-2 {
  display: inline-flex;
  gap: 3.23px;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.frame .table-cell-2 {
  height: 58.14px;
  gap: 3.46px;
  padding: 12.82px;
  border-bottom-width: 0.81px;
  border-color: var(--second-best-stroke);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-bottom-style: solid;
}

.frame .text-and-supporting {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.frame .text-3 {
  width: fit-content;
  margin-top: -0.81px;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  line-height: 10px;
  white-space: nowrap;
  position: relative;
  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
}

.frame .text-4 {
  width: fit-content;
  font-weight: 500;
  color: #ffffff99;
  font-size: 11px;
  line-height: 10px;
  white-space: nowrap;
  position: relative;
  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
}

.frame .table-header-cell-2 {
  height: 35.53px;
  gap: 9.72px;
  padding: 9.72px 19.43px;
  border-bottom-width: 0.81px;
  border-color: var(--second-best-stroke);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ebeeff1a;
  border-bottom-style: solid;
}

.frame .text-5 {
  width: fit-content;
  font-weight: 500;
  color: #ffffff99;
  font-size: 12px;
  line-height: 10px;
  white-space: nowrap;
  position: relative;
  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
}

.frame .text-and-supporting-wrapper {
  height: 58.14px;
  gap: 4px;
  padding: 12.82px;
  border-bottom-width: 0.81px;
  border-color: var(--second-best-stroke);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-bottom-style: solid;
}

.frame .table-cell-3 {
  height: 58.14px;
  gap: 3.23px;
  padding: 12.92px;
  border-bottom-width: 0.81px;
  border-color: var(--second-best-stroke);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-bottom-style: solid;
}

.frame .text-6 {
  width: fit-content;
  margin-top: -0.81px;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  line-height: 16.2px;
  white-space: nowrap;
  position: relative;
  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
}

.frame .text-7 {
  width: fit-content;
  margin-top: -0.81px;
  font-weight: 500;
  color: #ffffff;
  font-size: 11.3px;
  line-height: 7.8px;
  white-space: nowrap;
  position: relative;
  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
}

.frame .text-8 {
  width: fit-content;
  margin-top: -0.81px;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  line-height: 7.8px;
  white-space: nowrap;
  position: relative;
  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
}

.frame .frame-wrapper-2 {
  display: flex;
  flex-direction: column;
  width: 1220px;
  align-items: flex-start;
  gap: 23px;
  position: relative;
  flex: 0 0 auto;
  box-shadow: var(--2x-shadow);
}

.frame .div-17 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25.81px;
  padding: 17.21px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-blue-background-2-duplicate);
  border-radius: 21.51px;
  border: 0.86px solid;
  border-color: var(--variable-collection-blue-line-20-duplicate);
}

.frame .div-18 {
  display: flex;
  flex-direction: column;
  width: 1180px;
  align-items: flex-start;
  gap: 26px;
  position: relative;
  flex: 0 0 auto;
}

.frame .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame .text-wrapper-9 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

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

.frame .div-20 {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

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

.frame .text-wrapper-10 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #ffffff99;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.frame .div-22 {
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.frame .icon {
  position: relative;
  width: 8.34px;
  height: 9.17px;
  margin-left: -0.84px;
}

.frame .text-wrapper-11 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.frame .icon-2 {
  position: relative;
  width: 8.34px;
  height: 9.17px;
  margin-left: -0.83px;
}

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

.frame .adapter-ethernet {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: transparent;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

.frame .text-wrapper-12 {
  color: #ffffff99;
}

.frame .img-2 {
  position: relative;
  width: 10px;
  height: 10px;
}

.frame .text-wrapper-13 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #ffffff33;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.frame .img-3 {
  position: relative;
  flex: 0 0 auto;
  margin-right: -0.5px;
}

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

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

.frame .div-25 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.frame .text-wrapper-14 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #a5a5ae;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.frame .text-wrapper-15 {
  position: relative;
  width: 216px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.frame .text-wrapper-16 {
  color: #ffffff99;
  font-size: 14px;
  line-height: normal;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  letter-spacing: 0;
}

.frame .div-26 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 23px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame .menu-data {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 6.88px;
}

.frame .div-27 {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.frame .column-2 {
  display: flex;
  width: 160px;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.frame .table-header-cell-3 {
  height: 37.86px;
  gap: 10.33px;
  padding: 6.88px 0px;
  border-radius: 8px 0px 0px 8px;
  border-bottom-width: 0.86px;
  border-color: #46495f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ebeeff1a;
  border-bottom-style: solid;
}

.frame .table-header-3 {
  display: inline-flex;
  gap: 3.44px;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.frame .text-9 {
  width: fit-content;
  margin-top: -0.86px;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  line-height: normal;
  position: relative;
  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
}

.frame .percentage-wrapper {
  gap: 10.33px;
  padding: 8px 28.4px;
  flex: 0 0 auto;
  border-bottom-width: 0.86px;
  border-color: #46495f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-bottom-style: solid;
}

.frame .percentage {
  position: relative;
  width: fit-content;
  margin-top: -0.86px;
  margin-left: -12.9px;
  margin-right: -12.9px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17.2px;
  white-space: nowrap;
}

.frame .percentage-2 {
  margin-left: -4.9px;
  margin-right: -4.9px;
  position: relative;
  width: fit-content;
  margin-top: -0.86px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17.2px;
  white-space: nowrap;
}

.frame .column-3 {
  display: flex;
  align-items: center;
  flex: 1;
  flex-grow: 1;
  flex-direction: column;
  position: relative;
}

.frame .table-header-cell-4 {
  height: 37.86px;
  gap: 10.33px;
  padding: 6.88px 4.3px;
  border-bottom-width: 0.86px;
  border-color: #46495f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ebeeff1a;
  border-bottom-style: solid;
}

.frame .table-cell-4 {
  gap: 10.33px;
  padding: 8px 8.6px;
  flex: 0 0 auto;
  border-bottom-width: 0.86px;
  border-color: #46495f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-bottom-style: solid;
}

.frame .percentage-3 {
  position: relative;
  width: fit-content;
  margin-top: -0.86px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17.2px;
  white-space: nowrap;
}

.frame .table-header-cell-5 {
  height: 37.86px;
  gap: 10.33px;
  padding: 6.88px 8.6px;
  border-bottom-width: 0.86px;
  border-color: #46495f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ebeeff1a;
  border-bottom-style: solid;
}

.frame .table-header-4 {
  display: inline-flex;
  gap: 3.44px;
  flex: 0 0 auto;
  margin-left: -3.54px;
  margin-right: -3.54px;
  align-items: center;
  position: relative;
}

.frame .table-cell-5 {
  gap: 10.33px;
  padding: 8px 4.3px;
  flex: 0 0 auto;
  border-bottom-width: 0.86px;
  border-color: #46495f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-bottom-style: solid;
}

.frame .table-header-cell-6 {
  height: 37.86px;
  gap: 10.33px;
  padding: 6.88px 4.3px;
  border-radius: 0px 8px 8px 0px;
  border-bottom-width: 0.86px;
  border-color: #46495f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ebeeff1a;
  border-bottom-style: solid;
}

.frame .table-cell-6 {
  gap: 10.33px;
  padding: 8px 18.93px;
  flex: 0 0 auto;
  border-bottom-width: 0.86px;
  border-color: #46495f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-bottom-style: solid;
}

.frame .percentage-4 {
  margin-left: -6.9px;
  margin-right: -6.9px;
  position: relative;
  width: fit-content;
  margin-top: -0.86px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17.2px;
  white-space: nowrap;
}

.frame .table-header-cell-7 {
  height: 37.86px;
  gap: 10.33px;
  padding: 6.88px 8.6px;
  border-radius: 0px 8px 8px 0px;
  border-bottom-width: 0.86px;
  border-color: #46495f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ebeeff1a;
  border-bottom-style: solid;
}

.frame .table-header-cell-8 {
  height: 37.86px;
  gap: 10.33px;
  padding: 6.88px 0px;
  border-radius: 6.88px 0px 0px 6.88px;
  border-bottom-width: 0.86px;
  border-color: #46495f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ebeeff1a;
  border-bottom-style: solid;
}

.frame .percentage-5 {
  margin-left: -11.9px;
  margin-right: -11.9px;
  position: relative;
  width: fit-content;
  margin-top: -0.86px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17.2px;
  white-space: nowrap;
}

.frame .percentage-6 {
  margin-left: -5.4px;
  margin-right: -5.4px;
  position: relative;
  width: fit-content;
  margin-top: -0.86px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17.2px;
  white-space: nowrap;
}

.frame .percentage-7 {
  margin-left: -13.4px;
  margin-right: -13.4px;
  position: relative;
  width: fit-content;
  margin-top: -0.86px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17.2px;
  white-space: nowrap;
}

.frame .group-4 {
  position: relative;
  width: 1220px;
  height: 290.71px;
}

.frame .content-3 {
  display: flex;
  width: 1220px;
  align-items: flex-start;
  position: relative;
}

.frame .nav-list {
  position: relative;
  width: 866.41px;
  height: 32px;
}

.frame .div-28 {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  position: relative;
  left: 243px;
}

.frame .item-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8.95px 4px 10px;
  flex: 0 0 auto;
  position: relative;
  border-radius: 8px;
}

.frame .text-wrapper-17 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #dce1f0;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.frame .div-29 {
  gap: 25px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.frame .item-link-2 {
  display: inline-flex;
  align-items: flex-start;
  padding: 2px 9.22px 2px 10px;
  flex: 0 0 auto;
  background-color: #dce1f01c;
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px #dce1f0, inset 0px 0px 0px #ffffff;
  position: relative;
  border-radius: 8px;
}

.frame .text-wrapper-18 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #2b61d1;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.frame .item-link-3 {
  position: relative;
  width: fit-content;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.frame .item-link-4 {
  width: 72.34px;
  height: 32px;
  position: relative;
  border-radius: 8px;
}

.frame .div-30 {
  gap: 6px;
  top: 4px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.frame .text-wrapper-19 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.frame .div-31 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 25.81px;
  padding: 17.21px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection-blue-background-2-duplicate);
  border-radius: 21.51px;
  border: 0.86px solid;
  border-color: var(--variable-collection-blue-line-20-duplicate);
}

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

.frame .div-32 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 23px;
  position: relative;
  flex: 0 0 auto;
}

.frame .div-wrapper-2 {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 25.81px;
  padding: 20px;
  position: relative;
  background-color: var(--variable-collection-blue-background-2-duplicate);
  border-radius: 21.51px;
  border: 0.86px solid;
  border-color: var(--variable-collection-blue-line-20-duplicate);
}

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

.frame .text-wrapper-20 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  text-shadow: 1px 1px 1px #00000001;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffffde;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0;
  line-height: 18.6px;
  white-space: nowrap;
}

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

.frame .label-2 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 0px 9px 9px;
  position: relative;
  flex: 0 0 auto;
}

.frame .group-5 {
  position: relative;
  width: 114px;
  height: 20px;
  z-index: 1;
}

.frame .SVG-2 {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}

.frame .text-wrapper-21 {
  position: absolute;
  height: 18px;
  top: 1px;
  left: 29px;
  text-shadow: 1px 1px 1px #00000001;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #ffffffde;
  font-size: 12px;
  letter-spacing: 0.11px;
  line-height: 18px;
  white-space: nowrap;
}

.frame .group-wrapper {
  position: relative;
  width: 14px;
  height: 14px;
  z-index: 0;
  background-color: #6670854c;
  border-radius: 7px;
}

.frame .group-6 {
  position: relative;
  width: 2px;
  height: 9px;
  top: 2px;
  left: 6px;
}

.frame .rectangle-2 {
  position: absolute;
  width: 2px;
  height: 6px;
  top: 3px;
  left: 0;
  background-color: var(--white);
  border-radius: 4.75px;
}

.frame .rectangle-3 {
  position: absolute;
  width: 2px;
  height: 2px;
  top: 0;
  left: 0;
  background-color: var(--white);
  border-radius: 4.75px;
}

.frame .SVG-3 {
  position: relative;
  width: 20px;
  height: 20px;
  z-index: 1;
}

.frame .text-wrapper-22 {
  position: relative;
  width: fit-content;
  z-index: 0;
  text-shadow: 1px 1px 1px #00000001;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #ffffffde;
  font-size: 12px;
  letter-spacing: 0.11px;
  line-height: 18px;
  white-space: nowrap;
}

.frame .div-35 {
  display: flex;
  width: 959.28px;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

.frame .div-36 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 23px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.frame .div-wrapper-3 {
  display: inline-flex;
  height: 254px;
  align-items: center;
  flex-direction: column;
  gap: 25.81px;
  padding: 20px;
  position: relative;
  background-color: var(--variable-collection-blue-background-2-duplicate);
  border-radius: 21.51px;
  border: 0.86px solid;
  border-color: var(--variable-collection-blue-line-20-duplicate);
}

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

.frame .div-filter {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.14px;
  padding: 0px 0px 38.72px;
  position: relative;
  flex: 0 0 auto;
}

.frame .text-wrapper-23 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  text-shadow: 1px 1px 1px #00000001;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #ffffffde;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17.1px;
  white-space: nowrap;
}

.frame .div-slider-labels {
  display: inline-flex;
  align-items: flex-start;
  gap: 214.06px;
  position: relative;
  flex: 0 0 auto;
}

.frame .text-wrapper-24 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  text-shadow: 1px 1px 1px #00000001;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #ffffffcc;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 15.7px;
  white-space: nowrap;
}

.frame .span-muislider-rail {
  position: absolute;
  width: 272px;
  height: 6px;
  top: 48px;
  left: 0;
  background-color: #2b61d1;
  border-radius: 12px;
  border: 1px solid;
  opacity: 0.38;
}

.frame .span-muislider-track {
  position: absolute;
  width: 272px;
  height: 6px;
  top: 48px;
  left: 0;
  background-color: #2b61d1;
  border-radius: 12px;
  border: 1px solid;
}

.frame .span-muislider-thumb {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 44px;
  left: -7px;
  background-color: #ffffff;
  border-radius: 7px;
}

.frame .pseudo {
  height: 14px;
  background-color: #ffffff01;
  border-radius: 7px;
  box-shadow: 0px 1px 5px #0000001f, 0px 2px 2px #00000024, 0px 3px 1px -2px #00000033;
}

.frame .pseudo-wrapper {
  top: 44px;
  left: 257px;
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 7px;
}

.frame .div-wrapper-4 {
  display: inline-flex;
  flex-direction: column;
  height: 320px;
  align-items: center;
  gap: 25.81px;
  padding: 20px;
  position: relative;
  background-color: var(--variable-collection-blue-background-2-duplicate);
  border-radius: 21.51px;
  border: 0.86px solid;
  border-color: var(--variable-collection-blue-line-20-duplicate);
}

.frame .div-38 {
  gap: 8px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.frame .div-filter-2 {
  display: inline-flex;
  gap: 0.14px;
  padding: 0px 183.67px 38.72px 0px;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.frame .text-wrapper-25 {
  position: relative;
  width: fit-content;
  text-shadow: 1px 1px 1px #00000001;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffffde;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 15.7px;
  white-space: nowrap;
}

.frame .span-muislider-rail-2 {
  width: 278px;
  top: 48px;
  position: absolute;
  height: 6px;
  left: 0;
  background-color: #2b61d1;
  border-radius: 12px;
  border: 1px solid;
}

.frame .span-muislider-track-2 {
  width: 62px;
  top: 48px;
  left: 0;
  background-color: #a7caed;
  position: absolute;
  height: 6px;
  border-radius: 12px;
  border: 1px solid;
}

.frame .span-muislider-thumb-2 {
  top: 44px;
  left: 41px;
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 7px;
}

.frame .div-filter-3 {
  display: inline-flex;
  gap: 0.14px;
  padding: 0px 143.67px 38.72px 0px;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.frame .span-muislider-rail-3 {
  width: 285px;
  top: 48px;
  position: absolute;
  height: 6px;
  left: 0;
  background-color: #2b61d1;
  border-radius: 12px;
  border: 1px solid;
}

.frame .span-muislider-track-3 {
  width: 24px;
  top: 48px;
  left: 0;
  background-color: #a7caed;
  position: absolute;
  height: 6px;
  border-radius: 12px;
  border: 1px solid;
}

.frame .span-muislider-thumb-3 {
  top: 44px;
  left: -4px;
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 7px;
}

.frame .div-filter-4 {
  display: flex;
  gap: 0.14px;
  padding: 0px 77.67px 39px 0px;
  align-self: stretch;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.frame .div-muiinputbase {
  display: inline-flex;
  align-items: flex-start;
  padding: 1.5px 0px 3.5px;
  position: relative;
  flex: 0 0 auto;
}

.frame .input {
  display: inline-flex;
  align-items: flex-start;
  padding: 0px 105px 1px 0px;
  position: relative;
  flex: 0 0 auto;
}

.frame .text-wrapper-26 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  text-shadow: 1px 1px 1px #00000001;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffffde;
  font-size: 12px;
  letter-spacing: 0.15px;
  line-height: 23px;
  white-space: nowrap;
}

.frame .pseudo-2 {
  position: absolute;
  width: 1px;
  height: 2px;
  top: 27px;
  left: 78px;
  border: 0px none;
}

.frame .span-muislider-rail-4 {
  width: 285px;
  top: 61px;
  position: absolute;
  height: 6px;
  left: 0;
  background-color: #2b61d1;
  border-radius: 12px;
  border: 1px solid;
}

.frame .span-muislider-track-4 {
  width: 107px;
  top: 61px;
  left: 0;
  background-color: #a7caed;
  position: absolute;
  height: 6px;
  border-radius: 12px;
  border: 1px solid;
}

.frame .span-muislider-thumb-4 {
  top: 57px;
  left: 77px;
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 7px;
}

.frame .div-wrapper-5 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 25.81px;
  padding: 20px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  background-color: var(--variable-collection-blue-background-2-duplicate);
  border-radius: 21.51px;
  border: 0.86px solid;
  border-color: var(--variable-collection-blue-line-20-duplicate);
}

.frame .div-slider-labels-2 {
  gap: 244.31px;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.frame .span-muislider-rail-5 {
  width: 265px;
  top: 48px;
  opacity: 0.38;
  position: absolute;
  height: 6px;
  left: 0;
  background-color: #2b61d1;
  border-radius: 12px;
  border: 1px solid;
}

.frame .span-muislider-track-5 {
  width: 265px;
  top: 48px;
  left: 0;
  background-color: #2b61d1;
  position: absolute;
  height: 6px;
  border-radius: 12px;
  border: 1px solid;
}

.frame .div-filter-5 {
  display: inline-flex;
  gap: 0.14px;
  padding: 0px 185.67px 38.72px 0px;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.frame .text-wrapper-27 {
  position: relative;
  width: fit-content;
  text-shadow: 1px 1px 1px #00000001;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #ffffffcc;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 15.7px;
  white-space: nowrap;
}

.frame .span-muislider-rail-6 {
  width: 274px;
  top: 48px;
  position: absolute;
  height: 6px;
  left: 0;
  background-color: #2b61d1;
  border-radius: 12px;
  border: 1px solid;
}

.frame .span-muislider-track-6 {
  width: 10px;
  top: 48px;
  left: 0;
  background-color: #a7caed;
  position: absolute;
  height: 6px;
  border-radius: 12px;
  border: 1px solid;
}

.frame .div-slider-labels-3 {
  gap: 173.83px;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.frame .span-muislider-rail-7 {
  width: 271px;
  top: 48px;
  opacity: 0.38;
  position: absolute;
  height: 6px;
  left: 0;
  background-color: #2b61d1;
  border-radius: 12px;
  border: 1px solid;
}

.frame .span-muislider-track-7 {
  width: 271px;
  top: 48px;
  left: 0;
  background-color: #2b61d1;
  position: absolute;
  height: 6px;
  border-radius: 12px;
  border: 1px solid;
}

.frame .div-slider-labels-4 {
  gap: 161.11px;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.frame .span-muislider-rail-8 {
  width: 270px;
  top: 48px;
  opacity: 0.38;
  position: absolute;
  height: 6px;
  left: 0;
  background-color: #2b61d1;
  border-radius: 12px;
  border: 1px solid;
}

.frame .span-muislider-track-8 {
  width: 270px;
  top: 48px;
  left: 0;
  background-color: #2b61d1;
  position: absolute;
  height: 6px;
  border-radius: 12px;
  border: 1px solid;
}

.frame .div-slider-labels-5 {
  gap: 151.61px;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.frame .span-muislider-rail-9 {
  width: 268px;
  top: 48px;
  opacity: 0.38;
  position: absolute;
  height: 6px;
  left: 0;
  background-color: #2b61d1;
  border-radius: 12px;
  border: 1px solid;
}

.frame .span-muislider-track-9 {
  width: 268px;
  top: 48px;
  left: 0;
  background-color: #2b61d1;
  position: absolute;
  height: 6px;
  border-radius: 12px;
  border: 1px solid;
}

.frame .div-slider-labels-6 {
  gap: 165.11px;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.frame .span-muislider-rail-10 {
  width: 269px;
  top: 48px;
  opacity: 0.38;
  position: absolute;
  height: 6px;
  left: 0;
  background-color: #2b61d1;
  border-radius: 12px;
  border: 1px solid;
}

.frame .span-muislider-track-10 {
  width: 269px;
  top: 48px;
  left: 0;
  background-color: #2b61d1;
  position: absolute;
  height: 6px;
  border-radius: 12px;
  border: 1px solid;
}

.frame .div-slider-labels-7 {
  gap: 238.14px;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.frame .span-muislider-rail-11 {
  width: 262px;
  top: 48px;
  opacity: 0.38;
  position: absolute;
  height: 6px;
  left: 0;
  background-color: #2b61d1;
  border-radius: 12px;
  border: 1px solid;
}

.frame .span-muislider-track-11 {
  width: 262px;
  top: 48px;
  left: 0;
  background-color: #2b61d1;
  position: absolute;
  height: 6px;
  border-radius: 12px;
  border: 1px solid;
}

.frame .div-slider-labels-8 {
  gap: 180.14px;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.frame .text-wrapper-28 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  text-shadow: 1px 1px 1px #00000001;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffffde;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 15.7px;
  white-space: nowrap;
}

.frame .span-muislider-rail-12 {
  width: 273px;
  top: 48px;
  opacity: 0.38;
  position: absolute;
  height: 6px;
  left: 0;
  background-color: #2b61d1;
  border-radius: 12px;
  border: 1px solid;
}

.frame .span-muislider-track-12 {
  width: 241px;
  top: 48px;
  left: 32px;
  background-color: #2b61d1;
  position: absolute;
  height: 6px;
  border-radius: 12px;
  border: 1px solid;
}

.frame .span-muislider-thumb-5 {
  top: 44px;
  left: 25px;
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 7px;
}

.frame .div-slider-labels-9 {
  gap: 144.61px;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.frame .span-muislider-rail-13 {
  width: 274px;
  top: 48px;
  opacity: 0.38;
  position: absolute;
  height: 6px;
  left: 0;
  background-color: #2b61d1;
  border-radius: 12px;
  border: 1px solid;
}

.frame .span-muislider-track-13 {
  width: 191px;
  top: 48px;
  left: 83px;
  background-color: #2b61d1;
  position: absolute;
  height: 6px;
  border-radius: 12px;
  border: 1px solid;
}

.frame .span-muislider-thumb-6 {
  top: 44px;
  left: 76px;
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 7px;
}

.frame .div-slider-labels-10 {
  gap: 192.25px;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.frame .span-muislider-rail-14 {
  width: 275px;
  top: 48px;
  opacity: 0.38;
  position: absolute;
  height: 6px;
  left: 0;
  background-color: #2b61d1;
  border-radius: 12px;
  border: 1px solid;
}

.frame .span-muislider-track-14 {
  width: 254px;
  top: 48px;
  left: 20px;
  background-color: #2b61d1;
  position: absolute;
  height: 6px;
  border-radius: 12px;
  border: 1px solid;
}

.frame .span-muislider-thumb-7 {
  top: 44px;
  left: 13px;
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 7px;
}

.frame .div-filter-6 {
  display: inline-flex;
  gap: 0.15px;
  padding: 0px 0px 38.71px;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.frame .span-muislider-rail-15 {
  width: 276px;
  top: 48px;
  opacity: 0.38;
  position: absolute;
  height: 6px;
  left: 0;
  background-color: #2b61d1;
  border-radius: 12px;
  border: 1px solid;
}

.frame .span-muislider-track-15 {
  width: 215px;
  top: 48px;
  left: 61px;
  background-color: #2b61d1;
  position: absolute;
  height: 6px;
  border-radius: 12px;
  border: 1px solid;
}

.frame .span-muislider-thumb-8 {
  top: 44px;
  left: 54px;
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 7px;
}

.frame .div-slider-labels-11 {
  gap: 225.78px;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.frame .stats {
  position: absolute;
  width: 1633px;
  height: 261px;
  top: 752px;
  left: -55px;
  z-index: 10;
}

.frame .overlap-2 {
  position: relative;
  height: 261px;
}

.frame .rectangle-4 {
  position: absolute;
  width: 1633px;
  height: 176px;
  top: 27px;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(14, 41, 80, 0) 0%,
    rgba(11.87, 33.69, 66.59, 0) 27.6%,
    rgba(8.2, 21.13, 43.56, 0.83) 67.71%,
    rgb(7, 17, 36) 100%
  );
}

.frame .div-39 {
  display: inline-flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 20px;
  position: absolute;
  width: 100%;
}

.frame .div-40 {
  display: inline-flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.frame .total-nodes {
  display: flex;
  flex-direction: column;
  width: 325px;
  align-items: flex-start;
  gap: 10px;
  padding: 27px 28px;
  position: relative;
  border-radius: 18.74px;
  width: 325px;
  height: 121.48px;
  background: linear-gradient(273.36deg, rgba(43, 97, 209, 0.2) 3.12%, rgba(43, 97, 209, 0.2) 97.89%), linear-gradient(100.88deg, rgba(20, 21, 41, 0.5) 9.87%, rgba(10, 11, 30, 0.5) 95.54%);
  border-radius: 18.7404px;
}

.frame .div-41 {
  display: inline-flex;
  align-items: flex-start;
  gap: 18px;
  position: relative;
  flex: 0 0 auto;
}

.frame .img-wrapper {
  position: relative;
  width: 66.34px;
  height: 66.34px;
  background-color: #ffffff;
  border-radius: 33.17px;
  box-shadow: 11.24px 11.24px 18.74px 1.5px #2b61d11a;
}

.frame .vector {
  position: absolute;
  width: 107px;
  height: 107px;
  top: -9px;
  left: -9px;
}

.frame .text-wrapper-29 {
  position: relative;
  width: 160.42px;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #c0c0c0;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.frame .text-wrapper-30 {
  width: 160.79px;
  height: 40.48px;
  font-weight: 700;
  color: #ebebeb;
  font-size: 36px;
  line-height: 54px;
  white-space: nowrap;
  position: relative;
  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
}

.frame .div-42 {
  margin-right: -0.34px;
  display: inline-flex;
  align-items: flex-start;
  gap: 18px;
  position: relative;
  flex: 0 0 auto;
}

.frame .group-7 {
  position: absolute;
  width: 31px;
  height: 37px;
  top: 15px;
  left: 18px;
}

.frame .text-wrapper-31 {
  position: relative;
  width: 185px;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #c0c0c0;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.frame .total-nodes-2 {
  display: flex;
  flex-direction: column;
  width: 350px;
  align-items: flex-start;
  gap: 10px;
  padding: 27px 28px;
  position: relative;
  border-radius: 18.74px;
  background: linear-gradient(180deg, rgba(43, 97, 209, 0.2) 0%, rgba(43, 97, 209, 0.2) 100%);
}

.frame .div-43 {
  display: inline-flex;
  align-items: flex-start;
  gap: 18px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -1px;
}

.frame .mask-group-2 {
  width: 100.35px;
  height: 66.87px;
  margin-top: -0.44px;
  position: relative;
  margin-bottom: -0.44px;
  margin-left: -9px;
}

.frame .div-44 {
  position: relative;
  width: 189px;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.frame .text-wrapper-32 {
  color: #c0c0c0;
}

.frame .element {
  position: relative;
  width: 211px;
  height: 41px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #ebebeb;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 54px;
  white-space: nowrap;
}

.frame .text-wrapper-33 {
  font-weight: 700;
}

.frame .text-wrapper-34 {
  font-size: 20px;
  line-height: 30px;
}

.frame .mask-group-3 {
  width: 101px;
  height: 69.5px;
  margin-top: -3.06px;
  position: relative;
  margin-bottom: -0.44px;
  margin-left: -9px;
}

.frame .page-header {
  display: flex;
  width: 100%;
  height: 80px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 160px;
  position: fixed;
  top: -40px;
  /* left: 2px; */
  border: none!important;
  z-index: 10;
}

.frame .rectangle-wrapper {
  display: flex;
  width: 100%;
  height: 80px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(217, 217, 217, 0.01);
  backdrop-filter: blur(15px);
}

.frame .rectangle-5 {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  border: 0px none;
}

.frame .horizontal-container {
  display: flex;
  width: 80%;
  align-items: center;
  gap: 579px;
  padding: 8px;
  position: relative;
  margin-left: -80px;
  margin-right: -80px;
  border-radius: 100px;
}

.frame .horizontal-container-2 {
  display: flex;
  align-items: center;
  gap: 64px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.frame .group-8 {
  position: relative;
  width: 180.87px;
  height: 30px;
}

.frame .overlap-group-2 {
  position: relative;
  width: 179px;
  height: 30px;
}

.frame .logo {
  position: absolute;
  width: 85px;
  height: 26px;
  top: 2px;
  left: 0;
}

.frame .text-wrapper-35 {
  position: absolute;
  width: 117px;
  top: 0;
  left: 62px;
  background: linear-gradient(
    180deg,
    rgb(210, 238, 255) 0%,
    rgb(92, 189, 255) 23.44%,
    rgb(82, 142, 252) 51.04%,
    rgb(139, 148, 243) 72.4%,
    rgb(160, 143, 206) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Montserrat", Helvetica;
  font-weight: 300;
  color: transparent;
  font-size: 24.6px;
  text-align: center;
  letter-spacing: -2.46px;
  line-height: 30.7px;
  white-space: nowrap;
}

.frame .marketplace-button-3 {
  display: flex;
  width: 165px;
  padding: 12px 41px;
  border-radius: 22.24px;
  align-items: center;
  gap: 10px;
  position: relative;
}

.frame .text-wrapper-36 {
  position: relative;
  width: fit-content;
  margin-top: -1.27px;
  margin-right: -2px;
  /*
  2023-11-09 ANA fixed design
  -webkit-text-stroke: 15.25px #000000;
  */
  background: linear-gradient(
    180deg,
    rgb(210, 238, 255) 0%,
    rgb(92, 189, 255) 23.44%,
    rgb(82, 142, 252) 51.04%,
    rgb(139, 148, 243) 72.4%,
    rgb(160, 143, 206) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: #FFFFFF; /*2023-11-09 ANA fixed design*/
  --text-fill-color: transparent;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: transparent;
  font-size: 15.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: 22.9px;
  white-space: nowrap;
}

.frame .arrow-upward {
  position: relative;
  width: 9.75px;
  height: 9.75px;
  /*margin-right: -21.75px;*/
}

.frame .gradient-background {
  position: absolute;
  width: 2918px;
  height: 456px;
  top: 80px;
  left: 0;  
}

.ellipse-1 {
  position: absolute;
  top: -50%;
  left: 25%;
  width: 1000px;
  height: 1309px;
  border-radius: 50%;
  background-color: rgba(64, 152, 255, 0.2);
  mix-blend-mode: exclusion;
  filter: blur(300px);
  pointer-events: none;
}

.frame .ellipse {
  top: 0;
  left: 1437px;
  position: absolute;
  width: 1000px;
  height: 1309px;
  background: rgba(64, 152, 255, 0.2);
  mix-blend-mode: exclusion;
  filter: blur(300px);
  pointer-events: none;
}

.ellipse-2 {
  position: absolute;
  left: -1000px;
  bottom: -55%;
  width: 1000px;
  height: 1309px;
  border-radius: 50%;
  background: rgba(0, 117, 255, 0.20);
  mix-blend-mode: exclusion;
  filter: blur(300px);
  pointer-events: none;
}

.frame .ellipse-2 {
  position: absolute;
  width: 1000px;
  height: 1309.17px;
  left: -927px;
  top: 361.12px;
  
  background: rgba(0, 117, 255, 0.2);
  mix-blend-mode: exclusion;
  filter: blur(300px);
  pointer-events: none;
}

.ellipse-3 {
  position: absolute;
  top: 1800px;
  right: 0;
  width: 1000px;
  height: 1309px;
  border-radius: 50%;
  background: rgba(64, 152, 255, 0.20);
  mix-blend-mode: exclusion;
  filter: blur(300px);
  pointer-events: none;
}

.frame .ellipse-3 {
  position: absolute;
  width: 1000px;
  height: 1309.17px;
  left: 991px;
  top: 1875.83px;
  
  background: rgba(64, 152, 255, 0.2);
  mix-blend-mode: exclusion;
  filter: blur(300px);
  pointer-events: none;
}

a.prev, a.next {
  cursor: pointer;
}
.open-page {
  cursor: pointer;
}
a.no-click {
  cursor: not-allowed;
}
a.no-click div {  
  color: gray!important;
}

.select-box {
  width: 186px!important;
  height: 40px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
}
.select-box button.btn.dropdown-toggle{
  background-color: transparent;
  border: transparent;
  color: white;
}

.select-box button.btn.dropdown-toggle:focus, .select-box button.btn.dropdown-toggle:hover{
  color: white!important;
  outline: none!important;
  background-color: transparent!important;
}

.select-box .dropdown-menu.open, .select-box .dropdown-menu.open ul {
  background-color: #031021!important;
  color: white!important;
}
.select-box .dropdown-menu.open li>a>span {
  color: white!important;
}
.select-box .dropdown-menu.open li>a:hover {
  background-color: #337ab7!important;
}

.block-header {
	display: flex;
	flex-direction: column;
	width: fit-content;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 128px 32px 64px;
	position: relative;
}

.block-header .text-container {
	display: flex;
	flex-direction: column;
	width: 800px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	position: relative;
	flex: 0 0 auto;
}

.block-header .headline-supporting {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
}

.block-header .subtitle {
	position: relative;
	align-self: stretch;
	font-family: 'Montserrat-Regular', Helvetica;
	font-weight: 400;
	color: var(--full-variable-dark-to-white-70);
	font-size: 18px;
	text-align: center;
	letter-spacing: -0.1px;
	line-height: 24px;
}

.tabel {
	display: flex;
	flex-direction: column;
	width: fit-content;
	align-items: center;
	padding: 0px 32px 64px;
	position: relative;
	border-radius: 5px;
}

.tabel .div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
	background-color: var(--variable-collection-blue-background-2-duplicate);
	border-radius: 16px;
	border: 1px solid;
	border-color: transparent;
	box-shadow: var(--shadow-XSM);
	border-image: linear-gradient(to bottom, rgb(210, 238, 255), rgb(92, 189, 255) 23.44%, rgb(82, 142, 252) 51.04%, rgb(139, 148, 243) 72.4%, rgb(160, 143, 206) 100%) 1;
}

.tabel .item-FAQ {
	display: flex;
	flex-direction: column;
	min-width: 320px;
	align-items: center;
	padding: 16px 32px;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #b8c3e180;
}

.tabel .content {
	display: flex;
	align-items: flex-start;
	gap: var(--3-spacing-spacing-3xl);
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
}

.tabel .text-and-supporting {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--3-spacing-spacing-md);
	position: relative;
	flex: 1;
	flex-grow: 1;
}

.tabel .text {
	position: relative;
	align-self: stretch;
	margin-top: -1px;
	font-family: var(--text-lg-medium-font-family);
	font-weight: var(--text-lg-medium-font-weight);
	color: var(--full-variable-dark-to-white-100);
	font-size: var(--text-lg-medium-font-size);
	letter-spacing: var(--text-lg-medium-letter-spacing);
	line-height: var(--text-lg-medium-line-height);
	font-style: var(--text-lg-medium-font-style);
}

.tabel .supporting-text {
	position: relative;
	width: 720px;
	font-family: var(--text-md-regular-font-family);
	font-weight: var(--text-md-regular-font-weight);
	color: var(--full-variable-dark-to-white-70);
	font-size: var(--text-md-regular-font-size);
	letter-spacing: var(--text-md-regular-letter-spacing);
	line-height: var(--text-md-regular-line-height);
	font-style: var(--text-md-regular-font-style);
}

.tabel .icon-wrap {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	padding: var(--3-spacing-spacing-xxs) 0px 0px 0px;
	position: relative;
	flex: 0 0 auto;
}

.tabel .img {
	position: relative;
	width: 24px;
	height: 24px;
}

.tabel .content-wrapper {
	display: flex;
	flex-direction: column;
	min-width: 320px;
	height: 80px;
	align-items: center;
	justify-content: center;
	padding: 16px 32px;
	position: relative;
	align-self: stretch;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #b8c3e180;
}

.documentation-button {
	cursor: pointer;
	display: block;
	align-items: center;
	gap: 10px;
	padding: 12px 18px;
	position: absolute;
	bottom: 0px;
	background-color: #0a162c;
	border-radius: 8px;
}

.documentation-button .text-wrapper {
	position: relative;
	width: fit-content;
	font-family: 'Montserrat-SemiBold', Helvetica;
	font-weight: 600;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0;
	line-height: 21px;
	white-space: nowrap;
}
