:root {
  --red: #d22d28;
  --yellow: #f5eb25;
  --dark-red: #9b0e14;
  --orange: #fcb424;
  --red2: #aa1317;
  --blue: #3058a6;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container {
  border: 1px solid #0000004d;
  flex-flow: column;
  flex: 1;
  width: 100%;
  max-width: 479px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow-x: hidden;
}

.container.gradient {
  background-color: #0000;
  background-image: none;
  overflow: auto;
}

.container.test {
  margin-top: -100px;
}

.container.home {
  position: absolute;
}

.body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Freeman, sans-serif;
  font-size: 13px;
  display: flex;
}

.logo-image {
  align-self: center;
  width: 176px;
  height: 176px;
  margin-top: 72px;
}

.form-footer {
  background-color: var(--red);
  border-top: .5px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 479px;
  height: 44px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  display: flex;
}

.form-footer-image {
  width: 70px;
  height: 27px;
}

.form-footer-text {
  color: #fff;
  flex: 1;
}

.cek-form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--yellow);
  color: var(--dark-red);
  text-align: center;
  cursor: pointer;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  min-width: 124px;
  padding: 15px 16px 14px;
  font-family: Myriadpro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15em;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 8px #00000029;
}

.button.cek-button {
  margin-top: 32px;
}

.button.share {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cek-field {
  margin-bottom: 32px;
}

.cek-form-block {
  flex: 1;
  margin: 32px 24px 0;
}

.text-field {
  border: 1px solid var(--red);
  background-color: #fff;
  border-radius: 24px;
  align-items: center;
  height: 44px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.text-field:focus {
  border-color: #000;
}

.text-field::placeholder {
  color: #d5d5d5;
}

.cek-error {
  z-index: -1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--red);
  background-color: #f2c0bf;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  align-items: center;
  width: 100%;
  margin-top: -22px;
  padding: 30px 16px 8px;
  font-size: 12px;
  display: none;
  position: relative;
}

.pop-up-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 479px;
  display: none;
  position: absolute;
  inset: 0% 0;
}

.claim-success-pop-up {
  z-index: 5;
  color: #fff;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 343px;
  margin: 16px;
  padding: 48px 45px;
  display: flex;
  position: relative;
}

.pop-up-image {
  width: 144px;
  height: 144px;
}

.text-block {
  color: var(--yellow);
  text-align: center;
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 32px;
  line-height: 1.5em;
}

.text-block-2 {
  font-size: 20px;
  line-height: 1.5em;
}

.text-block-3 {
  margin-top: 8px;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.5em;
}

.close-button {
  cursor: pointer;
  background-image: url('../images/iconamoon_close-fill.png');
  background-position: 0 0;
  background-size: cover;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: 16px 16px auto auto;
}

.button-2 {
  background-color: #0000;
}

.klaim-form-block {
  margin: 24px 24px 40px;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: stretch;
  width: 100%;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5em;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
}

.claim-confirm-pop-up {
  z-index: 5;
  background-color: var(--red);
  color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 343px;
  margin: 16px;
  padding: 48px 40px;
  font-size: 20px;
  line-height: 1.3em;
  display: flex;
  position: relative;
}

.flex-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
}

.secondary-button {
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 24px;
  padding: 15px 32px;
  font-family: Myriadpro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2em;
}

.secondary-button.cek-button {
  margin-top: 32px;
}

.flex-block-3 {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 1.3em;
}

.text-block-6 {
  text-align: center;
  align-self: center;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 1.3em;
}

.value {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4px;
  padding: 3px 8px;
  display: flex;
}

.label {
  margin-top: 16px;
}

.text-block-7 {
  text-align: center;
  align-self: center;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 15px;
}

.claim-error-pop-up {
  z-index: 5;
  background-color: var(--red);
  color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 343px;
  margin: 16px;
  padding: 48px 16px;
  font-size: 20px;
  line-height: 1.3em;
  display: flex;
  position: relative;
}

.text-block-8 {
  text-align: center;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.5em;
}

