/* cs prologue */
.section-cs-prologue {
    padding: 100px 0;
}

@media only screen and (max-width: 1024px) {
    .section-cs-prologue {
        padding: 48px 0;
    }
}

.prologue-heading h2,
.section-cs-prologue p {
    color: var(--color_gray_900);
}

.prologue-heading h2 {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
    .prologue-heading h2 {
        margin-bottom: 24px;
    }
}

.prologue-heading .prologue-year {
    opacity: 0.1;
}

.prologue-content p:not(:last-child) {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
    .prologue-content p:not(:last-child) {
        margin-bottom: 24px;
    }
}

.section-cs-prologue .prologue-wrapper {
    display: flex;

    gap: 130px;
}

@media only screen and (max-width: 1280px) {
    .section-cs-prologue .prologue-wrapper {
        gap: 80px;
    }
}

@media only screen and (max-width: 1024px) {
    .section-cs-prologue .prologue-wrapper {
        flex-wrap: wrap;

        gap: 40px;
    }
}

.section-cs-prologue .prologue-wrapper > div {
    flex: 0 1 50%;
}

@media only screen and (max-width: 1024px) {
    .section-cs-prologue .prologue-wrapper > div {
        flex: 0 0 100%;
    }
}
/* /cs prologue */


/* cs number */
.section-cs-number {
    padding: 100px 0;

    color: var(--white);
    background: var(--color_gray_900);
}

@media only screen and (max-width: 1024px) {
    .section-cs-number {
        padding: 48px 0;
    }
}

.number-top,
.number-bottom {
    display: flex;

    gap: 24px;
}

@media only screen and (max-width: 1024px) {
    .number-top,
    .number-bottom {
        flex-wrap: wrap;
    }
}

.number-top {
    justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
    .number-top {
        justify-content: unset;

        gap: 40px;
    }
}

.number-top .number-items {
    display: flex;
    flex-direction: column;

    gap: 40px;
}

.number-image img {
    max-width: 100%;
}

.number-item h4 {
    margin-top: 20px;
}

.number-bottom {
    margin-top: 140px;
}

@media only screen and (max-width: 1024px) {
    .number-bottom {
        margin-top: 80px;
    }
}

.number-bottom > div {
    gap: 24px;
}

@media only screen and (max-width: 1024px) {
    .number-bottom > div {
        flex: 0 0 100%;
    }
}

.number-content {
    flex: 0 0 75%;
}

@media only screen and (max-width: 1024px) {
    .number-content {
        flex: 0 0 100%;
    }
}
/* /cs number */


/* cs challenges */
.section-cs-challenges {
    padding: 100px 0;

    color: var(--color_gray_900);
    background: #DDE2FF;
}

@media only screen and (max-width: 1024px) {
    .section-cs-challenges {
        padding: 48px 0;
    }
}
.challenges-main-heading {
    margin-bottom: 40px;
}

.challenges-top-content,
.challenges-bottom-content {
    display: flex;

    margin-bottom: 40px;

    column-gap: 130px;
}

@media only screen and (max-width: 1280px) {
    .challenges-top-content,
    .challenges-bottom-content {
        column-gap: 80px;
    }
}

@media only screen and (max-width: 1024px) {
    .challenges-top-content,
    .challenges-bottom-content {
        flex-wrap: wrap;

        gap: 24px;
    }
}

.challenges-top-content > div,
.challenges-bottom-content > div {
    flex: 0 1 calc(50% - 75px);
}

@media only screen and (max-width: 1280px) {
    .challenges-top-content > div,
    .challenges-bottom-content > div {
        flex: 0 1 calc(50% - 80px);
    }
}

@media only screen and (max-width: 1024px) {
    .challenges-top-content > div,
    .challenges-bottom-content > div {
        flex: 0 0 100%;
    }
}

.challenges-top-content h3,
.challenges-bottom-content h3 {
    margin-bottom: 40px;
}

.challenges-image img {
    width: 100%;
}
/* /cs challenges */


/* cs solutions */
.section-cs-solutions {
    padding: 100px 0 0;

    color: var(--color_gray_900);
}

@media only screen and (max-width: 1024px) {
    .section-cs-solutions {
        padding: 48px 0 0;
    }
}
.solutions-main-heading {
    margin-bottom: 40px;
}

.solutions-top-content,
.solutions-bottom-content {
    display: flex;

    margin-bottom: 40px;

    column-gap: 130px;
}

