<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.am-landing.am-accordion-1 {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .am-landing.am-accordion-1 {
      padding-top: 80px;
      padding-bottom: 80px; } }

.am-landing.am-accordion-1 [data-accordion="link"] {
  color: var(--am-text-primary); }

.am-landing.am-accordion-1 .am-card-content {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff; }
  @media (min-width: 768px) {
    .am-landing.am-accordion-1 .am-card-content {
      margin-bottom: 80px; } }

.am-landing.am-accordion-1 .card {
  border-radius: unset;
  border: unset;
  background: unset;
  padding: unset; }
  .am-landing.am-accordion-1 .card .card-header {
    border-radius: unset;
    border-bottom: unset !important;
    background-color: #ffffff;
    padding: unset !important;
    position: relative; }
    .am-landing.am-accordion-1 .card .card-header [data-accordion="link"]::after {
      content: "\f107";
      font-family: 'FontAwesome';
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      color: var(--am-text-primary);
      font-weight: 600;
      font-size: 18px; }
    .am-landing.am-accordion-1 .card .card-header .btn-light {
      background: unset;
      border: unset; }
      .am-landing.am-accordion-1 .card .card-header .btn-light:active {
        outline: unset; }
      .am-landing.am-accordion-1 .card .card-header .btn-light:focus {
        box-shadow: unset; }
  .am-landing.am-accordion-1 .card .card-body {
    border-top: solid 1px #e8e8e8;
    background: #ffffff; }

.am-landing.am-accordion-1 [data-accordion="parent"] {
  margin-bottom: 10px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  background: #ffffff; }

.am-landing.am-accordion-1.am-text-light .am-card-content {
  color: var(--am-text-light); }

.am-landing.am-accordion-1.am-text-light [data-accordion="link"] &gt; * {
  color: var(--am-text-primary); }

.am-landing.am-accordion-1.am-text-dark .am-card-content {
  color: var(--am-text-dark); }

.am-landing.am-accordion-1.am-text-dark [data-accordion="link"] &gt; * {
  color: var(--am-text-dark); }

.am-landing.am-accordion-1 .am-bg-image + .container .am-card-content * {
  color: var(--am-text-light);
  text-shadow: 2px 1px 5px black; }
</pre></body></html>