html {
  font-size: 10px;
}

body {
  background-color: var(--white);
}
.face {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}
.root {
  width: calc(100% - 54px);
  padding: 0px 27px;
}
.banner {
  display: flex;
  position: absolute;
  top: 0px;
  z-index: 200;
  max-width: 1250px;
  background: linear-gradient(to bottom, #fff, transparent);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  width: calc(100% - 54px);
  padding: 23px 27px;
  justify-content: space-between;
}
@media (min-width: 800px) {
  .banner {
    position: fixed;
  }
}
.banner.mock {
  opacity: 0;
  pointer-events: none;
  position: relative;
}
.menu {
  position: fixed; /* keep consistent */
  top: 17px;
  right: 20px;
  overflow: hidden;
  width: 47px;
  height: 47px;

  border-radius: 14px;
  transition: width 0.2s ease, height 0.1s ease, border-radius 0.5s ease,
    background-color 0.2s ease;

  z-index: 100;
}
.menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu .navs {
  width: calc(100% - 12px);
  padding: 0px 6px;
  margin-top: calc(35px + 12px);
}
.menu .nav {
  width: calc(100% - 28px);
  height: 45px;
  border-radius: 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 14px;
  font-size: 1.6rem;
}
.menu button {
  background-color: #ccdce9;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 0px;
  height: 45px;
  justify-content: center;
  border-radius: 8px;
  font-size: 1.6rem;
  width: calc(100% - 12px);
  margin: 0px 6px 6px 6px;
}
.menu button img {
  height: 18px;
}
.menuOpen .menu {
  width: 70vw;
  max-width: 300px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  height: calc(100dvh - 34px);
  background-color: var(--lightBlue);
  border-radius: 14px;
}
.menuIcon {
  height: 35px;
  width: 35px;
  border-radius: 8px;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  background-color: var(--lightBlue);
}
.menuOpen .menuIcon {
  background-color: var(--white);
}
.banner h2 {
  margin: 0px;
  padding: 0px;
  font-size: 1.8rem;
  font-weight: 500;
}
.menuIcon div {
  width: 17px;
  height: 2px;
  transition: 0.1s;
  border-radius: 2px;
  background-color: #878787;
}
.menuOpen .menuIcon div {
  transform: rotate(45deg);
  position: absolute;
}
.menuOpen .menuIcon div:nth-child(2) {
  transform: rotate(-45deg);
}
.hero {
  display: flex;
  max-width: 400px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hero h1 {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 500;
  margin: 0px;
  margin-bottom: 12px;
}
.hero .cta {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-direction: column;
}
@media (min-width: 750px) {
  .hero h1 {
    font-size: 3.6rem;
  }
  .hero .cta {
    flex-direction: row;
  }
  .hero {
    display: flex;
    max-width: 600px;
  }
}
@media (min-width: 1000px) {
  .hero h1 {
    font-size: 4.6rem;
  }
}
@media (min-width: 700px) and (max-height: 900px) {
  .hero h1 {
    font-size: 3.6rem;
  }
  .partners {
    height: 80px !important;
  }
  .partners p {
    font-size: 1.4rem !important;
  }
  .face {
    height: calc(100dvh + 80px + 12px);
  }
}
.hero p {
  font-size: 1.6rem;
  margin: 0px;
  margin-bottom: 18px;
  text-align: center;
}

.hero .cta button {
  padding: 12px 16px;
  border-radius: 26px;
  border: 0px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.4rem;
  color: var(--white);
  background-color: var(--blue);
}
.hero .cta button img {
  height: 17px;
  width: 17px;
}
.hero .cta button.secondary {
  background-color: var(--white);
  border: 1px solid var(--blue);
  color: var(--black);
}
.portal {
  width: 100%;
  height: calc(50dvh - 92px - 12px);
  background-color: var(--portalBlue);
  border-radius: 16px;
  margin-top: 18px;
  overflow: hidden;
  position: relative;
}
.portal .leftContent {
  display: none;
}
.portal .innerShadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 100;
  border-radius: 16px;
  left: 0px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.253);
}
.portal .screenshots {
  display: grid;
  position: absolute;
  width: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  gap: 6px;
  max-width: 560px;
  grid-template-columns: 50% 50%;
}
@media (min-width: 800px) {
  .portal .screenshots {
    left: auto;
    right: 5vw;
    transform: none;
    top: 0px;
    display: grid;
    grid-template-columns: 45% 55%;
    grid-auto-rows: auto; /* allows each row to fit its content */
    align-items: start; /* aligns items to the top instead of stretching */
  }
}
.solutions .sols {
    width: 100%;
}