@media only screen and (max-width: 1280px) {
    .solutions-top-content,
    .solutions-bottom-content {
        column-gap: 80px;
    }
}

@media only screen and (max-width: 1024px) {
    .solutions-top-content,
    .solutions-bottom-content {
        flex-wrap: wrap;

        gap: 24px;
    }
}

.solutions-top-content > div,
.solutions-bottom-content > div {
    flex: 0 1 calc(50% - 75px);
}

@media only screen and (max-width: 1280px) {
    .solutions-top-content > div,
    .solutions-bottom-content > div {
        flex: 0 1 calc(50% - 80px);
    }
}

@media only screen and (max-width: 1024px) {
    .solutions-top-content > div,
    .solutions-bottom-content > div {
        flex: 0 0 100%;
    }
}

.solutions-top-content h3,
.solutions-bottom-content h3 {
    margin-bottom: 40px;
}

.solutions-cta {
    margin-top: 100px;

    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .solutions-cta {
        margin-top: 96px;
    }
}
/* /cs solutions */


/* cs quote */
.section-cs-quote {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .section-cs-quote {
        flex-wrap: wrap;

        padding-top: 32px;

        background: unset;
    }
}

.quote-container {
    display: flex;

    background: linear-gradient(180deg, #CAD2FF 0%, #FFFDFF 100%);

    column-gap: 80px;
}

@media only screen and (max-width: 1024px) {
    .quote-container {
        flex-wrap: wrap;

        margin-right: -30px;
        margin-left: -30px;
        padding: 72px 30px 0;

        row-gap: 65px;

    }
}

.quote-container > div {
    flex: 0 1 50%;
}

@media only screen and (max-width: 1024px) {
    .quote-container > div {
        flex: 0 0 100%;
    }
}

.container-cs-quote-image {
    display: flex;
    align-items: flex-end;
    justify-content: center;

    padding: 64px 48px 0 48px;
}

@media only screen and (max-width: 1024px) {
    .container-cs-quote-image {
        order: 1;

        padding: 0;
    }
}

.container-cs-quote-image img {
    width: 100%;
    height: auto;
}

.container-cs-quote-quote {
    padding: 64px 48px;
}

@media only screen and (max-width: 1024px) {
    .container-cs-quote-quote {
        margin-bottom: 32px;
        padding: 0;
    }
}

.container-cs-quote-quote blockquote {
    position: relative;

    color: var(--color_gray_900);
}

.container-cs-quote-quote blockquote:before {
    position: absolute;
    top: 0;
    left: -14px;

    display: block;

    content:'“';

    color: var(--color_gray_900);

    font-family: var(--cs_font_family_quote);
    font-size: var(--cs_decor_4_font_size);
}

.container-cs-quote-quote blockquote p {
    letter-spacing: var(--cs_letter-spacing);

    font-family: var(--cs_font_family_quote);
}

.container-cs-quote-quote blockquote cite {
    position: relative;

    display: block;

    margin-top: 10px;
    padding-top: 10px;
}

.quote-cta {
    margin-top: 80px;
    margin-bottom: 100px;

    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .quote-cta {
        margin-top: 48px;
        margin-bottom: 48px;
    }
}
/* /cs quote */


/* cs services */
.section-cs-services {
    padding: 100px 0;

    color: var(--white);
    background: var(--color_gray_900);
}

@media only screen and (max-width: 1024px) {
    .section-cs-services {
        padding: 48px 0;
    }
}

.services-main-heading {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
    .services-main-heading {
        margin-bottom: 32px;
    }
}

.services-content {
    display: flex;

    gap: 40px;
}

@media only screen and (max-width: 1024px) {
    .services-content {
        flex-wrap: wrap;
    }
}

.services-bold-items {
    flex: 0 1 33%;
}

@media only screen and (max-width: 1024px) {
    .services-bold-items {
        flex: 0 1 100%;
    }
}

.services-items {
    display: flex;
    flex: 0 1 66%;
    flex-wrap: wrap;

    gap: 40px;
}

@media only screen and (max-width: 1024px) {
    .services-items {
        flex: 0 0 100%;
    }
}

.services-items > div {
    flex: 0 1 calc(50% - 20px);
}

@media only screen and (max-width: 1024px) {
    .services-items {
        flex: 0 0 100%;
        flex-wrap: wrap;
    }

    .services-items > div {
        flex: 0 0 100%;
    }
}

.services-bold-items p,
.services-items p {
    font-weight: var(--font_weight--semibold);
}

.services-bold-items p:first-child,
.services-items p:first-child {
    margin-bottom: 20px;

    font-weight: var(--font_weight--semibold);
}

@media only screen and (max-width: 1024px) {
    .services-bold-items p:first-child,
    .services-items p:first-child {
        margin-bottom: 32px;
    }
}

.services-bold-items p,
.services-items p {
    font-size: var(--cs_body_font_size);
    font-weight: var(--cs-font_weight--light);
    line-height: var(--cs_line-height_xxl);
}

@media only screen and (max-width: 460px) {
    .services-bold-items p,
    .services-items p {
        font-size: var(--cs_body_mobile_font_size);
    }
}
/* /cs services */


/* cs results */
.section-cs-results {
    padding: 100px 0 0;

    color: var(--color_gray_900);
    background: #DDE2FF;
}

@media only screen and (max-width: 1024px) {
    .section-cs-results {
        padding: 48px 0 0;
    }
}
.results-main-heading {
    margin-bottom: 40px;
}

.results-top-content {
    margin-bottom: 40px;
}

.results-top-content,
.results-bottom-content {
    display: flex;

    column-gap: 130px;
}

@media only screen and (max-width: 1280px) {
    .results-top-content,
    .results-bottom-content {
        column-gap: 80px;
    }
}

@media only screen and (max-width: 1024px) {
    .results-top-content,
    .results-bottom-content {
        flex-wrap: wrap;

        gap: 24px;
    }
}

.results-top-content > div,
.results-bottom-content > div {
    flex: 0 1 calc(50% - 75px);
}

@media only screen and (max-width: 1280px) {
    .results-top-content > div,
    .results-bottom-content > div {
        flex: 0 1 calc(50% - 80px);
    }
}

@media only screen and (max-width: 1024px) {
    .results-top-content > div,
    .results-bottom-content > div {
        flex: 0 0 100%;
    }
}

.results-top-content h3,
.results-bottom-content h3 {
    margin-bottom: 40px;
}

.results-image img {
    width: 100%;
}
/* /cs results */


/* cs more projects */
.section-cs-more-projects {
    overflow: hidden;

    padding: 100px 0;
}

@media only screen and (max-width: 768px) {
    .section-cs-more-projects {
        padding: 48px 0;
    }
}

.section-cs-more-projects h3 {
    margin-bottom: 40px;

    color: var(--color_gray_900);
}

@media only screen and (max-width: 768px) {
    .section-cs-more-projects h3 {
        margin-bottom: 32px;
    }
}

.more-projects-container {
    position: relative;

    width: 77%;
}

@media only screen and (max-width: 460px) {
    .more-projects-container {
        width: 100%;
    }
}

.section-cs-more-projects .owl-stage {
    display: flex;
}

.more-projects-item a,
.more-projects-item div {
    position: relative;

    display: block;
}

.more-projects-item a:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    transition: all var(--translation_duration);

    opacity: 0;
    background-color: inherit;
}

