:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --text-color: #191919;
  --color-primary: #E80E19;
  --color-secondary: #006deb;
  --color-border: #dddddd;
  --apm-gartner-sprite-image: url(../images/gartner-mq-dem/apm-gartner-sprite-image.svg) top center no-repeat;
}

.captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 12px;
}
.captcha > div:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57%;
          flex: 0 0 57%;
}

#captcha-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e3e3e3;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
}

#captcha-frame {
  float: left;
  border-right: 1px solid #e0eaf6;
}

#captcha {
  height: 39px;
  padding: 0 10px;
  vertical-align: middle;
}

#captcha-reload {
  cursor: pointer;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.gartner-mq-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gartner-mq-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gartner-mq-wrapper h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -1.5px;
  margin-bottom: 16px;
}

.gartner-mq-wrapper h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 16px;
}

.gartner-mq-wrapper h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 16px;
}

.gartner-mq-wrapper h4 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin: 0 0 16px;
}

.gartner-mq-wrapper h5 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.25px;
  margin: 0 0 16px;
}

.gartner-mq-wrapper p,
.gartner-mq-wrapper ul li {
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 16px;
  font-weight: 300;
}

.gartner-mq-wrapper a {
  color: #006deb;
}

.gartner-mq-wrapper .container {
  max-width: 1280px;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.gartner-mq-wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  padding-top: 0;
  padding-bottom: 0;
}

.gartner-mq-wrapper .row > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.gartner-mq-wrapper .row.g-0 {
  margin-right: 0;
  margin-left: 0;
}

.gartner-mq-wrapper .row.g-0 > * {
  padding-left: 0;
  padding-right: 0;
}

.gartner-mq-wrapper .col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.gartner-mq-wrapper .col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.gartner-mq-wrapper .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.gartner-mq-wrapper .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.gartner-mq-wrapper .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.gartner-mq-wrapper .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.gartner-mq-wrapper .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.gartner-mq-wrapper .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.gartner-mq-wrapper .col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.gartner-mq-wrapper .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

.gartner-mq-wrapper .col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.gartner-mq-wrapper .col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.gartner-mq-wrapper .col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}

