/* easing */
body.lower #breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.pin-wrap {
  position: relative;
}

.pin-target {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

#section--first {
  padding-top: 140px;
  padding-bottom: clamp(0px, 60vw, 300px);
  /*
  &:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 80%;
      background: linear-gradient(to bottom, rgba(243, 242, 248, 1), rgba(243, 242, 248, 0)),
                  linear-gradient(to bottom, rgba(243, 242, 248, 1), rgba(243, 242, 248, 0)),
                  linear-gradient(to bottom, rgba(243, 242, 248, 1), rgba(243, 242, 248, 0));
  }
  */
}
@media screen and (min-width: 768px) {
  #section--first {
    padding-top: 150px;
  }
}
@media screen and (min-width: 992px) {
  #section--first {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1200px) {
  #section--first {
    padding-top: 180px;
  }
}
#section--first [data-parallax] {
  filter: sepia(1) hue-rotate(210deg);
}
#section--first .sec-head {
  text-align: center;
}
#section--first .sec-head p span {
  display: inline;
}
@media screen and (min-width: 992px) {
  #section--first .sec-head p span {
    display: inline-block;
  }
}
#section--first .sec-body {
  text-align: center;
}
#section--first .sec-body > .inner {
  display: inline-block;
  width: auto;
  text-align: left;
}
#section--first .sec-body h4 b {
  display: inline-block;
  padding: 15px 30px;
  border-top: 3px double rgba(56, 47, 86, 0.2);
  border-bottom: 3px double rgba(56, 47, 86, 0.2);
}
#section--first .sec-body ul li {
  display: flex;
  padding: 2.5px 0;
}
#section--first .sec-body ul li i {
  margin-right: 0.5em;
}

@media screen and (min-width: 992px) {
  #section--why .sec-body .why-list ul {
    display: flex;
    margin: 0 -20px;
  }
}
@media screen and (min-width: 992px) {
  #section--why .sec-body .why-list ul li {
    margin: 0;
    width: 33.3333333333%;
    padding: 0 20px;
  }
}
#section--why .sec-body .why-list ul li:not(:first-child) {
  margin: 30px 0 0;
}
@media screen and (min-width: 992px) {
  #section--why .sec-body .why-list ul li:not(:first-child) {
    margin: 0;
  }
}
#section--why .sec-body .why-list ul li .in {
  text-align: center;
  padding: 40px 30px;
  background-color: rgba(125, 110, 176, 0.1);
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  #section--why .sec-body .why-list ul li .in {
    text-align: left;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #section--why .sec-body .why-list ul li .in {
    padding: 40px;
  }
}
#section--why .sec-body .why-list ul li .in .li-head h4 {
  text-align: center;
}
#section--why .sec-body .why-list ul li .in .li-body {
  margin: 20px 0 0;
}
#section--why .sec-body .why-list ul li .in .li-body .li-icon {
  width: 50%;
  max-width: 140px;
  margin: 20px auto 0;
}
#section--why .sec-body .why-list ul li .in .li-foot {
  margin: 15px 0 0;
}

#section--feature:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(56, 47, 86, 0.6);
}
#section--feature .sec-body .feature-list ul li:not(:first-child) {
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  #section--feature .sec-body .feature-list ul li:not(:first-child) {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 992px) {
  #section--feature .sec-body .feature-list ul li:not(:first-child) {
    margin: 50px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #section--feature .sec-body .feature-list ul li:not(:first-child) {
    margin: 60px 0 0;
  }
}
#section--feature .sec-body .feature-list ul li .in {
  padding: 30px 8vw 40px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media screen and (min-width: 768px) {
  #section--feature .sec-body .feature-list ul li .in {
    padding: 40px 8vw 50px;
  }
}
@media screen and (min-width: 992px) {
  #section--feature .sec-body .feature-list ul li .in {
    padding: 50px 8vw 60px;
  }
}
#section--feature .sec-body .feature-list ul li .in .li-head {
  position: relative;
  text-align: center;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
#section--feature .sec-body .feature-list ul li .in .li-head:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, 0);
}
#section--feature .sec-body .feature-list ul li .in .li-head .sub-title em {
  margin-right: 0.5em;
}
#section--feature .sec-body .feature-list ul li .in .li-head .sub-title strong {
  font-size: 2em;
}