.more-projects-item a:hover:before {
    opacity: 0.4;
}

.more-projects-item a img,
.more-projects-item div img {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .more-projects-img {
        display: none;
    }
}

.more-projects-img-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .more-projects-img-mobile {
        display: block;
    }
}

.more-projects-item .more-project-item-title {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    max-width: calc(100% - 64px);
    padding: 20px 48px 5px 0;

    background-color: var(--c_neutral--25);
}

@media only screen and (max-width: 768px) {
    .more-projects-item .more-project-item-title {
        padding: 28px 16px 0px 0;

    }
}

.more-project-item-title .project-logo {
    max-width: 113px;
    margin-bottom: 10px;
}

.more-project-item-title p {
    position: relative;

    display: flex;
    align-items: center;

    text-transform: lowercase;

    color: var(--color_gray_900);
}

.more-project-item-title p span {
    display: block;

    width: 40px;
    height: 2px;

    content: '';
}

.more-project-item-title h4 {
    overflow: hidden;

    margin-top: 10px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: var(--color_gray_900);
}

@media only screen and (max-width: 768px) {
    .more-project-item-title h4 {
        white-space: unset;
    }
}

.section-cs-more-projects .owl-nav {
    position: absolute;
    top: calc(50% - (56px / 2));

    display: flex;

    width: 100%;
    height: 0;
}

