/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/customer-content/customer-content.scss ***!
  \*******************************************************************************************************************************************************************************************************************************/
.page-not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: calc(100vh - 70px); }
  .page-not-found_text {
    margin: 35px 0;
    max-width: 480px;
    opacity: 0.8; }
  .page-not-found_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    padding: 0 18px; }
    .page-not-found_btn img {
      margin-right: 12px; }

.single-customer-main {
  padding: 120px 0; }
  @media screen and (max-width: 991px) {
    .single-customer-main {
      padding: 60px 0; } }

.single-customer-content {
  width: 100%;
  max-width: 912px;
  margin: 0 auto; }

.scc__title {
  margin: 0 0 36px; }

.scc__subtitle {
  width: 100%;
  display: block;
  max-width: 561px;
  opacity: 0.8;
  margin-bottom: 72px; }
  @media screen and (max-width: 480px) {
    .scc__subtitle {
      margin-bottom: 40px; } }

.scc__meta {
  margin-bottom: 72px;
  padding-top: 24px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15); }
  @media screen and (max-width: 480px) {
    .scc__meta {
      margin-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .scc__meta {
      flex-wrap: wrap;
      row-gap: 36px; } }

.scc__meta-item {
  padding: 0 36px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media screen and (max-width: 767px) {
    .scc__meta-item {
      width: 50%;
      padding: 0; } }
  .scc__meta-item::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 24px;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-50%);
    left: 100%; }
    @media screen and (max-width: 767px) {
      .scc__meta-item::before {
        display: none; } }
  .scc__meta-item:first-of-type {
    padding-left: 0; }
  .scc__meta-item:last-of-type {
    padding-right: 0; }
    .scc__meta-item:last-of-type::before {
      display: none; }

.scc__meta-item-label {
  text-transform: uppercase;
  opacity: 0.5;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 1px; }

