@import url("https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap;");
.four-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  padding: 45px 20px;
  background: #FCF8F8;
}
.four-steps__title {
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
  color: #000000;
}
@media (max-width: 768px) {
  .four-steps__title {
    font-size: 20px;
  }
}
.four-steps__steps-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.four-steps__step-unit {
  max-width: 200px;
}
.four-steps__step-unit__order {
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
  color: #000000;
}
@media (max-width: 768px) {
  .four-steps__step-unit__order {
    font-size: 20px;
  }
}
.four-steps__step-unit .field {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  font-weight: 300;
  color: #666666;
}
@media (max-width: 768px) {
  .four-steps__step-unit .field {
    line-height: 120%;
  }
}
.four-steps__step-unit h4[class*=" field--name-field-step-title"] {
  font-weight: 700;
  color: #000000;
}
@media (max-width: 768px) {
  .four-steps {
    margin: 0 18px;
    padding: 25px 20px 40px;
  }
  .four-steps__title {
    max-width: 190px;
    text-align: center;
  }
  .four-steps__steps-wrapper {
    flex-direction: column;
    width: 100%;
  }
  .four-steps__step-unit {
    max-width: unset;
    border-bottom: 1px solid #D5D5D5;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 15px;
  }
  .four-steps__step-unit:first-child {
    border-top: 1px solid #D5D5D5;
  }
  .four-steps__step-unit__order {
    width: 30px;
    font-size: 16px;
    font-weight: 700;
  }
  .four-steps__step-unit .field {
    width: calc(100% - 30px);
    margin-left: auto;
  }
  .four-steps__step-unit h4[class*=" field--name-field-step-title"] {
    position: relative;
    padding: 0 30px 0 0;
  }
  .four-steps__step-unit h4[class*=" field--name-field-step-title"]:after {
    content: "";
    background: url(../../images/icons/dropdown-trigger-collapsed.png) no-repeat center center;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    transition: 0.3s;
    transform: rotate(0deg);
  }
  .four-steps__step-unit h4[class*=" field--name-field-step-title"][aria-expanded=true] {
    font-weight: 600;
  }
  .four-steps__step-unit h4[class*=" field--name-field-step-title"][aria-expanded=true]:after {
    background: url(../../images/icons/dropdown-trigger-expanded.png) no-repeat center center;
    transform: rotate(180deg);
  }
  .four-steps__step-unit div[class*=" field--name-field-step-description"] {
    max-height: 0;
    overflow: hidden;
    transition: padding-top 0.2s;
    padding-top: 0;
    line-height: 25px;
  }
  .four-steps__step-unit div[class*=" field--name-field-step-description"][aria-hidden=false] {
    max-height: 999px;
    padding-top: 10px;
    transition: padding-top 0.2s;
  }
}
.four-steps__steps-wrapper:not(.three-steps__step-wrapper) img {
  height: 27px;
  width: auto;
  margin: 3px 0 6px;
}
@media (max-width: 768px) {
  .four-steps__steps-wrapper:not(.three-steps__step-wrapper) img {
    height: 19.2px;
    max-width: 30px;
    margin: 0 5px 0 0;
  }
}
.four-steps__steps-wrapper:not(.three-steps__step-wrapper) div[class*=" field--name-field-step-marker-image"] {
  max-width: 30px;
}
@media (max-width: 768px) {
  .four-steps__steps-wrapper:not(.three-steps__step-wrapper) div[class*=" field--name-field-step-marker-image"] .field--type-image {
    max-width: 30px;
    margin: 0;
  }
}
.four-steps__steps-wrapper.three-steps__step-wrapper {
  column-gap: 30px;
}
@media (max-width: 768px) {
  .four-steps__steps-wrapper.three-steps__step-wrapper {
    row-gap: 30px;
    margin-top: 10px;
  }
}
.four-steps__steps-wrapper.three-steps__step-wrapper .three-steps__step-unit {
  max-width: 250px;
}
@media (max-width: 768px) {
  .four-steps__steps-wrapper.three-steps__step-wrapper .three-steps__step-unit {
    max-width: unset;
    border: 1px solid transparent;
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .four-steps__steps-wrapper.three-steps__step-wrapper h4[class*=" field--name-field-step-title"] {
    padding-right: 0;
    line-height: 24px;
  }
  .four-steps__steps-wrapper.three-steps__step-wrapper h4[class*=" field--name-field-step-title"]::after {
    display: none;
  }
}
.four-steps__steps-wrapper.three-steps__step-wrapper div[class*=" field--name-field-step-description"] {
  max-height: unset;
}
.four-steps__steps-wrapper.three-steps__step-wrapper img {
  margin-bottom: 20px;
  width: 30px;
  height: auto;
}
@media (max-width: 768px) {
  .four-steps__steps-wrapper.three-steps__step-wrapper img {
    margin-left: 15px;
  }
}
.four-steps__steps-wrapper.three-steps__step-wrapper div[class*=" field--name-field-step-marker-image"] {
  width: 30px;
  margin: 0 0 20px 0;
  height: auto;
  max-height: 30px;
}
@media (max-width: 768px) {
  .four-steps__steps-wrapper.three-steps__step-wrapper div[class*=" field--name-field-step-marker-image"] .field--type-image {
    width: 30px;
    margin: 0;
  }
}
/*# sourceMappingURL=four-steps.css.map */
