body.spz-2014 .help-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 991.98px) {
  body.spz-2014 .help-section {
    padding-bottom: 62px;
  }
}
@media screen and (max-width: 767.98px) {
  body.spz-2014 .help-section {
    padding-bottom: 40px;
  }
}
body.spz-2014 .help-section .help-title {
  margin-bottom: 24px;
}
@media screen and (max-width: 767.98px) {
  body.spz-2014 .help-section .help-title {
    margin-bottom: 25px;
  }
}
body.spz-2014 .help-section .help-title .section-heading {
  color: #415364;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  body.spz-2014 .help-section .help-title .section-heading {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
body.spz-2014 .help-section .help-title .main-title {
  color: #0033a1;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  body.spz-2014 .help-section .help-title .main-title {
    font-size: 34px;
  }
}
body.spz-2014 .help-section .grid[class*="md:grid-cols-50-50"] {
  gap: 24px;
}
@media (max-width: 991.98px) {
  body.spz-2014 .help-section .grid[class*="md:grid-cols-50-50"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
body.spz-2014 .help-section .help-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 594px;
}
@media (max-width: 991.98px) {
  body.spz-2014 .help-section .help-content {
    max-width: 100%;
  }
}
body.spz-2014 .help-section .help-content .accordion .accordion-item {
  border-bottom: 1px solid #DAE1E9;
  padding: 24px 0 23.25px;
}
@media screen and (max-width: 991.98px) {
  body.spz-2014 .help-section .help-content .accordion .accordion-item {
    padding-bottom: 23.5px;
  }
}
body.spz-2014 .help-section .help-content .accordion .accordion-item .accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
body.spz-2014 .help-section .help-content .accordion .accordion-item .accordion-header span {
  color: #415364;
  font-size: 21px;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 767.98px) {
  body.spz-2014 .help-section .help-content .accordion .accordion-item .accordion-header span {
    font-size: 18px;
    line-height: 160%;
    padding-right: 50px;
  }
}
body.spz-2014 .help-section .help-content .accordion .accordion-item .accordion-header .toggle-button {
  background: url(//res.cloudinary.com/spiralyze/image/upload/v1740474377/sailpoint/3004/plus.svg) no-repeat center center;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  background-size: 32px 32px;
}
body.spz-2014 .help-section .help-content .accordion .accordion-item .accordion-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  visibility: hidden;
}
@media screen and (max-width: 991.98px) {
  body.spz-2014 .help-section .help-content .accordion .accordion-item .accordion-content {
    padding-bottom: 0;
  }
}
body.spz-2014 .help-section .help-content .accordion .accordion-item .accordion-content p {
  color: #415364;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 767.98px) {
  body.spz-2014 .help-section .help-content .accordion .accordion-item .accordion-content p {
    font-size: 14px;
    line-height: 160%;
  }
}
body.spz-2014 .help-section .help-content .accordion .accordion-item .accordion-content .image-container {
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  max-height: 474px;
  display: none;
  margin-top: 19px;
}
@media screen and (max-width: 991.98px) {
  body.spz-2014 .help-section .help-content .accordion .accordion-item .accordion-content .image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 18px;
  }
}
@media (max-width: 767.98px) {
  body.spz-2014 .help-section .help-content .accordion .accordion-item .accordion-content .image-container {
    margin-top: 17px;
  }
}
body.spz-2014 .help-section .help-content .accordion .accordion-item .accordion-content .image-container img {
  max-width: 100%;
  height: 100%;
  border-radius: 24px;
}
@media (max-width: 1199.98px) {
  body.spz-2014 .help-section .help-content .accordion .accordion-item .accordion-content .image-container img {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  body.spz-2014 .help-section .help-content .accordion .accordion-item .accordion-content .image-container img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 266px;
  }
}
body.spz-2014 .help-section .help-content .accordion .accordion-item.active .accordion-header .toggle-button {
  background-image: url(//res.cloudinary.com/spiralyze/image/upload/v1740474377/sailpoint/3004/minus.svg);
}
body.spz-2014 .help-section .help-content .accordion .accordion-item.active .accordion-content {
  padding: 9px 0 10.5px 0;
  height: auto;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991.98px) {
  body.spz-2014 .help-section .help-content .accordion .accordion-item.active .accordion-content {
    padding-bottom: 0;
  }
}
body.spz-2014 .help-section .help-content .demo-link {
  margin-top: 20px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  color: #0071ce;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.spz-2014 .help-section .help-content .demo-link img {
  margin-left: 8px;
}
body.spz-2014 .help-section .help-content .demo-link:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.spz-2014 .help-section .help-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 8px;
}
@media screen and (max-width: 991.98px) {
  body.spz-2014 .help-section .help-image {
    display: none;
  }
}
body.spz-2014 .help-section .help-image img {
  max-width: 100%;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1199.98px) and (max-width: 1331.98px) {
  body.spz-2014 .help-section .help-image img {
    height: auto;
  }
}
@media (max-width: 1199.98px) {
  body.spz-2014 .help-section .help-image img {
    height: auto;
  }
}
body.spz-2014 .help-section .help-image .image-container {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  border-radius: 24px;
  max-height: 474px;
  height: 0;
  pointer-events: none;
}
body.spz-2014 .help-section .help-image .image-container.active {
  height: 100%;
  -webkit-animation: showImage 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: showImage 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@media (max-width: 767.98px) {
  body.spz-2014 .help-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@-webkit-keyframes showImage {
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes showImage {
  100% {
    opacity: 1;
    visibility: visible;
  }
}
body.spz-2014 #atlas + section.row {
  background-color: #f2f5f7;
}