.header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 156px;
  padding-top: 16px;
  padding-bottom: 16px;
  /*padding-right: 120px;*/
  position: relative;
  /*background-color: var(--collection-1-colors-greys-main-text-color);*/
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--collection-1-colors-greys-border);
}

.header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  /*padding: 16px 5%;*/
  position: sticky;
  top: 0;
  background-color: var(--collection-1-colors-greys-main-text-color);
  border-bottom: 1px solid var(--collection-1-colors-greys-border);
  z-index: 1000;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.header .left,
.header .right {
  display: flex;
  align-items: center;
}

.header .menu {
  display: flex;
  gap: 16px;
}

@media (max-width: 1024px) {
  .header {
    justify-content: center;
  }

  .header .left,
  .header .right {
    width: 100%;
    justify-content: center;
    margin: 8px 0;
  }

  .header .menu {
    flex-wrap: wrap;
    justify-content: center;
  }
}

body, html {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.header .left {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.header .menu {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.header .link {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 8px 12px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.header .text-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.header .text {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: var(--collection-1-colors-greys-grey-1);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.header .text-icon-wrapper {
  background-color: var(--collection-1-colors-greys-border);
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 8px 12px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.header .text-icon-wrapper-white {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 8px 12px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.header .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: var(--collection-1-colors-greys-grey-1);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.header .right {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
  margin-right: 120px;
}

.header .form {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.header .button {
  all: unset;
  box-sizing: border-box;
  align-items: flex-start;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.header .div {
  all: unset;
  box-sizing: border-box;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background-color: var(--collection-1-colors-greys-grey-1);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--light-drop-shadow-2);
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.header .icon {
  position: relative;
  width: 20px;
  height: 20px;
}

.header .text-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: var(--collection-1-colors-greys-main-text-color);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.header .avatar {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 256px;
  /*background-image: url(./static/img/browse/Aang.jpg);*/
  background-size: cover;
  background-position: 50% 50%;
}

.browse {
  /*background-color: #ffffff;*/
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: auto;
}

.browse .div {
  /*background-color: var(--collection-1-colors-greys-main-text-color);*/
  width: 100%;
  height: auto;
  min-height: 300px;
  position: relative;
}

.browse .overlap {
  position: absolute;
  width: 100%;
  min-height: 350px;
  top: 0;
  left: 0;
}

.browse .banner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 70px;
  padding: 180px 153px 0px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
}

.browse .frame {
  display: flex;
  flex-direction: column;
  width: 484px;
  align-items: flex-start;
  gap: 48px;
  position: relative;
}

.browse .div-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.browse .vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.browse .div-wrapper {
  gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.browse .heading {
  margin-top: -1px;
  font-family: var(--heading-h1-48-font-family);
  font-weight: var(--heading-h1-48-font-weight);
  font-size: var(--heading-h1-48-font-size);
  text-align: center;
  line-height: var(--heading-h1-48-line-height);
  position: relative;
  align-self: stretch;
  color: var(--collection-1-colors-greys-grey-1);
  letter-spacing: var(--heading-h1-48-letter-spacing);
  font-style: var(--heading-h1-48-font-style);
}

.browse .vector {
  position: absolute;
  /*width: 197px;
  height: 189px;*/
  width: 100px;
  height: 100px;
  top: 41px;
  left: 0;
}

.browse .group-wrapper {
  width: 278px;
  height: 258px;
  margin-left: auto;
  margin-right: auto;
}

.browse .group {
  height: 258px;
}

.browse .overlap-group {
  position: relative;
  width: 278px;
  height: 258px;
  transform: scale(0.8) translateY(-60px);
}

.browse .img-wrapper {
  position: absolute;
  width: 222px;
  height: 174px;
  top: 42px;
  left: 28px;
  transform: rotate(-28.44deg);
}

.browse .img {
  position: absolute;
  width: 292px;
  height: 279px;
  top: -52px;
  left: -32px;
  transform: rotate(28.44deg);
}

.browse .group-2 {
  position: absolute;
  width: 98px;
  height: 124px;
  top: 64px;
  left: 90px;
  /*mix-blend-mode: hard-light;*/
}

.browse .header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 16px 156px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--collection-1-colors-greys-main-text-color);
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-style: none;
  border-color: var(--collection-1-colors-greys-border);
}

.browse .left {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.browse .menu {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.browse .link {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 8px 12px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.browse .text-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.browse .text {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: var(--collection-1-colors-greys-grey-1);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.browse .text-icon-wrapper {
  background-color: var(--collection-1-colors-greys-border);
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 8px 12px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.browse .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: var(--collection-1-colors-greys-grey-1);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.browse .right {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.browse .form {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.browse .button {
  all: unset;
  box-sizing: border-box;
  align-items: flex-start;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.browse .button-2 {
  all: unset;
  box-sizing: border-box;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background-color: var(--collection-1-colors-greys-grey-1);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--light-drop-shadow-2);
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.browse .icon {
  position: relative;
  width: 20px;
  height: 20px;
}

.browse .text-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: var(--collection-1-colors-greys-main-text-color);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.browse .avatar {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 256px;
  background-image: url(./img/avatar.png);
  background-size: cover;
  background-position: 50% 50%;
}

.browse .overlap-2 {
  position: absolute;
  width: 1284px;
  height: 457px;
  top: 407px;
  left: 156px;
  z-index: 0;
}

.vector-2 {
  display: block;
  position: relative;
  right: calc(-100% + 212px);
  margin-top: 10px;
  margin-bottom: 10px;
  /*width: 212px;
  height: 249px;*/
  width: 250px;
  height: 100px;
}

.browse .trending-section {
  display: flex;
  flex-direction: column;
  width: 1128px;
  align-items: flex-start;
  gap: 12px;
  position: absolute;
  top: 85px;
  left: 0;
}

.browse .text-wrapper-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--heading-h3-24-font-family);
  font-weight: var(--heading-h3-24-font-weight);
  color: var(--collection-1-colors-greys-grey-1);
  font-size: var(--heading-h3-24-font-size);
  letter-spacing: var(--heading-h3-24-letter-spacing);
  line-height: var(--heading-h3-24-line-height);
  font-style: var(--heading-h3-24-font-style);
}

.browse .trending-cards {
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.browse .block {
  display: flex;
  flex-direction: column;
  width: 208px;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.browse .block-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  background-image: url(./img/block-4.png);
  background-size: cover;
  background-position: 50% 50%;
}

.browse .div-3 {
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.browse .content {
  gap: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.browse .CAPS {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--caps-caps-3-10-regular-font-family);
  font-weight: var(--caps-caps-3-10-regular-font-weight);
  color: var(--collection-1-colors-greys-grey-3);
  font-size: var(--caps-caps-3-10-regular-font-size);
  letter-spacing: var(--caps-caps-3-10-regular-letter-spacing);
  line-height: var(--caps-caps-3-10-regular-line-height);
  font-style: var(--caps-caps-3-10-regular-font-style);
}

.browse .p {
  font-family: var(--heading-h5-16-font-family);
  font-weight: var(--heading-h5-16-font-weight);
  font-size: var(--heading-h5-16-font-size);
  line-height: var(--heading-h5-16-line-height);
  position: relative;
  align-self: stretch;
  color: var(--collection-1-colors-greys-grey-1);
  letter-spacing: var(--heading-h5-16-letter-spacing);
  font-style: var(--heading-h5-16-font-style);
}

.browse .info {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 20px;
}

.browse .more-horiz {
  left: 188px;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
}

.browse .icon-2 {
  position: absolute;
  width: 13px;
  height: 3px;
  top: 8px;
  left: 3px;
}

.stats {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  gap: 12px;
  top: 0;
  left: 0;
}

.browse .secondary-small {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.secondary-small {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.browse .left-icon {
  position: relative;
  width: 16px;
  height: 16px;
}

.browse .text-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--paragraph-p3-13-font-family);
  font-weight: var(--paragraph-p3-13-font-weight);
  color: var(--collection-1-colors-greys-grey-3);
  font-size: var(--paragraph-p3-13-font-size);
  letter-spacing: var(--paragraph-p3-13-letter-spacing);
  line-height: var(--paragraph-p3-13-line-height);
  white-space: nowrap;
  font-style: var(--paragraph-p3-13-font-style);
}

.browse .block-4 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  background-image: url(./img/block-3.png);
  background-size: cover;
  background-position: 50% 50%;
}

.browse .block-5 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  background-image: url(./img/block-5.png);
  background-size: cover;
  background-position: 50% 50%;
}

.browse .block-6 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  background-image: url(./img/block.png);
  background-size: cover;
  background-position: 50% 50%;
}

.browse .block-7 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  background-image: url(./img/block-2.png);
  background-size: cover;
  background-position: 50% 50%;
}

.browse .text-wrapper-3 {
  position: absolute;
  top: 403px;
  left: 612px;
  font-weight: 400;
  color: #969696;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.browse .frame-2 {
  display: inline-flex;
  align-items: flex-start;
  gap: 96px;
  position: absolute;
  top: 48px;
  left: 797px;
}

.browse .links {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.browse .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.browse .text-wrapper-5 {
  position: relative;
  width: fit-content;
  font-weight: 400;
  color: var(--lightgrayscalecontent-3);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.browse .icons {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  position: absolute;
  top: 306px;
  left: 1176px;
}

.browse .icon-wrapper {
  position: relative;
  width: 24px;
  height: 24px;
}

.browse .icon-3 {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 2px;
}

.browse .image {
  position: relative;
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.browse .icon-4 {
  position: absolute;
  width: 20px;
  height: 15px;
  top: 5px;
  left: 2px;
}

.browse .subscribe {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  position: absolute;
  top: 298px;
  left: 156px;
}

.browse .button-wrapper {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.browse .button-3 {
  all: unset;
  box-sizing: border-box;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid;
  border-color: #e7e7e7;
  box-shadow: var(--light-drop-shadow-1);
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.browse .text-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #1c1c1c;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.browse .no-spam-notificatio {
  position: relative;
  width: 350px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #969696;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
}

.browse .frame-3 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: absolute;
  top: 48px;
  left: 156px;
}

.browse .frame-4 {
  position: relative;
  width: 80px;
  height: 80px;
}

.browse .text-wrapper-6 {
  position: relative;
  width: 361px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: var(--lightgrayscalecontent-3);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.browse .frame-5 {
  display: flex;
  flex-direction: column;
  width: 1131px;
  align-items: flex-start;
  gap: 40px;
  position: absolute;
  top: 944px;
  left: 153px;
}

.browse .frame-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.browse .text-wrapper-7 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--heading-h2-36-font-family);
  font-weight: var(--heading-h2-36-font-weight);
  color: var(--collection-1-colors-greys-grey-1);
  font-size: var(--heading-h2-36-font-size);
  letter-spacing: var(--heading-h2-36-letter-spacing);
  line-height: var(--heading-h2-36-line-height);
  font-style: var(--heading-h2-36-font-style);
}

.browse .frame-7 {
  display: flex;
  flex-direction: column;
  width: 744px;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.browse .search-bar {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 52px;
  background-color: var(--collection-1-colors-greys-main-text-color);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--collection-1-colors-greys-border);
}

.browse .left-2 {
  position: relative;
  width: 704px;
  height: 52px;
}

.browse .search {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 14px;
  left: 16px;
}

.browse .icon-5 {
  position: absolute;
  width: 17px;
  height: 17px;
  top: 3px;
  left: 3px;
}

.browse .text-state {
  position: absolute;
  width: 656px;
  height: 32px;
  top: 10px;
  left: 48px;
}

.browse .text-5 {
  position: absolute;
  width: 656px;
  top: -1px;
  left: 0;
  font-family: var(--paragraph-p1-20-font-family);
  font-weight: var(--paragraph-p1-20-font-weight);
  color: var(--lightgrayscalecontent-3);
  font-size: var(--paragraph-p1-20-font-size);
  letter-spacing: var(--paragraph-p1-20-letter-spacing);
  line-height: var(--paragraph-p1-20-line-height);
  white-space: nowrap;
  font-style: var(--paragraph-p1-20-font-style);
}

.browse .frame-8 {
  display: inline-flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.browse .x-base-pills {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--collection-1-colors-greys-border);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--collection-1-colors-greys-border);
}

.browse .text-6 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--heading-h5-16-font-family);
  font-weight: var(--heading-h5-16-font-weight);
  color: var(--collection-1-colors-greys-grey-1);
  font-size: var(--heading-h5-16-font-size);
  text-align: center;
  letter-spacing: var(--heading-h5-16-letter-spacing);
  line-height: var(--heading-h5-16-line-height);
  white-space: nowrap;
  font-style: var(--heading-h5-16-font-style);
}

.browse .x-base-pills-2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  position: relative;
  flex: 0 0 auto;
}

.browse .posts {
  flex-direction: column;
  gap: 40px;
  padding: 0px 0px 24px;
  background-color: var(--collection-1-colors-greys-main-text-color);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.browse .frame-9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.browse .div-4 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.browse .div-wrapper-2 {
  position: relative;
  width: 40px;
  height: 40px;
}

.browse .overlap-group-2 {
  position: relative;
  height: 40px;
}

.browse .science-physics {
  position: absolute;
  width: 33px;
  height: 33px;
  top: 4px;
  left: 4px;
}

.browse .science-physics-2 {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

.browse .text-wrapper-8 {
  position: relative;
  width: fit-content;
  font-family: var(--heading-h3-24-font-family);
  font-weight: var(--heading-h3-24-font-weight);
  color: var(--collection-1-colors-greys-grey-1);
  font-size: var(--heading-h3-24-font-size);
  letter-spacing: var(--heading-h3-24-letter-spacing);
  line-height: var(--heading-h3-24-line-height);
  white-space: nowrap;
  font-style: var(--heading-h3-24-font-style);
}

.browse .div-5 {
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.browse .block-8 {
  display: flex;
  flex-direction: column;
  width: 344px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

.browse .block-9 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/nuclear.png);
  background-size: cover;
  background-position: 50% 50%;
}

.browse .heading-2 {
  font-family: var(--heading-h4-20-font-family);
  font-weight: var(--heading-h4-20-font-weight);
  font-size: var(--heading-h4-20-font-size);
  line-height: var(--heading-h4-20-line-height);
  position: relative;
  align-self: stretch;
  color: var(--collection-1-colors-greys-grey-1);
  letter-spacing: var(--heading-h4-20-letter-spacing);
  font-style: var(--heading-h4-20-font-style);
}

.browse .more-horiz-2 {
  left: 324px;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
}

.browse .image-wrapper {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
}

.browse .water-isn-t-wet-wrapper {
  position: relative;
  width: 344px;
  height: 216px;
  background-image: url(./img/default-10.png);
  background-size: cover;
  background-position: 50% 50%;
}

.browse .img-2 {
  position: absolute;
  width: 344px;
  height: 216px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.browse .iphone-wrapper {
  position: relative;
  width: 344px;
  height: 216px;
  background-image: url(./img/default-12.png);
  background-size: cover;
  background-position: 50% 50%;
}

.browse .politics {
  display: flex;
  width: 127px;
  align-items: center;
  gap: 4px;
  position: relative;
  background-color: #ffffff;
}

.browse .overlap-group-wrapper {
  position: relative;
  width: 31px;
  height: 34px;
  top: 3px;
  left: 4px;
}

.browse .overlap-group-3 {
  position: relative;
  height: 34px;
}

.browse .photo-edit-position {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 1px;
}

.browse .photo-edit-position-2 {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 4px;
  left: 0;
  mix-blend-mode: multiply;
}

.browse .block-10 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-7.png);
  background-size: cover;
  background-position: 50% 50%;
}

.browse .block-11 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-9.png);
  background-size: cover;
  background-position: 50% 50%;
}

.browse .block-12 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-3.png);
  background-size: cover;
  background-position: 50% 50%;
}

.browse .law {
  display: flex;
  width: 92px;
  align-items: center;
  gap: 4px;
  position: relative;
  background-color: #ffffff;
}

.browse .img-3 {
  position: absolute;
  width: 37px;
  height: 37px;
  top: 0;
  left: 0;
}

.browse .img-4 {
  position: absolute;
  width: 37px;
  height: 37px;
  top: 3px;
  left: 3px;
  mix-blend-mode: multiply;
}

.browse .block-13 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-4.png);
  background-size: cover;
  background-position: 50% 50%;
}

.browse .block-14 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-14.png);
  background-size: cover;
  background-position: 50% 50%;
}

.browse .block-15 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-8.png);
  background-size: cover;
  background-position: 50% 50%;
}

