@charset "UTF-8"; /*!
 * case-fg.scss
 * diffco-site-template
 *
 * Created by Diffco.us
 * Copyright © 2021 Diffco.us. All rights reserved.
 */ /*!
 * _descriptions.scss
 * diffco-site-template
 *
 * Created by Diffco.us
 * Copyright © 2019 Diffco.us. All rights reserved.
 */ /*!
 * _case.fg.scss
 * diffco-site-template
 *
 * Created by Diffco.us
 * Copyright © 2021 Diffco.us. All rights reserved.
 */
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 200;
  src:
    local(""),
    url(../fonts/inter-v3-latin-200.woff2)
      format("woff2"),
    url(../fonts/inter-v3-latin-200.woff)
      format("woff");
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  src:
    local(""),
    url(../fonts/inter-v3-latin-300.woff2)
      format("woff2"),
    url(../fonts/inter-v3-latin-300.woff)
      format("woff");
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src:
    local(""),
    url(../fonts/inter-v3-latin-regular.woff2)
      format("woff2"),
    url(../fonts/inter-v3-latin-regular.woff)
      format("woff");
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src:
    local(""),
    url(../fonts/inter-v3-latin-500.woff2)
      format("woff2"),
    url(../fonts/inter-v3-latin-500.woff)
      format("woff");
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src:
    local(""),
    url(../fonts/inter-v3-latin-600.woff2)
      format("woff2"),
    url(../fonts/inter-v3-latin-600.woff)
      format("woff");
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src:
    local(""),
    url(../fonts/inter-v3-latin-700.woff2)
      format("woff2"),
    url(../fonts/inter-v3-latin-700.woff)
      format("woff");
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  src:
    local(""),
    url(../fonts/inter-v3-latin-800.woff2)
      format("woff2"),
    url(../fonts/inter-v3-latin-800.woff)
      format("woff");
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 900;
  src:
    local(""),
    url(../fonts/inter-v3-latin-900.woff2)
      format("woff2"),
    url(../fonts/inter-v3-latin-900.woff)
      format("woff");
}
.caseFg {
  position: relative;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  overflow: hidden;
}
.caseFg * {
  font-family: Inter, sans-serif !important;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.caseFg .fadeOut {
  animation-name: fadeOut;
}
.caseFg .fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.caseFg .sectionWrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseFg .sectionWrap {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .caseFg .sectionWrap {
    padding: 0 15px;
  }
}
.caseFg .section1 {
  padding: 70px 0 0 0;
  height: 550px;
}
.caseFg .section1 .title {
  text-align: center;
  max-width: 404px;
  margin: 0 auto 38px auto;
}
@media (max-width: 767px) {
  .caseFg .section1 .title {
    margin-bottom: 20px;
  }
}
.caseFg .section1 .title img {
  margin-bottom: 32px;
}
.caseFg .section1 .title h1 {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.caseFg .section1 .content {
  text-align: center;
  position: relative;
}
@media (max-width: 1279px) {
  .caseFg .section1 .content {
    display: flex;
    justify-content: center;
    max-width: 768px;
    margin: 0 auto;
  }
}
.caseFg .section1 .content .img1 {
  max-width: 860px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .caseFg .section1 .content .img1 {
    display: none;
  }
}
.caseFg .section1 .content .img2 {
  max-width: 225px;
  position: absolute;
  bottom: -35px;
  right: 260px;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseFg .section1 .content .img2 {
    right: -20px;
  }
}
@media (max-width: 767px) {
  .caseFg .section1 .content .img2 {
    width: 260px;
    max-width: 260px;
    position: static;
  }
}
.caseFg .section2 {
  background: #fff;
  padding: 250px 0 80px 0;
}
@media (max-width: 767px) {
  .caseFg .section2 {
    padding: 140px 0 80px 0;
  }
}
.caseFg .section2 .sectionWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
}
@media (max-width: 1279px) {
  .caseFg .section2 .sectionWrap {
    flex-direction: column;
  }
}
.caseFg .section2 .left {
  max-width: 360px;
}
@media (max-width: 1279px) {
  .caseFg .section2 .left {
    max-width: 611px;
    margin-bottom: 52px;
    text-align: center;
  }
}
.caseFg .section2 .left h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #220f39;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .caseFg .section2 .left h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.caseFg .section2 .left p {
  font-size: 14px;
  line-height: 22px;
  color: #220f39;
}
.caseFg .section2 .left p a {
  font-weight: 600;
  color: #5e308c;
  text-decoration: underline;
}
.caseFg .section2 .right {
  position: relative;
}
@media (max-width: 767px) {
  .caseFg .section2 .right img {
    max-width: 290px;
  }
}
.caseFg .section2 .right img.arrow {
  position: absolute;
  left: -10px;
  top: 104px;
}
@media (max-width: 1279px) {
  .caseFg .section2 .right img.arrow {
    display: none;
  }
}
.caseFg .section3 {
  background: #f7f3fa;
  padding: 67px 0 0 0;
}
.caseFg .section3 .sectionWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.caseFg .section3 .sectionWrap .top {
  max-width: 640px;
}
.caseFg .section3 .sectionWrap .top h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #220f39;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .caseFg .section3 .sectionWrap .top h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.caseFg .section3 .sectionWrap .top p {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #220f39;
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .caseFg .section3 .sectionWrap .top p {
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseFg .section3 .sectionWrap .bottom {
    margin: 0 -200px;
  }
}
@media (max-width: 767px) {
  .caseFg .section3 .sectionWrap .bottom {
    margin: 0 -100px;
  }
}
.caseFg .section3 .sectionWrap .bottom img {
  max-width: 100%;
}
.caseFg .section4 {
  background: #f7f3fa;
  padding: 140px 0 100px 0;
}
@media (max-width: 767px) {
  .caseFg .section4 {
    padding: 70px 0 0 0;
  }
}
@media (max-width: 767px) {
  .caseFg .section4 {
    padding: 32px 0 0 0;
  }
}
.caseFg .section4 .sectionWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1150px;
  padding: 0 30px 70px 30px;
  background-image: linear-gradient(
    to right,
    #c7bfd7 33%,
    rgba(255, 255, 255, 0) 0
  );
  background-position: bottom;
  background-size: 16px 1px;
  background-repeat: repeat-x;
}
@media (max-width: 1279px) {
  .caseFg .section4 .sectionWrap {
    flex-direction: column;
    max-width: 738px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseFg .section4 .sectionWrap {
    padding: 0 0 45px 0;
  }
}
@media (max-width: 767px) {
  .caseFg .section4 .sectionWrap {
    padding: 0 0 40px 0;
  }
}
.caseFg .section4 .left {
  max-width: 390px;
}
@media (max-width: 1279px) {
  .caseFg .section4 .left {
    max-width: 640px;
    margin-bottom: 52px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .caseFg .section4 .left {
    margin-bottom: 24px;
  }
}
.caseFg .section4 .left h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #220f39;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .caseFg .section4 .left h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.caseFg .section4 .left p {
  font-size: 14px;
  line-height: 22px;
  color: #220f39;
}
.caseFg .section4 .right {
  max-width: 600px;
  position: relative;
  margin-right: 70px;
}
@media (max-width: 1279px) {
  .caseFg .section4 .right {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .caseFg .section4 .right {
    max-width: 375px;
  }
}
@media (max-width: 767px) {
  .caseFg .section4 .right .img1 {
    max-width: 375px;
  }
}
.caseFg .section4 .right .img2 {
  position: absolute;
  top: 20px;
  left: 43px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseFg .section4 .right .img2 {
    left: -60px;
  }
}
@media (max-width: 767px) {
  .caseFg .section4 .right .img2 {
    max-width: 100px;
    left: 20px;
    top: 20px;
  }
}
.caseFg .section4 .right .img3 {
  position: absolute;
  top: 52px;
  right: -105px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseFg .section4 .right .img3 {
    right: -20px;
  }
}
@media (max-width: 767px) {
  .caseFg .section4 .right .img3 {
    max-width: 100px;
    right: 40px;
    top: 22px;
  }
}
.caseFg .section5 {
  background: #f7f3fa;
  padding: 0;
}
@media (max-width: 767px) {
  .caseFg .section5 {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 767px) {
  .caseFg .section5 {
    padding: 48px 0 0 0;
  }
}
.caseFg .section5 .sectionWrap {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  background-image: linear-gradient(
    to right,
    #c7bfd7 33%,
    rgba(255, 255, 255, 0) 0
  );
  background-position: bottom;
  background-size: 16px 1px;
  background-repeat: repeat-x;
  padding: 0 150px 100px 150px;
}
@media (max-width: 1279px) {
  .caseFg .section5 .sectionWrap {
    max-width: 738px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseFg .section5 .sectionWrap {
    padding: 0 0 80px 0;
  }
}
@media (max-width: 767px) {
  .caseFg .section5 .sectionWrap {
    align-items: center;
    flex-direction: column;
    padding: 0 0 48px 0;
  }
}
.caseFg .section5 .left,
.caseFg .section5 .right {
  max-width: 360px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseFg .section5 .left,
  .caseFg .section5 .right {
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .caseFg .section5 .left,
  .caseFg .section5 .right {
    max-width: 290px;
  }
}
.caseFg .section5 .left img,
.caseFg .section5 .right img {
  margin-bottom: 32px;
  max-width: 100%;
}
.caseFg .section5 .left h2,
.caseFg .section5 .right h2 {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #220f39;
  margin-bottom: 16px;
}
.caseFg .section5 .left p,
.caseFg .section5 .right p {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #220f39;
}
@media (max-width: 767px) {
  .caseFg .section5 .right {
    margin-top: 32px;
  }
}
.caseFg .section6,
.caseFg .section7 {
  background: #f7f3fa;
  padding: 100px 0 80px 0;
}
@media (max-width: 767px) {
  .caseFg .section6,
  .caseFg .section7 {
    padding: 80px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .caseFg .section6,
  .caseFg .section7 {
    padding: 48px 0 48px 0;
  }
}
.caseFg .section6 .sectionWrap,
.caseFg .section7 .sectionWrap {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
}
@media (max-width: 1279px) {
  .caseFg .section6 .sectionWrap,
  .caseFg .section7 .sectionWrap {
    flex-direction: column;
    max-width: 738px;
    align-items: center;
  }
}
.caseFg .section6 .left,
.caseFg .section7 .left {
  max-width: 400px;
}
@media (max-width: 1279px) {
  .caseFg .section6 .left,
  .caseFg .section7 .left {
    max-width: 640px;
    margin-bottom: 52px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .caseFg .section6 .left,
  .caseFg .section7 .left {
    margin-bottom: 24px;
  }
}
.caseFg .section6 .left h2,
.caseFg .section7 .left h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #220f39;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .caseFg .section6 .left h2,
  .caseFg .section7 .left h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.caseFg .section6 .left p,
.caseFg .section7 .left p {
  font-size: 14px;
  line-height: 22px;
  color: #220f39;
}
.caseFg .section6 .right,
.caseFg .section7 .right {
  max-width: 525px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .caseFg .section6 .right img,
  .caseFg .section7 .right img {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .caseFg .section6 .left {
    padding-top: 20px;
  }
}
.caseFg .section7 {
  background: #f7f3fa;
  padding: 0 0 80px 0;
}
@media (max-width: 767px) {
  .caseFg .section7 {
    padding: 40px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .caseFg .section7 {
    padding: 24px 0 48px 0;
  }
}
.caseFg .section7 .sectionWrap {
  align-items: center;
}
.caseFg .section8 {
  background: #fff;
  padding: 100px 0 0 0;
}
@media (max-width: 767px) {
  .caseFg .section8 {
    padding: 80px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .caseFg .section8 {
    padding: 64px 0 64px 0;
  }
}
.caseFg .section8 .sectionWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(
    to right,
    #c7bfd7 33%,
    rgba(255, 255, 255, 0) 0
  );
  background-position: bottom;
  background-size: 16px 1px;
  background-repeat: repeat-x;
  padding: 0 19px 100px 19px;
}
.caseFg .section8 .top {
  max-width: 585px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .caseFg .section8 .top {
    margin-bottom: 40px;
  }
}
.caseFg .section8 .top h2 {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  color: #220f39;
  font-weight: 600;
}
.caseFg .section8 .top h2 span {
  color: #5e308c;
}
@media (max-width: 767px) {
  .caseFg .section8 .top h2 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }
}
.caseFg .section8 .top h2 a {
  color: #5e308c;
}
.caseFg .section8 .top p {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #220f39;
}
.caseFg .section8 .top p a {
  font-weight: 600;
  color: #5e308c;
  text-decoration: underline;
}
.caseFg .section8 .bottom {
  width: 100%;
  max-width: 812px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseFg .section8 .bottom {
    max-width: 632px;
  }
}
.caseFg .section8 .bottom .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .caseFg .section8 .bottom .items {
    justify-content: center;
  }
}
.caseFg .section8 .bottom .items .item {
  background: #f7f3fa;
  border-radius: 4px;
  margin: 8px;
  max-width: 390px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseFg .section8 .bottom .items .item {
    max-width: 300px;
  }
}
.caseFg .section9 {
  background: #fff;
  padding: 100px 0 0 0;
}
@media (max-width: 767px) {
  .caseFg .section9 {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 767px) {
  .caseFg .section9 {
    padding: 64px 0 0 0;
  }
}
.caseFg .section9 .sectionWrap {
  max-width: 1190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(
    to right,
    #c7bfd7 33%,
    rgba(255, 255, 255, 0) 0
  );
  background-position: bottom;
  background-size: 16px 1px;
  background-repeat: repeat-x;
  padding: 0 19px 100px 19px;
}
@media (max-width: 767px) {
  .caseFg .section9 .sectionWrap {
    padding: 0 0 80px 0;
  }
}
@media (max-width: 767px) {
  .caseFg .section9 .sectionWrap {
    padding: 0 0 64px 0;
  }
}
.caseFg .section9 .top {
  max-width: 632px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .caseFg .section9 .top {
    margin-bottom: 40px;
  }
}
.caseFg .section9 .top h2 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  color: #220f39;
  font-weight: 600;
}
.caseFg .section9 .top h2 span {
  color: #5e308c;
}
@media (max-width: 767px) {
  .caseFg .section9 .top h2 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }
}
.caseFg .section9 .top h2 a {
  color: #5e308c;
}
.caseFg .section9 .top p {
  max-width: 582px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #220f39;
}
.caseFg .section9 .top p a {
  font-weight: 600;
  color: #5e308c;
  text-decoration: underline;
}
.caseFg .section9 .bottom {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseFg .section9 .bottom {
    max-width: 656px;
  }
}
.caseFg .section9 .bottom .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .caseFg .section9 .bottom .items {
    justify-content: center;
  }
}
.caseFg .section9 .bottom .items .item {
  background: #f7f3fa;
  border-radius: 4px;
  margin: 8px;
  max-width: 368px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseFg .section9 .bottom .items .item {
    max-width: 312px;
    justify-content: flex-start;
    padding-left: 30px;
  }
  .caseFg .section9 .bottom .items .item img {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .caseFg .section9 .bottom .items .item {
    max-width: 290px;
    padding-left: 5px;
    justify-content: flex-start;
  }
  .caseFg .section9 .bottom .items .item img {
    transform: scale(0.95);
  }
}
.caseFg .section10 {
  background: #fff;
  padding: 100px 0 0 0;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseFg .section10 {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 767px) {
  .caseFg .section10 {
    padding: 64px 0 0 0;
  }
}
.caseFg .section10 .sectionWrap {
  max-width: 1190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(
    to right,
    #c7bfd7 33%,
    rgba(255, 255, 255, 0) 0
  );
  background-position: bottom;
  background-size: 16px 1px;
  background-repeat: repeat-x;
  padding: 0 19px 100px 19px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseFg .section10 .sectionWrap {
    padding: 0 30px 40px 30px;
  }
}
@media (max-width: 767px) {
  .caseFg .section10 .sectionWrap {
    padding: 0 15px 40px 15px;
  }
}
.caseFg .section10 h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #220f39;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .caseFg .section10 h2 {
    text-align: center;
    font-size: 26px;
    line-height: 36px;
  }
}
.caseFg .section10 p {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #220f39;
  max-width: 585px;
  margin: 0 auto 38px 0;
}
@media (max-width: 767px) {
  .caseFg .section10 p {
    margin-bottom: 30px;
  }
}
.caseFg .section10 .bottom .desktop {
  position: relative;
  max-width: 910px;
}
@media (max-width: 767px) {
  .caseFg .section10 .bottom .desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseFg .section10 .bottom .desktop .img1 {
    max-width: 768px;
  }
}
.caseFg .section10 .bottom .desktop .img2 {
  position: absolute;
  top: 60px;
  left: 80px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseFg .section10 .bottom .desktop .img2 {
    left: 20px;
  }
}
.caseFg .section10 .bottom .desktop .img3 {
  position: absolute;
  top: 70px;
  right: 145px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseFg .section10 .bottom .desktop .img3 {
    right: 115px;
  }
}
@media (min-width: 768px) {
  .caseFg .section10 .bottom .mobile {
    display: none;
  }
}
.caseFg .section11 {
  background: #fff;
  padding: 100px 0 100px 0;
}
@media (max-width: 767px) {
  .caseFg .section11 {
    padding: 80px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .caseFg .section11 {
    padding: 64px 0 50px 0;
  }
}
.caseFg .section11 .sectionWrap {
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.caseFg .section11 h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #220f39;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .caseFg .section11 h2 {
    text-align: center;
    font-size: 26px;
    line-height: 36px;
  }
}
.caseFg .section11 p {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #220f39;
  max-width: 585px;
  margin: 0 auto 72px 0;
}
@media (max-width: 767px) {
  .caseFg .section11 p {
    margin-bottom: 40px;
  }
}
.caseFg .section11 .bottom .labels {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .caseFg .section11 .bottom .labels {
    display: none;
  }
}
.caseFg .section11 .bottom .labels .label {
  background: #f7f3fa;
  border-radius: 40px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #220f39;
}
@media (max-width: 767px) {
  .caseFg .section11 .bottom img {
    max-width: 500px;
  }
}
.caseFg .section12 {
  background: #fff;
  padding: 0 0 88px 0;
}
@media (max-width: 767px) {
  .caseFg .section12 {
    padding: 0 0 80px 0;
  }
}
@media (max-width: 767px) {
  .caseFg .section12 {
    padding: 67px 0 67px 0;
  }
}
.caseFg .section12 .sectionWrap {
  max-width: 828px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.caseFg .section12 .top {
  max-width: 582px;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .caseFg .section12 .top {
    margin-bottom: 40px;
  }
}
.caseFg .section12 .top h2 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  color: #220f39;
  font-weight: 600;
}
@media (max-width: 767px) {
  .caseFg .section12 .top h2 {
    text-align: center;
    font-size: 26px;
    line-height: 36px;
  }
}
.caseFg .section12 .top h2 a {
  font-weight: 600;
  color: #5e308c;
  text-decoration: none;
}
.caseFg .section12 .top p {
  max-width: 582px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #220f39;
}
.caseFg .section12 .bottom {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseFg .section12 .bottom {
    max-width: 768px;
  }
}
.caseFg .section12 .bottom .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.caseFg .section12 .bottom .items .item {
  background: #f7f3fa;
  border-radius: 4px;
  margin: 8px;
  max-width: 260px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseFg .section12 .bottom .items .item {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .caseFg .section12 .bottom .items .item {
    max-width: 100%;
  }
}
.caseFg .section13 {
  background: #f7f3fa;
  padding: 70px 0 100px 0;
}
@media (max-width: 767px) {
  .caseFg .section13 {
    padding: 70px 0 0 0;
  }
}
@media (max-width: 767px) {
  .caseFg .section13 {
    padding: 32px 0 0 0;
  }
}
.caseFg .section13 .sectionWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding: 0 30px 100px 30px;
}
@media (max-width: 1279px) {
  .caseFg .section13 .sectionWrap {
    flex-direction: column;
    max-width: 738px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseFg .section13 .sectionWrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .caseFg .section13 .sectionWrap {
    padding: 0 30px 40px 30px;
  }
}
.caseFg .section13 .left {
  max-width: 345px;
}
@media (max-width: 1279px) {
  .caseFg .section13 .left {
    max-width: 640px;
    margin-bottom: 52px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .caseFg .section13 .left {
    margin-bottom: 24px;
  }
}
.caseFg .section13 .left h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #220f39;
  margin-bottom: 32px;
  max-width: 320px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseFg .section13 .left h2 {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .caseFg .section13 .left h2 {
    font-size: 32px;
    line-height: 40px;
    max-width: 100%;
    text-align: center;
  }
}
.caseFg .section13 .left p {
  font-size: 14px;
  line-height: 22px;
  color: #220f39;
  margin-bottom: 32px;
}
.caseFg .section13 .left a.button {
  padding: 16px 25px 16px 24px;
  background: #5e308c;
  border-radius: 4px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseFg .section13 .left a.button {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .caseFg .section13 .left a.button {
    white-space: normal;
    text-align: left;
    margin-bottom: 24px;
  }
}
.caseFg .section13 .left a.button img {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .caseFg .section13 .left a.button img {
    margin-left: 10px;
  }
}
.caseFg .section13 .right {
  max-width: 670px;
  position: relative;
}
@media (max-width: 1279px) {
  .caseFg .section13 .right {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .caseFg .section13 .right {
    max-width: 375px;
  }
}
@media (max-width: 767px) {
  .caseFg .section13 .right .desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .caseFg .section13 .right .mobile {
    display: none;
  }
}
.caseFg .section14 {
  padding: 87px 80px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .caseFg .section14 {
    padding: 40px 16px;
  }
}
.caseFg .section14 .sectionWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 770px;
}
.caseFg .section14 .sectionWrap .review h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #220f39;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .caseFg .section14 .sectionWrap .review h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.caseFg .section14 .sectionWrap .review p {
  font-size: 16px;
  line-height: 26px;
  color: #220f39;
  margin-bottom: 24px;
}
.caseFg .section14 .sectionWrap .user {
  align-self: flex-start;
  display: flex;
  align-items: center;
}
.caseFg .section14 .sectionWrap .user .avatar {
  width: 40px;
  height: 40px;
  margin: 0 16px 2px 0;
  border-radius: 50%;
  background: #4f3333
    url(../images/casefg/reviewer-art-danielov.png)
    no-repeat 0 0 / contain;
}
.caseFg .section14 .sectionWrap .user .info {
  padding: 0;
}
.caseFg .section14 .sectionWrap .user .info p:first-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #220f39;
}
.caseFg .section14 .sectionWrap .user .info p:last-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #220f39;
}
.webp .caseFg .section1 {
  background:
    url(../images/casefg/s1-bg-1.webp)
      no-repeat center -55px,
    linear-gradient(180deg, #53157b 0, #69328d 100%);
  background-size: cover;
}
.webp .caseFg .section13 {
  background: url(../images/casefg/s13-bg-1.webp)
    no-repeat center 0 / cover;
}
.no-webp .caseFg .section1 {
  background:
    url(../images/casefg/s1-bg-1.png)
      no-repeat center -55px,
    linear-gradient(180deg, #53157b 0, #69328d 100%);
  background-size: cover;
}
.no-webp .caseFg .section13 {
  background: url(../images/casefg/s13-bg-1.png)
    no-repeat center 0 / cover;
}
