@use "sass:map";
@use "sass:map";
/*

	"letter-width": 21cm,
	"letter-height": 21cm/$a4-ratio-v,

*/
@use "sass:map";
/*
*[size="A4"] {
	width: 21cm;
	height: 29.7cm; 
}
*[size="A4"][layout="landscape"] {
  width: 29.7cm;
  height: 21cm;  
}
*/
html, body {
  height: 100%; }

body {
  display: flex;
  flex-direction: column;
  background-color: #F0F4FB; }

footer {
  display: none; }

header {
  background-color: #fff; }

main {
  overflow: hidden; }

.border-outer {
  border: solid 1px #000;
  padding: 4px;
  background-color: #fff; }

.border-inner {
  border: solid 4px #000; }

.info-window-container {
  max-width: 338px; }
  .info-window-container .package-seal {
    width: 100px; }

@media (max-width: 991.98px) {
  main {
    width: 100% !important; } }
#page-purchase {
  background-color: #F0F4FB; }
  @media (max-width: 991.98px) {
    #page-purchase aside {
      width: 100% !important; }
    #page-purchase.step-1 main, #page-purchase.step-2 main, #page-purchase.step-4 main {
      height: 500px; } }

#map-section {
  width: 100%; }
  #map-section .inner #googleMap {
    flex: 1 1 auto; }
  #map-section .art-container .art-content {
    display: none; }

#labels-container {
  display: none; }

.step-4 .art-container {
  width: 417px;
  height: 589.7571428571px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  .step-4 .art-container .art-img {
    width: 417px;
    height: 639.7571428571px; }
    .step-4 .art-container .art-img img {
      width: 100%;
      height: 100%; }
  .step-4 .art-container .art-content {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    position: absolute; }
    .step-4 .art-container .art-content .art-labels {
      background-color: #fff;
      padding: 10px;
      font-size: 13px; }
      .step-4 .art-container .art-content .art-labels .art-title {
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase !important; }
      .step-4 .art-container .art-content .art-labels .art-subtitle {
        margin-top: 7px;
        margin-bottom: 0;
        text-align: center;
        font-weight: 600;
        font-size: 13px; }
      .step-4 .art-container .art-content .art-labels .art-date {
        margin-top: 7px;
        text-align: center;
        display: block;
        font-size: 13px; }
      .step-4 .art-container .art-content .art-labels .art-location {
        color: #4c596a;
        margin-top: 7px;
        text-align: center;
        font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }
  .step-4 .art-container.lb-clean .art-content {
    top: auto;
    right: 0;
    bottom: 20px;
    left: 0;
    background: transparent;
    width: auto; }
    .step-4 .art-container.lb-clean .art-content .art-labels {
      margin-right: auto;
      margin-left: auto;
      width: 300px; }
    .step-4 .art-container.lb-clean .art-content.long-text {
      font-size: 9px; }
  .step-4 .art-container.lb-gradient .art-content {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 45%, #fff 0);
    width: auto;
    padding-top: 100px; }
  .step-4 .art-container.lb-modern .art-content {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    width: auto; }
  .step-4 .art-container.lb-circle {
    display: flex;
    align-items: center;
    justify-content: center; }
    .step-4 .art-container.lb-circle .art-content {
      top: auto;
      right: 0;
      bottom: 20px;
      left: 0;
      background: transparent;
      width: auto; }
      .step-4 .art-container.lb-circle .art-content .art-labels {
        background-color: #fff;
        width: 300px;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 50%; }
      .step-4 .art-container.lb-circle .art-content .long-text {
        font-size: 9px; }
  .step-4 .art-container.lb-corner .art-content {
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
    background: #fff;
    width: 300px; }
    .step-4 .art-container.lb-corner .art-content .long-text {
      font-size: 9px; }
@media (max-width: 991.98px) {
  .step-4 .art-container {
    width: 340px;
    height: 480.8571428571px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    .step-4 .art-container .art-img {
      width: 340px;
      height: 530.8571428571px; }
      .step-4 .art-container .art-img img {
        width: 100%;
        height: 100%; }
    .step-4 .art-container .art-content {
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -o-user-select: none;
      position: absolute; }
      .step-4 .art-container .art-content .art-labels {
        background-color: #fff;
        padding: 10px;
        font-size: 13px; }
        .step-4 .art-container .art-content .art-labels .art-title {
          text-align: center;
          font-size: 20px;
          font-weight: 700;
          text-transform: uppercase !important; }
        .step-4 .art-container .art-content .art-labels .art-subtitle {
          margin-top: 7px;
          margin-bottom: 0;
          text-align: center;
          font-weight: 600;
          font-size: 13px; }
        .step-4 .art-container .art-content .art-labels .art-date {
          margin-top: 7px;
          text-align: center;
          display: block;
          font-size: 13px; }
        .step-4 .art-container .art-content .art-labels .art-location {
          color: #4c596a;
          margin-top: 7px;
          text-align: center;
          font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }
    .step-4 .art-container.lb-clean .art-content {
      top: auto;
      right: 0;
      bottom: 10px;
      left: 0;
      background: transparent;
      width: auto; }
      .step-4 .art-container.lb-clean .art-content .art-labels {
        margin-right: auto;
        margin-left: auto;
        width: 300px; }
      .step-4 .art-container.lb-clean .art-content.long-text {
        font-size: 9px; }
    .step-4 .art-container.lb-gradient .art-content {
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 45%, #fff 0);
      width: auto;
      padding-top: 100px; }
    .step-4 .art-container.lb-modern .art-content {
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      background: #fff;
      width: auto; }
    .step-4 .art-container.lb-circle {
      display: flex;
      align-items: center;
      justify-content: center; }
      .step-4 .art-container.lb-circle .art-content {
        top: auto;
        right: 0;
        bottom: 10px;
        left: 0;
        background: transparent;
        width: auto; }
        .step-4 .art-container.lb-circle .art-content .art-labels {
          background-color: #fff;
          width: 300px;
          height: 300px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          border-radius: 50%; }
        .step-4 .art-container.lb-circle .art-content .long-text {
          font-size: 9px; }
    .step-4 .art-container.lb-corner .art-content {
      top: 10px;
      right: 10px;
      bottom: auto;
      left: auto;
      background: #fff;
      width: 250px; }
      .step-4 .art-container.lb-corner .art-content .long-text {
        font-size: 9px; } }
.step-4 .outer {
  border: solid 1px #000;
  padding: 4px;
  background-color: #fff;
  margin-top: 3rem;
  margin-bottom: 3rem;
  align-self: center; }
  @media (max-width: 991.98px) {
    .step-4 .outer {
      margin-top: 1rem;
      margin-bottom: 1rem; } }
.step-4 .inner {
  border: solid 4px #000; }
  .step-4 .inner #googleMap {
    margin-bottom: -50px; }
.step-4 .art-container .art-content {
  display: block !important; }

.step-3 #map-section, .step-5 #map-section {
  display: none !important; }

#cert-section, #letterContainer {
  display: none; }