.browse .frame-10 {
  display: flex;
  width: 121px;
  align-items: center;
  gap: 4px;
  position: relative;
  background-color: #ffffff;
}

.browse .block-16 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-15.png);
  background-size: cover;
  background-position: 50% 50%;
}

.browse .block-17 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-6.png);
  background-size: cover;
  background-position: 50% 50%;
}

.browse .block-18 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-11.png);
  background-size: cover;
  background-position: 50% 50%;
}

.browse .design-tools {
  position: absolute;
  width: 37px;
  height: 37px;
  top: 3px;
  left: 3px;
}

.browse .design-tools-2 {
  position: absolute;
  width: 37px;
  height: 37px;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

.browse .block-19 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-5.png);
  background-size: cover;
  background-position: 50% 50%;
}

.browse .block-20 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/image.png);
  background-size: cover;
  background-position: 50% 50%;
}

.browse .block-21 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-2.png);
  background-size: cover;
  background-position: 50% 50%;
}

.browse .frame-11 {
  display: flex;
  width: 208px;
  align-items: center;
  gap: 4px;
  position: relative;
  background-color: #ffffff;
}

.browse .block-22 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-16.png);
  background-size: cover;
  background-position: 50% 50%;
}

.browse .block-23 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-13.png);
  background-size: cover;
  background-position: 50% 50%;
}