.scc__meta-item-text {
  color: #fff; }

.scc__featured-image {
  border-radius: 9px;
  margin-bottom: 24px;
  width: 100%;
  height: auto; }

.scc__problem-solution-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.scc__problem-solution-column {
  width: calc(50% - 12px);
  border-radius: 9px;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.1); }
  @media screen and (max-width: 991px) {
    .scc__problem-solution-column {
      padding: 24px;
      width: 100%; } }
  .scc__problem-solution-column:first-of-type {
    background-image: linear-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.07));
    box-shadow: 0 4px 24px rgba(23, 23, 23, 0.1); }
    @media screen and (max-width: 991px) {
      .scc__problem-solution-column:first-of-type {
        margin-bottom: 24px; } }
  .scc__problem-solution-column:last-of-type {
    background-color: #6e1ef0; }

.scc__problem-solution-title {
  margin-bottom: 18px; }

.scc__problem-solution-text {
  opacity: 0.8; }

.scc__entry-content {
  padding-top: 120px;
  width: 100%;
  max-width: 678px;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .scc__entry-content {
      padding-top: 60px; } }
  .scc__entry-content p {
    font-family: 'NT Somic';
    font-size: 16px;
    line-height: 140%;
    opacity: 0.8;
    margin-bottom: 36px; }
    @media screen and (max-width: 767px) {
      .scc__entry-content p {
        font-size: 15px; } }
  .scc__entry-content h2 {
    font-family: 'NT Somic';
    font-size: 23px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 36px; }
    @media screen and (max-width: 991px) {
      .scc__entry-content h2 {
        font-size: 21px; } }
    @media screen and (max-width: 767px) {
      .scc__entry-content h2 {
        font-size: 18px; } }
  .scc__entry-content ul {
    padding: 0;
    margin: 0 0 36px; }
    .scc__entry-content ul li {
      position: relative;
      padding-left: 18px;
      font-family: 'NT Somic';
      font-size: 16px;
      line-height: 140%;
      margin-bottom: 18px;
      color: rgba(255, 255, 255, 0.8); }
      .scc__entry-content ul li strong {
        color: #fff; }
      .scc__entry-content ul li:last-of-type {
        margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .scc__entry-content ul li {
          font-size: 15px; } }
      .scc__entry-content ul li::before {
        position: absolute;
        content: '';
        width: 6px;
        min-width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #fff;
        left: 0;
        top: 8px;
        color: #fff; }
  .scc__entry-content ol {
    padding: 0 0 0 17px;
    margin: 0 0 36px; }
    .scc__entry-content ol li {
      position: relative;
      list-style: decimal;
      padding-left: 5px;
      font-family: 'NT Somic';
      font-size: 16px;
      line-height: 140%;
      margin-bottom: 18px;
      color: rgba(255, 255, 255, 0.8); }
      .scc__entry-content ol li strong {
        color: #fff; }
      .scc__entry-content ol li:last-of-type {
        margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .scc__entry-content ol li {
          font-size: 15px; } }
      .scc__entry-content ol li::marker {
        color: #fff;
        font-weight: 700; }
  .scc__entry-content blockquote p {
    font-family: 'Sentient';
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 36px;
    opacity: 1; }
  .scc__entry-content img {
    width: 100%;
    height: auto;
    object-fit: cover; }

.scc__related {
  padding: 120px 0 0; }
  @media screen and (max-width: 991px) {
    .scc__related {
      padding: 60px 0 0; } }

.scc__related-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.scc__related-title {
  margin-bottom: 36px;
  width: 100%; }

.customer-stories__post-item {
  width: calc(50% - 12px);
  padding: 12px;
  border-radius: 9px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.07));
  box-shadow: 0 4px 24px rgba(23, 23, 23, 0.1);
  transition: 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.1); }
  @media screen and (max-width: 991px) {
    .customer-stories__post-item {
      width: 100%;
      margin-bottom: 30px; }
      .customer-stories__post-item:last-of-type {
        margin-bottom: 0; } }
  .customer-stories__post-item:hover {
    transform: translateY(-10px); }
    .customer-stories__post-item:hover .customer-stories__post-item-featured {
      transform: scale(1.05); }
    .customer-stories__post-item:hover .customer-stories__post-item-bottom svg {
      transform: rotate(45deg); }
      .customer-stories__post-item:hover .customer-stories__post-item-bottom svg path {
        fill: white; }

.customer-stories__post-item-top {
  height: 325px;
  margin-bottom: 72px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .customer-stories__post-item-top {
      height: 238px;
      margin-bottom: 60px; } }
  @media screen and (max-width: 480px) {
    .customer-stories__post-item-top {
      margin-bottom: 30px; } }

.customer-stories__post-item-top-left {
  background-color: #6e1ef0;
  width: 186px;
  border-radius: 9px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .customer-stories__post-item-top-left {
      width: 140px; } }
  @media screen and (max-width: 480px) {
    .customer-stories__post-item-top-left {
      display: none; } }

.customer-stories__company-name {
  text-transform: uppercase;
  color: #fff; }

.customer-stories__post-item-top-right {
  position: relative;
  width: calc(100% - 198px);
  border-radius: 9px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .customer-stories__post-item-top-right {
      width: calc(100% - 152px); } }
  @media screen and (max-width: 480px) {
    .customer-stories__post-item-top-right {
      width: 100%; } }

.customer-stories__post-item-featured {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: 0.4s ease; }

.customer-stories__post-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  @media screen and (max-width: 480px) {
    .customer-stories__post-item-bottom {
      flex-direction: column;
      align-items: flex-start; } }
  .customer-stories__post-item-bottom svg {
    width: 48px;
    min-width: 48px;
    transition: 0.4s ease; }
    @media screen and (max-width: 480px) {
      .customer-stories__post-item-bottom svg {
        display: none; } }
    .customer-stories__post-item-bottom svg path {
      fill: rgba(255, 255, 255, 0.3);
      transition: 0.4s ease; }

.customer-stories__post-item-title {
  color: #fff;
  width: calc(100% - 70px); }
  @media screen and (max-width: 480px) {
    .customer-stories__post-item-title {
      width: 100%; } }

.customer-stories__company-logo-bottom {
  display: none; }
  @media screen and (max-width: 480px) {
    .customer-stories__company-logo-bottom {
      display: block;
      margin-bottom: 30px;
      width: 50px;
      height: auto; } }