#section--method .sec-body {
  text-align: center;
}
#section--method .sec-body img {
  max-width: 500px;
}

#section--model:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(56, 47, 86, 0.6);
}
#section--model .sec-body .model-list > ul > li:not(:first-child) {
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  #section--model .sec-body .model-list > ul > li:not(:first-child) {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 992px) {
  #section--model .sec-body .model-list > ul > li:not(:first-child) {
    margin: 50px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #section--model .sec-body .model-list > ul > li:not(:first-child) {
    margin: 60px 0 0;
  }
}
#section--model .sec-body .model-list > ul > li .in {
  padding: 40px 8vw;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media screen and (min-width: 768px) {
  #section--model .sec-body .model-list > ul > li .in {
    padding: 50px 8vw;
  }
}
@media screen and (min-width: 992px) {
  #section--model .sec-body .model-list > ul > li .in {
    padding: 60px 8vw;
  }
}
#section--model .sec-body .model-list > ul > li .in .li-head {
  position: relative;
  text-align: center;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
#section--model .sec-body .model-list > ul > li .in .li-head:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, 0);
}
#section--model .sec-foot {
  text-align: center;
  margin: 60px 0 0;
}
@media screen and (min-width: 768px) {
  #section--model .sec-foot {
    margin: 80px 0 0;
  }
}
@media screen and (min-width: 992px) {
  #section--model .sec-foot {
    margin: 100px 0 0;
  }
}
#section--model .sec-foot .btn {
  color: var(--color-primary-darken);
  background-color: var(--color-primary-lighten);
}
#section--model .sec-foot .btn:before {
  border-top: 1px solid var(--color-primary-darken);
  border-right: 1px solid var(--color-primary-darken);
}
#section--model .sec-foot .btn:hover {
  background-color: #a99fcb;
}

#section--sa {
  overflow: hidden;
  padding-bottom: 0;
  border-left: 15px solid var(--color-primary);
}
@media screen and (min-width: 992px) {
  #section--sa {
    border-left: 20px solid var(--color-primary);
  }
}
@media screen and (min-width: 992px) {
  #section--sa {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #section--sa {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 992px) {
  #section--sa > .inner {
    width: 50%;
    margin: 0;
    padding-right: 0;
  }
}
#section--sa .sec-head .wrap-title {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  #section--sa .sec-head .wrap-title {
    justify-content: flex-start;
  }
}
#section--sa .sec-head .wrap-title .title-initial {
  margin-right: 0.4em;
  line-height: 0.85;
}
#section--sa .sec-head .wrap-title .title-initial strong {
  font-size: 2em;
}
#section--sa .sec-head .wrap-title .title-name {
  text-align: left;
}
@media screen and (min-width: 992px) {
  #section--sa .sec-head .wrap-title .title-name h3 {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  #section--sa .sec-head .wrap-title .title-name h3 em {
    font-size: 1.2em;
  }
}
#section--sa .sec-body {
  position: relative;
  text-align: center;
  padding: 40px;
}
@media screen and (min-width: 992px) {
  #section--sa .sec-body {
    text-align: left;
    padding: 40px 0 40px 60px;
  }
}
@media screen and (min-width: 1200px) {
  #section--sa .sec-body {
    padding: 60px 0 60px 100px;
  }
}
#section--sa .sec-body:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px 0 0 30px;
}
@media screen and (min-width: 1200px) {
  #section--sa .sec-body:before {
    border-radius: 200px 0 0 200px;
  }
}
#section--sa .sec-body .btn {
  color: var(--color-primary-lighten);
  background-color: var(--color-primary);
}
@media screen and (min-width: 992px) {
  #section--sa .sec-body .btn {
    margin: 0;
  }
}
#section--sa .sec-body .btn:before {
  border-top: 1px solid var(--color-primary-lighten);
  border-right: 1px solid var(--color-primary-lighten);
}
#section--sa .sec-body .btn:hover {
  background-color: #6e5da7;
}
#section--sa .sec-body .btn img, #section--sa .sec-body .btn svg {
  width: 25px;
  margin-right: 5px;
}
#section--sa .sec-body .btn img path, #section--sa .sec-body .btn svg path {
  fill: var(--color-primary-lighten);
}
#section--sa img.mock {
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  #section--sa img.mock {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 45%;
    z-index: 1;
    width: auto;
    height: 100%;
  }
}