.browse .block-24 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default.png);
  background-size: cover;
  background-position: 50% 50%;
}

body, html {
    margin: 0;
    padding: 0;
    font-family: "Inter", Helvetica, Arial, sans-serif;
	height: 100%;
}

body {
    position: relative;
    min-height: 100%;
}

.homepage-landing {
    width: 100%;
    /*background-color: var(--collection-1-colors-greys-main-text-color);*/
	margin-bottom: 20px;
}

.homepage-landing .div {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.homepage-landing .div2 {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.homepage-landing .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 5%;
    position: sticky;
    top: 0;
    background-color: var(--collection-1-colors-greys-main-text-color);
    border-bottom: 1px solid var(--collection-1-colors-greys-border);
    z-index: 1000;
}

.homepage-landing .left,
.homepage-landing .right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.homepage-landing .menu {
    display: flex;
    gap: 16px;
}

.homepage-landing .link,
.homepage-landing .text-icon-wrapper {
    padding: 8px 12px;
    border-radius: 8px;
}

.homepage-landing .link {
    background-color: var(--collection-1-colors-greys-border);
}

.homepage-landing .text,
.homepage-landing .text-wrapper {
    font-size: 16px;
    line-height: 24px;
}

.homepage-landing .div-2 {
    display: flex;
    gap: 8px;
}

.homepage-landing .button {
    all: unset;
    cursor: pointer;
}

.homepage-landing .div-wrapper,
.homepage-landing .button-2,
.homepage-landing .button-3 {
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.homepage-landing .div-wrapper {
    background-color: var(--collection-1-colors-greys-grey-1);
    color: var(--collection-1-colors-greys-main-text-color);
    box-shadow: var(--light-drop-shadow-2);
}

.homepage-landing .button-2 {
    color: var(--collection-1-colors-greys-grey-1);
}

/*.homepage-landing .footer {
    position: absolute;
	bottom: 0;
	width: 100%;
    padding: 48px 5%;
    background-color: var(--collection-1-colors-greys-grey-1);
    color: var(--collection-1-colors-greys-grey-3);
}*/

.footer {
    /*position: absolute;
	bottom: 0;*/
	width: 100%;
    padding: 48px 5%;
    background-color: var(--collection-1-colors-greys-grey-1);
    color: var(--collection-1-colors-greys-grey-3);
}

.homepage-landing .frame {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}

.homepage-landing .links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.homepage-landing .icons {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
	/*margin-left: auto;*/
}

.homepage-landing .subscribe {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

/*.homepage-landing .subscribe2 {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-bottom: 40px;
}*/

.homepage-landing .search-bar {
    width: 100%;
    max-width: 744px;
    height: 52px;
    margin-top: 40px;
	margin-bottom: 20px;
    background-color: var(--collection-1-colors-greys-main-text-color);
    border: 1px solid var(--collection-1-colors-greys-border);
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 16px;
}

.homepage-landing .frame-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.homepage-landing .x-base-pills,
.homepage-landing .x-base-pills-2 {
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
}

.homepage-landing .x-base-pills {
    background-color: var(--collection-1-colors-greys-border);
}

.homepage-landing .filter {
    margin-top: 40px;
	width: 50%;
    /*max-width: 1128px;
    height: 64px;
	min-height: 64px;
    margin: 100px auto;
    border: 1px solid var(--collection-1-colors-greys-border);
    border-radius: 8px;
	display: flex;
    justify-content: center;*/
	width: 100%;
    max-width: 1136px;
    height: 64px;
    aspect-ratio: 1136/780;
    margin: 20px auto;
	display: flex;
	align-items: center;
	grid-column: 2;
	grid-row: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
}

.homepage-landing .banner {
    width: 100%;
    /*max-width: 100%;*/
    margin: 0 auto;
    padding: 100px 5% 60px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.homepage-landing .frame-5 {
    width: 100%;
    max-width: 484px;
}

.homepage-landing .heading {
    font-size: clamp(2.5rem, 5vw, var(--display-64-font-size));
    line-height: 1.2;
}

.homepage-landing .text-5 {
    font-size: clamp(1rem, 2vw, 16px);
    line-height: 1.5;
}

.homepage-landing .frame-6 {
    width: 100%;
    max-width: 770px;
    height: auto;
    aspect-ratio: 770/679;
}

.homepage-landing .element {
    width: 100%;
    max-width: 1136px;
    height: auto;
    aspect-ratio: 1136/780;
    margin: 40px auto;
}

.homepage-landing .element2 {
    max-height: calc(100vh - 200px); /* Adjust 200px as needed */
    overflow-y: auto;
	width: 100%;
    max-width: 1136px;
    /*max-height: 780px;*/
    aspect-ratio: 1136/780;
    margin: 20px auto;
	display: flex;
	align-items: center;
	grid-column: 2;
	grid-row: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
}

@media (max-width: 768px) {
    .homepage-landing .header {
        flex-direction: column;
        gap: 20px;
    }

    .homepage-landing .menu {
        flex-direction: column;
        align-items: center;
    }

    .homepage-landing .banner {
        padding: 60px 5% 40px;
    }

    .homepage-landing .frame-4 {
        justify-content: center;
    }

    .homepage-landing .subscribe {
        align-items: center;
    }
}

@media (max-width: 480px) {
    .homepage-landing .div-2 {
        flex-direction: column;
        width: 100%;
    }

    .homepage-landing .button {
        width: 100%;
    }

    .homepage-landing .div-wrapper,
    .homepage-landing .button-2,
    .homepage-landing .button-3 {
        width: 100%;
    }
} /*testing ends*/

/**/

.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.header {
    /* Add your header styles here */
}

.main-content {
    flex: 1;
}

.banner {
    display: flex;
    width: 100%;
    /*max-width: 100%;*/
    margin: 0 auto;
    padding: 100px 5% 60px;
    position: relative;
    overflow: hidden;
}

.vector {
    position: absolute;
    width: 14%;
    max-width: 197px;
    aspect-ratio: 109/100;
    bottom: 60px;
    left: 0;
}

.trending-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.frame {
    width: 100%;
    max-width: 484px;
    z-index: 1;
}

.heading {
    font-size: clamp(2rem, 5vw, var(--display-64-font-size));
    line-height: 1.2;
}

.text {
    font-size: clamp(1rem, 2vw, 16px);
    line-height: 1.5;
}

.double-button {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.overlap-group-wrapper {
    position: absolute;
    width: 53%;
    height: 100%;
    top: 0;
    right: 0;
    overflow: hidden;
}

.overlap-group {
    position: relative;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .banner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .overlap-group-wrapper {
        position: relative;
        width: 100%;
        margin-top: 40px;
    }
}

/* Add on */
.search-bar {
    width: 744px;
    height: 52px;
    background-color: var(--collection-1-colors-greys-main-text-color);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid;
    border-color: var(--collection-1-colors-greys-border);
	
}

.search-bar .left {
    position: relative;
    width: 704px;
    height: 52px;
}

.search-bar .search {
    position: relative;
    width: 24px;
    height: 24px;
    top: 14px;
    left: 16px;
}

.search-bar .icon {
    position: relative;
    width: 25px;
    height: 25px;
    top: 3px;
    left: 3px;
}

.search-bar .icon2 {
    position: relative;
    width: 25px;
    height: 25px;
    top: 0px;
    left: 3px;
}

.search-bar .text-state {
    position: relative;
    width: 656px;
    height: 32px;
    top: 10px;
    left: 48px;
	border: none; /* Remove the default border */
    outline: none;
	margin-left: 10px;
}

.search-bar .text {
    position: relative;
    width: 656px;
    top: -1px;
    left: 0;
    font-family: var(--paragraph-p1-20-font-family);
    font-weight: var(--paragraph-p1-20-font-weight);
    color: var(--lightgrayscalecontent-3);
    font-size: var(--paragraph-p1-20-font-size);
    letter-spacing: var(--paragraph-p1-20-letter-spacing);
    line-height: var(--paragraph-p1-20-line-height);
    white-space: nowrap;
    font-style: var(--paragraph-p1-20-font-style);
	border: none; /* Remove the default border */
    outline: none;
	margin-left: 10px;
}

/**/

.trending-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.trending-section .text-wrapper {
  /*position: relative;*/
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--heading-h3-24-font-family);
  font-weight: var(--heading-h3-24-font-weight);
  color: var(--collection-1-colors-greys-grey-1);
  font-size: var(--heading-h3-24-font-size);
  letter-spacing: var(--heading-h3-24-letter-spacing);
  line-height: var(--heading-h3-24-line-height);
  font-style: var(--heading-h3-24-font-style);
  position: absolute;
  left: 50%; /* Start at the center of the container */
  transform: translateX(-100%);
}

.trending-section .trending-cards {
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  justify-content: center;
}

.trending-section .block {
  display: flex;
  flex-direction: column;
  width: 208px;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.trending-section .div {
  position: relative;
  align-self: stretch;
  width: 100%;
  /*height: 216px;*/
  background-image: url(./img/block-2.png);
  background-size: cover;
  background-position: 50% 50%;
}

.trending-section .vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.trending-section .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.trending-section .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.trending-section .CAPS {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--caps-caps-3-10-regular-font-family);
  font-weight: var(--caps-caps-3-10-regular-font-weight);
  color: var(--collection-1-colors-greys-grey-3);
  font-size: var(--caps-caps-3-10-regular-font-size);
  letter-spacing: var(--caps-caps-3-10-regular-letter-spacing);
  line-height: var(--caps-caps-3-10-regular-line-height);
  font-style: var(--caps-caps-3-10-regular-font-style);
}

.trending-section .heading {
  position: relative;
  align-self: stretch;
  font-family: var(--heading-h5-16-font-family);
  font-weight: var(--heading-h5-16-font-weight);
  color: var(--collection-1-colors-greys-grey-1);
  font-size: var(--heading-h5-16-font-size);
  letter-spacing: var(--heading-h5-16-letter-spacing);
  line-height: var(--heading-h5-16-line-height);
  font-style: var(--heading-h5-16-font-style);
}

.trending-section .info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.trending-section .info {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 20px;
}

.trending-section .more-horiz {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 188px;
}

.trending-section .icon {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 8px;
  left: 3px;
}

.trending-section .block-2 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.trending-section .secondary-small {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.trending-section .left-icon {
  position: relative;
  width: 16px;
  height: 16px;
}

.trending-section .text {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--paragraph-p3-13-font-family);
  font-weight: var(--paragraph-p3-13-font-weight);
  color: var(--collection-1-colors-greys-grey-3);
  font-size: var(--paragraph-p3-13-font-size);
  letter-spacing: var(--paragraph-p3-13-letter-spacing);
  line-height: var(--paragraph-p3-13-line-height);
  white-space: nowrap;
  font-style: var(--paragraph-p3-13-font-style);
}

.trending-section .block-3 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  background-image: url(./img/block-4.png);
  background-size: cover;
  background-position: 50% 50%;
}

.trending-section .block-4 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  background-image: url(./img/block.png);
  background-size: cover;
  background-position: 50% 50%;
}

.trending-section .block-5 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  background-image: url(./img/block-3.png);
  background-size: cover;
  background-position: 50% 50%;
}

.trending-section .block-6 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  background-image: url(./img/image.png);
  background-size: cover;
  background-position: 50% 50%;
}

