.payment-security-section{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.payment-security-logos{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.payment-security-logos .payment-logo-mark{
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  background: #fafafa;
  padding: 8px;
}
.payment-security-logos .mc-identity-check-mark{
  gap: 4px;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #000;
  white-space: nowrap;
}
.payment-security-logos .payment-logo-mark img{
  display: block;
  width: 32px;
  height: 16px;
  object-fit: contain;
}
footer .footer-payment-security{
  padding-top: 1rem;
}
footer .footer-payment-security h5{
  margin-bottom: .5rem;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: rgb(6 38 101);
}
footer .payment-security-logos{
  max-width: 340px;
}
.checkout-compliance-links{
  margin-bottom: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: rgb(114 114 114);
}
.checkout-compliance-links a{
  color: rgb(0 58 159);
  text-decoration: underline;
}
.content-checkout .footer-checkout .payment-security-logos{
  justify-content: center;
}
.policy-main{
  padding-top: 112px;
}
.admin-bar .policy-main{
  padding-top: 144px;
}
.policy-page{
  background: #fafafa;
  padding: 24px 0 48px;
}
.policy-page-simple{
  background: #fafafa;
}
.policy-page-simple .policy-content{
  display: block;
  max-width: 960px;
}
.policy-page-simple .policy-index{
  position: static;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.policy-page-simple .policy-card{
  grid-column: auto;
}
.policy-title{
  margin-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
}
.policy-title h1{
  margin: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  color: #062665;
}
.policy-hero{
  max-width: 880px;
  margin-bottom: 32px;
}
.policy-hero small{
  display: block;
  margin-bottom: 8px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #ea7d02;
  text-transform: uppercase;
}
.policy-hero h1{
  margin: 0 0 16px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  color: #062665;
}
.policy-hero p{
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #535353;
}
.policy-content{
  display: grid;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.policy-index{
  position: sticky;
  top: 24px;
  display: grid;
  gap: 8px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}
.policy-index a{
  border-radius: 8px;
  padding: 10px 12px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #003a9f;
}
.policy-index a:hover{
  background: #ebf6ff;
}
.policy-card{
  grid-column: 2;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}
.policy-card + .policy-card{
  margin-top: 16px;
}
.policy-card h2{
  margin: 0 0 12px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #062665;
}
.policy-card p,
.policy-card li{
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #535353;
}
.policy-card p + p,
.policy-card p + ul{
  margin-top: 12px;
}
.policy-card ul{
  margin: 12px 0 0;
  padding-left: 18px;
  list-style: disc;
}
.policy-card strong{
  color: #0b0b0b;
}
.policy-payment-logos{
  margin-top: 18px;
}
.azul-payment-page{
  padding-top: 112px;
  background: #fafafa;
}
.admin-bar .azul-payment-page{
  padding-top: 144px;
}
.azul-payment-section{
  display: flex;
  min-height: 520px;
  align-items: center;
  background: #fafafa;
  padding: 120px 0;
}
.azul-payment-card{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  gap: 32px;
  width: 100%;
  max-width: 1038px;
  margin: 0 auto;
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.azul-payment-copy small{
  display: block;
  margin-bottom: 8px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #ea7d02;
}
.azul-payment-copy h1{
  margin: 0 0 12px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
  color: #062665;
}
@media (min-width: 768px){
  .azul-payment-copy h1{
    font-size: 72px;
    line-height: 96px;
  }
}
.azul-payment-copy p,
.azul-payment-action{
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #535353;
}
.azul-payment-logos{
  margin-top: 22px;
}
.azul-payment-logos .payment-security-section{
  padding: 0;
}
.azul-payment-action{
  align-self: stretch;
  border-left: 1px solid #e6e6e6;
  padding-left: 32px;
}
.azul-payment-action strong{
  display: block;
  margin-bottom: 14px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  color: #062665;
}
.azul-payment-action h4{
  margin-bottom: 32px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #727272;
}
.azul-payment-action > :first-child{
  margin-top: 0;
}
.azul-payment-action p + a,
.azul-payment-action p + button,
.azul-payment-action p + input[type="submit"]{
  margin-top: 12px;
}
.azul-payment-action a,
.azul-payment-action button,
.azul-payment-action input[type="submit"]{
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9999px;
  background: #003a9f;
  padding: 13px 26px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  cursor: pointer;
}
.azul-payment-action a:hover,
.azul-payment-action button:hover,
.azul-payment-action input[type="submit"]:hover{
  background: #062665;
}
.azul-response-page{
  padding-top: 112px;
  background: #fafafa;
}
.admin-bar .azul-response-page{
  padding-top: 144px;
}
.azul-response-side-effect{
  display: none;
}
.azul-response-section{
  padding: 72px 0 120px;
}
.azul-response-card{
  max-width: 792px;
  margin: 0 auto;
}
.azul-response-icon{
  display: inline-flex;
  width: 104px;
  height: 104px;
  align-items: center;
  justify-content: center;
  border: 3px solid #28a745;
  border-radius: 9999px;
  background: rgba(40, 167, 69, .1);
  color: #28a745;
}
.azul-response-icon i{
  font-size: 60px;
}
.azul-response-card-cancelled .azul-response-icon{
  background: #fff4f4;
  color: #9f1d1d;
}
.azul-response-copy{
  margin-top: 32px;
}
.azul-response-copy small{
  display: block;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ea7d02;
}
.azul-response-copy h1{
  margin: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 96px;
  letter-spacing: .02em;
  color: #062665;
}
.azul-response-copy p{
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #727272;
}
.azul-response-details{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 56px 0 0;
}
.azul-response-details div{
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 16px 24px;
}
.azul-response-details dt{
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #727272;
}
.azul-response-details dd{
  margin: 8px 0 0;
  overflow-wrap: anywhere;
  font-family: Barlow Condensed, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #062665;
}
.azul-response-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 56px;
}
@media (max-width: 900px){
  .policy-main{
    padding-top: 112px;
  }
  .admin-bar .policy-main{
    padding-top: 158px;
  }
  .policy-page{
    padding: 20px 0 40px;
  }
  .policy-title h1{
    font-size: 30px;
    line-height: 38px;
  }
  .policy-hero h1{
    font-size: 34px;
    line-height: 42px;
  }
  .policy-content{
    display: block;
  }
  .policy-index{
    position: static;
    margin-bottom: 16px;
  }
  .policy-card{
    grid-column: auto;
    padding: 20px;
  }
  .azul-payment-section{
    min-height: auto;
    padding: 120px 0;
  }
  .azul-payment-card{
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0;
  }
  .azul-payment-action{
    border-left: 0;
    border-top: 1px solid #e6e6e6;
    padding-top: 24px;
    padding-left: 0;
  }
  .azul-response-card{
    max-width: 100%;
  }
  .azul-response-copy h1{
    font-size: 56px;
    line-height: 72px;
  }
  .azul-response-details{
    grid-template-columns: 1fr;
  }
}