.image {
  object-fit: cover;
  width: 141px;
  height: 136px;
  margin-bottom: 24px;
}

.text-block-9 {
  text-align: center;
  font-size: 32px;
  line-height: 1.5em;
}

.image-2 {
  object-fit: cover;
  width: 165px;
  height: 144px;
  margin-bottom: 32px;
}

.text-block-10 {
  color: #000;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.5em;
}

.check-success-pop-up {
  z-index: 5;
  background-color: var(--red);
  color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 343px;
  margin: 16px;
  padding: 48px 45px 56px;
  display: flex;
  position: relative;
}

.pop-up-backdrop {
  z-index: 4;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.search-npsn-wrapper {
  z-index: 2;
  background-color: #fff;
  border-radius: 8px;
  max-height: 132px;
  margin-top: 4px;
  display: block;
  position: absolute;
  inset: 100% 0% auto;
  overflow: auto;
  box-shadow: 0 4px 12px #00000014;
}

.list {
  margin-bottom: 0;
}

.list-item {
  color: #1f1f1f;
  cursor: pointer;
  border-top: 1px solid #0000001a;
  width: 100%;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
  display: inline-block;
}

.list-item:hover {
  background-color: #f1f1f1;
}

.list-item.hide {
  display: none;
}

.inputwrapper {
  position: relative;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
}

.search-province-wrapper, .search-city-wrapper {
  z-index: 2;
  background-color: #fff;
  border-radius: 8px;
  max-height: 132px;
  margin-top: 4px;
  display: block;
  position: absolute;
  inset: 100% 0% auto;
  overflow: auto;
  box-shadow: 0 4px 12px #00000014;
}

.search-wrapper {
  z-index: 2;
  background-color: #fff;
  border-radius: 8px;
  max-height: 264px;
  margin-top: 4px;
  display: none;
  position: absolute;
  inset: 100% 0% auto;
  overflow: auto;
  box-shadow: 0 4px 12px #00000014;
}

.form-wrapper {
  flex: 1;
  align-items: stretch;
}

.ray-bg {
  z-index: -2;
  opacity: .3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradient {
  z-index: -3;
  background-image: linear-gradient(#d6272d, #aa1317);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradient2 {
  z-index: -1;
  background-image: linear-gradient(#aa131700, #aa1317);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.input {
  color: #000;
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 24px;
  height: 100%;
  margin-bottom: 0;
  padding: 0 16px;
  font-size: 16px;
  line-height: 1.5em;
}

.input::placeholder {
  color: #d5d5d5;
}

.input.text-field {
  background-color: #fff;
  height: 44px;
}

.input.icon, .input.with-icon {
  padding-right: 52px;
}

.input-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-right: 16px;
}

.input-icon.float {
  cursor: default;
  position: absolute;
  right: 0;
}

.input-icon.float.test {
  padding: 4px;
}

.flex-block-4 {
  flex: 1;
  align-items: stretch;
  padding-bottom: 40px;
  padding-left: 16px;
  padding-right: 16px;
}

.text-block-12 {
  text-align: center;
  font-size: 20px;
  line-height: 1.3em;
}

.text-block-13 {
  color: var(--dark-red);
  text-align: center;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2em;
}

.leaderboard-chart-wrapper {
  background-color: #fff;
  border-radius: 12px;
  margin-top: 24px;
  padding: 24px 12px 16px;
  position: relative;
}

.legend-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
}

.div-block {
  background-color: var(--orange);
  border-radius: 4px;
  width: 16px;
  height: 16px;
}

.chart-wrapper {
  position: relative;
}

.xaxis {
  justify-content: space-between;
  padding-bottom: 0;
  padding-left: 4px;
  padding-right: 0;
  display: flex;
}

.chartbar {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--orange);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 6px;
  height: 24px;
  display: flex;
  position: relative;
}

.barschoolnametext {
  color: var(--dark-red);
  font-size: 12px;
  line-height: 1.3em;
}

.barcounttext {
  color: var(--dark-red);
  font-size: 10px;
  line-height: 1.5em;
  display: none;
}

.xaxisline {
  border-left: 1px dashed #e8e8e8;
  width: 17px;
  height: 100%;
}

.xaxistext {
  color: #000;
  text-align: center;
  width: 35px;
  margin-left: -17px;
  font-size: 12px;
  line-height: 1.3em;
}

.chart {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.image-3 {
  width: 66px;
  height: 48px;
  position: absolute;
  inset: 8px auto auto 8px;
}

.image-4 {
  width: 66px;
  height: 48px;
  position: absolute;
  top: 8px;
  right: 8px;
}

.code-embed {
  display: none;
}

.leaderboard-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 16px;
  margin-bottom: 32px;
  display: flex;
}

.leaderboard-wrapper {
  align-items: center;
  display: flex;
}

.leaderboard-number {
  aspect-ratio: 1;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  height: 18px;
  font-size: 12px;
  line-height: 1.3em;
  display: flex;
}

.leaderboard-name {
  color: #fff;
  flex: 1;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 16px;
  line-height: 21px;
}

.leaderboard-detail {
  color: #fff;
  font-size: 12px;
  line-height: 1.3em;
}

.leaderboard-icon {
  background-image: url('../images/firework-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.text-block-14 {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.3em;
}

.dropdown {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--red);
  background-color: #fff;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  position: relative;
}

.dropdown:focus {
  border-color: #000;
}

.dropdown::placeholder {
  color: #d5d5d5;
}

.standing-wrapper {
  flex-flow: column;
  display: flex;
}

.standing-name {
  color: var(--yellow);
  text-align: center;
  margin-top: 24px;
  font-size: 26px;
  line-height: 1.5em;
}

.standing-position {
  border: 1px solid var(--dark-red);
  color: var(--dark-red);
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 304px;
  height: 48px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 32px;
  line-height: 1.5em;
  display: flex;
}

.standing-dari {
  margin-left: 6px;
  margin-right: 6px;
  font-size: 18px;
}

.standing-province {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1.5em;
}

.text-block-15 {
  color: #000;
  text-align: center;
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 1.5em;
}

.image-5 {
  width: 16px;
  height: 16px;
}

.body-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon {
  width: 16px;
  height: 16px;
}

.flex-block-5 {
  align-self: center;
  align-items: stretch;
}

.text-block-16 {
  cursor: pointer;
  text-decoration: none;
}

.form-2 {
  margin-top: 12px;
}

.form-block {
  margin-bottom: 0;
}

.flex-block-6 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}