/**/

.framex {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  padding: 30px;
}

/*.frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 40px;
  position: relative;
}*/

.framex .div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.framex .div-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.framex .text-wrapper {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--heading-h2-36-font-family);
  font-weight: var(--heading-h2-36-font-weight);
  /*color: var(--collection-1-colors-greys-grey-1);*/
  font-size: var(--heading-h2-36-font-size);
  letter-spacing: var(--heading-h2-36-letter-spacing);
  line-height: var(--heading-h2-36-line-height);
  font-style: var(--heading-h2-36-font-style);
}

.framex .div-3 {
  display: flex;
  flex-direction: column;
  width: 744px;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.framex .search-bar {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 52px;
  background-color: var(--collection-1-colors-greys-main-text-color);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--collection-1-colors-greys-border);
}

.framex .left {
  position: relative;
  width: 704px;
  height: 52px;
}

.framex .search {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 14px;
  left: 16px;
}

.framex .icon {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 3px;
  left: 3px;
}

.framex .text-state {
  position: absolute;
  width: 656px;
  height: 32px;
  top: 10px;
  left: 48px;
}

.framex .text {
  position: absolute;
  width: 656px;
  top: -1px;
  left: 0;
  font-family: var(--paragraph-p1-20-font-family);
  font-weight: var(--paragraph-p1-20-font-weight);
  color: #969696;
  font-size: var(--paragraph-p1-20-font-size);
  letter-spacing: var(--paragraph-p1-20-letter-spacing);
  line-height: var(--paragraph-p1-20-line-height);
  white-space: nowrap;
  font-style: var(--paragraph-p1-20-font-style);
}