.gartner-mq-wrapper .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .gartner-mq-wrapper .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .gartner-mq-wrapper .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .gartner-mq-wrapper .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .gartner-mq-wrapper .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .gartner-mq-wrapper .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .gartner-mq-wrapper .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .gartner-mq-wrapper .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .gartner-mq-wrapper .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .gartner-mq-wrapper .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .gartner-mq-wrapper .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .gartner-mq-wrapper .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .gartner-mq-wrapper .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gartner-mq-wrapper .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .gartner-mq-wrapper .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .gartner-mq-wrapper .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .gartner-mq-wrapper .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .gartner-mq-wrapper .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .gartner-mq-wrapper .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .gartner-mq-wrapper .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .gartner-mq-wrapper .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .gartner-mq-wrapper .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .gartner-mq-wrapper .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .gartner-mq-wrapper .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .gartner-mq-wrapper .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .gartner-mq-wrapper .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .gartner-mq-wrapper .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .gartner-mq-wrapper .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .gartner-mq-wrapper .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .gartner-mq-wrapper .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .gartner-mq-wrapper .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .gartner-mq-wrapper .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .gartner-mq-wrapper .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .gartner-mq-wrapper .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .gartner-mq-wrapper .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .gartner-mq-wrapper .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .gartner-mq-wrapper .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .gartner-mq-wrapper .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .gartner-mq-wrapper .text-lg-break {
    display: block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .gartner-mq-wrapper .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .gartner-mq-wrapper .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .gartner-mq-wrapper .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .gartner-mq-wrapper .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .gartner-mq-wrapper .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .gartner-mq-wrapper .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .gartner-mq-wrapper .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .gartner-mq-wrapper .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .gartner-mq-wrapper .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .gartner-mq-wrapper .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .gartner-mq-wrapper .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .gartner-mq-wrapper .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .gartner-mq-wrapper .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
.gartner-mq-wrapper .m-0 {
  margin: 0 !important;
}

.gartner-mq-wrapper .mb-0 {
  margin-bottom: 0 !important;
}

.gartner-mq-wrapper .p-0 {
  padding: 0 !important;
}

.gartner-mq-wrapper .pb-0 {
  padding-bottom: 0 !important;
}

.gartner-mq-wrapper .pt-0 {
  padding-top: 0 !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  cursor: pointer;
  padding: 12px 20px;
  line-height: 1.15;
  font-size: 17px;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  border-radius: 4px;
  background: var(--color-primary);
  color: #fff !important;
  border: 1px solid var(--color-primary);
  text-decoration: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-within,
.btn-primary:active {
  background: #c80420;
  text-decoration: none;
}

.btn-black {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  cursor: pointer;
  padding: 12px 20px;
  line-height: 1.15;
  font-size: 17px;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  border-radius: 4px;
  background: #1b1d1f;
  color: #fff !important;
  border: 1px solid #1b1d1f;
  text-decoration: none;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:focus-within,
.btn-black:active {
  background: #363636;
  text-decoration: none;
}

.btn-icon-suffix {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 2px;
}

.btn-icon-prefix {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
}

.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  border-radius: 4px;
}

.btn.btn-lg {
  height: 54px;
  padding: 0 24px;
  line-height: 52px;
  font-size: 16px;
}

.btn.btn-md {
  height: 42px;
  padding: 0 16px;
  line-height: 40px;
  font-size: 15px;
}

.btn.btn-round {
  border-radius: 100px;
}

.btn.btn-square {
  border-radius: 4px;
}

.btn.btn-primary {
  background: var(--color-primary);
  color: var(--color-white);
  border: 1px solid var(--color-primary);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:focus-within,
.btn.btn-primary:active {
  background: #c80420;
}

.btn.btn-black {
  color: var(--color-white);
  background: #010101;
  border: 1px solid #010101;
}

.btn.btn-black:hover {
  text-decoration: none;
  background: #ffce26;
  border-color: #ffce26;
  color: #010101;
  border-color: #ffce26;
}

.btn.btn-outline-primary {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--color-white);
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:focus-within,
.btn.btn-outline-primary:active {
  background: var(--color-primary);
  color: var(--color-white);
}

.btn.btn-outline-secondary {
  border: 1px solid var(--color-border);
  color: var(--color-black);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--color-white);
}

.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary:focus-within,
.btn.btn-outline-secondary:active {
  background: var(--color-secondary);
  color: var(--color-white);
  border: 1px solid var(--color-secondary);
}

.form-wrapper {
  max-width: 480px;
  width: 100%;
  /* margin-right: auto; */
  margin-left: auto;
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  /* -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, .08);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, .08); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 4px 12px -1px hsla(213.33, 49.74%, 52.18%, 0.29);
          box-shadow: 0 4px 12px -1px hsla(213.33, 49.74%, 52.18%, 0.29);
}

.form-wrapper .apm-form {
  width: 100%;
}

.form-wrapper .apm-form h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 0px 0 16px;
  letter-spacing: 0;
}

.form-wrapper .apm-form .form-group {
  width: 100%;
}

.form-group .btn.btn-primary {
  height: auto;
  padding: 12px 24px;
}

.form-wrapper .apm-form .form-group.input-radio-group input {
  padding: 0;
}

#submit {
  font-size: 17px;
  font-weight: 400;
}

#ukcountry_region,
#country_state {
  margin-top: 15px;
}

.form-group {
  margin: 0px 0px 12px;
}

.form-group input,
.form-group select {
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 0 12px;
  outline: none;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  font-size: 15px;
  font-weight: 300;
  font-family: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  color: #000000;
}

.form-group input::-webkit-input-placeholder,
.form-group select::-webkit-input-placeholder {
  color: #000000;
}

.form-group input::-moz-placeholder,
.form-group select::-moz-placeholder {
  color: #000000;
}

.form-group input:-ms-input-placeholder,
.form-group select:-ms-input-placeholder {
  color: #000000;
}

.form-group input::-ms-input-placeholder,
.form-group select::-ms-input-placeholder {
  color: #000000;
}

.form-group input::-webkit-input-placeholder, .form-group select::-webkit-input-placeholder {
  color: #000000;
}

.form-group input::-moz-placeholder, .form-group select::-moz-placeholder {
  color: #000000;
}

.form-group input:-ms-input-placeholder, .form-group select:-ms-input-placeholder {
  color: #000000;
}

.form-group input::-ms-input-placeholder, .form-group select::-ms-input-placeholder {
  color: #000000;
}

.form-group input::placeholder,
.form-group select::placeholder {
  color: #000000;
}

.form-group #meGDPRMessage {
  color: #000;
  padding: 10px 0;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 300;
}

.input-radio-group label {
  font-weight: 300;
  font-size: 15px;
}

.input-radio-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 8px;
}

.form-group {
  margin: 0px 0px 16px;
}

.form-group > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: noe;
  background-image: linear-gradient(45deg, transparent 50%, #5a5a5a 50%), linear-gradient(135deg, #5a5a5a 50%, transparent 50%), linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) !important;
  background-position: calc(100% - 17px) calc(1em + 4px), calc(100% - 12px) calc(1em + 4px), calc(100% - 2.5em) 0.5em !important;
  background-size: 6px 5px, 5px 5px, 1px 1.5em !important;
  background-repeat: no-repeat !important;
}

::-webkit-input-placeholder {
  color: #b7b7b7;
  opacity: 1;
}

::-moz-placeholder {
  color: #b7b7b7;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #b7b7b7;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #b7b7b7;
  opacity: 1;
}

::placeholder {
  color: #b7b7b7;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #b7b7b7;
}

::-ms-input-placeholder {
  color: #b7b7b7;
}

.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group select:focus {
  outline: none !important;
  border: 1px solid #016deb !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-div a {
  position: relative;
  background: #ec1131;
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  text-decoration: none;
  margin: 25px 15px;
  display: inline-block;
}

.btn-div a:link,
.btn-div a:visited {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.btn-div a:hover {
  box-shadow: 0 5px 10px 0 #8a8a8a;
  -webkit-box-shadow: 0 5px 10px 0 #8a8a8a;
}

.dwn-priv {
  margin-top: 0px;
  font-weight: 300;
}

.dwn-priv a {
  color: inherit;
  text-decoration: underline;
}

.input-radio-group .input-radio-item {
  display: grid;
  grid-template-columns: 1.6rem auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.input-radio-group .input-radio-item input[type=radio] {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 32px;
  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;
}

.input-radio-group .input-radio-item input[type=radio]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 32px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-out;
  transition: 120ms -webkit-transform ease-out;
  transition: 120ms transform ease-out;
  transition: 120ms transform ease-out, 120ms -webkit-transform ease-out;
  transition: 120ms transform ease-out, 120ms -webkit-transform ease-out;
  -webkit-box-shadow: inset 15px 15px #006deb;
  box-shadow: inset 15px 15px #006deb;
}

.input-radio-group .input-radio-item input[type=radio]:checked {
  border-color: #006deb;
}

.input-radio-group .input-radio-item input[type=radio]:checked::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.input-radio-group .input-radio-item input[type=checkbox] {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  border-radius: 4px;
  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;
  background: #fff;
}

.input-radio-group .input-radio-item input[type=checkbox]::before {
  content: "";
  top: -1px;
  position: relative;
  width: 0.375rem;
  height: 0.75rem;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  -webkit-transition: 120ms -webkit-transform ease-out;
  transition: 120ms -webkit-transform ease-out;
  transition: 120ms transform ease-out;
  transition: 120ms transform ease-out, 120ms -webkit-transform ease-out;
  transition: 120ms transform ease-out, 120ms -webkit-transform ease-out;
}

.input-radio-group .input-radio-item input[type=checkbox]:checked {
  background: #006deb;
  border-color: #006deb;
  color: #fff;
}

.input-radio-group .input-radio-item input[type=checkbox]:checked::before {
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

.input-radio-group .input-radio-item label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mr-3 {
  margin-right: 16px !important;
}

.input-radio-group .flex-wrap {
  margin-top: 10px;
}

.form-feedback-error {
  margin-top: 4px;
  font-size: 14px;
  color: #ff1e1e;
  display: none;
}

.form-control,
select#country_state {
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 15px;
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0px 12px;
  line-height: 1.25;
  font-family: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.success-msg {
  display: none;
  text-align: center;
  margin: 0 auto;
  padding: 120px 0;
}

.apm-gartner-quadrant-main-wrapper .success-msg p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

.ffw-errmsg {
  color: red;
  font-size: 12px;
  font-weight: 300;
}

.heading-menu,
#btmscroll {
  display: none;
}

.solution-section,
.about-section {
  padding: 80px 0;
}

.dem-solution-section {
  padding: 80px 0;
}

.banner-section {
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(hsla(211, 96.91%, 82.78%, 0.61)), to(#f5faff));
  background: linear-gradient(180deg, hsla(211, 96.91%, 82.78%, 0.61) 0%, #f5faff 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner-section::before, .banner-section::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/gartner-mq-dem/bg-pattern.webp") no-repeat;
  background-size: contain;
  position: absolute;
  display: inline-block;
  opacity: 0.05;
  z-index: -1;
}
.banner-section::before {
  top: 0;
  left: 0;
}
.banner-section::after {
  right: 0;
  top: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.banner-content {
  max-width: 980px;
  margin: auto;
}
.banner-content h1 span {
  font-weight: 300;
}

.banner-section .gartner-logo {
  margin-bottom: 24px;
}

.banner-section .gartner-logo img {
  height: 32px;
}

.text-center {
  text-align: center !important;
}

.font-md {
  font-size: 15px !important;
}

.solution-section .solution-sec-img {
  text-align: center;
}

.solution-section .solution-sec-img img {
  max-width: 500px;
  width: 100%;
}

.about-section {
  background-color: #fbfbfb;
}

.about-section .row {
  gap: 24px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-title-content {
  margin-bottom: 48px;
}

.about-title-content h2 {
  margin-bottom: 24px;
}

.about-card {
  border: 1px solid #eeeeee;
  border-radius: 12px;
  padding: 32px;
  height: 100%;
  background: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.about-card h5 {
  margin-bottom: 8px;
}

/* .about-card p {
    color: #fff;
} */
.about-card .about-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.client-sec-title h4 {
  position: relative;
  text-align: center;
}

.client-sec-title h4::before {
  position: absolute;
  content: "";
  max-width: 30%;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  left: 9.25%;
  opacity: 0.75;
}

.client-sec-title h4::after {
  position: absolute;
  content: "";
  max-width: 30%;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  right: 9.25%;
  opacity: 0.75;
}

.client-sec-title h4 span {
  background: #fff;
  position: relative;
  padding: 0 24px;
  z-index: 1;
}

.client-list-wrapper {
  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;
  gap: 32px 22px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 24px 0 48px;
}

.client-list-wrapper li {
  margin: 0 !important;
  padding: 12px 24px;
  min-width: 120px;
  min-height: 70px;
  text-align: center;
  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;
}

.client-sec-cta {
  gap: 16px;
  margin-top: 40px;
}

.client-sec-cta .btn-icon {
  margin-left: 2px;
}

.customers-insights-card {
  border: 1px solid #e5f3ff;
  padding: 40px 16px;
  border-radius: 24px;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(hsla(211, 79.92%, 87.55%, 0.68)), to(#f5faff));
  background: linear-gradient(0deg, hsla(211, 79.92%, 87.55%, 0.68) 0%, #f5faff 100%);
}

.customers-insights-card .customers-insights-info p {
  margin: 8px 0 0;
  line-height: 1.6 !important;
  font-weight: 300;
}
.customers-insights-card .customers-insights-info p span {
  display: block;
  line-height: 1.15;
}
.customers-insights-card .customers-insights-info h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  margin-bottom: 8px;
}

.rating-infod-date {
  margin: 16px 0 0;
  font-size: 14px !important;
}

.customers-insights-wrapper {
  margin-top: 48px;
  margin-bottom: 32px;
  gap: 60px;
}

.customers-insights-info-wrapper {
  gap: 24px 72px;
}

.rating-date-info {
  font-size: 14px !important;
  margin: 24px 0 0 !important;
}
.rating-date-info sup {
  font-size: smaller;
  vertical-align: top;
}

#commonHeader {
  min-height: auto;
}

#topsec-rhs ul {
  border: 0;
}

#topsec-rhs ul li.nav-search .icon-search {
  border-bottom: none;
  margin-top: 7px;
}

#topsec-rhs ul li {
  margin-top: 12px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 1025px) {
  #header-topsec {
    height: 64px;
  }
  .pro-menu#MEmobile {
    position: fixed;
    top: 24px;
  }
  .head-container {
    top: 10px;
    position: fixed;
  }
  .headerinner {
    min-height: auto !important;
    background: rgba(0, 0, 0, 0) !important;
  }
  header:not(.abheader) #MEmobPanel {
    top: 64px;
  }
}
@media only screen and (max-width: 991.98px) {
  .solution-sec-img {
    margin-bottom: 64px;
  }
  .form-wrapper {
    margin: 32px auto 0;
  }
  .gartner-mq-wrapper h1 {
    text-align: center;
    font-size: 48px;
  }
}
@media only screen and (max-width: 767.98px) {
  .leaf-icon,
  .client-sec-title h4::before,
  .client-sec-title h4::after {
    display: none;
  }
  .client-sec-cta {
    gap: 24px;
  }
  .client-sec-cta a {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
  h1 {
    font-size: calc(2vw + 2rem) !important;
    letter-spacing: -1px !important;
  }
  h2 {
    font-size: calc(2vw + 1.5rem) !important;
  }
  .gartner-mq-wrapper h1 {
    text-align: center;
    font-size: 48px;
  }
}
.choose-section {
  margin: 0px 0px 20px;
}

.choose-section ul li {
  position: relative;
  padding-left: 40px;
  font-size: 17px;
  margin-bottom: 8px;
  font-weight: 500;
}

.choose-section ul li:last-child {
  margin-bottom: 0;
}

.choose-section ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjM0NCAxNi45NjI2TDE4LjE4NzYgOS4xMTkwNUwxNi45NTgxIDcuODg5NThMMTAuMzQ0IDE0LjUwMzdMNy4wMTkwNCAxMS4xNzg3TDUuNzg5NTggMTIuNDA4MUwxMC4zNDQgMTYuOTYyNlpNMTIuMDAxOCAyMy4wODMxQzEwLjQ2ODggMjMuMDgzMSA5LjAyNzk3IDIyLjc5MjIgNy42NzkxNCAyMi4yMTA0QzYuMzMwMyAyMS42Mjg3IDUuMTU3MDEgMjAuODM5MSA0LjE1OTI1IDE5Ljg0MThDMy4xNjE0OCAxOC44NDQ1IDIuMzcxNTggMTcuNjcxNyAxLjc4OTU1IDE2LjMyMzVDMS4yMDc1MiAxNC45NzUzIDAuOTE2NTA0IDEzLjUzNDcgMC45MTY1MDQgMTIuMDAxOEMwLjkxNjUwNCAxMC40Njg4IDEuMjA3MzkgOS4wMjc5NyAxLjc4OTE3IDcuNjc5MTRDMi4zNzA5NSA2LjMzMDMgMy4xNjA0OSA1LjE1NzAxIDQuMTU3OCA0LjE1OTI2QzUuMTU1MTIgMy4xNjE0OCA2LjMyNzkgMi4zNzE1OCA3LjY3NjE0IDEuNzg5NTVDOS4wMjQzNiAxLjIwNzUyIDEwLjQ2NDkgMC45MTY1MDQgMTEuOTk3OSAwLjkxNjUwNEMxMy41MzA4IDAuOTE2NTA0IDE0Ljk3MTYgMS4yMDczOSAxNi4zMjA1IDEuNzg5MTdDMTcuNjY5MyAyLjM3MDk1IDE4Ljg0MjYgMy4xNjA0OSAxOS44NDA0IDQuMTU3OEMyMC44MzgxIDUuMTU1MTIgMjEuNjI4IDYuMzI3OSAyMi4yMTAxIDcuNjc2MTRDMjIuNzkyMSA5LjAyNDM2IDIzLjA4MzEgMTAuNDY0OSAyMy4wODMxIDExLjk5NzlDMjMuMDgzMSAxMy41MzA4IDIyLjc5MjIgMTQuOTcxNiAyMi4yMTA0IDE2LjMyMDVDMjEuNjI4NyAxNy42NjkzIDIwLjgzOTEgMTguODQyNiAxOS44NDE4IDE5Ljg0MDRDMTguODQ0NSAyMC44MzgxIDE3LjY3MTcgMjEuNjI4IDE2LjMyMzUgMjIuMjEwMUMxNC45NzUzIDIyLjc5MjEgMTMuNTM0NyAyMy4wODMxIDEyLjAwMTggMjMuMDgzMVoiIGZpbGw9IiMwOUFCNTgiLz4KPC9zdmc+Cg==");
}

