/**
 * Marketo styles
 * Copied from ./components-twig.css
 * This is a temporary solution until marketo form styles are migrated to bootstrap
 */
.com-el-marketo-form {
  position: relative;
  z-index: 3;
  cursor: default;
}

@media (min-width: 1800px) {
  .com-el-marketo-form__elements {
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .com-el-marketo-form__elements {
    margin-bottom: 40px;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .com-el-marketo-form__elements {
    margin-bottom: 3.33333333vw;
  }
}

@media (max-width: 479px) {
  .com-el-marketo-form__elements {
    margin-bottom: 10.95890411vw;
  }
}

.com-el-marketo-form__elements--center {
  text-align: center;
}

@media (min-width: 1800px) {
  .com-el-marketo-form__elements--margin-set-1 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .com-el-marketo-form__elements--margin-set-1 {
    margin-bottom: 32px;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .com-el-marketo-form__elements--margin-set-1 {
    margin-bottom: 2.66666667vw;
  }
}

@media (max-width: 479px) {
  .com-el-marketo-form__elements--margin-set-1 {
    margin-bottom: 8.76712329vw;
  }
}

.com-el-marketo-form__preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-name: preloader;
  animation-name: preloader;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media (min-width: 1800px) {
  .com-el-marketo-form__preloader {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .com-el-marketo-form__preloader {
    width: 64px;
    height: 64px;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .com-el-marketo-form__preloader {
    width: 5.33333333vw;
    height: 5.33333333vw;
  }
}

@media (max-width: 479px) {
  .com-el-marketo-form__preloader {
    width: 17.53424658vw;
    height: 17.53424658vw;
  }
}

.com-el-marketo-form__form {
  width: 100% !important;
}

.com-el-marketo-form__form a {
  color: var(--wcds-colors-background-cta-idle);
  text-decoration: none;
  border-bottom: 1px solid var(--wcds-colors-border-cta-idle);
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
}

.com-el-marketo-form__form a:hover {
  border-color: transparent;
}

.com-el-marketo-form .mktoFormRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1800px) {
  .com-el-marketo-form .mktoFormRow {
    margin: 0 -10px;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .com-el-marketo-form .mktoFormRow {
    margin: 0 -8px;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .com-el-marketo-form .mktoFormRow {
    margin: 0 -0.66666667vw;
  }
}

@media (max-width: 479px) {
  .com-el-marketo-form .mktoFormRow {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2.19178082vw;
  }
}

.com-el-marketo-form .mktoFormCol {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  float: none !important;
}

@media (min-width: 1800px) {
  .com-el-marketo-form .mktoFormCol {
    padding: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .com-el-marketo-form .mktoFormCol {
    padding: 8px;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .com-el-marketo-form .mktoFormCol {
    padding: 0.66666667vw;
  }
}

@media (max-width: 479px) {
  .com-el-marketo-form .mktoFormCol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 2.19178082vw;
  }
}

@media (min-width: 1800px) {
  .com-el-marketo-form .mktoButtonRow {
    padding-top: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .com-el-marketo-form .mktoButtonRow {
    padding-top: 8px;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .com-el-marketo-form .mktoButtonRow {
    padding-top: 0.66666667vw;
  }
}

@media (max-width: 479px) {
  .com-el-marketo-form .mktoButtonRow {
    padding-top: 2.19178082vw;
  }
}

.com-el-marketo-form .mktoLabel,
.com-el-marketo-form .mktoInstruction,
.com-el-marketo-form legend {
  width: 100% !important;
  display: block;
  font-family: var(--wcds-font-secondary);
  -webkit-font-feature-settings: 'ss03';
  font-feature-settings: 'ss03';
  font-weight: 400;
  color: var(--wcds-colors-text-primary);
}

@media (min-width: 1800px) {
  .com-el-marketo-form .mktoLabel,
  .com-el-marketo-form .mktoInstruction,
  .com-el-marketo-form legend {
    font-size: 17.5px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .com-el-marketo-form .mktoLabel,
  .com-el-marketo-form .mktoInstruction,
  .com-el-marketo-form legend {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .com-el-marketo-form .mktoLabel,
  .com-el-marketo-form .mktoInstruction,
  .com-el-marketo-form legend {
    font-size: 1.16666667vw;
    line-height: 1.66666667vw;
    margin-bottom: 0.66666667vw;
  }
}

@media (max-width: 479px) {
  .com-el-marketo-form .mktoLabel,
  .com-el-marketo-form .mktoInstruction,
  .com-el-marketo-form legend {
    font-size: 3.83561644vw;
    line-height: 5.47945205vw;
    margin-bottom: 2.19178082vw;
  }
}

.com-el-marketo-form .mktoLabel:empty,
.com-el-marketo-form .mktoInstruction:empty,
.com-el-marketo-form legend:empty {
  display: none;
}

@media (min-width: 1800px) {
  .com-el-marketo-form legend {
    font-size: 22.5px;
    line-height: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .com-el-marketo-form legend {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .com-el-marketo-form legend {
    font-size: 1.5vw;
    line-height: 2vw;
  }
}

@media (max-width: 479px) {
  .com-el-marketo-form legend {
    font-size: 4.93150685vw;
    line-height: 6.57534247vw;
  }
}

.com-el-marketo-form legend:empty {
  display: none;
}

.com-el-marketo-form .mktoAsterix,
.com-el-marketo-form .mktoGutter {
  display: none;
}

.com-el-marketo-form .mktoTextField,
.com-el-marketo-form .mktoEmailField,
.com-el-marketo-form .mktoNumberField,
.com-el-marketo-form .mktoTelField,
.com-el-marketo-form .mktoUrlField,
.com-el-marketo-form .mktoDateField,
.com-el-marketo-form textarea.mktoField,
.com-el-marketo-form select.mktoField {
  background-color: var(--wcds-colors-white);
  min-height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--wcds-font-secondary);
  -webkit-font-feature-settings: 'ss03';
  font-feature-settings: 'ss03';
  color: var(--wcds-colors-text-primary);
  width: 100% !important;
  border: 1px solid var(--deprecated-legacy-colors-indigo-90-alpha-20);
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
}

@media (min-width: 1800px) {
  .com-el-marketo-form .mktoTextField,
  .com-el-marketo-form .mktoEmailField,
  .com-el-marketo-form .mktoNumberField,
  .com-el-marketo-form .mktoTelField,
  .com-el-marketo-form .mktoUrlField,
  .com-el-marketo-form .mktoDateField,
  .com-el-marketo-form textarea.mktoField,
  .com-el-marketo-form select.mktoField {
    font-size: 22.5px;
    line-height: 30px;
    padding: 11.25px 30px 16.25px;
    border-radius: 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .com-el-marketo-form .mktoTextField,
  .com-el-marketo-form .mktoEmailField,
  .com-el-marketo-form .mktoNumberField,
  .com-el-marketo-form .mktoTelField,
  .com-el-marketo-form .mktoUrlField,
  .com-el-marketo-form .mktoDateField,
  .com-el-marketo-form textarea.mktoField,
  .com-el-marketo-form select.mktoField {
    font-size: 18px;
    line-height: 24px;
    padding: 9px 24px 13px;
    border-radius: 40px;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .com-el-marketo-form .mktoTextField,
  .com-el-marketo-form .mktoEmailField,
  .com-el-marketo-form .mktoNumberField,
  .com-el-marketo-form .mktoTelField,
  .com-el-marketo-form .mktoUrlField,
  .com-el-marketo-form .mktoDateField,
  .com-el-marketo-form textarea.mktoField,
  .com-el-marketo-form select.mktoField {
    font-size: 1.5vw;
    line-height: 2vw;
    padding: 0.75vw 2vw 1.08333333vw;
    border-radius: 3.33333333vw;
  }
}

@media (max-width: 479px) {
  .com-el-marketo-form .mktoTextField,
  .com-el-marketo-form .mktoEmailField,
  .com-el-marketo-form .mktoNumberField,
  .com-el-marketo-form .mktoTelField,
  .com-el-marketo-form .mktoUrlField,
  .com-el-marketo-form .mktoDateField,
  .com-el-marketo-form textarea.mktoField,
  .com-el-marketo-form select.mktoField {
    font-size: 4.93150685vw;
    line-height: 6.57534247vw;
    padding: 2.46575342vw 6.57534247vw 3.56164384vw;
    border-radius: 10.95890411vw;
  }
}

.com-el-marketo-form .mktoTextField:hover,
.com-el-marketo-form .mktoEmailField:hover,
.com-el-marketo-form .mktoNumberField:hover,
.com-el-marketo-form .mktoTelField:hover,
.com-el-marketo-form .mktoUrlField:hover,
.com-el-marketo-form .mktoDateField:hover,
.com-el-marketo-form textarea.mktoField:hover,
.com-el-marketo-form select.mktoField:hover {
  border-color: var(--deprecated-legacy-colors-indigo-90-alpha-40);
  outline: none;
}

.com-el-marketo-form .mktoTextField:focus,
.com-el-marketo-form .mktoEmailField:focus,
.com-el-marketo-form .mktoNumberField:focus,
.com-el-marketo-form .mktoTelField:focus,
.com-el-marketo-form .mktoUrlField:focus,
.com-el-marketo-form .mktoDateField:focus,
.com-el-marketo-form textarea.mktoField:focus,
.com-el-marketo-form select.mktoField:focus {
  border-color: var(--wcds-colors-border-primary);
  outline: none;
}

.com-el-marketo-form .mktoTextField::-webkit-input-placeholder,
.com-el-marketo-form .mktoEmailField::-webkit-input-placeholder,
.com-el-marketo-form .mktoNumberField::-webkit-input-placeholder,
.com-el-marketo-form .mktoTelField::-webkit-input-placeholder,
.com-el-marketo-form .mktoUrlField::-webkit-input-placeholder,
.com-el-marketo-form .mktoDateField::-webkit-input-placeholder,
.com-el-marketo-form textarea.mktoField::-webkit-input-placeholder,
.com-el-marketo-form select.mktoField::-webkit-input-placeholder {
  color: var(--deprecated-legacy-colors-indigo-90-alpha-40);
}

.com-el-marketo-form .mktoTextField::-moz-placeholder,
.com-el-marketo-form .mktoEmailField::-moz-placeholder,
.com-el-marketo-form .mktoNumberField::-moz-placeholder,
.com-el-marketo-form .mktoTelField::-moz-placeholder,
.com-el-marketo-form .mktoUrlField::-moz-placeholder,
.com-el-marketo-form .mktoDateField::-moz-placeholder,
.com-el-marketo-form textarea.mktoField::-moz-placeholder,
.com-el-marketo-form select.mktoField::-moz-placeholder {
  color: var(--deprecated-legacy-colors-indigo-90-alpha-40);
}

.com-el-marketo-form .mktoTextField:-ms-input-placeholder,
.com-el-marketo-form .mktoEmailField:-ms-input-placeholder,
.com-el-marketo-form .mktoNumberField:-ms-input-placeholder,
.com-el-marketo-form .mktoTelField:-ms-input-placeholder,
.com-el-marketo-form .mktoUrlField:-ms-input-placeholder,
.com-el-marketo-form .mktoDateField:-ms-input-placeholder,
.com-el-marketo-form textarea.mktoField:-ms-input-placeholder,
.com-el-marketo-form select.mktoField:-ms-input-placeholder {
  color: var(--deprecated-legacy-colors-indigo-90-alpha-40);
}

.com-el-marketo-form .mktoTextField::-ms-input-placeholder,
.com-el-marketo-form .mktoEmailField::-ms-input-placeholder,
.com-el-marketo-form .mktoNumberField::-ms-input-placeholder,
.com-el-marketo-form .mktoTelField::-ms-input-placeholder,
.com-el-marketo-form .mktoUrlField::-ms-input-placeholder,
.com-el-marketo-form .mktoDateField::-ms-input-placeholder,
.com-el-marketo-form textarea.mktoField::-ms-input-placeholder,
.com-el-marketo-form select.mktoField::-ms-input-placeholder {
  color: var(--deprecated-legacy-colors-indigo-90-alpha-40);
}

.com-el-marketo-form .mktoTextField::placeholder,
.com-el-marketo-form .mktoEmailField::placeholder,
.com-el-marketo-form .mktoNumberField::placeholder,
.com-el-marketo-form .mktoTelField::placeholder,
.com-el-marketo-form .mktoUrlField::placeholder,
.com-el-marketo-form .mktoDateField::placeholder,
.com-el-marketo-form textarea.mktoField::placeholder,
.com-el-marketo-form select.mktoField::placeholder {
  color: var(--deprecated-legacy-colors-indigo-90-alpha-40);
}

.com-el-marketo-form .mktoTextField.mktoInvalid,
.com-el-marketo-form .mktoEmailField.mktoInvalid,
.com-el-marketo-form .mktoNumberField.mktoInvalid,
.com-el-marketo-form .mktoTelField.mktoInvalid,
.com-el-marketo-form .mktoUrlField.mktoInvalid,
.com-el-marketo-form .mktoDateField.mktoInvalid,
.com-el-marketo-form textarea.mktoField.mktoInvalid,
.com-el-marketo-form select.mktoField.mktoInvalid,
.com-el-marketo-form .mktoTextField.customInvalid,
.com-el-marketo-form .mktoEmailField.customInvalid,
.com-el-marketo-form .mktoNumberField.customInvalid,
.com-el-marketo-form .mktoTelField.customInvalid,
.com-el-marketo-form .mktoUrlField.customInvalid,
.com-el-marketo-form .mktoDateField.customInvalid,
.com-el-marketo-form textarea.mktoField.customInvalid,
.com-el-marketo-form select.mktoField.customInvalid {
  color: var(--wcds-colors-text-default-error);
  border-color: var(--wcds-colors-border-default-error);
}

.com-el-marketo-form textarea.mktoField {
  resize: none;
}

@media (min-width: 1800px) {
  .com-el-marketo-form textarea.mktoField {
    height: 135px;
    border-radius: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .com-el-marketo-form textarea.mktoField {
    height: 108px;
    border-radius: 24px;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .com-el-marketo-form textarea.mktoField {
    height: 9vw;
    border-radius: 2vw;
  }
}

@media (max-width: 479px) {
  .com-el-marketo-form textarea.mktoField {
    height: 29.5890411vw;
    border-radius: 6.57534247vw;
  }
}

.com-el-marketo-form select.mktoField {
  background-image: url('https://static-website.miro.com/static/images/form/select-arrow.svg');
  background-repeat: no-repeat;
  cursor: pointer;
}

@media (min-width: 1800px) {
  .com-el-marketo-form select.mktoField {
    background-size: 20px;
    background-position: center right 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .com-el-marketo-form select.mktoField {
    background-size: 16px;
    background-position: center right 16px;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .com-el-marketo-form select.mktoField {
    background-size: 1.33333333vw;
    background-position: center right 1.33333333vw;
  }
}

@media (max-width: 479px) {
  .com-el-marketo-form select.mktoField {
    background-size: 4.38356164vw;
    background-position: center right 4.38356164vw;
  }
}

.com-el-marketo-form .mktoError {
  position: relative !important;
  bottom: 0 !important;
  right: 0 !important;
  display: none !important;
}

.com-el-marketo-form .mktoCheckboxList label,
.com-el-marketo-form .mktoRadioList label {
  font-family: var(--wcds-font-secondary);
  -webkit-font-feature-settings: 'ss03';
  font-feature-settings: 'ss03';
  color: var(--deprecated-legacy-colors-indigo-90-alpha-60);
  display: block;
  cursor: pointer;
  position: relative;
}

@media (min-width: 1800px) {
  .com-el-marketo-form .mktoCheckboxList label,
  .com-el-marketo-form .mktoRadioList label {
    font-size: 17.5px;
    line-height: 25px;
    padding-left: 37.5px;
    margin-top: 17.5px;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .com-el-marketo-form .mktoCheckboxList label,
  .com-el-marketo-form .mktoRadioList label {
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px;
    margin-top: 14px;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .com-el-marketo-form .mktoCheckboxList label,
  .com-el-marketo-form .mktoRadioList label {
    font-size: 1.16666667vw;
    line-height: 1.66666667vw;
    padding-left: 2.5vw;
    margin-top: 1.16666667vw;
  }
}

@media (max-width: 479px) {
  .com-el-marketo-form .mktoCheckboxList label,
  .com-el-marketo-form .mktoRadioList label {
    font-size: 3.83561644vw;
    line-height: 5.47945205vw;
    padding-left: 8.21917808vw;
    margin-top: 3.83561644vw;
  }
}

.com-el-marketo-form .mktoCheckboxList label:before,
.com-el-marketo-form .mktoRadioList label:before,
.com-el-marketo-form .mktoCheckboxList label:after,
.com-el-marketo-form .mktoRadioList label:after {
  content: '';
  position: absolute;
  left: 0;
}

.com-el-marketo-form .mktoCheckboxList label:before,
.com-el-marketo-form .mktoRadioList label:before {
  background: var(--wcds-colors-white);
  border: 1px solid var(--deprecated-legacy-colors-indigo-90-alpha-20);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 250ms ease;
  transition: 250ms ease;
  -webkit-transition-property: border-color, background;
  transition-property: border-color, background;
}

@media (min-width: 1800px) {
  .com-el-marketo-form .mktoCheckboxList label:before,
  .com-el-marketo-form .mktoRadioList label:before {
    width: 25px;
    height: 25px;
    top: 0;
    border-radius: 5px;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .com-el-marketo-form .mktoCheckboxList label:before,
  .com-el-marketo-form .mktoRadioList label:before {
    width: 20px;
    height: 20px;
    top: 0;
    border-radius: 4px;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .com-el-marketo-form .mktoCheckboxList label:before,
  .com-el-marketo-form .mktoRadioList label:before {
    width: 1.66666667vw;
    height: 1.66666667vw;
    top: 0;
    border-radius: 0.33333333vw;
  }
}

@media (max-width: 479px) {
  .com-el-marketo-form .mktoCheckboxList label:before,
  .com-el-marketo-form .mktoRadioList label:before {
    width: 5.47945205vw;
    height: 5.47945205vw;
    top: 0;
    border-radius: 1.09589041vw;
  }
}

.com-el-marketo-form .mktoCheckboxList input,
.com-el-marketo-form .mktoRadioList input {
  position: absolute;
  left: -9999px;
}

.com-el-marketo-form .mktoCheckboxList input:focus + label:before,
.com-el-marketo-form .mktoRadioList input:focus + label:before {
  border-color: var(--deprecated-legacy-colors-indigo-90-alpha-40);
}

.com-el-marketo-form .mktoCheckboxList input:checked + label:before,
.com-el-marketo-form .mktoRadioList input:checked + label:before {
  background: var(--wcds-colors-background-cta-idle);
  border-color: transparent;
}

.com-el-marketo-form .mktoCheckboxList input:checked + label:after,
.com-el-marketo-form .mktoRadioList input:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.com-el-marketo-form .mktoCheckboxList input:first-child + label,
.com-el-marketo-form .mktoRadioList input:first-child + label {
  margin: 0;
}

.com-el-marketo-form .mktoCheckboxList label:after {
  background: url('https://static-website.miro.com/static/images/icon/checkmark.svg') no-repeat;
  background-size: contain;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

@media (min-width: 1800px) {
  .com-el-marketo-form .mktoCheckboxList label:after {
    width: 16.25px;
    height: 12.5px;
    top: 6.25px;
    left: 3.75px;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .com-el-marketo-form .mktoCheckboxList label:after {
    width: 13px;
    height: 10px;
    top: 5px;
    left: 3px;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .com-el-marketo-form .mktoCheckboxList label:after {
    width: 1.08333333vw;
    height: 0.83333333vw;
    top: 0.41666667vw;
    left: 0.25vw;
  }
}

@media (max-width: 479px) {
  .com-el-marketo-form .mktoCheckboxList label:after {
    width: 3.56164384vw;
    height: 2.73972603vw;
    top: 1.36986301vw;
    left: 0.82191781vw;
  }
}

.com-el-marketo-form .mktoRadioList label:before {
  border-radius: 50%;
}

.com-el-marketo-form .mktoRadioList label:after {
  background: var(--wcds-colors-white);
  border-radius: 50%;
}

@media (min-width: 1800px) {
  .com-el-marketo-form .mktoRadioList label:after {
    width: 10px;
    height: 10px;
    top: 7.5px;
    left: 7.5px;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .com-el-marketo-form .mktoRadioList label:after {
    width: 8px;
    height: 8px;
    top: 6px;
    left: 6px;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .com-el-marketo-form .mktoRadioList label:after {
    width: 0.66666667vw;
    height: 0.66666667vw;
    top: 0.5vw;
    left: 0.5vw;
  }
}

@media (max-width: 479px) {
  .com-el-marketo-form .mktoRadioList label:after {
    width: 2.19178082vw;
    height: 2.19178082vw;
    top: 1.64383562vw;
    left: 1.64383562vw;
  }
}

.com-el-marketo-form .mktoInstruction {
  margin: 0;
  opacity: 0.6;
}

@media (min-width: 1800px) {
  .com-el-marketo-form .mktoInstruction {
    margin-top: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .com-el-marketo-form .mktoInstruction {
    margin-top: 8px;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .com-el-marketo-form .mktoInstruction {
    margin-top: 0.66666667vw;
  }
}

@media (max-width: 479px) {
  .com-el-marketo-form .mktoInstruction {
    margin-top: 2.19178082vw;
  }
}

.com-el-marketo-form .mktoHtmlText hr {
  background: var(--deprecated-legacy-colors-indigo-90-alpha-20);
  height: 1px;
  border: none;
}

@media (min-width: 1800px) {
  .com-el-marketo-form .mktoHtmlText hr {
    margin: 20px 0;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .com-el-marketo-form .mktoHtmlText hr {
    margin: 16px 0;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .com-el-marketo-form .mktoHtmlText hr {
    margin: 1.33333333vw 0;
  }
}

@media (max-width: 479px) {
  .com-el-marketo-form .mktoHtmlText hr {
    margin: 4.38356164vw 0;
  }
}

.com-el-marketo-form__error-message,
.com-el-marketo-form .mktoErrorMsg {
  display: block;
  font-family: var(--wcds-font-secondary);
  -webkit-font-feature-settings: 'ss03';
  font-feature-settings: 'ss03';
  color: var(--wcds-colors-text-default-error);
}

@media (min-width: 1800px) {
  .com-el-marketo-form__error-message,
  .com-el-marketo-form .mktoErrorMsg {
    font-size: 17.5px;
    line-height: 25px;
    margin-top: 5px;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .com-el-marketo-form__error-message,
  .com-el-marketo-form .mktoErrorMsg {
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .com-el-marketo-form__error-message,
  .com-el-marketo-form .mktoErrorMsg {
    font-size: 1.16666667vw;
    line-height: 1.66666667vw;
    margin-top: 0.33333333vw;
  }
}

@media (max-width: 479px) {
  .com-el-marketo-form__error-message,
  .com-el-marketo-form .mktoErrorMsg {
    font-size: 3.83561644vw;
    line-height: 5.47945205vw;
    margin-top: 1.09589041vw;
  }
}

@media (min-width: 1800px) {
  .com-el-marketo-form__button-description {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .com-el-marketo-form__button-description {
    margin-top: 16px;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .com-el-marketo-form__button-description {
    margin-top: 1.33333333vw;
  }
}

@media (max-width: 479px) {
  .com-el-marketo-form__button-description {
    margin-top: 4.38356164vw;
  }
}

.com-el-marketo-form__button-description a {
  color: var(--wcds-colors-background-cta-idle);
  text-decoration: none;
  border-bottom: 1px solid var(--wcds-colors-border-cta-idle);
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
}

.com-el-marketo-form__button-description a:hover {
  border-color: transparent;
}

.com-el-marketo-form__submitted-message {
  text-align: center;
}

.com-el-marketo-form__container {
  position: relative;
}

.com-el-marketo-form__container--background {
  background-color: var(--wcds-marketo-form-background-color);
  border: 1px solid var(--wcds-marketo-form-border-color);
  border-radius: 12px;
}

.com-el-marketo-form__icon {
  background-color: var(--wcds-marketo-form-icon-background-color);
  color: var(--wcds-marketo-form-icon-color);
}

@media (min-width: 1800px) {
  .com-el-marketo-form__container {
    min-height: 150px;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .com-el-marketo-form__container {
    min-height: 120px;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .com-el-marketo-form__container {
    min-height: 10vw;
  }
}

@media (max-width: 479px) {
  .com-el-marketo-form__container {
    min-height: 17.53424658vw;
  }
}

.com-el-marketo-form__container.is-covered {
  background: var(--wcds-colors-white);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (min-width: 1800px) {
  .com-el-marketo-form__container.is-covered {
    min-height: 300px;
    padding: 50px 50px 40px;
    -webkit-box-shadow: 0 5px 15px var(--deprecated-legacy-colors-indigo-90-alpha-10);
    box-shadow: 0 5px 15px var(--deprecated-legacy-colors-indigo-90-alpha-10);
    border-radius: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .com-el-marketo-form__container.is-covered {
    min-height: 240px;
    padding: 40px 40px 32px;
    -webkit-box-shadow: 0 4px 12px var(--deprecated-legacy-colors-indigo-90-alpha-10);
    box-shadow: 0 4px 12px var(--deprecated-legacy-colors-indigo-90-alpha-10);
    border-radius: 16px;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .com-el-marketo-form__container.is-covered {
    min-height: 20vw;
    padding: 3.33333333vw 3.33333333vw 2.66666667vw;
    -webkit-box-shadow: 0 0.33333333vw 1vw var(--deprecated-legacy-colors-indigo-90-alpha-10);
    box-shadow: 0 0.33333333vw 1vw var(--deprecated-legacy-colors-indigo-90-alpha-10);
    border-radius: 1.33333333vw;
  }
}

@media (max-width: 479px) {
  .com-el-marketo-form__container.is-covered {
    min-height: 71.23287671vw;
    padding: 5.47945205vw 5.47945205vw 6.57534247vw;
    -webkit-box-shadow: 0 1.09589041vw 3.28767123vw
      var(--deprecated-legacy-colors-indigo-90-alpha-10);
    box-shadow: 0 1.09589041vw 3.28767123vw var(--deprecated-legacy-colors-indigo-90-alpha-10);
    border-radius: 4.38356164vw;
  }
}

.com-el-marketo-form__container.is-submitted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.com-el-marketo-form__container.is-submitting:before {
  content: '';
  background: var(--wcds-colors-white-alpha-50);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.com-el-marketo-form .mktoButton {
  display: inline-block;
  font-family: var(--wcds-font-secondary);
  -webkit-font-feature-settings: 'ss03';
  font-feature-settings: 'ss03';
  font-weight: normal;
  text-decoration: none;
  color: var(--deprecated-legacy-primary-color-idle);
  border: 1px solid var(--deprecated-legacy-primary-border-idle);
  background: var(--deprecated-legacy-primary-background-idle);
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 250ms ease;
  transition: 250ms ease;
  -webkit-transition-property: background, border-color;
  transition-property: background, border-color;
}

@media (min-width: 1800px) {
  .com-el-marketo-form .mktoButton {
    font-size: 22.5px;
    line-height: 30px;
    padding: 11.25px 28.75px 16.25px;
    border-radius: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .com-el-marketo-form .mktoButton {
    font-size: 18px;
    line-height: 24px;
    padding: 9px 23px 13px;
    border-radius: 32px;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .com-el-marketo-form .mktoButton {
    font-size: 1.5vw;
    line-height: 2vw;
    padding: 0.75vw 1.91666667vw 1.08333333vw;
    border-radius: 2.66666667vw;
  }
}

@media (max-width: 479px) {
  .com-el-marketo-form .mktoButton {
    font-size: 4.93150685vw;
    line-height: 6.57534247vw;
    padding: 2.46575342vw 6.30136986vw 3.56164384vw;
    border-radius: 6.57534247vw;
  }
}

.com-el-marketo-form .mktoButton:hover {
  background: var(--deprecated-legacy-primary-background-hover);
  border-color: var(--deprecated-legacy-primary-border-hover);
}

.com-el-marketo-form .mktoButton:active {
  background: var(--deprecated-legacy-primary-background-active);
  border-color: var(--deprecated-legacy-primary-border-active);
}

.com-el-marketo-form .mktoButton[disabled] {
  opacity: 0.3;
  cursor: default;
}

.com-el-marketo-form .mktoButton:after {
  content: ' \2192' /*rtl:' \2190'*/;
}

@-webkit-keyframes preloader {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes preloader {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.is-hidden {
  display: none !important;
}
