* {
    outline: none;
    box-sizing: border-box;
    font-family: "Nunito", "Helvetica neue", Helvetica, sans-serif;
  }
  html,
  body {
    margin: 0;
    padding: 0;
    font-size: 16px;
  }
  body {
    width: 100% !important;
    font-family: "Nunito", "Helvetica neue", Helvetica, sans-serif;
    color: #333333;
  }
  h1,
  h2,
  h3 {
    font-weight: normal;
    margin: 0 0.5rem;
    padding: 0;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1rem;
    padding: 0.5rem 0;
  }
  img {
    outline: none;
    text-decoration: none;
    border: none;
    -ms-interpolation-mode: bicubic;
  }
  a {
    color: #333333;
  }
  a:hover {
    filter: brightness(0.4);
  }
  
  /* VENDING */
  .jq-toast-single {
    padding: 1.5rem 1rem;
    font-size: 1rem;
  }
  
  /* CUI-STYLES */
  .cui-container {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background-image: url("../img/Nou_background_100.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: black;
  }
  .cui-center {
    text-align: center;
    display: block;
  }
  .cui-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .cui-row.cui-full-width {
    display: block;
    vertical-align: middle;
  }
  .cui-row-description {
    margin: 15px 0px 15px 0px;
  }
  .cui-row.cui-full-width .cui-image-input > div:not(.cui-image) {
    width: 100%;
    margin: 0 1rem;
  }
  .cui-row.cui-full-width .cui-select,
  .cui-row.cui-full-width .cui-input {
    padding-right: 1rem;
  }
  .cui-column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cui-column.cui-img {
    max-width: 280px;
  }
  .cui-list {
    text-align: left;
    padding: 1rem;
  }
  sup {
    font-size: 0.6rem;
  }
  .cui-card {
    text-align: center;
  }
  .cui-card,
  .cui-header {
    width: 100%;
    text-align: center;
  }
  .cui-form_box {
    width: 100%;
    margin: 0 auto;
    margin-top: 5%;
    max-width: 840px;
    background-color: #f4f4f4;
    padding: 2rem;
  }
  form {
    margin: 0 -0.5rem;
  }
  .cui-form label.error {
    color: #b10043;
    font-size: 0.875rem;
    padding: 0.5rem 0;
    font-weight: normal;
    text-align: left;
    width: 100%;
    display: block;
    line-height: 1rem;
  }
  .cui-input,
  .cui-select {
    margin: 0.5rem;
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
  }
  .cui-input input,
  .cui-select select {
    border-radius: 0;
  }
  .cui-radio {
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  .cui-radio input {
    margin-right: 1rem;
  }
  input.error,
  select.error,
  textarea.error {
    /* outline: #B10043 auto 1px !important; */
  }
  input:focus,
  select:focus,
  textarea:focus,
  input.error:focus,
  select.error:focus,
  textarea.error:focus {
    outline: #009530 auto 1px !important;
  }
  textarea {
    resize: vertical;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: "Helvetica neue", Helvetica, sans-serif;
  }
  .cui-input input,
  .cui-input textarea,
  .cui-select select {
    padding: 1rem;
    font-size: 1rem !important;
    background-color: white;
    width: 100%;
    box-sizing: border-box;
    border: none;
  }
  .cui-arrow {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 2rem;
    top: 3rem;
    border-top: 5px solid #9b9b9b;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .cui-input input:disabled,
  .cui-input input[disabled] {
    background-color: #ecf0f1;
  }
  .cui-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .cui-info {
    margin: 0 0.5rem;
  }
  .cui-btn_box {
    margin-left: 0.5rem;
  }
  .cui-btn-div {
    display: flex;
    justify-content: center;
    padding: 10px;
  }
  .cui-btn {
    background-color: #42b4e6;
    border: none;
    color: white;
    cursor: pointer;
    outline: none !important;
    float: right;
    font-size: 1rem;
    padding: 0.8rem 5rem;
    margin: 0 0.5rem;
    text-decoration: none;
  }
  .cui-btn:hover,
  .cui-btn:focus {
    filter: brightness(0.9);
    outline: none !important;
  }
  .cui-btn:disabled {
    filter: brightness(1);
    cursor: default;
  }
  input#form-submit:disabled {
    opacity: 0.2;
    cursor: default;
  }
  .text-green {
    color: #3dcd58;
    text-decoration: none;
  }
  /* SITE */
  .cui-info-box {
    background-color: #f4f4f4;
    padding: 1rem;
    margin: 0 0.5rem;
  }
  .cui-image-input {
    display: flex;
    align-items: center;
  }
  .cui-prefooter {
    background-color: #f4f4f4;
    text-align: center;
    padding: 0.5rem 1rem;
    margin-top: 2em;
  }
  .cui-footer {
    text-align: center;
    background-color: #3dcd58;
    color: white;
    padding: 1rem;
  }
  .cui-footer a {
    color: white;
    text-decoration: none;
  }
  .cui-footer a:hover {
    color: #3dcd58;
  }
  .cui-small {
    font-size: 14px;
  }

  #gifts-images {
    display: flex;
    width: 100%;
  }
  #gifts-images img {
    width: 13rem;
  }
  .banner{
    width: 13rem;
  }
  .top-logo{
    margin-top: 10rem;
    width: 13rem;
  }
  
  /* MEDIA QUERIES */
  @media (max-width: 1024px) {
    .cui-img {
      display: none;
    }
    .cui-form_box {
      margin-top: 10%;
    }
  }
  
  @media (max-width: 645px) {
    .cui-row {
      flex-direction: column;
    }
    .cui-input,
    .cui-select {
      margin: 0.5rem 0;
    }
    .cui-radio {
      flex-direction: row;
      margin-top: 1rem;
    }
    .cui-btn {
      width: 100%;
      margin: 0;
    }
    .cui-image-input > div {
      width: 100%;
    }
    .cui-image-input .cui-image {
      display: none;
    }
    .cui-info {
      margin: 1rem 0;
    }
    .cui-row.cui-full-width .cui-image-input > div:not(.cui-image),
    .cui-row.cui-full-width .cui-select,
    .cui-row.cui-full-width .cui-input {
      margin: 1rem 0;
      padding-right: 0;
    }
    .cui-btn-txt,
    .cui-card {
      text-align: center;
      width: 100%;
    }
    .cui-card {
      margin-bottom: 1rem;
    }
    .cui-header {
      width: 100%;
    }
    h1,
    h2,
    h3 {
      margin: 0;
    }
    .cui-form_box {
      margin-top: 20%;
      padding-top: 0;
    }
  }
  
  @media (max-width: 480px) {
  }
  
  .filepond--credits {
    display: none;
  }
  .toast {
    position: fixed;
    bottom: 0;
    right: 0;
  
    transform: translateY(100%);
    opacity: 0;
  
    transition: opacity 500ms, transform 500ms;
  }
  
  .toast.visible {
    transform: translateY(0);
    opacity: 1;
  }
  
  .toast-body {
    margin: 28px;
    padding: 20px 24px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background-color: #42b4e6;
    color: white;
    border-radius: 4px;
  }
  .cookie-consent-banner {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.9;
    padding: 10px;
    text-align: center;
    display: none;
  }
  .cookie-consent-banner > h4 {
    color: #bbb9b9;
  }
  .cookie-consent-banner > h4 > a {
    color: #42b4e6;
  }
  #acceptCookies {
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 20px;
    margin-left: 5px;
    text-align: center;
    width: 130px;
    z-index: 3;
    background-color: #42b4e6;
  }
  #declineCookies {
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 20px;
    margin-left: 5px;
    text-align: center;
    width: 130px;
    z-index: 3;
  }
  .gift-images {
    display: flex;
    justify-content: center;
  }
  .gift-image {
    width: 30rem;
  }
  
  .description-text {
    padding-bottom: 20px;
  }
  
  @media (max-width: 645px) {
    #gifts-images {
      display: flex;
      align-items: center;
      width: 100%;
    }
    .gift-back {
      width: auto;
      padding: 5px;
    }
    .gift-image {
      width: 20rem;
    }
  }
  