.framex .div-4 {
  display: inline-flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.framex .x-base-pills {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--collection-1-colors-greys-border);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--collection-1-colors-greys-border);
}

.framex .text-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--heading-h5-16-font-family);
  font-weight: var(--heading-h5-16-font-weight);
  color: var(--collection-1-colors-greys-grey-1);
  font-size: var(--heading-h5-16-font-size);
  text-align: center;
  letter-spacing: var(--heading-h5-16-letter-spacing);
  line-height: var(--heading-h5-16-line-height);
  white-space: nowrap;
  font-style: var(--heading-h5-16-font-style);
}

.framex .div-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  position: relative;
  flex: 0 0 auto;
}

.framex .posts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding: 0px 0px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--collection-1-colors-greys-main-text-color);
  border-radius: 8px;
  overflow: hidden;
}

.framex .div-5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-header {
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: center
}

/*.framex .div-6 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
}*/

.div-6 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
  /*background-color: #ffffff;*/
  flex-direction: row;
}

.framex .div-wrapper-2 {
  position: relative;
  width: 40px;
  height: 40px;
}

.framex .overlap-group {
  position: relative;
  height: 40px;
}

.framex .science-physics {
  position: absolute;
  width: 33px;
  height: 33px;
  top: 4px;
  left: 4px;
}