.section-cs-more-projects .owl-nav .owl-next {
    margin-right: -1px;
    margin-left: auto;
}

.section-cs-more-projects .owl-nav button {
    padding: 0;

    cursor: pointer;

    border: none;
    background: transparent;
}

.section-cs-more-projects .owl-nav button.disabled {
    display: none;
}

.section-cs-more-projects .owl-nav button .arrow {
    position: relative;
    z-index: 1;

    display: block;

    width: 56px;
    height: 56px;

    transition: all var(--translation_duration);

    background-color: var(--white);
    background-repeat: no-repeat;
    background-position: center;
}

.section-cs-more-projects .owl-nav button .arrow:hover {
    background-color: var(--color_gray_200);
}

.section-cs-more-projects .owl-nav button .arrow.arrow-prev {
    left: 1px;

    background-image: url(../../img/shapes/cs-slider-arrow-right.svg);
}

.section-cs-more-projects .owl-nav button .arrow.arrow-next {
    right: 1px;

    background-image: url(../../img/shapes/cs-slider-arrow-left.svg);
}

.section-cs-more-projects .owl-dots {
    display: none;
}
/* /cs more projects */


/* cs hubspot form */
.section-cs-hubspot-form {
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .section-cs-hubspot-form {
    padding: 48px 0;
  }
}

.section-cs-hubspot-form-top {
  padding: 100px 0 15px 0;

  background-color: #f2f2f2;
}

@media only screen and (max-width: 768px) {
  .section-cs-hubspot-form {
    padding: 48px 0 48px 0;
  }
}

.section-cs-hubspot-form-top .wrapper-cs {
  text-align: center;
}
.section-cs-hubspot-form-top img {
  margin-bottom: 16px;
}

.section-cs-hubspot-form h2,
.section-cs-hubspot-form p {
  margin-bottom: 40px;

  color: var(--color_gray_900);
}

@media only screen and (max-width: 768px) {
  .section-cs-hubspot-form h2 {
    margin-bottom: 24px;
  }

  .section-cs-hubspot-form p {
    margin-bottom: 32px;
  }
}

.section-cs-hubspot-form-paragraph {
  max-width: 560px;
  margin: 0 auto;
}

.section-cs-hubspot-form fieldset > div {
  margin-top: 56px !important;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
  .section-cs-hubspot-form fieldset > div {
    margin-top: 30px !important;
  }
}

.section-cs-hubspot-form label {
  position: absolute;
  z-index: 0;

  margin: 0;

  transition: all var(--translation_duration);

  color: var(--color_gray_600);

  font-size: var(--cs_body_font_size);
  font-weight: var(--cs-font_weight--light);
  line-height: var(--cs_line-height_xxl);
}

.section-cs-hubspot-form .not-empty label {
  transform: translateY(-33px);
}

.section-cs-hubspot-form .hs-error-msgs label {
  position: relative;

  transform: unset;

  color: var(--color_red_700) !important;

  font-size: var(--cs_body_font_size);
  font-weight: var(--cs-font_weight--light) !important;
  line-height: var(--cs_line-height_xxl);
}

.section-cs-hubspot-form input,
.section-cs-hubspot-form textarea {
  color: var(--color_gray_900);

  font-family: inherit;
}

.section-cs-hubspot-form textarea {
  height: 33px;
  min-height: 33px;
  max-height: unset;

  resize: vertical;
}

.section-cs-hubspot-form input[type="email"],
.section-cs-hubspot-form input[type="tel"],
.section-cs-hubspot-form input[type="text"],
.section-cs-hubspot-form textarea {
  position: relative;
  z-index: 1;

  padding: 0;

  color: var(--color_gray_900);
  border: none;
  border-bottom: 1px solid var(--color_gray_600);

  font-size: var(--cs_body_font_size);
  font-weight: var(--cs-font_weight--light);
  line-height: var(--cs_line-height_xxl);
}

.section-cs-hubspot-form input[type="email"]:focus,
.section-cs-hubspot-form input[type="tel"]:focus,
.section-cs-hubspot-form input[type="text"]:focus,
.section-cs-hubspot-form textarea:focus {
  border: none;
  border-bottom: 1px solid var(--color_gray_900);
}

.section-cs-hubspot-form input.error,
.section-cs-hubspot-form textarea.error {
  border: none;
  border-bottom: 1px solid var(--color_red_700);
}

