@font-face {
  font-family: Monsier;
  src: url('../fonts/Monsier-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gold: #d0b962;
}

.section {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  padding: 0;
  display: flex;
  overflow-x: hidden;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.form-wrapper {
  aspect-ratio: 2 / 3;
  background-image: linear-gradient(135deg, #efc981, #f2d78f 29%, #f8f0e4 57%, #c58511 80%, #eec687 97%);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 512px;
  padding: 0;
  display: flex;
  position: relative;
  box-shadow: 3px 7px 20px -1px #0009;
}

.form-inner-wrapper {
  background-image: url('../images/bottomright-corner.png'), url('../images/topleft-corner.png'), linear-gradient(0deg, #0000007a, #0000000d 78%), url('../images/bg.jpg');
  background-position: 96% 96%, 4% 4%, 0 0, 50%;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  background-size: 15%, 15%, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  border-radius: 38px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: static;
}

.image {
  aspect-ratio: 1;
  max-width: 144px;
  position: static;
}

.image-2 {
  width: 20%;
  max-width: 64px;
  position: absolute;
  inset: 40% -32px 50px auto;
}

.image-3 {
  max-width: 88px;
  position: absolute;
  bottom: 8%;
  left: -44px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px 12px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.heading {
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  width: 88%;
  max-width: 56ch;
  color: var(--gold);
  text-align: center;
  margin: 0 auto;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Monsier, Palatino Linotype, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.image-4 {
  width: 75%;
  max-width: 256px;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Monsier, Palatino Linotype, sans-serif;
  font-size: 24px;
  line-height: 1.4;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  max-width: 36ch;
  font-family: Monsier, Palatino Linotype, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.code-embed-2 {
  width: 100%;
  max-width: 360px;
  margin-bottom: 0;
}

.success-badge-section {
  z-index: 3;
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 18px;
  display: flex;
  position: relative;
}

.image-5 {
  margin: 0;
}

.div-block-3 {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.success-contents {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.success-content {
  z-index: 3;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  position: relative;
}

.image-6 {
  width: 90%;
  max-width: 360px;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Monsier, Palatino Linotype, sans-serif;
  font-size: 20px;
  line-height: 1.6;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  max-width: 64ch;
  font-size: 12px;
  line-height: 1.4;
}

.stylebutton {
  color: #fff;
  max-width: 256px;
}

.socials-links {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-link {
  max-width: 32px;
  transition: all .2s;
}

.social-link:hover {
  transform: scale(1.25);
}

.image-7 {
  z-index: 1;
  max-width: 40px;
  position: absolute;
  top: 40%;
  left: 24px;
}

.image-8 {
  max-width: 56px;
  position: absolute;
  top: 30%;
  bottom: auto;
  right: 12px;
}

.image-9 {
  z-index: 1;
  max-height: 40%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-10 {
  max-width: 100%;
  max-height: 40%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-11 {
  z-index: 1;
  max-height: 16vh;
  position: absolute;
  inset: -17% auto auto 5%;
}

.badge-canvas-contents {
  width: 96%;
  max-width: 420px;
  margin-top: auto;
  margin-bottom: auto;
}

.image-12 {
  max-width: 36px;
  position: absolute;
  top: 25%;
  left: 7%;
}

.image-13 {
  max-height: 88px;
  position: absolute;
  bottom: 33%;
  right: 8%;
}

.div-block-4 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 14px;
  }

  .success-badge-section {
    display: flex;
  }

  .success-contents {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    width: 100%;
    max-width: 48ch;
    font-size: 14px;
  }

  .success-content {
    text-align: center;
  }

  .image-6 {
    width: 80%;
  }

  .text-block-3, .bold-text {
    z-index: 6;
    position: relative;
  }
}


@font-face {
  font-family: 'Monsier';
  src: url('../fonts/Monsier-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}