.framex .img {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

.framex .text-wrapper-2 {
  position: relative;
  width: fit-content;
  font-family: var(--heading-h3-24-font-family);
  font-weight: var(--heading-h3-24-font-weight);
  color: var(--collection-1-colors-greys-grey-1);
  font-size: var(--heading-h3-24-font-size);
  letter-spacing: var(--heading-h3-24-letter-spacing);
  line-height: var(--heading-h3-24-line-height);
  white-space: nowrap;
  font-style: var(--heading-h3-24-font-style);
}

.framex .link {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 8px 12px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.framex .text-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.framex .text-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: var(--collection-1-colors-greys-grey-1);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

/*.framex .div-7 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}*/

/*.div-7 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}*/

.div-7 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; /* Add this line to allow wrapping */
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.block, .div-7 > a {
  flex: 1 1 calc(33.333% - 10px); /* Example for 3 items per row */
  min-width: 0; /* Allows items to shrink */
  margin: 5px; /* Add some spacing */
}

.framex .block {
  display: flex;
  flex-direction: column;
  width: 344px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

.framex .block-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/nuclear.png);
  background-size: cover;
  background-position: 50% 50%;
}

.framex .vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.framex .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.framex .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.framex .CAPS {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--caps-caps-3-10-regular-font-family);
  font-weight: var(--caps-caps-3-10-regular-font-weight);
  color: var(--collection-1-colors-greys-grey-3);
  font-size: var(--caps-caps-3-10-regular-font-size);
  letter-spacing: var(--caps-caps-3-10-regular-letter-spacing);
  line-height: var(--caps-caps-3-10-regular-line-height);
  font-style: var(--caps-caps-3-10-regular-font-style);
}