.section-cs-hubspot-form input[type="submit"] {
  height: auto;
  margin-top: 0;
  padding: 16px 20px;

  background: var(--red);

  font-size: var(--cs_button_font_size);
  font-weight: var(--cs-font_weight--semibold);
  line-height: var(--cs_line-height_l);
}

.section-cs-hubspot-form ::-webkit-input-placeholder {
  color: var(--color_gray_600);
}

.section-cs-hubspot-form ::-moz-placeholder {
  color: var(--color_gray_600);
}

.section-cs-hubspot-form :-ms-input-placeholder {
  color: var(--color_gray_600);
}

.section-cs-hubspot-form :-moz-placeholder {
  color: var(--color_gray_600);
}

.section-cs-hubspot-form ::placeholder {
  color: var(--color_gray_600);
}

.section-cs-hubspot-form .legal-consent-container {
  margin-bottom: 56px !important;
}

@media only screen and (max-width: 768px) {
  .section-cs-hubspot-form .legal-consent-container {
    margin-bottom: 30px !important;
  }
}

.section-cs-hubspot-form .legal-consent-container label {
  position: relative;

  display: inline-block;
}

.section-cs-hubspot-form .hs-form-checkbox > span,
.section-cs-hubspot-form .hs-form-checkbox > span p,
.section-cs-hubspot-form
  .legal-consent-container
  .hs-form-booleancheckbox-display
  > span,
.section-cs-hubspot-form
  .legal-consent-container
  .hs-form-booleancheckbox-display
  > span
  p {
  color: var(--color_gray_900);

  font-size: var(--cs_body_font_size) !important;
  font-weight: var(--cs-font_weight--light);
  line-height: var(--cs_line-height_xxl);
}

.section-cs-hubspot-form
  .legal-consent-container
  .hs-form-booleancheckbox-display
  > span
  p
  a {
  text-decoration: underline;

  color: var(--color_gray_900);
}

.section-cs-hubspot-form
  .legal-consent-container
  .hs-form-booleancheckbox-display
  > span
  p
  a:hover {
  color: var(--color_gray_700);
}

.section-cs-hubspot-form .hbspt-form input[type="checkbox"]:before {
  top: 1px;

  border: 1px solid var(--color_gray_900);
}

.section-cs-hubspot-form .hbspt-form input[type="checkbox"]:checked:before {
  border: 1px solid var(--color_gray_900);
  background: var(--white);
}

.section-cs-hubspot-form .hbspt-form input[type="checkbox"]:checked:after {
  top: 7px;
  left: 6px;

  width: 12px;
  height: 12px;

  transform: unset;

  border-width: 0;
  background: var(--color_gray_900);
}

@media only screen and (max-width: 768px) {
  .section-cs-hubspot-form .hbspt-form input[type="checkbox"]:checked:after {
    top: 5px;
    left: 4px;
  }
}

.section-cs-hubspot-form .hubspot-policy {
  width: 50%;
  margin-top: 56px;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .section-cs-hubspot-form .hubspot-policy {
    width: 100%;
    margin-top: 30px;
  }
}

.section-cs-hubspot-form p .form-legend,
.section-cs-hubspot-form .policy-more p {
  margin: unset;
  margin-top: unset;

  opacity: unset;
  color: var(--color_gray_900);

  font-size: var(--cs_body_small_font_size);
  line-height: var(--cs_line-height_xl);
}

.section-cs-hubspot-form .policy-more {
  display: none;
}

.section-cs-hubspot-form p .cookie-policy-more {
  position: relative;

  margin-top: 4px;
  padding-right: unset;
}

.section-cs-hubspot-form p .cookie-policy-more:after {
  position: absolute;
  top: unset;
  bottom: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 2px;

  content: "";
  transition: all var(--translation_duration);

  background: var(--color_gray_900);
}

.section-cs-hubspot-form p .cookie-policy-more:hover:after {
  width: 50%;

  background: var(--color_gray_800);
}

.section-cs-hubspot-form p .cookie-policy-more.cookie_open:after {
  transform: unset;
}

.section-cs-hubspot-form p .cookie-policy-more small {
  color: var(--color_gray_900);

  font-size: var(--cs_button_font_size);
  font-weight: var(--cs-font_weight--semibold);
  line-height: var(--cs_line-height_l);
}

.section-cs-hubspot-form p .cookie-policy-more:hover small {
  color: var(--color_gray_800);
}
/* /cs hubspot form */