.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.body {
  background-color: #fcf4f7;
  background-image: url('../images/bg-top-left.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.body.dash {
  background-image: none;
  color: #4a4a4a;
}

.home {
  height: 680px;
}

.container-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 48px;
  margin-left: 48px;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.btn-login {
  padding: 6px 8px;
  border-style: solid;
  border-width: 2px;
  border-color: #ff457c;
  border-radius: 4px;
  color: #ff457c;
  font-weight: 500;
  text-decoration: none;
}

.navbar {
  background-color: transparent;
}

.menu {
  color: #4a4a4a;
}

.menu:hover {
  color: #ff457c;
}

.menu:visited {
  color: #4a4a4a;
}

.menu.w--current {
  color: #ff457c;
}

.container {
  position: relative;
  z-index: 0;
  height: 100%;
}

.hero-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: -3%;
  bottom: 0%;
  z-index: 0;
  display: block;
  float: none;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-text {
  position: relative;
  left: 0px;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  float: none;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  margin-top: 0px;
  color: #ff457c;
  font-size: 32px;
  line-height: 51.8px;
  font-weight: 800;
}

.hel {
  position: fixed;
  top: 100px;
  right: 0px;
  z-index: -1;
}

.p-heading {
  margin-top: 32px;
  margin-bottom: 40px;
  color: #767676;
  font-size: 20px;
  line-height: 32.4px;
}

.btn-hero {
  padding: 16px;
  border-radius: 4px;
  background-color: #ff457c;
  box-shadow: 3px 3px 20px 0 rgba(255, 69, 124, 0.3);
  color: #fcf4f7;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  text-decoration: none;
}

.fitur {
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 280px;
  border-top-left-radius: 128px;
  background-color: #fff;
}

.section-heading {
  width: 600px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  color: #4a4a4a;
  font-size: 20px;
  line-height: 32.4px;
}

.paragraph {
  color: #767676;
  line-height: 25.9px;
}

.paragraph.fitur {
  width: 60%;
  margin-bottom: 0px;
}

.paragraph.p-fitur {
  width: 100%;
}

.paragraph.white {
  color: #fcf4f7;
}

.paragraph.white.left10 {
  margin-left: 10px;
}

.demo {
  margin-top: -200px;
  padding-top: 80px;
  padding-bottom: 80px;
  border-top-left-radius: 0px;
  border-top-right-radius: 128px;
  background-color: #f9f9f9;
}

.grid-tema {
  margin-top: 60px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-tema.demo {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.card-tema {
  position: relative;
}

.tema-preview {
  border-radius: 4px;
}

.btn-preview-tema {
  position: absolute;
  left: 0%;
  top: 40%;
  right: 0%;
  bottom: auto;
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 8px;
  background-color: rgba(252, 244, 247, 0.95);
  opacity: 0;
  color: #ff457c;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-primary {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 16px;
  border-radius: 8px;
  background-color: #ff457c;
  color: #fcf4f7;
  font-weight: 500;
  text-decoration: none;
}

.btn-primary.margin-right-10 {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.btn-primary.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.btn-primary.top20 {
  margin-top: 20px;
}

._16-n-grey.pad-lr-20 {
  margin-right: 20px;
  margin-left: 20px;
  color: #767676;
}

.btn-secondary {
  display: inline-block;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff457c;
  border-radius: 8px;
  background-color: transparent;
  color: #ff457c;
  text-decoration: none;
}

.btn-secondary.small {
  padding: 8px;
  font-size: 14px;
}

.btn-secondary.small.right-8 {
  margin-right: 8px;
}

.btn-secondary.small.left-8 {
  margin-left: 8px;
}

.btn-secondary.top-16 {
  margin-top: 16px;
}

.btn-secondary.center {
  text-align: center;
}

.kata-mereka {
  padding-top: 80px;
  padding-bottom: 80px;
}

.card-testimoni {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
}

.user-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
}

.testimoni-photo {
  width: 128px;
  height: 97px;
  border-radius: 4px;
}

.testimoni-user-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nama-mempelai {
  color: #4a4a4a;
  font-size: 20px;
  line-height: 32.4px;
  font-weight: 500;
}

.link-undangan {
  margin-top: 8px;
  font-family: Inter, sans-serif;
  color: #ff457c;
  font-size: 14px;
  text-decoration: none;
}

.iconicfont {
  margin-right: 5px;
  font-family: 'Material design iconic font', sans-serif;
  font-style: normal;
}

.iconicfont.pink {
  color: #ff457c;
}

.iconicfont._32 {
  color: #fcf4f7;
  font-size: 32px;
  line-height: 100%;
}

.iconicfont._24 {
  font-family: 'Material design iconic font', sans-serif;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
}

.iconicfont.right-20 {
  margin-right: 20px;
  font-style: normal;
}

.testimoni {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fafafa;
  background-clip: border-box;
}

.quoteicon {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #ff457c;
}

.italic-text {
  font-family: 'Material design iconic font', sans-serif;
  color: #fcf4f7;
  font-size: 18px;
  line-height: 100%;
  font-style: normal;
}

.p-testimoni {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
}

.grid-testimoni {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.counter-undangan {
  margin-top: 72px;
}

.grid-counter-undangan {
  margin-top: 72px;
  grid-column-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-counter {
  margin-right: 20px;
  padding: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
}

.jumlah {
  color: #ff457c;
  font-size: 48px;
  line-height: 100%;
  font-weight: 500;
}

.counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-48 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Material design iconic font', sans-serif;
  color: #ff457c;
  font-size: 48px;
  line-height: 100%;
}

.keterangan {
  margin-top: 14px;
  color: #ff457c;
}

.btn-action-buat-undangan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: #ff457c;
  box-shadow: 0 4px 16px 0 rgba(255, 69, 124, 0.3);
  text-decoration: none;
}

.text-block {
  color: #fcf4f7;
  font-weight: 600;
  text-decoration: none;
}

.wrapper-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog {
  padding-top: 80px;
  padding-bottom: 280px;
  border-top-left-radius: 128px;
  background-color: #fff;
}

.text-block-2 {
  font-size: 24px;
}

.blog-label {
  color: #ff457c;
  font-size: 24px;
  line-height: 38.832px;
  font-weight: 600;
}

.grid-blog {
  margin-top: 40px;
  margin-bottom: 40px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 8px;
  text-decoration: none;
}

.blog-image {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.blog-title {
  margin: 16px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 25.9px;
  text-decoration: none;
}

.footer {
  margin-top: -200px;
  padding-top: 80px;
  padding-bottom: 0px;
  border-top-left-radius: 128px;
  background-color: #ff457c;
}

.footer.login-footer {
  position: relative;
  margin-top: -80px;
}

.grid-footer {
  margin-bottom: 80px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-label {
  margin-bottom: 24px;
  color: #fcf4f7;
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
}

.footer-link {
  margin-bottom: 16px;
  color: #941939;
  text-decoration: none;
}

.icon-text {
  font-style: normal;
}

.footer-credits {
  display: block;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 80px;
  background-color: #a71c45;
}

.container-credit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.credit-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fcf4f7;
}

.credit-text.right {
  text-align: right;
}

.buat-undangan {
  padding-top: 80px;
  padding-bottom: 260px;
  border-top-left-radius: 128px;
  background-color: #fff;
}

.undangan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.undangan.vetical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-undangan {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.preview-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.html-embed {
  width: 100%;
  border: 0px solid #000;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fcf4f7;
}

.url-preview {
  padding: 16px;
  border-style: solid;
  border-width: 1px 1px 0px;
  border-color: #bababa;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
}

.link {
  color: #4a4a4a;
  font-size: 14px;
  text-decoration: none;
}

.section-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-data.horizontal {
  margin-bottom: 16px;
}

.section-data.top-16 {
  margin-top: 16px;
}

.input-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input-wrapper.left {
  margin-right: 10px;
}

.input-wrapper.left.waktu {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input-wrapper.left.tgl {
  width: 260px;
  max-width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.input-wrapper.left.max300 {
  width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.input-wrapper.right {
  margin-left: 10px;
}

.input-wrapper.right.waktu {
  position: relative;
}

.input-wrapper.file-upload {
  width: 300px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.input-wrapper.file-upload.link-undangan {
  position: relative;
  width: auto;
}

.input-wrapper.file-upload.pad-r-20 {
  padding-right: 10px;
}

.input-wrapper.bottom-16 {
  margin-bottom: 16px;
}

.input-wrapper.bottom-10 {
  margin-bottom: 16px;
}

.input-wrapper.bottom-20 {
  margin-bottom: 20px;
}

.section-label {
  margin-bottom: 12px;
  color: #ff457c;
  font-size: 18px;
  line-height: 29.124000000000002px;
  font-weight: 400;
}

.input-label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #767676;
  font-size: 14px;
  font-weight: 400;
}

.input-bg {
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #bababa;
  border-radius: 4px;
  background-color: #fcf4f7;
}

.input-bg.tgl {
  max-width: 128px;
}

.input-bg.deskripsi-undangan {
  height: 200px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section {
  margin-bottom: 24px;
}

.radio-timezone {
  position: absolute;
  left: auto;
  top: 0%;
  right: 16px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rb-tema {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 4px;
  padding-left: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1e6e9;
  border-radius: 4px;
}

.rb-tema.w--redirected-checked {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: auto;
  height: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #941939;
  border-radius: 4px;
  background-color: transparent;
  color: #fcf4f7;
}

.rb-tema.w--redirected-focus {
  box-shadow: none;
}

.radio-button-field {
  position: relative;
  width: 40px;
  height: 30px;
  margin-left: 10px;
}

.radio-button-label {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #4a4a4a;
  text-align: center;
}

.section-data-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.peta-lokasi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.map {
  height: 260px;
  margin-top: 0px;
  border-radius: 8px;
}

.pad16 {
  padding: 16px;
}

.pad16.input-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cloud-icon {
  font-family: 'Material design iconic font', sans-serif;
  color: #ffcbda;
  font-size: 48px;
  line-height: 100%;
}

.upload-text {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #767676;
  text-align: center;
}

.link-2 {
  margin-top: 4px;
  padding-top: 0px;
  color: #ff457c;
  font-weight: 500;
  text-decoration: underline;
}

.text-block-3 {
  position: absolute;
  left: auto;
  top: 36px;
  right: 16px;
  bottom: 0%;
}

.label-buat-akun {
  margin-bottom: 20px;
  color: #767676;
  line-height: 25.888px;
}

.submit-button {
  margin-top: 16px;
  padding: 16px 20px;
  border-radius: 8px;
  background-color: #ff457c;
  font-weight: 600;
}

.login {
  position: static;
  z-index: -1;
  margin-bottom: 0px;
  padding-bottom: 100px;
  border-top-left-radius: 128px;
  background-color: #fff;
}

.login-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dash-menu {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-username {
  color: #ff457c;
  font-weight: 400;
  text-decoration: none;
}

.italic-text-2 {
  font-style: normal;
}

.dash-navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

.dash-menu-link {
  color: #4a4a4a;
}

.dash-menu-link.w--current {
  color: #ff457c;
}

.alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff0cd;
  color: #4a4a4a;
}

.undanganku {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.undanganku.bottom-200 {
  margin-bottom: 260px;
}

.alert-text {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 22.652px;
}

.pink-link {
  color: #ff457c;
  font-style: normal;
  text-decoration: none;
}

.pink-link.donasi {
  text-decoration: underline;
}

.pink-link.underline {
  text-decoration: underline;
}

.alert-action {
  padding: 10px;
  border-radius: 4px;
  background-color: #ff457c;
  color: #fcf4f7;
  font-size: 14px;
  text-decoration: none;
}

.h2-dashboard {
  margin-top: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #ff457c;
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
}

.card-undanganku {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #f1e6e9;
  border-radius: 8px;
  background-color: #fff;
}

.card-undanganku.margin-right-10 {
  margin-right: 10px;
}

.card-undanganku.margin-right-10.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-undanganku.margin-left-10 {
  margin-left: 10px;
}

.card-undanganku.margin-left-10.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.preview-tema {
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-16-lessdark {
  color: #767676;
  font-size: 14px;
}

.title-undanganku {
  margin-top: 8px;
  margin-bottom: 10px;
  padding-top: 0px;
  color: #4a4a4a;
  font-size: 22px;
  line-height: 35.596000000000004px;
  font-weight: 500;
}

.link-4 {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
}

.warning-yellow {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 8px;
  background-color: #fff0cd;
  color: #4a4a4a;
  font-size: 12px;
  line-height: 100%;
}

.action-undanganku {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.action-undanganku.top-24 {
  margin-top: 24px;
}

.action-undanganku.top-24.bottom-10 {
  margin-bottom: 10px;
}

.or {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.icon-soc-med {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.icon-soc-med.last {
  margin-right: 0px;
}

.layanan-lainnya {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._18-bold-dark {
  margin-top: auto;
  margin-bottom: auto;
  color: #4a4a4a;
  font-size: 18px;
  line-height: 29.124000000000002px;
  font-weight: 700;
}

._18-bold-dark.bottom-10 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.paragraph-2 {
  color: #767676;
}

.div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
}

.preview-undangan-sosmed {
  width: 40%;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: rgba(255, 69, 124, 0.05);
}

.download.top10 {
  width: 100%;
  margin-top: 10px;
}

.icon-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ff457c;
  font-family: 'Material design iconic font', sans-serif;
  color: #fcf4f7;
  font-size: 32px;
  line-height: 100%;
}

.text-download-undangan {
  margin: 8px 10px;
  font-size: 14px;
  line-height: 22.652px;
  text-align: center;
}

.download-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preview-video-undangan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 169px;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 69, 124, 0.3)), to(rgba(255, 69, 124, 0.3))), url('../images/preview-video-undangan.png');
  background-image: linear-gradient(180deg, rgba(255, 69, 124, 0.3), rgba(255, 69, 124, 0.3)), url('../images/preview-video-undangan.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  line-height: 100%;
}

.icon-play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: 'Material design iconic font', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 100%;
}

.putar-demo {
  margin-top: -16px;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.atau {
  margin-top: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-shadow: 1px 1px 6px #000;
}

.btn-buat-video {
  padding: 8px;
  border-radius: 8px;
  background-color: #fff;
  color: #ff457c;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.fitur-akanikah {
  margin-bottom: 240px;
}

.list-fitur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-action-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.wrapper-fitur {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-2 {
  color: #ff457c;
}

.text-fitur {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #4a4a4a;
}

.text-fitur.icon-24 {
  font-family: 'Material design iconic font', sans-serif;
  font-size: 24px;
}

.wrapper-premium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  margin-right: 10px;
  margin-left: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: rgba(255, 69, 124, 0.3);
}

.wrapper-free {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
  color: #fcf4f7;
}

.list-fitur-mobile {
  display: none;
}

.label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #4a4a4a;
}

.label.grey {
  color: #bababa;
}

.alert-publish {
  margin-bottom: 10px;
}

.content-undanganku {
  margin-top: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1e6e9;
  border-radius: 8px;
  background-color: #fff;
}

.content-undanganku.pad16 {
  padding: 16px;
}

.tab {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  color: #4a4a4a;
}

.tab.w--current {
  padding-right: 20px;
  padding-left: 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #ff457c;
  color: #fcf4f7;
}

.tabs-menu {
  border-bottom: 1px solid #ff457c;
}

.tab-pane {
  padding-top: 16px;
  padding-bottom: 16px;
}

.label-donasi {
  color: #767676;
  font-size: 14px;
  font-weight: 400;
}

.warning-musik {
  margin-top: 4px;
  padding: 4px 8px;
  background-color: #fff0cd;
  color: #4a4a4a;
  font-size: 12px;
}

.warning-musik.bottom-16 {
  margin-bottom: 16px;
}

.tabs {
  border-bottom: 1px solid #f1e6e9;
}

.grid-tema-undanganku {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.radio-button-label-2 {
  display: none;
}

.radio-button-tema {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 4px 4px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #767676;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
}

.radio-button-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-left: 0px;
}

.preview-tema-radio {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 100%;
  border-radius: 4px;
}

.text-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #767676;
}

.text-block-5 {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22.652px;
  font-weight: 400;
}

.reg-14-tema {
  margin-top: 8px;
  font-family: Inter, sans-serif;
  color: #767676;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
}

.reg-14-tema.right-8 {
  margin-right: 8px;
  color: #767676;
}

.reg-14-tema.inter {
  font-family: Inter, sans-serif;
}

.text-radio-tema {
  margin-top: 8px;
  color: #767676;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
}

.text-tema {
  margin-top: 8px;
}

.grid-download-undangan {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper-undangan-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tema {
  margin-top: 20px;
  margin-bottom: 20px;
}

.template-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right: 1px solid #f1e6e9;
}

.list-template {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: auto;
  height: 600px;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-object-fit: fill;
  object-fit: fill;
}

.preview-template-video {
  width: 100%;
  margin-bottom: 0px;
  border-radius: 6px;
}

.list-item {
  margin-bottom: 16px;
}

.template-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  border-radius: 8px;
}

.template-preview.active {
  margin-bottom: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #ff457c;
}

.template-image {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
}

.template-image.active {
  border-style: solid;
  border-width: 2px;
  border-color: #ff457c;
  border-radius: 8px;
}

.video-preview {
  margin-top: 10px;
}

.warning-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f5700f;
}

.p-video {
  margin-left: 8px;
  color: #fcf4f7;
  font-size: 14px;
  line-height: 22.652px;
}

.action-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reg-16 {
  line-height: 100%;
}

.reg16 {
  margin-top: 8px;
  color: #4a4a4a;
  line-height: 100%;
  font-weight: 500;
  text-decoration: none;
}

.reg16.disabled {
  color: #bababa;
}

.rb-video-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
  border-color: #fcf4f7;
  border-radius: 8px;
  -o-object-fit: fill;
  object-fit: fill;
}

.rb-video-btn.w--redirected-checked {
  width: auto;
  height: auto;
  margin-bottom: 0px;
  border-width: 1.5px;
  border-color: #ff457c;
  border-radius: 8px;
}

.rb-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button-label-3 {
  display: none;
}

.content {
  padding-top: 0px;
  padding-bottom: 260px;
}

.upload-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #bababa;
  border-radius: 4px;
  background-color: #fffafb;
}

.upload-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drag-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-font-56 {
  font-family: 'Material design iconic font', sans-serif;
  color: #bababa;
  font-size: 56px;
  line-height: 100%;
}

.icon-font-56.pink {
  color: #ff457c;
}

.text-grey {
  color: #767676;
}

.text-grey.or {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-galeri {
  margin-top: 20px;
  margin-bottom: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.galeri-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-galeri {
  width: 100%;
}

.delete-button {
  padding: 10px;
  color: #ff457c;
  text-decoration: none;
}

.ajakan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4a4a4a;
  font-size: 24px;
  line-height: 38.832px;
}

.text-ajakan {
  font-size: 22px;
  line-height: 35.596000000000004px;
  text-align: center;
}

.donasi-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #f1e6e9;
  border-radius: 8px;
  background-color: #fff;
}

.donasi-wrapper.center {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.payment {
  width: 360px;
  padding: 16px 0px;
}

.fullfitur {
  padding: 16px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #f1e6e9;
}

.fullfitur.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.donasi-title {
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  border-bottom: 1px solid #f1e6e9;
  color: #ff457c;
  font-size: 18px;
  line-height: 29.124000000000002px;
  font-weight: 600;
}

.donasi-title.center {
  width: 100%;
  text-align: center;
}

.full-fitur-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nama-fitur {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.limitasi-fitur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fitur-item {
  margin-bottom: 16px;
  padding-bottom: 0px;
  color: #4a4a4a;
}

.fitur-item.pink {
  color: #ff457c;
}

.form-donasi-wrapper {
  margin-bottom: 0px;
  padding: 16px;
}

.form-donasi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.submit-donasi {
  margin-top: 16px;
  text-decoration: none;
}

.payment-success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.icon-success {
  margin-bottom: 16px;
}

.text-success {
  font-size: 18px;
  font-weight: 500;
}

.text-success.pink {
  color: #ff457c;
}

.text-congrats {
  max-width: 640px;
  margin-top: 32px;
  margin-bottom: 32px;
  color: #767676;
  line-height: 25.888px;
  text-align: center;
}

.total-donasi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-donasi {
  color: #4a4a4a;
  font-size: 24px;
  line-height: 38.832px;
  font-weight: 500;
}

.text-status {
  margin-left: 10px;
  color: #25d366;
  line-height: 25.888px;
}

.action-success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.space {
  width: 24px;
}

.menu-popup {
  position: absolute;
  left: auto;
  top: 32px;
  right: 4px;
  bottom: auto;
  z-index: 2;
  display: none;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.username {
  position: relative;
}

.popup-link {
  padding: 10px 16px;
  color: #4a4a4a;
  text-decoration: none;
}

.popup-link:hover {
  color: #ff457c;
}

.italic-text-3 {
  font-style: normal;
}

.italic-text-4 {
  font-style: normal;
}

.wrapper-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.detail-akun {
  width: 50%;
}

.ganti-password {
  width: 50%;
}

.wrapper-detail-bayar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-info {
  padding-top: 10px;
  padding-bottom: 16px;
}

.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.info-left.wrap {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.info-left.pink {
  color: #ff457c;
}

.info-right.pink {
  color: #ff457c;
}

.grid-2 {
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.topik {
  padding-right: 20px;
}

.sidebar-title {
  color: #ff457c;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}

.sidebar-title.bottom-20 {
  margin-bottom: 20px;
}

.list-link {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.list-link.bottom-32 {
  margin-bottom: 32px;
}

.category-link {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 29.124000000000002px;
  text-decoration: none;
}

.category-link:hover {
  color: #ff457c;
}

.category-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.wrapper-socmed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-post.bottom-32 {
  margin-bottom: 32px;
}

.post-img {
  width: 100%;
  border-radius: 4px;
}

.post-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1e6e9;
  color: #4a4a4a;
  font-weight: 500;
}

.post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pos-author {
  color: #767676;
}

.post-date {
  color: #767676;
}

.paragraph-3 {
  color: #4a4a4a;
  line-height: 25.888px;
}

.link-5 {
  width: 100%;
  text-align: left;
}

.form-login-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-forgot {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #ff457c;
  text-align: right;
}

.or-login {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #767676;
  text-align: center;
}

.form-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-forgot-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.description {
  margin-bottom: 20px;
  color: #4a4a4a;
  line-height: 25.888px;
}

.grid_ucapan {
  display: block;
  padding-top: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 16px;
  column-gap: 16px;
}

.masonry-item {
  width: 31%;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #bababa;
  border-radius: 4px;
  background-color: #f9f9f9;
}

.nama_pengucap {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
}

.label_ucapan {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #ff457c;
  font-size: 12px;
}

.content_ucapan {
  line-height: 26px;
  font-weight: 400;
}

.masonry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.columns {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .container {
    z-index: 0;
  }

  .hero-image {
    position: absolute;
    left: auto;
    top: 0%;
    right: -3%;
    bottom: 0%;
  }

  .hero-text {
    width: 55%;
  }

  .section-heading {
    width: 60%;
  }

  .grid-tema {
    margin-top: 60px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-primary {
    display: inline-block;
    padding: 16px;
    border-radius: 8px;
    background-color: #ff457c;
    box-shadow: 4px 0 20px 0 rgba(255, 69, 124, 0.3);
    color: #fcf4f7;
    font-weight: 500;
    text-decoration: none;
  }

  ._16-n-grey.pad-lr-20 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .btn-secondary {
    padding: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #ff457c;
    border-radius: 8px;
    color: #ff457c;
    font-weight: 500;
    text-decoration: none;
  }

  .grid-testimoni {
    margin-top: 60px;
  }

  .footer.login-footer {
    position: relative;
    border-top-left-radius: 200px;
  }

  .login {
    position: static;
    border-top-left-radius: 200px;
  }

  .topik {
    padding-right: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    position: relative;
  }

  .hero-image {
    left: auto;
    top: 0%;
    right: -3%;
    bottom: 0%;
  }

  .hero-text {
    top: 115px;
    width: 55%;
    height: auto;
  }

  .fitur {
    padding-bottom: 280px;
    border-top-left-radius: 200px;
  }

  .section-heading {
    width: 60%;
  }

  .grid {
    margin-top: 60px;
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .card-fitur {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h3 {
    margin-top: 0px;
    margin-bottom: 16px;
    color: #4a4a4a;
    font-size: 20px;
    line-height: 32.4px;
    font-weight: 700;
  }

  .paragraph {
    color: #4a4a4a;
    line-height: 25.9px;
  }

  .image {
    width: 80px;
    height: 80px;
    margin-bottom: 32px;
  }

  .demo {
    margin-top: -200px;
    padding-bottom: 100px;
    border-top-left-radius: 0px;
    border-top-right-radius: 200px;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.05);
  }

  .grid-tema {
    margin-top: 60px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .card-tema {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tema-preview {
    border-radius: 8px;
  }

  .btn-preview {
    position: relative;
    top: -151px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .btn-preview-tema {
    position: absolute;
    left: 0%;
    top: 40%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    display: block;
    overflow: visible;
    width: auto;
    height: auto;
    margin-top: 8px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 10px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: rgba(252, 244, 247, 0.95);
    opacity: 0;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: perspective(0px);
    transform: perspective(0px);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    color: #ff457c;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-primary {
    padding: 16px;
    border-radius: 8px;
    background-color: #ff457c;
    color: #fcf4f7;
    font-weight: 500;
    text-decoration: none;
  }

  ._16-n-grey {
    color: #767676;
  }

  ._16-n-grey.pad-lr-20 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .btn-secondary {
    padding: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #ff457c;
    border-radius: 8px;
    color: #ff457c;
    font-weight: 500;
    text-decoration: none;
  }

  .kata-mereka {
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 100px;
  }

  .testimoni-wrapper {
    position: relative;
    height: 400px;
    margin-top: 40px;
    padding-left: 40px;
  }

  .card-testimoni {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
  }

  .scroll-track {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
  }

  .testimoni-container {
    position: relative;
    top: 0px;
    overflow: hidden;
    width: 100%;
    height: 100vh;
  }

  .testimoni-track {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300vw;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog {
    border-top-left-radius: 200px;
  }

  .footer {
    border-top-left-radius: 200px;
  }

  .footer-link:hover {
    color: #ffcbda;
  }

  .login {
    border-top-left-radius: 200px;
  }

  .or {
    margin-right: 8px;
    margin-left: 8px;
    color: #767676;
    font-size: 14px;
  }

  .icon-soc-med {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .icon-soc-med.last {
    margin-right: 0px;
  }

  .content-undanganku.pad16 {
    padding: 16px;
  }

  .content {
    padding-bottom: 260px;
  }
}

@media screen and (max-width: 991px) {
  .container-nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-menu {
    border-radius: 8px;
    background-color: #ff457c;
  }

  .menu {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #fcf4f7;
  }

  .menu:hover {
    color: #860c30;
  }

  .menu:visited {
    color: #860c30;
  }

  .menu.w--current {
    color: #860c30;
  }

  .menu.w--current:visited {
    color: #ffa7c1;
  }

  .container {
    position: relative;
  }

  .hero-image {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 80%;
  }

  .hero-text {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 55%;
  }

  .heading {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 38.832px;
  }

  .p-heading {
    font-size: 18px;
    line-height: 29.124000000000002px;
  }

  .brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .fitur {
    border-top-left-radius: 60px;
  }

  .h3 {
    font-size: 16px;
    line-height: 25.888px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 22.652px;
  }

  .demo {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  }

  .btn-primary.margin-right-10 {
    margin-right: 8px;
    padding: 10px;
    font-size: 14px;
  }

  .btn-primary.no-margin {
    margin-bottom: 0px;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
  }

  .btn-secondary {
    padding: 10px;
    font-size: 14px;
  }

  .btn-secondary.small.right-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .btn-secondary.small.left-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 100%;
    text-align: center;
  }

  .menu-button {
    margin-right: 20px;
    background-color: transparent;
  }

  .icon {
    background-color: transparent;
    color: #ff457c;
  }

  .nama-mempelai {
    font-size: 16px;
    line-height: 25.888px;
  }

  .link-undangan {
    margin-top: 0px;
    font-size: 12px;
  }

  .btn-action-buat-undangan {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .blog-label {
    font-size: 20px;
  }

  .blog-title {
    font-size: 14px;
  }

  .footer {
    border-top-left-radius: 60px;
  }

  .footer-label {
    font-size: 18px;
  }

  .footer-link {
    font-size: 14px;
  }

  .buat-undangan {
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 260px;
    border-top-left-radius: 60px;
  }

  .preview-container {
    width: 360px;
  }

  .section-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .input-wrapper.left {
    margin-right: 0px;
  }

  .input-wrapper.left.tgl {
    width: auto;
    max-width: none;
  }

  .input-wrapper.right {
    margin-top: 16px;
    margin-left: 0px;
  }

  .input-wrapper.file-upload {
    width: auto;
  }

  .container-menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .link-username {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .undanganku.bottom-200 {
    margin-bottom: 240px;
  }

  .h2-dashboard {
    font-size: 20px;
  }

  .preview-tema {
    width: 280px;
    height: 200px;
  }

  .title-undanganku {
    font-size: 18px;
  }

  .or {
    margin-right: 8px;
    margin-left: 8px;
    font-size: 10px;
    text-align: center;
  }

  .icon-soc-med {
    width: 24px;
    margin-right: 10px;
  }

  .icon-soc-med.last {
    margin-right: 0px;
  }

  .menu-button-2 {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .download {
    padding: 8px;
  }

  .icon-download {
    width: 48px;
    height: 48px;
  }

  .text-download-undangan {
    margin-bottom: 4px;
    font-size: 12px;
  }

  .text-fitur {
    font-size: 14px;
  }

  .wrapper-premium {
    width: 200px;
  }

  .wrapper-free {
    width: 200px;
  }

  .list-fitur-mobile {
    display: none;
  }

  .tab {
    padding-right: 16px;
    padding-left: 16px;
  }

  .tab.w--current {
    padding-right: 16px;
    padding-left: 16px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .content {
    padding-bottom: 240px;
  }

  .payment {
    width: 280px;
  }

  .fitur-item {
    font-size: 14px;
  }

  .action-success {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sidebar-title.bottom-20 {
    font-size: 20px;
    line-height: 20px;
  }

  .category-link {
    font-size: 16px;
  }

  .category-item {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .post-title {
    font-size: 20px;
    line-height: 32px;
  }
}

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

  .body.dash {
    padding-right: 0px;
    padding-left: 0px;
  }

  .home {
    height: 80vh;
  }

  .container-nav {
    padding-right: 10px;
  }

  .container {
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-text {
    margin-left: 10px;
  }

  .heading {
    font-size: 18px;
    line-height: 29.124000000000002px;
  }

  .p-heading {
    width: 100%;
    margin-top: 32px;
    font-size: 16px;
    line-height: 25.888px;
  }

  .btn-hero {
    font-size: 16px;
    line-height: 25.888px;
  }

  .fitur {
    padding: 40px 10px 140px;
  }

  .section-heading {
    width: 100%;
  }

  .h3 {
    font-size: 14px;
    line-height: 22.652px;
  }

  .demo {
    margin-top: -100px;
    padding: 40px 10px 60px;
  }

  .btn-primary {
    text-align: center;
  }

  .btn-secondary.top-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .kata-mereka {
    margin-top: 40px;
    margin-bottom: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-testimoni {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog {
    padding: 40px 10px 160px;
    border-top-left-radius: 60px;
  }

  .grid-blog {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    margin-top: -100px;
    padding-top: 40px;
    border-top-left-radius: 60px;
  }

  .footer.login-footer {
    margin-top: -80px;
  }

  .grid-footer {
    margin-bottom: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-credits {
    padding-right: 10px;
    padding-left: 10px;
  }

  .buat-undangan {
    padding-right: 20px;
    padding-bottom: 160px;
    padding-left: 20px;
  }

  .preview-container {
    display: none;
  }

  .input-wrapper.left.max300 {
    width: 100%;
  }

  .section-label {
    font-size: 14px;
    line-height: 22.652px;
  }

  .input-label {
    font-size: 12px;
    line-height: 19.416px;
  }

  .login {
    padding-left: 20px;
  }

  .form-login {
    font-size: 14px;
  }

  .undanganku {
    margin-right: 0px;
    margin-bottom: 139px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .undanganku.bottom-200 {
    margin-bottom: 140px;
  }

  .card-undanganku {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-undanganku.margin-right-10.vertical {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .card-undanganku.margin-left-10.vertical {
    margin-left: 0px;
  }

  .text-wrapper {
    margin-left: 0px;
  }

  .layanan-lainnya {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fitur-akanikah {
    margin-right: 0px;
    margin-bottom: 130px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-fitur {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
  }

  .wrapper-premium {
    width: 160px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .wrapper-free {
    width: 160px;
    margin-left: 5px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .container-alert {
    padding-right: 10px;
    padding-left: 10px;
  }

  .list-fitur-mobile {
    display: none;
  }

  .tab {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
  }

  .tab.w--current {
    padding-right: 8px;
    padding-left: 8px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 12px;
  }

  .text-block-4 {
    font-size: 12px;
  }

  .list-template {
    height: 400px;
  }

  .p-video {
    font-size: 12px;
  }

  .content {
    padding-bottom: 140px;
  }

  .grid-galeri {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .donasi-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .payment {
    width: auto;
  }

  .detail-akun {
    margin-right: 10px;
  }

  .topik {
    margin-bottom: 32px;
  }

  .wrapper-socmed {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .socmed-link {
    margin-right: 16px;
    padding-right: 0px;
  }

  .masonry-item {
    width: 45%;
  }
}

@media screen and (max-width: 479px) {
  .container-nav {
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
  }

  .hero-image {
    display: none;
  }

  .hero-text {
    width: 100%;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .p-heading {
    margin-bottom: 32px;
  }

  .fitur {
    padding-top: 20px;
    border-top-left-radius: 40px;
  }

  .grid {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .demo {
    border-top-right-radius: 40px;
  }

  .grid-tema {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn-primary.full {
    width: 100%;
  }

  ._16-n-grey.pad-lr-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .btn-secondary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .kata-mereka {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .menu-button {
    margin-right: 10px;
    margin-left: 4px;
    padding: 8px;
    background-color: transparent;
    color: #ff457c;
  }

  .menu-button.w--open {
    margin-right: 8px;
    margin-left: 4px;
    padding: 8px;
    background-color: rgba(255, 69, 124, 0.3);
  }

  .icon {
    color: #ff457c;
  }

  .testimoni-photo {
    width: 100px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .nama-mempelai {
    font-size: 14px;
    line-height: 22.652px;
  }

  .card-counter {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .btn-action-buat-undangan {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wrapper-counter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-label {
    font-size: 18px;
    line-height: 29.124000000000002px;
  }

  .grid-blog {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer.login-footer {
    margin-top: -80px;
  }

  .grid-footer {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-label {
    font-size: 16px;
  }

  .container-credit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .login {
    padding-right: 10px;
    padding-left: 10px;
    border-top-left-radius: 60px;
  }

  .login-wrapper {
    width: 100%;
    margin-top: 40px;
  }

  .form-login {
    width: 100%;
  }

  .dash-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 0;
    margin-top: 0px;
    border-radius: 8px;
    background-color: #ff457c;
  }

  .link-username {
    font-size: 14px;
  }

  .dash-navbar {
    position: relative;
    z-index: 0;
    padding-right: 10px;
    padding-left: 10px;
  }

  .dash-menu-link {
    display: block;
    color: #fcf4f7;
  }

  .dash-menu-link:active {
    color: #860c30;
  }

  .alert {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .undanganku {
    margin-bottom: 128px;
  }

  .alert-text {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 19.416px;
  }

  .alert-action {
    padding: 4px 8px;
    font-size: 12px;
  }

  .h2-dashboard {
    margin-top: 16px;
    font-size: 18px;
  }

  .preview-tema {
    width: 100%;
  }

  .warning-yellow {
    border-radius: 4px;
  }

  .action-undanganku {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-soc-med {
    width: 32px;
  }

  .icon-soc-med.last {
    width: 32px;
  }

  .menu-button-2 {
    z-index: 0;
  }

  .menu-button-2.w--open {
    margin-right: 4px;
    margin-left: 4px;
    padding: 8px;
    background-color: rgba(255, 69, 124, 0.3);
  }

  .div-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .preview-undangan-sosmed {
    display: none;
  }

  .download {
    padding: 10px;
  }

  .list-fitur {
    display: none;
  }

  .icon-49 {
    color: #ff457c;
  }

  .brand-2 {
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-fitur {
    text-align: center;
  }

  .wrapper-premium {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrapper-free {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .list-fitur-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .alert-publish {
    font-size: 12px;
  }

  .grid-download-undangan {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .action-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .status {
    margin-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .donasi-title {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  .full-fitur-list {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .fitur-item {
    font-size: 10px;
    line-height: 19.416px;
  }

  .action-success {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .space {
    height: 24px;
  }

  .wrapper-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .detail-akun {
    width: 100%;
  }

  .ganti-password {
    width: 100%;
    margin-top: 32px;
  }

  .wrapper-detail-bayar {
    width: 100%;
  }

  .info.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .info-left.pink.bottom-20 {
    margin-bottom: 20px;
  }

  .masonry-item {
    width: 100%;
    margin-right: 0px;
  }
}

@font-face {
  font-family: 'Material design iconic font';
  src: url('../fonts/Material-Design-Iconic-Font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}