html,
body {
  font-family: "Google Sans Display";
  background-color: #fff;
}

* {
  box-sizing: border-box;
}

::-webkit-scrollbar-track {
  background-color: #D5D2D0;
  border-radius: 4px;
}

::-webkit-scrollbar {
  width: 4px;
  background-color: #D5D2D0;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #8E8880;
  border-radius: 4px;
  border: 2px solid #8E8880;
}

.navbarCustom {
  background-color: #fff !important;
}

.containerHeader {
  max-width: 1232px;
}

.btnTheme {
  background: linear-gradient(146deg, rgb(28, 31, 164) 0%, rgb(29, 100, 250) 100%);
  border-radius: 12px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding: 14px 32px;
  border: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.btnTheme:hover {
  background: linear-gradient(146deg, rgb(28, 31, 164) 0%, rgb(29, 100, 250) 100%);
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.btnThemeBordered {
  background-color: transparent;
  border-radius: 12px;
  font-size: 16px;
  color: #1C1FA4;
  font-weight: 400;
  padding: 14px 32px;
  border: solid 1px #1C1FA4;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.btnThemeBordered:hover {
  background-color: transparent;
  font-size: 16px;
  color: #1C1FA4;
  font-weight: 400;
  text-decoration: none;
}

.gap-16 {
  gap: 16px;
}

.contentBg {
  background-image: url(../images/bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: calc(100vh - 89.5px);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

h1 {
  font-size: 64px;
  color: #13132D;
  font-weight: 500;
  line-height: 120%;
}

p {
  font-size: 22px;
  color: rgba(19, 19, 45, 0.72);
  font-weight: 400;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-48 {
  margin-bottom: 48px;
}/*# sourceMappingURL=style.css.map */