.am-testimonial-1 {
  padding-top: 40px;
  padding-bottom: 40px;
  color: var(--am-text-dark); }
  @media (min-width: 768px) {
    .am-testimonial-1 {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .am-testimonial-1 .fa {
    font-family: 'FontAwesome' !important; }
  .am-testimonial-1 .am-testimonial-content {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .am-testimonial-1 .am-testimonial-content {
        margin-bottom: 70px; } }
  .am-testimonial-1 .am-testimonial-card:not(.slick-initialized) {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap; }
  .am-testimonial-1 .am-testimonial-card-chip {
    padding: 80px 20px;
    position: relative; }
    @media (min-width: 768px) {
      .am-testimonial-1 .am-testimonial-card-chip {
        padding: 80px 20px; } }
    .am-testimonial-1 .am-testimonial-card-chip .am-testimonial-card-chip-content {
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 30px;
      border-radius: var(--am-card-radius);
      background-color: var(--am-background-4);
      position: relative;
      color: var(--am-text-help);
      padding-top: 90px; }
      @media (min-width: 992px) {
        .am-testimonial-1 .am-testimonial-card-chip .am-testimonial-card-chip-content {
          padding-left: 30px;
          padding-right: 30px;
          padding-bottom: 30px; } }
      .am-testimonial-1 .am-testimonial-card-chip .am-testimonial-card-chip-content em {
        color: var(--am-text-dark); }
    .am-testimonial-1 .am-testimonial-card-chip .am-testimonial-profile {
      width: 120px;
      height: 120px;
      top: 0;
      left: 10px;
      position: absolute;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%); }
      @media (min-width: 992px) {
        .am-testimonial-1 .am-testimonial-card-chip .am-testimonial-profile {
          left: 30px; } }
      .am-testimonial-1 .am-testimonial-card-chip .am-testimonial-profile img {
        width: 120px;
        height: 120px;
        max-width: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 50%;
        border: 5px solid #ffffff;
        box-shadow: 0 4px 28px 0 rgba(37, 39, 46, 0.25); }
  .am-testimonial-1 .slick-slide {
    height: auto; }
  @media (max-width: 1024px) {
    .am-testimonial-1 .slick-next:before {
      right: 0px !important;
      transform: translateX(-50%) !important; }
    .am-testimonial-1 .slick-prev:before {
      left: 0px !important;
      transform: translateX(50%) !important; } }
  .am-testimonial-1 .slick-arrow {
    z-index: 1; }
    .am-testimonial-1 .slick-arrow.slick-prev:before {
      font-family: FontAwesome !important;
      content: '\f104';
      display: block;
      position: absolute;
      width: 50px;
      padding-top: 10px;
      padding-bottom: 10px;
      left: -25px;
      border-radius: var(--am-round-icon);
      background: var(--am-secondary);
      opacity: unset;
      font-size: 30px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transition: 0.2s ease-in; }
    @media (min-width: 1024px) {
      .am-testimonial-1 .slick-arrow.slick-prev:hover:before {
        transition: 0.2s ease-in;
        width: 60px;
        padding-top: 14px;
        padding-bottom: 14px; } }
    .am-testimonial-1 .slick-arrow.slick-next:before {
      font-family: FontAwesome !important;
      content: '\f105';
      display: block;
      position: absolute;
      width: 50px;
      padding-top: 10px;
      padding-bottom: 10px;
      left: unset;
      right: -25px;
      border-radius: var(--am-round-icon);
      background: var(--am-primary);
      opacity: unset;
      font-size: 30px;
      transition: 0.2s ease-in;
      transform: translateY(-50%); }
    @media (min-width: 1024px) {
      .am-testimonial-1 .slick-arrow.slick-next:hover:before {
        transition: 0.2s ease-in;
        width: 60px;
        padding-top: 14px;
        padding-bottom: 14px; } }
  .am-testimonial-1.am-text-light .am-testimonial-content {
    color: var(--am-text-light); }
  .am-testimonial-1.am-text-light .am-testimonial-card-chip-content {
    background-color: #ffffff; }
    .am-testimonial-1.am-text-light .am-testimonial-card-chip-content em {
      color: var(--am-text-dark); }
    .am-testimonial-1.am-text-light .am-testimonial-card-chip-content .fa-star {
      color: #fec10e; }
  .am-testimonial-1.am-text-light .slick-arrow:before {
    color: var(--am-text-light); }
  .am-testimonial-1.am-text-dark .am-testimonial-card-chip-content {
    color: var(--am-text-dark); }
  .am-testimonial-1.am-text-dark .am-testimonial-card-chip-content {
    background-color: #ffffff; }
    .am-testimonial-1.am-text-dark .am-testimonial-card-chip-content em {
      color: var(--am-text-dark); }
    .am-testimonial-1.am-text-dark .am-testimonial-card-chip-content .fa-star {
      color: #fec10e; }
    .am-testimonial-1.am-text-dark .am-testimonial-card-chip-content .slick-arrow:before {
      color: var(--am-text-dark); }
  .am-testimonial-1 .am-bg-image + .container .am-testimonial-content {
    color: var(--am-text-light);
    text-shadow: 2px 1px 5px black; }
  .am-testimonial-1 .am-bg-image + .container .slick-arrow:before {
    color: var(--am-text-light); }