@media screen and (max-width: 991.98px) {
  .choose-list {
    margin-top: 40px;
  }
}
.solution-section .content-sec p:last-child {
  margin-bottom: 0;
}

/*-------- cta button css -------*/
/*------- sprite image css ------*/
.apm-gartner-sprite-image {
  background: var(--apm-gartner-sprite-image);
  width: 60px;
  height: 56px;
  display: inline-block;
  position: relative;
}

.apm-gartner-sprite-image.icon1 {
  background-position: 5px 0px;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.apm-gartner-sprite-image.icon2 {
  background-position: -95px 0px;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.apm-gartner-sprite-image.icon3 {
  background-position: -198px 0px;
}

.apm-gartner-sprite-image.icon4 {
  background-position: -300px 0px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.apm-gartner-sprite-image.icon5 {
  background-position: -408px 0px;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.disclaimer-section {
  padding: 80px 0;
  background: #fcfcfc;
}
.disclaimer-section p {
  font-size: 15px !important;
  margin-bottom: 12px;
}
.disclaimer-section p:first-child {
  margin-bottom: 8px;
}
.disclaimer-section p:first-child strong {
  font-weight: 600;
}

.product-cta-wrapper {
  margin: 40px auto 0;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-cta-wrapper h5 {
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}
.product-cta-wrapper > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.product-cta-wrapper > div .product-cta-card {
  min-width: 320px;
  max-width: 320px;
  margin: 20px auto 0;
}

.product-cta-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 24px;
  padding: 24px;
  border-radius: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-cta-card:hover {
  text-decoration: none !important;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 4px 26px -10px rgba(0, 0, 0, 0.24);
          box-shadow: 0 4px 26px -10px rgba(0, 0, 0, 0.24);
  border-color: hsl(0, 0%, 90.76%);
}
.product-cta-card:hover .btn-icon-suffix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-cta-card .product-logo {
  width: 100%;
  height: 100%;
}
.product-cta-card .product-logo img {
  height: 54px;
}

.product-card {
  border: 1px solid #f6f6f6;
  padding: 60px;
  border-radius: 24px;
  text-align: center;
  background: #fbfbfb;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.product-card #pattern {
  position: absolute;
  left: -25%;
  width: 70%;
  height: 100%;
  bottom: -50%;
  z-index: -1;
  opacity: 0.15;
}
.product-card h2 {
  text-align: left;
}

.product-solutions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.product-solutions .product-logo {
  width: auto;
}
.product-solutions .product-logo img {
  height: 48px;
}
.product-solutions .product-cta-card {
  background: linear-gradient(69deg, #ffffff 40%, hsla(0, 82%, 95.37%, 0.6));
  border: 1px solid #f0f0f0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-solutions .product-cta-card .product-cta-text {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-solutions .product-cta-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 4px 26px -10px rgba(0, 0, 0, 0.24);
          box-shadow: 0 4px 26px -10px rgba(0, 0, 0, 0.24);
  border-color: hsla(356.97, 88.62%, 48.24%, 0.14);
}
.product-solutions .product-cta-card:hover .btn-icon-suffix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-solutions .btn-primary {
  min-width: 204px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-solutions .btn-icon-suffix {
  display: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.download-cta-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding: 48px;
  background: linear-gradient(45deg, #e7eff9, #f7faff);
  border-radius: 12px;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
.download-cta-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: 56px 56px;
  background-image: linear-gradient(to right, rgba(92, 80, 50, 0.04) 1px, transparent 1px), linear-gradient(to bottom, rgba(92, 80, 50, 0.04) 1px, transparent 1px);
}
.download-cta-card h4 {
  margin-bottom: 0;
}
.download-cta-card .btn-black {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (min-width: 992px) {
  .d-md-block {
    display: block !important;
  }
}
@media screen and (max-width: 992px) {
  .product-cta-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .product-cta-wrapper .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
  .product-cta-wrapper .product-cta-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .product-cta-wrapper > div:first-child {
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .download-cta-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .captcha {
    gap: 12px;
  }
  .captcha > div:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .captcha .ffw-errmsg {
    width: 100%;
  }
  .product-solutions .product-cta-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#meGDPRMessage {
  margin: 0 0 8px;
  font-size: 13px;
  width: 100% !important;
}

#meGDPRMessage a {
  color: #1a4eb0;
}

#meGDPRMessage label {
  line-height: 1.5;
  color: initial;
  display: inline-block;
  max-width: 480px;
  font-size: 13px;
}

.checkmarkgdpr {
  margin: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  margin-right: 8px !important;
  background: #ffffff !important;
}

.checkmarkgdpr::before {
  content: "";
  display: inline-block !important;
  top: -1px !important;
  left: 6px !important;
  position: relative !important;
  width: 6px !important;
  height: 11px !important;
  border-style: solid !important;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg) scale(1) !important;
  transform: rotate(45deg) scale(1) !important;
  -webkit-transition: 120ms -webkit-transform ease-out !important;
  transition: 120ms -webkit-transform ease-out !important;
  transition: 120ms transform ease-out !important;
  transition: 120ms transform ease-out, 120ms -webkit-transform ease-out !important;
  opacity: 0;
}

.checkmarkgdpr.enableCheckgdpr::before {
  opacity: 1;
}

.terms-content {
  font-size: 13px;
  margin-bottom: 16px;
  line-height: 1.5;
}

.terms-content > a {
  font-size: 13px;
  color: inherit;
  text-decoration: underline;
}

.terms-content strong {
  font-weight: 500;
}