.framex .heading {
  position: relative;
  align-self: stretch;
  font-family: var(--heading-h4-20-font-family);
  font-weight: var(--heading-h4-20-font-weight);
  color: var(--collection-1-colors-greys-grey-1);
  font-size: var(--heading-h4-20-font-size);
  letter-spacing: var(--heading-h4-20-letter-spacing);
  line-height: var(--heading-h4-20-line-height);
  font-style: var(--heading-h4-20-font-style);
}

.framex .info {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 20px;
}

.framex .more-horiz {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 324px;
}

.framex .icon-2 {
  position: absolute;
  width: 13px;
  height: 3px;
  top: 8px;
  left: 3px;
}

.framex .block-3 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.framex .secondary-small {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.framex .left-icon {
  position: relative;
  width: 16px;
  height: 16px;
}

.framex .text-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--paragraph-p3-13-font-family);
  font-weight: var(--paragraph-p3-13-font-weight);
  color: var(--collection-1-colors-greys-grey-3);
  font-size: var(--paragraph-p3-13-font-size);
  letter-spacing: var(--paragraph-p3-13-letter-spacing);
  line-height: var(--paragraph-p3-13-line-height);
  white-space: nowrap;
  font-style: var(--paragraph-p3-13-font-style);
}

.framex .image-wrapper {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
}

