/** Shopify CDN: Minification failed

Line 84:1 Expected "}" to go with "{"

**/
.promotiona-form__wrapper{
  max-width: 1094px;
}
.promotional-form__content {
  width: 38% !important;
}
.promotional-form__content:nth-of-type(1){
  max-width: 366px;
}
.promotional-form__content:nth-of-type(2) {
  width: 62% !important;
  max-width: 668px;
}
@media (max-width: 1024px) {
  .promotional-form__content:nth-of-type(1){
    max-width: 346px;
    width: 50% !important;

  }
  .promotional-form__content:nth-of-type(2) {
   max-width: 348px;
   width: 50% !important;
  }
}
@media (max-width: 768px) {
  .promotional-form__content:nth-of-type(1),
  .promotional-form__content:nth-of-type(2) {
    width: 100% !important;
    max-width: none !important;
  }

.promotional-form__support-list-item:not(last-child) {
  margin-top: 24px;
}

.promotional-form__content-form .hs-form-field input:not([type=checkbox]) {
  height: 42px !important;
}

.promotional-form__content-form .hs-form-field input:not([type=checkbox]),
.promotional-form__content-form  .hs-form .input textarea {
  border-color: var(--arm-plt-col04) !important;
  border-radius: 3px !important;

}

.promotional-form__content-form .hs-form label>span {
  color: var(--arm-plt-col04) !important;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--ft3) !important;
}

.promotional-form__content-form .hs-form .actions .hs-button {
  width: 322px !important;
  font-family: var(--ft2) !important;
  font-size: 18px !important; 
  line-height: 22px;
  color: var(--arm-plt-col03)!important;
  background-color: var(--arm-plt-col29)!important;
  border: 1px solid var(--arm-plt-col29) !important;
  display: block !important;
  transition: all 0.3s ease-in-out;
  padding: 9px 0 !important;
}

@media (max-width: 1200px) {
  .promotional-form__content-form .hs-form .actions .hs-button {
    width: 100% !important;
    max-width: none !important;
  }
}

.promotional-form__content-form .hs-form .actions .hs-button:hover {
  opacity: 0.9 !important;
  color: var(--arm-plt-col03) !important;
  background-color: var(--arm-plt-button-hover) !important;
  border: 1px solid var(--arm-plt-button-hover) !important;
}