.portal .screenshots .row {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 600px) {
  .portal .screenshots .row,
  .portal .screenshots {
    gap: 12px;
  }
}
.portal .screenshots .row.first {
  transform: translateY(-10%);
}
.portal .screenshots .row.second {
  transform: translateY(-5%);
}
.portal .screenshots .row .screen {
  width: 100%;
  background-color: var(--white);
  border-radius: 9px;
  overflow: hidden;
}
.portal .screenshots .row .screen img {
  width: 100%;
}
.partners {
  height: 92px;
  width: 100vw;
  max-width: 100vw;
  display: flex;
  align-items: center;
  margin-left: -27px;
  margin-bottom: 27px;
  margin-top: 14px;
}
.partners .partner {
  position: relative;
}
.partners .partner:hover {
}
.partners .tooltip {
  position: absolute;
  z-index: 1000;
  left: 0px;
  width: 400px;
  top: 50%;
  margin-top: -1px;
  pointer-events: none;
  border-radius: 17px;
  opacity: 0;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 14px 32px;
  background-color: var(--white);
  display: flex;
  transform: translateY(-50%);
  align-items: center;
  margin-left: -32px;
}
.partners .tooltip.longer {
  width: 450px;
}
@media (min-width: 1000px) and (max-width: 1200px) {
    .partners .tooltip.longer {
  width: 350px;
}
}

.partners .partner:hover .tooltip img {
  opacity: 1;
}
.partners .partner:hover .tooltip {
  opacity: 1;
  pointer-events: all;
}
.partners .partner:hover * {
  opacity: 1;
}
.partners .tooltip p {
  margin: 0px !important;
  padding: 0px !important;
  width: auto !important;
  color: var(--black);
  font-size: 1.6rem !important;
}

.partners .tooltip .content {
  display: flex;
  flex-direction: column;
  padding-left: 26px;
  gap: 6px;
}
.partners .tooltip .content .tag {
  font-size: 1rem;
  color: #838383;
  padding: 4px 5px;
  border-radius: 4px;
  width: max-content;
  background-color: #f6f6f6;
}
.tooltip.reverse {
  flex-direction: row-reverse;
  right: 0px;
  left: auto;
  padding-left: 24px;
  margin-left: 0px;
  margin-right: -32px;
}
.tooltip.reverse .content {
  margin-left: 0px;
  padding: 0px;
  margin-right: 14px;
}
@media (min-width: 1000px) {
  .partners {
    width: calc(100%);
    margin: 0px;
    margin-top: 14px;
    margin-bottom: 27px;
  }
}
.partners img {
  height: 50px !important;
  opacity: 0.35;
}
.partners img.smaller {
  height: 20px !important;
}
.partners img.smaller {
  height: 50%;
}
.partners.bigger {
  display: none;
}
@media (min-width: 1000px) {
  .partners.bigger {
    display: flex;
    width: calc(100% - 20px);
  }
  .partners.mobile {
    display: none;
  }
  .partners {
    gap: 50px;
  }
  .partners img {
    height: 42px !important;
  }
  .partners img.smaller {
    height: 20px !important;
  }
  .portal .leftContent {
    display: block;
    position: absolute;
    left: 27px;
    bottom: 20px;
    width: 30%;
  }

  .portal .leftContent h2 {
    font-size: 2rem;
    margin-bottom: 6px;
    font-weight: 400;
  }
  .portal .leftContent p {
    font-size: 1.6rem;
    font-weight: 400;
  }
}

