.customer-styles {
  /* START article: cta-bar */
  /* END article: cta-bar */
}

.customer-styles .template_cta-bar {
  box-sizing: content-box;
  position: relative;
  background-color: #fff;
}

.customer-styles .template_cta-bar.background-color .link-container {
  border: 1px solid #fff;
}

.customer-styles .template_cta-bar .links-container {
  box-sizing: border-box;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  row-gap: 10px;
  max-width: 1280px;
  padding: 16px 25px;
}

@media (min-width: 768px) {
  .customer-styles .template_cta-bar .links-container {
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .customer-styles .template_cta-bar .links-container {
    max-width: 550px;
  }
}

.customer-styles .template_cta-bar .link-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 148px;
  color: #fff;
  background-color: var(--theme-primary);
  border: 1px solid var(--theme-primary);
}

.customer-styles .template_cta-bar .list-item {
  align-items: center;
  display: flex;
  pointer-events: all;
  position: relative;
}

@media (min-width: 768px) and (max-width: 992px) {
  .customer-styles .template_cta-bar .list-item {
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
  }
}

@media (min-width: 1200px) {
  .customer-styles .template_cta-bar .list-item {
    justify-content: center;
  }
}

.customer-styles .template_cta-bar .link-appearance-arrow {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  position: relative;
  width: 100%;
  height: 100%;
}

.customer-styles .template_cta-bar .link-appearance-arrow::before {
  width: 27px;
  height: 27px;
  bottom: -1px;
  right: -1px;
}

.customer-styles .template_cta-bar .link-appearance-arrow::after {
  bottom: 5px;
  right: 5px;
}

.customer-styles .template_cta-bar .link-appearance-arrow .typo-text {
  padding: 0 10px 14px;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 20px;
  font-weight: 600;
}

.customer-styles .template_cta-bar .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-color: currentColor;
  flex-shrink: 0;
  height: 50px;
  width: 50px;
  margin: 0 auto;
}
