:root {
  --white: white;
  --black: black;
}

.body {
  background-color: #99c1ff;
  border-style: solid;
  border-width: 1px;
  font-family: Omletta, Arial, sans-serif;
}

.img_penjamin {
  max-width: 20%;
}

.image {
  width: 320px;
  aspect-ratio: auto;
  object-fit: fill;
  position: static;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 300px;
}

.div-block-2 {
  margin-top: 32px;
  margin-left: 48px;
  margin-right: 48px;
}

.image-2 {
  width: 420px;
  object-fit: fill;
}

.image-3 {
  width: 40%;
  object-fit: contain;
  position: static;
}

.image-4 {
  height: 78%;
  object-fit: contain;
  position: absolute;
  top: auto;
  bottom: 120px;
  left: auto;
  right: 48px;
}

.link {
  color: #282b30;
  font-size: 40px;
  text-decoration: none;
  display: block;
}

.link-2 {
  color: #282b30;
  flex-flow: row;
  margin-top: 0;
  font-size: 32px;
  text-decoration: none;
  display: block;
}

.image-5 {
  width: 40px;
}

.div-block-3 {
  min-width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-6,
.image-7 {
  width: 40px;
}

.link-block,
.link-block-2,
.link-block-3 {
  min-height: 40px;
  min-width: 40px;
}

.heading {
  color: #292b30;
  font-size: 40px;
  position: absolute;
  top: auto;
  bottom: 21px;
  left: auto;
  right: 32px;
}

.image-8 {
  width: 32px;
}

.txt-base {
  color: #fff;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.txt-base:hover {
  text-decoration: underline;
}

.link-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 32px;
  left: 32px;
  right: auto;
}

.link-block-5 {
  color: #272b31;
  text-align: right;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 24px;
  left: auto;
  right: 32px;
}

.link-3 {
  color: #292b30;
  cursor: pointer;
  font-size: 38px;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 28px;
  left: auto;
  right: 32px;
}

.link-3:hover {
  text-decoration: underline;
}

.image-9 {
  width: 120px;
  position: fixed;
  top: 32px;
  bottom: auto;
  left: auto;
  right: 48px;
}

@media screen and (max-width: 991px) {
  .body {
    border-style: none;
    border-color: #000;
  }

  .div-block {
    margin-top: 24px;
  }

  .div-block-2 {
    margin-left: 32px;
  }

  .image-3 {
    width: 50%;
  }

  .image-4 {
    width: 50%;
    height: auto;
    top: 24px;
    bottom: auto;
    right: 24px;
  }

  .heading {
    font-size: 32px;
  }

  .link-block-4 {
    margin-top: 48px;
    margin-left: 32px;
    margin-right: 32px;
    position: static;
  }

  .link-3 {
    max-width: 48%;
    word-break: break-all;
    margin-top: 12px;
    font-size: 3vw;
    display: block;
    position: static;
    bottom: 36px;
  }

  .image-9 {
    width: 96px;
    margin-top: 24px;
    display: block;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-2 {
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .image-3 {
    width: 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-4 {
    width: 70%;
    height: auto;
    max-width: 100%;
    min-height: 0;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
    position: static;
    right: 24px;
  }

  .link-2 {
    display: inline;
  }

  .div-block-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 16px;
  }

  .heading {
    font-size: 21px;
  }

  .link-block-4 {
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
    margin-left: 24px;
    padding-bottom: 48px;
    position: static;
  }

  .link-block-5 {
    white-space: normal;
    margin-left: 24px;
    position: static;
  }

  .link-3 {
    max-width: 100%;
    text-align: center;
    margin-top: 16px;
    padding-left: 48px;
    padding-right: 48px;
    font-size: 44px;
    position: static;
  }

  .image-9 {
    width: 32%;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .body {
    max-width: 100%;
  }

  .div-block {
    width: 0%;
    max-width: 0%;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 25px;
    margin-left: 10px;
    margin-right: auto;
    position: static;
  }

  .div-block-2 {
    min-width: 100%;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .image-3 {
    width: 0%;
    max-width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .image-4 {
    width: auto;
    height: 30%;
    max-width: 70%;
    object-fit: cover;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .link-2 {
    font-size: 28px;
  }

  .image-5 {
    width: 36px;
  }

  .div-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 8px;
    display: flex;
  }

  .image-6,
  .image-7 {
    width: 36px;
  }

  .image-8 {
    width: 24px;
  }

  .link-block-4 {
    min-height: 96px;
    justify-content: center;
    align-items: center;
    margin: 32px 12px;
    display: flex;
  }

  .link-3 {
    max-width: 100%;
    text-align: center;
    word-break: break-all;
    overflow-wrap: normal;
    margin-top: 16px;
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    font-size: 27px;
    display: block;
  }

  .div-block-4 {
    min-height: 32px;
    padding-bottom: 0;
  }

  .image-9 {
    width: 164px;
    max-width: 100%;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
    position: static;
  }
}

@font-face {
  font-family: "Omletta";
  src: url("../fonts/omletta-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