.step-3 #cert-section {
  display: flex; }
@media (max-width: 991.98px) {
  .step-3 main {
    height: 300px; } }

.step-5 #letterContainer {
  display: flex;
  overflow-y: auto;
  align-items: baseline !important; }
@media (max-width: 991.98px) {
  .step-5 main {
    height: 640px; } }

img.memorialize-badge {
  width: 200px; }

img.dedicate-badge {
  width: 100px; }

#cert-section .certificate-container {
  width: 720px;
  height: 509.0909090909px;
  overflow: hidden;
  padding: 20px;
  display: flex;
  font-size: 13px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  color: #013468; }
  #cert-section .certificate-container .certificate-header {
    align-self: center;
    width: 80%; }
    #cert-section .certificate-container .certificate-header img {
      width: 100%; }
  #cert-section .certificate-container .certificate-purpose {
    text-align: center;
    font-size: 18px; }
  #cert-section .certificate-container .certificate-issued-to {
    text-align: center;
    font-weight: bold;
    min-height: 72px;
    margin-top: 0;
    font-size: 47px; }
  #cert-section .certificate-container .certificate-location {
    font-size: 35px;
    font-weight: bold;
    font-style: italic;
    text-align: center; }
  #cert-section .certificate-container .certificate-info {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    margin-top: 17px; }
  #cert-section .certificate-container .certificate-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: auto; }
    #cert-section .certificate-container .certificate-footer .certificate-autograph {
      flex-grow: 1; }
    #cert-section .certificate-container .certificate-footer .certificate-badge {
      margin: 0 13px;
      max-width: 150px;
      flex-shrink: 0; }
      #cert-section .certificate-container .certificate-footer .certificate-badge img {
        width: 100%; }
    #cert-section .certificate-container .certificate-footer .certificate-founder {
      display: flex;
      flex-direction: column; }
      #cert-section .certificate-container .certificate-footer .certificate-founder .certificate-founder-img {
        width: 200px;
        margin-bottom: 0; }
      #cert-section .certificate-container .certificate-footer .certificate-founder .certificate-founder-text {
        margin-bottom: 0; }
      #cert-section .certificate-container .certificate-footer .certificate-founder .certificate-founder-company {
        margin-bottom: 0; }
