@import url("https://use.typekit.net/epw5rih.css");
.sd-block-workflow {
  position: relative;
  display: grid;
  row-gap: 60px;
}
.sd-block-workflow .workflow-title {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
}
.sd-block-workflow .workflow-title .sd-block-title .sd-block-title-htag .title-text {
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.sd-block-workflow .workflow-title .sd-block-title .sd-block-title-htag .title-text:hover {
  color: #ff4600;
}
.sd-block-workflow .workflow-title svg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 10px;
  color: #ff4600;
  height: 15px;
  width: 15px;
}
.sd-block-workflow .workflow-inner {
  position: relative;
  display: flex;
  column-gap: 40px;
}
.sd-block-workflow .workflow-inner .workflow-content-container {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  height: fit-content;
}
.sd-block-workflow .workflow-inner .workflow-content-container .workflow-content {
  user-select: none;
}
.sd-block-workflow .workflow-inner.opened .workflow-title svg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.sd-block-workflow .icon-container {
  height: 50px;
}
.sd-block-workflow .icon-container:after {
  content: "";
  height: calc(100% - 20px);
  width: 2px;
  background-color: #ff4600;
  display: block;
  top: 65px;
  position: absolute;
  left: 23px;
}
.sd-block-workflow .icon-container svg {
  color: #ff4600;
  width: 50px;
  height: 50px;
}
.sd-block-workflow > div:last-of-type .icon-container::after {
  content: none;
}

@media screen and (max-width: 1600px) {
  .sd-block-workflow {
    row-gap: 50px;
  }
  .sd-block-workflow .workflow-title {
    height: 42px;
  }
  .sd-block-workflow .workflow-title svg {
    height: 12px;
    width: 12px;
  }
  .sd-block-workflow .workflow-inner {
    column-gap: 33px;
  }
  .sd-block-workflow .workflow-inner .workflow-content-container {
    row-gap: 12px;
  }
  .sd-block-workflow .icon-container {
    height: 42px;
  }
  .sd-block-workflow .icon-container svg {
    width: 42px;
    height: 42px;
  }
  .sd-block-workflow .icon-container:after {
    top: 54px;
    left: 19px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-block-workflow {
    row-gap: 44px;
  }
  .sd-block-workflow .workflow-title {
    height: 37px;
  }
  .sd-block-workflow .workflow-title svg {
    height: 11px;
    width: 11px;
  }
  .sd-block-workflow .workflow-inner {
    column-gap: 29px;
  }
  .sd-block-workflow .workflow-inner .workflow-content-container {
    row-gap: 11px;
  }
  .sd-block-workflow .icon-container {
    height: 37px;
  }
  .sd-block-workflow .icon-container svg {
    width: 37px;
    height: 37px;
  }
  .sd-block-workflow .icon-container:after {
    top: 47px;
    left: 17px;
  }
}
@media screen and (max-width: 767px) {
  .sd-block-workflow .workflow-title {
    align-items: flex-start;
    height: unset;
  }
  .sd-block-workflow .workflow-title svg {
    position: relative;
    bottom: -9px;
    min-height: 11px;
    min-width: 11px;
  }
}

/*# sourceMappingURL=style.css.map */