.footer {
  background-color: var(--red2);
  flex-flow: column;
  display: flex;
}

.image-6 {
  object-fit: cover;
  flex: 1;
  max-width: 155px;
  height: 70px;
  margin-top: 20px;
}

.flex-block-7 {
  flex: 1;
  margin: 40px 8px 24px 24px;
}

.flex-block-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.footer-link {
  color: #fff;
  font-size: 15px;
  line-height: 1.3em;
  text-decoration: none;
}

.div-block-2 {
  background-color: #fff;
  width: 2px;
  height: 13px;
  margin-left: 4px;
  margin-right: 4px;
}

.flex-block-9 {
  align-items: center;
  margin-top: 8px;
}

.flex-block-10 {
  border-top: 1px solid #fff;
}

.text-block-17 {
  color: #fff;
  border-top: 1px solid #ffffff80;
  padding: 24px 32px;
  font-size: 12px;
  line-height: 1.3em;
}

.image-7 {
  object-fit: contain;
  width: 303px;
  height: 199px;
  margin-top: -36px;
}

.nav-bar {
  background-color: var(--red2);
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
}

.image-8 {
  width: 40px;
  height: 40px;
}

.image-9 {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.video {
  align-self: stretch;
  padding-bottom: 0;
}

.div-block-3 {
  background-image: linear-gradient(180deg, var(--blue) 70%, #0f3470);
  color: var(--yellow);
  border-top-left-radius: 72px;
  border-top-right-radius: 72px;
  flex-flow: column;
  align-self: stretch;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.text-block-18 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.3em;
}

.text-block-19 {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.3em;
}

.image-10 {
  object-fit: contain;
  width: 100%;
  max-width: 261px;
  margin-top: -155px;
}

.image-11 {
  object-fit: cover;
  background-image: linear-gradient(#3058a600 50%, #3058a6), url('../images/3.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  width: 100%;
  max-width: 248px;
  height: 328px;
  margin-left: 45px;
  position: relative;
}

.div-block-4 {
  background-image: url('../images/Mask-group-2.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: 193px;
  position: absolute;
}

.image-12 {
  height: 235px;
  position: absolute;
  top: 193px;
  left: 0;
}

.image-12-copy {
  height: 235px;
  position: absolute;
  top: 193px;
  right: 0;
}

.div-block-5 {
  z-index: 1;
  flex-flow: column;
  align-items: center;
  margin-right: 180px;
  display: flex;
  position: absolute;
  top: 174px;
}

.text-block-20 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 4px 8px #0000003d;
  font-size: 48px;
  line-height: 1.3em;
}

.text-block-21 {
  text-align: center;
  text-transform: uppercase;
  background-color: #0f3470;
  border-radius: 16px;
  width: 119px;
  font-size: 24px;
  line-height: 1.5em;
}

.text-block-22 {
  color: #fff;
  text-shadow: 0 4px 8px #0000003d;
  font-size: 40px;
  line-height: 53px;
  position: absolute;
  inset: auto 10px -19% auto;
}

.image-13 {
  object-fit: contain;
  align-self: center;
  width: 100%;
  max-width: 327px;
  margin-top: 43px;
}

.text-block-23 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 32px;
  line-height: 1em;
}

.text-span {
  font-size: 16px;
  line-height: 21px;
}

.text-block-24 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.3em;
}

.text-span-2 {
  color: var(--yellow);
  font-size: 24px;
}

.text-block-25 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #231f20;
  paint-order: stroke fill;
  width: 100%;
  max-width: 327px;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5em;
}