.framex .image {
  position: relative;
  width: 344px;
  height: 216px;
  background-image: url(./img/default-16.png);
  background-size: cover;
  background-position: 50% 50%;
}

.framex .img-2 {
  position: absolute;
  width: 344px;
  height: 216px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.framex .iphone-wrapper {
  position: relative;
  width: 344px;
  height: 216px;
  background-image: url(./img/default-2.png);
  background-size: cover;
  background-position: 50% 50%;
}

.framex .politics {
  display: flex;
  width: 127px;
  align-items: center;
  gap: 4px;
  position: relative;
  background-color: #ffffff;
}

.framex .group {
  position: relative;
  width: 31px;
  height: 34px;
  top: 3px;
  left: 4px;
}

.framex .overlap-group-2 {
  position: relative;
  height: 34px;
}

.framex .photo-edit-position {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 1px;
}

.framex .photo-edit-position-2 {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 4px;
  left: 0;
  mix-blend-mode: multiply;
}

.framex .block-4 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-7.png);
  background-size: cover;
  background-position: 50% 50%;
}

.framex .block-5 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-13.png);
  background-size: cover;
  background-position: 50% 50%;
}

.framex .block-6 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-11.png);
  background-size: cover;
  background-position: 50% 50%;
}

.framex .law {
  display: flex;
  width: 92px;
  align-items: center;
  gap: 4px;
  position: relative;
  background-color: #ffffff;
}

.framex .img-3 {
  position: absolute;
  width: 37px;
  height: 37px;
  top: 0;
  left: 0;
}

.framex .img-4 {
  position: absolute;
  width: 37px;
  height: 37px;
  top: 3px;
  left: 3px;
  mix-blend-mode: multiply;
}

.framex .block-7 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/image.png);
  background-size: cover;
  background-position: 50% 50%;
}

.framex .block-8 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-5.png);
  background-size: cover;
  background-position: 50% 50%;
}

.framex .block-9 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-8.png);
  background-size: cover;
  background-position: 50% 50%;
}

.framex .div-8 {
  display: flex;
  width: 121px;
  align-items: center;
  gap: 4px;
  position: relative;
  background-color: #ffffff;
}

.framex .block-10 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-9.png);
  background-size: cover;
  background-position: 50% 50%;
}

.framex .block-11 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-6.png);
  background-size: cover;
  background-position: 50% 50%;
}

.framex .block-12 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default.png);
  background-size: cover;
  background-position: 50% 50%;
}

.framex .design-tools {
  position: absolute;
  width: 37px;
  height: 37px;
  top: 3px;
  left: 3px;
}

.framex .design-tools-2 {
  position: absolute;
  width: 37px;
  height: 37px;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

.framex .block-13 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-3.png);
  background-size: cover;
  background-position: 50% 50%;
}

.framex .block-14 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-12.png);
  background-size: cover;
  background-position: 50% 50%;
}

.framex .block-15 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-10.png);
  background-size: cover;
  background-position: 50% 50%;
}

.framex .div-9 {
  display: flex;
  width: 208px;
  align-items: center;
  gap: 4px;
  position: relative;
  background-color: #ffffff;
}

.framex .block-16 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-15.png);
  background-size: cover;
  background-position: 50% 50%;
}

.framex .block-17 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-4.png);
  background-size: cover;
  background-position: 50% 50%;
}

.framex .block-18 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 216px;
  border-radius: 8px;
  background-image: url(./img/default-14.png);
  background-size: cover;
  background-position: 50% 50%;
}
