/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.section-steps .container > h2 {
  margin-bottom: 60px; }

@media (min-width: 1200px) {
  .section-steps .steps {
    display: flex;
    flex-wrap: wrap;
    gap: 50px; } }

.section-steps .steps .step {
  flex: 1 1;
  position: relative;
  text-align: center;
  min-width: 0; }
  .section-steps .steps .step .arrow-right {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: var(--dark-sand);
    color: var(--white);
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      .section-steps .steps .step .arrow-right {
        display: flex; } }
    @media (min-width: 1200px) {
      .section-steps .steps .step .arrow-right {
        right: -50px; } }
  .section-steps .steps .step:last-child .arrow-right {
    display: none; }
  .section-steps .steps .step .step-number {
    font-size: 25px;
    color: var(--dark-blue);
    margin-bottom: 30px;
    font-weight: 700; }
  .section-steps .steps .step .step-circle {
    max-width: 180px;
    width: 100%;
    margin: 0 auto 20px auto; }
    .section-steps .steps .step .step-circle .step-image {
      position: relative;
      padding-top: 100%;
      border-radius: 100%;
      background-color: var(--background-color); }
      .section-steps .steps .step .step-circle .step-image .icon {
        color: var(--light-blue);
        font-size: 70px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .section-steps .steps .step .step-text {
    -webkit-hyphens: auto;
            hyphens: auto;
    word-break: break-word; }

.section-steps .steps-controls {
  margin-top: 30px;
  display: flex;
  gap: 20px; }
  .section-steps .steps-controls .btn {
    flex: 1 1; }
    .section-steps .steps-controls .btn[aria-disabled="true"] {
      display: none; }

/*# sourceMappingURL=application-steps.css.map */