.text-span-3 {
  color: var(--yellow);
}

.div-block-6 {
  z-index: -1;
  width: 100%;
  height: 580px;
  margin-top: 60px;
  position: absolute;
}

.div-block-7 {
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  align-self: stretch;
  width: calc(100% - 48px);
  margin: -39px 24px 24px;
  display: block;
  overflow: hidden;
}

.code-embed-2 {
  display: none;
}

.home-chart-wrapper {
  width: 100%;
  padding: 36px 32px 32px;
  position: relative;
}

.home-legend-wrapper {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  margin-right: -8px;
  font-size: 12px;
  line-height: 1.3em;
}

.flex-block-12 {
  background-color: #c52027;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-self: stretch;
  margin-top: 32px;
  margin-bottom: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.text-block-26 {
  color: #fff;
  min-width: 105px;
  font-size: 14px;
  line-height: 1.3em;
}

.text-span-4 {
  color: #faf07d;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--dark-red);
  paint-order: stroke fill;
  font-size: 15px;
}

.text-block-27 {
  color: #fff;
  text-align: justify;
  font-size: 12px;
  line-height: 1.5em;
}

.text-block-28 {
  color: var(--dark-red);
  text-align: center;
  background-color: #fff;
  align-self: stretch;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 1.5em;
}

.text-span-5 {
  font-size: 24px;
}

.text-block-29 {
  background-color: var(--dark-red);
  color: var(--yellow);
  text-align: center;
  text-transform: uppercase;
  align-self: stretch;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 32px;
  line-height: 1.3em;
}

.chart-legend-home {
  background-color: var(--orange);
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.chart-detail {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0 0 0 8px;
}

.chartbar-wrapper, .div-block-8 {
  position: relative;
}

.home-back {
  z-index: 1;
  background-color: var(--yellow);
  background-image: url('../images/icon-go-back-3x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: 92px auto auto 24px;
  box-shadow: 0 4px 8px #00000029;
}

.form-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-9 {
  background-color: var(--blue);
  flex-flow: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-30 {
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
}

.div-block-10 {
  z-index: 1;
  height: 32px;
  margin-top: 24px;
  display: flex;
}

.pagination-button-wrapper {
  aspect-ratio: 1;
  height: 100%;
  margin-left: 8px;
  margin-right: 8px;
}

.pagination-button {
  cursor: pointer;
}

.pagination-text {
  aspect-ratio: 1;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.pagination-text-current {
  aspect-ratio: 1;
  background-color: var(--yellow);
  color: var(--dark-red);
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.flex-block-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.flex-block-15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.article-item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 272px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.article-item-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.article-item-date {
  color: #7e7d7d;
  margin: 12px 12px 4px;
  font-size: 12px;
  line-height: 1.3em;
}

.article-item-title {
  color: #000;
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
  line-height: 1.5em;
}

.div-block-11 {
  height: 274px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-14 {
  height: 274px;
  position: absolute;
  inset: auto auto 36px 0%;
}

.image-14-copy {
  height: 274px;
  position: absolute;
  inset: 45px 0% auto auto;
}

.flex-block-16 {
  flex: 1;
  align-items: stretch;
  position: relative;
}

.div-block-12 {
  z-index: -1;
  aspect-ratio: 3 / 2;
  background-image: url('../images/Group-20364.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.image-15 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.text-block-31 {
  color: #ccc;
  font-size: 12px;
  line-height: 1.3em;
  position: absolute;
  inset: 28px 24px auto auto;
}

.text-block-32 {
  color: var(--dark-red);
  margin: 24px;
  font-size: 18px;
  line-height: 1.5em;
}

.text-block-33 {
  text-align: justify;
  margin-bottom: 40px;
  margin-left: 24px;
  margin-right: 24px;
  font-family: Myriadpro, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

.flex-block-17 {
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 80px 24px 40px;
}

.text-block-34 {
  color: #000;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1.5em;
}

.text-block-35 {
  color: #000;
  font-family: Myriadpro, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

.sub-text {
  margin-top: 16px;
  margin-bottom: 6px;
  display: inline-block;
}

.text-block-36 {
  font-family: Myriadpro, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.pop-up-wrapper-home {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 479px;
  display: flex;
  position: absolute;
  inset: 0% 0;
}

.pop-up-backdrop-home {
  z-index: 4;
  background-color: #0006;
  display: none;
  position: absolute;
  inset: 0%;
}

.check-confirmation-pop-up {
  z-index: 5;
  color: #fff;
  background-color: #cf262b;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 343px;
  height: 401px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 40px 30px 48px;
  display: none;
  position: sticky;
  top: 206px;
}

.image-2-copy {
  object-fit: cover;
  width: 160px;
  height: 160px;
}

.text-block-37 {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 1.5em;
}

.div-block-13 {
  z-index: 5;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.flex-block-18 {
  flex: 1;
}

.text-block-38 {
  margin-bottom: 800px;
}

.div-block-14 {
  z-index: 4;
  background-color: #0003;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 479px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.div-block-15 {
  z-index: 5;
  background-color: var(--red);
  width: 100px;
  height: 100px;
  position: sticky;
  top: 50px;
}

.div-block-16 {
  background-color: var(--yellow);
  width: 100%;
  height: 800px;
}

.div-block-16.red {
  background-color: var(--blue);
}

.div-block-17 {
  position: absolute;
  inset: 0%;
}

.loader {
  border-style: solid;
  border-width: 8px;
  border-color: var(--yellow) #f3f3f3 #f3f3f3;
  border-radius: 50%;
  align-self: center;
  width: 40px;
  height: 40px;
  margin-top: 16px;
  display: none;
}

.image-16 {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.text-block-39 {
  text-transform: uppercase;
  height: 16px;
  font-size: 12px;
}

.flex-block-19 {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
}


@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MYRIADPRO-BOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MYRIADPRO-REGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}