@media (max-width: 991.98px) {
  #cert-section .certificate-container {
    width: 340px;
    height: 240.404040404px;
    overflow: hidden;
    padding: 3px;
    display: flex;
    font-size: 12px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    color: #013468; }
    #cert-section .certificate-container .certificate-header {
      align-self: center;
      width: 74%; }
      #cert-section .certificate-container .certificate-header img {
        width: 100%; }
    #cert-section .certificate-container .certificate-purpose {
      text-align: center;
      font-size: 11px; }
    #cert-section .certificate-container .certificate-issued-to {
      text-align: center;
      font-weight: bold;
      min-height: 24px;
      margin-top: 0;
      font-size: 16px; }
    #cert-section .certificate-container .certificate-location {
      font-size: 14px;
      font-weight: bold;
      font-style: italic;
      text-align: center; }
    #cert-section .certificate-container .certificate-info {
      text-align: center;
      font-weight: bold;
      font-size: 12px;
      margin-top: 1px; }
    #cert-section .certificate-container .certificate-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      margin-top: auto; }
      #cert-section .certificate-container .certificate-footer .certificate-autograph {
        flex-grow: 1; }
      #cert-section .certificate-container .certificate-footer .certificate-badge {
        margin: 0 4px;
        max-width: 60px;
        flex-shrink: 0; }
        #cert-section .certificate-container .certificate-footer .certificate-badge img {
          width: 100%; }
      #cert-section .certificate-container .certificate-footer .certificate-founder {
        display: flex;
        flex-direction: column; }
        #cert-section .certificate-container .certificate-footer .certificate-founder .certificate-founder-img {
          width: 60px;
          margin-bottom: 0; }
        #cert-section .certificate-container .certificate-footer .certificate-founder .certificate-founder-text {
          margin-bottom: 0; }
        #cert-section .certificate-container .certificate-footer .certificate-founder .certificate-founder-company {
          margin-bottom: 0; } }

#letterContainer .letter-container {
  width: 600px;
  height: 728px;
  overflow: hidden;
  padding: 20px;
  display: flex;
  font-size: 14px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  font-family: "EB Garamond", "Montserrat", sans-serif; }
  #letterContainer .letter-container .letter-header {
    text-align: center; }
    #letterContainer .letter-container .letter-header img {
      width: 80%; }
    #letterContainer .letter-container .letter-header + .custom-letter-content {
      margin-top: 30px; }
    #letterContainer .letter-container .letter-header + .letter-autograph {
      margin-top: 90px; }
  #letterContainer .letter-container .custom-letter-content {
    font-weight: 500;
    text-align: center;
    min-height: 178px; }
  #letterContainer .letter-container .letter-registration-info {
    text-align: center;
    font-weight: bold; }
  #letterContainer .letter-container .letter-badge {
    margin-top: auto;
    text-align: center;
    width: 100%; }
    #letterContainer .letter-container .letter-badge img.dedicate-badge {
      width: 130px; }
    #letterContainer .letter-container .letter-badge img.memorialize-badge {
      width: 160px; }
  #letterContainer .letter-container .letter-autograph {
    margin-bottom: 33px;
    font-weight: bold;
    text-align: center; }
@media (max-width: 991.98px) {
  #letterContainer .letter-container {
    width: 340px;
    height: 610px;
    overflow: hidden;
    padding: 10px;
    display: flex;
    font-size: 12px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    font-family: "EB Garamond", "Montserrat", sans-serif; }
    #letterContainer .letter-container .letter-header {
      text-align: center; }
      #letterContainer .letter-container .letter-header img {
        width: 70%; }
      #letterContainer .letter-container .letter-header + .custom-letter-content {
        margin-top: 6px; }
      #letterContainer .letter-container .letter-header + .letter-autograph {
        margin-top: 18px; }
    #letterContainer .letter-container .custom-letter-content {
      font-weight: 500;
      text-align: center;
      min-height: 188px; }
    #letterContainer .letter-container .letter-registration-info {
      text-align: center;
      font-weight: bold; }
    #letterContainer .letter-container .letter-badge {
      margin-top: auto;
      text-align: center;
      width: 100%; }
      #letterContainer .letter-container .letter-badge img.dedicate-badge {
        width: 66px; }
      #letterContainer .letter-container .letter-badge img.memorialize-badge {
        width: 88px; }
    #letterContainer .letter-container .letter-autograph {
      margin-bottom: 13px;
      font-weight: bold;
      text-align: center; } }

aside {
  display: flex;
  flex-direction: column;
  width: 500px;
  flex-shrink: 0 !important;
  transition-property: width;
  transition-duration: 0.3s; }
  aside .order-panel {
    margin-top: auto; }
    aside .order-panel a {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 30px 0;
      font-size: 1.5rem;
      text-decoration: none !important;
      border-radius: 0;
      box-shadow: none !important; }
      aside .order-panel a i {
        margin-right: 10px; }

.package-Memorial .setting-section:nth-child(2) .section-number::before {
  content: "1 ";
  font-size: 1.5em;
  vertical-align: super; }