.partners .flex {
  display: flex;
  width: 60%;
  align-items: center;
  justify-content: space-between;
}
.partners p {
  width: calc(40% - 27px);
  padding-left: 27px;
  font-size: 1.6rem;
  color: #7e7e7e;
}
.solutions {
  display: flex;
  align-items: flex-start; /* IMPORTANT */
  position: relative;
  width: 100%;
  padding-top: 73px;
  flex-direction: column;
}
.solutionsTabs {
  display: none;
}
.solutionEvilTwin {
  display: none;
}
.sols .background {
  display: none;
}
.sols .topShade {
  display: none;
}
.backgroundEffect {
  display: none;
}

.banner .navButton {
    position: relative;
    overflow: hidden;
    transition: 0.05s;
    cursor: pointer;
}
.banner .navButton:active {
    transform: scale(0.97);
}
.banner .navButton span {
    position: relative;
    z-index: 2;
}
.banner .backgroundHoverEffect {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.banner .backgroundHoverEffect .shadow {
    width: 120%;
    aspect-ratio: 1/1;
    background-color: #D5DCE2;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, 50%);
}

.banner .navButton:hover .backgroundHoverEffect .shadow {
    transform: translate(-50%, -50%);
}
.loginBtn {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 0.2s;
}
.loginBtn:active {
    transform: scale(0.97);
}
.loginBtn:hover {
    border: 1px solid #54779200;
}
.loginBtn span {
    position: relative;
    z-index: 2;
}
.banner .loginBtn:hover .backgroundHoverEffect .shadow {
    transform: translate(-50%, -50%);
}

@media (min-width: 900px) {
  .solutions {
    flex-direction: row;
  }
  .solutions .titles {
    width: calc(45% - 27px);
    padding-right: 27px;
    position: sticky;
    height: calc(100dvh - 140px);
    top: calc(42px + 80px);
  }
  .solutions .titles .floatingNav {
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 42px;
    gap: 27px;
  }
  .solutions .titles .floatingNav p {
    font-size: 1.4rem;

    color: #868686;
  }
  .solutions .titles .floatingNav button {
    height: 40px;
    border-radius: 50%;
    width: 40px;
    border: 1px solid #ebebeb;
    background-color: #ebebeb;
    display: flex;
    transition: 0.1s;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .noNext .solutions .titles .floatingNav button.secondary {
    opacity: 0;
    pointer-events: none;
  }

  .solutions .titles .floatingNav button.secondary svg {
    transform: rotate(180deg);
  }
    .solutions .titles .floatingNav button:hover {
        
    border: 1px solid #dbdbdb;
    background-color: #dbdbdb;
    }
    .solutions .titles .floatingNav button:active {
        
    transform: scale(0.95);
    }
  .solutions .titles .floatingNav .buttons {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .solutions .sols {
    width: calc(55% - 80px);
    overflow: hidden;
    border-radius: 40px;
    padding: 0px 40px;
  }
  .solutions .sols .s:first-child {
    margin-top: 40px;
  }
  .solutions .sols .s.last {
    margin-bottom: 90px;
  }
  .solutionsTabs {
    display: flex;
    margin-top: 46px;
    flex-direction: column;
  }
  .solutionsTabs .tab {
    padding: 6px 12px;
    font-size: 1.6rem;
    user-select: none;
    color: #767676;
    cursor: pointer;
    width: max-content;
    border-radius: 20px;
    position: relative;
    display: flex;
    gap: 6px;
    align-items: center;
  }
  .solutionsTabs .tab .floatingBubbles {
    position: absolute;
    transform: translateX(100%) translateY(-50%);
    right: 0px;
    overflow: hidden;
    top: 50%;
    padding-left: 4px;
    display: flex;
    pointer-events: none;
    gap: 4px;
    align-items: center;
  }
  .solutionsTabs .tab:not(.active):hover .floatingBubbles {
    opacity: 1;
  }
  .solutionsTabs .tab .floatingBubbles div {
    border-radius: 50%;
    transition: 0.2s;
    transform: translateX(-28px);
    background-color: #eef2f5;
  }
  .solutionsTabs .tab:not(.active):hover .floatingBubbles div {
    transform: translateX(0px);
  }
  .solutionsTabs .tab:not(.active):active .floatingBubbles div {
    transform: translateX(-28px);
  }
  .solutionsTabs .tab .floatingBubbles .big {
    height: 12px;
    width: 12px;
  }
  .solutionsTabs .tab .floatingBubbles .small {
    height: 6px;
    width: 6px;
  }
  .solutionsTabs .tab:not(.active):hover {
    background-color: #eef2f5;
  }
  .solutionsTabs .tab .star {
    display: none;
    font-size: 1.8rem;
  }
  .solutionsTabs .tab.active {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--black);
  }
  .solutionsTabs .tab.active .star {
    display: block;
    margin-top: 4px;
  }

  .solutions .sols {
    position: sticky;
    right: 0px;
    top: 100px;
    height: calc(100dvh - 100px);
    overflow-y: hidden;
  }
  .solutionEvilTwin {
    display: block;
    width: 1px;
    height: 2000px;
  }
  .sols .background {
    display: block;
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: calc(100% - 50px);
    bottom: 50px;
    border-radius: 33px;
    background-color: #eef2f5;
  }
  .solutions .sols > .s.first {
    margin-top: 40px;
  }
  .sols .topShade {
    position: absolute;
    z-index: 3;
    display: block;
    top: 0px;
    width: calc(100% - 40px);
    height: 100px;
    left: 20px;
    pointer-events: none;
    box-shadow: inset 0 10px 10px -7px rgba(0, 0, 0, 0.151);
  }
  .topShade .leftMiniShade {
    width: 20px;
    height: 20px;
    background: linear-gradient(to right, #eef2f5, transparent);
    position: absolute;
    z-index: 200;
  }
  .topShade .rightMiniShade {
    width: 20px;
    height: 20px;
    background: linear-gradient(to left, #eef2f5, transparent);
    position: absolute;
    right: 0px;
    z-index: 200;
  }
  .backgroundEffect {
    display: block;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0px;
    width: 55%;
    height: 100%;
  }
  .backgroundEffect svg {
    position: absolute;
    top: 50%;

    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-height: 630px) {
    .solutions .titles .floatingNav {
        display: none;
    }
}
@media (min-height: 800px) {
    .solutions .titles .floatingNav {
    bottom: 30px;
          }
}
@media (min-height: 800px) {
  .sols .background {
    height: calc(100% - 80px);
    bottom: 80px;
  }
  .solutions .sols .s.last {
    margin-bottom: 120px;
  }
}
@media (min-width: 1000px) {
  .solutions .titles h2 {
    font-size: 2.8rem;
  }
  .solutions .titles {
    top: calc(42px + 70px);
  }
}
@media (max-height: 800px) {
  .solutionsTabs {
    margin-top: 24px;
  }
}
.titles {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 44px;
}
.titles h2 {
  font-size: 2.2rem;
  font-weight: 500;
}
.titles p {
  font-size: 1.6rem;
}
@media (min-width: 900px) {
  .titles h2 {
    font-size: 2.8rem;
  }
}
.solutions .s {
  width: calc(100% - 50px);
  padding: 25px;
  margin-bottom: 25px;
  background-color: var(--white);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}
.solutions .s h1 {
  font-size: 1.8rem;
  margin-bottom: 8px;
  font-weight: 500;
}
.solutions .s p {
  font-size: 1.4rem;
  color: #797979;
  margin-bottom: 21px;
}
.solutions .s ul {
  list-style-type: none;
  padding: 0px;
}
.solutions .s ul li {
  font-size: 1.4rem;
}
.compliance {
  width: calc(100% - 50px);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-wrap: wrap;
  padding: 17px 25px;
  margin-top: 21px;
  border-radius: 8px;
  row-gap: 18px;
  column-gap: 38px;
}
.compliance .comp {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  width: max-content;
}
.halowDot {
  width: 8px;
  min-width: 8px;
  border: 1px solid #b8b8b8;
  border-radius: 50%;
  height: 8px;
}
.solutions .s ul li {
  display: flex;
  margin-bottom: 8px;
  gap: 18px;
}
.solutions .s ul li .halowDot {
  margin-top: 3px;
}
.smallDot {
  width: 6px;
  height: 6px;
  background-color: var(--black);
  border-radius: 50%;
}

.about {
  width: 100%;
  padding: 20dvh 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.about .whoarewe {
  padding: 10px 28px;
  border: 1px solid #999999;
  border-radius: 12px;
  font-size: 1.6rem;
  color: 999999;
}
.about h1 {
  font-size: 2.8rem;
  width: 100%;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1000px) {
  .about h1 {
    font-size: 3.6rem;
  }
}
.linkButton {
  padding: 10px 15px;
  background-color: transparent;
  color: #8d8d8d;
  text-decoration: underline;
  border-radius: 6px;
  font-size: 1.6rem;
  margin-top: -10px;
  cursor: pointer;
  transition: 0.05s;
}
.linkButton:hover {
  background-color: #f1f1f1;
}
.linkButton:active {
  transform: scale(0.95);
}

.ourproducts {
  width: 100%;
}
.products {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}
.productHelper {
  overflow: hidden;
}

.animatedText {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.word {
  display: inline-flex;
  white-space: nowrap;
}

.char {
  position: relative;
  display: inline-block;

  overflow: hidden; /* clip stack */
}

h1 .char {
  height: 28px;
}

p .char {
  height: 20px;
}
/* Stack inside char */
.stack {
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease;
}

/* Rows stacked vertically */
.productHelper .row {
  display: inline-block;
  white-space: pre;
  overflow: visible;
  padding-bottom: 10px;
  max-width: 0;
  height: 1em; /* preserve line height */
  line-height: 1.2;
  transition: 0.3s ease;
  vertical-align: bottom; /* aligns to baseline */
}

/* Active row expands */
.productHelper[data-state="0"] .row[data-index="0"],
.productHelper[data-state="1"] .row[data-index="1"],
.productHelper[data-state="2"] .row[data-index="2"] {
  max-width: 30px;
}

/* Translate stack based on state */
.productHelper[data-state="0"] .char .stack .row {
  transform: translateY(0%);
}
.productHelper[data-state="1"] .char .stack .row {
  transform: translateY(-100%);
}
.productHelper[data-state="2"] .char .stack .row {
  transform: translateY(-200%);
}

@media (min-width: 550px) {
  .products {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 750px) {
  .products {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.ourproducts .flex {
  display: flex;
  align-items: flex-start; /* IMPORTANT */
  gap: 12px;
}
.productHelper {
  display: none;
  padding-bottom: 74px;
}
.productHelper h1 {
  font-size: 2.4rem;
  font-weight: 500;
}
.productHelper p {
  font-size: 1.6rem;
  margin-top: 12px;
  max-width: 90%;
}
@media (min-width: 1050px) {
  .productHelper {
    display: block;
    position: sticky;
    top: calc(70px + 44px);
    padding-top: 44px;
    height: calc(400px - 44px - 74px);
    min-width: 347px;
  }
}
.products .p {
  width: 100%;
  position: relative;
  height: 400px;
}
.products .p .content {
  width: calc(100% - 44px);
  padding: 22px;
  height: calc(100% - 61px - 22px);
  background-color: #f6f6f6;
  display: flex;
  transition: 0.1s;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 16px;
}
.products .p.active .content {
  height: calc(100% - 61px - 44px - 12px);
}
.products .p .content .number {
  font-size: 69px;
  color: #ffffff;
  margin-right: 10px;
  text-align: right;
}
.products .p .content .bottomContent {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.products .p .content h2 {
  font-size: 2rem;
  font-weight: 400;
}
.products .p .content p {
  font-size: 1.6rem;
  color: #777777;
}
.products .p .learnmore {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 44px);
  display: flex;
  align-items: center;
  padding: 0px 22px;
  transition: 0.05s;
  border-radius: 16px;
  cursor: pointer;
  height: 61px;
  background-color: #f6f6f6;
}
.products .p .learnmore:hover {
  background-color: #ebebeb;
}
.products .p .learnmore:active {
  transform: scale(0.98);
}
.products .p .learnmore p {
  font-size: 1.6rem;
  width: max-content;
  text-decoration: underline;
}
.callToAction {
  margin-top: 300px;

  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.notfound {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100dvh;
}
.notfound h2 {
    font-size: 5.2rem;
    font-weight: 500;
}
.notfound p {
    font-size: 1.6rem;
    font-weight: 500;
}
.callToAction h1 {
  font-size: 5.2rem;
  font-weight: 400;
}
.callToAction svg {
  width: 100%;
}

.callToAction p {
  font-size: 1.6rem;
}
.callToAction button {
    line-height: 150%;
    cursor: pointer;
  margin-top: 6px;
  padding: 12px 34px;
  border-radius: 24px;
  background-color: var(--blue);
  border: 0px;
  display: flex;
  width: max-content;
  color: var(--white);
  gap: 9px;
}
.callToAction button img {
  height: 21px;
}
.footer {
  margin-bottom: 37px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer p,
.footer a {
  font-size: 1.4rem;
}

.pcNav {
  position: absolute;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 18px;
  left: 50%;
  transform: translateX(-50%);
}
.pcNav .navButton {
  font-size: 1.6rem;
  padding: 6px 16px;
  border-radius: 16px;
  background-color: var(--lightBlue);
}

.loginBtn {
  padding: 6px 16px;
  font-size: 1.6rem;
  background-color: #ffffff;
  border: 1px solid #547792;
  border-radius: 16px;
}

.aboutUsPage {
    width: 100%;
    padding: 0px !important;
    text-align: left !important;
    margin-top: 200px;
    max-width: 100vw;
    display: block;
}
.aboutUsPage h1 {
    margin-bottom: 67px;
}
.aboutUsPage p {
    font-size: 1.8rem;
    max-width: 670px;
    margin-bottom: 30px;
}
.aboutUsPage * {
    text-align: left !important;
}
.aboutUsPage {
    position: relative;
}
.aboutUsPage .partnersContainer {
    position: absolute;
    right: 0px;
    width: 60%;
    top: 0px;
    overflow: hidden;
    margin-top: 100px;
    z-index: -1;
}

.moreAboutPartners {
    width: 100%;
    max-width: 950px;
    gap: 40px;
    margin: 60px 0px;
    display: grid;
    grid-template-columns: 1fr;
}
.moreAboutPartners .apartner {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 6px;
}
.moreAboutPartners .apartner img {
    height: 42px;
    margin-bottom: 17px;
}
.moreAboutPartners .apartner img.small {
    height: 25px;
}
.moreAboutPartners .apartner h2 {
    font-size: 1.8rem;
    margin: 0px;
    font-weight: 500;
}
.moreAboutPartners .apartner p {
    font-size: 1.6rem;
    margin: 0px;
    color: #808080;
}
.emailCopy {
    width: 100%;
    display: flex;
    gap: 12px;
    max-width: 400px;
    height: 48px;
    align-items: center;
}
.emailCopy .contentBox {
    width: calc(100% - 48px - 12px - 44px);
    height: 100%;
    display: flex;
    align-items: center;
    gap: 9px;
    overflow-x: auto;
    padding: 0px 22px;
    border-radius: 48px;
    background-color: #D9E1E7;
}
.emailCopy .contentBox p {
    font-size: 1.6rem;
}
.emailCopy .contentBox p.title {
    color: #828282;
}
.emailCopy .copyBtn {
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 50%;
    transition: 0.05s;
    cursor: pointer;
    background-color: #D9E1E7;
}
.emailCopy .copyBtn:hover {
    background-color: #bcc6ce;
}
.emailCopy .copyBtn:active {
    transform: scale(0.97);
}
.emailCopy .copyBtn img {
    height: 18px;
    user-select: none;
}
@media (max-width: 450px) {
    .emailCopy p.title {
        display: none;
    }
}
@media (min-width: 800px) {
        .moreAboutPartners {
    grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 700px) {
    .aboutUsPage .partnersContainer {
        display: none;
    }

}
.partnersContainer .leftShade {
    width: 80px;
    height: 100%;
    position: absolute;
    margin-left: -1px;
    left: 0px;
    background: linear-gradient(to right, #fff, transparent);
    z-index: 11;
}
.partnersContainer .rightShade {
    width: 80px;
    height: 100%;
    position: absolute;
    margin-right: -1px;
    right: 0px;
    background: linear-gradient(to left, #fff, transparent);
    z-index: 11;
}