/* [project]/components/company-content-sample-browser.module.css [app-client] (css) */
.company-content-sample-browser-module__tKTFSq__root {
  --sample-ink: #20232d;
  --sample-purple: #6b39dc;
  color: var(--sample-ink);
  background: #fff;
}

.company-content-sample-browser-module__tKTFSq__hero {
  background: linear-gradient(135deg, #f8f6ff 0%, #fff 45%, #fff7f8 100%);
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  align-items: center;
  gap: 70px;
  min-height: 510px;
  padding: 80px max(24px, 50vw - 620px);
  display: grid;
  position: relative;
  overflow: hidden;
}

.company-content-sample-browser-module__tKTFSq__hero:after {
  content: "";
  border: 1px solid #734dde1f;
  border-radius: 50%;
  width: 520px;
  height: 520px;
  position: absolute;
  top: -280px;
  left: 43%;
}

.company-content-sample-browser-module__tKTFSq__heroGlowOne, .company-content-sample-browser-module__tKTFSq__heroGlowTwo {
  filter: blur(10px);
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
}

.company-content-sample-browser-module__tKTFSq__heroGlowOne {
  background: radial-gradient(circle, #ff5b8929, #0000 68%);
  width: 390px;
  height: 390px;
  bottom: -245px;
  right: 8%;
}

.company-content-sample-browser-module__tKTFSq__heroGlowTwo {
  background: radial-gradient(circle, #7148de26, #0000 68%);
  width: 460px;
  height: 460px;
  top: -320px;
  left: 8%;
}

.company-content-sample-browser-module__tKTFSq__heroCopy {
  z-index: 1;
  position: relative;
}

.company-content-sample-browser-module__tKTFSq__heroCopy > span {
  color: #7048da;
  letter-spacing: 1.35px;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 850;
  display: inline-flex;
}

.company-content-sample-browser-module__tKTFSq__heroCopy > span svg {
  width: 17px;
  height: 17px;
}

.company-content-sample-browser-module__tKTFSq__heroCopy h1 {
  letter-spacing: -2.15px;
  margin: 22px 0 19px;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.28;
}

.company-content-sample-browser-module__tKTFSq__heroCopy h1 b {
  font-weight: 850;
}

.company-content-sample-browser-module__tKTFSq__heroCopy p {
  color: #666c79;
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
}

.company-content-sample-browser-module__tKTFSq__languagePills {
  margin-top: 30px;
  display: flex;
}

.company-content-sample-browser-module__tKTFSq__languagePills i {
  background: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  place-items: center;
  width: 39px;
  height: 39px;
  margin-left: -6px;
  font-size: 21px;
  font-style: normal;
  display: grid;
  box-shadow: 0 6px 18px #31274f1c;
}

.company-content-sample-browser-module__tKTFSq__languagePills i:first-child {
  margin-left: 0;
}

.company-content-sample-browser-module__tKTFSq__heroVisual {
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #ffffffc2;
  border: 1px solid #6d4fcc21;
  border-radius: 42px;
  justify-self: end;
  place-items: center;
  width: 360px;
  height: 285px;
  display: grid;
  position: relative;
  transform: rotate(2deg);
  box-shadow: 0 30px 80px #48318721;
}

.company-content-sample-browser-module__tKTFSq__heroVisual > span {
  color: #fff;
  background: linear-gradient(145deg, #7548e3, #5122c2);
  border-radius: 24px;
  place-items: center;
  width: 74px;
  height: 74px;
  display: grid;
  position: absolute;
  top: -27px;
  left: -25px;
  transform: rotate(-6deg);
  box-shadow: 0 18px 35px #5b36c14a;
}

.company-content-sample-browser-module__tKTFSq__heroVisual > span svg {
  width: 31px;
  height: 31px;
}

.company-content-sample-browser-module__tKTFSq__heroVisual > div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.company-content-sample-browser-module__tKTFSq__heroVisual small {
  color: #8b829d;
  letter-spacing: 1.8px;
  font-size: 10px;
  font-weight: 850;
}

.company-content-sample-browser-module__tKTFSq__heroVisual strong {
  color: #5e31ce;
  letter-spacing: -6px;
  margin: 3px 0 -3px;
  font-size: 92px;
  font-weight: 900;
  line-height: 1;
}

.company-content-sample-browser-module__tKTFSq__heroVisual em {
  color: #4d5260;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}

.company-content-sample-browser-module__tKTFSq__heroVisual > i {
  color: #fff;
  background: #ff6f91;
  border: 6px solid #fff;
  border-radius: 50%;
  place-items: center;
  width: 60px;
  height: 60px;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  display: grid;
  position: absolute;
  bottom: 35px;
  right: -18px;
  box-shadow: 0 12px 30px #de4b753d;
}

.company-content-sample-browser-module__tKTFSq__companySection {
  width: min(100% - 48px, 1240px);
  margin: 0 auto;
  padding: 92px 0 70px;
}

.company-content-sample-browser-module__tKTFSq__sectionHeader {
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 35px;
  display: flex;
}

.company-content-sample-browser-module__tKTFSq__sectionHeader > div > span {
  color: #7350d6;
  letter-spacing: 1.4px;
  font-size: 11px;
  font-weight: 850;
}

.company-content-sample-browser-module__tKTFSq__sectionHeader h2 {
  letter-spacing: -1.25px;
  margin: 8px 0 10px;
  font-size: 34px;
}

.company-content-sample-browser-module__tKTFSq__sectionHeader p {
  color: #777d89;
  margin: 0;
  font-size: 15px;
}

.company-content-sample-browser-module__tKTFSq__sectionHeader aside {
  align-items: center;
  gap: 11px;
  padding: 0 8px 3px 0;
  display: flex;
}

.company-content-sample-browser-module__tKTFSq__sectionHeader aside strong {
  color: #6737d6;
  font-size: 42px;
  line-height: 1;
}

.company-content-sample-browser-module__tKTFSq__sectionHeader aside span {
  color: #727886;
  font-size: 12px;
  line-height: 1.45;
}

.company-content-sample-browser-module__tKTFSq__companyGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  display: grid;
}

.company-content-sample-browser-module__tKTFSq__companyCard {
  --accent: #7445dc;
  --tint: #f4f0ff;
  background: linear-gradient(145deg,#fff 48%,var(--tint));
  color: #262a35;
  min-width: 0;
  min-height: 312px;
  font: inherit;
  text-align: left;
  cursor: pointer;
  border: 1px solid #e1dee9;
  border-radius: 20px;
  flex-direction: column;
  padding: 26px 28px 0;
  transition: border-color .22s, box-shadow .22s, transform .22s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 9px 28px #28233909;
}

.company-content-sample-browser-module__tKTFSq__companyCard:before {
  border: 24px solid color-mix(in srgb,var(--accent) 8%,transparent);
  content: "";
  border-radius: 50%;
  width: 190px;
  height: 190px;
  transition: transform .35s;
  position: absolute;
  top: -105px;
  right: -105px;
}

.company-content-sample-browser-module__tKTFSq__companyCard:hover {
  border-color: color-mix(in srgb,var(--accent) 42%,#ddd);
  box-shadow: 0 20px 44px color-mix(in srgb,var(--accent) 12%,transparent);
  transform: translateY(-5px);
}

.company-content-sample-browser-module__tKTFSq__companyCard:hover:before {
  transform: scale(1.18);
}

.company-content-sample-browser-module__tKTFSq__companyCard:focus-visible {
  outline: 3px solid color-mix(in srgb,var(--accent) 23%,transparent);
  outline-offset: 3px;
}

.company-content-sample-browser-module__tKTFSq__companyCard.company-content-sample-browser-module__tKTFSq__coral {
  --accent: #ec6682;
  --tint: #fff2f4;
}

.company-content-sample-browser-module__tKTFSq__companyCard.company-content-sample-browser-module__tKTFSq__blue {
  --accent: #3978df;
  --tint: #eef5ff;
}

.company-content-sample-browser-module__tKTFSq__companyCard.company-content-sample-browser-module__tKTFSq__mint {
  --accent: #229f83;
  --tint: #edfaf6;
}

.company-content-sample-browser-module__tKTFSq__companyCard.company-content-sample-browser-module__tKTFSq__navy {
  --accent: #344f87;
  --tint: #f0f3fa;
}

.company-content-sample-browser-module__tKTFSq__companyCard > header {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.company-content-sample-browser-module__tKTFSq__companyLogo {
  border: 1px solid color-mix(in srgb,var(--accent) 22%,#e2e2e8);
  width: 62px;
  height: 58px;
  color: var(--accent);
  letter-spacing: -.5px;
  background: #fff;
  border-radius: 16px;
  place-items: center;
  font-size: 15px;
  font-weight: 900;
  display: grid;
  box-shadow: 0 8px 18px #241f340e;
}

.company-content-sample-browser-module__tKTFSq__companyCard > header > em {
  background: color-mix(in srgb,var(--accent) 9%,#fff);
  color: var(--accent);
  border-radius: 999px;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  display: flex;
}

.company-content-sample-browser-module__tKTFSq__companyCard > header > em svg {
  width: 13px;
  height: 13px;
}

.company-content-sample-browser-module__tKTFSq__companyName {
  z-index: 1;
  margin-top: 25px;
  position: relative;
}

.company-content-sample-browser-module__tKTFSq__companyName small {
  color: #969aa4;
  font-size: 11px;
}

.company-content-sample-browser-module__tKTFSq__companyName h3 {
  letter-spacing: -.65px;
  margin: 7px 0 0;
  font-size: 23px;
}

.company-content-sample-browser-module__tKTFSq__companyCard dl {
  z-index: 1;
  grid-template-columns: repeat(3, 1fr);
  margin: 24px 0 25px;
  display: grid;
  position: relative;
}

.company-content-sample-browser-module__tKTFSq__companyCard dl > div {
  border-right: 1px solid #e3e2e7;
  align-items: baseline;
  gap: 6px;
  display: flex;
}

.company-content-sample-browser-module__tKTFSq__companyCard dl > div + div {
  padding-left: 18px;
}

.company-content-sample-browser-module__tKTFSq__companyCard dl > div:last-child {
  border-right: 0;
}

.company-content-sample-browser-module__tKTFSq__companyCard dt {
  color: #777d89;
  font-size: 12px;
}

.company-content-sample-browser-module__tKTFSq__companyCard dd {
  color: #292d38;
  margin: 0;
  font-size: 16px;
  font-weight: 850;
}

.company-content-sample-browser-module__tKTFSq__companyCard footer {
  z-index: 1;
  border-top: 1px solid color-mix(in srgb,var(--accent) 18%,#e3e3e8);
  min-height: 57px;
  color: var(--accent);
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  position: relative;
}

.company-content-sample-browser-module__tKTFSq__companyCard footer svg {
  width: 19px;
  height: 19px;
  transition: transform .18s;
}

.company-content-sample-browser-module__tKTFSq__companyCard:hover footer svg {
  transform: translateX(4px);
}

.company-content-sample-browser-module__tKTFSq__notice {
  background: #faf9fd;
  border: 1px solid #e8e5ef;
  border-radius: 14px;
  align-items: flex-start;
  gap: 13px;
  width: min(100% - 48px, 1240px);
  margin: 0 auto 96px;
  padding: 21px 23px;
  display: flex;
}

.company-content-sample-browser-module__tKTFSq__notice > svg {
  color: #7050d2;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.company-content-sample-browser-module__tKTFSq__notice p {
  gap: 18px;
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  display: flex;
}

.company-content-sample-browser-module__tKTFSq__notice strong {
  white-space: nowrap;
}

.company-content-sample-browser-module__tKTFSq__notice span {
  color: #7b808c;
}

.company-content-sample-browser-module__tKTFSq__emptyList {
  text-align: center;
  background: #fafbfc;
  border: 1px solid #e2e3e9;
  border-radius: 20px;
  align-content: center;
  place-items: center;
  gap: 9px;
  min-height: 330px;
  display: grid;
}

.company-content-sample-browser-module__tKTFSq__emptyList svg {
  color: #9b88cd;
  width: 38px;
  height: 38px;
}

.company-content-sample-browser-module__tKTFSq__emptyList h3 {
  margin: 8px 0 0;
  font-size: 20px;
}

.company-content-sample-browser-module__tKTFSq__emptyList p {
  color: #808692;
  margin: 0;
  font-size: 14px;
}

.company-content-sample-browser-module__tKTFSq__overlay {
  z-index: 3000;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background: #1112197a;
  place-items: center;
  padding: 28px;
  animation: .24s ease-out company-content-sample-browser-module__tKTFSq__overlay-in;
  display: grid;
  position: fixed;
  inset: 0;
}

.company-content-sample-browser-module__tKTFSq__dialog {
  background: #f8f8fb;
  border: 1px solid #ffffffb3;
  border-radius: 24px;
  flex-direction: column;
  width: min(1120px, 100%);
  height: min(830px, 100vh - 56px);
  animation: .3s cubic-bezier(.18, .8, .24, 1) company-content-sample-browser-module__tKTFSq__dialog-in;
  display: flex;
  overflow: hidden;
  box-shadow: 0 34px 100px #0f0d194d;
}

.company-content-sample-browser-module__tKTFSq__dialogHeader {
  background: #fffffff2;
  border-bottom: 1px solid #e2e2e8;
  grid-template-columns: minmax(220px, 1fr) 260px 44px;
  align-items: center;
  gap: 17px;
  min-height: 90px;
  padding: 14px 20px 14px 24px;
  display: grid;
}

.company-content-sample-browser-module__tKTFSq__dialogIdentity {
  align-items: center;
  gap: 13px;
  min-width: 0;
  display: flex;
}

.company-content-sample-browser-module__tKTFSq__dialogLogo {
  color: #6a48ca;
  background: linear-gradient(145deg, #fff, #f2effb);
  border: 1px solid #ddd9eb;
  border-radius: 14px;
  flex: none;
  place-items: center;
  width: 58px;
  height: 52px;
  font-size: 14px;
  font-weight: 900;
  display: grid;
}

.company-content-sample-browser-module__tKTFSq__dialogIdentity > span:last-child {
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.company-content-sample-browser-module__tKTFSq__dialogIdentity small {
  color: #8062d8;
  letter-spacing: 1.2px;
  font-size: 9px;
  font-weight: 900;
}

.company-content-sample-browser-module__tKTFSq__dialogIdentity strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 4px;
  font-size: 18px;
  overflow: hidden;
}

.company-content-sample-browser-module__tKTFSq__dialogIdentity em {
  color: #989ba5;
  margin-top: 2px;
  font-size: 11px;
  font-style: normal;
}

.company-content-sample-browser-module__tKTFSq__localeSelect {
  color: #363a45;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dfdbe9;
  border-radius: 13px;
  grid-template-columns: 30px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 9px;
  height: 58px;
  padding: 0 12px;
  display: grid;
  position: relative;
}

.company-content-sample-browser-module__tKTFSq__localeSelect > svg:first-child {
  color: #704bd5;
  width: 20px;
  height: 20px;
}

.company-content-sample-browser-module__tKTFSq__localeSelect > svg:last-child {
  color: #9b9da6;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
}

.company-content-sample-browser-module__tKTFSq__localeSelect > span {
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  display: flex;
}

.company-content-sample-browser-module__tKTFSq__localeSelect small {
  color: #9699a3;
  font-size: 9px;
}

.company-content-sample-browser-module__tKTFSq__localeSelect strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
}

.company-content-sample-browser-module__tKTFSq__localeSelect select {
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.company-content-sample-browser-module__tKTFSq__localeSelect:focus-within {
  outline-offset: 2px;
  outline: 3px solid #6f4ad52e;
}

.company-content-sample-browser-module__tKTFSq__closeButton {
  color: #fff;
  cursor: pointer;
  background: #242731;
  border: 0;
  border-radius: 50%;
  place-items: center;
  width: 42px;
  height: 42px;
  transition: background-color .16s, transform .16s;
  display: grid;
}

.company-content-sample-browser-module__tKTFSq__closeButton svg {
  width: 20px;
  height: 20px;
}

.company-content-sample-browser-module__tKTFSq__closeButton:hover {
  background: #6c43d5;
  transform: rotate(5deg);
}

.company-content-sample-browser-module__tKTFSq__dialogBody {
  flex-direction: column;
  flex: 1;
  min-height: 0;
  display: flex;
  overflow: hidden;
}

.company-content-sample-browser-module__tKTFSq__dialogIntro {
  background: #fff;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 26px 34px 22px;
  display: flex;
}

.company-content-sample-browser-module__tKTFSq__dialogIntro > div > span {
  color: #704bd5;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 850;
  display: flex;
}

.company-content-sample-browser-module__tKTFSq__dialogIntro > div > span svg {
  width: 15px;
  height: 15px;
}

.company-content-sample-browser-module__tKTFSq__dialogIntro h2 {
  letter-spacing: -.9px;
  margin: 7px 0 4px;
  font-size: 29px;
}

.company-content-sample-browser-module__tKTFSq__dialogIntro p {
  color: #777c88;
  margin: 0;
  font-size: 13px;
}

.company-content-sample-browser-module__tKTFSq__dialogIntro aside {
  background: #f0ecfb;
  border-radius: 12px;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  display: flex;
}

.company-content-sample-browser-module__tKTFSq__dialogIntro aside > svg {
  color: #fff;
  background: #714bd5;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  padding: 3px;
}

.company-content-sample-browser-module__tKTFSq__dialogIntro aside > span {
  flex-direction: column;
  gap: 3px;
  display: flex;
}

.company-content-sample-browser-module__tKTFSq__dialogIntro aside strong {
  font-size: 12px;
}

.company-content-sample-browser-module__tKTFSq__contentTabs {
  background: #fff;
  border-bottom: 1px solid #dfdfe5;
  gap: 4px;
  padding: 0 30px;
  display: flex;
}

.company-content-sample-browser-module__tKTFSq__contentTabs button {
  color: #818590;
  height: 58px;
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  align-items: center;
  gap: 7px;
  padding: 0 17px;
  font-size: 13px;
  font-weight: 750;
  display: flex;
  position: relative;
}

.company-content-sample-browser-module__tKTFSq__contentTabs button:after {
  content: "";
  opacity: 0;
  background: #6d43d6;
  border-radius: 3px 3px 0 0;
  height: 3px;
  transition: opacity .16s, transform .16s;
  position: absolute;
  bottom: -1px;
  left: 12px;
  right: 12px;
  transform: scaleX(.4);
}

.company-content-sample-browser-module__tKTFSq__contentTabs button svg {
  width: 17px;
  height: 17px;
}

.company-content-sample-browser-module__tKTFSq__contentTabs button em {
  color: #777b86;
  background: #f0f0f3;
  border-radius: 999px;
  place-items: center;
  min-width: 21px;
  height: 21px;
  padding: 0 5px;
  font-size: 10px;
  font-style: normal;
  display: grid;
}

.company-content-sample-browser-module__tKTFSq__contentTabs .company-content-sample-browser-module__tKTFSq__activeTab {
  color: #6338cc;
}

.company-content-sample-browser-module__tKTFSq__contentTabs .company-content-sample-browser-module__tKTFSq__activeTab:after {
  opacity: 1;
  transform: scaleX(1);
}

.company-content-sample-browser-module__tKTFSq__contentTabs .company-content-sample-browser-module__tKTFSq__activeTab em {
  color: #6338cc;
  background: #ede7fc;
}

.company-content-sample-browser-module__tKTFSq__contentArea {
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  flex: 1;
  min-height: 0;
  padding: 28px 32px 52px;
  overflow-y: auto;
}

.company-content-sample-browser-module__tKTFSq__contentList {
  gap: 14px;
  display: grid;
}

.company-content-sample-browser-module__tKTFSq__contentCard {
  background: #fff;
  border: 1px solid #e1e1e7;
  border-radius: 16px;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 0 22px;
  padding: 24px 26px;
  animation: .3s ease-out both company-content-sample-browser-module__tKTFSq__content-in;
  display: grid;
  box-shadow: 0 5px 16px #1f1f2a06;
}

.company-content-sample-browser-module__tKTFSq__contentCard > header {
  border-right: 1px solid #ececf0;
  flex-direction: column;
  grid-row: 1 / 3;
  align-items: flex-start;
  gap: 6px;
  padding-right: 15px;
  display: flex;
}

.company-content-sample-browser-module__tKTFSq__contentCard > header span {
  color: #6840cf;
  font-size: 20px;
  font-weight: 850;
}

.company-content-sample-browser-module__tKTFSq__contentCard > header small {
  color: #a1a3ab;
  white-space: nowrap;
  font-size: 10px;
}

.company-content-sample-browser-module__tKTFSq__contentCard h3 {
  letter-spacing: -.3px;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.5;
}

.company-content-sample-browser-module__tKTFSq__contentCard p {
  color: #555b67;
  white-space: pre-line;
  word-break: normal;
  overflow-wrap: anywhere;
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
}

.company-content-sample-browser-module__tKTFSq__skeleton {
  gap: 14px;
  display: grid;
}

.company-content-sample-browser-module__tKTFSq__skeleton i {
  background: linear-gradient(105deg, #f4f3f7 20%, #fbfbfc 40%, #f4f3f7 60%) 0 0 / 240% 100%;
  border: 1px solid #ecebf0;
  border-radius: 16px;
  height: 142px;
  animation: 1.15s linear infinite company-content-sample-browser-module__tKTFSq__skeleton;
  display: block;
}

.company-content-sample-browser-module__tKTFSq__skeleton i:nth-child(2) {
  height: 190px;
}

.company-content-sample-browser-module__tKTFSq__skeleton i:nth-child(3) {
  height: 130px;
}

.company-content-sample-browser-module__tKTFSq__loadError, .company-content-sample-browser-module__tKTFSq__emptyContent {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  display: flex;
}

.company-content-sample-browser-module__tKTFSq__loadError > svg, .company-content-sample-browser-module__tKTFSq__emptyContent > svg {
  color: #6840cf;
  background: #eee9fb;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  padding: 9px;
}

.company-content-sample-browser-module__tKTFSq__loadError h3 {
  margin: 18px 0 7px;
  font-size: 20px;
}

.company-content-sample-browser-module__tKTFSq__loadError p, .company-content-sample-browser-module__tKTFSq__emptyContent p {
  color: #7b808c;
  margin: 0;
  font-size: 14px;
}

.company-content-sample-browser-module__tKTFSq__loadError button {
  color: #fff;
  height: 42px;
  font: inherit;
  cursor: pointer;
  background: #6338cc;
  border: 0;
  border-radius: 9px;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 750;
  display: flex;
}

.company-content-sample-browser-module__tKTFSq__loadError button svg {
  width: 15px;
  height: 15px;
}

.company-content-sample-browser-module__tKTFSq__overlayClosing {
  pointer-events: none;
  animation: .28s ease-in both company-content-sample-browser-module__tKTFSq__overlay-out;
}

@keyframes company-content-sample-browser-module__tKTFSq__overlay-in {
  from {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    background: #11121900;
  }

  to {
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background: #1112197a;
  }
}

@keyframes company-content-sample-browser-module__tKTFSq__dialog-in {
  from {
    opacity: 0;
    transform: translateY(22px)scale(.975);
  }

  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

@keyframes company-content-sample-browser-module__tKTFSq__overlay-out {
  to {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    background: #11121900;
  }
}

@keyframes company-content-sample-browser-module__tKTFSq__dialog-out {
  to {
    opacity: 0;
    transform: translateY(18px)scale(.982);
  }
}

@keyframes company-content-sample-browser-module__tKTFSq__content-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes company-content-sample-browser-module__tKTFSq__skeleton {
  to {
    background-position: -240% 0;
  }
}

@media (max-width: 899px) {
  .company-content-sample-browser-module__tKTFSq__hero {
    grid-template-columns: 1fr 290px;
    gap: 35px;
    min-height: 460px;
  }

  .company-content-sample-browser-module__tKTFSq__heroCopy h1 {
    font-size: 38px;
  }

  .company-content-sample-browser-module__tKTFSq__heroVisual {
    width: 285px;
    height: 245px;
  }

  .company-content-sample-browser-module__tKTFSq__companyCard dl > div {
    flex-direction: column;
    gap: 3px;
  }

  .company-content-sample-browser-module__tKTFSq__companyCard dl > div + div {
    padding-left: 14px;
  }

  .company-content-sample-browser-module__tKTFSq__dialogHeader {
    grid-template-columns: minmax(180px, 1fr) 230px 42px;
  }

  .company-content-sample-browser-module__tKTFSq__dialogIntro {
    padding-left: 27px;
    padding-right: 27px;
  }

  .company-content-sample-browser-module__tKTFSq__contentTabs {
    padding: 0 17px;
  }

  .company-content-sample-browser-module__tKTFSq__contentTabs button {
    padding: 0 11px;
  }

  .company-content-sample-browser-module__tKTFSq__contentArea {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 699px) {
  .company-content-sample-browser-module__tKTFSq__hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .company-content-sample-browser-module__tKTFSq__heroCopy h1 {
    font-size: 35px;
  }

  .company-content-sample-browser-module__tKTFSq__heroCopy p br, .company-content-sample-browser-module__tKTFSq__heroVisual {
    display: none;
  }

  .company-content-sample-browser-module__tKTFSq__companySection {
    padding-top: 68px;
  }

  .company-content-sample-browser-module__tKTFSq__sectionHeader {
    align-items: flex-start;
  }

  .company-content-sample-browser-module__tKTFSq__sectionHeader h2 {
    font-size: 29px;
  }

  .company-content-sample-browser-module__tKTFSq__companyGrid {
    grid-template-columns: 1fr;
  }

  .company-content-sample-browser-module__tKTFSq__overlay {
    place-items: stretch stretch;
    padding: 0;
  }

  .company-content-sample-browser-module__tKTFSq__dialog {
    border: 0;
    border-radius: 0;
    width: 100%;
    height: 100dvh;
    max-height: none;
  }

  .company-content-sample-browser-module__tKTFSq__dialogHeader {
    grid-template-columns: minmax(0, 1fr) 44px;
    min-height: 76px;
    padding: 10px 13px 10px 16px;
  }

  .company-content-sample-browser-module__tKTFSq__dialogIdentity strong {
    font-size: 16px;
  }

  .company-content-sample-browser-module__tKTFSq__dialogLogo {
    width: 50px;
    height: 46px;
  }

  .company-content-sample-browser-module__tKTFSq__localeSelect {
    border-radius: 50%;
    grid-template-columns: 1fr;
    place-items: center;
    width: 49px;
    height: 49px;
    padding: 0;
    position: absolute;
    bottom: 13px;
    right: 66px;
  }

  .company-content-sample-browser-module__tKTFSq__localeSelect > svg:first-child {
    width: 21px;
    height: 21px;
  }

  .company-content-sample-browser-module__tKTFSq__localeSelect > span, .company-content-sample-browser-module__tKTFSq__localeSelect > svg:last-child {
    display: none;
  }

  .company-content-sample-browser-module__tKTFSq__dialogIntro {
    padding: 22px 20px;
  }

  .company-content-sample-browser-module__tKTFSq__dialogIntro h2 {
    font-size: 25px;
  }

  .company-content-sample-browser-module__tKTFSq__dialogIntro aside {
    display: none;
  }

  .company-content-sample-browser-module__tKTFSq__contentTabs {
    scrollbar-width: none;
    padding: 0 8px;
    overflow-x: auto;
  }

  .company-content-sample-browser-module__tKTFSq__contentTabs button {
    white-space: nowrap;
    height: 54px;
    padding: 0 10px;
  }

  .company-content-sample-browser-module__tKTFSq__contentTabs button svg {
    display: none;
  }

  .company-content-sample-browser-module__tKTFSq__contentArea {
    padding: 20px 15px 42px;
  }

  .company-content-sample-browser-module__tKTFSq__contentCard {
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 0 15px;
    padding: 20px 17px;
  }

  .company-content-sample-browser-module__tKTFSq__contentCard > header {
    padding-right: 10px;
  }

  .company-content-sample-browser-module__tKTFSq__contentCard h3 {
    font-size: 17px;
  }

  .company-content-sample-browser-module__tKTFSq__contentCard p {
    font-size: 14px;
    line-height: 1.78;
  }

  .company-content-sample-browser-module__tKTFSq__notice p {
    flex-direction: column;
    gap: 2px;
  }
}

@media (max-width: 499px) {
  .company-content-sample-browser-module__tKTFSq__hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .company-content-sample-browser-module__tKTFSq__heroCopy h1 {
    letter-spacing: -1.4px;
    font-size: 31px;
  }

  .company-content-sample-browser-module__tKTFSq__heroCopy p {
    font-size: 15px;
  }

  .company-content-sample-browser-module__tKTFSq__languagePills i {
    width: 36px;
    height: 36px;
    font-size: 19px;
  }

  .company-content-sample-browser-module__tKTFSq__companySection {
    width: calc(100% - 32px);
  }

  .company-content-sample-browser-module__tKTFSq__sectionHeader aside {
    display: none;
  }

  .company-content-sample-browser-module__tKTFSq__sectionHeader p {
    font-size: 14px;
    line-height: 1.6;
  }

  .company-content-sample-browser-module__tKTFSq__companyCard {
    min-height: 300px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .company-content-sample-browser-module__tKTFSq__companyName h3 {
    font-size: 21px;
  }

  .company-content-sample-browser-module__tKTFSq__companyCard dl {
    gap: 10px;
  }

  .company-content-sample-browser-module__tKTFSq__companyCard dl > div, .company-content-sample-browser-module__tKTFSq__companyCard dl > div + div {
    border: 0;
    padding-left: 0;
  }

  .company-content-sample-browser-module__tKTFSq__companyCard dt {
    font-size: 11px;
  }

  .company-content-sample-browser-module__tKTFSq__notice {
    width: calc(100% - 32px);
    margin-bottom: 70px;
  }

  .company-content-sample-browser-module__tKTFSq__dialogIdentity small {
    display: none;
  }

  .company-content-sample-browser-module__tKTFSq__dialogIdentity em {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 160px;
    overflow: hidden;
  }

  .company-content-sample-browser-module__tKTFSq__contentTabs button {
    font-size: 12px;
  }

  .company-content-sample-browser-module__tKTFSq__contentTabs button em {
    min-width: 19px;
    height: 19px;
  }

  .company-content-sample-browser-module__tKTFSq__dialogIntro p {
    font-size: 12px;
  }

  .company-content-sample-browser-module__tKTFSq__contentCard {
    display: block;
  }

  .company-content-sample-browser-module__tKTFSq__contentCard > header {
    border-bottom: 1px solid #eeeef2;
    border-right: 0;
    flex-direction: row;
    align-items: center;
    margin-bottom: 12px;
    padding: 0 0 10px;
    display: flex;
  }

  .company-content-sample-browser-module__tKTFSq__contentCard > header span {
    font-size: 14px;
  }

  .company-content-sample-browser-module__tKTFSq__contentCard h3 {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .company-content-sample-browser-module__tKTFSq__companyCard, .company-content-sample-browser-module__tKTFSq__companyCard:before, .company-content-sample-browser-module__tKTFSq__companyCard footer svg, .company-content-sample-browser-module__tKTFSq__closeButton {
    transition: none;
  }

  .company-content-sample-browser-module__tKTFSq__overlay, .company-content-sample-browser-module__tKTFSq__dialog, .company-content-sample-browser-module__tKTFSq__contentCard, .company-content-sample-browser-module__tKTFSq__skeleton i, .company-content-sample-browser-module__tKTFSq__overlayClosing, .company-content-sample-browser-module__tKTFSq__overlayClosing .company-content-sample-browser-module__tKTFSq__dialog {
    animation: none;
  }
}

.company-content-sample-browser-module__tKTFSq__overlay {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: #f7f8fb;
  padding: 0;
  animation: .24s cubic-bezier(.18, .74, .24, 1) company-content-sample-browser-module__tKTFSq__fullscreen-detail-in;
  display: block;
}

.company-content-sample-browser-module__tKTFSq__dialog {
  width: 100%;
  height: 100dvh;
  max-height: none;
  box-shadow: none;
  background: #f7f8fb;
  border: 0;
  border-radius: 0;
  animation: none;
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.company-content-sample-browser-module__tKTFSq__dialogHeader {
  z-index: 4;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #fffffff0;
  border-bottom: 1px solid #e2e4ea;
  grid-template-columns: minmax(245px, 1fr) 270px 44px;
  gap: 17px;
  height: 82px;
  min-height: 0;
  padding: 0 34px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 4px 20px #2026370d;
}

.company-content-sample-browser-module__tKTFSq__dialogLogo {
  width: 54px;
  height: 44px;
  box-shadow: none;
  border-radius: 10px;
}

.company-content-sample-browser-module__tKTFSq__dialogLogo > img, .company-content-sample-browser-module__tKTFSq__companyLogo > img {
  object-fit: contain;
  width: 86%;
  height: 76%;
  display: block;
}

.company-content-sample-browser-module__tKTFSq__dialogLogo > img {
  width: 90%;
  height: 80%;
}

.company-content-sample-browser-module__tKTFSq__darkLogo > img {
  filter: invert() grayscale();
}

.company-content-sample-browser-module__tKTFSq__dialogLogo > b, .company-content-sample-browser-module__tKTFSq__companyLogo > b {
  width: 100%;
  height: 100%;
  color: inherit;
  font-size: inherit;
  place-items: center;
  font-weight: 900;
  display: grid;
}

.company-content-sample-browser-module__tKTFSq__dialogIdentity small {
  color: #7b818e;
  letter-spacing: 1.2px;
  font-size: 10px;
}

.company-content-sample-browser-module__tKTFSq__dialogIdentity strong {
  letter-spacing: -.45px;
  font-size: 17px;
}

.company-content-sample-browser-module__tKTFSq__dialogIdentity em {
  color: #777d8b;
  font-size: 11px;
}

.company-content-sample-browser-module__tKTFSq__localeSelect {
  border-radius: 10px;
  height: 48px;
}

.company-content-sample-browser-module__tKTFSq__closeButton {
  width: 40px;
  height: 40px;
}

.company-content-sample-browser-module__tKTFSq__dialogBody {
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  display: block;
  position: absolute;
  inset: 82px 0 0;
  overflow: auto;
}

.company-content-sample-browser-module__tKTFSq__dialogIntro {
  color: #fff;
  background: linear-gradient(120deg, #202532, #333846);
  border-radius: 20px;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: center;
  gap: 60px;
  width: min(100% - 48px, 1180px);
  min-height: 220px;
  margin: 54px auto 0;
  padding: 50px;
  animation: .36s ease-out company-content-sample-browser-module__tKTFSq__fullscreen-content-in;
  display: grid;
  box-shadow: 0 20px 55px #1d233229;
}

.company-content-sample-browser-module__tKTFSq__dialogIntro > div > span {
  color: #a894ff;
  letter-spacing: 1.6px;
  font-size: 11px;
}

.company-content-sample-browser-module__tKTFSq__dialogIntro h2 {
  color: #fff;
  letter-spacing: -1.4px;
  margin: 10px 0 12px;
  font-size: 35px;
  line-height: 1.3;
}

.company-content-sample-browser-module__tKTFSq__dialogIntro p {
  color: #c9ced8;
  font-size: 14px;
}

.company-content-sample-browser-module__tKTFSq__dialogIntro aside {
  background: #ffffff0f;
  border: 1px solid #ffffff21;
  border-radius: 14px;
  padding: 20px 22px;
}

.company-content-sample-browser-module__tKTFSq__dialogIntro aside > svg {
  background: #8f75ef;
}

.company-content-sample-browser-module__tKTFSq__dialogIntro aside strong {
  color: #fff;
  font-size: 13px;
}

.company-content-sample-browser-module__tKTFSq__dialogIntro aside small {
  color: #b9bfca;
  font-size: 11px;
}

.company-content-sample-browser-module__tKTFSq__contentTabs {
  z-index: 3;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #fffffff5;
  border: 1px solid #e0e2e8;
  border-radius: 14px;
  gap: 4px;
  width: min(100% - 48px, 1180px);
  margin: 32px auto 0;
  padding: 0 18px;
  position: sticky;
  top: 0;
  overflow: hidden;
  box-shadow: 0 9px 28px #2326320e;
}

.company-content-sample-browser-module__tKTFSq__contentTabs button {
  height: 60px;
  padding: 0 18px;
  font-size: 14px;
}

.company-content-sample-browser-module__tKTFSq__contentArea {
  width: min(100% - 48px, 1180px);
  min-height: 420px;
  margin: 0 auto;
  padding: 28px 8px 100px;
  overflow: visible;
}

.company-content-sample-browser-module__tKTFSq__contentCard {
  box-shadow: none;
  border-color: #dfe2e9;
  border-radius: 15px;
  padding: 28px 30px;
}

.company-content-sample-browser-module__tKTFSq__contentCard h3 {
  font-size: 20px;
}

.company-content-sample-browser-module__tKTFSq__contentCard p {
  font-size: 15px;
  line-height: 1.82;
}

.company-content-sample-browser-module__tKTFSq__richText {
  grid-column: 2;
  gap: 18px;
  min-width: 0;
  padding-top: 4px;
  display: grid;
}

.company-content-sample-browser-module__tKTFSq__reportChapter {
  letter-spacing: .15px;
  background: #f5f1ff;
  border: 1px solid #e2d9fb;
  border-radius: 999px;
  width: max-content;
  max-width: 100%;
  padding: 7px 12px;
  font-weight: 800;
  color: #6840cf !important;
  font-size: 12px !important;
}

.company-content-sample-browser-module__tKTFSq__reportHeading {
  color: #232631;
  letter-spacing: -.35px;
  background: linear-gradient(90deg, #f4f0ff 0%, #faf9fd 70%, #0000 100%);
  border-left: 4px solid #7146dc;
  border-radius: 0 10px 10px 0;
  padding: 14px 17px;
  line-height: 1.5;
  margin: 14px 0 0 !important;
  font-size: 18px !important;
}

.company-content-sample-browser-module__tKTFSq__reportSubheading {
  color: #292d38;
  letter-spacing: -.25px;
  margin: 8px 0 -3px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.55;
  position: relative;
}

.company-content-sample-browser-module__tKTFSq__reportSubheading:before {
  content: "";
  background: #7750dc;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: .62em;
  left: 0;
}

.company-content-sample-browser-module__tKTFSq__reportLabel {
  letter-spacing: .65px;
  text-transform: uppercase;
  background: #252a37;
  border-radius: 7px;
  width: max-content;
  max-width: 100%;
  padding: 7px 11px;
  font-weight: 800;
  color: #fff !important;
  font-size: 12px !important;
}

.company-content-sample-browser-module__tKTFSq__reportParagraph {
  word-break: keep-all;
  overflow-wrap: anywhere;
  color: #4e5563 !important;
  font-size: 15px !important;
  line-height: 1.92 !important;
}

.company-content-sample-browser-module__tKTFSq__reportList {
  color: #414754;
  background: #faf8ff;
  border: 1px solid #e8e3f5;
  border-radius: 11px;
  gap: 9px;
  margin: 0;
  padding: 16px 19px 16px 39px;
  font-size: 14px;
  line-height: 1.7;
  display: grid;
}

.company-content-sample-browser-module__tKTFSq__reportList li::marker {
  color: #744adc;
}

.company-content-sample-browser-module__tKTFSq__reportTable {
  background: #fff;
  border: 1px solid #e0e2e9;
  border-radius: 12px;
  margin: 7px 0;
  overflow: hidden;
}

.company-content-sample-browser-module__tKTFSq__reportTable figcaption {
  color: #292d38;
  background: #f7f7fa;
  border-bottom: 1px solid #e5e6eb;
  padding: 14px 17px;
  font-size: 14px;
  font-weight: 800;
}

.company-content-sample-browser-module__tKTFSq__reportTable > div {
  overflow-x: auto;
}

.company-content-sample-browser-module__tKTFSq__reportTable table {
  border-collapse: collapse;
  text-align: right;
  width: 100%;
  min-width: 540px;
  font-size: 13px;
}

.company-content-sample-browser-module__tKTFSq__reportTable th, .company-content-sample-browser-module__tKTFSq__reportTable td {
  white-space: nowrap;
  border-bottom: 1px solid #ececf1;
  padding: 12px 16px;
}

.company-content-sample-browser-module__tKTFSq__reportTable thead th {
  color: #737986;
  background: #fbfbfd;
  font-size: 12px;
  font-weight: 750;
}

.company-content-sample-browser-module__tKTFSq__reportTable th:first-child {
  text-align: left;
}

.company-content-sample-browser-module__tKTFSq__reportTable tbody th {
  color: #4b515e;
  font-weight: 650;
}

.company-content-sample-browser-module__tKTFSq__reportTable tbody td {
  color: #242832;
  font-variant-numeric: tabular-nums;
}

.company-content-sample-browser-module__tKTFSq__reportTable tbody tr:last-child th, .company-content-sample-browser-module__tKTFSq__reportTable tbody tr:last-child td {
  border-bottom: 0;
}

.company-content-sample-browser-module__tKTFSq__reportTable tbody tr:hover {
  background: #faf9fe;
}

.company-content-sample-browser-module__tKTFSq__overlayClosing {
  animation: .38s cubic-bezier(.4, 0, .7, .2) both company-content-sample-browser-module__tKTFSq__fullscreen-detail-out;
}

.company-content-sample-browser-module__tKTFSq__overlayClosing .company-content-sample-browser-module__tKTFSq__dialog {
  animation: none;
}

.company-content-sample-browser-module__tKTFSq__overlayClosing .company-content-sample-browser-module__tKTFSq__dialogHeader {
  animation: .27s cubic-bezier(.4, 0, .8, .2) both company-content-sample-browser-module__tKTFSq__fullscreen-header-out;
}

.company-content-sample-browser-module__tKTFSq__overlayClosing .company-content-sample-browser-module__tKTFSq__dialogBody {
  transform-origin: 50% 22%;
  animation: .36s cubic-bezier(.4, 0, .65, .2) both company-content-sample-browser-module__tKTFSq__fullscreen-scroll-out;
}

.company-content-sample-browser-module__tKTFSq__overlayClosing .company-content-sample-browser-module__tKTFSq__closeButton {
  animation: .26s ease-in both company-content-sample-browser-module__tKTFSq__fullscreen-close-out;
}

@keyframes company-content-sample-browser-module__tKTFSq__fullscreen-detail-in {
  from {
    opacity: 0;
    transform: scale(.992);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes company-content-sample-browser-module__tKTFSq__fullscreen-content-in {
  from {
    opacity: 0;
    transform: translateY(13px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes company-content-sample-browser-module__tKTFSq__fullscreen-detail-out {
  0%, 58% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes company-content-sample-browser-module__tKTFSq__fullscreen-header-out {
  to {
    opacity: 0;
    transform: translateY(-12px);
  }
}

@keyframes company-content-sample-browser-module__tKTFSq__fullscreen-scroll-out {
  to {
    opacity: 0;
    filter: blur(1.5px);
    transform: translateY(18px)scale(.986);
  }
}

@keyframes company-content-sample-browser-module__tKTFSq__fullscreen-close-out {
  to {
    opacity: 0;
    transform: rotate(24deg)scale(.72);
  }
}

@media (max-width: 899px) {
  .company-content-sample-browser-module__tKTFSq__dialogHeader {
    grid-template-columns: minmax(180px, 1fr) 230px 42px;
    padding: 0 20px;
  }

  .company-content-sample-browser-module__tKTFSq__dialogIntro {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 40px;
  }

  .company-content-sample-browser-module__tKTFSq__dialogIntro aside {
    width: 100%;
    max-width: 360px;
  }

  .company-content-sample-browser-module__tKTFSq__contentTabs button {
    padding: 0 13px;
  }
}

@media (max-width: 699px) {
  .company-content-sample-browser-module__tKTFSq__dialogHeader {
    grid-template-columns: minmax(0, 1fr) 44px;
    height: 76px;
    padding: 10px 13px 10px 16px;
  }

  .company-content-sample-browser-module__tKTFSq__dialogBody {
    inset: 76px 0 0;
  }

  .company-content-sample-browser-module__tKTFSq__dialogIntro {
    border-radius: 16px;
    gap: 0;
    width: calc(100% - 28px);
    min-height: 190px;
    margin-top: 28px;
    padding: 30px 24px;
  }

  .company-content-sample-browser-module__tKTFSq__dialogIntro h2 {
    font-size: 28px;
  }

  .company-content-sample-browser-module__tKTFSq__dialogIntro aside {
    display: none;
  }

  .company-content-sample-browser-module__tKTFSq__contentTabs {
    scrollbar-width: none;
    border-radius: 12px;
    width: calc(100% - 28px);
    margin-top: 20px;
    padding: 0 8px;
    overflow-x: auto;
  }

  .company-content-sample-browser-module__tKTFSq__contentTabs button {
    height: 54px;
    padding: 0 10px;
  }

  .company-content-sample-browser-module__tKTFSq__contentArea {
    width: calc(100% - 28px);
    padding: 20px 0 60px;
  }

  .company-content-sample-browser-module__tKTFSq__contentCard {
    padding: 22px 19px;
  }

  .company-content-sample-browser-module__tKTFSq__richText {
    grid-column: 1 / -1;
    gap: 15px;
    padding-top: 15px;
  }

  .company-content-sample-browser-module__tKTFSq__reportHeading {
    font-size: 16px !important;
  }

  .company-content-sample-browser-module__tKTFSq__reportSubheading {
    font-size: 15px;
  }

  .company-content-sample-browser-module__tKTFSq__reportParagraph {
    font-size: 14px !important;
    line-height: 1.82 !important;
  }

  .company-content-sample-browser-module__tKTFSq__reportList {
    padding: 14px 16px 14px 34px;
    font-size: 13px;
  }
}

@media (max-width: 499px) {
  .company-content-sample-browser-module__tKTFSq__dialogIntro {
    padding: 27px 21px;
  }

  .company-content-sample-browser-module__tKTFSq__dialogIntro h2 {
    font-size: 25px;
  }

  .company-content-sample-browser-module__tKTFSq__contentCard h3 {
    font-size: 17px;
  }

  .company-content-sample-browser-module__tKTFSq__contentCard p {
    font-size: 14px;
    line-height: 1.78;
  }
}

@media (prefers-reduced-motion: reduce) {
  .company-content-sample-browser-module__tKTFSq__overlay, .company-content-sample-browser-module__tKTFSq__dialogIntro, .company-content-sample-browser-module__tKTFSq__overlayClosing, .company-content-sample-browser-module__tKTFSq__overlayClosing .company-content-sample-browser-module__tKTFSq__dialogHeader, .company-content-sample-browser-module__tKTFSq__overlayClosing .company-content-sample-browser-module__tKTFSq__dialogBody, .company-content-sample-browser-module__tKTFSq__overlayClosing .company-content-sample-browser-module__tKTFSq__closeButton {
    animation: none;
  }
}

/* [project]/app/workspace/notification-settings.module.css [app-client] (css) */
.notification-settings-module__AAndAW__navButton {
  width: 100%;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
}

.notification-settings-module__AAndAW__backdrop {
  z-index: 1200;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: #1b1c2475;
  place-items: center;
  padding: 24px;
  animation: .22s ease-out both notification-settings-module__AAndAW__backdropIn;
  display: grid;
  position: fixed;
  inset: 0;
}

.notification-settings-module__AAndAW__modal {
  background: #fff;
  border-radius: 10px;
  width: min(410px, 100vw - 32px);
  animation: .26s cubic-bezier(.2, .8, .2, 1) both notification-settings-module__AAndAW__modalIn;
  overflow: hidden;
  box-shadow: 0 24px 70px #1c162c38;
}

.notification-settings-module__AAndAW__closing {
  animation: .22s ease-in both notification-settings-module__AAndAW__backdropOut;
}

.notification-settings-module__AAndAW__closing .notification-settings-module__AAndAW__modal {
  animation: .22s cubic-bezier(.4, 0, 1, 1) both notification-settings-module__AAndAW__modalOut;
}

.notification-settings-module__AAndAW__header {
  border-bottom: 1px solid #e7e6ec;
  justify-content: center;
  align-items: center;
  height: 66px;
  display: flex;
  position: relative;
}

.notification-settings-module__AAndAW__header h2 {
  color: #202027;
  margin: 0;
  font-size: 19px;
  font-weight: 750;
  line-height: 1;
}

.notification-settings-module__AAndAW__closeButton {
  color: #17171c;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  transition: background .15s, transform .15s;
  display: grid;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.notification-settings-module__AAndAW__closeButton:hover, .notification-settings-module__AAndAW__closeButton:focus-visible {
  background: #f3eff8;
  outline: none;
  transform: translateY(-50%)rotate(4deg);
}

.notification-settings-module__AAndAW__closeButton svg {
  width: 23px;
  height: 23px;
}

.notification-settings-module__AAndAW__formBody {
  gap: 0;
  padding: 27px 30px 30px;
  display: grid;
}

.notification-settings-module__AAndAW__field {
  color: #44434c;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
  display: grid;
}

.notification-settings-module__AAndAW__field + .notification-settings-module__AAndAW__helper {
  margin: 7px 0 24px;
}

.notification-settings-module__AAndAW__field span b {
  color: #ff585e;
  margin-left: 4px;
}

.notification-settings-module__AAndAW__field input {
  color: #25242c;
  background: #fff;
  border: 1px solid #d9d7e1;
  border-radius: 3px;
  outline: none;
  width: 100%;
  height: 45px;
  padding: 0 14px;
  font-family: inherit;
  font-size: 13px;
  transition: border-color .15s, box-shadow .15s;
}

.notification-settings-module__AAndAW__field input::placeholder {
  color: #a7a4af;
}

.notification-settings-module__AAndAW__field input:focus {
  border-color: #8138e8;
  box-shadow: 0 0 0 3px #8138e81a;
}

.notification-settings-module__AAndAW__field input:disabled {
  background: #f7f6f9;
}

.notification-settings-module__AAndAW__helper {
  color: #96939e;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.notification-settings-module__AAndAW__helper svg {
  flex: none;
  width: 12px;
  height: 12px;
}

.notification-settings-module__AAndAW__preferenceGroup {
  border: 0;
  border-top: 1px solid #eeecf1;
  grid-template-columns: minmax(0, 1fr) 80px 80px;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 15px 0;
  display: grid;
}

.notification-settings-module__AAndAW__preferenceGroup:last-of-type {
  border-bottom: 1px solid #eeecf1;
}

.notification-settings-module__AAndAW__preferenceGroup legend {
  color: #28272f;
  font-size: 14px;
  font-weight: 700;
  display: contents;
}

.notification-settings-module__AAndAW__preferenceGroup label {
  color: #55535d;
  cursor: pointer;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  display: flex;
}

.notification-settings-module__AAndAW__preferenceGroup input {
  accent-color: #7921dc;
  cursor: pointer;
  width: 17px;
  height: 17px;
  margin: 0;
}

.notification-settings-module__AAndAW__preferenceGroup input[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: .45;
}

.notification-settings-module__AAndAW__error, .notification-settings-module__AAndAW__success {
  text-align: center;
  margin: 16px 0 -10px;
  font-size: 12px;
  line-height: 1.5;
}

.notification-settings-module__AAndAW__error {
  color: #e14953;
}

.notification-settings-module__AAndAW__success {
  color: #6d18ce;
}

.notification-settings-module__AAndAW__submitButton {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(90deg, #4d00aa, #7917db);
  border: 0;
  width: 100%;
  height: 55px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 750;
  transition: filter .15s;
}

.notification-settings-module__AAndAW__submitButton:hover:not(:disabled), .notification-settings-module__AAndAW__submitButton:focus-visible {
  filter: brightness(1.1);
  outline: none;
}

.notification-settings-module__AAndAW__submitButton:disabled {
  cursor: wait;
  opacity: .65;
}

.notification-settings-module__AAndAW__completionModal {
  text-align: center;
  background: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: min(360px, 100vw - 32px);
  padding: 34px 28px 26px;
  animation: .26s cubic-bezier(.2, .8, .2, 1) both notification-settings-module__AAndAW__modalIn;
  display: flex;
  box-shadow: 0 24px 70px #1c162c38;
}

.notification-settings-module__AAndAW__completionModal > svg {
  color: #7419d5;
  background: #f2e8ff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 8px;
}

.notification-settings-module__AAndAW__completionModal h2 {
  color: #202027;
  word-break: keep-all;
  margin: 17px 0 0;
  font-size: 18px;
  font-weight: 750;
}

.notification-settings-module__AAndAW__completionModal p {
  color: #77737f;
  word-break: keep-all;
  margin: 9px 0 24px;
  font-size: 13px;
  line-height: 1.55;
}

.notification-settings-module__AAndAW__completionModal button {
  color: #fff;
  width: 100%;
  height: 44px;
  font: inherit;
  cursor: pointer;
  background: #17171d;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
}

.notification-settings-module__AAndAW__completionModal button:hover, .notification-settings-module__AAndAW__completionModal button:focus-visible {
  background: #6500bd;
  outline: none;
}

@keyframes notification-settings-module__AAndAW__backdropIn {
  from {
    opacity: 0;
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
  }

  to {
    opacity: 1;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
}

@keyframes notification-settings-module__AAndAW__backdropOut {
  from {
    opacity: 1;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  to {
    opacity: 0;
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
  }
}

@keyframes notification-settings-module__AAndAW__modalIn {
  from {
    opacity: 0;
    transform: translateY(14px)scale(.975);
  }

  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

@keyframes notification-settings-module__AAndAW__modalOut {
  from {
    opacity: 1;
    transform: translateY(0)scale(1);
  }

  to {
    opacity: 0;
    transform: translateY(10px)scale(.985);
  }
}

@media (max-width: 520px) {
  .notification-settings-module__AAndAW__backdrop {
    padding: 16px;
  }

  .notification-settings-module__AAndAW__formBody {
    padding: 24px 22px 26px;
  }

  .notification-settings-module__AAndAW__preferenceGroup {
    grid-template-columns: minmax(0, 1fr) 74px 74px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .notification-settings-module__AAndAW__backdrop, .notification-settings-module__AAndAW__modal, .notification-settings-module__AAndAW__closing, .notification-settings-module__AAndAW__closing .notification-settings-module__AAndAW__modal {
    animation-duration: 1ms;
  }
}

/*# sourceMappingURL=_0gbg_wo._.css.map*/