/** Shopify CDN: Minification failed

Line 114:51 Unexpected "}"

**/
.custom-contact-form-wrapper {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  /* padding-top: 4rem; */
  align-items: top;
  flex-direction: row-reverse;
}
.custom-contact-form-wrapper > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding: 15px;
  margin-top: -16px;
}

.col {
  flex: 1 0 0%;
  text-align: center;
  text-align: -webkit-center;
}

@media screen and (max-width: 795px) {
   .col {
    flex: 1 0 100%;
  }
  
}

.custom-contact-form {
  max-width: 500px;
  margin-bottom: 4rem;
  text-align: center;
}

.custom-contact-form .field {
  margin-bottom: 2rem;
}
.custom-contact-form input[type="file"] {
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.fig {position: relative}
.figcaption {
    position: absolute;
    bottom: 50%;
    left: 50%;
    /* right: 0; */
    /* border-radius: 10px; */
    transform: translate(-50%, 50%);
    /* background: #f5c800d9; */
    padding: 2rem;
    /* box-shadow: inset 0px 1px 7px 1px; */
    /* border: 2px solid; */
    width: 100%;
    /* border-style: solid; */
    /* border-width: 2px 0; */
    /* border-color: #bf9d07; */
}

.figcaption .title {
    /* background: blue; */
    margin: 0;
    text-align: center;
    display: block;
    font-size: calc(25px + .3vw);
    line-height: initial;
    padding: 2rem 4rem;
    border: 0;
    color: #db6424;
    text-transform: uppercase;
    /* text-shadow: 1px 1px 1px #fff, -1px 1px 1px #FFD, -1px -1px 1px #fff, 1px -1px 1px #fff; */
    background: #00000099;
    color: #f7cd43 !important;
    border-radius: 30px 30px 0px 0px;
}

.figcaption .subtitle {
    background: #f9f9f9b3;
    font-size: calc(18px + .2vw);
    text-transform: none;
    margin: 0;
    line-height: initial;
    padding: .8rem 2rem;
    background: #f7cd43d4 !important;
    border-radius: 00px 00px 30px 30px;
}

.fig img {
    border-radius: 10px;
    /* box-shadow: 0px 11px 14px -5px; */
}

@media screen and (max-width: 795px) {
  .custom-contact-form {
    margin-top: 4rem;
  }
  .figcaption {
    height: 90%;
    width: 90%;
    border-radius: 10px;
  }
}

@keyframes fadeIn {0%{opacity: 0} 100%{opacity: 1}}}
.notifications {}
.notifications .alert {
    padding: 1rem;
    margin-bottom: 2rem;
    border: 2px solid;
    border-radius: 5px;
    animation: fadeIn 2s ease forwards;
}
.notifications .alert.alert-success { background: #baffcc9e; border-color: green; }
.notifications .alert.alert-danger { background: #ffc2c29e; border-color: red;}