.form-assembly-utm-wrapper {
  background-color: transparent;
  padding: 25px 25px 0;
  width: 100%; }
  @media (max-width: 900px) {
    .form-assembly-utm-wrapper {
      padding: 10px; } }

.form-assembly-utm-form {
  background-color: #f6f6f6;
  display: block;
  margin: 0 auto;
  padding: 25px 1.5em;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
  @media (max-width: 900px) {
    .form-assembly-utm-form {
      width: 100%; } }
  .form-assembly-utm-form.bordered {
    border: 1px solid #e5e5e5;
    margin: 10px auto; }

.form-assembly-utm-headline {
  font-size: 24px;
  display: block;
  font-family: "GrubhubSans-bold", Arial, sans-serif;
  line-height: 30px;
  margin: 0 auto;
  padding: 15px 20px 0;
  text-align: center; }
  .form-assembly-utm-headline h3 {
    color: #4E4E52;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px; }
  .form-assembly-utm-headline p {
    padding: 0 3em; }
    @media (max-width: 900px) {
      .form-assembly-utm-headline p {
        padding: 0; } }
  .form-assembly-utm-headline .form-assembly-headline-divider {
    background-color: #f63440;
    height: 3px;
    margin: 10px auto;
    width: 45px; }
    .form-assembly-utm-headline .form-assembly-headline-divider.expanded {
      width: 190px; }

.form-assembly-utm-headline-divider.expanded {
  width: 190px; }

.form-assembly-utm-legal {
  text-align: center;
  padding: 10px 1.5em; }
  .form-assembly-utm-legal p {
    font-size: 12px !important;
    color: #4E4E52; }

.wide {
  max-width: 100%; }
  .wide .wFormContainer form {
    display: flex;
    flex-wrap: wrap; }
    .wide .wFormContainer form .inputWrapper {
      padding: 0 10px 0 0; }
    .wide .wFormContainer form .oneField {
      width: 50%; }
      @media screen and (max-width: 600px) {
        .wide .wFormContainer form .oneField {
          width: 100%; } }
    .wide .wFormContainer form .actions {
      width: 75%;
      margin: 0 auto;
      min-width: 150px; }

/*# sourceMappingURL=style.css.map */
.form-assembly-utm-form .wFormContainer .wForm .wFormTitle {
  font-size: 21.2px;
  line-height: 28px;
  color: #000;
}

.form-assembly-utm-form .form-assembly-utm-headline {
  font-size: 24px;
  display: block;
  line-height: 30px;
  margin: 0 auto;
  padding: 15px 20px 0;
  text-align: center;
  color: #000;
}

.form-assembly-utm-form .wFormContainer .htmlSection .htmlContent {
  color: #000;
}

.form-assembly-utm-form .wFormContainer .htmlSection h1 {
  color: #000;
}

.form-assembly-utm-form .wFormContainer .htmlSection h2 {
  font-size: 24.4px;
  line-height: 32.2px;
  color: #000;
}

.form-assembly-utm-form .wFormContainer .htmlSection h3 {
  font-size: 21.2px;
  line-height: 28px;
  color: #000;
}

.form-assembly-utm-form .wFormContainer .htmlSection h4 {
  font-size: 18.5px;
  line-height: 25.2px;
  color: #000;
}

.form-assembly-utm-form .wFormContainer .htmlSection p {
  color: #000;
}

.form-assembly-utm-form .wFormContainer .htmlSection img {

}

.form-assembly-utm-form .wFormContainer .inputWrapper label.label {
  color: rgb(107, 107, 131);
  font-weight: 400;
  margin-bottom: 4px;
  font-size: 14px;
}

.form-assembly-utm-form .wFormContainer .inputWrapper input {
  padding-left: 12px;
  padding-right: 12px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(143, 143, 161);
  border-radius: 4px;
  color: rgb(0, 0, 0);
  font-size: 14px;
  line-height: 1.2;
  min-height: calc(1.705rem + (1px * 2));
}

.form-assembly-utm-form .wFormContainer .inputWrapper input:focus {
  outline: none;
  border: 1px solid rgb(87, 42, 248);
  /* outline: 1px solid rgb(87, 42, 248); */
}

.form-assembly-utm-form .wFormContainer .inputWrapper input::placeholder {
  color: rgb(107, 107, 131);
  font-size: 14px;
}

.form-assembly-utm-form .wFormContainer input[type="radio"],
.form-assembly-utm-form .wFormContainer input[type="checkbox"] {
  min-height: auto;
}

.form-assembly-utm-form .wFormContainer .inputWrapper input[type="file"] {
  min-height: auto;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.form-assembly-utm-form .wFormContainer .inputWrapper select {
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(143, 143, 161);
  border-radius: 4px;
  color: rgb(0, 0, 0);
  font-size: 14px;
  line-height: 1.2;
  min-height: calc(1.705rem + (1px * 2));
}

.form-assembly-utm-form .wFormContainer .inputWrapper select:focus {
  outline: none;
  /* outline: 1px solid rgb(87, 42, 248); */
  border: 1px solid rgb(87, 42, 248);
}

.form-assembly-utm-form .wFormContainer .inputWrapper textarea {
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(143, 143, 161);
  border-radius: 4px;
  color: rgb(0, 0, 0);
  font-size: 14px;
  line-height: 1.2;
  min-height: calc(1.705rem + (1px * 2));
  resize: vertical;
}

.form-assembly-utm-form .wFormContainer .inputWrapper textarea:focus {
  outline: none;
  /* outline: 1px solid rgb(87, 42, 248); */
  border: 1px solid rgb(87, 42, 248);
}

.form-assembly-utm-form .wFormContainer .wForm .actions input[type="submit"] {
  cursor: pointer;
  box-shadow: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(67, 41, 163, 0.2);
  background-color: rgb(87, 42, 248);
  color: rgb(255, 255, 255);
  border-radius: 3em;
  padding: 13.5px 16px!important;
  font-size: 14px;
  transition: 0.3s linear all;
}

.form-assembly-utm-form .wFormContainer .wForm .actions input[type="submit"]:hover,
.form-assembly-utm-form .wFormContainer .wForm .actions input[type="submit"]:focus {
  background-color: rgb(67, 41, 163);
  border-color: rgb(67, 41, 163);
}

.form-assembly-utm-form .wFormContainer .inputWrapper input[type="radio"], .form-assembly-utm-form .wFormContainer .inputWrapper input[type="checkbox"] {
  position: relative !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: content-box;
  overflow: hidden;
  padding: 0;
  background-color: #FFF;
  outline: none;
  margin: 0;
  border: 0;
  background-color: transparent;
  margin-bottom: -3.5px;
}

.form-assembly-utm-form .wFormContainer .inputWrapper input[type="checkbox"] {
  background-color: rgb(67, 41, 163);
}

.form-assembly-utm-form .wFormContainer .inputWrapper input[type="radio"]:before, .form-assembly-utm-form .wFormContainer .inputWrapper input[type="checkbox"]:before {
  content: '';
  display: block;
  box-sizing: content-box;
  width: 16px;
  height: 16px;
  border: 1px solid #6c757d;
  padding: 2px;
}

.form-assembly-utm-form .wFormContainer .inputWrapper input[type="radio"]:checked:before, .form-assembly-utm-form .wFormContainer .inputWrapper input[type="checkbox"]:checked:before {
  border-color: rgb(87, 42, 248);
  transition: 0.5s border-color ease;
}

.form-assembly-utm-form .wFormContainer .inputWrapper input[type="radio"]:after, .form-assembly-utm-form .wFormContainer .inputWrapper input[type="checkbox"]:after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: content-box;
  top: 50%;
  left: 50%;
  transform-origin: 50% 50%;
  background-color: rgb(87, 42, 248);
  width: 16px;
  height: 16px;
  /* border-radius: 100vh; */
  border-radius: 100%;
  transform: translate(-50%, -50%) scale(0);
}

.form-assembly-utm-form .wFormContainer .inputWrapper input[type="radio"]:before {
  border-radius: 100vh;
}

.form-assembly-utm-form .wFormContainer .inputWrapper input[type="radio"]:after {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  transform: translate(-50%, -50%) scale(0);
}

.form-assembly-utm-form .wFormContainer .inputWrapper input[type="radio"]:checked:after {
  -webkit-animation: toggleOnRadio 0.2s ease forwards;
  animation: toggleOnRadio 0.2s ease forwards;
}

.form-assembly-utm-form .wFormContainer .inputWrapper input[type="checkbox"]:before {
  border-radius: 4px;
}

.form-assembly-utm-form .wFormContainer .inputWrapper input[type="checkbox"]:after {
  width: 8px;
  height: 14px;
  border-radius: 0;
  transform: translate(-50%, -85%) scale(0) rotate(45deg);
  background-color: transparent;
  box-shadow: 4px 4px 0px 0px #FFF;
}

.form-assembly-utm-form .wFormContainer .inputWrapper input[type="checkbox"]:checked:after {
  -webkit-animation: toggleOnCheckbox 0.2s ease forwards;
  animation: toggleOnCheckbox 0.2s ease forwards;
}

.form-assembly-utm-form .wFormContainer .inputWrapper input[type="checkbox"].filled:before {
  border-radius: 4px;
  transition: 0.2s border-color ease, 0.2s background-color ease;
}

@-webkit-keyframes toggleOnCheckbox {
  0% {
      opacity: 0;
      transform: translate(-50%, -85%) scale(0) rotate(45deg);
  }

  70% {
      opacity: 1;
      transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
  }

  100% {
      transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
  }
}

@keyframes toggleOnCheckbox {
  0% {
      opacity: 0;
      transform: translate(-50%, -85%) scale(0) rotate(45deg);
  }

  70% {
      opacity: 1;
      transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
  }

  100% {
      transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
  }
}

@-webkit-keyframes toggleOnRadio {
  0% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(0);
  }

  70% {
      opacity: 1;
      transform: translate(-50%, -50%) scale(0.9);
  }

  100% {
      transform: translate(-50%, -50%) scale(0.8);
  }
}

@keyframes toggleOnRadio {
  0% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(0);
  }

  70% {
      opacity: 1;
      transform: translate(-50%, -50%) scale(0.9);
  }

  100% {
      transform: translate(-50%, -50%) scale(0.8);
  }
}