.am-common {
  font-family: "freight-sans-pro", sans-serif !important;
  font-size: 16px;
}
.am-layout {
  background: #f5f6f6 !important;
}
.am-common .am-body {
  background: #f5f6f6 !important;
  margin-top: 0 !important;
}
.am-header,
.am-header-content-wrapper {
  background: #000 !important;
  border: none !important;
}
.am-main {
  max-width: 1300px !important;
}
.am-header-line {
  display: none;
}
.am-header .am-header-content .am-header-content-logo {
  padding-left: 20px;
}
.am-common h1 {
  font-size: 40px !important;
  padding: 20px;
  margin: 0 !important;
  text-align: center;
}
.am-body .am-body-content-wrapper {
  border: none !important;
  background: #f5f6f6 !important;
}
.am-main {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.am-common a {
  color: #d61f26 !important;
}
.am-common a:hover {
  text-decoration: underline !important;
}
.am-common a:after {
  display: none;
}
.am-footer {
  display: none;
}

.am-signup .am-form {
  padding: 20px;
}
.am-signup .am-form form {
  background: #fff;
  border-radius: 7px;
  box-shadow: none;
  border: none;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  padding: 30px;
}
.am-signup .am-form-container .am-form-sidebar {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.am-signup .am-form-container .am-form-sidebar-sidebar {
  border: none;
  padding: 0;
  box-shadow: none;
}
.am-signup .am-info {
  position: absolute;
  top: -38px;
  right: 0;
  border: none;
  background: transparent;
  color: #fff;
  padding: 0 20px;
  margin: 0;
}
.agreement {
  font-size: 14px !important;
}
.am-signup .am-form fieldset legend {
  font-size: 100%;
  background: transparent;
  border: none;
}
.am-signup .am-form div.row {
  border: none;
}
.footer p {
  padding: 0 20px;
}
#row-product_id_page-0-0 {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px;
}
.am-signup input[type="submit"]:hover,
.am-signup input[type="submit"]:active,
.am-signup input[type="submit"].active,
.am-signup input[type="button"]:hover,
.am-signup input[type="button"]:active,
.am-signup input[type="button"].active {
  cursor: pointer;
  border: none;
  background-image: none;
  background-color: #b31f21;
  color: white;
}
.am-signup input[type="submit"] {
  cursor: pointer;
  border: none;
  background-image: none;
  background-color: #d22529;
  color: white;
  padding: 0.8em 2em;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 600px) {
  .am-common h1 {
    font-size: 32px !important;
  }
  .am-signup .am-info {
    max-width: 200px;
    text-align: right;
    top: -42px;
    font-size: 12px;
  }
}

@media (max-width: 799px) {
  .am-signup .am-form-container .am-form-sidebar {
    padding-left: 35px;
    padding-right: 35px;
  }
  .am-signup .am-form form {
    padding: 20px;
  }
}

/* sidebar */
.testimonial {
  border: 3px solid #e8e8e8;
  margin-bottom: 50px;
  padding: 20px 30px;
  position: relative;
}
.testimonial:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: -20px;
  left: -20px;
  background: url("https://global-cdn.stmforum.com/join/static/media/832477a38406ce1e565789ae27344094.svg?a=1")
    center center / contain no-repeat;
}
.testimonial:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -20px;
  right: -20px;
  background: url("https://global-cdn.stmforum.com/join/static/media/32a12786f0edba77c7383c5dffefd20d.svg?a=1")
    center center / contain no-repeat;
}
.testimonial p {
  color: #3a4248;
  font-size: 16px;
}
.testimonial h4 {
  font-size: 18px;
  font-weight: bold;
  color: #d22529;
}
.testimonial h5 {
  font-size: 16px;
}
.testimonial footer {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.testimonial footer figure {
  margin: 0 10px 0 0;
}
.stm-promo {
  padding: 70px 30px 20px 30px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.stm-promo > img {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 74px;
}
.stm-promo > h3 {
  color: #191659;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.53px;
  margin: 0;
}
.stm-promo > h2 {
  color: #111111;
  text-align: center;
  font-size: 18px;
  letter-spacing: -0.4px;
  margin: 15px 0 10px;
}
.stm-promo > ul li {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.stm-promo > ul li p {
  font-size: 16px;
  color: #111111;
}
.stm-promo > ul li img {
  width: 16px;
}