.package-Dedication .setting-section:nth-child(2) .section-number::before {
  content: "1 "; }

.package-Memorial .setting-section:nth-child(3) .section-number::before {
  content: "2 ";
  font-size: 1.5em;
  vertical-align: super; }

.package-Dedication .setting-section:nth-child(3) .section-number::before {
  content: "2 "; }

.package-Memorial .setting-section:nth-child(4) .section-number::before {
  content: "3 ";
  font-size: 1.5em;
  vertical-align: super; }

.package-Dedication .setting-section:nth-child(4) .section-number::before {
  content: "2 "; }

.package-Memorial .setting-section:nth-child(5) .section-number::before {
  content: "4 ";
  font-size: 1.5em;
  vertical-align: super; }

.package-Dedication .setting-section:nth-child(5) .section-number::before {
  content: "3 "; }

.package-Memorial .setting-section:nth-child(6) .section-number::before {
  content: "5 ";
  font-size: 1.5em;
  vertical-align: super; }

.package-Dedication .setting-section:nth-child(6) .section-number::before {
  content: "4 "; }

.setting-section {
  color: #202124; }
  .setting-section .setting-section-header {
    background-color: #fff;
    color: #333744;
    padding: 3px 1rem;
    border-bottom: 1px solid rgba(35, 69, 152, 0.1);
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: bold; }
    .setting-section .setting-section-header .section-number {
      font-style: normal;
      margin-right: 0.5rem; }
    .setting-section .setting-section-header .material-icons {
      color: #a46497;
      font-size: 1rem;
      margin-right: 6px; }
    .setting-section .setting-section-header .selected-pos {
      color: #333744; }
  .setting-section.active .setting-section-header {
    background-color: #f4f7fc; }
  .setting-section .setting-section-body {
    background-color: #f4f7fc;
    padding: 0.5rem 1rem;
    display: none; }
    .setting-section .setting-section-body.activating {
      display: block;
      opacity: 0;
      transform: translate3d(0, -10px, 0); }
    .setting-section .setting-section-body.active {
      display: block;
      transform: translateZ(0);
      opacity: 1;
      transition-property: transform, opacity;
      transition-duration: 0.3s; }
    .setting-section .setting-section-body .setting-item {
      margin-top: 10px; }
      .setting-section .setting-section-body .setting-item:first-child {
        margin-top: 0; }
    .setting-section .setting-section-body .layout-options {
      padding-left: 0; }
      .setting-section .setting-section-body .layout-options > li {
        padding: 0.5rem;
        cursor: pointer;
        background-color: #fff !important;
        border-color: rgba(0, 0, 0, 0.125) !important;
        color: #202124 !important;
        margin-right: 0.5rem; }
        @media (max-width: 991.98px) {
          .setting-section .setting-section-body .layout-options > li {
            margin-bottom: 0.5rem; } }
        .setting-section .setting-section-body .layout-options > li i {
          margin-right: 0.3rem; }
        .setting-section .setting-section-body .layout-options > li i:first-child {
          display: none;
          color: #e91e63; }
        .setting-section .setting-section-body .layout-options > li i + i {
          display: inline-block; }
        .setting-section .setting-section-body .layout-options > li.active i:first-child {
          display: inline-block; }
        .setting-section .setting-section-body .layout-options > li.active i + i {
          display: none; }
  .setting-section .validation-icon {
    display: none;
    align-items: center; }
    .setting-section .validation-icon .material-icons {
      font-size: 1.4rem; }
  .setting-section .alert {
    display: none; }
  .setting-section.is-validated.valid .valid-icon {
    display: flex; }
  .setting-section.is-validated.invalid .invalid-icon {
    display: flex; }
  .setting-section.is-validated.invalid .alert {
    display: block; }

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: #000; }

#parcelImages .carousel-item {
  height: 140px;
  align-items: center;
  justify-content: center; }
  #parcelImages .carousel-item.active {
    display: flex; }
  #parcelImages .carousel-item img {
    max-height: 140px; }

.info-window-img {
  max-width: 140px;
  max-height: 140px;
  display: flex;
  justify-content: center; }
  .info-window-img img {
    max-width: 140px;
    max-height: 140px; }

.demo-info-window-img {
  max-width: 120px;
  max-height: 120px;
  min-width: 100px;
  display: flex;
  justify-content: center; }

.map-style-item {
  width: 100px;
  margin-right: 10px;
  cursor: pointer; }
  .map-style-item .map-style-img img {
    width: 100%; }
  .map-style-item .map-style-text {
    text-align: center;
    opacity: 0.5;
    text-transform: capitalize; }
  .map-style-item.active {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
    .map-style-item.active .map-style-text {
      opacity: 1; }

iframe {
  background-color: #fff; }
  iframe + div {
    display: none; }

.gm-style-cc {
  display: none; }
