
/*! Media queries */


a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  border-radius: 0;
  outline: none;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}

input[type="button"],
input[type="file"]::-webkit-file-upload-button,
input[type="reset"],
input[type="submit"] {
  border: 0;
  border-radius: 0;
  outline: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

button::-moz-focus-inner {
  -webkit-appearance: none;
  background: none;
  border: 0;
  box-sizing: content-box;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="range"] {
  -webkit-appearance: none;
  background: transparent;
  width: 100%;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type="range"]::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
  cursor: pointer;
  width: 100%;
}

input:focus,
input[type="range"]:focus,
textarea:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: none;
  text-decoration: none;
}

/*! Breakpoints */
/*! Media queries */
.primary-scheme #cluster-menu .navigation-wrapper li.parent:hover div ul li a:hover,
.primary-scheme .blog-portfolio-content .colored-titles-table table tr:nth-of-type(2n) td:first-of-type,
.primary-scheme a,
.primary-scheme a.list-block-link-item h5,
.primary-scheme a.list-block-link-item:hover .list-block-links-title,
.primary-scheme table a {
  color: #0b75fd;
}

.primary-scheme a.list-link-accordion {
  color: #323232;
  text-decoration: underline;
}

.primary-scheme a.list-link-accordion:hover {
  color: #ff00cf;
}

.primary-scheme .blog-portfolio-content ul li:before,
.primary-scheme .list-item:before {
  background-color: #082eb5;
}

.primary-scheme a.breadcrumbs-link.alternate-color {
  color: #ff04d5;
}

.primary-scheme .main-navigation-link,
.primary-scheme .navigation-title {
  color: #fff;
}

.primary-scheme .main-navigation-link:after,
.primary-scheme .navigation-title:after {
  background-color: #082eb5;
}

.primary-scheme .link-button,
.primary-scheme .main-button-blue,
.primary-scheme .privacy-cookies-button {
  background-color: #082eb5;
  color: #fff;
  transition: background-color 0.3s;
}

.primary-scheme .link-button:hover,
.primary-scheme .main-button-blue:hover,
.primary-scheme .privacy-cookies-button:hover {
  background-color: #06248c;
}

.primary-scheme .link-button:active,
.primary-scheme .main-button-blue:active,
.primary-scheme .privacy-cookies-button:active {
  background-color: #00155e;
}

.primary-scheme .thanks-page-button {
  border-color: #082eb5;
  color: #082eb5;
  transition: all 0.3s;
}

.primary-scheme .thanks-page-button:active,
.primary-scheme .thanks-page-button:hover {
  background-color: #f2f2f2;
}

.primary-scheme .contact-attachment .outlined {
  border-color: #323232;
  color: #6e6d71;
  transition: background-color 0.3s;
}

.primary-scheme .contact-attachment .outlined:active,
.primary-scheme .contact-attachment .outlined:hover {
  border-color: #082eb5;
  color: #082eb5;
}

.primary-scheme .contact-attachment .outlined:active.MuiButton-root:hover,
.primary-scheme .contact-attachment .outlined:hover.MuiButton-root:hover {
  background-color: transparent;
}

.primary-scheme .contact-attachment .outlined:active .icon-trash path,
.primary-scheme .contact-attachment .outlined:hover .icon-trash path {
  fill: #082eb5;
}

.primary-scheme .contact-attachment .outlined:active {
  background-color: #f2f2f2 !important;
}

.primary-scheme .contact-attachment .attach-file-mark .question-mark-svg path {
  fill: #6e6d71;
  transition: fill 0.3s;
}

.primary-scheme .contact-attachment .attach-file-mark .question-mark-svg:hover path {
  fill: #082eb5;
}

.primary-scheme .footer-social-item a .icon-social-svg path {
  fill: #323232;
  transition: fill 0.3s;
}

.primary-scheme .footer-social-item a:hover .icon-social-svg path {
  fill: #082eb5;
}

.primary-scheme .footer-social-item a:active .icon-social-svg path {
  fill: #06248c;
}

.primary-scheme .blog-portfolio-content .colored-titles-table table tr:nth-of-type(odd) td:first-of-type {
  color: #ff04d5;
}

.primary-scheme .contact-form .main-text-field-label.focused {
  color: #0b75fd;
}

.primary-scheme .contact-form .text-input-field.focused:not(.error) .main-text-field-input {
  border-color: #0b75fd;
}

.primary-scheme .contact-form .main-text-field-fieldset {
  border: none;
}

.primary-scheme .azure-table,
.primary-scheme .home-tabs-item.Mui-selected,
.primary-scheme .image-grid-bordered-caption-text,
.primary-scheme .legenda.top-bordered .legenda-item:first-child,
.primary-scheme .table-ticks-row:first-of-type,
.primary-scheme .table-top-bordered,
.primary-scheme .table-top-subtext-item,
.primary-scheme .top-bordered-columns-item,
.primary-scheme .top-image-bordered-columns-number {
  border-image-slice: 1;
  border-image-source: linear-gradient(279.09deg,
      #007aff,
      #2767f8 15.7%,
      #8938e5 51.03%,
      #ff00cf 90.95%);
}

.primary-scheme .top-bordered-columns table tr td p:first-child {
  background-image: linear-gradient(90deg, #007aff, #2767f8 60%, #ff00cf);
  border-image-slice: 1;
}

.primary-scheme .blog-portfolio-content table thead,
.primary-scheme .blog-portfolio-paragraphs table>tbody tr:first-of-type,
.primary-scheme .copy-columns-table table td:before,
.primary-scheme .image-grid-bordered-caption-text.halved-border:before,
.primary-scheme .tabs-item-device:before,
.primary-scheme .top-bordered-table table:not([class]) tr:first-child,
.primary-scheme table.table-top-border-colored tbody td:before {
  background-image: linear-gradient(90deg,
      #007aff,
      #2767f8 60%,
      #ff00cf 90.95%);
}

.primary-scheme .cards-title-wrapper .swiper-button-next .icon-arrow-svg path,
.primary-scheme .cards-title-wrapper .swiper-button-prev .icon-arrow-svg path {
  stroke: #ff04d5;
}

.primary-scheme .mdc-tab-indicator.mdc-tab-indicator--active .mdc-tab-indicator__content--underline,
.primary-scheme .tabs-column-item.active:before,
.primary-scheme .tabs-item.active:before,
.primary-scheme .tabs-row-item.active:before {
  background-image: linear-gradient(279.09deg,
      #007aff,
      #2767f8 15.7%,
      #8938e5 51.03%,
      #ff00cf 90.95%);
}

.primary-scheme .blog-portfolio-content .left-bordered-table table {
  border-image-slice: 1;
  border-image-source: linear-gradient(0deg,
      #007aff 27%,
      #2767f8 58%,
      #ff00cf);
}

.primary-scheme .scheme-rec-outstanding-scheme {
  background-color: rgba(9, 30, 108, 0.5);
}

.primary-scheme .background-theme .scheme-row-blocks-inner {
  background-color: rgba(9, 30, 108, 0.3);
}

.primary-scheme .callout-stripe,
.primary-scheme .callout-stripe-copy-small,
.primary-scheme .cta {
  background-color: #091e6c;
}

@media only screen and (max-width: 767px) {

  .primary-scheme .cta,
  .primary-scheme .cta-small {
    background-color: transparent;
  }

  .primary-scheme .background-theme+.cta,
  .primary-scheme .background-theme+.half-callout-wrapper .cta-small {
    background-color: #082eb5;
  }

  .primary-scheme .background-light-gray+.cta,
  .primary-scheme .background-light-gray+.half-callout-wrapper .cta-small {
    background-color: #f8f8f8;
  }

  .primary-scheme .cta .callout-stripe-copy,
  .primary-scheme .half-callout-wrapper .cta-small .callout-stripe-copy {
    background-color: #091e6c;
  }
}

.primary-scheme .callout-stripe-button,
.primary-scheme .callout-stripe-button-small,
.primary-scheme .callout-stripe-small,
.primary-scheme .home-tabs-button,
.primary-scheme .scheme-circled-dotted-dot,
.primary-scheme .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active {
  background-color: #ff04d5;
}

.primary-scheme .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active {
  border-color: #ff04d5;
}

.primary-scheme .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active:after {
  border-left: 12px solid #ff04d5;
}

.primary-scheme .callout-stripe-button,
.primary-scheme .callout-stripe-button-small {
  background-color: #ff04d5;
  border: 1px solid #ff04d5;
  transition: all 0.3s;
}

.primary-scheme .callout-stripe-button-small:after,
.primary-scheme .callout-stripe-button:after {
  background-color: #ff04d5;
  transition: background-color 0.3s;
}

.primary-scheme .callout-stripe-button-small:hover,
.primary-scheme .callout-stripe-button:hover {
  background-color: #da05b6;
  border-color: #da05b6;
}

.primary-scheme .callout-stripe-button-small:hover:after,
.primary-scheme .callout-stripe-button:hover:after {
  background-color: #da05b6;
}

.primary-scheme .callout-stripe-button-small:active,
.primary-scheme .callout-stripe-button-small:active:after,
.primary-scheme .callout-stripe-button:active,
.primary-scheme .callout-stripe-button:active:after {
  background-color: #ba029b;
}

@media only screen and (max-width: 1024px) {
  .primary-scheme .cards .swiper-slide:nth-child(5n + 5) .cards-item {
    background-color: #091e6c;
  }
}

.primary-scheme .accordion-icon-faqs path,
.primary-scheme .accordion-icon-faqs svg,
.primary-scheme .blog-related-cases-next path,
.primary-scheme .blog-related-cases-next svg,
.primary-scheme .blog-related-cases-prev path,
.primary-scheme .blog-related-cases-prev svg,
.primary-scheme .icon-chevron-svg path,
.primary-scheme .icon-chevron-svg svg,
.primary-scheme .link-arrow path,
.primary-scheme .link-arrow svg,
.primary-scheme .link-arrow-single path,
.primary-scheme .link-arrow-single svg,
.primary-scheme .link-arrow-small path,
.primary-scheme .link-arrow-small svg,
.primary-scheme .top-image-bordered-columns-item path,
.primary-scheme .top-image-bordered-columns-item svg {
  stroke: #ff04d5;
}

.primary-scheme .checked-icon rect,
.primary-scheme .contact-attachment .file-checkbox .checked-icon path {
  fill: #ff04d5;
}

.primary-scheme .accordion-icon,
.primary-scheme .link-arrow,
.primary-scheme .link-arrow-single-inner,
.primary-scheme .link-arrow-small {
  transition: background-color 0.3s;
}

.primary-scheme .accordion-icon:active,
.primary-scheme .accordion-icon:hover,
.primary-scheme .link-arrow-single-inner:active,
.primary-scheme .link-arrow-single-inner:hover,
.primary-scheme .link-arrow-small:active,
.primary-scheme .link-arrow-small:hover,
.primary-scheme .link-arrow:active,
.primary-scheme .link-arrow:hover {
  background-color: #f8f8f8;
}

.primary-scheme .accordion-icon:active svg.icon-arrow-svg path,
.primary-scheme .link-arrow-single-inner:active svg.icon-arrow-svg path,
.primary-scheme .link-arrow-small:active svg.icon-arrow-svg path,
.primary-scheme .link-arrow:active svg.icon-arrow-svg path {
  stroke: #ba029b;
}

.primary-scheme .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: #f8f8f8;
}

.primary-scheme .quote-svg {
  fill: #ff04d5;
}

.primary-scheme .icon-theme svg [fill] {
  fill: #082eb5;
}

.primary-scheme .icon-theme svg [stroke] {
  stroke: #082eb5;
}

.primary-scheme .icon-theme.fourth-color svg [stroke] {
  stroke: #091e6c;
}

.primary-scheme .icon-theme.fourth-color svg [fill] {
  fill: #091e6c;
}

.primary-scheme .background-theme:not(.no-background-color) .icon-theme svg [stroke] {
  stroke: #ff04d5;
}

.primary-scheme .background-theme:not(.no-background-color) .icon-theme svg [fill] {
  fill: #ff04d5;
}

.primary-scheme .icon-fill-theme path {
  fill: #082eb5;
}

.primary-scheme .theme-color {
  color: #082eb5;
}

.primary-scheme .sub-text-image-grid-wrapper,
.primary-scheme .svg-border-gradient {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(270deg,
      #007aff,
      #2767f8 15.7%,
      #8938e5 51.03%,
      #ff00cf 90.95%) border-box;
}

.primary-scheme .background-theme {
  background-color: #082eb5;
}

.primary-scheme .background-theme.no-background-color {
  background-color: #fff;
}

.primary-scheme .background-theme.no-background-color * {
  color: initial;
}

.primary-scheme .background-theme.no-background-color .icon-title-paragraph {
  color: #323232;
}

.primary-scheme .background-theme * {
  color: #fff;
}

.primary-scheme .background-theme svg {
  opacity: 0.9;
}

.primary-scheme .background-theme .list-item:before,
.primary-scheme .background-theme .table-quote-list-item.with-marker:before {
  background-color: #ff04d5;
}

.primary-scheme .background-theme .accordion-icon:active,
.primary-scheme .background-theme .accordion-icon:hover,
.primary-scheme .background-theme .link-arrow-single-inner:active,
.primary-scheme .background-theme .link-arrow-single-inner:hover,
.primary-scheme .background-theme .link-arrow-small:active,
.primary-scheme .background-theme .link-arrow-small:hover,
.primary-scheme .background-theme .link-arrow:active,
.primary-scheme .background-theme .link-arrow:hover {
  background-color: rgba(9, 30, 108, 0.3);
}

.primary-scheme .background-theme .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: rgba(0, 0, 0, 0.1);
}

.primary-scheme .background-theme .title-link-wrapper:active .link-arrow-single-inner svg.icon-arrow-svg,
.primary-scheme .background-theme .title-link-wrapper:active .link-arrow-single-inner svg.icon-arrow-svg path {
  stroke: #ba029b;
}

.primary-scheme .background-theme .sub-text-image-grid-wrapper,
.primary-scheme .background-theme .svg-border-gradient {
  background: linear-gradient(#082eb5, #082eb5) padding-box,
    linear-gradient(270deg,
      #007aff,
      #2767f8 15.7%,
      #8938e5 51.03%,
      #ff00cf 90.95%) border-box;
}

.primary-scheme .background-theme-second {
  background-color: #091e6c;
}

.primary-scheme .background-theme-second * {
  color: #fff;
}

.primary-scheme .background-theme-second .accordion-icon:active,
.primary-scheme .background-theme-second .accordion-icon:hover,
.primary-scheme .background-theme-second .link-arrow-single-inner:active,
.primary-scheme .background-theme-second .link-arrow-single-inner:hover,
.primary-scheme .background-theme-second .link-arrow-small:active,
.primary-scheme .background-theme-second .link-arrow-small:hover,
.primary-scheme .background-theme-second .link-arrow:active,
.primary-scheme .background-theme-second .link-arrow:hover,
.primary-scheme .background-theme-second .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: rgba(9, 30, 108, 0.3);
}

.primary-scheme .background-theme-second .list-item:before {
  background-color: #ff04d5;
}

.primary-scheme .background-light-gray .accordion-icon:active,
.primary-scheme .background-light-gray .accordion-icon:hover,
.primary-scheme .background-light-gray .link-arrow-single-inner:active,
.primary-scheme .background-light-gray .link-arrow-single-inner:hover,
.primary-scheme .background-light-gray .link-arrow-small:active,
.primary-scheme .background-light-gray .link-arrow-small:hover,
.primary-scheme .background-light-gray .link-arrow:active,
.primary-scheme .background-light-gray .link-arrow:hover,
.primary-scheme .background-light-gray .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: #f2f2f2;
}

.primary-scheme .background-light-gray .sub-text-image-grid-wrapper,
.primary-scheme .background-light-gray .svg-border-gradient {
  background: linear-gradient(#f8f8f8, #f8f8f8) padding-box,
    linear-gradient(270deg,
      #007aff,
      #2767f8 15.7%,
      #8938e5 51.03%,
      #ff00cf 90.95%) border-box;
}

.primary-scheme .theme-gradient-background {
  background: linear-gradient(90deg, #007aff, #2767f8 60%, #ff00cf);
}

.primary-scheme .cards-item:first-child,
.primary-scheme .cards-item:nth-child(6) {
  background-color: #082eb5;
}

.primary-scheme .cards-item:nth-child(3),
.primary-scheme .cards-item:nth-child(7) {
  background-color: #091e6c;
}

.primary-scheme .cards-item:first-child *,
.primary-scheme .cards-item:nth-child(3) *,
.primary-scheme .cards-item:nth-child(6) *,
.primary-scheme .cards-item:nth-child(7) * {
  color: #fff;
}

.primary-scheme .blog-related-cases-item:first-child,
.primary-scheme .blog-related-cases-item:nth-child(3n + 4) {
  background-color: #091e6c;
}

.primary-scheme .blog-related-cases-item:first-child *,
.primary-scheme .blog-related-cases-item:nth-child(3n + 4) * {
  color: #fff;
}

.primary-scheme .blog-related-cases-item:nth-child(3n + 2) {
  background-color: #082eb5;
}

.primary-scheme .blog-related-cases-item:nth-child(3n + 2) * {
  color: #fff;
}

.primary-scheme .blog-related-cases-item:nth-child(3n + 3) {
  background-color: #f8f8f8;
}

.primary-scheme .side-info-menu-item.active,
.primary-scheme .side-info-menu-item.active h3,
.primary-scheme .side-info-menu-landing .side-info-menu-item:hover {
  color: #ff04d5;
}

.primary-scheme .blog-portfolio-issue {
  color: #007aff;
}

.primary-scheme .blog-portfolio-fix {
  color: #ff00cf;
}

.primary-scheme .blog-portfolio-gallery-item img:hover {
  filter: drop-shadow(0 4px 12px rgba(8, 46, 181, 0.12));
}

.primary-scheme .blog-portfolio-gallery-scrollbar .swiper-scrollbar-drag {
  background-color: #082eb5;
}

@media only screen and (min-width: 1025px) {

  .primary-scheme .main-navigation-menu-multi .link:hover:not(.page-404-layout),
  .primary-scheme .main-navigation-menu-single .link:hover:not(.page-404-layout) {
    color: #0b75fd;
  }
}

.primary-scheme .share-menu-link.open,
.primary-scheme .share-menu-link:hover {
  border-color: #082eb5;
}

.primary-scheme .share-menu-link.open .share-menu-text,
.primary-scheme .share-menu-link:hover .share-menu-text {
  color: #082eb5;
}

.primary-scheme .share-menu-link.open .share-menu-icon path,
.primary-scheme .share-menu-link:hover .share-menu-icon path {
  stroke: #082eb5;
}

.primary-scheme .share-menu-list .share-menu-list-item:active .share-menu-list-link.react-share__ShareButton,
.primary-scheme .share-menu-list .share-menu-list-item:hover .share-menu-list-link.react-share__ShareButton {
  color: #082eb5 !important;
}

.primary-scheme .share-menu-list .share-menu-list-item:active .icon-social-svg path,
.primary-scheme .share-menu-list .share-menu-list-item:hover .icon-social-svg path {
  fill: #082eb5;
}

.primary-scheme .share-list-item button:active svg path,
.primary-scheme .share-list-item button:hover svg path {
  fill: #06248c;
}

.primary-scheme .blog-categories-item:hover {
  color: #091e6c;
}

.primary-scheme .blog-categories-item.active {
  background-color: #091e6c;
  color: #fff;
}

.primary-scheme .case-studies-tabs-item.active,
.primary-scheme .case-studies-tabs-item:hover {
  color: #ff00cf;
}

.primary-scheme .industries-page-healthcare-links a:hover {
  color: #0b75fd;
}

.primary-scheme .table-quote-wrapper svg path {
  fill: #ff04d5;
}

.primary-scheme .quote-block-background {
  background-color: rgba(11, 117, 253, 0.03);
  border: 1px solid rgba(11, 117, 253, 0.3);
}

.primary-scheme .scheme-progress {
  background-color: rgba(9, 30, 108, 0.5);
}

.primary-scheme .scheme-progress-circle-empty {
  background-color: #092691;
}

.secondary-scheme #cluster-menu .navigation-wrapper li.parent:hover div ul li a:hover,
.secondary-scheme .blog-portfolio-content .colored-titles-table table tr:nth-of-type(2n) td:first-of-type,
.secondary-scheme a,
.secondary-scheme a.list-block-link-item h5,
.secondary-scheme a.list-block-link-item:hover .list-block-links-title,
.secondary-scheme table a {
  color: #09a6a3;
}

.secondary-scheme a.list-link-accordion {
  color: #323232;
  text-decoration: underline;
}

.secondary-scheme a.list-link-accordion:hover {
  color: #0abfbc;
}

.secondary-scheme .blog-portfolio-content ul li:before,
.secondary-scheme .list-item:before {
  background-color: #006a70;
}

.secondary-scheme a.breadcrumbs-link.alternate-color {
  color: #f8374e;
}

.secondary-scheme .main-navigation-link,
.secondary-scheme .navigation-title {
  color: #fff;
}

.secondary-scheme .main-navigation-link:after,
.secondary-scheme .navigation-title:after {
  background-color: #006a70;
}

.secondary-scheme .link-button,
.secondary-scheme .main-button-blue,
.secondary-scheme .privacy-cookies-button {
  background-color: #006a70;
  color: #fff;
  transition: background-color 0.3s;
}

.secondary-scheme .link-button:hover,
.secondary-scheme .main-button-blue:hover,
.secondary-scheme .privacy-cookies-button:hover {
  background-color: #005b60;
}

.secondary-scheme .link-button:active,
.secondary-scheme .main-button-blue:active,
.secondary-scheme .privacy-cookies-button:active {
  background-color: #003e41;
}

.secondary-scheme .thanks-page-button {
  border-color: #006a70;
  color: #006a70;
  transition: all 0.3s;
}

.secondary-scheme .thanks-page-button:active,
.secondary-scheme .thanks-page-button:hover {
  background-color: #f2f2f2;
}

.secondary-scheme .contact-attachment .outlined {
  border-color: #323232;
  color: #6e6d71;
  transition: background-color 0.3s;
}

.secondary-scheme .contact-attachment .outlined:active,
.secondary-scheme .contact-attachment .outlined:hover {
  border-color: #006a70;
  color: #006a70;
}

.secondary-scheme .contact-attachment .outlined:active.MuiButton-root:hover,
.secondary-scheme .contact-attachment .outlined:hover.MuiButton-root:hover {
  background-color: transparent;
}

.secondary-scheme .contact-attachment .outlined:active .icon-trash path,
.secondary-scheme .contact-attachment .outlined:hover .icon-trash path {
  fill: #006a70;
}

.secondary-scheme .contact-attachment .outlined:active {
  background-color: #f2f2f2 !important;
}

.secondary-scheme .contact-attachment .attach-file-mark .question-mark-svg path {
  fill: #6e6d71;
  transition: fill 0.3s;
}

.secondary-scheme .contact-attachment .attach-file-mark .question-mark-svg:hover path {
  fill: #006a70;
}

.secondary-scheme .footer-social-item a .icon-social-svg path {
  fill: #323232;
  transition: fill 0.3s;
}

.secondary-scheme .footer-social-item a:hover .icon-social-svg path {
  fill: #006a70;
}

.secondary-scheme .footer-social-item a:active .icon-social-svg path {
  fill: #005b60;
}

.secondary-scheme .blog-portfolio-content .colored-titles-table table tr:nth-of-type(odd) td:first-of-type {
  color: #f8374e;
}

.secondary-scheme .contact-form .main-text-field-label.focused {
  color: #09a6a3;
}

.secondary-scheme .contact-form .text-input-field.focused:not(.error) .main-text-field-input {
  border-color: #09a6a3;
}

.secondary-scheme .contact-form .main-text-field-fieldset {
  border: none;
}

.secondary-scheme .azure-table,
.secondary-scheme .home-tabs-item.Mui-selected,
.secondary-scheme .image-grid-bordered-caption-text,
.secondary-scheme .legenda.top-bordered .legenda-item:first-child,
.secondary-scheme .table-ticks-row:first-of-type,
.secondary-scheme .table-top-bordered,
.secondary-scheme .table-top-subtext-item,
.secondary-scheme .top-bordered-columns-item,
.secondary-scheme .top-image-bordered-columns-number {
  border-image-slice: 1;
  border-image-source: linear-gradient(90.64deg,
      #fc354c,
      #b27cb8 50.52%,
      #0abfbc);
}

.secondary-scheme .top-bordered-columns table tr td p:first-child {
  background-image: linear-gradient(90deg, #fc354c, #b27cb8 60%, #0abfbc);
  border-image-slice: 1;
}

.secondary-scheme .blog-portfolio-content table thead,
.secondary-scheme .blog-portfolio-paragraphs table>tbody tr:first-of-type,
.secondary-scheme .copy-columns-table table td:before,
.secondary-scheme .image-grid-bordered-caption-text.halved-border:before,
.secondary-scheme .tabs-item-device:before,
.secondary-scheme .top-bordered-table table:not([class]) tr:first-child,
.secondary-scheme table.table-top-border-colored tbody td:before {
  background-image: linear-gradient(90deg,
      #fc354c,
      #b27cb8 60%,
      #0abfbc 90.95%);
}

.secondary-scheme .cards-title-wrapper .swiper-button-next .icon-arrow-svg path,
.secondary-scheme .cards-title-wrapper .swiper-button-prev .icon-arrow-svg path {
  stroke: #f8374e;
}

.secondary-scheme .mdc-tab-indicator.mdc-tab-indicator--active .mdc-tab-indicator__content--underline,
.secondary-scheme .tabs-column-item.active:before,
.secondary-scheme .tabs-item.active:before,
.secondary-scheme .tabs-row-item.active:before {
  background-image: linear-gradient(90.64deg,
      #fc354c,
      #b27cb8 50.52%,
      #0abfbc);
}

.secondary-scheme .blog-portfolio-content .left-bordered-table table {
  border-image-slice: 1;
  border-image-source: linear-gradient(0deg,
      #fc354c 27%,
      #b27cb8 58%,
      #0abfbc);
}

.secondary-scheme .scheme-rec-outstanding-scheme {
  background-color: rgba(0, 56, 73, 0.5);
}

.secondary-scheme .background-theme .scheme-row-blocks-inner {
  background-color: rgba(0, 56, 73, 0.3);
}

.secondary-scheme .callout-stripe,
.secondary-scheme .callout-stripe-copy-small,
.secondary-scheme .cta {
  background-color: #003849;
}

@media only screen and (max-width: 767px) {

  .secondary-scheme .cta,
  .secondary-scheme .cta-small {
    background-color: transparent;
  }

  .secondary-scheme .background-theme+.cta,
  .secondary-scheme .background-theme+.half-callout-wrapper .cta-small {
    background-color: #006a70;
  }

  .secondary-scheme .background-light-gray+.cta,
  .secondary-scheme .background-light-gray+.half-callout-wrapper .cta-small {
    background-color: #f8f8f8;
  }

  .secondary-scheme .cta .callout-stripe-copy,
  .secondary-scheme .half-callout-wrapper .cta-small .callout-stripe-copy {
    background-color: #003849;
  }
}

.secondary-scheme .callout-stripe-button,
.secondary-scheme .callout-stripe-button-small,
.secondary-scheme .callout-stripe-small,
.secondary-scheme .home-tabs-button,
.secondary-scheme .scheme-circled-dotted-dot,
.secondary-scheme .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active {
  background-color: #f8374e;
}

.secondary-scheme .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active {
  border-color: #f8374e;
}

.secondary-scheme .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active:after {
  border-left: 12px solid #f8374e;
}

.secondary-scheme .callout-stripe-button,
.secondary-scheme .callout-stripe-button-small {
  background-color: #f8374e;
  border: 1px solid #f8374e;
  transition: all 0.3s;
}

.secondary-scheme .callout-stripe-button-small:after,
.secondary-scheme .callout-stripe-button:after {
  background-color: #f8374e;
  transition: background-color 0.3s;
}

.secondary-scheme .callout-stripe-button-small:hover,
.secondary-scheme .callout-stripe-button:hover {
  background-color: #dd1b32;
  border-color: #dd1b32;
}

.secondary-scheme .callout-stripe-button-small:hover:after,
.secondary-scheme .callout-stripe-button:hover:after {
  background-color: #dd1b32;
}

.secondary-scheme .callout-stripe-button-small:active,
.secondary-scheme .callout-stripe-button-small:active:after,
.secondary-scheme .callout-stripe-button:active,
.secondary-scheme .callout-stripe-button:active:after {
  background-color: #c1071d;
}

@media only screen and (max-width: 1024px) {
  .secondary-scheme .cards .swiper-slide:nth-child(5n + 5) .cards-item {
    background-color: #003849;
  }
}

.secondary-scheme .accordion-icon-faqs path,
.secondary-scheme .accordion-icon-faqs svg,
.secondary-scheme .blog-related-cases-next path,
.secondary-scheme .blog-related-cases-next svg,
.secondary-scheme .blog-related-cases-prev path,
.secondary-scheme .blog-related-cases-prev svg,
.secondary-scheme .icon-chevron-svg path,
.secondary-scheme .icon-chevron-svg svg,
.secondary-scheme .link-arrow path,
.secondary-scheme .link-arrow svg,
.secondary-scheme .link-arrow-single path,
.secondary-scheme .link-arrow-single svg,
.secondary-scheme .link-arrow-small path,
.secondary-scheme .link-arrow-small svg,
.secondary-scheme .top-image-bordered-columns-item path,
.secondary-scheme .top-image-bordered-columns-item svg {
  stroke: #f8374e;
}

.secondary-scheme .checked-icon rect,
.secondary-scheme .contact-attachment .file-checkbox .checked-icon path {
  fill: #f8374e;
}

.secondary-scheme .accordion-icon,
.secondary-scheme .link-arrow,
.secondary-scheme .link-arrow-single-inner,
.secondary-scheme .link-arrow-small {
  transition: background-color 0.3s;
}

.secondary-scheme .accordion-icon:active,
.secondary-scheme .accordion-icon:hover,
.secondary-scheme .link-arrow-single-inner:active,
.secondary-scheme .link-arrow-single-inner:hover,
.secondary-scheme .link-arrow-small:active,
.secondary-scheme .link-arrow-small:hover,
.secondary-scheme .link-arrow:active,
.secondary-scheme .link-arrow:hover {
  background-color: #f8f8f8;
}

.secondary-scheme .accordion-icon:active svg.icon-arrow-svg path,
.secondary-scheme .link-arrow-single-inner:active svg.icon-arrow-svg path,
.secondary-scheme .link-arrow-small:active svg.icon-arrow-svg path,
.secondary-scheme .link-arrow:active svg.icon-arrow-svg path {
  stroke: #c1071d;
}

.secondary-scheme .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: #f8f8f8;
}

.secondary-scheme .quote-svg {
  fill: #f8374e;
}

.secondary-scheme .icon-theme svg [fill] {
  fill: #006a70;
}

.secondary-scheme .icon-theme svg [stroke] {
  stroke: #006a70;
}

.secondary-scheme .icon-theme.fourth-color svg [stroke] {
  stroke: #003849;
}

.secondary-scheme .icon-theme.fourth-color svg [fill] {
  fill: #003849;
}

.secondary-scheme .background-theme:not(.no-background-color) .icon-theme svg [stroke] {
  stroke: #f8374e;
}

.secondary-scheme .background-theme:not(.no-background-color) .icon-theme svg [fill] {
  fill: #f8374e;
}

.secondary-scheme .icon-fill-theme path {
  fill: #006a70;
}

.secondary-scheme .theme-color {
  color: #006a70;
}

.secondary-scheme .sub-text-image-grid-wrapper,
.secondary-scheme .svg-border-gradient {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90.64deg, #fc354c, #b27cb8 50.52%, #0abfbc) border-box;
}

.secondary-scheme .sub-text-image-grid-wrapper h3 {
  color: #003849;
}

.secondary-scheme .background-theme {
  background-color: #006a70;
}

.secondary-scheme .background-theme.no-background-color {
  background-color: #fff;
}

.secondary-scheme .background-theme.no-background-color * {
  color: initial;
}

.secondary-scheme .background-theme.no-background-color .icon-title-paragraph {
  color: #323232;
}

.secondary-scheme .background-theme * {
  color: #fff;
}

.secondary-scheme .background-theme svg {
  opacity: 0.9;
}

.secondary-scheme .background-theme .list-item:before,
.secondary-scheme .background-theme .table-quote-list-item.with-marker:before {
  background-color: #f8374e;
}

.secondary-scheme .background-theme .accordion-icon:active,
.secondary-scheme .background-theme .accordion-icon:hover,
.secondary-scheme .background-theme .link-arrow-single-inner:active,
.secondary-scheme .background-theme .link-arrow-single-inner:hover,
.secondary-scheme .background-theme .link-arrow-small:active,
.secondary-scheme .background-theme .link-arrow-small:hover,
.secondary-scheme .background-theme .link-arrow:active,
.secondary-scheme .background-theme .link-arrow:hover {
  background-color: rgba(0, 56, 73, 0.3);
}

.secondary-scheme .background-theme .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: rgba(0, 0, 0, 0.1);
}

.secondary-scheme .background-theme .title-link-wrapper:active .link-arrow-single-inner svg.icon-arrow-svg,
.secondary-scheme .background-theme .title-link-wrapper:active .link-arrow-single-inner svg.icon-arrow-svg path {
  stroke: #c1071d;
}

.secondary-scheme .background-theme .sub-text-image-grid-wrapper,
.secondary-scheme .background-theme .svg-border-gradient {
  background: linear-gradient(#006a70, #006a70) padding-box,
    linear-gradient(90.64deg, #fc354c, #b27cb8 50.52%, #0abfbc) border-box;
}

.secondary-scheme .background-theme-second {
  background-color: #003849;
}

.secondary-scheme .background-theme-second * {
  color: #fff;
}

.secondary-scheme .background-theme-second .accordion-icon:active,
.secondary-scheme .background-theme-second .accordion-icon:hover,
.secondary-scheme .background-theme-second .link-arrow-single-inner:active,
.secondary-scheme .background-theme-second .link-arrow-single-inner:hover,
.secondary-scheme .background-theme-second .link-arrow-small:active,
.secondary-scheme .background-theme-second .link-arrow-small:hover,
.secondary-scheme .background-theme-second .link-arrow:active,
.secondary-scheme .background-theme-second .link-arrow:hover,
.secondary-scheme .background-theme-second .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: rgba(0, 56, 73, 0.3);
}

.secondary-scheme .background-theme-second .list-item:before {
  background-color: #f8374e;
}

.secondary-scheme .background-light-gray .accordion-icon:active,
.secondary-scheme .background-light-gray .accordion-icon:hover,
.secondary-scheme .background-light-gray .link-arrow-single-inner:active,
.secondary-scheme .background-light-gray .link-arrow-single-inner:hover,
.secondary-scheme .background-light-gray .link-arrow-small:active,
.secondary-scheme .background-light-gray .link-arrow-small:hover,
.secondary-scheme .background-light-gray .link-arrow:active,
.secondary-scheme .background-light-gray .link-arrow:hover,
.secondary-scheme .background-light-gray .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: #f2f2f2;
}

.secondary-scheme .background-light-gray .sub-text-image-grid-wrapper,
.secondary-scheme .background-light-gray .svg-border-gradient {
  background: linear-gradient(#f8f8f8, #f8f8f8) padding-box,
    linear-gradient(90.64deg, #fc354c, #b27cb8 50.52%, #0abfbc) border-box;
}

.secondary-scheme .theme-gradient-background {
  background: linear-gradient(90deg, #fc354c, #b27cb8 60%, #0abfbc);
}

.secondary-scheme .cards-item:first-child,
.secondary-scheme .cards-item:nth-child(6) {
  background-color: #006a70;
}

.secondary-scheme .cards-item:nth-child(3),
.secondary-scheme .cards-item:nth-child(7) {
  background-color: #003849;
}

.secondary-scheme .cards-item:first-child *,
.secondary-scheme .cards-item:nth-child(3) *,
.secondary-scheme .cards-item:nth-child(6) *,
.secondary-scheme .cards-item:nth-child(7) * {
  color: #fff;
}

.secondary-scheme .blog-related-cases-item:first-child,
.secondary-scheme .blog-related-cases-item:nth-child(3n + 4) {
  background-color: #003849;
}

.secondary-scheme .blog-related-cases-item:first-child *,
.secondary-scheme .blog-related-cases-item:nth-child(3n + 4) * {
  color: #fff;
}

.secondary-scheme .blog-related-cases-item:nth-child(3n + 2) {
  background-color: #006a70;
}

.secondary-scheme .blog-related-cases-item:nth-child(3n + 2) * {
  color: #fff;
}

.secondary-scheme .blog-related-cases-item:nth-child(3n + 3) {
  background-color: #f8f8f8;
}

.secondary-scheme .side-info-menu-item.active,
.secondary-scheme .side-info-menu-item.active h3,
.secondary-scheme .side-info-menu-landing .side-info-menu-item:hover {
  color: #f8374e;
}

.secondary-scheme .blog-portfolio-issue {
  color: #fc354c;
}

.secondary-scheme .blog-portfolio-fix {
  color: #0abfbc;
}

.secondary-scheme .blog-portfolio-gallery-item img:hover {
  filter: drop-shadow(0 4px 12px rgba(0, 106, 112, 0.12));
}

.secondary-scheme .blog-portfolio-gallery-scrollbar .swiper-scrollbar-drag {
  background-color: #006a70;
}

@media only screen and (min-width: 1025px) {

  .secondary-scheme .main-navigation-menu-multi .link:hover:not(.page-404-layout),
  .secondary-scheme .main-navigation-menu-single .link:hover:not(.page-404-layout) {
    color: #09a6a3;
  }
}

.secondary-scheme .share-menu-link.open,
.secondary-scheme .share-menu-link:hover {
  border-color: #006a70;
}

.secondary-scheme .share-menu-link.open .share-menu-text,
.secondary-scheme .share-menu-link:hover .share-menu-text {
  color: #006a70;
}

.secondary-scheme .share-menu-link.open .share-menu-icon path,
.secondary-scheme .share-menu-link:hover .share-menu-icon path {
  stroke: #006a70;
}

.secondary-scheme .share-menu-list .share-menu-list-item:active .share-menu-list-link.react-share__ShareButton,
.secondary-scheme .share-menu-list .share-menu-list-item:hover .share-menu-list-link.react-share__ShareButton {
  color: #006a70 !important;
}

.secondary-scheme .share-menu-list .share-menu-list-item:active .icon-social-svg path,
.secondary-scheme .share-menu-list .share-menu-list-item:hover .icon-social-svg path {
  fill: #006a70;
}

.secondary-scheme .share-list-item button:active svg path,
.secondary-scheme .share-list-item button:hover svg path {
  fill: #005b60;
}

.secondary-scheme .blog-categories-item:hover {
  color: #003849;
}

.secondary-scheme .blog-categories-item.active {
  background-color: #003849;
  color: #fff;
}

.secondary-scheme .case-studies-tabs-item.active,
.secondary-scheme .case-studies-tabs-item:hover {
  color: #0abfbc;
}

.secondary-scheme .industries-page-healthcare-links a:hover {
  color: #09a6a3;
}

.secondary-scheme .table-quote-wrapper svg path {
  fill: #f8374e;
}

.secondary-scheme .quote-block-background {
  background-color: rgba(9, 166, 163, 0.03);
  border: 1px solid rgba(9, 166, 163, 0.3);
}

.secondary-scheme .scheme-progress {
  background-color: rgba(0, 56, 73, 0.5);
}

.secondary-scheme .scheme-progress-circle-empty {
  background-color: #00515d;
}

.tertiary-scheme #cluster-menu .navigation-wrapper li.parent:hover div ul li a:hover,
.tertiary-scheme .blog-portfolio-content .colored-titles-table table tr:nth-of-type(2n) td:first-of-type,
.tertiary-scheme a,
.tertiary-scheme a.list-block-link-item h5,
.tertiary-scheme a.list-block-link-item:hover .list-block-links-title,
.tertiary-scheme table a {
  color: #bb1db5;
}

.tertiary-scheme a.list-link-accordion {
  color: #323232;
  text-decoration: underline;
}

.tertiary-scheme a.list-link-accordion:hover {
  color: #ce238a;
}

.tertiary-scheme .blog-portfolio-content ul li:before,
.tertiary-scheme .list-item:before {
  background-color: #73004c;
}

.tertiary-scheme a.breadcrumbs-link.alternate-color {
  color: #fb7700;
}

.tertiary-scheme .main-navigation-link,
.tertiary-scheme .navigation-title {
  color: #fff;
}

.tertiary-scheme .main-navigation-link:after,
.tertiary-scheme .navigation-title:after {
  background-color: #73004c;
}

.tertiary-scheme .link-button,
.tertiary-scheme .main-button-blue,
.tertiary-scheme .privacy-cookies-button {
  background-color: #73004c;
  color: #fff;
  transition: background-color 0.3s;
}

.tertiary-scheme .link-button:hover,
.tertiary-scheme .main-button-blue:hover,
.tertiary-scheme .privacy-cookies-button:hover {
  background-color: #59003b;
}

.tertiary-scheme .link-button:active,
.tertiary-scheme .main-button-blue:active,
.tertiary-scheme .privacy-cookies-button:active {
  background-color: #350023;
}

.tertiary-scheme .thanks-page-button {
  border-color: #73004c;
  color: #73004c;
  transition: all 0.3s;
}

.tertiary-scheme .thanks-page-button:active,
.tertiary-scheme .thanks-page-button:hover {
  background-color: #f2f2f2;
}

.tertiary-scheme .contact-attachment .outlined {
  border-color: #323232;
  color: #6e6d71;
  transition: background-color 0.3s;
}

.tertiary-scheme .contact-attachment .outlined:active,
.tertiary-scheme .contact-attachment .outlined:hover {
  border-color: #73004c;
  color: #73004c;
}

.tertiary-scheme .contact-attachment .outlined:active.MuiButton-root:hover,
.tertiary-scheme .contact-attachment .outlined:hover.MuiButton-root:hover {
  background-color: transparent;
}

.tertiary-scheme .contact-attachment .outlined:active .icon-trash path,
.tertiary-scheme .contact-attachment .outlined:hover .icon-trash path {
  fill: #73004c;
}

.tertiary-scheme .contact-attachment .outlined:active {
  background-color: #f2f2f2 !important;
}

.tertiary-scheme .contact-attachment .attach-file-mark .question-mark-svg path {
  fill: #6e6d71;
  transition: fill 0.3s;
}

.tertiary-scheme .contact-attachment .attach-file-mark .question-mark-svg:hover path {
  fill: #73004c;
}

.tertiary-scheme .footer-social-item a .icon-social-svg path {
  fill: #323232;
  transition: fill 0.3s;
}

.tertiary-scheme .footer-social-item a:hover .icon-social-svg path {
  fill: #73004c;
}

.tertiary-scheme .footer-social-item a:active .icon-social-svg path {
  fill: #59003b;
}

.tertiary-scheme .blog-portfolio-content .colored-titles-table table tr:nth-of-type(odd) td:first-of-type {
  color: #fb7700;
}

.tertiary-scheme .contact-form .main-text-field-label.focused {
  color: #bb1db5;
}

.tertiary-scheme .contact-form .text-input-field.focused:not(.error) .main-text-field-input {
  border-color: #bb1db5;
}

.tertiary-scheme .contact-form .main-text-field-fieldset {
  border: none;
}

.tertiary-scheme .azure-table,
.tertiary-scheme .home-tabs-item.Mui-selected,
.tertiary-scheme .image-grid-bordered-caption-text,
.tertiary-scheme .legenda.top-bordered .legenda-item:first-child,
.tertiary-scheme .table-ticks-row:first-of-type,
.tertiary-scheme .table-top-bordered,
.tertiary-scheme .table-top-subtext-item,
.tertiary-scheme .top-bordered-columns-item,
.tertiary-scheme .top-image-bordered-columns-number {
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg,
      #f09819,
      #e42b14 43.75%,
      #ce238a 71.35%,
      #bb1db5);
}

.tertiary-scheme .top-bordered-columns table tr td p:first-child {
  background-image: linear-gradient(90deg, #f09819, #e42b14 60%, #ce238a);
  border-image-slice: 1;
}

.tertiary-scheme .blog-portfolio-content table thead,
.tertiary-scheme .blog-portfolio-paragraphs table>tbody tr:first-of-type,
.tertiary-scheme .copy-columns-table table td:before,
.tertiary-scheme .image-grid-bordered-caption-text.halved-border:before,
.tertiary-scheme .tabs-item-device:before,
.tertiary-scheme .top-bordered-table table:not([class]) tr:first-child,
.tertiary-scheme table.table-top-border-colored tbody td:before {
  background-image: linear-gradient(90deg,
      #f09819,
      #e42b14 60%,
      #ce238a 90.95%);
}

.tertiary-scheme .cards-title-wrapper .swiper-button-next .icon-arrow-svg path,
.tertiary-scheme .cards-title-wrapper .swiper-button-prev .icon-arrow-svg path {
  stroke: #fb7700;
}

.tertiary-scheme .mdc-tab-indicator.mdc-tab-indicator--active .mdc-tab-indicator__content--underline,
.tertiary-scheme .tabs-column-item.active:before,
.tertiary-scheme .tabs-item.active:before,
.tertiary-scheme .tabs-row-item.active:before {
  background-image: linear-gradient(90deg,
      #f09819,
      #e42b14 43.75%,
      #ce238a 71.35%,
      #bb1db5);
}

.tertiary-scheme .blog-portfolio-content .left-bordered-table table {
  border-image-slice: 1;
  border-image-source: linear-gradient(0deg,
      #f09819 27%,
      #e42b14 58%,
      #ce238a);
}

.tertiary-scheme .scheme-rec-outstanding-scheme {
  background-color: rgba(69, 0, 57, 0.5);
}

.tertiary-scheme .background-theme .scheme-row-blocks-inner {
  background-color: rgba(69, 0, 57, 0.3);
}

.tertiary-scheme .callout-stripe,
.tertiary-scheme .callout-stripe-copy-small,
.tertiary-scheme .cta {
  background-color: #450039;
}

@media only screen and (max-width: 767px) {

  .tertiary-scheme .cta,
  .tertiary-scheme .cta-small {
    background-color: transparent;
  }

  .tertiary-scheme .background-theme+.cta,
  .tertiary-scheme .background-theme+.half-callout-wrapper .cta-small {
    background-color: #73004c;
  }

  .tertiary-scheme .background-light-gray+.cta,
  .tertiary-scheme .background-light-gray+.half-callout-wrapper .cta-small {
    background-color: #f8f8f8;
  }

  .tertiary-scheme .cta .callout-stripe-copy,
  .tertiary-scheme .half-callout-wrapper .cta-small .callout-stripe-copy {
    background-color: #450039;
  }
}

.tertiary-scheme .callout-stripe-button,
.tertiary-scheme .callout-stripe-button-small,
.tertiary-scheme .callout-stripe-small,
.tertiary-scheme .home-tabs-button,
.tertiary-scheme .scheme-circled-dotted-dot,
.tertiary-scheme .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active {
  background-color: #fb7700;
}

.tertiary-scheme .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active {
  border-color: #fb7700;
}

.tertiary-scheme .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active:after {
  border-left: 12px solid #fb7700;
}

.tertiary-scheme .callout-stripe-button,
.tertiary-scheme .callout-stripe-button-small {
  background-color: #fb7700;
  border: 1px solid #fb7700;
  transition: all 0.3s;
}

.tertiary-scheme .callout-stripe-button-small:after,
.tertiary-scheme .callout-stripe-button:after {
  background-color: #fb7700;
  transition: background-color 0.3s;
}

.tertiary-scheme .callout-stripe-button-small:hover,
.tertiary-scheme .callout-stripe-button:hover {
  background-color: #e67109;
  border-color: #e67109;
}

.tertiary-scheme .callout-stripe-button-small:hover:after,
.tertiary-scheme .callout-stripe-button:hover:after {
  background-color: #e67109;
}

.tertiary-scheme .callout-stripe-button-small:active,
.tertiary-scheme .callout-stripe-button-small:active:after,
.tertiary-scheme .callout-stripe-button:active,
.tertiary-scheme .callout-stripe-button:active:after {
  background-color: #ca6408;
}

@media only screen and (max-width: 1024px) {
  .tertiary-scheme .cards .swiper-slide:nth-child(5n + 5) .cards-item {
    background-color: #450039;
  }
}

.tertiary-scheme .accordion-icon-faqs path,
.tertiary-scheme .accordion-icon-faqs svg,
.tertiary-scheme .blog-related-cases-next path,
.tertiary-scheme .blog-related-cases-next svg,
.tertiary-scheme .blog-related-cases-prev path,
.tertiary-scheme .blog-related-cases-prev svg,
.tertiary-scheme .icon-chevron-svg path,
.tertiary-scheme .icon-chevron-svg svg,
.tertiary-scheme .link-arrow path,
.tertiary-scheme .link-arrow svg,
.tertiary-scheme .link-arrow-single path,
.tertiary-scheme .link-arrow-single svg,
.tertiary-scheme .link-arrow-small path,
.tertiary-scheme .link-arrow-small svg,
.tertiary-scheme .top-image-bordered-columns-item path,
.tertiary-scheme .top-image-bordered-columns-item svg {
  stroke: #fb7700;
}

.tertiary-scheme .checked-icon rect,
.tertiary-scheme .contact-attachment .file-checkbox .checked-icon path {
  fill: #fb7700;
}

.tertiary-scheme .accordion-icon,
.tertiary-scheme .link-arrow,
.tertiary-scheme .link-arrow-single-inner,
.tertiary-scheme .link-arrow-small {
  transition: background-color 0.3s;
}

.tertiary-scheme .accordion-icon:active,
.tertiary-scheme .accordion-icon:hover,
.tertiary-scheme .link-arrow-single-inner:active,
.tertiary-scheme .link-arrow-single-inner:hover,
.tertiary-scheme .link-arrow-small:active,
.tertiary-scheme .link-arrow-small:hover,
.tertiary-scheme .link-arrow:active,
.tertiary-scheme .link-arrow:hover {
  background-color: #f8f8f8;
}

.tertiary-scheme .accordion-icon:active svg.icon-arrow-svg path,
.tertiary-scheme .link-arrow-single-inner:active svg.icon-arrow-svg path,
.tertiary-scheme .link-arrow-small:active svg.icon-arrow-svg path,
.tertiary-scheme .link-arrow:active svg.icon-arrow-svg path {
  stroke: #ca6408;
}

.tertiary-scheme .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: #f8f8f8;
}

.tertiary-scheme .quote-svg {
  fill: #fb7700;
}

.tertiary-scheme .icon-theme svg [fill] {
  fill: #73004c;
}

.tertiary-scheme .icon-theme svg [stroke] {
  stroke: #73004c;
}

.tertiary-scheme .icon-theme.fourth-color svg [stroke] {
  stroke: #450039;
}

.tertiary-scheme .icon-theme.fourth-color svg [fill] {
  fill: #450039;
}

.tertiary-scheme .background-theme:not(.no-background-color) .icon-theme svg [stroke] {
  stroke: #fb7700;
}

.tertiary-scheme .background-theme:not(.no-background-color) .icon-theme svg [fill] {
  fill: #fb7700;
}

.tertiary-scheme .icon-fill-theme path {
  fill: #73004c;
}

.tertiary-scheme .theme-color {
  color: #73004c;
}

.tertiary-scheme .sub-text-image-grid-wrapper,
.tertiary-scheme .svg-border-gradient {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg,
      #f09819,
      #e42b14 43.75%,
      #ce238a 71.35%,
      #bb1db5) border-box;
}

.tertiary-scheme .sub-text-image-grid-wrapper h3 {
  color: #450039;
}

.tertiary-scheme .background-theme {
  background-color: #73004c;
}

.tertiary-scheme .background-theme.no-background-color {
  background-color: #fff;
}

.tertiary-scheme .background-theme.no-background-color * {
  color: initial;
}

.tertiary-scheme .background-theme.no-background-color .icon-title-paragraph {
  color: #323232;
}

.tertiary-scheme .background-theme * {
  color: #fff;
}

.tertiary-scheme .background-theme svg {
  opacity: 0.9;
}

.tertiary-scheme .background-theme .list-item:before,
.tertiary-scheme .background-theme .table-quote-list-item.with-marker:before {
  background-color: #fb7700;
}

.tertiary-scheme .background-theme .accordion-icon:active,
.tertiary-scheme .background-theme .accordion-icon:hover,
.tertiary-scheme .background-theme .link-arrow-single-inner:active,
.tertiary-scheme .background-theme .link-arrow-single-inner:hover,
.tertiary-scheme .background-theme .link-arrow-small:active,
.tertiary-scheme .background-theme .link-arrow-small:hover,
.tertiary-scheme .background-theme .link-arrow:active,
.tertiary-scheme .background-theme .link-arrow:hover {
  background-color: rgba(69, 0, 57, 0.3);
}

.tertiary-scheme .background-theme .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: rgba(0, 0, 0, 0.1);
}

.tertiary-scheme .background-theme .title-link-wrapper:active .link-arrow-single-inner svg.icon-arrow-svg,
.tertiary-scheme .background-theme .title-link-wrapper:active .link-arrow-single-inner svg.icon-arrow-svg path {
  stroke: #ca6408;
}

.tertiary-scheme .background-theme .sub-text-image-grid-wrapper,
.tertiary-scheme .background-theme .svg-border-gradient {
  background: linear-gradient(#73004c, #73004c) padding-box,
    linear-gradient(90deg,
      #f09819,
      #e42b14 43.75%,
      #ce238a 71.35%,
      #bb1db5) border-box;
}

.tertiary-scheme .background-theme-second {
  background-color: #450039;
}

.tertiary-scheme .background-theme-second * {
  color: #fff;
}

.tertiary-scheme .background-theme-second .accordion-icon:active,
.tertiary-scheme .background-theme-second .accordion-icon:hover,
.tertiary-scheme .background-theme-second .link-arrow-single-inner:active,
.tertiary-scheme .background-theme-second .link-arrow-single-inner:hover,
.tertiary-scheme .background-theme-second .link-arrow-small:active,
.tertiary-scheme .background-theme-second .link-arrow-small:hover,
.tertiary-scheme .background-theme-second .link-arrow:active,
.tertiary-scheme .background-theme-second .link-arrow:hover,
.tertiary-scheme .background-theme-second .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: rgba(69, 0, 57, 0.3);
}

.tertiary-scheme .background-theme-second .list-item:before {
  background-color: #fb7700;
}

.tertiary-scheme .background-light-gray .accordion-icon:active,
.tertiary-scheme .background-light-gray .accordion-icon:hover,
.tertiary-scheme .background-light-gray .link-arrow-single-inner:active,
.tertiary-scheme .background-light-gray .link-arrow-single-inner:hover,
.tertiary-scheme .background-light-gray .link-arrow-small:active,
.tertiary-scheme .background-light-gray .link-arrow-small:hover,
.tertiary-scheme .background-light-gray .link-arrow:active,
.tertiary-scheme .background-light-gray .link-arrow:hover,
.tertiary-scheme .background-light-gray .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: #f2f2f2;
}

.tertiary-scheme .background-light-gray .sub-text-image-grid-wrapper,
.tertiary-scheme .background-light-gray .svg-border-gradient {
  background: linear-gradient(#f8f8f8, #f8f8f8) padding-box,
    linear-gradient(90deg,
      #f09819,
      #e42b14 43.75%,
      #ce238a 71.35%,
      #bb1db5) border-box;
}

.tertiary-scheme .theme-gradient-background {
  background: linear-gradient(90deg, #f09819, #e42b14 60%, #ce238a);
}

.tertiary-scheme .cards-item:first-child,
.tertiary-scheme .cards-item:nth-child(6) {
  background-color: #73004c;
}

.tertiary-scheme .cards-item:nth-child(3),
.tertiary-scheme .cards-item:nth-child(7) {
  background-color: #450039;
}

.tertiary-scheme .cards-item:first-child *,
.tertiary-scheme .cards-item:nth-child(3) *,
.tertiary-scheme .cards-item:nth-child(6) *,
.tertiary-scheme .cards-item:nth-child(7) * {
  color: #fff;
}

.tertiary-scheme .blog-related-cases-item:first-child,
.tertiary-scheme .blog-related-cases-item:nth-child(3n + 4) {
  background-color: #450039;
}

.tertiary-scheme .blog-related-cases-item:first-child *,
.tertiary-scheme .blog-related-cases-item:nth-child(3n + 4) * {
  color: #fff;
}

.tertiary-scheme .blog-related-cases-item:nth-child(3n + 2) {
  background-color: #73004c;
}

.tertiary-scheme .blog-related-cases-item:nth-child(3n + 2) * {
  color: #fff;
}

.tertiary-scheme .blog-related-cases-item:nth-child(3n + 3) {
  background-color: #f8f8f8;
}

.tertiary-scheme .side-info-menu-item.active,
.tertiary-scheme .side-info-menu-item.active h3,
.tertiary-scheme .side-info-menu-landing .side-info-menu-item:hover {
  color: #fb7700;
}

.tertiary-scheme .blog-portfolio-issue {
  color: #f09819;
}

.tertiary-scheme .blog-portfolio-fix {
  color: #ce238a;
}

.tertiary-scheme .blog-portfolio-gallery-item img:hover {
  filter: drop-shadow(0 4px 12px rgba(115, 0, 76, 0.12));
}

.tertiary-scheme .blog-portfolio-gallery-scrollbar .swiper-scrollbar-drag {
  background-color: #73004c;
}

@media only screen and (min-width: 1025px) {

  .tertiary-scheme .main-navigation-menu-multi .link:hover:not(.page-404-layout),
  .tertiary-scheme .main-navigation-menu-single .link:hover:not(.page-404-layout) {
    color: #bb1db5;
  }
}

.tertiary-scheme .share-menu-link.open,
.tertiary-scheme .share-menu-link:hover {
  border-color: #73004c;
}

.tertiary-scheme .share-menu-link.open .share-menu-text,
.tertiary-scheme .share-menu-link:hover .share-menu-text {
  color: #73004c;
}

.tertiary-scheme .share-menu-link.open .share-menu-icon path,
.tertiary-scheme .share-menu-link:hover .share-menu-icon path {
  stroke: #73004c;
}

.tertiary-scheme .share-menu-list .share-menu-list-item:active .share-menu-list-link.react-share__ShareButton,
.tertiary-scheme .share-menu-list .share-menu-list-item:hover .share-menu-list-link.react-share__ShareButton {
  color: #73004c !important;
}

.tertiary-scheme .share-menu-list .share-menu-list-item:active .icon-social-svg path,
.tertiary-scheme .share-menu-list .share-menu-list-item:hover .icon-social-svg path {
  fill: #73004c;
}

.tertiary-scheme .share-list-item button:active svg path,
.tertiary-scheme .share-list-item button:hover svg path {
  fill: #59003b;
}

.tertiary-scheme .blog-categories-item:hover {
  color: #450039;
}

.tertiary-scheme .blog-categories-item.active {
  background-color: #450039;
  color: #fff;
}

.tertiary-scheme .case-studies-tabs-item.active,
.tertiary-scheme .case-studies-tabs-item:hover {
  color: #ce238a;
}

.tertiary-scheme .industries-page-healthcare-links a:hover {
  color: #bb1db5;
}

.tertiary-scheme .table-quote-wrapper svg path {
  fill: #fb7700;
}

.tertiary-scheme .quote-block-background {
  background-color: rgba(187, 29, 181, 0.03);
  border: 1px solid rgba(187, 29, 181, 0.3);
}

.tertiary-scheme .scheme-progress {
  background-color: rgba(69, 0, 57, 0.5);
}

.tertiary-scheme .scheme-progress-circle-empty {
  background-color: #5c0043;
}

.quaternary-scheme #cluster-menu .navigation-wrapper li.parent:hover div ul li a:hover,
.quaternary-scheme .blog-portfolio-content .colored-titles-table table tr:nth-of-type(2n) td:first-of-type,
.quaternary-scheme a,
.quaternary-scheme a.list-block-link-item h5,
.quaternary-scheme a.list-block-link-item:hover .list-block-links-title,
.quaternary-scheme table a {
  color: #9614e6;
}

.quaternary-scheme a.list-link-accordion {
  color: #323232;
  text-decoration: underline;
}

.quaternary-scheme a.list-link-accordion:hover {
  color: #9614e6;
}

.quaternary-scheme .blog-portfolio-content ul li:before,
.quaternary-scheme .list-item:before {
  background-color: #59068c;
}

.quaternary-scheme a.breadcrumbs-link.alternate-color {
  color: #21e0dd;
}

.quaternary-scheme .main-navigation-link,
.quaternary-scheme .navigation-title {
  color: #fff;
}

.quaternary-scheme .main-navigation-link:after,
.quaternary-scheme .navigation-title:after {
  background-color: #59068c;
}

.quaternary-scheme .link-button,
.quaternary-scheme .main-button-blue,
.quaternary-scheme .privacy-cookies-button {
  background-color: #59068c;
  color: #fff;
  transition: background-color 0.3s;
}

.quaternary-scheme .link-button:active,
.quaternary-scheme .link-button:hover,
.quaternary-scheme .main-button-blue:active,
.quaternary-scheme .main-button-blue:hover,
.quaternary-scheme .privacy-cookies-button:active,
.quaternary-scheme .privacy-cookies-button:hover {
  background-color: #3e0263;
}

.quaternary-scheme .thanks-page-button {
  border-color: #59068c;
  color: #59068c;
  transition: all 0.3s;
}

.quaternary-scheme .thanks-page-button:active,
.quaternary-scheme .thanks-page-button:hover {
  background-color: #f2f2f2;
}

.quaternary-scheme .contact-attachment .outlined {
  border-color: #323232;
  color: #6e6d71;
  transition: background-color 0.3s;
}

.quaternary-scheme .contact-attachment .outlined:active,
.quaternary-scheme .contact-attachment .outlined:hover {
  border-color: #59068c;
  color: #59068c;
}

.quaternary-scheme .contact-attachment .outlined:active.MuiButton-root:hover,
.quaternary-scheme .contact-attachment .outlined:hover.MuiButton-root:hover {
  background-color: transparent;
}

.quaternary-scheme .contact-attachment .outlined:active .icon-trash path,
.quaternary-scheme .contact-attachment .outlined:hover .icon-trash path {
  fill: #59068c;
}

.quaternary-scheme .contact-attachment .outlined:active {
  background-color: #f2f2f2 !important;
}

.quaternary-scheme .contact-attachment .attach-file-mark .question-mark-svg path {
  fill: #6e6d71;
  transition: fill 0.3s;
}

.quaternary-scheme .contact-attachment .attach-file-mark .question-mark-svg:hover path {
  fill: #59068c;
}

.quaternary-scheme .footer-social-item a .icon-social-svg path {
  fill: #323232;
  transition: fill 0.3s;
}

.quaternary-scheme .footer-social-item a:hover .icon-social-svg path {
  fill: #59068c;
}

.quaternary-scheme .footer-social-item a:active .icon-social-svg path {
  fill: #3e0263;
}

.quaternary-scheme .blog-portfolio-content .colored-titles-table table tr:nth-of-type(odd) td:first-of-type {
  color: #21e0dd;
}

.quaternary-scheme .contact-form .main-text-field-label.focused {
  color: #9614e6;
}

.quaternary-scheme .contact-form .text-input-field.focused:not(.error) .main-text-field-input {
  border-color: #9614e6;
}

.quaternary-scheme .contact-form .main-text-field-fieldset {
  border: none;
}

.quaternary-scheme .azure-table,
.quaternary-scheme .home-tabs-item.Mui-selected,
.quaternary-scheme .image-grid-bordered-caption-text,
.quaternary-scheme .legenda.top-bordered .legenda-item:first-child,
.quaternary-scheme .table-ticks-row:first-of-type,
.quaternary-scheme .table-top-bordered,
.quaternary-scheme .table-top-subtext-item,
.quaternary-scheme .top-bordered-columns-item,
.quaternary-scheme .top-image-bordered-columns-number {
  border-image-slice: 1;
  border-image-source: linear-gradient(90.64deg,
      #2de0dd,
      #27b1cf 39.06%,
      #a410ff);
}

.quaternary-scheme .top-bordered-columns table tr td p:first-child {
  background-image: linear-gradient(90deg, #21e0dd, #5c73d9 60%, #9614e6);
  border-image-slice: 1;
}

.quaternary-scheme .blog-portfolio-content table thead,
.quaternary-scheme .blog-portfolio-paragraphs table>tbody tr:first-of-type,
.quaternary-scheme .copy-columns-table table td:before,
.quaternary-scheme .image-grid-bordered-caption-text.halved-border:before,
.quaternary-scheme .tabs-item-device:before,
.quaternary-scheme .top-bordered-table table:not([class]) tr:first-child,
.quaternary-scheme table.table-top-border-colored tbody td:before {
  background-image: linear-gradient(90deg,
      #21e0dd,
      #5c73d9 60%,
      #9614e6 90.95%);
}

.quaternary-scheme .cards-title-wrapper .swiper-button-next .icon-arrow-svg path,
.quaternary-scheme .cards-title-wrapper .swiper-button-prev .icon-arrow-svg path {
  stroke: #21e0dd;
}

.quaternary-scheme .mdc-tab-indicator.mdc-tab-indicator--active .mdc-tab-indicator__content--underline,
.quaternary-scheme .tabs-column-item.active:before,
.quaternary-scheme .tabs-item.active:before,
.quaternary-scheme .tabs-row-item.active:before {
  background-image: linear-gradient(90.64deg,
      #2de0dd,
      #27b1cf 39.06%,
      #a410ff);
}

.quaternary-scheme .blog-portfolio-content .left-bordered-table table {
  border-image-slice: 1;
  border-image-source: linear-gradient(0deg,
      #21e0dd 27%,
      #5c73d9 58%,
      #9614e6);
}

.quaternary-scheme .scheme-rec-outstanding-scheme {
  background-color: rgba(40, 15, 89, 0.5);
}

.quaternary-scheme .background-theme .scheme-row-blocks-inner {
  background-color: rgba(40, 15, 89, 0.3);
}

.quaternary-scheme .callout-stripe,
.quaternary-scheme .callout-stripe-copy-small,
.quaternary-scheme .cta {
  background-color: #280f59;
}

@media only screen and (max-width: 767px) {

  .quaternary-scheme .cta,
  .quaternary-scheme .cta-small {
    background-color: transparent;
  }

  .quaternary-scheme .background-theme+.cta,
  .quaternary-scheme .background-theme+.half-callout-wrapper .cta-small {
    background-color: #59068c;
  }

  .quaternary-scheme .background-light-gray+.cta,
  .quaternary-scheme .background-light-gray+.half-callout-wrapper .cta-small {
    background-color: #f8f8f8;
  }

  .quaternary-scheme .cta .callout-stripe-copy,
  .quaternary-scheme .half-callout-wrapper .cta-small .callout-stripe-copy {
    background-color: #280f59;
  }
}

.quaternary-scheme .callout-stripe-button,
.quaternary-scheme .callout-stripe-button-small,
.quaternary-scheme .callout-stripe-small,
.quaternary-scheme .home-tabs-button,
.quaternary-scheme .scheme-circled-dotted-dot,
.quaternary-scheme .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active {
  background-color: #21e0dd;
}

.quaternary-scheme .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active {
  border-color: #21e0dd;
}

.quaternary-scheme .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active:after {
  border-left: 12px solid #21e0dd;
}

.quaternary-scheme .callout-stripe-button,
.quaternary-scheme .callout-stripe-button-small {
  background-color: #21e0dd;
  border: 1px solid #21e0dd;
  transition: all 0.3s;
}

.quaternary-scheme .callout-stripe-button-small:after,
.quaternary-scheme .callout-stripe-button:after {
  background-color: #21e0dd;
  transition: background-color 0.3s;
}

.quaternary-scheme .callout-stripe-button-small:hover,
.quaternary-scheme .callout-stripe-button:hover {
  background-color: #12cac7;
  border-color: #12cac7;
}

.quaternary-scheme .callout-stripe-button-small:hover:after,
.quaternary-scheme .callout-stripe-button:hover:after {
  background-color: #12cac7;
}

.quaternary-scheme .callout-stripe-button-small:active,
.quaternary-scheme .callout-stripe-button-small:active:after,
.quaternary-scheme .callout-stripe-button:active,
.quaternary-scheme .callout-stripe-button:active:after {
  background-color: #10b5b2;
}

@media only screen and (max-width: 1024px) {
  .quaternary-scheme .cards .swiper-slide:nth-child(5n + 5) .cards-item {
    background-color: #280f59;
  }
}

.quaternary-scheme .accordion-icon-faqs path,
.quaternary-scheme .accordion-icon-faqs svg,
.quaternary-scheme .blog-related-cases-next path,
.quaternary-scheme .blog-related-cases-next svg,
.quaternary-scheme .blog-related-cases-prev path,
.quaternary-scheme .blog-related-cases-prev svg,
.quaternary-scheme .icon-chevron-svg path,
.quaternary-scheme .icon-chevron-svg svg,
.quaternary-scheme .link-arrow path,
.quaternary-scheme .link-arrow svg,
.quaternary-scheme .link-arrow-single path,
.quaternary-scheme .link-arrow-single svg,
.quaternary-scheme .link-arrow-small path,
.quaternary-scheme .link-arrow-small svg,
.quaternary-scheme .top-image-bordered-columns-item path,
.quaternary-scheme .top-image-bordered-columns-item svg {
  stroke: #21e0dd;
}

.quaternary-scheme .checked-icon rect,
.quaternary-scheme .contact-attachment .file-checkbox .checked-icon path {
  fill: #21e0dd;
}

.quaternary-scheme .accordion-icon,
.quaternary-scheme .link-arrow,
.quaternary-scheme .link-arrow-single-inner,
.quaternary-scheme .link-arrow-small {
  transition: background-color 0.3s;
}

.quaternary-scheme .accordion-icon:active,
.quaternary-scheme .accordion-icon:hover,
.quaternary-scheme .link-arrow-single-inner:active,
.quaternary-scheme .link-arrow-single-inner:hover,
.quaternary-scheme .link-arrow-small:active,
.quaternary-scheme .link-arrow-small:hover,
.quaternary-scheme .link-arrow:active,
.quaternary-scheme .link-arrow:hover {
  background-color: #f8f8f8;
}

.quaternary-scheme .accordion-icon:active svg.icon-arrow-svg path,
.quaternary-scheme .link-arrow-single-inner:active svg.icon-arrow-svg path,
.quaternary-scheme .link-arrow-small:active svg.icon-arrow-svg path,
.quaternary-scheme .link-arrow:active svg.icon-arrow-svg path {
  stroke: #10b5b2;
}

.quaternary-scheme .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: #f8f8f8;
}

.quaternary-scheme .quote-svg {
  fill: #21e0dd;
}

.quaternary-scheme .icon-theme svg [fill] {
  fill: #59068c;
}

.quaternary-scheme .icon-theme svg [stroke] {
  stroke: #59068c;
}

.quaternary-scheme .icon-theme.fourth-color svg [stroke] {
  stroke: #280f59;
}

.quaternary-scheme .icon-theme.fourth-color svg [fill] {
  fill: #280f59;
}

.quaternary-scheme .background-theme:not(.no-background-color) .icon-theme svg [stroke] {
  stroke: #21e0dd;
}

.quaternary-scheme .background-theme:not(.no-background-color) .icon-theme svg [fill] {
  fill: #21e0dd;
}

.quaternary-scheme .icon-fill-theme path {
  fill: #59068c;
}

.quaternary-scheme .theme-color {
  color: #59068c;
}

.quaternary-scheme .sub-text-image-grid-wrapper,
.quaternary-scheme .svg-border-gradient {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90.64deg, #2de0dd, #27b1cf 39.06%, #a410ff) border-box;
}

.quaternary-scheme .sub-text-image-grid-wrapper h3 {
  color: #280f59;
}

.quaternary-scheme .background-theme {
  background-color: #59068c;
}

.quaternary-scheme .background-theme.no-background-color {
  background-color: #fff;
}

.quaternary-scheme .background-theme.no-background-color * {
  color: initial;
}

.quaternary-scheme .background-theme.no-background-color .icon-title-paragraph {
  color: #323232;
}

.quaternary-scheme .background-theme * {
  color: #fff;
}

.quaternary-scheme .background-theme svg {
  opacity: 0.9;
}

.quaternary-scheme .background-theme .list-item:before,
.quaternary-scheme .background-theme .table-quote-list-item.with-marker:before {
  background-color: #21e0dd;
}

.quaternary-scheme .background-theme .accordion-icon:active,
.quaternary-scheme .background-theme .accordion-icon:hover,
.quaternary-scheme .background-theme .link-arrow-single-inner:active,
.quaternary-scheme .background-theme .link-arrow-single-inner:hover,
.quaternary-scheme .background-theme .link-arrow-small:active,
.quaternary-scheme .background-theme .link-arrow-small:hover,
.quaternary-scheme .background-theme .link-arrow:active,
.quaternary-scheme .background-theme .link-arrow:hover {
  background-color: rgba(40, 15, 89, 0.3);
}

.quaternary-scheme .background-theme .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: rgba(0, 0, 0, 0.1);
}

.quaternary-scheme .background-theme .title-link-wrapper:active .link-arrow-single-inner svg.icon-arrow-svg,
.quaternary-scheme .background-theme .title-link-wrapper:active .link-arrow-single-inner svg.icon-arrow-svg path {
  stroke: #10b5b2;
}

.quaternary-scheme .background-theme .sub-text-image-grid-wrapper,
.quaternary-scheme .background-theme .svg-border-gradient {
  background: linear-gradient(#59068c, #59068c) padding-box,
    linear-gradient(90.64deg, #2de0dd, #27b1cf 39.06%, #a410ff) border-box;
}

.quaternary-scheme .background-theme-second {
  background-color: #280f59;
}

.quaternary-scheme .background-theme-second * {
  color: #fff;
}

.quaternary-scheme .background-theme-second .accordion-icon:active,
.quaternary-scheme .background-theme-second .accordion-icon:hover,
.quaternary-scheme .background-theme-second .link-arrow-single-inner:active,
.quaternary-scheme .background-theme-second .link-arrow-single-inner:hover,
.quaternary-scheme .background-theme-second .link-arrow-small:active,
.quaternary-scheme .background-theme-second .link-arrow-small:hover,
.quaternary-scheme .background-theme-second .link-arrow:active,
.quaternary-scheme .background-theme-second .link-arrow:hover,
.quaternary-scheme .background-theme-second .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: rgba(40, 15, 89, 0.3);
}

.quaternary-scheme .background-theme-second .list-item:before {
  background-color: #21e0dd;
}

.quaternary-scheme .background-light-gray .accordion-icon:active,
.quaternary-scheme .background-light-gray .accordion-icon:hover,
.quaternary-scheme .background-light-gray .link-arrow-single-inner:active,
.quaternary-scheme .background-light-gray .link-arrow-single-inner:hover,
.quaternary-scheme .background-light-gray .link-arrow-small:active,
.quaternary-scheme .background-light-gray .link-arrow-small:hover,
.quaternary-scheme .background-light-gray .link-arrow:active,
.quaternary-scheme .background-light-gray .link-arrow:hover,
.quaternary-scheme .background-light-gray .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: #f2f2f2;
}

.quaternary-scheme .background-light-gray .sub-text-image-grid-wrapper,
.quaternary-scheme .background-light-gray .svg-border-gradient {
  background: linear-gradient(#f8f8f8, #f8f8f8) padding-box,
    linear-gradient(90.64deg, #2de0dd, #27b1cf 39.06%, #a410ff) border-box;
}

.quaternary-scheme .theme-gradient-background {
  background: linear-gradient(90deg, #21e0dd, #5c73d9 60%, #9614e6);
}

.quaternary-scheme .cards-item:first-child,
.quaternary-scheme .cards-item:nth-child(6) {
  background-color: #59068c;
}

.quaternary-scheme .cards-item:nth-child(3),
.quaternary-scheme .cards-item:nth-child(7) {
  background-color: #280f59;
}

.quaternary-scheme .cards-item:first-child *,
.quaternary-scheme .cards-item:nth-child(3) *,
.quaternary-scheme .cards-item:nth-child(6) *,
.quaternary-scheme .cards-item:nth-child(7) * {
  color: #fff;
}

.quaternary-scheme .blog-related-cases-item:first-child,
.quaternary-scheme .blog-related-cases-item:nth-child(3n + 4) {
  background-color: #280f59;
}

.quaternary-scheme .blog-related-cases-item:first-child *,
.quaternary-scheme .blog-related-cases-item:nth-child(3n + 4) * {
  color: #fff;
}

.quaternary-scheme .blog-related-cases-item:nth-child(3n + 2) {
  background-color: #59068c;
}

.quaternary-scheme .blog-related-cases-item:nth-child(3n + 2) * {
  color: #fff;
}

.quaternary-scheme .blog-related-cases-item:nth-child(3n + 3) {
  background-color: #f8f8f8;
}

.quaternary-scheme .blog-portfolio-issue,
.quaternary-scheme .side-info-menu-item.active,
.quaternary-scheme .side-info-menu-item.active h3,
.quaternary-scheme .side-info-menu-landing .side-info-menu-item:hover {
  color: #21e0dd;
}

.quaternary-scheme .blog-portfolio-fix {
  color: #9614e6;
}

.quaternary-scheme .blog-portfolio-gallery-item img:hover {
  filter: drop-shadow(0 4px 12px rgba(89, 6, 140, 0.12));
}

.quaternary-scheme .blog-portfolio-gallery-scrollbar .swiper-scrollbar-drag {
  background-color: #59068c;
}

@media only screen and (min-width: 1025px) {

  .quaternary-scheme .main-navigation-menu-multi .link:hover:not(.page-404-layout),
  .quaternary-scheme .main-navigation-menu-single .link:hover:not(.page-404-layout) {
    color: #9614e6;
  }
}

.quaternary-scheme .share-menu-link.open,
.quaternary-scheme .share-menu-link:hover {
  border-color: #59068c;
}

.quaternary-scheme .share-menu-link.open .share-menu-text,
.quaternary-scheme .share-menu-link:hover .share-menu-text {
  color: #59068c;
}

.quaternary-scheme .share-menu-link.open .share-menu-icon path,
.quaternary-scheme .share-menu-link:hover .share-menu-icon path {
  stroke: #59068c;
}

.quaternary-scheme .share-menu-list .share-menu-list-item:active .share-menu-list-link.react-share__ShareButton,
.quaternary-scheme .share-menu-list .share-menu-list-item:hover .share-menu-list-link.react-share__ShareButton {
  color: #59068c !important;
}

.quaternary-scheme .share-menu-list .share-menu-list-item:active .icon-social-svg path,
.quaternary-scheme .share-menu-list .share-menu-list-item:hover .icon-social-svg path {
  fill: #59068c;
}

.quaternary-scheme .share-list-item button:active svg path,
.quaternary-scheme .share-list-item button:hover svg path {
  fill: #3e0263;
}

.quaternary-scheme .blog-categories-item:hover {
  color: #280f59;
}

.quaternary-scheme .blog-categories-item.active {
  background-color: #280f59;
  color: #fff;
}

.quaternary-scheme .case-studies-tabs-item.active,
.quaternary-scheme .case-studies-tabs-item:hover,
.quaternary-scheme .industries-page-healthcare-links a:hover {
  color: #9614e6;
}

.quaternary-scheme .table-quote-wrapper svg path {
  fill: #21e0dd;
}

.quaternary-scheme .quote-block-background {
  background-color: rgba(150, 20, 230, 0.03);
  border: 1px solid rgba(150, 20, 230, 0.3);
}

.quaternary-scheme .scheme-progress {
  background-color: rgba(40, 15, 89, 0.5);
}

.quaternary-scheme .scheme-progress-circle-empty {
  background-color: #410b73;
}

.homepage #cluster-menu .navigation-wrapper li.parent:hover div ul li a:hover,
.homepage .blog-portfolio-content .colored-titles-table table tr:nth-of-type(2n) td:first-of-type,
.homepage a,
.homepage a.list-block-link-item h5,
.homepage a.list-block-link-item:hover .list-block-links-title,
.homepage table a {
  color: #0b75fd;
}

.homepage a.list-link-accordion {
  color: #323232;
  text-decoration: underline;
}

.homepage a.list-link-accordion:hover {
  color: #0b75fd;
}

.homepage .blog-portfolio-content ul li:before,
.homepage .list-item:before {
  background-color: #082eb5;
}

.homepage a.breadcrumbs-link.alternate-color {
  color: #ff04d5;
}

.homepage .main-navigation-link,
.homepage .navigation-title {
  color: #323232;
}

.homepage .main-navigation-link:after,
.homepage .navigation-title:after {
  background-color: #082eb5;
}

.homepage .link-button,
.homepage .main-button-blue,
.homepage .privacy-cookies-button {
  background-color: #082eb5;
  color: #fff;
  transition: background-color 0.3s;
}

.homepage .link-button:hover,
.homepage .main-button-blue:hover,
.homepage .privacy-cookies-button:hover {
  background-color: #06248c;
}

.homepage .link-button:active,
.homepage .main-button-blue:active,
.homepage .privacy-cookies-button:active {
  background-color: #00155e;
}

.homepage .thanks-page-button {
  border-color: #082eb5;
  color: #082eb5;
  transition: all 0.3s;
}

.homepage .thanks-page-button:active,
.homepage .thanks-page-button:hover {
  background-color: #f2f2f2;
}

.homepage .contact-attachment .outlined {
  border-color: #323232;
  color: #6e6d71;
  transition: background-color 0.3s;
}

.homepage .contact-attachment .outlined:active,
.homepage .contact-attachment .outlined:hover {
  border-color: #082eb5;
  color: #082eb5;
}

.homepage .contact-attachment .outlined:active.MuiButton-root:hover,
.homepage .contact-attachment .outlined:hover.MuiButton-root:hover {
  background-color: transparent;
}

.homepage .contact-attachment .outlined:active .icon-trash path,
.homepage .contact-attachment .outlined:hover .icon-trash path {
  fill: #082eb5;
}

.homepage .contact-attachment .outlined:active {
  background-color: #f2f2f2 !important;
}

.homepage .contact-attachment .attach-file-mark .question-mark-svg path {
  fill: #6e6d71;
  transition: fill 0.3s;
}

.homepage .contact-attachment .attach-file-mark .question-mark-svg:hover path {
  fill: #082eb5;
}

.homepage .footer-social-item a .icon-social-svg path {
  fill: #323232;
  transition: fill 0.3s;
}

.homepage .footer-social-item a:hover .icon-social-svg path {
  fill: #082eb5;
}

.homepage .footer-social-item a:active .icon-social-svg path {
  fill: #06248c;
}

.homepage .blog-portfolio-content .colored-titles-table table tr:nth-of-type(odd) td:first-of-type {
  color: #ff04d5;
}

.homepage .contact-form .main-text-field-label.focused {
  color: #0b75fd;
}

.homepage .contact-form .text-input-field.focused:not(.error) .main-text-field-input {
  border-color: #0b75fd;
}

.homepage .contact-form .main-text-field-fieldset {
  border: none;
}

.homepage .azure-table,
.homepage .home-tabs-item.Mui-selected,
.homepage .image-grid-bordered-caption-text,
.homepage .legenda.top-bordered .legenda-item:first-child,
.homepage .table-ticks-row:first-of-type,
.homepage .table-top-bordered,
.homepage .table-top-subtext-item,
.homepage .top-bordered-columns-item,
.homepage .top-image-bordered-columns-number {
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg,
      #ff04d5,
      #b27cb8 60%,
      #0b75fd);
}

.homepage .top-bordered-columns table tr td p:first-child {
  background-image: linear-gradient(90deg, #ff04d5, #b27cb8 60%, #0b75fd);
  border-image-slice: 1;
}

.homepage .blog-portfolio-content table thead,
.homepage .blog-portfolio-paragraphs table>tbody tr:first-of-type,
.homepage .copy-columns-table table td:before,
.homepage .image-grid-bordered-caption-text.halved-border:before,
.homepage .tabs-item-device:before,
.homepage .top-bordered-table table:not([class]) tr:first-child,
.homepage table.table-top-border-colored tbody td:before {
  background-image: linear-gradient(90deg,
      #ff04d5,
      #b27cb8 60%,
      #0b75fd 90.95%);
}

.homepage .mdc-tab-indicator.mdc-tab-indicator--active .mdc-tab-indicator__content--underline,
.homepage .tabs-column-item.active:before,
.homepage .tabs-item.active:before,
.homepage .tabs-row-item.active:before {
  background-image: linear-gradient(279.09deg,
      #007aff,
      #2767f8 15.7%,
      #8938e5 51.03%,
      #ff00cf 90.95%);
}

.homepage .blog-portfolio-content .left-bordered-table table {
  border-image-slice: 1;
  border-image-source: linear-gradient(0deg,
      #ff04d5 27%,
      #b27cb8 58%,
      #0b75fd);
}

.homepage .scheme-rec-outstanding-scheme {
  background-color: rgba(9, 30, 108, 0.5);
}

.homepage .background-theme .scheme-row-blocks-inner {
  background-color: rgba(9, 30, 108, 0.3);
}

.homepage .callout-stripe,
.homepage .callout-stripe-copy-small,
.homepage .cta {
  background-color: #091e6c;
}

@media only screen and (max-width: 767px) {

  .homepage .cta,
  .homepage .cta-small {
    background-color: transparent;
  }

  .homepage .background-theme+.cta,
  .homepage .background-theme+.half-callout-wrapper .cta-small {
    background-color: #082eb5;
  }

  .homepage .background-light-gray+.cta,
  .homepage .background-light-gray+.half-callout-wrapper .cta-small {
    background-color: #f8f8f8;
  }

  .homepage .cta .callout-stripe-copy,
  .homepage .half-callout-wrapper .cta-small .callout-stripe-copy {
    background-color: #091e6c;
  }
}

.homepage .callout-stripe-button,
.homepage .callout-stripe-button-small,
.homepage .callout-stripe-small,
.homepage .home-tabs-button,
.homepage .scheme-circled-dotted-dot,
.homepage .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active {
  background-color: #ff04d5;
}

.homepage .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active {
  border-color: #ff04d5;
}

.homepage .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active:after {
  border-left: 12px solid #ff04d5;
}

.homepage .callout-stripe-button,
.homepage .callout-stripe-button-small {
  background-color: #ff04d5;
  border: 1px solid #ff04d5;
  transition: all 0.3s;
}

.homepage .callout-stripe-button-small:after,
.homepage .callout-stripe-button:after {
  background-color: #ff04d5;
  transition: background-color 0.3s;
}

.homepage .callout-stripe-button-small:hover,
.homepage .callout-stripe-button:hover {
  background-color: #da05b6;
  border-color: #da05b6;
}

.homepage .callout-stripe-button-small:hover:after,
.homepage .callout-stripe-button:hover:after {
  background-color: #da05b6;
}

.homepage .callout-stripe-button-small:active,
.homepage .callout-stripe-button-small:active:after,
.homepage .callout-stripe-button:active,
.homepage .callout-stripe-button:active:after {
  background-color: #ba029b;
}

@media only screen and (max-width: 1024px) {
  .homepage .cards .swiper-slide:nth-child(5n + 5) .cards-item {
    background-color: #091e6c;
  }
}

.homepage .accordion-icon-faqs path,
.homepage .accordion-icon-faqs svg,
.homepage .blog-related-cases-next path,
.homepage .blog-related-cases-next svg,
.homepage .blog-related-cases-prev path,
.homepage .blog-related-cases-prev svg,
.homepage .icon-chevron-svg path,
.homepage .icon-chevron-svg svg,
.homepage .link-arrow path,
.homepage .link-arrow svg,
.homepage .link-arrow-single path,
.homepage .link-arrow-single svg,
.homepage .link-arrow-small path,
.homepage .link-arrow-small svg,
.homepage .top-image-bordered-columns-item path,
.homepage .top-image-bordered-columns-item svg {
  stroke: #ff04d5;
}

.homepage .checked-icon rect,
.homepage .contact-attachment .file-checkbox .checked-icon path {
  fill: #ff04d5;
}

.homepage .accordion-icon,
.homepage .link-arrow,
.homepage .link-arrow-single-inner,
.homepage .link-arrow-small {
  transition: background-color 0.3s;
}

.homepage .accordion-icon:active,
.homepage .accordion-icon:hover,
.homepage .link-arrow-single-inner:active,
.homepage .link-arrow-single-inner:hover,
.homepage .link-arrow-small:active,
.homepage .link-arrow-small:hover,
.homepage .link-arrow:active,
.homepage .link-arrow:hover {
  background-color: #f8f8f8;
}

.homepage .accordion-icon:active svg.icon-arrow-svg path,
.homepage .link-arrow-single-inner:active svg.icon-arrow-svg path,
.homepage .link-arrow-small:active svg.icon-arrow-svg path,
.homepage .link-arrow:active svg.icon-arrow-svg path {
  stroke: #ba029b;
}

.homepage .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: #f8f8f8;
}

.homepage .quote-svg {
  fill: #ff04d5;
}

.homepage .icon-theme svg [fill] {
  fill: #082eb5;
}

.homepage .icon-theme svg [stroke] {
  stroke: #082eb5;
}

.homepage .icon-theme.fourth-color svg [stroke] {
  stroke: #091e6c;
}

.homepage .icon-theme.fourth-color svg [fill] {
  fill: #091e6c;
}

.homepage .background-theme:not(.no-background-color) .icon-theme svg [stroke] {
  stroke: #ff04d5;
}

.homepage .background-theme:not(.no-background-color) .icon-theme svg [fill] {
  fill: #ff04d5;
}

.homepage .icon-fill-theme path {
  fill: #082eb5;
}

.homepage .theme-color {
  color: #082eb5;
}

.homepage .sub-text-image-grid-wrapper,
.homepage .svg-border-gradient {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(270deg,
      #ff04d5,
      #b27cb8 15.7%,
      #8938e5 51.03%,
      #0b75fd 90.95%) border-box;
}

.homepage .sub-text-image-grid-wrapper h3 {
  color: #091e6c;
}

.homepage .background-theme {
  background-color: #082eb5;
}

.homepage .background-theme.no-background-color {
  background-color: #fff;
}

.homepage .background-theme.no-background-color * {
  color: initial;
}

.homepage .background-theme.no-background-color .icon-title-paragraph {
  color: #323232;
}

.homepage .background-theme * {
  color: #fff;
}

.homepage .background-theme svg {
  opacity: 0.9;
}

.homepage .background-theme .list-item:before,
.homepage .background-theme .table-quote-list-item.with-marker:before {
  background-color: #ff04d5;
}

.homepage .background-theme .accordion-icon:active,
.homepage .background-theme .accordion-icon:hover,
.homepage .background-theme .link-arrow-single-inner:active,
.homepage .background-theme .link-arrow-single-inner:hover,
.homepage .background-theme .link-arrow-small:active,
.homepage .background-theme .link-arrow-small:hover,
.homepage .background-theme .link-arrow:active,
.homepage .background-theme .link-arrow:hover {
  background-color: rgba(9, 30, 108, 0.3);
}

.homepage .background-theme .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: rgba(0, 0, 0, 0.1);
}

.homepage .background-theme .title-link-wrapper:active .link-arrow-single-inner svg.icon-arrow-svg,
.homepage .background-theme .title-link-wrapper:active .link-arrow-single-inner svg.icon-arrow-svg path {
  stroke: #ba029b;
}

.homepage .background-theme .sub-text-image-grid-wrapper,
.homepage .background-theme .svg-border-gradient {
  background: linear-gradient(#082eb5, #082eb5) padding-box,
    linear-gradient(270deg,
      #ff04d5,
      #b27cb8 15.7%,
      #8938e5 51.03%,
      #0b75fd 90.95%) border-box;
}

.homepage .background-theme-second {
  background-color: #091e6c;
}

.homepage .background-theme-second * {
  color: #fff;
}

.homepage .background-theme-second .accordion-icon:active,
.homepage .background-theme-second .accordion-icon:hover,
.homepage .background-theme-second .link-arrow-single-inner:active,
.homepage .background-theme-second .link-arrow-single-inner:hover,
.homepage .background-theme-second .link-arrow-small:active,
.homepage .background-theme-second .link-arrow-small:hover,
.homepage .background-theme-second .link-arrow:active,
.homepage .background-theme-second .link-arrow:hover,
.homepage .background-theme-second .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: rgba(9, 30, 108, 0.3);
}

.homepage .background-theme-second .list-item:before {
  background-color: #ff04d5;
}

.homepage .background-light-gray .accordion-icon:active,
.homepage .background-light-gray .accordion-icon:hover,
.homepage .background-light-gray .link-arrow-single-inner:active,
.homepage .background-light-gray .link-arrow-single-inner:hover,
.homepage .background-light-gray .link-arrow-small:active,
.homepage .background-light-gray .link-arrow-small:hover,
.homepage .background-light-gray .link-arrow:active,
.homepage .background-light-gray .link-arrow:hover,
.homepage .background-light-gray .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: #f2f2f2;
}

.homepage .background-light-gray .sub-text-image-grid-wrapper,
.homepage .background-light-gray .svg-border-gradient {
  background: linear-gradient(#f8f8f8, #f8f8f8) padding-box,
    linear-gradient(270deg,
      #ff04d5,
      #b27cb8 15.7%,
      #8938e5 51.03%,
      #0b75fd 90.95%) border-box;
}

.homepage .theme-gradient-background {
  background: linear-gradient(90deg, #ff04d5, #b27cb8 60%, #0b75fd);
}

.homepage .cards-item:first-child,
.homepage .cards-item:nth-child(6) {
  background-color: #082eb5;
}

.homepage .cards-item:nth-child(3),
.homepage .cards-item:nth-child(7) {
  background-color: #091e6c;
}

.homepage .cards-item:first-child *,
.homepage .cards-item:nth-child(3) *,
.homepage .cards-item:nth-child(6) *,
.homepage .cards-item:nth-child(7) * {
  color: #fff;
}

.homepage .blog-related-cases-item:first-child,
.homepage .blog-related-cases-item:nth-child(3n + 4) {
  background-color: #091e6c;
}

.homepage .blog-related-cases-item:first-child *,
.homepage .blog-related-cases-item:nth-child(3n + 4) * {
  color: #fff;
}

.homepage .blog-related-cases-item:nth-child(3n + 2) {
  background-color: #082eb5;
}

.homepage .blog-related-cases-item:nth-child(3n + 2) * {
  color: #fff;
}

.homepage .blog-related-cases-item:nth-child(3n + 3) {
  background-color: #f8f8f8;
}

.homepage .blog-portfolio-issue,
.homepage .side-info-menu-item.active,
.homepage .side-info-menu-item.active h3,
.homepage .side-info-menu-landing .side-info-menu-item:hover {
  color: #ff04d5;
}

.homepage .blog-portfolio-fix {
  color: #0b75fd;
}

.homepage .blog-portfolio-gallery-item img:hover {
  filter: drop-shadow(0 4px 12px rgba(8, 46, 181, 0.12));
}

.homepage .blog-portfolio-gallery-scrollbar .swiper-scrollbar-drag {
  background-color: #082eb5;
}

@media only screen and (min-width: 1025px) {

  .homepage .main-navigation-menu-multi .link:hover:not(.page-404-layout),
  .homepage .main-navigation-menu-single .link:hover:not(.page-404-layout) {
    color: #0b75fd;
  }
}

.homepage .share-menu-link.open,
.homepage .share-menu-link:hover {
  border-color: #082eb5;
}

.homepage .share-menu-link.open .share-menu-text,
.homepage .share-menu-link:hover .share-menu-text {
  color: #082eb5;
}

.homepage .share-menu-link.open .share-menu-icon path,
.homepage .share-menu-link:hover .share-menu-icon path {
  stroke: #082eb5;
}

.homepage .share-menu-list .share-menu-list-item:active .share-menu-list-link.react-share__ShareButton,
.homepage .share-menu-list .share-menu-list-item:hover .share-menu-list-link.react-share__ShareButton {
  color: #082eb5 !important;
}

.homepage .share-menu-list .share-menu-list-item:active .icon-social-svg path,
.homepage .share-menu-list .share-menu-list-item:hover .icon-social-svg path {
  fill: #082eb5;
}

.homepage .share-list-item button:active svg path,
.homepage .share-list-item button:hover svg path {
  fill: #06248c;
}

.homepage .blog-categories-item:hover {
  color: #091e6c;
}

.homepage .blog-categories-item.active {
  background-color: #091e6c;
  color: #fff;
}

.homepage .case-studies-tabs-item.active,
.homepage .case-studies-tabs-item:hover,
.homepage .industries-page-healthcare-links a:hover {
  color: #0b75fd;
}

.homepage .table-quote-wrapper svg path {
  fill: #ff04d5;
}

.homepage .quote-block-background {
  background-color: rgba(11, 117, 253, 0.03);
  border: 1px solid rgba(11, 117, 253, 0.3);
}

.homepage .scheme-progress {
  background-color: rgba(9, 30, 108, 0.5);
}

.homepage .scheme-progress-circle-empty {
  background-color: #092691;
}

.form-scheme #cluster-menu .navigation-wrapper li.parent:hover div ul li a:hover,
.form-scheme .blog-portfolio-content .colored-titles-table table tr:nth-of-type(2n) td:first-of-type,
.form-scheme a,
.form-scheme a.list-block-link-item h5,
.form-scheme a.list-block-link-item:hover .list-block-links-title,
.form-scheme table a {
  color: #0b75fd;
}

.form-scheme a.list-link-accordion {
  color: #323232;
  text-decoration: underline;
}

.form-scheme a.list-link-accordion:hover {
  color: #0b75fd;
}

.form-scheme .blog-portfolio-content ul li:before,
.form-scheme .list-item:before {
  background-color: #082eb5;
}

.form-scheme a.breadcrumbs-link.alternate-color {
  color: #ff04d5;
}

.form-scheme .main-navigation-link,
.form-scheme .navigation-title {
  color: #323232;
}

.form-scheme .main-navigation-link:after,
.form-scheme .navigation-title:after {
  background-color: #082eb5;
}

.form-scheme .link-button,
.form-scheme .main-button-blue,
.form-scheme .privacy-cookies-button {
  background-color: #082eb5;
  color: #fff;
  transition: background-color 0.3s;
}

.form-scheme .link-button:hover,
.form-scheme .main-button-blue:hover,
.form-scheme .privacy-cookies-button:hover {
  background-color: #06248c;
}

.form-scheme .link-button:active,
.form-scheme .main-button-blue:active,
.form-scheme .privacy-cookies-button:active {
  background-color: #00155e;
}

.form-scheme .thanks-page-button {
  border-color: #082eb5;
  color: #082eb5;
  transition: all 0.3s;
}

.form-scheme .thanks-page-button:active,
.form-scheme .thanks-page-button:hover {
  background-color: #f2f2f2;
}

.form-scheme .contact-attachment .outlined {
  border-color: #323232;
  color: #6e6d71;
  transition: background-color 0.3s;
}

.form-scheme .contact-attachment .outlined:active,
.form-scheme .contact-attachment .outlined:hover {
  border-color: #082eb5;
  color: #082eb5;
}

.form-scheme .contact-attachment .outlined:active.MuiButton-root:hover,
.form-scheme .contact-attachment .outlined:hover.MuiButton-root:hover {
  background-color: transparent;
}

.form-scheme .contact-attachment .outlined:active .icon-trash path,
.form-scheme .contact-attachment .outlined:hover .icon-trash path {
  fill: #082eb5;
}

.form-scheme .contact-attachment .outlined:active {
  background-color: #f2f2f2 !important;
}

.form-scheme .contact-attachment .attach-file-mark .question-mark-svg path {
  fill: #6e6d71;
  transition: fill 0.3s;
}

.form-scheme .contact-attachment .attach-file-mark .question-mark-svg:hover path {
  fill: #082eb5;
}

.form-scheme .footer-social-item a .icon-social-svg path {
  fill: #323232;
  transition: fill 0.3s;
}

.form-scheme .footer-social-item a:hover .icon-social-svg path {
  fill: #082eb5;
}

.form-scheme .footer-social-item a:active .icon-social-svg path {
  fill: #06248c;
}

.form-scheme .blog-portfolio-content .colored-titles-table table tr:nth-of-type(odd) td:first-of-type {
  color: #ff04d5;
}

.form-scheme .contact-form .main-text-field-label.focused {
  color: #0b75fd;
}

.form-scheme .contact-form .text-input-field.focused:not(.error) .main-text-field-input {
  border-color: #0b75fd;
}

.form-scheme .contact-form .main-text-field-fieldset {
  border: none;
}

.form-scheme .azure-table,
.form-scheme .home-tabs-item.Mui-selected,
.form-scheme .image-grid-bordered-caption-text,
.form-scheme .legenda.top-bordered .legenda-item:first-child,
.form-scheme .table-ticks-row:first-of-type,
.form-scheme .table-top-bordered,
.form-scheme .table-top-subtext-item,
.form-scheme .top-bordered-columns-item,
.form-scheme .top-image-bordered-columns-number {
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg,
      #ff04d5,
      #b27cb8 60%,
      #0b75fd);
}

.form-scheme .top-bordered-columns table tr td p:first-child {
  background-image: linear-gradient(90deg, #ff04d5, #b27cb8 60%, #0b75fd);
  border-image-slice: 1;
}

.form-scheme .blog-portfolio-content table thead,
.form-scheme .blog-portfolio-paragraphs table>tbody tr:first-of-type,
.form-scheme .copy-columns-table table td:before,
.form-scheme .image-grid-bordered-caption-text.halved-border:before,
.form-scheme .tabs-item-device:before,
.form-scheme .top-bordered-table table:not([class]) tr:first-child,
.form-scheme table.table-top-border-colored tbody td:before {
  background-image: linear-gradient(90deg,
      #ff04d5,
      #b27cb8 60%,
      #0b75fd 90.95%);
}

.form-scheme .mdc-tab-indicator.mdc-tab-indicator--active .mdc-tab-indicator__content--underline,
.form-scheme .tabs-column-item.active:before,
.form-scheme .tabs-item.active:before,
.form-scheme .tabs-row-item.active:before {
  background-image: linear-gradient(279.09deg,
      #007aff,
      #2767f8 15.7%,
      #8938e5 51.03%,
      #ff00cf 90.95%);
}

.form-scheme .blog-portfolio-content .left-bordered-table table {
  border-image-slice: 1;
  border-image-source: linear-gradient(0deg,
      #ff04d5 27%,
      #b27cb8 58%,
      #0b75fd);
}

.form-scheme .scheme-rec-outstanding-scheme {
  background-color: rgba(9, 30, 108, 0.5);
}

.form-scheme .background-theme .scheme-row-blocks-inner {
  background-color: rgba(9, 30, 108, 0.3);
}

.form-scheme .callout-stripe,
.form-scheme .callout-stripe-copy-small,
.form-scheme .cta {
  background-color: #091e6c;
}

@media only screen and (max-width: 767px) {

  .form-scheme .cta,
  .form-scheme .cta-small {
    background-color: transparent;
  }

  .form-scheme .background-theme+.cta,
  .form-scheme .background-theme+.half-callout-wrapper .cta-small {
    background-color: #082eb5;
  }

  .form-scheme .background-light-gray+.cta,
  .form-scheme .background-light-gray+.half-callout-wrapper .cta-small {
    background-color: #f8f8f8;
  }

  .form-scheme .cta .callout-stripe-copy,
  .form-scheme .half-callout-wrapper .cta-small .callout-stripe-copy {
    background-color: #091e6c;
  }
}

.form-scheme .callout-stripe-button,
.form-scheme .callout-stripe-button-small,
.form-scheme .callout-stripe-small,
.form-scheme .home-tabs-button,
.form-scheme .scheme-circled-dotted-dot,
.form-scheme .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active {
  background-color: #ff04d5;
}

.form-scheme .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active {
  border-color: #ff04d5;
}

.form-scheme .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active:after {
  border-left: 12px solid #ff04d5;
}

.form-scheme .callout-stripe-button,
.form-scheme .callout-stripe-button-small {
  background-color: #ff04d5;
  border: 1px solid #ff04d5;
  transition: all 0.3s;
}

.form-scheme .callout-stripe-button-small:after,
.form-scheme .callout-stripe-button:after {
  background-color: #ff04d5;
  transition: background-color 0.3s;
}

.form-scheme .callout-stripe-button-small:hover,
.form-scheme .callout-stripe-button:hover {
  background-color: #da05b6;
  border-color: #da05b6;
}

.form-scheme .callout-stripe-button-small:hover:after,
.form-scheme .callout-stripe-button:hover:after {
  background-color: #da05b6;
}

.form-scheme .callout-stripe-button-small:active,
.form-scheme .callout-stripe-button-small:active:after,
.form-scheme .callout-stripe-button:active,
.form-scheme .callout-stripe-button:active:after {
  background-color: #ba029b;
}

@media only screen and (max-width: 1024px) {
  .form-scheme .cards .swiper-slide:nth-child(5n + 5) .cards-item {
    background-color: #091e6c;
  }
}

.form-scheme .accordion-icon-faqs path,
.form-scheme .accordion-icon-faqs svg,
.form-scheme .blog-related-cases-next path,
.form-scheme .blog-related-cases-next svg,
.form-scheme .blog-related-cases-prev path,
.form-scheme .blog-related-cases-prev svg,
.form-scheme .icon-chevron-svg path,
.form-scheme .icon-chevron-svg svg,
.form-scheme .link-arrow path,
.form-scheme .link-arrow svg,
.form-scheme .link-arrow-single path,
.form-scheme .link-arrow-single svg,
.form-scheme .link-arrow-small path,
.form-scheme .link-arrow-small svg,
.form-scheme .top-image-bordered-columns-item path,
.form-scheme .top-image-bordered-columns-item svg {
  stroke: #ff04d5;
}

.form-scheme .checked-icon rect,
.form-scheme .contact-attachment .file-checkbox .checked-icon path {
  fill: #ff04d5;
}

.form-scheme .accordion-icon,
.form-scheme .link-arrow,
.form-scheme .link-arrow-single-inner,
.form-scheme .link-arrow-small {
  transition: background-color 0.3s;
}

.form-scheme .accordion-icon:active,
.form-scheme .accordion-icon:hover,
.form-scheme .link-arrow-single-inner:active,
.form-scheme .link-arrow-single-inner:hover,
.form-scheme .link-arrow-small:active,
.form-scheme .link-arrow-small:hover,
.form-scheme .link-arrow:active,
.form-scheme .link-arrow:hover {
  background-color: #f8f8f8;
}

.form-scheme .accordion-icon:active svg.icon-arrow-svg path,
.form-scheme .link-arrow-single-inner:active svg.icon-arrow-svg path,
.form-scheme .link-arrow-small:active svg.icon-arrow-svg path,
.form-scheme .link-arrow:active svg.icon-arrow-svg path {
  stroke: #ba029b;
}

.form-scheme .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: #f8f8f8;
}

.form-scheme .quote-svg {
  fill: #ff04d5;
}

.form-scheme .icon-theme svg [fill] {
  fill: #082eb5;
}

.form-scheme .icon-theme svg [stroke] {
  stroke: #082eb5;
}

.form-scheme .icon-theme.fourth-color svg [stroke] {
  stroke: #091e6c;
}

.form-scheme .icon-theme.fourth-color svg [fill] {
  fill: #091e6c;
}

.form-scheme .background-theme:not(.no-background-color) .icon-theme svg [stroke] {
  stroke: #ff04d5;
}

.form-scheme .background-theme:not(.no-background-color) .icon-theme svg [fill] {
  fill: #ff04d5;
}

.form-scheme .icon-fill-theme path {
  fill: #082eb5;
}

.form-scheme .theme-color {
  color: #082eb5;
}

.form-scheme .sub-text-image-grid-wrapper,
.form-scheme .svg-border-gradient {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(270deg,
      #ff04d5,
      #b27cb8 15.7%,
      #8938e5 51.03%,
      #0b75fd 90.95%) border-box;
}

.form-scheme .sub-text-image-grid-wrapper h3 {
  color: #091e6c;
}

.form-scheme .background-theme {
  background-color: #082eb5;
}

.form-scheme .background-theme.no-background-color {
  background-color: #fff;
}

.form-scheme .background-theme.no-background-color * {
  color: initial;
}

.form-scheme .background-theme.no-background-color .icon-title-paragraph {
  color: #323232;
}

.form-scheme .background-theme * {
  color: #fff;
}

.form-scheme .background-theme svg {
  opacity: 0.9;
}

.form-scheme .background-theme .list-item:before,
.form-scheme .background-theme .table-quote-list-item.with-marker:before {
  background-color: #ff04d5;
}

.form-scheme .background-theme .accordion-icon:active,
.form-scheme .background-theme .accordion-icon:hover,
.form-scheme .background-theme .link-arrow-single-inner:active,
.form-scheme .background-theme .link-arrow-single-inner:hover,
.form-scheme .background-theme .link-arrow-small:active,
.form-scheme .background-theme .link-arrow-small:hover,
.form-scheme .background-theme .link-arrow:active,
.form-scheme .background-theme .link-arrow:hover {
  background-color: rgba(9, 30, 108, 0.3);
}

.form-scheme .background-theme .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: rgba(0, 0, 0, 0.1);
}

.form-scheme .background-theme .title-link-wrapper:active .link-arrow-single-inner svg.icon-arrow-svg,
.form-scheme .background-theme .title-link-wrapper:active .link-arrow-single-inner svg.icon-arrow-svg path {
  stroke: #ba029b;
}

.form-scheme .background-theme .sub-text-image-grid-wrapper,
.form-scheme .background-theme .svg-border-gradient {
  background: linear-gradient(#082eb5, #082eb5) padding-box,
    linear-gradient(270deg,
      #ff04d5,
      #b27cb8 15.7%,
      #8938e5 51.03%,
      #0b75fd 90.95%) border-box;
}

.form-scheme .background-theme-second {
  background-color: #091e6c;
}

.form-scheme .background-theme-second * {
  color: #fff;
}

.form-scheme .background-theme-second .accordion-icon:active,
.form-scheme .background-theme-second .accordion-icon:hover,
.form-scheme .background-theme-second .link-arrow-single-inner:active,
.form-scheme .background-theme-second .link-arrow-single-inner:hover,
.form-scheme .background-theme-second .link-arrow-small:active,
.form-scheme .background-theme-second .link-arrow-small:hover,
.form-scheme .background-theme-second .link-arrow:active,
.form-scheme .background-theme-second .link-arrow:hover,
.form-scheme .background-theme-second .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: rgba(9, 30, 108, 0.3);
}

.form-scheme .background-theme-second .list-item:before {
  background-color: #ff04d5;
}

.form-scheme .background-light-gray .accordion-icon:active,
.form-scheme .background-light-gray .accordion-icon:hover,
.form-scheme .background-light-gray .link-arrow-single-inner:active,
.form-scheme .background-light-gray .link-arrow-single-inner:hover,
.form-scheme .background-light-gray .link-arrow-small:active,
.form-scheme .background-light-gray .link-arrow-small:hover,
.form-scheme .background-light-gray .link-arrow:active,
.form-scheme .background-light-gray .link-arrow:hover,
.form-scheme .background-light-gray .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: #f2f2f2;
}

.form-scheme .background-light-gray .sub-text-image-grid-wrapper,
.form-scheme .background-light-gray .svg-border-gradient {
  background: linear-gradient(#f8f8f8, #f8f8f8) padding-box,
    linear-gradient(270deg,
      #ff04d5,
      #b27cb8 15.7%,
      #8938e5 51.03%,
      #0b75fd 90.95%) border-box;
}

.form-scheme .theme-gradient-background {
  background: linear-gradient(90deg, #ff04d5, #b27cb8 60%, #0b75fd);
}

.form-scheme .cards-item:first-child,
.form-scheme .cards-item:nth-child(6) {
  background-color: #082eb5;
}

.form-scheme .cards-item:nth-child(3),
.form-scheme .cards-item:nth-child(7) {
  background-color: #091e6c;
}

.form-scheme .cards-item:first-child *,
.form-scheme .cards-item:nth-child(3) *,
.form-scheme .cards-item:nth-child(6) *,
.form-scheme .cards-item:nth-child(7) * {
  color: #fff;
}

.form-scheme .blog-related-cases-item:first-child,
.form-scheme .blog-related-cases-item:nth-child(3n + 4) {
  background-color: #091e6c;
}

.form-scheme .blog-related-cases-item:first-child *,
.form-scheme .blog-related-cases-item:nth-child(3n + 4) * {
  color: #fff;
}

.form-scheme .blog-related-cases-item:nth-child(3n + 2) {
  background-color: #082eb5;
}

.form-scheme .blog-related-cases-item:nth-child(3n + 2) * {
  color: #fff;
}

.form-scheme .blog-related-cases-item:nth-child(3n + 3) {
  background-color: #f8f8f8;
}

.form-scheme .blog-portfolio-issue,
.form-scheme .side-info-menu-item.active,
.form-scheme .side-info-menu-item.active h3,
.form-scheme .side-info-menu-landing .side-info-menu-item:hover {
  color: #ff04d5;
}

.form-scheme .blog-portfolio-fix {
  color: #0b75fd;
}

.form-scheme .blog-portfolio-gallery-item img:hover {
  filter: drop-shadow(0 4px 12px rgba(8, 46, 181, 0.12));
}

.form-scheme .blog-portfolio-gallery-scrollbar .swiper-scrollbar-drag {
  background-color: #082eb5;
}

@media only screen and (min-width: 1025px) {

  .form-scheme .main-navigation-menu-multi .link:hover:not(.page-404-layout),
  .form-scheme .main-navigation-menu-single .link:hover:not(.page-404-layout) {
    color: #0b75fd;
  }
}

.form-scheme .share-menu-link.open,
.form-scheme .share-menu-link:hover {
  border-color: #082eb5;
}

.form-scheme .share-menu-link.open .share-menu-text,
.form-scheme .share-menu-link:hover .share-menu-text {
  color: #082eb5;
}

.form-scheme .share-menu-link.open .share-menu-icon path,
.form-scheme .share-menu-link:hover .share-menu-icon path {
  stroke: #082eb5;
}

.form-scheme .share-menu-list .share-menu-list-item:active .share-menu-list-link.react-share__ShareButton,
.form-scheme .share-menu-list .share-menu-list-item:hover .share-menu-list-link.react-share__ShareButton {
  color: #082eb5 !important;
}

.form-scheme .share-menu-list .share-menu-list-item:active .icon-social-svg path,
.form-scheme .share-menu-list .share-menu-list-item:hover .icon-social-svg path {
  fill: #082eb5;
}

.form-scheme .share-list-item button:active svg path,
.form-scheme .share-list-item button:hover svg path {
  fill: #06248c;
}

.form-scheme .blog-categories-item:hover {
  color: #091e6c;
}

.form-scheme .blog-categories-item.active {
  background-color: #091e6c;
  color: #fff;
}

.form-scheme .case-studies-tabs-item.active,
.form-scheme .case-studies-tabs-item:hover,
.form-scheme .industries-page-healthcare-links a:hover {
  color: #0b75fd;
}

.form-scheme .table-quote-wrapper svg path {
  fill: #ff04d5;
}

.form-scheme .quote-block-background {
  background-color: rgba(11, 117, 253, 0.03);
  border: 1px solid rgba(11, 117, 253, 0.3);
}

.form-scheme .scheme-progress {
  background-color: rgba(9, 30, 108, 0.5);
}

.form-scheme .scheme-progress-circle-empty {
  background-color: #092691;
}

.primary_1 #cluster-menu .navigation-wrapper li.parent:hover div ul li a:hover,
.primary_1 .blog-portfolio-content .colored-titles-table table tr:nth-of-type(2n) td:first-of-type,
.primary_1 a,
.primary_1 a.list-block-link-item h5,
.primary_1 a.list-block-link-item:hover .list-block-links-title,
.primary_1 table a {
  color: #0b75fd;
}

.primary_1 a.list-link-accordion {
  color: #323232;
  text-decoration: underline;
}

.primary_1 a.list-link-accordion:hover {
  color: #0b75fd;
}

.primary_1 .blog-portfolio-content ul li:before,
.primary_1 .list-item:before {
  background-color: #082eb5;
}

.primary_1 a.breadcrumbs-link.alternate-color {
  color: #ff04d5;
}

.primary_1 .main-navigation-link,
.primary_1 .navigation-title {
  color: #fff;
}

.primary_1 .main-navigation-link:after,
.primary_1 .navigation-title:after {
  background-color: #082eb5;
}

.primary_1 .link-button,
.primary_1 .main-button-blue,
.primary_1 .privacy-cookies-button {
  background-color: #082eb5;
  color: #fff;
  transition: background-color 0.3s;
}

.primary_1 .link-button:hover,
.primary_1 .main-button-blue:hover,
.primary_1 .privacy-cookies-button:hover {
  background-color: #06248c;
}

.primary_1 .link-button:active,
.primary_1 .main-button-blue:active,
.primary_1 .privacy-cookies-button:active {
  background-color: #00155e;
}

.primary_1 .thanks-page-button {
  border-color: #082eb5;
  color: #082eb5;
  transition: all 0.3s;
}

.primary_1 .thanks-page-button:active,
.primary_1 .thanks-page-button:hover {
  background-color: #f2f2f2;
}

.primary_1 .contact-attachment .outlined {
  border-color: #323232;
  color: #6e6d71;
  transition: background-color 0.3s;
}

.primary_1 .contact-attachment .outlined:active,
.primary_1 .contact-attachment .outlined:hover {
  border-color: #082eb5;
  color: #082eb5;
}

.primary_1 .contact-attachment .outlined:active.MuiButton-root:hover,
.primary_1 .contact-attachment .outlined:hover.MuiButton-root:hover {
  background-color: transparent;
}

.primary_1 .contact-attachment .outlined:active .icon-trash path,
.primary_1 .contact-attachment .outlined:hover .icon-trash path {
  fill: #082eb5;
}

.primary_1 .contact-attachment .outlined:active {
  background-color: #f2f2f2 !important;
}

.primary_1 .contact-attachment .attach-file-mark .question-mark-svg path {
  fill: #6e6d71;
  transition: fill 0.3s;
}

.primary_1 .contact-attachment .attach-file-mark .question-mark-svg:hover path {
  fill: #082eb5;
}

.primary_1 .footer-social-item a .icon-social-svg path {
  fill: #323232;
  transition: fill 0.3s;
}

.primary_1 .footer-social-item a:hover .icon-social-svg path {
  fill: #082eb5;
}

.primary_1 .footer-social-item a:active .icon-social-svg path {
  fill: #06248c;
}

.primary_1 .blog-portfolio-content .colored-titles-table table tr:nth-of-type(odd) td:first-of-type {
  color: #ff04d5;
}

.primary_1 .contact-form .main-text-field-label.focused {
  color: #0b75fd;
}

.primary_1 .contact-form .text-input-field.focused:not(.error) .main-text-field-input {
  border-color: #0b75fd;
}

.primary_1 .contact-form .main-text-field-fieldset {
  border: none;
}

.primary_1 .azure-table,
.primary_1 .home-tabs-item.Mui-selected,
.primary_1 .image-grid-bordered-caption-text,
.primary_1 .legenda.top-bordered .legenda-item:first-child,
.primary_1 .table-ticks-row:first-of-type,
.primary_1 .table-top-bordered,
.primary_1 .table-top-subtext-item,
.primary_1 .top-bordered-columns-item,
.primary_1 .top-image-bordered-columns-number {
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg,
      #ff04d5,
      #b27cb8 60%,
      #0b75fd);
}

.primary_1 .top-bordered-columns table tr td p:first-child {
  background-image: linear-gradient(279.09deg,
      #007aff,
      #2767f8 15.7%,
      #8938e5 51.03%,
      #ff00cf 90.95%);
  border-image-slice: 1;
}

.primary_1 .blog-portfolio-content table thead,
.primary_1 .blog-portfolio-paragraphs table>tbody tr:first-of-type,
.primary_1 .copy-columns-table table td:before,
.primary_1 .image-grid-bordered-caption-text.halved-border:before,
.primary_1 .tabs-item-device:before,
.primary_1 .top-bordered-table table:not([class]) tr:first-child,
.primary_1 table.table-top-border-colored tbody td:before {
  background-image: linear-gradient(90deg,
      #ff04d5,
      #b27cb8 60%,
      #0b75fd 90.95%);
}

.primary_1 .cards-title-wrapper .swiper-button-next .icon-arrow-svg path,
.primary_1 .cards-title-wrapper .swiper-button-prev .icon-arrow-svg path {
  stroke: #ff04d5;
}

.primary_1 .mdc-tab-indicator.mdc-tab-indicator--active .mdc-tab-indicator__content--underline,
.primary_1 .tabs-column-item.active:before,
.primary_1 .tabs-item.active:before,
.primary_1 .tabs-row-item.active:before {
  background-image: linear-gradient(90deg,
      #ff04d5,
      #b27cb8 43.75%,
      #0b75fd 71.35%,
      #bb1db5);
}

.primary_1 .blog-portfolio-content .left-bordered-table table {
  border-image-slice: 1;
  border-image-source: linear-gradient(0deg,
      #ff04d5 27%,
      #b27cb8 58%,
      #0b75fd);
}

.primary_1 .scheme-rec-outstanding-scheme {
  background-color: rgba(9, 30, 108, 0.5);
}

.primary_1 .background-theme .scheme-row-blocks-inner {
  background-color: rgba(9, 30, 108, 0.3);
}

.primary_1 .callout-stripe,
.primary_1 .callout-stripe-copy-small,
.primary_1 .cta {
  background-color: #091e6c;
}

@media only screen and (max-width: 767px) {

  .primary_1 .cta,
  .primary_1 .cta-small {
    background-color: transparent;
  }

  .primary_1 .background-theme+.cta,
  .primary_1 .background-theme+.half-callout-wrapper .cta-small {
    background-color: #082eb5;
  }

  .primary_1 .background-light-gray+.cta,
  .primary_1 .background-light-gray+.half-callout-wrapper .cta-small {
    background-color: #f8f8f8;
  }

  .primary_1 .cta .callout-stripe-copy,
  .primary_1 .half-callout-wrapper .cta-small .callout-stripe-copy {
    background-color: #091e6c;
  }
}

.primary_1 .callout-stripe-button,
.primary_1 .callout-stripe-button-small,
.primary_1 .callout-stripe-small,
.primary_1 .home-tabs-button,
.primary_1 .scheme-circled-dotted-dot,
.primary_1 .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active {
  background-color: #ff04d5;
}

.primary_1 .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active {
  border-color: #ff04d5;
}

.primary_1 .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active:after {
  border-left: 12px solid #ff04d5;
}

.primary_1 .callout-stripe-button,
.primary_1 .callout-stripe-button-small {
  background-color: #ff04d5;
  border: 1px solid #ff04d5;
  transition: all 0.3s;
}

.primary_1 .callout-stripe-button-small:after,
.primary_1 .callout-stripe-button:after {
  background-color: #ff04d5;
  transition: background-color 0.3s;
}

.primary_1 .callout-stripe-button-small:hover,
.primary_1 .callout-stripe-button:hover {
  background-color: #da05b6;
  border-color: #da05b6;
}

.primary_1 .callout-stripe-button-small:hover:after,
.primary_1 .callout-stripe-button:hover:after {
  background-color: #da05b6;
}

.primary_1 .callout-stripe-button-small:active,
.primary_1 .callout-stripe-button-small:active:after,
.primary_1 .callout-stripe-button:active,
.primary_1 .callout-stripe-button:active:after {
  background-color: #ba029b;
}

@media only screen and (max-width: 1024px) {
  .primary_1 .cards .swiper-slide:nth-child(5n + 5) .cards-item {
    background-color: #091e6c;
  }
}

.primary_1 .accordion-icon-faqs path,
.primary_1 .accordion-icon-faqs svg,
.primary_1 .blog-related-cases-next path,
.primary_1 .blog-related-cases-next svg,
.primary_1 .blog-related-cases-prev path,
.primary_1 .blog-related-cases-prev svg,
.primary_1 .icon-chevron-svg path,
.primary_1 .icon-chevron-svg svg,
.primary_1 .link-arrow path,
.primary_1 .link-arrow svg,
.primary_1 .link-arrow-single path,
.primary_1 .link-arrow-single svg,
.primary_1 .link-arrow-small path,
.primary_1 .link-arrow-small svg,
.primary_1 .top-image-bordered-columns-item path,
.primary_1 .top-image-bordered-columns-item svg {
  stroke: #ff04d5;
}

.primary_1 .checked-icon rect,
.primary_1 .contact-attachment .file-checkbox .checked-icon path {
  fill: #ff04d5;
}

.primary_1 .accordion-icon,
.primary_1 .link-arrow,
.primary_1 .link-arrow-single-inner,
.primary_1 .link-arrow-small {
  transition: background-color 0.3s;
}

.primary_1 .accordion-icon:active,
.primary_1 .accordion-icon:hover,
.primary_1 .link-arrow-single-inner:active,
.primary_1 .link-arrow-single-inner:hover,
.primary_1 .link-arrow-small:active,
.primary_1 .link-arrow-small:hover,
.primary_1 .link-arrow:active,
.primary_1 .link-arrow:hover {
  background-color: #f8f8f8;
}

.primary_1 .accordion-icon:active svg.icon-arrow-svg path,
.primary_1 .link-arrow-single-inner:active svg.icon-arrow-svg path,
.primary_1 .link-arrow-small:active svg.icon-arrow-svg path,
.primary_1 .link-arrow:active svg.icon-arrow-svg path {
  stroke: #ba029b;
}

.primary_1 .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: #f8f8f8;
}

.primary_1 .quote-svg {
  fill: #ff04d5;
}

.primary_1 .icon-theme svg [fill] {
  fill: #082eb5;
}

.primary_1 .icon-theme svg [stroke] {
  stroke: #082eb5;
}

.primary_1 .icon-theme.fourth-color svg [stroke] {
  stroke: #091e6c;
}

.primary_1 .icon-theme.fourth-color svg [fill] {
  fill: #091e6c;
}

.primary_1 .background-theme:not(.no-background-color) .icon-theme svg [stroke] {
  stroke: #ff04d5;
}

.primary_1 .background-theme:not(.no-background-color) .icon-theme svg [fill] {
  fill: #ff04d5;
}

.primary_1 .icon-fill-theme path {
  fill: #082eb5;
}

.primary_1 .theme-color {
  color: #082eb5;
}

.primary_1 .sub-text-image-grid-wrapper,
.primary_1 .svg-border-gradient {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(270deg,
      #ff04d5,
      #b27cb8 15.7%,
      #8938e5 51.03%,
      #0b75fd 90.95%) border-box;
}

.primary_1 .sub-text-image-grid-wrapper h3 {
  color: #091e6c;
}

.primary_1 .background-theme {
  background-color: #082eb5;
}

.primary_1 .background-theme.no-background-color {
  background-color: #fff;
}

.primary_1 .background-theme.no-background-color * {
  color: initial;
}

.primary_1 .background-theme.no-background-color .icon-title-paragraph {
  color: #323232;
}

.primary_1 .background-theme * {
  color: #fff;
}

.primary_1 .background-theme svg {
  opacity: 0.9;
}

.primary_1 .background-theme .list-item:before,
.primary_1 .background-theme .table-quote-list-item.with-marker:before {
  background-color: #ff04d5;
}

.primary_1 .background-theme .accordion-icon:active,
.primary_1 .background-theme .accordion-icon:hover,
.primary_1 .background-theme .link-arrow-single-inner:active,
.primary_1 .background-theme .link-arrow-single-inner:hover,
.primary_1 .background-theme .link-arrow-small:active,
.primary_1 .background-theme .link-arrow-small:hover,
.primary_1 .background-theme .link-arrow:active,
.primary_1 .background-theme .link-arrow:hover {
  background-color: rgba(9, 30, 108, 0.3);
}

.primary_1 .background-theme .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: rgba(0, 0, 0, 0.1);
}

.primary_1 .background-theme .title-link-wrapper:active .link-arrow-single-inner svg.icon-arrow-svg,
.primary_1 .background-theme .title-link-wrapper:active .link-arrow-single-inner svg.icon-arrow-svg path {
  stroke: #ba029b;
}

.primary_1 .background-theme .sub-text-image-grid-wrapper,
.primary_1 .background-theme .svg-border-gradient {
  background: linear-gradient(#082eb5, #082eb5) padding-box,
    linear-gradient(270deg,
      #ff04d5,
      #b27cb8 15.7%,
      #8938e5 51.03%,
      #0b75fd 90.95%) border-box;
}

.primary_1 .background-theme-second {
  background-color: #091e6c;
}

.primary_1 .background-theme-second * {
  color: #fff;
}

.primary_1 .background-theme-second .accordion-icon:active,
.primary_1 .background-theme-second .accordion-icon:hover,
.primary_1 .background-theme-second .link-arrow-single-inner:active,
.primary_1 .background-theme-second .link-arrow-single-inner:hover,
.primary_1 .background-theme-second .link-arrow-small:active,
.primary_1 .background-theme-second .link-arrow-small:hover,
.primary_1 .background-theme-second .link-arrow:active,
.primary_1 .background-theme-second .link-arrow:hover,
.primary_1 .background-theme-second .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: rgba(9, 30, 108, 0.3);
}

.primary_1 .background-theme-second .list-item:before {
  background-color: #ff04d5;
}

.primary_1 .background-light-gray .accordion-icon:active,
.primary_1 .background-light-gray .accordion-icon:hover,
.primary_1 .background-light-gray .link-arrow-single-inner:active,
.primary_1 .background-light-gray .link-arrow-single-inner:hover,
.primary_1 .background-light-gray .link-arrow-small:active,
.primary_1 .background-light-gray .link-arrow-small:hover,
.primary_1 .background-light-gray .link-arrow:active,
.primary_1 .background-light-gray .link-arrow:hover,
.primary_1 .background-light-gray .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: #f2f2f2;
}

.primary_1 .background-light-gray .sub-text-image-grid-wrapper,
.primary_1 .background-light-gray .svg-border-gradient {
  background: linear-gradient(#f8f8f8, #f8f8f8) padding-box,
    linear-gradient(270deg,
      #ff04d5,
      #b27cb8 15.7%,
      #8938e5 51.03%,
      #0b75fd 90.95%) border-box;
}

.primary_1 .theme-gradient-background {
  background: linear-gradient(90deg, #ff04d5, #b27cb8 60%, #0b75fd);
}

.primary_1 .cards-item:first-child,
.primary_1 .cards-item:nth-child(6) {
  background-color: #082eb5;
}

.primary_1 .cards-item:nth-child(3),
.primary_1 .cards-item:nth-child(7) {
  background-color: #091e6c;
}

.primary_1 .cards-item:first-child *,
.primary_1 .cards-item:nth-child(3) *,
.primary_1 .cards-item:nth-child(6) *,
.primary_1 .cards-item:nth-child(7) * {
  color: #fff;
}

.primary_1 .blog-related-cases-item:first-child,
.primary_1 .blog-related-cases-item:nth-child(3n + 4) {
  background-color: #091e6c;
}

.primary_1 .blog-related-cases-item:first-child *,
.primary_1 .blog-related-cases-item:nth-child(3n + 4) * {
  color: #fff;
}

.primary_1 .blog-related-cases-item:nth-child(3n + 2) {
  background-color: #082eb5;
}

.primary_1 .blog-related-cases-item:nth-child(3n + 2) * {
  color: #fff;
}

.primary_1 .blog-related-cases-item:nth-child(3n + 3) {
  background-color: #f8f8f8;
}

.primary_1 .blog-portfolio-issue,
.primary_1 .side-info-menu-item.active,
.primary_1 .side-info-menu-item.active h3,
.primary_1 .side-info-menu-landing .side-info-menu-item:hover {
  color: #ff04d5;
}

.primary_1 .blog-portfolio-fix {
  color: #0b75fd;
}

.primary_1 .blog-portfolio-gallery-item img:hover {
  filter: drop-shadow(0 4px 12px rgba(8, 46, 181, 0.12));
}

.primary_1 .blog-portfolio-gallery-scrollbar .swiper-scrollbar-drag {
  background-color: #082eb5;
}

@media only screen and (min-width: 1025px) {

  .primary_1 .main-navigation-menu-multi .link:hover:not(.page-404-layout),
  .primary_1 .main-navigation-menu-single .link:hover:not(.page-404-layout) {
    color: #0b75fd;
  }
}

.primary_1 .share-menu-link.open,
.primary_1 .share-menu-link:hover {
  border-color: #082eb5;
}

.primary_1 .share-menu-link.open .share-menu-text,
.primary_1 .share-menu-link:hover .share-menu-text {
  color: #082eb5;
}

.primary_1 .share-menu-link.open .share-menu-icon path,
.primary_1 .share-menu-link:hover .share-menu-icon path {
  stroke: #082eb5;
}

.primary_1 .share-menu-list .share-menu-list-item:active .share-menu-list-link.react-share__ShareButton,
.primary_1 .share-menu-list .share-menu-list-item:hover .share-menu-list-link.react-share__ShareButton {
  color: #082eb5 !important;
}

.primary_1 .share-menu-list .share-menu-list-item:active .icon-social-svg path,
.primary_1 .share-menu-list .share-menu-list-item:hover .icon-social-svg path {
  fill: #082eb5;
}

.primary_1 .share-list-item button:active svg path,
.primary_1 .share-list-item button:hover svg path {
  fill: #06248c;
}

.primary_1 .blog-categories-item:hover {
  color: #091e6c;
}

.primary_1 .blog-categories-item.active {
  background-color: #091e6c;
  color: #fff;
}

.primary_1 .case-studies-tabs-item.active,
.primary_1 .case-studies-tabs-item:hover,
.primary_1 .industries-page-healthcare-links a:hover {
  color: #0b75fd;
}

.primary_1 .table-quote-wrapper svg path {
  fill: #ff04d5;
}

.primary_1 .quote-block-background {
  background-color: rgba(11, 117, 253, 0.03);
  border: 1px solid rgba(11, 117, 253, 0.3);
}

.primary_1 .scheme-progress {
  background-color: rgba(9, 30, 108, 0.5);
}

.primary_1 .scheme-progress-circle-empty {
  background-color: #092691;
}

.secondary_1 #cluster-menu .navigation-wrapper li.parent:hover div ul li a:hover,
.secondary_1 .blog-portfolio-content .colored-titles-table table tr:nth-of-type(2n) td:first-of-type,
.secondary_1 a,
.secondary_1 a.list-block-link-item h5,
.secondary_1 a.list-block-link-item:hover .list-block-links-title,
.secondary_1 table a {
  color: #09a6a3;
}

.secondary_1 a.list-link-accordion {
  color: #323232;
  text-decoration: underline;
}

.secondary_1 a.list-link-accordion:hover {
  color: #09a6a3;
}

.secondary_1 .blog-portfolio-content ul li:before,
.secondary_1 .list-item:before {
  background-color: #006a70;
}

.secondary_1 a.breadcrumbs-link.alternate-color {
  color: #f8374e;
}

.secondary_1 .main-navigation-link,
.secondary_1 .navigation-title {
  color: #fff;
}

.secondary_1 .main-navigation-link:after,
.secondary_1 .navigation-title:after {
  background-color: #006a70;
}

.secondary_1 .link-button,
.secondary_1 .main-button-blue,
.secondary_1 .privacy-cookies-button {
  background-color: #006a70;
  color: #fff;
  transition: background-color 0.3s;
}

.secondary_1 .link-button:hover,
.secondary_1 .main-button-blue:hover,
.secondary_1 .privacy-cookies-button:hover {
  background-color: #005b60;
}

.secondary_1 .link-button:active,
.secondary_1 .main-button-blue:active,
.secondary_1 .privacy-cookies-button:active {
  background-color: #003e41;
}

.secondary_1 .thanks-page-button {
  border-color: #006a70;
  color: #006a70;
  transition: all 0.3s;
}

.secondary_1 .thanks-page-button:active,
.secondary_1 .thanks-page-button:hover {
  background-color: #f2f2f2;
}

.secondary_1 .contact-attachment .outlined {
  border-color: #323232;
  color: #6e6d71;
  transition: background-color 0.3s;
}

.secondary_1 .contact-attachment .outlined:active,
.secondary_1 .contact-attachment .outlined:hover {
  border-color: #006a70;
  color: #006a70;
}

.secondary_1 .contact-attachment .outlined:active.MuiButton-root:hover,
.secondary_1 .contact-attachment .outlined:hover.MuiButton-root:hover {
  background-color: transparent;
}

.secondary_1 .contact-attachment .outlined:active .icon-trash path,
.secondary_1 .contact-attachment .outlined:hover .icon-trash path {
  fill: #006a70;
}

.secondary_1 .contact-attachment .outlined:active {
  background-color: #f2f2f2 !important;
}

.secondary_1 .contact-attachment .attach-file-mark .question-mark-svg path {
  fill: #6e6d71;
  transition: fill 0.3s;
}

.secondary_1 .contact-attachment .attach-file-mark .question-mark-svg:hover path {
  fill: #006a70;
}

.secondary_1 .footer-social-item a .icon-social-svg path {
  fill: #323232;
  transition: fill 0.3s;
}

.secondary_1 .footer-social-item a:hover .icon-social-svg path {
  fill: #006a70;
}

.secondary_1 .footer-social-item a:active .icon-social-svg path {
  fill: #005b60;
}

.secondary_1 .blog-portfolio-content .colored-titles-table table tr:nth-of-type(odd) td:first-of-type {
  color: #f8374e;
}

.secondary_1 .contact-form .main-text-field-label.focused {
  color: #09a6a3;
}

.secondary_1 .contact-form .text-input-field.focused:not(.error) .main-text-field-input {
  border-color: #09a6a3;
}

.secondary_1 .contact-form .main-text-field-fieldset {
  border: none;
}

.secondary_1 .azure-table,
.secondary_1 .home-tabs-item.Mui-selected,
.secondary_1 .image-grid-bordered-caption-text,
.secondary_1 .legenda.top-bordered .legenda-item:first-child,
.secondary_1 .table-ticks-row:first-of-type,
.secondary_1 .table-top-bordered,
.secondary_1 .table-top-subtext-item,
.secondary_1 .top-bordered-columns-item,
.secondary_1 .top-image-bordered-columns-number {
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg,
      #f8374e,
      #b27cb8 60%,
      #09a6a3);
}

.secondary_1 .top-bordered-columns table tr td p:first-child {
  background-image: linear-gradient(90.64deg,
      #f8374e,
      #b27cb8 50.52%,
      #09a6a3);
  border-image-slice: 1;
}

.secondary_1 .blog-portfolio-content table thead,
.secondary_1 .blog-portfolio-paragraphs table>tbody tr:first-of-type,
.secondary_1 .copy-columns-table table td:before,
.secondary_1 .image-grid-bordered-caption-text.halved-border:before,
.secondary_1 .tabs-item-device:before,
.secondary_1 .top-bordered-table table:not([class]) tr:first-child,
.secondary_1 table.table-top-border-colored tbody td:before {
  background-image: linear-gradient(90deg,
      #f8374e,
      #b27cb8 60%,
      #09a6a3 90.95%);
}

.secondary_1 .cards-title-wrapper .swiper-button-next .icon-arrow-svg path,
.secondary_1 .cards-title-wrapper .swiper-button-prev .icon-arrow-svg path {
  stroke: #f8374e;
}

.secondary_1 .mdc-tab-indicator.mdc-tab-indicator--active .mdc-tab-indicator__content--underline,
.secondary_1 .tabs-column-item.active:before,
.secondary_1 .tabs-item.active:before,
.secondary_1 .tabs-row-item.active:before {
  background-image: linear-gradient(90deg,
      #f8374e,
      #b27cb8 43.75%,
      #09a6a3 71.35%,
      #bb1db5);
}

.secondary_1 .blog-portfolio-content .left-bordered-table table {
  border-image-slice: 1;
  border-image-source: linear-gradient(0deg,
      #f8374e 27%,
      #b27cb8 58%,
      #09a6a3);
}

.secondary_1 .scheme-rec-outstanding-scheme {
  background-color: rgba(0, 56, 73, 0.5);
}

.secondary_1 .background-theme .scheme-row-blocks-inner {
  background-color: rgba(0, 56, 73, 0.3);
}

.secondary_1 .callout-stripe,
.secondary_1 .callout-stripe-copy-small,
.secondary_1 .cta {
  background-color: #003849;
}

@media only screen and (max-width: 767px) {

  .secondary_1 .cta,
  .secondary_1 .cta-small {
    background-color: transparent;
  }

  .secondary_1 .background-theme+.cta,
  .secondary_1 .background-theme+.half-callout-wrapper .cta-small {
    background-color: #006a70;
  }

  .secondary_1 .background-light-gray+.cta,
  .secondary_1 .background-light-gray+.half-callout-wrapper .cta-small {
    background-color: #f8f8f8;
  }

  .secondary_1 .cta .callout-stripe-copy,
  .secondary_1 .half-callout-wrapper .cta-small .callout-stripe-copy {
    background-color: #003849;
  }
}

.secondary_1 .callout-stripe-button,
.secondary_1 .callout-stripe-button-small,
.secondary_1 .callout-stripe-small,
.secondary_1 .home-tabs-button,
.secondary_1 .scheme-circled-dotted-dot,
.secondary_1 .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active {
  background-color: #f8374e;
}

.secondary_1 .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active {
  border-color: #f8374e;
}

.secondary_1 .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active:after {
  border-left: 12px solid #f8374e;
}

.secondary_1 .callout-stripe-button,
.secondary_1 .callout-stripe-button-small {
  background-color: #f8374e;
  border: 1px solid #f8374e;
  transition: all 0.3s;
}

.secondary_1 .callout-stripe-button-small:after,
.secondary_1 .callout-stripe-button:after {
  background-color: #f8374e;
  transition: background-color 0.3s;
}

.secondary_1 .callout-stripe-button-small:hover,
.secondary_1 .callout-stripe-button:hover {
  background-color: #dd1b32;
  border-color: #dd1b32;
}

.secondary_1 .callout-stripe-button-small:hover:after,
.secondary_1 .callout-stripe-button:hover:after {
  background-color: #dd1b32;
}

.secondary_1 .callout-stripe-button-small:active,
.secondary_1 .callout-stripe-button-small:active:after,
.secondary_1 .callout-stripe-button:active,
.secondary_1 .callout-stripe-button:active:after {
  background-color: #c1071d;
}

@media only screen and (max-width: 1024px) {
  .secondary_1 .cards .swiper-slide:nth-child(5n + 5) .cards-item {
    background-color: #003849;
  }
}

.secondary_1 .accordion-icon-faqs path,
.secondary_1 .accordion-icon-faqs svg,
.secondary_1 .blog-related-cases-next path,
.secondary_1 .blog-related-cases-next svg,
.secondary_1 .blog-related-cases-prev path,
.secondary_1 .blog-related-cases-prev svg,
.secondary_1 .icon-chevron-svg path,
.secondary_1 .icon-chevron-svg svg,
.secondary_1 .link-arrow path,
.secondary_1 .link-arrow svg,
.secondary_1 .link-arrow-single path,
.secondary_1 .link-arrow-single svg,
.secondary_1 .link-arrow-small path,
.secondary_1 .link-arrow-small svg,
.secondary_1 .top-image-bordered-columns-item path,
.secondary_1 .top-image-bordered-columns-item svg {
  stroke: #f8374e;
}

.secondary_1 .checked-icon rect,
.secondary_1 .contact-attachment .file-checkbox .checked-icon path {
  fill: #f8374e;
}

.secondary_1 .accordion-icon,
.secondary_1 .link-arrow,
.secondary_1 .link-arrow-single-inner,
.secondary_1 .link-arrow-small {
  transition: background-color 0.3s;
}

.secondary_1 .accordion-icon:active,
.secondary_1 .accordion-icon:hover,
.secondary_1 .link-arrow-single-inner:active,
.secondary_1 .link-arrow-single-inner:hover,
.secondary_1 .link-arrow-small:active,
.secondary_1 .link-arrow-small:hover,
.secondary_1 .link-arrow:active,
.secondary_1 .link-arrow:hover {
  background-color: #f8f8f8;
}

.secondary_1 .accordion-icon:active svg.icon-arrow-svg path,
.secondary_1 .link-arrow-single-inner:active svg.icon-arrow-svg path,
.secondary_1 .link-arrow-small:active svg.icon-arrow-svg path,
.secondary_1 .link-arrow:active svg.icon-arrow-svg path {
  stroke: #c1071d;
}

.secondary_1 .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: #f8f8f8;
}

.secondary_1 .quote-svg {
  fill: #f8374e;
}

.secondary_1 .icon-theme svg [fill] {
  fill: #006a70;
}

.secondary_1 .icon-theme svg [stroke] {
  stroke: #006a70;
}

.secondary_1 .icon-theme.fourth-color svg [stroke] {
  stroke: #003849;
}

.secondary_1 .icon-theme.fourth-color svg [fill] {
  fill: #003849;
}

.secondary_1 .background-theme:not(.no-background-color) .icon-theme svg [stroke] {
  stroke: #f8374e;
}

.secondary_1 .background-theme:not(.no-background-color) .icon-theme svg [fill] {
  fill: #f8374e;
}

.secondary_1 .icon-fill-theme path {
  fill: #006a70;
}

.secondary_1 .theme-color {
  color: #006a70;
}

.secondary_1 .sub-text-image-grid-wrapper,
.secondary_1 .svg-border-gradient {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(270deg,
      #f8374e,
      #b27cb8 15.7%,
      #8938e5 51.03%,
      #09a6a3 90.95%) border-box;
}

.secondary_1 .sub-text-image-grid-wrapper h3 {
  color: #003849;
}

.secondary_1 .background-theme {
  background-color: #006a70;
}

.secondary_1 .background-theme.no-background-color {
  background-color: #fff;
}

.secondary_1 .background-theme.no-background-color * {
  color: initial;
}

.secondary_1 .background-theme.no-background-color .icon-title-paragraph {
  color: #323232;
}

.secondary_1 .background-theme * {
  color: #fff;
}

.secondary_1 .background-theme svg {
  opacity: 0.9;
}

.secondary_1 .background-theme .list-item:before,
.secondary_1 .background-theme .table-quote-list-item.with-marker:before {
  background-color: #f8374e;
}

.secondary_1 .background-theme .accordion-icon:active,
.secondary_1 .background-theme .accordion-icon:hover,
.secondary_1 .background-theme .link-arrow-single-inner:active,
.secondary_1 .background-theme .link-arrow-single-inner:hover,
.secondary_1 .background-theme .link-arrow-small:active,
.secondary_1 .background-theme .link-arrow-small:hover,
.secondary_1 .background-theme .link-arrow:active,
.secondary_1 .background-theme .link-arrow:hover {
  background-color: rgba(0, 56, 73, 0.3);
}

.secondary_1 .background-theme .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: rgba(0, 0, 0, 0.1);
}

.secondary_1 .background-theme .title-link-wrapper:active .link-arrow-single-inner svg.icon-arrow-svg,
.secondary_1 .background-theme .title-link-wrapper:active .link-arrow-single-inner svg.icon-arrow-svg path {
  stroke: #c1071d;
}

.secondary_1 .background-theme .sub-text-image-grid-wrapper,
.secondary_1 .background-theme .svg-border-gradient {
  background: linear-gradient(#006a70, #006a70) padding-box,
    linear-gradient(270deg,
      #f8374e,
      #b27cb8 15.7%,
      #8938e5 51.03%,
      #09a6a3 90.95%) border-box;
}

.secondary_1 .background-theme-second {
  background-color: #003849;
}

.secondary_1 .background-theme-second * {
  color: #fff;
}

.secondary_1 .background-theme-second .accordion-icon:active,
.secondary_1 .background-theme-second .accordion-icon:hover,
.secondary_1 .background-theme-second .link-arrow-single-inner:active,
.secondary_1 .background-theme-second .link-arrow-single-inner:hover,
.secondary_1 .background-theme-second .link-arrow-small:active,
.secondary_1 .background-theme-second .link-arrow-small:hover,
.secondary_1 .background-theme-second .link-arrow:active,
.secondary_1 .background-theme-second .link-arrow:hover,
.secondary_1 .background-theme-second .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: rgba(0, 56, 73, 0.3);
}

.secondary_1 .background-theme-second .list-item:before {
  background-color: #f8374e;
}

.secondary_1 .background-light-gray .accordion-icon:active,
.secondary_1 .background-light-gray .accordion-icon:hover,
.secondary_1 .background-light-gray .link-arrow-single-inner:active,
.secondary_1 .background-light-gray .link-arrow-single-inner:hover,
.secondary_1 .background-light-gray .link-arrow-small:active,
.secondary_1 .background-light-gray .link-arrow-small:hover,
.secondary_1 .background-light-gray .link-arrow:active,
.secondary_1 .background-light-gray .link-arrow:hover,
.secondary_1 .background-light-gray .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: #f2f2f2;
}

.secondary_1 .background-light-gray .sub-text-image-grid-wrapper,
.secondary_1 .background-light-gray .svg-border-gradient {
  background: linear-gradient(#f8f8f8, #f8f8f8) padding-box,
    linear-gradient(270deg,
      #f8374e,
      #b27cb8 15.7%,
      #8938e5 51.03%,
      #09a6a3 90.95%) border-box;
}

.secondary_1 .theme-gradient-background {
  background: linear-gradient(90deg, #f8374e, #b27cb8 60%, #09a6a3);
}

.secondary_1 .cards-item:first-child,
.secondary_1 .cards-item:nth-child(6) {
  background-color: #006a70;
}

.secondary_1 .cards-item:nth-child(3),
.secondary_1 .cards-item:nth-child(7) {
  background-color: #003849;
}

.secondary_1 .cards-item:first-child *,
.secondary_1 .cards-item:nth-child(3) *,
.secondary_1 .cards-item:nth-child(6) *,
.secondary_1 .cards-item:nth-child(7) * {
  color: #fff;
}

.secondary_1 .blog-related-cases-item:first-child,
.secondary_1 .blog-related-cases-item:nth-child(3n + 4) {
  background-color: #003849;
}

.secondary_1 .blog-related-cases-item:first-child *,
.secondary_1 .blog-related-cases-item:nth-child(3n + 4) * {
  color: #fff;
}

.secondary_1 .blog-related-cases-item:nth-child(3n + 2) {
  background-color: #006a70;
}

.secondary_1 .blog-related-cases-item:nth-child(3n + 2) * {
  color: #fff;
}

.secondary_1 .blog-related-cases-item:nth-child(3n + 3) {
  background-color: #f8f8f8;
}

.secondary_1 .blog-portfolio-issue,
.secondary_1 .side-info-menu-item.active,
.secondary_1 .side-info-menu-item.active h3,
.secondary_1 .side-info-menu-landing .side-info-menu-item:hover {
  color: #f8374e;
}

.secondary_1 .blog-portfolio-fix {
  color: #09a6a3;
}

.secondary_1 .blog-portfolio-gallery-item img:hover {
  filter: drop-shadow(0 4px 12px rgba(0, 106, 112, 0.12));
}

.secondary_1 .blog-portfolio-gallery-scrollbar .swiper-scrollbar-drag {
  background-color: #006a70;
}

@media only screen and (min-width: 1025px) {

  .secondary_1 .main-navigation-menu-multi .link:hover:not(.page-404-layout),
  .secondary_1 .main-navigation-menu-single .link:hover:not(.page-404-layout) {
    color: #09a6a3;
  }
}

.secondary_1 .share-menu-link.open,
.secondary_1 .share-menu-link:hover {
  border-color: #006a70;
}

.secondary_1 .share-menu-link.open .share-menu-text,
.secondary_1 .share-menu-link:hover .share-menu-text {
  color: #006a70;
}

.secondary_1 .share-menu-link.open .share-menu-icon path,
.secondary_1 .share-menu-link:hover .share-menu-icon path {
  stroke: #006a70;
}

.secondary_1 .share-menu-list .share-menu-list-item:active .share-menu-list-link.react-share__ShareButton,
.secondary_1 .share-menu-list .share-menu-list-item:hover .share-menu-list-link.react-share__ShareButton {
  color: #006a70 !important;
}

.secondary_1 .share-menu-list .share-menu-list-item:active .icon-social-svg path,
.secondary_1 .share-menu-list .share-menu-list-item:hover .icon-social-svg path {
  fill: #006a70;
}

.secondary_1 .share-list-item button:active svg path,
.secondary_1 .share-list-item button:hover svg path {
  fill: #005b60;
}

.secondary_1 .blog-categories-item:hover {
  color: #003849;
}

.secondary_1 .blog-categories-item.active {
  background-color: #003849;
  color: #fff;
}

.secondary_1 .case-studies-tabs-item.active,
.secondary_1 .case-studies-tabs-item:hover,
.secondary_1 .industries-page-healthcare-links a:hover {
  color: #09a6a3;
}

.secondary_1 .table-quote-wrapper svg path {
  fill: #f8374e;
}

.secondary_1 .quote-block-background {
  background-color: rgba(9, 166, 163, 0.03);
  border: 1px solid rgba(9, 166, 163, 0.3);
}

.secondary_1 .scheme-progress {
  background-color: rgba(0, 56, 73, 0.5);
}

.secondary_1 .scheme-progress-circle-empty {
  background-color: #00515d;
}

.tertiary_1 #cluster-menu .navigation-wrapper li.parent:hover div ul li a:hover,
.tertiary_1 .blog-portfolio-content .colored-titles-table table tr:nth-of-type(2n) td:first-of-type,
.tertiary_1 a,
.tertiary_1 a.list-block-link-item h5,
.tertiary_1 a.list-block-link-item:hover .list-block-links-title,
.tertiary_1 table a {
  color: #bb1db5;
}

.tertiary_1 a.list-link-accordion {
  color: #323232;
  text-decoration: underline;
}

.tertiary_1 a.list-link-accordion:hover {
  color: #bb1db5;
}

.tertiary_1 .blog-portfolio-content ul li:before,
.tertiary_1 .list-item:before {
  background-color: #73004c;
}

.tertiary_1 a.breadcrumbs-link.alternate-color {
  color: #fb7700;
}

.tertiary_1 .main-navigation-link,
.tertiary_1 .navigation-title {
  color: #fff;
}

.tertiary_1 .main-navigation-link:after,
.tertiary_1 .navigation-title:after {
  background-color: #73004c;
}

.tertiary_1 .link-button,
.tertiary_1 .main-button-blue,
.tertiary_1 .privacy-cookies-button {
  background-color: #73004c;
  color: #fff;
  transition: background-color 0.3s;
}

.tertiary_1 .link-button:hover,
.tertiary_1 .main-button-blue:hover,
.tertiary_1 .privacy-cookies-button:hover {
  background-color: #59003b;
}

.tertiary_1 .link-button:active,
.tertiary_1 .main-button-blue:active,
.tertiary_1 .privacy-cookies-button:active {
  background-color: #350023;
}

.tertiary_1 .thanks-page-button {
  border-color: #73004c;
  color: #73004c;
  transition: all 0.3s;
}

.tertiary_1 .thanks-page-button:active,
.tertiary_1 .thanks-page-button:hover {
  background-color: #f2f2f2;
}

.tertiary_1 .contact-attachment .outlined {
  border-color: #323232;
  color: #6e6d71;
  transition: background-color 0.3s;
}

.tertiary_1 .contact-attachment .outlined:active,
.tertiary_1 .contact-attachment .outlined:hover {
  border-color: #73004c;
  color: #73004c;
}

.tertiary_1 .contact-attachment .outlined:active.MuiButton-root:hover,
.tertiary_1 .contact-attachment .outlined:hover.MuiButton-root:hover {
  background-color: transparent;
}

.tertiary_1 .contact-attachment .outlined:active .icon-trash path,
.tertiary_1 .contact-attachment .outlined:hover .icon-trash path {
  fill: #73004c;
}

.tertiary_1 .contact-attachment .outlined:active {
  background-color: #f2f2f2 !important;
}

.tertiary_1 .contact-attachment .attach-file-mark .question-mark-svg path {
  fill: #6e6d71;
  transition: fill 0.3s;
}

.tertiary_1 .contact-attachment .attach-file-mark .question-mark-svg:hover path {
  fill: #73004c;
}

.tertiary_1 .footer-social-item a .icon-social-svg path {
  fill: #323232;
  transition: fill 0.3s;
}

.tertiary_1 .footer-social-item a:hover .icon-social-svg path {
  fill: #73004c;
}

.tertiary_1 .footer-social-item a:active .icon-social-svg path {
  fill: #59003b;
}

.tertiary_1 .blog-portfolio-content .colored-titles-table table tr:nth-of-type(odd) td:first-of-type {
  color: #fb7700;
}

.tertiary_1 .contact-form .main-text-field-label.focused {
  color: #bb1db5;
}

.tertiary_1 .contact-form .text-input-field.focused:not(.error) .main-text-field-input {
  border-color: #bb1db5;
}

.tertiary_1 .contact-form .main-text-field-fieldset {
  border: none;
}

.tertiary_1 .azure-table,
.tertiary_1 .home-tabs-item.Mui-selected,
.tertiary_1 .image-grid-bordered-caption-text,
.tertiary_1 .legenda.top-bordered .legenda-item:first-child,
.tertiary_1 .table-ticks-row:first-of-type,
.tertiary_1 .table-top-bordered,
.tertiary_1 .table-top-subtext-item,
.tertiary_1 .top-bordered-columns-item,
.tertiary_1 .top-image-bordered-columns-number {
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg,
      #fb7700,
      #f8374e 60%,
      #bb1db5);
}

.tertiary_1 .top-bordered-columns table tr td p:first-child {
  background-image: linear-gradient(90deg,
      #f09819,
      #e42b14 43.75%,
      #ce238a 71.35%,
      #bb1db5);
  border-image-slice: 1;
}

.tertiary_1 .blog-portfolio-content table thead,
.tertiary_1 .blog-portfolio-paragraphs table>tbody tr:first-of-type,
.tertiary_1 .copy-columns-table table td:before,
.tertiary_1 .image-grid-bordered-caption-text.halved-border:before,
.tertiary_1 .tabs-item-device:before,
.tertiary_1 .top-bordered-table table:not([class]) tr:first-child,
.tertiary_1 table.table-top-border-colored tbody td:before {
  background-image: linear-gradient(90deg,
      #fb7700,
      #f8374e 60%,
      #bb1db5 90.95%);
}

.tertiary_1 .cards-title-wrapper .swiper-button-next .icon-arrow-svg path,
.tertiary_1 .cards-title-wrapper .swiper-button-prev .icon-arrow-svg path {
  stroke: #fb7700;
}

.tertiary_1 .mdc-tab-indicator.mdc-tab-indicator--active .mdc-tab-indicator__content--underline,
.tertiary_1 .tabs-column-item.active:before,
.tertiary_1 .tabs-item.active:before,
.tertiary_1 .tabs-row-item.active:before {
  background-image: linear-gradient(90deg,
      #fb7700,
      #f8374e 43.75%,
      #bb1db5 71.35%,
      #bb1db5);
}

.tertiary_1 .blog-portfolio-content .left-bordered-table table {
  border-image-slice: 1;
  border-image-source: linear-gradient(0deg,
      #fb7700 27%,
      #f8374e 58%,
      #bb1db5);
}

.tertiary_1 .scheme-rec-outstanding-scheme {
  background-color: rgba(69, 0, 57, 0.5);
}

.tertiary_1 .background-theme .scheme-row-blocks-inner {
  background-color: rgba(69, 0, 57, 0.3);
}

.tertiary_1 .callout-stripe,
.tertiary_1 .callout-stripe-copy-small,
.tertiary_1 .cta {
  background-color: #450039;
}

@media only screen and (max-width: 767px) {

  .tertiary_1 .cta,
  .tertiary_1 .cta-small {
    background-color: transparent;
  }

  .tertiary_1 .background-theme+.cta,
  .tertiary_1 .background-theme+.half-callout-wrapper .cta-small {
    background-color: #73004c;
  }

  .tertiary_1 .background-light-gray+.cta,
  .tertiary_1 .background-light-gray+.half-callout-wrapper .cta-small {
    background-color: #f8f8f8;
  }

  .tertiary_1 .cta .callout-stripe-copy,
  .tertiary_1 .half-callout-wrapper .cta-small .callout-stripe-copy {
    background-color: #450039;
  }
}

.tertiary_1 .callout-stripe-button,
.tertiary_1 .callout-stripe-button-small,
.tertiary_1 .callout-stripe-small,
.tertiary_1 .home-tabs-button,
.tertiary_1 .scheme-circled-dotted-dot,
.tertiary_1 .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active {
  background-color: #fb7700;
}

.tertiary_1 .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active {
  border-color: #fb7700;
}

.tertiary_1 .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active:after {
  border-left: 12px solid #fb7700;
}

.tertiary_1 .callout-stripe-button,
.tertiary_1 .callout-stripe-button-small {
  background-color: #fb7700;
  border: 1px solid #fb7700;
  transition: all 0.3s;
}

.tertiary_1 .callout-stripe-button-small:after,
.tertiary_1 .callout-stripe-button:after {
  background-color: #fb7700;
  transition: background-color 0.3s;
}

.tertiary_1 .callout-stripe-button-small:hover,
.tertiary_1 .callout-stripe-button:hover {
  background-color: #e67109;
  border-color: #e67109;
}

.tertiary_1 .callout-stripe-button-small:hover:after,
.tertiary_1 .callout-stripe-button:hover:after {
  background-color: #e67109;
}

.tertiary_1 .callout-stripe-button-small:active,
.tertiary_1 .callout-stripe-button-small:active:after,
.tertiary_1 .callout-stripe-button:active,
.tertiary_1 .callout-stripe-button:active:after {
  background-color: #ca6408;
}

@media only screen and (max-width: 1024px) {
  .tertiary_1 .cards .swiper-slide:nth-child(5n + 5) .cards-item {
    background-color: #450039;
  }
}

.tertiary_1 .accordion-icon-faqs path,
.tertiary_1 .accordion-icon-faqs svg,
.tertiary_1 .blog-related-cases-next path,
.tertiary_1 .blog-related-cases-next svg,
.tertiary_1 .blog-related-cases-prev path,
.tertiary_1 .blog-related-cases-prev svg,
.tertiary_1 .icon-chevron-svg path,
.tertiary_1 .icon-chevron-svg svg,
.tertiary_1 .link-arrow path,
.tertiary_1 .link-arrow svg,
.tertiary_1 .link-arrow-single path,
.tertiary_1 .link-arrow-single svg,
.tertiary_1 .link-arrow-small path,
.tertiary_1 .link-arrow-small svg,
.tertiary_1 .top-image-bordered-columns-item path,
.tertiary_1 .top-image-bordered-columns-item svg {
  stroke: #fb7700;
}

.tertiary_1 .checked-icon rect,
.tertiary_1 .contact-attachment .file-checkbox .checked-icon path {
  fill: #fb7700;
}

.tertiary_1 .accordion-icon,
.tertiary_1 .link-arrow,
.tertiary_1 .link-arrow-single-inner,
.tertiary_1 .link-arrow-small {
  transition: background-color 0.3s;
}

.tertiary_1 .accordion-icon:active,
.tertiary_1 .accordion-icon:hover,
.tertiary_1 .link-arrow-single-inner:active,
.tertiary_1 .link-arrow-single-inner:hover,
.tertiary_1 .link-arrow-small:active,
.tertiary_1 .link-arrow-small:hover,
.tertiary_1 .link-arrow:active,
.tertiary_1 .link-arrow:hover {
  background-color: #f8f8f8;
}

.tertiary_1 .accordion-icon:active svg.icon-arrow-svg path,
.tertiary_1 .link-arrow-single-inner:active svg.icon-arrow-svg path,
.tertiary_1 .link-arrow-small:active svg.icon-arrow-svg path,
.tertiary_1 .link-arrow:active svg.icon-arrow-svg path {
  stroke: #ca6408;
}

.tertiary_1 .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: #f8f8f8;
}

.tertiary_1 .quote-svg {
  fill: #fb7700;
}

.tertiary_1 .icon-theme svg [fill] {
  fill: #73004c;
}

.tertiary_1 .icon-theme svg [stroke] {
  stroke: #73004c;
}

.tertiary_1 .icon-theme.fourth-color svg [stroke] {
  stroke: #450039;
}

.tertiary_1 .icon-theme.fourth-color svg [fill] {
  fill: #450039;
}

.tertiary_1 .background-theme:not(.no-background-color) .icon-theme svg [stroke] {
  stroke: #fb7700;
}

.tertiary_1 .background-theme:not(.no-background-color) .icon-theme svg [fill] {
  fill: #fb7700;
}

.tertiary_1 .icon-fill-theme path {
  fill: #73004c;
}

.tertiary_1 .theme-color {
  color: #73004c;
}

.tertiary_1 .sub-text-image-grid-wrapper,
.tertiary_1 .svg-border-gradient {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(270deg,
      #fb7700,
      #f8374e 15.7%,
      #8938e5 51.03%,
      #bb1db5 90.95%) border-box;
}

.tertiary_1 .sub-text-image-grid-wrapper h3 {
  color: #450039;
}

.tertiary_1 .background-theme {
  background-color: #73004c;
}

.tertiary_1 .background-theme.no-background-color {
  background-color: #fff;
}

.tertiary_1 .background-theme.no-background-color * {
  color: initial;
}

.tertiary_1 .background-theme.no-background-color .icon-title-paragraph {
  color: #323232;
}

.tertiary_1 .background-theme * {
  color: #fff;
}

.tertiary_1 .background-theme svg {
  opacity: 0.9;
}

.tertiary_1 .background-theme .list-item:before,
.tertiary_1 .background-theme .table-quote-list-item.with-marker:before {
  background-color: #fb7700;
}

.tertiary_1 .background-theme .accordion-icon:active,
.tertiary_1 .background-theme .accordion-icon:hover,
.tertiary_1 .background-theme .link-arrow-single-inner:active,
.tertiary_1 .background-theme .link-arrow-single-inner:hover,
.tertiary_1 .background-theme .link-arrow-small:active,
.tertiary_1 .background-theme .link-arrow-small:hover,
.tertiary_1 .background-theme .link-arrow:active,
.tertiary_1 .background-theme .link-arrow:hover {
  background-color: rgba(69, 0, 57, 0.3);
}

.tertiary_1 .background-theme .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: rgba(0, 0, 0, 0.1);
}

.tertiary_1 .background-theme .title-link-wrapper:active .link-arrow-single-inner svg.icon-arrow-svg,
.tertiary_1 .background-theme .title-link-wrapper:active .link-arrow-single-inner svg.icon-arrow-svg path {
  stroke: #ca6408;
}

.tertiary_1 .background-theme .sub-text-image-grid-wrapper,
.tertiary_1 .background-theme .svg-border-gradient {
  background: linear-gradient(#73004c, #73004c) padding-box,
    linear-gradient(270deg,
      #fb7700,
      #f8374e 15.7%,
      #8938e5 51.03%,
      #bb1db5 90.95%) border-box;
}

.tertiary_1 .background-theme-second {
  background-color: #450039;
}

.tertiary_1 .background-theme-second * {
  color: #fff;
}

.tertiary_1 .background-theme-second .accordion-icon:active,
.tertiary_1 .background-theme-second .accordion-icon:hover,
.tertiary_1 .background-theme-second .link-arrow-single-inner:active,
.tertiary_1 .background-theme-second .link-arrow-single-inner:hover,
.tertiary_1 .background-theme-second .link-arrow-small:active,
.tertiary_1 .background-theme-second .link-arrow-small:hover,
.tertiary_1 .background-theme-second .link-arrow:active,
.tertiary_1 .background-theme-second .link-arrow:hover,
.tertiary_1 .background-theme-second .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: rgba(69, 0, 57, 0.3);
}

.tertiary_1 .background-theme-second .list-item:before {
  background-color: #fb7700;
}

.tertiary_1 .background-light-gray .accordion-icon:active,
.tertiary_1 .background-light-gray .accordion-icon:hover,
.tertiary_1 .background-light-gray .link-arrow-single-inner:active,
.tertiary_1 .background-light-gray .link-arrow-single-inner:hover,
.tertiary_1 .background-light-gray .link-arrow-small:active,
.tertiary_1 .background-light-gray .link-arrow-small:hover,
.tertiary_1 .background-light-gray .link-arrow:active,
.tertiary_1 .background-light-gray .link-arrow:hover,
.tertiary_1 .background-light-gray .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: #f2f2f2;
}

.tertiary_1 .background-light-gray .sub-text-image-grid-wrapper,
.tertiary_1 .background-light-gray .svg-border-gradient {
  background: linear-gradient(#f8f8f8, #f8f8f8) padding-box,
    linear-gradient(270deg,
      #fb7700,
      #f8374e 15.7%,
      #8938e5 51.03%,
      #bb1db5 90.95%) border-box;
}

.tertiary_1 .theme-gradient-background {
  background: linear-gradient(90deg, #fb7700, #f8374e 60%, #bb1db5);
}

.tertiary_1 .cards-item:first-child,
.tertiary_1 .cards-item:nth-child(6) {
  background-color: #73004c;
}

.tertiary_1 .cards-item:nth-child(3),
.tertiary_1 .cards-item:nth-child(7) {
  background-color: #450039;
}

.tertiary_1 .cards-item:first-child *,
.tertiary_1 .cards-item:nth-child(3) *,
.tertiary_1 .cards-item:nth-child(6) *,
.tertiary_1 .cards-item:nth-child(7) * {
  color: #fff;
}

.tertiary_1 .blog-related-cases-item:first-child,
.tertiary_1 .blog-related-cases-item:nth-child(3n + 4) {
  background-color: #450039;
}

.tertiary_1 .blog-related-cases-item:first-child *,
.tertiary_1 .blog-related-cases-item:nth-child(3n + 4) * {
  color: #fff;
}

.tertiary_1 .blog-related-cases-item:nth-child(3n + 2) {
  background-color: #73004c;
}

.tertiary_1 .blog-related-cases-item:nth-child(3n + 2) * {
  color: #fff;
}

.tertiary_1 .blog-related-cases-item:nth-child(3n + 3) {
  background-color: #f8f8f8;
}

.tertiary_1 .blog-portfolio-issue,
.tertiary_1 .side-info-menu-item.active,
.tertiary_1 .side-info-menu-item.active h3,
.tertiary_1 .side-info-menu-landing .side-info-menu-item:hover {
  color: #fb7700;
}

.tertiary_1 .blog-portfolio-fix {
  color: #bb1db5;
}

.tertiary_1 .blog-portfolio-gallery-item img:hover {
  filter: drop-shadow(0 4px 12px rgba(115, 0, 76, 0.12));
}

.tertiary_1 .blog-portfolio-gallery-scrollbar .swiper-scrollbar-drag {
  background-color: #73004c;
}

@media only screen and (min-width: 1025px) {

  .tertiary_1 .main-navigation-menu-multi .link:hover:not(.page-404-layout),
  .tertiary_1 .main-navigation-menu-single .link:hover:not(.page-404-layout) {
    color: #bb1db5;
  }
}

.tertiary_1 .share-menu-link.open,
.tertiary_1 .share-menu-link:hover {
  border-color: #73004c;
}

.tertiary_1 .share-menu-link.open .share-menu-text,
.tertiary_1 .share-menu-link:hover .share-menu-text {
  color: #73004c;
}

.tertiary_1 .share-menu-link.open .share-menu-icon path,
.tertiary_1 .share-menu-link:hover .share-menu-icon path {
  stroke: #73004c;
}

.tertiary_1 .share-menu-list .share-menu-list-item:active .share-menu-list-link.react-share__ShareButton,
.tertiary_1 .share-menu-list .share-menu-list-item:hover .share-menu-list-link.react-share__ShareButton {
  color: #73004c !important;
}

.tertiary_1 .share-menu-list .share-menu-list-item:active .icon-social-svg path,
.tertiary_1 .share-menu-list .share-menu-list-item:hover .icon-social-svg path {
  fill: #73004c;
}

.tertiary_1 .share-list-item button:active svg path,
.tertiary_1 .share-list-item button:hover svg path {
  fill: #59003b;
}

.tertiary_1 .blog-categories-item:hover {
  color: #450039;
}

.tertiary_1 .blog-categories-item.active {
  background-color: #450039;
  color: #fff;
}

.tertiary_1 .case-studies-tabs-item.active,
.tertiary_1 .case-studies-tabs-item:hover,
.tertiary_1 .industries-page-healthcare-links a:hover {
  color: #bb1db5;
}

.tertiary_1 .table-quote-wrapper svg path {
  fill: #fb7700;
}

.tertiary_1 .quote-block-background {
  background-color: rgba(187, 29, 181, 0.03);
  border: 1px solid rgba(187, 29, 181, 0.3);
}

.tertiary_1 .scheme-progress {
  background-color: rgba(69, 0, 57, 0.5);
}

.tertiary_1 .scheme-progress-circle-empty {
  background-color: #5c0043;
}

.quaternary_1 #cluster-menu .navigation-wrapper li.parent:hover div ul li a:hover,
.quaternary_1 .blog-portfolio-content .colored-titles-table table tr:nth-of-type(2n) td:first-of-type,
.quaternary_1 a,
.quaternary_1 a.list-block-link-item h5,
.quaternary_1 a.list-block-link-item:hover .list-block-links-title,
.quaternary_1 table a {
  color: #9614e6;
}

.quaternary_1 a.list-link-accordion {
  color: #323232;
  text-decoration: underline;
}

.quaternary_1 a.list-link-accordion:hover {
  color: #9614e6;
}

.quaternary_1 .blog-portfolio-content ul li:before,
.quaternary_1 .list-item:before {
  background-color: #59068c;
}

.quaternary_1 a.breadcrumbs-link.alternate-color {
  color: #21e0dd;
}

.quaternary_1 .main-navigation-link,
.quaternary_1 .navigation-title {
  color: #fff;
}

.quaternary_1 .main-navigation-link:after,
.quaternary_1 .navigation-title:after {
  background-color: #59068c;
}

.quaternary_1 .link-button,
.quaternary_1 .main-button-blue,
.quaternary_1 .privacy-cookies-button {
  background-color: #59068c;
  color: #fff;
  transition: background-color 0.3s;
}

.quaternary_1 .link-button:active,
.quaternary_1 .link-button:hover,
.quaternary_1 .main-button-blue:active,
.quaternary_1 .main-button-blue:hover,
.quaternary_1 .privacy-cookies-button:active,
.quaternary_1 .privacy-cookies-button:hover {
  background-color: #3e0263;
}

.quaternary_1 .thanks-page-button {
  border-color: #59068c;
  color: #59068c;
  transition: all 0.3s;
}

.quaternary_1 .thanks-page-button:active,
.quaternary_1 .thanks-page-button:hover {
  background-color: #f2f2f2;
}

.quaternary_1 .contact-attachment .outlined {
  border-color: #323232;
  color: #6e6d71;
  transition: background-color 0.3s;
}

.quaternary_1 .contact-attachment .outlined:active,
.quaternary_1 .contact-attachment .outlined:hover {
  border-color: #59068c;
  color: #59068c;
}

.quaternary_1 .contact-attachment .outlined:active.MuiButton-root:hover,
.quaternary_1 .contact-attachment .outlined:hover.MuiButton-root:hover {
  background-color: transparent;
}

.quaternary_1 .contact-attachment .outlined:active .icon-trash path,
.quaternary_1 .contact-attachment .outlined:hover .icon-trash path {
  fill: #59068c;
}

.quaternary_1 .contact-attachment .outlined:active {
  background-color: #f2f2f2 !important;
}

.quaternary_1 .contact-attachment .attach-file-mark .question-mark-svg path {
  fill: #6e6d71;
  transition: fill 0.3s;
}

.quaternary_1 .contact-attachment .attach-file-mark .question-mark-svg:hover path {
  fill: #59068c;
}

.quaternary_1 .footer-social-item a .icon-social-svg path {
  fill: #323232;
  transition: fill 0.3s;
}

.quaternary_1 .footer-social-item a:hover .icon-social-svg path {
  fill: #59068c;
}

.quaternary_1 .footer-social-item a:active .icon-social-svg path {
  fill: #3e0263;
}

.quaternary_1 .blog-portfolio-content .colored-titles-table table tr:nth-of-type(odd) td:first-of-type {
  color: #21e0dd;
}

.quaternary_1 .contact-form .main-text-field-label.focused {
  color: #9614e6;
}

.quaternary_1 .contact-form .text-input-field.focused:not(.error) .main-text-field-input {
  border-color: #9614e6;
}

.quaternary_1 .contact-form .main-text-field-fieldset {
  border: none;
}

.quaternary_1 .azure-table,
.quaternary_1 .home-tabs-item.Mui-selected,
.quaternary_1 .image-grid-bordered-caption-text,
.quaternary_1 .legenda.top-bordered .legenda-item:first-child,
.quaternary_1 .table-ticks-row:first-of-type,
.quaternary_1 .table-top-bordered,
.quaternary_1 .table-top-subtext-item,
.quaternary_1 .top-bordered-columns-item,
.quaternary_1 .top-image-bordered-columns-number {
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg,
      #21e0dd,
      #5c73d9 60%,
      #9614e6);
}

.quaternary_1 .top-bordered-columns table tr td p:first-child {
  background-image: linear-gradient(90deg, #21e0dd, #5c73d9 60%, #9614e6);
  border-image-slice: 1;
}

.quaternary_1 .blog-portfolio-content table thead,
.quaternary_1 .blog-portfolio-paragraphs table>tbody tr:first-of-type,
.quaternary_1 .copy-columns-table table td:before,
.quaternary_1 .image-grid-bordered-caption-text.halved-border:before,
.quaternary_1 .tabs-item-device:before,
.quaternary_1 .top-bordered-table table:not([class]) tr:first-child,
.quaternary_1 table.table-top-border-colored tbody td:before {
  background-image: linear-gradient(90deg,
      #21e0dd,
      #5c73d9 60%,
      #9614e6 90.95%);
}

.quaternary_1 .cards-title-wrapper .swiper-button-next .icon-arrow-svg path,
.quaternary_1 .cards-title-wrapper .swiper-button-prev .icon-arrow-svg path {
  stroke: #21e0dd;
}

.quaternary_1 .mdc-tab-indicator.mdc-tab-indicator--active .mdc-tab-indicator__content--underline,
.quaternary_1 .tabs-column-item.active:before,
.quaternary_1 .tabs-item.active:before,
.quaternary_1 .tabs-row-item.active:before {
  background-image: linear-gradient(90deg,
      #21e0dd,
      #5c73d9 43.75%,
      #9614e6 71.35%,
      #bb1db5);
}

.quaternary_1 .blog-portfolio-content .left-bordered-table table {
  border-image-slice: 1;
  border-image-source: linear-gradient(0deg,
      #21e0dd 27%,
      #5c73d9 58%,
      #9614e6);
}

.quaternary_1 .scheme-rec-outstanding-scheme {
  background-color: rgba(40, 15, 89, 0.5);
}

.quaternary_1 .background-theme .scheme-row-blocks-inner {
  background-color: rgba(40, 15, 89, 0.3);
}

.quaternary_1 .callout-stripe,
.quaternary_1 .callout-stripe-copy-small,
.quaternary_1 .cta {
  background-color: #280f59;
}

@media only screen and (max-width: 767px) {

  .quaternary_1 .cta,
  .quaternary_1 .cta-small {
    background-color: transparent;
  }

  .quaternary_1 .background-theme+.cta,
  .quaternary_1 .background-theme+.half-callout-wrapper .cta-small {
    background-color: #59068c;
  }

  .quaternary_1 .background-light-gray+.cta,
  .quaternary_1 .background-light-gray+.half-callout-wrapper .cta-small {
    background-color: #f8f8f8;
  }

  .quaternary_1 .cta .callout-stripe-copy,
  .quaternary_1 .half-callout-wrapper .cta-small .callout-stripe-copy {
    background-color: #280f59;
  }
}

.quaternary_1 .callout-stripe-button,
.quaternary_1 .callout-stripe-button-small,
.quaternary_1 .callout-stripe-small,
.quaternary_1 .home-tabs-button,
.quaternary_1 .scheme-circled-dotted-dot,
.quaternary_1 .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active {
  background-color: #21e0dd;
}

.quaternary_1 .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active {
  border-color: #21e0dd;
}

.quaternary_1 .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active:after {
  border-left: 12px solid #21e0dd;
}

.quaternary_1 .callout-stripe-button,
.quaternary_1 .callout-stripe-button-small {
  background-color: #21e0dd;
  border: 1px solid #21e0dd;
  transition: all 0.3s;
}

.quaternary_1 .callout-stripe-button-small:after,
.quaternary_1 .callout-stripe-button:after {
  background-color: #21e0dd;
  transition: background-color 0.3s;
}

.quaternary_1 .callout-stripe-button-small:hover,
.quaternary_1 .callout-stripe-button:hover {
  background-color: #12cac7;
  border-color: #12cac7;
}

.quaternary_1 .callout-stripe-button-small:hover:after,
.quaternary_1 .callout-stripe-button:hover:after {
  background-color: #12cac7;
}

.quaternary_1 .callout-stripe-button-small:active,
.quaternary_1 .callout-stripe-button-small:active:after,
.quaternary_1 .callout-stripe-button:active,
.quaternary_1 .callout-stripe-button:active:after {
  background-color: #10b5b2;
}

@media only screen and (max-width: 1024px) {
  .quaternary_1 .cards .swiper-slide:nth-child(5n + 5) .cards-item {
    background-color: #280f59;
  }
}

.quaternary_1 .accordion-icon-faqs path,
.quaternary_1 .accordion-icon-faqs svg,
.quaternary_1 .blog-related-cases-next path,
.quaternary_1 .blog-related-cases-next svg,
.quaternary_1 .blog-related-cases-prev path,
.quaternary_1 .blog-related-cases-prev svg,
.quaternary_1 .icon-chevron-svg path,
.quaternary_1 .icon-chevron-svg svg,
.quaternary_1 .link-arrow path,
.quaternary_1 .link-arrow svg,
.quaternary_1 .link-arrow-single path,
.quaternary_1 .link-arrow-single svg,
.quaternary_1 .link-arrow-small path,
.quaternary_1 .link-arrow-small svg,
.quaternary_1 .top-image-bordered-columns-item path,
.quaternary_1 .top-image-bordered-columns-item svg {
  stroke: #21e0dd;
}

.quaternary_1 .checked-icon rect,
.quaternary_1 .contact-attachment .file-checkbox .checked-icon path {
  fill: #21e0dd;
}

.quaternary_1 .accordion-icon,
.quaternary_1 .link-arrow,
.quaternary_1 .link-arrow-single-inner,
.quaternary_1 .link-arrow-small {
  transition: background-color 0.3s;
}

.quaternary_1 .accordion-icon:active,
.quaternary_1 .accordion-icon:hover,
.quaternary_1 .link-arrow-single-inner:active,
.quaternary_1 .link-arrow-single-inner:hover,
.quaternary_1 .link-arrow-small:active,
.quaternary_1 .link-arrow-small:hover,
.quaternary_1 .link-arrow:active,
.quaternary_1 .link-arrow:hover {
  background-color: #f8f8f8;
}

.quaternary_1 .accordion-icon:active svg.icon-arrow-svg path,
.quaternary_1 .link-arrow-single-inner:active svg.icon-arrow-svg path,
.quaternary_1 .link-arrow-small:active svg.icon-arrow-svg path,
.quaternary_1 .link-arrow:active svg.icon-arrow-svg path {
  stroke: #10b5b2;
}

.quaternary_1 .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: #f8f8f8;
}

.quaternary_1 .quote-svg {
  fill: #21e0dd;
}

.quaternary_1 .icon-theme svg [fill] {
  fill: #59068c;
}

.quaternary_1 .icon-theme svg [stroke] {
  stroke: #59068c;
}

.quaternary_1 .icon-theme.fourth-color svg [stroke] {
  stroke: #280f59;
}

.quaternary_1 .icon-theme.fourth-color svg [fill] {
  fill: #280f59;
}

.quaternary_1 .background-theme:not(.no-background-color) .icon-theme svg [stroke] {
  stroke: #21e0dd;
}

.quaternary_1 .background-theme:not(.no-background-color) .icon-theme svg [fill] {
  fill: #21e0dd;
}

.quaternary_1 .icon-fill-theme path {
  fill: #59068c;
}

.quaternary_1 .theme-color {
  color: #59068c;
}

.quaternary_1 .sub-text-image-grid-wrapper,
.quaternary_1 .svg-border-gradient {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(270deg,
      #21e0dd,
      #5c73d9 15.7%,
      #8938e5 51.03%,
      #9614e6 90.95%) border-box;
}

.quaternary_1 .sub-text-image-grid-wrapper h3 {
  color: #280f59;
}

.quaternary_1 .background-theme {
  background-color: #59068c;
}

.quaternary_1 .background-theme.no-background-color {
  background-color: #fff;
}

.quaternary_1 .background-theme.no-background-color * {
  color: initial;
}

.quaternary_1 .background-theme.no-background-color .icon-title-paragraph {
  color: #323232;
}

.quaternary_1 .background-theme * {
  color: #fff;
}

.quaternary_1 .background-theme svg {
  opacity: 0.9;
}

.quaternary_1 .background-theme .list-item:before,
.quaternary_1 .background-theme .table-quote-list-item.with-marker:before {
  background-color: #21e0dd;
}

.quaternary_1 .background-theme .accordion-icon:active,
.quaternary_1 .background-theme .accordion-icon:hover,
.quaternary_1 .background-theme .link-arrow-single-inner:active,
.quaternary_1 .background-theme .link-arrow-single-inner:hover,
.quaternary_1 .background-theme .link-arrow-small:active,
.quaternary_1 .background-theme .link-arrow-small:hover,
.quaternary_1 .background-theme .link-arrow:active,
.quaternary_1 .background-theme .link-arrow:hover {
  background-color: rgba(40, 15, 89, 0.3);
}

.quaternary_1 .background-theme .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: rgba(0, 0, 0, 0.1);
}

.quaternary_1 .background-theme .title-link-wrapper:active .link-arrow-single-inner svg.icon-arrow-svg,
.quaternary_1 .background-theme .title-link-wrapper:active .link-arrow-single-inner svg.icon-arrow-svg path {
  stroke: #10b5b2;
}

.quaternary_1 .background-theme .sub-text-image-grid-wrapper,
.quaternary_1 .background-theme .svg-border-gradient {
  background: linear-gradient(#59068c, #59068c) padding-box,
    linear-gradient(270deg,
      #21e0dd,
      #5c73d9 15.7%,
      #8938e5 51.03%,
      #9614e6 90.95%) border-box;
}

.quaternary_1 .background-theme-second {
  background-color: #280f59;
}

.quaternary_1 .background-theme-second * {
  color: #fff;
}

.quaternary_1 .background-theme-second .accordion-icon:active,
.quaternary_1 .background-theme-second .accordion-icon:hover,
.quaternary_1 .background-theme-second .link-arrow-single-inner:active,
.quaternary_1 .background-theme-second .link-arrow-single-inner:hover,
.quaternary_1 .background-theme-second .link-arrow-small:active,
.quaternary_1 .background-theme-second .link-arrow-small:hover,
.quaternary_1 .background-theme-second .link-arrow:active,
.quaternary_1 .background-theme-second .link-arrow:hover,
.quaternary_1 .background-theme-second .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: rgba(40, 15, 89, 0.3);
}

.quaternary_1 .background-theme-second .list-item:before {
  background-color: #21e0dd;
}

.quaternary_1 .background-light-gray .accordion-icon:active,
.quaternary_1 .background-light-gray .accordion-icon:hover,
.quaternary_1 .background-light-gray .link-arrow-single-inner:active,
.quaternary_1 .background-light-gray .link-arrow-single-inner:hover,
.quaternary_1 .background-light-gray .link-arrow-small:active,
.quaternary_1 .background-light-gray .link-arrow-small:hover,
.quaternary_1 .background-light-gray .link-arrow:active,
.quaternary_1 .background-light-gray .link-arrow:hover,
.quaternary_1 .background-light-gray .title-link-wrapper:hover .link-arrow-single-inner {
  background-color: #f2f2f2;
}

.quaternary_1 .background-light-gray .sub-text-image-grid-wrapper,
.quaternary_1 .background-light-gray .svg-border-gradient {
  background: linear-gradient(#f8f8f8, #f8f8f8) padding-box,
    linear-gradient(270deg,
      #21e0dd,
      #5c73d9 15.7%,
      #8938e5 51.03%,
      #9614e6 90.95%) border-box;
}

.quaternary_1 .theme-gradient-background {
  background: linear-gradient(90deg, #21e0dd, #5c73d9 60%, #9614e6);
}

.quaternary_1 .cards-item:first-child,
.quaternary_1 .cards-item:nth-child(6) {
  background-color: #59068c;
}

.quaternary_1 .cards-item:nth-child(3),
.quaternary_1 .cards-item:nth-child(7) {
  background-color: #280f59;
}

.quaternary_1 .cards-item:first-child *,
.quaternary_1 .cards-item:nth-child(3) *,
.quaternary_1 .cards-item:nth-child(6) *,
.quaternary_1 .cards-item:nth-child(7) * {
  color: #fff;
}

.quaternary_1 .blog-related-cases-item:first-child,
.quaternary_1 .blog-related-cases-item:nth-child(3n + 4) {
  background-color: #280f59;
}

.quaternary_1 .blog-related-cases-item:first-child *,
.quaternary_1 .blog-related-cases-item:nth-child(3n + 4) * {
  color: #fff;
}

.quaternary_1 .blog-related-cases-item:nth-child(3n + 2) {
  background-color: #59068c;
}

.quaternary_1 .blog-related-cases-item:nth-child(3n + 2) * {
  color: #fff;
}

.quaternary_1 .blog-related-cases-item:nth-child(3n + 3) {
  background-color: #f8f8f8;
}

.quaternary_1 .blog-portfolio-issue,
.quaternary_1 .side-info-menu-item.active,
.quaternary_1 .side-info-menu-item.active h3,
.quaternary_1 .side-info-menu-landing .side-info-menu-item:hover {
  color: #21e0dd;
}

.quaternary_1 .blog-portfolio-fix {
  color: #9614e6;
}

.quaternary_1 .blog-portfolio-gallery-item img:hover {
  filter: drop-shadow(0 4px 12px rgba(89, 6, 140, 0.12));
}

.quaternary_1 .blog-portfolio-gallery-scrollbar .swiper-scrollbar-drag {
  background-color: #59068c;
}

@media only screen and (min-width: 1025px) {

  .quaternary_1 .main-navigation-menu-multi .link:hover:not(.page-404-layout),
  .quaternary_1 .main-navigation-menu-single .link:hover:not(.page-404-layout) {
    color: #9614e6;
  }
}

.quaternary_1 .share-menu-link.open,
.quaternary_1 .share-menu-link:hover {
  border-color: #59068c;
}

.quaternary_1 .share-menu-link.open .share-menu-text,
.quaternary_1 .share-menu-link:hover .share-menu-text {
  color: #59068c;
}

.quaternary_1 .share-menu-link.open .share-menu-icon path,
.quaternary_1 .share-menu-link:hover .share-menu-icon path {
  stroke: #59068c;
}

.quaternary_1 .share-menu-list .share-menu-list-item:active .share-menu-list-link.react-share__ShareButton,
.quaternary_1 .share-menu-list .share-menu-list-item:hover .share-menu-list-link.react-share__ShareButton {
  color: #59068c !important;
}

.quaternary_1 .share-menu-list .share-menu-list-item:active .icon-social-svg path,
.quaternary_1 .share-menu-list .share-menu-list-item:hover .icon-social-svg path {
  fill: #59068c;
}

.quaternary_1 .share-list-item button:active svg path,
.quaternary_1 .share-list-item button:hover svg path {
  fill: #3e0263;
}

.quaternary_1 .blog-categories-item:hover {
  color: #280f59;
}

.quaternary_1 .blog-categories-item.active {
  background-color: #280f59;
  color: #fff;
}

.quaternary_1 .case-studies-tabs-item.active,
.quaternary_1 .case-studies-tabs-item:hover,
.quaternary_1 .industries-page-healthcare-links a:hover {
  color: #9614e6;
}

.quaternary_1 .table-quote-wrapper svg path {
  fill: #21e0dd;
}

.quaternary_1 .quote-block-background {
  background-color: rgba(150, 20, 230, 0.03);
  border: 1px solid rgba(150, 20, 230, 0.3);
}

.quaternary_1 .scheme-progress {
  background-color: rgba(40, 15, 89, 0.5);
}

.quaternary_1 .scheme-progress-circle-empty {
  background-color: #410b73;
}

.background-light-gray {
  background-color: #f8f8f8;
}

/*! Breakpoints */
/*! Media queries */
/*! Breakpoints */
/*! Media queries */
textarea {
  min-height: 158px;
  resize: none;
}

input:not([type="file"]),
textarea:not([type="file"]) {
  border: 2px solid #e0e0e0;
  font-size: 16px;
  padding: 16.5px 12px;
  width: 100%;
}

::-moz-placeholder {
  color: #828282;
}

::placeholder {
  color: #828282;
}

button {
  cursor: pointer;
  font-size: 16px;
}

.attach-file-note {
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  display: none;
  left: 50%;
  margin-top: 10px;
  padding: 15px 20px 10px;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .attach-file-note {
    top: -220px;
  }
}

@media only screen and (max-width: 767px) {
  .attach-file-note {
    min-width: 300px;
  }
}

.attach-file-note:after,
.attach-file-note:before {
  border: solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  width: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

  .attach-file-note:after,
  .attach-file-note:before {
    top: 100%;
    transform: rotate(180deg);
  }
}

.attach-file-note:before {
  border-color: hsla(0, 0%, 88%, 0) hsla(0, 0%, 88%, 0) #e0e0e0;
  border-width: 13px;
  margin-left: -13px;
}

.attach-file-note:after {
  border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #fff;
  border-width: 10px;
  margin-left: -10px;
}

.attach-file-mark {
  cursor: pointer;
  margin-left: 12px;
  position: relative;
}

.attach-file-mark:hover .attach-file-note {
  display: block;
}

.page-404-layout .attach-file-mark:hover .question-mark-svg path,
.something-wrong-layout .attach-file-mark:hover .question-mark-svg path {
  fill: #0b75fd;
}

.attach-file-mark .question-mark-svg {
  height: 23px;
  width: 23px;
}

.attach-file-note-paragraph {
  font-size: 14px;
}

@media only screen and (min-width: 1025px) {
  .attach-file-note-paragraph {
    white-space: nowrap;
  }
}

.attach-file-note-paragraph+.attach-file-note-paragraph {
  padding-top: 12px;
}

.attach-file-note-list {
  display: flex;
  margin-top: 7px;
}

@media only screen and (max-width: 767px) {
  .attach-file-note-list {
    flex-wrap: wrap;
  }

  .attach-file-note-list .column {
    margin-bottom: 20px;
    width: 20%;
  }
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .attach-file-note-list .column:not(:last-of-type) {
    margin-right: 20px;
  }
}

.attach-file-note-list p {
  font-size: 14px;
  padding-top: 0;
}

/*! Breakpoints */
/*! Media queries */
/*! Breakpoints */
/*! Media queries */
.inverted {
  flex-direction: row-reverse;
}

.main-grid {
  display: flex;
}

.main-grid-vertical-center .main-grid,
.main-grid.main-grid-vertical-center {
  align-items: center;
}

.main-grid .main-grid-item.main-grid-horizontal-center {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 1025px) {
  .main-grid.has-single {
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {

  .main-grid.has-medium-scheme,
  .main-grid.has-partner-logo-svg {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1216px) {

  .main-grid.has-medium-scheme.inverted-order,
  .main-grid.has-partner-logo-svg.inverted-order {
    flex-direction: column-reverse;
  }
}

.main-grid.section-inside-offset-60 {
  margin-bottom: 60px;
}

.main-grid.section-inside-offset-100 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .main-grid.section-inside-offset-100 {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .main-grid {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) {
  .main-grid-parser {
    margin-top: 48px;
  }
}

@media only screen and (min-width: 1025px) {
  .main-grid-parser p+p {
    padding-top: 48px;
  }
}

.wrapped-grid {
  display: flex;
}

@media only screen and (max-width: 1024px),
only screen and (min-width: 1025px) and (max-width: 1280px) {
  .wrapped-grid {
    flex-wrap: wrap;
  }
}

.featured-grid-halved,
.main-grid-halved {
  display: flex;
  flex-wrap: wrap;
}

.main-grid-outstanding {
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .main-grid-outstanding {
    flex-direction: column;
  }
}

.main-grid-outstanding.main-grid-vertical-center,
.main-grid-vertical-center .main-grid-outstanding {
  align-items: center;
}

.main-grid-item {
  flex: 1 1 100%;
}

@media only screen and (min-width: 1025px) {
  .has-single .main-grid-item {
    max-width: math(50%-32px/2);
  }

  .main-grid-item:not(:last-of-type) {
    margin-right: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-grid-item:not(:last-of-type) {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .main-grid-item-extended .main-grid-item:last-of-type {
    min-width: 800px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .main-grid-item-extended .main-grid-item:last-of-type {
    min-width: 650px;
  }
}

.equal-halved-content .main-grid-item:not(:last-of-type) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .two-columns-grid:not(.title-left-only) .main-grid-item:last-of-type {
    margin-top: 20px;
  }
}

.main-grid-less-quarter {
  flex: 1 2 100%;
}

.main-grid-bigger-quarter {
  flex: 2 1 100%;
}

.main-grid-outstanding-item-left {
  min-width: 50%;
  padding: 0 72px 0 calc(50vw - 615.5px);
  width: 50%;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .main-grid-outstanding-item-left {
    padding: 0 72px 0 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .main-grid-outstanding-item-left {
    padding: 0 20px;
    width: 100%;
  }
}

.main-grid-outstanding-item-right {
  max-width: 1216px;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .main-grid-outstanding-item-right {
    padding-right: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .main-grid-outstanding-item-right {
    margin: 32px auto 0;
    padding: 0 20px;
  }
}

.main-grid-halved-item {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .main-grid-halved-item {
    width: 100%;
  }
}

.main-grid-halved-item:nth-child(odd) {
  padding-right: 16px;
}

@media only screen and (max-width: 767px) {
  .main-grid-halved-item:nth-child(odd) {
    padding-right: 0;
  }
}

.main-grid-halved-item:nth-child(2n) {
  padding-left: 16px;
}

@media only screen and (max-width: 767px) {
  .main-grid-halved-item:nth-child(2n) {
    padding-left: 0;
  }
}

.featured-grid-halved-item {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .featured-grid-halved-item {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .featured-grid-halved-item:nth-child(odd) {
    padding-right: 32px;
  }

  .featured-grid-halved-item:nth-child(2n) {
    padding-left: 16px;
  }
}

.has-inverted-row .featured-grid-halved-item:nth-last-child(2) {
  align-self: center;
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .has-inverted-row .featured-grid-halved-item:nth-last-child(2) {
    order: 2;
    padding-left: 16px;
  }

  .has-inverted-row .featured-grid-halved-item.inverted-item {
    order: 1;
    padding-left: 0;
  }
}

.halved-content-item,
.halved-image-item {
  width: 50%;
}

.halved-content-item+.halved-content-item {
  padding: 100px 32px 100px 72px;
}

@media only screen and (max-width: 1024px) {
  .halved-content-item+.halved-content-item {
    padding: 60px 20px;
    width: 100%;
  }

  .copy-image-accordion .halved-content-item+.halved-content-item {
    padding-top: 60px;
  }
}

.halved-content-item+.halved-content-item.small-data-area .container-small {
  max-width: 536px;
}

.halved-content-item+.halved-content-item.small-data-area .container-small.container-inner {
  max-width: 592px;
}

.halved-content-image-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.halved-content-image-item img {
  image-rendering: -webkit-optimize-contrast;
}

@media only screen and (min-width: 1281px) {
  .halved-content-image-item {
    width: 50%;
  }
}

.halved-content-image-item .inner-content {
  padding: 100px 72px 100px calc(50vw - 615.5px);
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .halved-content-image-item .inner-content {
    padding-left: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .halved-content-image-item .inner-content {
    padding: 60px 20px;
    width: 100%;
  }
}

.halved-content-image-item .inner-content.has-callout-before {
  padding-top: 162px;
}

@media only screen and (max-width: 1024px) {
  .halved-content-image-item .inner-content.has-callout-before {
    padding-top: 104px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .halved-content-image-item .inner-image {
    max-height: 340px;
  }
}

@media only screen and (max-width: 767px) {
  .halved-content-image-item .inner-image {
    max-height: 170px;
  }
}

@media only screen and (min-width: 1281px) {
  .halved-content-image-item+.halved-content-item {
    padding: 100px 32px 100px 72px;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1024px) {
  .halved-content-image-item+.halved-content-item {
    padding: 60px 20px;
    width: 100%;
  }

  .copy-image-accordion .halved-content-image-item+.halved-content-item {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 1024px),
only screen and (min-width: 1025px) and (max-width: 1280px) {
  .halved-content-image-item+.halved-content-item {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .halved-content-image-item+.halved-content-item {
    padding: 60px 32px 100px;
  }

  .copy-image-accordion .halved-content-image-item+.halved-content-item {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .halved-content-image-item+.halved-content-item {
    padding: 48px 20px 60px;
  }

  .copy-image-accordion .halved-content-image-item+.halved-content-item {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .halved-content-image-item+.halved-content-item {
    padding: 32px 20px 44px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .copy-image-accordion .halved-content-image-item+.halved-content-item {
    padding: 60px 20px;
  }
}

@media only screen and (max-width: 479px) {
  .copy-image-accordion .halved-content-image-item+.halved-content-item {
    padding: 32px 20px 44px;
  }
}

.halved-content-image-item+.halved-content-item.callout-stripe-small-bottom {
  padding-bottom: 224px;
}

.halved-content-image-item+.halved-content-item.callout-stripe-small-bottom.callout-bottom-offset {
  padding-bottom: 162px;
}

@media only screen and (max-width: 1024px) {
  .halved-content-image-item+.halved-content-item.callout-stripe-small-bottom.callout-bottom-offset {
    padding-bottom: 118px;
  }
}

@media only screen and (max-width: 1024px),
only screen and (min-width: 1025px) and (max-width: 1280px) {
  .halved-content-image-item+.halved-content-item .container-small {
    max-width: none;
  }
}

@media only screen and (min-width: 1281px) {
  .halved-content-image-item+.halved-content-item-accordion {
    padding-right: 72px;
  }
}

@media only screen and (max-width: 1024px) {
  .halved-image-item {
    display: none;
  }
}

.halved-image-item+.halved-content-item {
  padding: 100px 32px 100px 72px;
}

@media only screen and (max-width: 1024px) {
  .halved-image-item+.halved-content-item {
    padding: 60px 20px;
    width: 100%;
  }

  .copy-image-accordion .halved-image-item+.halved-content-item {
    padding-top: 60px;
  }
}

.halved-image-item+.halved-content-item.callout-stripe-small-bottom {
  padding-bottom: 224px;
}

.halved-image-item+.halved-content-item.callout-stripe-small-bottom.callout-bottom-offset {
  padding-bottom: 162px;
}

@media only screen and (max-width: 1024px) {
  .halved-image-item+.halved-content-item .image-device-only {
    margin-top: 60px;
  }
}

.inverted .halved-image-item+.halved-content-item {
  padding: 100px 72px 100px calc(50% - 608px);
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .inverted .halved-image-item+.halved-content-item {
    padding-left: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .inverted .halved-image-item+.halved-content-item {
    padding: 60px 20px;
    width: 100%;
  }
}

.inverted .halved-image-item+.halved-content-item .gatsby-image-wrapper {
  margin-bottom: -60px;
  margin-top: 60px;
}

@media only screen and (min-width: 1025px) {
  .section-image-content.has-callout-after .halved-content-item {
    padding-bottom: 162px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section-image-content.has-callout-after .halved-content-item {
    padding-bottom: 118px;
  }
}

@media only screen and (max-width: 767px) {
  .section-image-content.has-callout-after .halved-content-item {
    padding-bottom: 104px;
  }
}

.halved-content-item:first-of-type:not(:last-of-type) {
  padding: 100px 72px 100px calc(50% - 608px);
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .halved-content-item:first-of-type:not(:last-of-type) {
    padding-left: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .halved-content-item:first-of-type:not(:last-of-type) {
    padding: 60px 20px;
    width: 100%;
  }
}

.equal-halved-content .halved-content-item+.halved-content-item {
  padding: 60px 20px;
}

@media only screen and (min-width: 1025px) {
  .equal-halved-content .halved-content-item+.halved-content-item {
    padding: 100px calc(50vw - 615.5px) 100px 72px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1285px) {
  .main-grid-callout-flex-wrap {
    flex-direction: column;
  }

  .main-grid-callout-flex-wrap .halved-content-item,
  .main-grid-callout-flex-wrap .halved-image-item {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .image-arrow-grid-notitle .arrow-links-item:nth-child(2) {
    margin-top: 0;
  }
}

/*! Breakpoints */
/*! Media queries */
/*! Breakpoints */
/*! Media queries */
.erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.paragraph,
p {
  color: #323232;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  max-width: 800px;
  white-space: pre-wrap;
}

.erp-customization-issues .medium-bold.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child p.medium-bold,
.paragraph-primary,
.paragraph.medium-bold,
p-primary,
p.medium-bold {
  font-weight: 500;
}

.erp-customization-issues .medium-bold-700.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child p.medium-bold-700,
.paragraph-primary-700,
.paragraph.medium-bold-700,
p-primary-700,
p.medium-bold-700 {
  font-weight: 700;
}

.erp-customization-issues .paragraph-fs-20.paragraph-no-padding-top.paragraph-bolder p,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child p.paragraph-fs-20 p,
.paragraph.paragraph-fs-20 p,
p.paragraph-fs-20 p {
  font-size: 20px;
}

.paragraph-strong strong,
p-strong strong {
  font-weight: 700;
}

.erp-customization-issues .extra-text-margin.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child p.extra-text-margin,
.paragraph.extra-text-margin,
p.extra-text-margin {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {

  .erp-customization-issues .extra-text-margin.paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child p.extra-text-margin,
  .paragraph.extra-text-margin,
  p.extra-text-margin {
    margin-bottom: 20px;
  }
}

.erp-customization-issues .erp-customization-paths .title-copy-columns .main-grid-item:last-child .paragraph-no-padding-top.paragraph-bolder+p,
.erp-customization-issues .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-issues .paragraph+.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.paragraph,
.erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+p,
.erp-customization-issues p+.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+p,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .erp-customization-issues p+.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .paragraph+p,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.paragraph,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child p+p,
.paragraph+.paragraph,
.paragraph+p,
p+.paragraph,
p+p {
  padding-top: 20px;
}

.erp-customization-issues .paragraph-no-padding-top.paragraph-bolder a,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child p a,
.paragraph a,
p a {
  transition: all 0.3s ease;
}

.erp-customization-issues .paragraph-no-padding-top.paragraph-bolder a:hover,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child p a:hover,
.paragraph a:hover,
p a:hover {
  text-decoration: underline;
}

.erp-customization-issues .paragraph-list-item-lh.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child p.paragraph-list-item-lh,
.paragraph.paragraph-list-item-lh,
p.paragraph-list-item-lh {
  line-height: 1.25;
}

.first-level-title,
h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.2;
}

@media only screen and (min-width: 1025px) {

  .first-level-title,
  h1 {
    line-height: 72px;
  }
}

@media only screen and (max-width: 1024px) {

  .first-level-title,
  h1 {
    font-size: 36px;
  }
}

.second-level-title,
h2 {
  color: #000;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1024px) {

  .second-level-title,
  h2 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 28px;
  }
}

.second-level-title.extra-text-margin,
h2.extra-text-margin {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {

  .second-level-title.extra-text-margin,
  h2.extra-text-margin {
    margin-bottom: 28px;
  }
}

.second-level-title+svg,
h2+svg {
  margin-top: 8px;
}

.second-level-title+.scheme-rec-outstanding-scheme,
h2+.scheme-rec-outstanding-scheme {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {

  .callout-stripe .second-level-title,
  .callout-stripe h2,
  .callout-stripe-small .second-level-title,
  .callout-stripe-small h2,
  .table .second-level-title,
  .table h2,
  .table-top-bordered .second-level-title,
  .table-top-bordered h2,
  .tabs-items .second-level-title,
  .tabs-items h2,
  .title-copy-columns .second-level-title,
  .title-copy-columns h2 {
    margin-bottom: 0;
  }
}

.title-alone .second-level-title,
.title-alone h2 {
  margin-bottom: 0;
}

.second-level-title:empty,
h2:empty {
  margin: 0;
}

.third-level-title,
h3 {
  color: #000;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1024px) {

  .third-level-title,
  h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
  }
}

.third-level-title.extra-text-margin,
h3.extra-text-margin {
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {

  .third-level-title.extra-text-margin,
  h3.extra-text-margin {
    margin-bottom: 28px;
  }
}

@media only screen and (min-width: 768px) {

  .callout-stripe .third-level-title,
  .callout-stripe h3,
  .callout-stripe-small .third-level-title,
  .callout-stripe-small h3,
  .table .third-level-title,
  .table h3,
  .table-top-bordered .third-level-title,
  .table-top-bordered h3,
  .tabs-items .third-level-title,
  .tabs-items h3,
  .title-copy-columns .third-level-title,
  .title-copy-columns h3 {
    margin-bottom: 0;
  }
}

.title-alone .third-level-title,
.title-alone h3 {
  margin-bottom: 0;
}

.third-level-title:empty,
h3:empty {
  margin: 0;
}

.fourth-level-title,
h4 {
  color: #000;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {

  .fourth-level-title,
  h4 {
    font-size: 20px;
    font-weight: 700;
  }
}

@media only screen and (min-width: 768px) {

  .callout-stripe .fourth-level-title,
  .callout-stripe h4,
  .callout-stripe-small .fourth-level-title,
  .callout-stripe-small h4,
  .table .fourth-level-title,
  .table h4,
  .table-top-bordered .fourth-level-title,
  .table-top-bordered h4,
  .tabs-items .fourth-level-title,
  .tabs-items h4,
  .title-copy-columns .fourth-level-title,
  .title-copy-columns h4 {
    margin-bottom: 0;
  }
}

.title-alone .fourth-level-title,
.title-alone h4 {
  margin-bottom: 0;
}

.fourth-level-title:empty,
h4:empty {
  margin: 0;
}

.fifth-level-title,
.fifth-level-title p,
h5 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

@media only screen and (max-width: 1024px) {

  .fifth-level-title,
  .fifth-level-title p,
  h5 {
    font-size: 18px;
    font-weight: 600;
  }
}

.six-level-title,
h6 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

@media only screen and (max-width: 1024px) {

  .six-level-title,
  h6 {
    font-size: 14px;
    font-weight: 600;
  }
}

.h1-ol {
  font-size: 52px;
}

.h1-ol,
.h2-ol {
  color: #000;
  font-weight: 400;
  line-height: 1.5;
}

.h2-ol {
  font-size: 40px;
}

.h3-ol {
  color: #000;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
}

.h4-ol {
  font-size: 24px;
}

.h4-ol,
.h5-ol {
  color: #000;
  font-weight: 300;
  line-height: 1.5;
}

.h5-ol {
  font-size: 20px;
}

.h6-ol {
  font-size: 16px;
  line-height: 1.5;
}

.caption,
.h6-ol {
  color: #000;
  font-weight: 300;
}

.caption {
  font-size: 14px;
  line-height: 1.6;
}

.accent-text,
.caption-bold {
  font-weight: 500;
}

.accent-text {
  color: #000;
  font-size: 18px;
  line-height: 1.33;
}

.single-title {
  margin-bottom: 44px;
}

@media only screen and (max-width: 767px) {
  .single-title {
    margin-bottom: 32px;
  }
}

.title-number {
  font-weight: 300;
}

.section-image-content .title-number {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.section-image-content .title-number+.image-copy-title {
  display: inline-block;
}

.title-text-number {
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 500;
  height: 100%;
  line-height: 24px;
  padding-right: 24px;
}

/*! Breakpoints */
/*! Media queries */
a {
  font-family: November, helvetica neue, Arial, sans-serif;
}

.link-button {
  border-radius: 30px;
  line-height: 19px;
  padding: 10px 30px;
}

.link-button.primary {
  padding: 18px 30px;
}

.link-arrow {
  bottom: -1px;
  height: 62px;
  position: absolute;
  right: 0;
  width: 62px;
}

.link-arrow,
.link-arrow-small {
  align-items: center;
  border: 1px solid #c4c4c4;
  display: flex;
  justify-content: center;
}

.link-arrow-small {
  height: 48px;
  width: 48px;
}

.link-arrow-small svg {
  height: 17px;
  width: 19px;
}

.icon-arrow-svg {
  transition: 0.3s ease;
}

.link-text {
  margin-bottom: 73px;
}

.link-text.extra-text-margin {
  margin-bottom: 102px;
}

@media only screen and (max-width: 767px) {
  .link-text.extra-text-margin {
    margin-bottom: 82px;
  }
}

.link-arrow-single {
  border-bottom: 1px solid #c4c4c4;
  display: block;
  pointer-events: none;
  position: relative;
}

.link-arrow-single.link-arrow-empty {
  border-bottom: none;
}

.link-arrow-single.link-arrow-empty .link-text {
  margin-bottom: 0;
}

.link-arrow-single:not(.has-text) {
  padding-top: 74px;
}

.link-arrow-single.link-arrow-margin {
  margin-top: 40px;
}

.link-arrow-single-inner {
  align-items: center;
  border: 1px solid #c4c4c4;
  bottom: -1px;
  display: flex;
  height: 62px;
  justify-content: center;
  pointer-events: auto;
  position: absolute;
  right: 0;
  width: 62px;
}

.machine-learning-page .link-arrow-single {
  border-bottom: none;
  float: right;
  height: 62px;
  padding-top: 0;
  width: 62px;
}

.machine-learning-page .link-arrow-single:after {
  background-color: #c4c4c4;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  width: 1000%;
}

.machine-learning-page p {
  overflow: hidden;
}

.link-arrow-single-inner:hover .icon-arrow-svg,
.link-arrow-small:hover .icon-arrow-svg,
.link-arrow:hover .icon-arrow-svg,
.title-link-wrapper:hover .link-arrow .icon-arrow-svg,
.title-link-wrapper:hover .link-arrow-single-inner .icon-arrow-svg,
.title-link-wrapper:hover .link-arrow-small .icon-arrow-svg {
  transform: translateX(4px);
}

/*! Breakpoints */
/*! Media queries */
/*! Breakpoints */
/*! Media queries */
.blog-portfolio-content .blog-author-section+.blog-portfolio-section:not(.background-light-gray) .blog-portfolio-section-inner {
  padding-top: 0;
}

.blog-portfolio-content .blog-author-section+.blog-portfolio-section {
  padding-top: 40px;
}

.blog-portfolio-content .blog-author-section .blog-portfolio-section-inner {
  position: relative;
}

.blog-portfolio-content .blog-author-section .blog-portfolio-section-inner:before {
  background-color: #c4c4c4;
  content: "";
  display: block;
  height: 40px;
  left: -1px;
  position: absolute;
  top: 100%;
  width: 0.5px;
}

@media only screen and (max-width: 1024px) {
  .blog-portfolio-content .blog-author-section .blog-portfolio-section-inner:before {
    display: none;
  }
}

.blog-portfolio-content .blog-author {
  background-color: #f8f8f8;
  padding: 28px 56px 24px;
  position: relative;
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-portfolio-content .blog-author {
    margin-left: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-portfolio-content .blog-author {
    padding: 61px 24px 36px;
  }
}

.blog-portfolio-content .blog-author-image {
  background-color: #c4c4c4;
  border-radius: 50%;
  height: 72px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
}

@media only screen and (max-width: 767px) {
  .blog-portfolio-content .blog-author-image {
    left: 50%;
    top: 0;
  }
}

.blog-portfolio-content .blog-author-title {
  color: #6e6d71;
  font-size: 14px;
  margin-top: 8px;
}

.blog-portfolio-content .blog-author-title-link {
  align-items: center;
  display: flex;
}

.blog-portfolio-content .blog-author-title-link svg {
  margin-left: 12px;
}

@media only screen and (max-width: 767px) {
  .blog-portfolio-content .blog-author-title-link svg {
    height: 27px;
    width: 27px;
  }
}

.blog-portfolio-content .blog-author-title-name {
  margin-bottom: 0;
}

.blog-portfolio-content .blog-author-description {
  color: #000;
  margin-top: 19px;
}

/*! Breakpoints */
/*! Media queries */
.blog-portfolio-gallery-container {
  display: flex;
  overflow: hidden;
}

.blog-portfolio-gallery-container .swiper-scrollbar-drag {
  border-radius: 10px;
  height: 100%;
}

.blog-portfolio-gallery-container .blog-portfolio-gallery {
  padding-bottom: 100px;
}

.blog-portfolio-gallery-item {
  padding-right: 32px;
  transition: 0 0.3s;
}

@media only screen and (max-width: 767px) {
  .blog-portfolio-gallery-item {
    padding-right: 16px;
  }
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-portfolio-gallery-item:first-of-type {
    padding-left: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-portfolio-gallery-item:first-of-type {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-portfolio-gallery-2 .blog-portfolio-gallery-item {
    min-width: 50%;
  }
}

@media only screen and (min-width: 1025px) {
  .blog-portfolio-gallery-3 .blog-portfolio-gallery-item {
    min-width: 33.33%;
  }

  .blog-portfolio-gallery-4 .blog-portfolio-gallery-item {
    min-width: 25%;
  }
}

.blog-portfolio-gallery-item img {
  cursor: zoom-in;
  max-height: 520px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (min-width: 1920px) {
  .blog-portfolio-gallery-item img {
    max-height: none;
  }
}

@media only screen and (min-width: 1025px) {
  .blog-portfolio-gallery-item:hover {
    transform: scale(1.05);
  }
}

.blog-portfolio-gallery-scrollbar {
  background-color: #eee;
  border-radius: 10px;
  cursor: pointer;
  height: 12px;
  margin-top: 40px;
}

/*! Breakpoints */
/*! Media queries */
.blog-portfolio-issue-fix:first-child {
  margin-top: 24px;
}

.blog-portfolio-issue-fix+.blog-portfolio-issue-fix {
  margin-top: 32px;
}

.blog-portfolio-issue-fix-row {
  display: flex;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .blog-portfolio-issue-fix-row {
    flex-direction: column;
  }
}

.blog-portfolio-issue-fix-row .blog-portfolio-issue-fix-content {
  margin-top: 0;
  padding-top: 0;
  width: 92%;
}

@media only screen and (max-width: 767px) {
  .blog-portfolio-issue-fix-row .blog-portfolio-issue-fix-content {
    width: 100%;
  }
}

.blog-portfolio-fix,
.blog-portfolio-issue {
  padding-right: 22px;
  width: 8%;
}

@media only screen and (max-width: 767px) {

  .blog-portfolio-fix,
  .blog-portfolio-issue {
    width: 100%;
  }
}

/*! Breakpoints */
/*! Media queries */
.blog-portfolio-content ol li,
.blog-portfolio-content ul li {
  color: #323232;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  white-space: pre-wrap;
  white-space: normal;
}

.blog-portfolio-content ol li+li,
.blog-portfolio-content ul li+li {
  margin-top: 22px;
}

.blog-portfolio-content ol li a:hover,
.blog-portfolio-content ul li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .blog-portfolio-content #side-menu ul li a {
    text-decoration: none;
  }
}

.blog-portfolio-content ul li {
  padding-left: 20px;
  position: relative;
}

.blog-portfolio-content ul li:before {
  border-radius: 100%;
  content: "";
  display: flex;
  height: 10px;
  left: 0;
  position: absolute;
  top: 12px;
  transform: translateY(-50%);
  width: 10px;
}

.blog-portfolio-content ul.without-list-mark li {
  padding-left: 0;
}

.blog-portfolio-content ul.without-list-mark li:before {
  display: none;
}

.blog-portfolio-content ol {
  -moz-column-count: auto;
  -moz-column-fill: auto;
  column-fill: auto;
  -moz-column-gap: 2em;
  column-gap: 2em;
  -moz-column-width: auto;
  columns: auto;
  counter-reset: blog-portfolio-counter;
}

@media only screen and (max-width: 767px) {
  .blog-portfolio-content ol {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.blog-portfolio-content ol li {
  counter-increment: blog-portfolio-counter;
  padding-left: 19px;
  position: relative;
}

.blog-portfolio-content ol li:nth-child(n + 10) {
  padding-left: 26px;
}

.blog-portfolio-content ol li:nth-child(n + 20) {
  padding-left: 30px;
}

.blog-portfolio-content ol li:before {
  background-color: transparent;
  color: #000;
  content: counter(blog-portfolio-counter);
  font-size: 20px;
  font-weight: 700;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(-4px);
}

.blog-portfolio-content ol[start*="1"]:not([start="1"]) li {
  padding-left: 26px;
}

.blog-portfolio-content .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper ol.list,
.blog-portfolio-content ol.columns-two,
.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .blog-portfolio-content ol.list {
  width: 100%;
}

@media only screen and (min-width: 480px) {

  .blog-portfolio-content .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper ol.list,
  .blog-portfolio-content ol.columns-two,
  .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .blog-portfolio-content ol.list {
    display: inline-grid;
    grid-template-columns: repeat(2, auto);
  }
}

.blog-portfolio-content .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper ol.list li:before,
.blog-portfolio-content ol.columns-two li:before,
.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .blog-portfolio-content ol.list li:before {
  font-weight: 300;
}

@media only screen and (min-width: 480px) {

  .blog-portfolio-content .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper ol.list li:nth-child(2),
  .blog-portfolio-content ol.columns-two li:nth-child(2),
  .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .blog-portfolio-content ol.list li:nth-child(2) {
    margin-top: 0;
  }
}

.blog-portfolio-content ol[start] {
  counter-reset: auto;
}

@media only screen and (min-width: 480px) {
  .blog-portfolio-content .left-bordered-table {
    margin-right: -32px;
  }
}

.blog-portfolio-content .left-bordered-table strong {
  font-weight: 700;
}

.blog-portfolio-content .left-bordered-table table {
  border-left: 4px solid;
  display: flex;
  padding-left: 12px;
}

@media only screen and (max-width: 767px) {
  .blog-portfolio-content .left-bordered-table table {
    flex-direction: column;
  }
}

.blog-portfolio-content .left-bordered-table table tbody {
  width: 100%;
}

.blog-portfolio-content .left-bordered-table table tr {
  display: flex;
  justify-content: space-between;
}

.blog-portfolio-content .left-bordered-table table tr:not(:last-child) td {
  padding-bottom: 32px;
}

@media only screen and (max-width: 479px) {
  .blog-portfolio-content .left-bordered-table table tr {
    display: flex;
    flex-direction: column;
  }

  .blog-portfolio-content .left-bordered-table table tr:last-child td:not(:last-child):not(:empty) {
    padding-bottom: 32px;
  }
}

.blog-portfolio-content .left-bordered-table table tr td {
  flex: 1 1 100%;
  padding-right: 32px;
  width: 100%;
}

@media only screen and (max-width: 479px) {
  .blog-portfolio-content .left-bordered-table table tr td {
    padding-right: 0;
  }
}

.blog-portfolio-content .left-bordered-table table tr td p:last-child {
  font-size: 14px;
  line-height: 1.6;
  padding-top: 8px;
}

@media only screen and (max-width: 479px) {
  .blog-portfolio-content .left-bordered-table table tr td:not(:empty)+td:empty {
    margin-top: -32px;
  }
}

.blog-portfolio-content .left-bordered-table table+h4 {
  margin-top: 40px;
}

.blog-portfolio-content .colored-titles-table ul li+li {
  margin-top: 0;
}

/*! Breakpoints */
/*! Media queries */
.blog-portfolio-content .blog-portfolio-quote-author {
  align-items: center;
  display: flex;
}

.blog-portfolio-content .blog-portfolio-quote-author-inner {
  max-width: 200px;
}

.blog-portfolio-content .blog-portfolio-quote-image {
  height: 72px;
  margin-right: 20px;
  width: 72px;
}

.blog-portfolio-content .blog-portfolio-quote-image .gatsby-image-wrapper,
.blog-portfolio-content .blog-portfolio-quote-image img {
  border-radius: 50%;
}

.blog-portfolio-content .blog-portfolio-quote-name {
  color: #000;
  font-weight: 500;
}

.blog-portfolio-content .blog-portfolio-quote-description {
  color: #6e6d71;
  font-size: 14px;
  margin-top: 5px;
  padding-top: 0;
}

.blog-portfolio-content .blog-portfolio-copy {
  margin-bottom: 24px;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .blog-portfolio-content .blog-portfolio-copy {
    padding-left: 32px;
  }
}

.blog-portfolio-content .blog-portfolio-copy.blog-portfolio-quote-single {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .blog-portfolio-content .blog-portfolio-copy {
    margin-bottom: 16px;
  }
}

.blog-portfolio-content .blog-portfolio-copy p {
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .blog-portfolio-content .blog-portfolio-copy p {
    margin-top: 5px;
  }
}

.blog-portfolio-content .blog-portfolio-copy svg {
  display: block;
  left: 0;
  position: absolute;
  top: 7px;
}

@media only screen and (max-width: 1024px) {
  .blog-portfolio-content .blog-portfolio-copy svg {
    top: -20px;
  }
}

@media only screen and (min-width: 1025px) {
  .blog-portfolio-content.blog-content .blog-portfolio-copy {
    padding-left: 32px;
  }
}

/*! Breakpoints */
/*! Media queries */
.blog-related-cases {
  display: flex;
  flex-direction: column;
}

.blog-related-cases.swiper-container {
  position: static;
}

.blog-related-cases.blog-related-cases-0 {
  display: none;
}

.blog-related-cases.blog-related-cases-1 .blog-related-cases-item {
  min-width: 100%;
}

.blog-related-cases.blog-related-cases-2 .blog-related-cases-item {
  min-width: 50%;
}

.blog-related-cases.blog-related-cases-3 .blog-related-cases-item {
  min-width: 33.33%;
}

.blog-related-cases.blog-related-cases-4 .blog-related-cases-item {
  min-width: 25%;
}

.blog-related-cases .swiper-wrapper {
  order: 2;
}

.blog-related-cases-item.swiper-slide {
  height: auto;
  overflow: hidden;
}

.blog-related-cases-image {
  height: 400px;
}

.blog-related-cases-image img {
  max-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-related-cases-description {
  padding: 36px 36px 32px;
}

.blog-related-cases-description .title {
  margin-top: 24px;
}

.blog-related-cases-description .author {
  font-size: 14px;
}

.blog-related-cases-description .type {
  font-size: 18px;
  line-height: 24px;
}

.blog-related-cases-navigation {
  display: flex;
  justify-content: space-between;
  padding: 0 32px 32px;
  position: absolute;
  transform: translateY(-100%);
  width: 100%;
  z-index: 1;
}

.blog-related-cases-1 .blog-related-cases-navigation,
.blog-related-cases-2 .blog-related-cases-navigation,
.blog-related-cases-3 .blog-related-cases-navigation,
.blog-related-cases-4 .blog-related-cases-navigation {
  display: none;
}

.blog-related-cases-prev {
  transform: rotate(180deg);
}

.blog-related-cases-next,
.blog-related-cases-prev {
  cursor: pointer;
}

.blog-related-cases-next.swiper-button-disabled,
.blog-related-cases-prev.swiper-button-disabled {
  cursor: auto;
}

.blog-related-cases-next.swiper-button-disabled path,
.blog-related-cases-next.swiper-button-disabled svg,
.blog-related-cases-prev.swiper-button-disabled path,
.blog-related-cases-prev.swiper-button-disabled svg {
  stroke: #c4c4c4;
}

.blog-related-cases-card:nth-child(2) * {
  color: #fff;
}

/*! Breakpoints */
/*! Media queries */
.blog-portfolio-index {
  padding-top: 120px;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .blog-portfolio-index {
    padding-top: 93px;
  }
}

.blog-portfolio-index h1 {
  color: #000;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .blog-portfolio-index h1 {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-portfolio-index h1 {
    margin-bottom: 35px;
  }
}

.blog-portfolio-index.primary-scheme .main-navigation-link:not(.link-button) {
  color: #000;
}

.blog-portfolio-index .icon-logo-svg path {
  fill: #000;
}

.blog-portfolio-index .hamburger-stripe,
.blog-portfolio-index .hamburger-stripe:after,
.blog-portfolio-index .hamburger-stripe:before {
  background-color: #000;
}

.blog-portfolio-container {
  padding-top: 42px;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .blog-portfolio-container {
    padding-top: 32px;
  }
}

.blog-categories {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 52px;
  margin-top: 36px;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .blog-categories {
    margin-bottom: 45px;
  }
}

.blog-categories-item {
  background-color: #f8f8f8;
  color: #323232;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 5px 10px;
}

.blog-categories-item.active {
  color: #fff;
}

.blog-portfolio-articles {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .blog-portfolio-articles {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.blog-portfolio-articles-item {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  transition: none 0s ease 0s;
}

@media only screen and (max-width: 1024px) {
  .blog-portfolio-articles-item {
    width: 100%;
  }
}

.blog-portfolio-articles-item img {
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 1s ease 0s !important;
}

.blog-portfolio-articles-item:hover img {
  transform: scale(1.1);
}

.blog-portfolio-articles-item:hover .title {
  text-decoration: underline;
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .blog-portfolio-articles-item {
    width: 33.33%;
  }
}

.blog-portfolio-articles-item .description {
  padding: 36px;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .blog-portfolio-articles-item .description {
    padding: 40px 20px;
  }
}

.blog-portfolio-articles-item .description .title {
  margin-bottom: 18px;
}

.blog-portfolio-articles-item .image {
  flex: 1 1 auto;
  min-height: 270px;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .blog-portfolio-articles-item .image {
    height: 260px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  .blog-portfolio-articles-item:nth-child(4n + 3),
  .blog-portfolio-articles-item:nth-child(6) {
    flex-direction: column;
  }
}

.blog-portfolio-articles-item:nth-child(4n + 1):nth-child(7n) {
  background-color: rgba(0, 0, 0, 0.5);
}

.blog-portfolio-articles-item:nth-child(7n) {
  background-color: rgba(0, 0, 0, 0.5);
  flex-direction: column-reverse;
  overflow: hidden;
}

.blog-portfolio-articles-item:nth-child(7n) .description .copy,
.blog-portfolio-articles-item:nth-child(7n) .description .title {
  color: #fff;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .blog-portfolio-articles-item:nth-child(7n) {
    min-height: 300px;
    width: 100%;
  }
}

.blog-portfolio-articles-item:nth-child(7n) .image {
  filter: grayscale(100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.blog-portfolio-articles-item:nth-child(7n) .description .info-author,
.blog-portfolio-articles-item:nth-child(7n) .description .info-date {
  color: #fff;
}

.blog-portfolio-articles-item:nth-child(4n + 1) {
  background-color: #082eb5;
}

.blog-portfolio-articles-item:nth-child(4n + 1) .description .copy,
.blog-portfolio-articles-item:nth-child(4n + 1) .description .title {
  color: #fff;
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .blog-portfolio-articles-item:nth-child(4n + 1) {
    flex-direction: row-reverse;
    width: 100%;
  }

  .blog-portfolio-articles-item:nth-child(4n + 1)>* {
    width: 50%;
  }
}

.blog-portfolio-articles-item:nth-child(8n + 1) {
  background-color: #091e6c;
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .blog-portfolio-articles-item:nth-child(8n + 1) {
    flex-direction: row;
  }
}

.blog-portfolio-articles-item:nth-child(4n + 1) .description,
.blog-portfolio-articles-item:nth-child(8n + 1) .description {
  background: none;
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  .blog-portfolio-articles-item:nth-child(4n + 1) .description,
  .blog-portfolio-articles-item:nth-child(8n + 1) .description {
    min-height: 270px;
  }
}

.blog-portfolio-articles-item:nth-child(4n + 1) .description .info-author,
.blog-portfolio-articles-item:nth-child(4n + 1) .description .info-date,
.blog-portfolio-articles-item:nth-child(8n + 1) .description .info-author,
.blog-portfolio-articles-item:nth-child(8n + 1) .description .info-date {
  color: hsla(0, 0%, 100%, 0.6);
}

.blog-portfolio-articles-item .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.blog-portfolio-articles-item .info p+p {
  padding-top: 0;
}

.blog-portfolio-articles-item .info .info-author,
.blog-portfolio-articles-item .info .info-date {
  color: #828282;
  font-weight: 500;
}

.blog-portfolio-copy-box-container {
  max-width: 800px;
}

.blog-portfolio-copy-box-section-title {
  margin-bottom: 32px;
}

/*! Breakpoints */
/*! Media queries */
.gallery-modal-container {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(50, 50, 50, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

@media only screen and (max-width: 1024px) {
  .gallery-modal-container {
    padding: 0 22px;
  }
}

.gallery-modal-content {
  height: 100%;
  width: 100%;
}

.gallery-modal-close {
  background-color: transparent;
  display: block;
  height: 28px;
  opacity: 0.6;
  position: absolute;
  right: -32px;
  top: 0;
  transition: 0.3s;
  width: 28px;
  z-index: 100;
}

@media only screen and (max-width: 1024px) {
  .gallery-modal-close {
    right: 0;
    top: 40px;
  }
}

.gallery-modal-close:after,
.gallery-modal-close:before {
  background-color: #fff;
  content: "";
  height: 28px;
  position: absolute;
  top: 0;
  width: 2px;
}

.gallery-modal-close:before {
  transform: rotate(45deg);
}

.gallery-modal-close:after {
  transform: rotate(-45deg);
}

.gallery-modal-close:hover {
  opacity: 1;
}

.gallery-modal-slider-container {
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  display: flex;
  margin: auto;
  outline: none;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
}

@media only screen and (max-width: 1024px) {
  .gallery-modal-slider-container {
    height: 100%;
    padding: 78px 0 32px;
    width: 100%;
  }
}

.gallery-modal-slider .swiper-container {
  height: 100%;
}

.gallery-modal-slider-next,
.gallery-modal-slider-prev {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 48px;
}

.gallery-modal-slider-next svg,
.gallery-modal-slider-prev svg {
  opacity: 0.7;
  transition: 0.3s;
}

.gallery-modal-slider-next:hover,
.gallery-modal-slider-prev:hover {
  background: #000;
}

.gallery-modal-slider-next:hover svg,
.gallery-modal-slider-prev:hover svg {
  opacity: 1;
}

@media only screen and (max-width: 1024px) {

  .gallery-modal-slider-next,
  .gallery-modal-slider-prev {
    display: none;
  }
}

.gallery-modal-slider-prev {
  left: -48px;
  transform: rotate(180deg);
}

.gallery-modal-slider-next {
  right: -48px;
}

.gallery-modal-slider-btn-disabled {
  cursor: default;
  opacity: 0.3;
}

.gallery-modal-slider-btn-disabled:hover {
  opacity: 0.3;
}

.gallery-modal-item-container {
  height: 100%;
  position: relative;
}

.gallery-modal-item-container img.image {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

@media only screen and (max-width: 479px) {
  .gallery-modal-item-container img.image {
    width: 100%;
  }
}

/*! Breakpoints */
/*! Media queries */
.news-lockup .container {
  text-align: center;
  width: 1008px;
}

@media only screen and (max-width: 1024px) {
  .news-lockup .container {
    max-width: 1008px;
    width: auto;
  }

  .news-lockup.lockup {
    margin-bottom: 0;
    min-height: 100vh;
  }

  .news-lockup.lockup .lockup-title {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

.news-lockup .lockup-subtitle {
  font-weight: 500;
  margin: 26px auto -16px;
}

.news .blog-portfolio-section.background-light-gray {
  padding-top: 60px;
}

.news .blog-portfolio-section.background-light-gray+.share-menu-container {
  background: #f8f8f8;
}

.news .blog-portfolio-section-inner {
  border: 0;
  margin-left: 0;
  max-width: none;
  padding-left: 0;
  padding-top: 0;
  width: auto;
}

@media only screen and (min-width: 1025px) {
  .news .blog-portfolio-section .container {
    position: relative;
  }

  .news .blog-portfolio-section .container:before {
    border-left: 1px solid #c4c4c4;
    bottom: 0;
    content: "";
    left: 311px;
    position: absolute;
    top: 0;
    width: 1px;
  }
}

.news .blog-portfolio-section+.blog-portfolio-section .container:before {
  bottom: 60px;
  top: -60px;
}

.news .blog-portfolio-content .blog-author {
  background-color: transparent;
}

@media only screen and (min-width: 1025px) {
  .news .blog-portfolio-content .blog-author {
    float: left;
    margin-top: -14px;
  }
}

.news .blog-portfolio-content .blog-author-image {
  background-color: #fff;
}

.news .blog-portfolio-content .blog-author-title {
  line-height: 18px;
  margin-top: 6px;
}

.news .blog-portfolio-content .blog-author-title-name {
  font-size: 16px;
  line-height: 1.5;
}

.news .blog-portfolio-content .blog-author-section+.blog-portfolio-section {
  padding-top: 0;
}

.news .blog-portfolio-content .blog-author-section .blog-portfolio-section-inner {
  padding-bottom: 0;
}

.news .blog-portfolio-content .blog-author-section .blog-portfolio-section-inner:before {
  content: none;
}

.news .blog-portfolio-content .blog-portfolio-quote-author-inner {
  max-width: 189px;
}

@media only screen and (min-width: 1025px) {

  .news .blog-portfolio-image,
  .news .blog-portfolio-paragraphs,
  .news .blog-portfolio-video {
    margin-left: 416px;
  }

  .news .blog-portfolio-quote {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    min-width: 100%;
  }

  .news .blog-portfolio-quote .blog-portfolio-copy {
    flex-shrink: 2;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    order: 2;
  }

  .news .blog-portfolio-quote .blog-portfolio-copy.blog-portfolio-quote-single {
    margin-left: 416px;
  }

  .news .blog-portfolio-quote .blog-portfolio-quote-author {
    margin-right: 104px;
    min-width: 313px;
  }
}

.news .share-list {
  display: inline-flex;
  margin-top: 0;
}

.news .share-list-section {
  align-items: center;
  display: flex;
  padding-bottom: 100px;
}

@media only screen and (min-width: 1025px) {
  .news .share-list-section {
    padding-bottom: 113px;
    padding-left: 416px;
  }
}

.news .share-list-item {
  height: 30px;
  margin-top: 0;
}

.news .share-list-item:before {
  content: none;
}

.news .share-list-label {
  font-weight: 500;
  line-height: 30px;
}

@media only screen and (max-width: 1024px) {
  .blog-lockup.lockup {
    margin-bottom: 0;
    min-height: 100vh;
  }

  .blog-lockup.lockup .lockup-title {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

.blog-lockup.lockup .lockup-subtitle {
  font-weight: 500;
}

.blog-lockup.lockup img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .blog-lockup.lockup img {
    height: 100%;
  }
}

.blog-portfolio-paragraphs {
  max-width: 800px;
}

.blog-portfolio-paragraphs+.blog-portfolio-summary-card-wrapper {
  margin-top: 40px;
}

.blog-portfolio-content {
  position: relative;
}

.blog-portfolio-content table {
  max-width: 800px;
  width: 100%;
}

.blog-portfolio-content table.table-layout-fixed {
  table-layout: fixed;
}

.blog-portfolio-content .blog-portfolio-paragraphs table,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table {
  border-color: transparent;
  overflow-wrap: break-word;
}

.blog-portfolio-content .blog-portfolio-paragraphs table thead,
.blog-portfolio-content .blog-portfolio-paragraphs table tr:first-of-type,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table thead,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table tr:first-of-type {
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 4px, 100% 100%;
  font-weight: 700;
  text-align: left;
}

.blog-portfolio-content .blog-portfolio-paragraphs table thead th,
.blog-portfolio-content .blog-portfolio-paragraphs table tr:first-of-type th,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table thead th,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table tr:first-of-type th {
  color: #323232;
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 20px;
  padding-right: 32px;
}

@media only screen and (max-width: 1279px) {

  .blog-portfolio-content .blog-portfolio-paragraphs table thead th,
  .blog-portfolio-content .blog-portfolio-paragraphs table tr:first-of-type th,
  .blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table thead th,
  .blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table tr:first-of-type th {
    font-size: 18px;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs table thead th:last-of-type,
.blog-portfolio-content .blog-portfolio-paragraphs table tr:first-of-type th:last-of-type,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table thead th:last-of-type,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table tr:first-of-type th:last-of-type {
  padding-right: 0;
}

.blog-portfolio-content .blog-portfolio-paragraphs table thead th p,
.blog-portfolio-content .blog-portfolio-paragraphs table tr:first-of-type th p,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table thead th p,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table tr:first-of-type th p {
  font-weight: 700;
  line-height: 20px;
}

.blog-portfolio-content .blog-portfolio-paragraphs table thead+tbody tr:first-of-type td,
.blog-portfolio-content .blog-portfolio-paragraphs table thead+tbody tr:first-of-type th,
.blog-portfolio-content .blog-portfolio-paragraphs table tr:first-of-type+tbody tr:first-of-type td,
.blog-portfolio-content .blog-portfolio-paragraphs table tr:first-of-type+tbody tr:first-of-type th,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table thead+tbody tr:first-of-type td,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table thead+tbody tr:first-of-type th,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table tr:first-of-type+tbody tr:first-of-type td,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table tr:first-of-type+tbody tr:first-of-type th {
  padding-top: 28px;
}

.blog-portfolio-content .blog-portfolio-paragraphs table thead+tbody tr:first-of-type,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table thead+tbody tr:first-of-type {
  background: none;
}

.blog-portfolio-content .blog-portfolio-paragraphs table thead tr:first-of-type th,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table thead tr:first-of-type th {
  color: #000;
  padding-right: 0;
  vertical-align: top;
}

.blog-portfolio-content .blog-portfolio-paragraphs table tbody tr:not(:first-of-type),
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table tbody tr:not(:first-of-type) {
  border-top: 1px solid #c4c4c4;
}

.blog-portfolio-content .blog-portfolio-paragraphs table tbody tr:not(:first-of-type) td,
.blog-portfolio-content .blog-portfolio-paragraphs table tbody tr:not(:first-of-type) th,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table tbody tr:not(:first-of-type) td,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table tbody tr:not(:first-of-type) th {
  padding-top: 28px;
}

.blog-portfolio-content .blog-portfolio-paragraphs table tbody tr:not(:last-of-type) td,
.blog-portfolio-content .blog-portfolio-paragraphs table tbody tr:not(:last-of-type) th,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table tbody tr:not(:last-of-type) td,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table tbody tr:not(:last-of-type) th {
  padding-bottom: 28px;
}

.blog-portfolio-content .blog-portfolio-paragraphs table tbody td:not(:last-of-type),
.blog-portfolio-content .blog-portfolio-paragraphs table tbody th,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table tbody td:not(:last-of-type),
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table tbody th {
  padding-right: 32px;
}

@media only screen and (max-width: 479px) {

  .blog-portfolio-content .blog-portfolio-paragraphs table tbody td:not(:last-of-type),
  .blog-portfolio-content .blog-portfolio-paragraphs table tbody th,
  .blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table tbody td:not(:last-of-type),
  .blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table tbody th {
    padding-right: 12px;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs table tbody td,
.blog-portfolio-content .blog-portfolio-paragraphs table tbody th,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table tbody td,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table tbody th {
  color: #323232;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.blog-portfolio-content .blog-portfolio-paragraphs table tbody ol li+li,
.blog-portfolio-content .blog-portfolio-paragraphs table tbody ul li+li,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table tbody ol li+li,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table tbody ul li+li {
  margin-top: 10px;
}

.blog-portfolio-content .blog-portfolio-paragraphs table tbody th,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table tbody th {
  width: 150px;
}

@media only screen and (max-width: 767px) {

  .blog-portfolio-content .blog-portfolio-paragraphs table tbody th,
  .blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table tbody th {
    width: auto;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs table+p,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table+p {
  padding-top: 40px;
}

.blog-portfolio-content .blog-portfolio-paragraphs.top-bordered-table .table-wrapper thead tr:first-of-type th,
.blog-portfolio-content .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns).top-bordered-table .table-wrapper thead tr:first-of-type th {
  padding-right: 32px;
}

.blog-portfolio-content .blog-portfolio-table.top-bordered-columns table {
  display: block;
}

.blog-portfolio-content .blog-portfolio-table.top-bordered-columns table tbody tr {
  display: flex;
}

@media only screen and (max-width: 479px) {
  .blog-portfolio-content .blog-portfolio-table.top-bordered-columns table tbody tr {
    flex-wrap: wrap;
  }
}

.blog-portfolio-content .blog-portfolio-table.top-bordered-columns table tbody tr td {
  flex: 1 1 100%;
}

@media only screen and (max-width: 479px) {
  .blog-portfolio-content .blog-portfolio-table.top-bordered-columns table tbody tr td {
    flex: none;
    margin-bottom: 40px;
    width: 100%;
  }
}

.blog-portfolio-content .blog-portfolio-table.top-bordered-columns table tbody tr td p:nth-chilld(2) {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  padding-top: 16px;
}

.blog-portfolio-content .blog-portfolio-table.top-bordered-columns table tbody tr td p:first-child {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 4px, 100% 100%;
  color: #000;
  display: block;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  padding-top: 20px;
  text-align: left;
  width: 100%;
}

.blog-portfolio-content .blog-portfolio-table.top-bordered-columns table tbody tr td p:first-child strong {
  font-weight: 900;
}

@media only screen and (max-width: 479px) {
  .blog-portfolio-content .blog-portfolio-table.top-bordered-columns table tbody tr td:last-child {
    margin-bottom: 0;
  }
}

.blog-portfolio-content .blog-portfolio-table.top-bordered-columns table tbody tr td:not(:last-of-type) {
  margin-right: 32px;
}

@media only screen and (max-width: 1279px) {
  .blog-portfolio-content .blog-portfolio-table.top-bordered-table {
    overflow-x: scroll;
  }
}

.blog-portfolio-content .copy-columns-table table {
  border-collapse: unset;
}

.blog-portfolio-content .copy-columns-table table tr:not(:last-child) td {
  padding-bottom: 40px;
}

.blog-portfolio-content .copy-columns-table table tr:last-child td {
  padding-bottom: 0;
}

@media only screen and (max-width: 479px) {
  .blog-portfolio-content .copy-columns-table table tr:last-child td {
    padding-bottom: 40px;
  }

  .blog-portfolio-content .copy-columns-table table tr:last-child td:last-of-type {
    padding-bottom: 0;
  }

  .blog-portfolio-content .copy-columns-table table tr {
    display: flex;
    flex-direction: column;
  }
}

.blog-portfolio-content .copy-columns-table table td {
  padding-top: 0;
}

.blog-portfolio-content .copy-columns-table table td:before {
  content: "";
  display: block;
  height: 4px;
  margin-bottom: 20px;
  width: 100%;
}

@media only screen and (min-width: 480px) {
  .blog-portfolio-content .copy-columns-table table td:first-child {
    padding-right: 16px;
  }

  .blog-portfolio-content .copy-columns-table table td:last-child {
    padding-left: 16px;
  }
}

.blog-portfolio-content .colored-titles-table table tr:not(:last-of-type) td {
  padding-bottom: 12px;
}

.blog-portfolio-content .colored-titles-table table tr:nth-child(2n) td {
  padding-bottom: 32px;
}

.blog-portfolio-content .colored-titles-table table tr:nth-child(2n) td:last-of-type {
  font-weight: 300;
}

.blog-portfolio-content .colored-titles-table table tr:nth-child(odd) td:last-of-type {
  font-weight: 500;
}

.blog-portfolio-content .colored-titles-table table tr:last-of-type td {
  padding-bottom: 0;
}

.blog-portfolio-content .colored-titles-table table tr td {
  font-size: 16px;
  line-height: 1.5;
}

.blog-portfolio-content .colored-titles-table table tr td:first-child {
  font-weight: 700;
  padding-right: 23px;
  width: 65px;
}

.blog-portfolio-content .colored-titles-table table tr td:last-of-type {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 479px) {
  .blog-portfolio-content .colored-titles-table table tr {
    display: flex;
    flex-direction: column;
  }

  .blog-portfolio-content .colored-titles-table table tr:nth-child(2n) td:first-of-type {
    padding-bottom: 12px;
  }
}

.blog-portfolio-content .colored-titles-table table td {
  color: #323232;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  white-space: pre-wrap;
}

.blog-portfolio-content h2,
.blog-portfolio-content h3,
.blog-portfolio-content h5 {
  max-width: 800px;
}

.blog-portfolio-content h2:only-child {
  margin-bottom: 0;
}

.blog-portfolio-content img {
  height: auto;
  max-width: 800px;
  width: 100%;
}

.blog-portfolio-content .blog-portfolio-copy-box-container img {
  height: 100%;
}

.blog-portfolio-content h5 {
  margin-bottom: 24px;
}

.blog-portfolio-content *+ol,
.blog-portfolio-content *+ul {
  margin-top: 20px;
}

.blog-portfolio-content *+.blog-portfolio-two-images,
.blog-portfolio-content *+table {
  margin-top: 60px;
}

@media only screen and (max-width: 1024px) {

  .blog-portfolio-content *+.blog-portfolio-two-images,
  .blog-portfolio-content *+table {
    margin-top: 32px;
  }
}

.blog-portfolio-content *+.blog-portfolio-quote {
  margin-top: 60px;
  max-width: 800px;
}

@media only screen and (max-width: 1024px) {
  .blog-portfolio-content *+.blog-portfolio-quote {
    margin-top: 58px;
  }
}

.blog-portfolio-content *+.blog-portfolio-paragraphs,
.blog-portfolio-content *+h2,
.blog-portfolio-content *+h3 {
  margin-top: 60px;
}

@media only screen and (max-width: 1024px) {

  .blog-portfolio-content *+.blog-portfolio-paragraphs,
  .blog-portfolio-content *+h2,
  .blog-portfolio-content *+h3 {
    margin-top: 40px;
  }
}

.blog-portfolio-content *+.blog-portfolio-image,
.blog-portfolio-content *+.blog-portfolio-image+ :not(.blog-portfolio-quote):not(.blog-portfolio-paragraphs),
.blog-portfolio-content *+.blog-portfolio-video,
.blog-portfolio-content *+.blog-portfolio-video+ :not(.blog-portfolio-quote):not(.blog-portfolio-paragraphs),
.blog-portfolio-content *+h4,
.blog-portfolio-content *+h5 {
  margin-top: 40px;
}

.blog-portfolio-content *+.left-bordered-table table,
.blog-portfolio-content h4+table {
  margin-top: 37px;
}

.blog-portfolio-content h3+.left-bordered-table table {
  margin-top: 40px;
}

.blog-portfolio-content .blog-portfolio-image {
  max-width: 800px;
}

.blog-portfolio-content .blog-portfolio-image+.blog-portfolio-paragraphs .start-section-margin,
.blog-portfolio-content .blog-portfolio-image+.blog-portfolio-paragraphs h3 {
  margin-top: 60px;
}

.blog-portfolio-content h2+ :not(.left-bordered-table table),
.blog-portfolio-content h3+ :not(.left-bordered-table table),
.blog-portfolio-content h4:not(.section-middle):not(.callout-stripe-title)+ :not(.left-bordered-table table),
.blog-portfolio-content h5+ :not(.left-bordered-table table) {
  margin-top: 0 !important;
}

.blog-portfolio-content h2.table-middle-margin {
  margin-bottom: 40px;
}

.blog-portfolio-content p+h4 {
  margin-top: 40px;
}

.blog-portfolio-content .blog-portfolio-image-title {
  color: #6e6d71;
  font-size: 14px;
  margin-top: 20px;
  max-width: 100%;
  overflow: hidden;
  text-align: right;
}

.blog-portfolio-content .background-light-gray:last-child .blog-portfolio-section-inner,
.blog-portfolio-content .blog-portfolio-section:last-child .blog-portfolio-section-inner {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {

  .blog-portfolio-content .background-light-gray:last-child .blog-portfolio-section-inner,
  .blog-portfolio-content .blog-portfolio-section:last-child .blog-portfolio-section-inner {
    padding-bottom: 40px;
  }
}

.blog-portfolio-content .background-light-gray:last-child.half-callout-wrapper .blog-portfolio-section-inner,
.blog-portfolio-content .blog-portfolio-section:last-child.half-callout-wrapper .blog-portfolio-section-inner {
  padding-bottom: 0;
}

.blog-portfolio-content table+table {
  margin-top: 40px;
}

.blog-portfolio-content .blog-portfolio-section li strong,
.blog-portfolio-content .blog-portfolio-section p strong {
  font-weight: 500;
}

.blog-portfolio-content .blog-portfolio-section .blog-portfolio-paragraphs table:not(.table-overflow) tbody tr:first-of-type,
.blog-portfolio-content .blog-portfolio-section .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table:not(.table-overflow) tbody tr:first-of-type {
  background-position: 0 0;
  background-size: 100% 4px, 100% 100%;
}

.blog-portfolio-content .blog-portfolio-section .blog-portfolio-paragraphs table:not(.table-overflow) tbody tr:first-of-type td,
.blog-portfolio-content .blog-portfolio-section .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table:not(.table-overflow) tbody tr:first-of-type td {
  padding-top: 28px;
}

.blog-portfolio-content .blog-portfolio-section .blog-portfolio-paragraphs table:not(.table-overflow) thead+tbody tr:first-of-type,
.blog-portfolio-content .blog-portfolio-section .blog-portfolio-table:not(.left-bordered-table):not(.copy-columns-table):not(.colored-titles-table):not(.top-bordered-columns) table:not(.table-overflow) thead+tbody tr:first-of-type {
  background: none;
}

.blog-portfolio-content .blog-portfolio-section .blog-portfolio-table.copy-columns-table tr {
  background-position: 0 0;
  background-size: 100% 4px, 100% 100%;
}

.blog-portfolio-content .blog-portfolio-section table strong {
  font-weight: 900;
}

.blog-portfolio-content .blog-portfolio-section table p strong {
  color: #000;
  font-weight: 700;
  line-height: 1.25;
}

@media only screen and (min-width: 480px) {
  .blog-portfolio-content .blog-portfolio-section .blog-portfolio-table-white-space {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 767px) {
  .cards-title-wrapper {
    padding-top: 60px;
  }
}

.blog-portfolio-paragraphs p+p:empty {
  margin: 0;
}

.blog-portfolio-paragraphs p+.outstanding-paragraph {
  padding-top: 32px;
}

.blog-portfolio-paragraphs ol h3,
.blog-portfolio-paragraphs ul h3 {
  margin-bottom: 0;
}

.blog-portfolio-paragraphs ol+p,
.blog-portfolio-paragraphs ul+p {
  margin-top: 20px;
}

.blog-portfolio-paragraphs .top-bordered thead td {
  padding-bottom: 16px;
}

.blog-portfolio-paragraphs+.blog-portfolio-table {
  margin-top: 40px;
}

.blog-portfolio-summary-card {
  border: 1px solid #c4c4c4;
  padding-bottom: 32px;
  position: relative;
}

.blog-portfolio-summary-card-wrapper+.blog-portfolio-summary-card-wrapper {
  padding-top: 40px;
}

.blog-portfolio-summary-card .blog-portfolio-summary-card-image {
  align-items: center;
  background-color: #f2f2f2;
  display: flex;
  padding: 18px 0 18px 32px;
}

.blog-portfolio-summary-card .blog-portfolio-summary-card-image .gatsby-image-wrapper {
  height: 72px;
  margin-right: 16px;
  width: 72px;
}

.blog-portfolio-summary-card .blog-portfolio-summary-card-image .gatsby-image-wrapper img {
  height: 100%;
  margin-right: 0;
  -o-object-fit: contain !important;
  object-fit: contain !important;
  width: 100%;
}

.blog-portfolio-summary-card .blog-portfolio-summary-card-image img {
  height: 72px;
  margin-right: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 72px;
}

.blog-portfolio-summary-card .blog-portfolio-summary-card-image .blog-portfolio-summary-card-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.blog-portfolio-summary-card .blog-portfolio-summary-card-image a.blog-portfolio-summary-card-title:hover {
  text-decoration: underline;
}

.blog-portfolio-summary-card .blog-portfolio-summary-card-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  padding: 32px 32px 0;
}

.blog-portfolio-summary-card .blog-portfolio-summary-card-content ul li {
  padding-left: 0;
}

.blog-portfolio-summary-card .blog-portfolio-summary-card-content ul li:before {
  display: none;
}

.blog-portfolio-summary-card .blog-portfolio-summary-card-content ul li+li {
  margin-top: 14px;
}

.blog-portfolio-summary-card .link-arrow-single {
  bottom: -1px;
  position: absolute;
  right: -1px;
}

.blog-portfolio-summary-card-wrapper+.blog-portfolio-table,
.blog-portfolio-table+.blog-portfolio-summary-card-wrapper,
.blog-portfolio-table+.blog-portfolio-table {
  margin-top: 40px;
}

.blog-portfolio-table .table-wrapper {
  overflow-x: auto;
}

@media (min-width: 1279px) {
  .blog-portfolio-table .table-wrapper {
    min-width: calc(100% + 50vw - 638px);
  }
}

@media (min-width: 1279px) {
  .blog-portfolio-table .table-wrapper::-webkit-scrollbar {
    height: 40px;
  }

  .blog-portfolio-table .table-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-top: 28px solid #fff;
  }

  .blog-portfolio-table .table-wrapper::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-top: 28px solid #fff;
  }
}

.blog-portfolio-table img {
  display: block;
  height: 20px;
  width: 20px;
}

.blog-portfolio-table img.align-center {
  margin: 0 auto;
}

.blog-portfolio-table .text-align-center {
  text-align: center;
}

.blog-portfolio-table a {
  color: inherit;
}

.blog-portfolio-table a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  .blog-portfolio-section-inner {
    border-left: 1px solid #c4c4c4;
    margin-left: auto;
    max-width: 903px;
    padding: 0 0 60px 103px;
  }
}

.blog-content .blog-portfolio-section-inner {
  max-width: 832px;
  padding: 0 0 60px 32px;
}

@media only screen and (max-width: 1024px) {
  .blog-content .blog-portfolio-section-inner {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1280px) {
  .blog-portfolio-section-inner {
    max-width: 930px;
  }
}

@media only screen and (max-width: 1200px) {
  .blog-portfolio-section-inner {
    padding: 80px 0 80px 40px;
    width: 872px;
  }
}

@media only screen and (max-width: 1170px) {
  .blog-portfolio-section-inner {
    width: 860px;
  }
}

@media only screen and (max-width: 1120px) {
  .blog-portfolio-section-inner {
    width: 760px;
  }
}

@media only screen and (max-width: 1024px) {
  .blog-portfolio-section-inner {
    padding: 60px 0;
    width: auto;
  }
}

.blog-author-section .blog-portfolio-section-inner {
  padding-bottom: 0;
  padding-top: 0;
}

@media only screen and (max-width: 1024px) {
  .blog-author-section .blog-portfolio-section-inner {
    padding-bottom: 32px;
  }
}

.half-callout-wrapper .blog-portfolio-section-inner {
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}

.half-callout-wrapper .blog-portfolio-section-inner:before {
  background-color: #c4c4c4;
  content: "";
  display: block;
  height: 270%;
  left: -1px;
  position: absolute;
  top: -105px;
  width: 1px;
}

@media only screen and (max-width: 1024px) {
  .half-callout-wrapper .blog-portfolio-section-inner:before {
    display: none;
  }
}

.blog-portfolio-section-inner>.blog-portfolio-summary-card {
  margin-top: 0;
}

.blog-portfolio-section {
  padding-bottom: 0;
}

.blog-portfolio-section.background-light-gray .table-wrapper::-webkit-scrollbar-thumb,
.blog-portfolio-section.background-light-gray .table-wrapper::-webkit-scrollbar-track {
  border-color: #f8f8f8;
}

.blog-portfolio-section.background-light-gray+.no-background-color .blog-portfolio-section-inner,
.blog-portfolio-section.no-background-color+.background-light-gray .blog-portfolio-section-inner {
  padding-top: 60px;
}

.blog-portfolio-section:first-of-type .blog-portfolio-section-inner {
  padding-top: 0;
}

.blog-portfolio-section:last-of-type .blog-portfolio-section-inner {
  position: relative;
}

.blog-portfolio-section:last-of-type .blog-portfolio-section-inner:before {
  background-color: #fff;
  bottom: 0;
  color: #fff;
  content: "";
  height: 100px;
  left: -1px;
  position: absolute;
  width: 1px;
}

@media only screen and (max-width: 1024px) {
  .blog-portfolio-section:last-of-type .blog-portfolio-section-inner:before {
    display: none;
  }
}

.blog-portfolio-section:last-of-type.background-light-gray .blog-portfolio-section-inner:before {
  background-color: #f8f8f8;
  bottom: 0;
  color: #f8f8f8;
  content: "";
  height: 100px;
  left: -1px;
  position: absolute;
  width: 1px;
}

@media only screen and (max-width: 1024px) {
  .blog-portfolio-section:last-of-type.background-light-gray .blog-portfolio-section-inner:before {
    display: none;
  }
}

.blog-portfolio-section:last-of-type.half-callout-wrapper .blog-portfolio-section-inner:before {
  background-color: #c4c4c4;
  height: 200px;
  top: -150px;
}

.blog-portfolio-section.half-callout-wrapper+.blog-portfolio-section .blog-portfolio-section-inner {
  padding-top: 0;
}

.blog-portfolio-section.background-light-gray+.blog-portfolio-section.blog-portfolio-callout-last {
  background-color: #f8f8f8;
}

.blog-portfolio-section.summary-card-offset .blog-portfolio-section-inner {
  padding-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .blog-portfolio-video {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.blog-portfolio-video-player {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .blog-portfolio-video-player {
    max-height: 210px;
  }
}

.blog-portfolio-video-player.video-not-local {
  min-width: 100%;
}

.blog-portfolio-video-player.video-local {
  max-width: 800px;
  width: 100%;
}

.blog-portfolio-two-images+.blog-portfolio-two-images {
  margin-top: 32px;
}

@media only screen and (max-width: 767px) {
  .blog-portfolio-two-images-item+.blog-portfolio-two-images-item {
    margin-top: 32px;
  }
}

@media only screen and (min-width: 1025px) {
  .side-info-menu+.blog-portfolio-section .blog-portfolio-section-inner {
    padding-top: 0;
  }
}

.case-studies-tabs {
  margin-bottom: 32px;
}

.case-studies-tabs-item {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 32px;
}

@media only screen and (max-width: 767px) {
  .case-studies-tabs-item {
    margin-right: 16px;
  }
}

.case-studies-tabs-item:last-child {
  margin-right: 0;
}

.case-studies-tabs-item:hover {
  cursor: pointer;
}

@media only screen and (max-width: 550px) {
  .case-studies-tabs-items {
    overflow-x: auto;
    white-space: nowrap;
    width: calc(100% + 20px);
  }
}

/*! Breakpoints */
/*! Media queries */
.accordion-item {
  border-bottom: 1px solid #c4c4c4;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 62px;
  padding-bottom: 32px;
  position: relative;
  transition: padding-bottom 0.2s ease-in-out;
}

@media only screen and (min-width: 1281px) and (max-width: 1535px) {
  .accordion-item {
    scroll-snap-margin-top: 150px;
    scroll-margin-top: 150px;
  }

  .accordion-item.blockchain {
    scroll-margin-top: 0;
  }

  .bpm-copy-image-accordion .accordion-item,
  .computer-vision-accordion .accordion-item {
    scroll-snap-margin-top: 300px;
    scroll-margin-top: 300px;
  }
}

@media only screen and (max-width: 1535px),
only screen and (min-width: 1280px) {
  .finance-billing-container .accordion-item:last-child {
    scroll-snap-margin-top: 550px;
    scroll-margin-top: 550px;
  }
}

@media only screen and (max-width: 1280px) {
  .accordion-item {
    scroll-snap-margin-top: 250px;
    scroll-margin-top: 250px;
  }
}

@media only screen and (max-width: 1024px) {
  .accordion-item {
    scroll-snap-margin-top: 150px;
    scroll-margin-top: 150px;
  }

  .computer-vision-accordion .accordion-item {
    scroll-snap-margin-top: 300px;
    scroll-margin-top: 300px;
  }
}

@media only screen and (max-width: 479px) {

  .bpm-copy-image-accordion .accordion-item,
  .software-for-your-industry .accordion-item {
    scroll-snap-margin-top: 450px;
    scroll-margin-top: 450px;
  }

  .bpm-copy-image-accordion .accordion-item.smaller-index-offset,
  .software-for-your-industry .accordion-item.smaller-index-offset {
    scroll-snap-margin-top: 150px;
    scroll-margin-top: 150px;
  }

  .application-modernization-accordion .accordion-item:nth-child(5) {
    scroll-snap-margin-top: 500px;
    scroll-margin-top: 500px;
  }

  .automotive-software-accordion-container .accordion-item {
    scroll-snap-margin-top: 200px;
    scroll-margin-top: 200px;
  }

  .halved-content-item-accordion .accordion-item {
    scroll-snap-margin-top: 260px;
    scroll-margin-top: 260px;
  }

  .accordion-item {
    padding-bottom: 20px;
  }
}

.accordion-item:not(.opened) {
  padding-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .accordion-item:not(.opened) {
    padding-bottom: 18px;
  }
}

.accordion-item+.accordion-item {
  margin-top: 32px;
}

@media only screen and (max-width: 479px) {
  .accordion-item+.accordion-item {
    margin-top: 40px;
  }
}

.accordion-item .accordion-title-wrap {
  align-items: center;
  display: flex;
}

.accordion-item .accordion-title-wrap .accordion-faqs-title {
  margin-bottom: 0;
}

.accordion-item .accordion-title-wrap .accordion-faqs-title:hover {
  cursor: pointer;
}

.accordion-faqs .accordion-item {
  border-bottom: none;
  min-height: auto;
  padding-bottom: 0;
}

.accordion-title {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  font-weight: 850;
  line-height: 1.25;
  margin-bottom: 0;
  padding-right: 72px;
  position: relative;
  top: 11px;
}

.opened .accordion-title.featured {
  display: none;
}

.opened .accordion-title {
  cursor: auto;
}

.opened .accordion-title .link-arrow-small {
  height: 48px;
  opacity: 1;
  position: absolute;
  transition: opacity 0.3s ease-in;
  transition-delay: 0.2s;
}

.accordion-title .accordion-title-link {
  color: initial;
  margin-bottom: 0;
}

.accordion-title .link-arrow-small {
  display: inline-flex;
  flex-shrink: 0;
  height: 0;
  margin-left: 16px;
  opacity: 0;
}

.accordion-title-link {
  align-items: center;
  pointer-events: none;
  position: relative;
  transition: all 0.3s ease;
}

.accordion-title-link-wrap {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .accordion-title-link-wrap {
    font-size: 24px;
    font-weight: 800;
  }
}

.opened .accordion-title-link {
  pointer-events: auto;
}

.opened .accordion-title-link:hover {
  text-decoration: underline;
}

.accordion-content {
  overflow: hidden;
}

.accordion-content.opened {
  margin-top: 31px;
  transition: all 0.4s ease-in-out;
}

.accordion-faqs .accordion-content {
  margin-left: 72px;
}

.accordion-content .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.list,
.accordion-content .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.list,
.accordion-content .paragraph+.list,
.erp-customization-issues .accordion-content .paragraph-no-padding-top.paragraph-bolder+.list,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .accordion-content p+.list {
  margin-top: 20px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {

  .accordion-content .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.list,
  .accordion-content .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.list,
  .accordion-content .paragraph+.list,
  .erp-customization-issues .accordion-content .paragraph-no-padding-top.paragraph-bolder+.list,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .accordion-content p+.list {
    margin-top: 16px;
  }
}

.accordion-content .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+*,
.accordion-content .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+*,
.accordion-content .paragraph+*,
.erp-customization-issues .accordion-content .paragraph-no-padding-top.paragraph-bolder+*,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .accordion-content p+* {
  margin-top: 32px;
}

.accordion-content .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.list-title,
.accordion-content .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.list-title,
.accordion-content .paragraph+.list-title,
.erp-customization-issues .accordion-content .paragraph-no-padding-top.paragraph-bolder+.list-title,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .accordion-content p+.list-title {
  margin-top: 20px;
}

.accordion-content .link-arrow {
  display: none;
  right: 0;
}

.opened .accordion-content .link-arrow {
  display: flex;
}

.accordion-content .accordion-faqs-text {
  max-width: unset;
}

.accordion-content .accordion-faqs-text+*,
.accordion-faqs .accordion-content {
  margin-top: 20px;
}

.accordion-icon {
  align-items: center;
  border: 1px solid #c4c4c4;
  bottom: -1px;
  cursor: pointer;
  display: flex;
  height: 62px;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  right: 0;
  transition: height border 0.3s;
  width: 62px;
}

.accordion-icon.accordion-icon-faqs {
  height: 52px;
  margin-right: 20px;
  min-height: 52px;
  min-width: 52px;
  position: static;
  width: 52px;
}

.opened .accordion-icon {
  border-color: transparent;
  border-width: 0;
  cursor: auto;
  height: 0;
  transition: height border 0.3s;
}

.opened .accordion-icon:active,
.opened .accordion-icon:hover {
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .wrapped-grid.has-small-bottom-callout .accordion {
    margin-bottom: 40px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .accordion .accordion-item .list.columns-one-1280 {
    grid-template-columns: auto;
  }

  .accordion .accordion-item .list.columns-one-1280 .list-item:nth-last-child(-n + 2) {
    padding-bottom: 22px;
  }

  .accordion .accordion-item .list.columns-one-1280 .list-item:last-child {
    padding-bottom: 0;
  }

  .accordion .accordion-item .list.columns-three {
    grid-template-columns: repeat(2, auto);
  }

  .accordion .accordion-item .list.columns-three .list-item {
    padding-bottom: 22px;
  }

  .accordion .accordion-item .list.columns-three .list-item:nth-last-child(-n + 2) {
    padding-bottom: 0;
  }

  .accordion .accordion-item .icon-title-columns.columns-3,
  .accordion .accordion-item .icon-title-columns.one-row.columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .accordion .accordion-item .columns-two .list-item,
  .accordion .accordion-item .columns-two-modified .list-item,
  .accordion .accordion-item .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list .list-item,
  .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .accordion .accordion-item .list .list-item {
    padding-bottom: 22px;
  }

  .accordion .accordion-item .columns-two .list-item:nth-last-child(-n + 2),
  .accordion .accordion-item .columns-two-modified .list-item:nth-last-child(-n + 2),
  .accordion .accordion-item .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list .list-item:nth-last-child(-n + 2),
  .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .accordion .accordion-item .list .list-item:nth-last-child(-n + 2) {
    padding-bottom: 0;
  }

  .accordion .accordion-item .icon-title-columns.one-row {
    grid-template-columns: repeat(2, auto);
  }

  .accordion .accordion-item .halved-content-image-item {
    overflow: hidden;
  }

  .accordion .accordion-item .halved-content-image-item+.halved-content-item {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1025px) {
  .accordion-image.has-callout-after .accordion {
    margin-bottom: 62px;
  }
}

.copy-image-accordion .gatsby-image-wrapper img {
  image-rendering: -webkit-optimize-contrast;
}

@media (min-width: 1025px) and (max-width: 1280px) {

  .copy-accordion .halved-content-image-item,
  .copy-accordion .halved-content-item,
  .copy-image-accordion .halved-content-image-item,
  .copy-image-accordion .halved-content-item,
  .copy-image-accordion.two-columns-background.wrapped-grid .halved-content-image-item,
  .copy-image-accordion.two-columns-background.wrapped-grid .halved-content-item {
    width: 50%;
  }

  .copy-accordion .halved-content-image-item .inner-image,
  .copy-accordion .halved-content-item .inner-image,
  .copy-image-accordion .halved-content-image-item .inner-image,
  .copy-image-accordion .halved-content-item .inner-image,
  .copy-image-accordion.two-columns-background.wrapped-grid .halved-content-image-item .inner-image,
  .copy-image-accordion.two-columns-background.wrapped-grid .halved-content-item .inner-image {
    max-height: none;
  }

  .copy-accordion .halved-content-image-item .main-grid.two-columns-grid,
  .copy-accordion .halved-content-item .main-grid.two-columns-grid,
  .copy-image-accordion .halved-content-image-item .main-grid.two-columns-grid,
  .copy-image-accordion .halved-content-item .main-grid.two-columns-grid,
  .copy-image-accordion.two-columns-background.wrapped-grid .halved-content-image-item .main-grid.two-columns-grid,
  .copy-image-accordion.two-columns-background.wrapped-grid .halved-content-item .main-grid.two-columns-grid {
    flex-direction: column;
  }

  .copy-accordion .halved-content-image-item .columns-one-1280,
  .copy-accordion .halved-content-item .columns-one-1280,
  .copy-image-accordion .halved-content-image-item .columns-one-1280,
  .copy-image-accordion .halved-content-item .columns-one-1280,
  .copy-image-accordion.two-columns-background.wrapped-grid .halved-content-image-item .columns-one-1280,
  .copy-image-accordion.two-columns-background.wrapped-grid .halved-content-item .columns-one-1280 {
    grid-template-columns: auto;
  }

  .copy-accordion .halved-content-image-item .container-small,
  .copy-accordion .halved-content-item .container-small,
  .copy-image-accordion .halved-content-image-item .container-small,
  .copy-image-accordion .halved-content-item .container-small,
  .copy-image-accordion.two-columns-background.wrapped-grid .halved-content-image-item .container-small,
  .copy-image-accordion.two-columns-background.wrapped-grid .halved-content-item .container-small {
    flex-wrap: wrap;
  }

  .copy-accordion .halved-content-image-item,
  .copy-image-accordion .halved-content-image-item,
  .copy-image-accordion.two-columns-background.wrapped-grid .halved-content-image-item {
    overflow: hidden;
  }

  .copy-accordion .halved-content-image-item .inner-content,
  .copy-image-accordion .halved-content-image-item .inner-content,
  .copy-image-accordion.two-columns-background.wrapped-grid .halved-content-image-item .inner-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .copy-accordion .halved-content-image-item .gatsby-image-wrapper,
  .copy-image-accordion .halved-content-image-item .gatsby-image-wrapper,
  .copy-image-accordion.two-columns-background.wrapped-grid .halved-content-image-item .gatsby-image-wrapper {
    width: calc(100% + 1px);
  }

  .copy-accordion .halved-content-image-item+.halved-content-item,
  .copy-image-accordion .halved-content-image-item+.halved-content-item,
  .copy-image-accordion.two-columns-background.wrapped-grid .halved-content-image-item+.halved-content-item {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 1024px) {

  .copy-accordion .halved-content-image-item,
  .copy-image-accordion .halved-content-image-item,
  .copy-image-accordion.two-columns-background.wrapped-grid .halved-content-image-item {
    flex-direction: column;
  }

  .copy-accordion .halved-content-image-item .inner-content,
  .copy-image-accordion .halved-content-image-item .inner-content,
  .copy-image-accordion.two-columns-background.wrapped-grid .halved-content-image-item .inner-content {
    width: 100%;
  }

  .copy-accordion .halved-content-image-item .inner-image,
  .copy-image-accordion .halved-content-image-item .inner-image,
  .copy-image-accordion.two-columns-background.wrapped-grid .halved-content-image-item .inner-image {
    max-height: none;
    width: 100%;
  }

  .copy-accordion .inner-image,
  .copy-image-accordion .inner-image,
  .copy-image-accordion.two-columns-background.wrapped-grid .inner-image {
    height: 340px;
  }
}

/*! Breakpoints */
/*! Media queries */
.accordion-image-outstanding {
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .accordion-image-outstanding {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .accordion-image-outstanding {
    padding: 60px 20px;
  }
}

.accordion-image-outstanding-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 1216px;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .accordion-image-outstanding-title {
    margin-left: 32px;
    margin-right: 32px;
  }
}

.accordion-image-outstanding-inner {
  display: flex;
  overflow: hidden;
}

@media only screen and (min-width: 1281px) {
  .accordion-image-outstanding-inner {
    padding-left: calc(50vw - 615.5px);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .accordion-image-outstanding-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media only screen and (max-width: 1024px),
only screen and (min-width: 1025px) and (max-width: 1280px) {
  .accordion-image-outstanding-inner {
    flex-wrap: wrap;
  }
}

.accordion-image-outstanding-inner .container-small {
  max-width: none;
  width: 100%;
}

@media only screen and (max-width: 1024px),
only screen and (min-width: 1025px) and (max-width: 1280px) {
  .accordion-image-outstanding-inner .container-small {
    width: 100%;
  }
}

.accordion-image-outstanding-inner .accordion {
  margin-top: 80px;
}

@media only screen and (max-width: 1024px) {
  .accordion-image-outstanding-inner .accordion {
    margin-top: 32px;
  }
}

.accordion-image-outstanding-image {
  width: 100%;
}

@media only screen and (min-width: 1281px) {
  .accordion-image-outstanding-image {
    padding-left: 100px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .accordion-image-outstanding-image {
    margin-top: 60px;
    width: 100%;
  }
}

/*! Breakpoints */
/*! Media queries */
.popup-img-width-zoom {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 40px 80px 72px;
}

@media only screen and (max-width: 1024px) {
  .popup-img-width-zoom {
    display: block;
    padding: 40px;
  }
}

.popup-img-width-zoom .popup-zoom-wrapper {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: auto;
}

@media only screen and (max-width: 1024px) {
  .popup-img-width-zoom .popup-zoom-wrapper {
    height: calc(100% - 40px);
  }
}

.popup-img-width-zoom .react-transform-wrapper {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .popup-img-width-zoom .react-transform-wrapper {
    height: 100%;
  }
}

.popup-img-width-zoom .react-transform-wrapper .loading {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 20px;
  height: 80vh;
  justify-content: center;
  width: 90vw;
}

.popup-img-width-zoom .react-transform-wrapper img {
  margin: 0 auto;
  max-height: calc(100vh - 170px);
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (max-width: 1024px) {
  .popup-img-width-zoom .react-transform-wrapper img {
    height: auto;
    min-width: 100%;
  }
}

.popup-img-width-zoom .react-transform-wrapper .react-transform-component {
  cursor: -webkit-grab;
  cursor: grab;
  height: 100%;
  margin: 0 auto;
  width: auto;
}

.popup-img-width-zoom .react-transform-wrapper .react-transform-component:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.popup-img-width-zoom .tools {
  align-items: stretch;
  display: flex;
  justify-content: center;
}

.popup-img-width-zoom .tools button,
.popup-img-width-zoom .tools div {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
}

.popup-img-width-zoom .tools div {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding: 0 9px;
}

.popup-img-width-zoom .tools button {
  height: 48px;
  width: 48px;
}

.image-zoom-container {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(50, 50, 50, 0.7);
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.image-zoom-container,
.zoom-modal-content {
  height: 100%;
  width: 100%;
}

.img-zoom-modal-close {
  background-color: transparent;
  display: block;
  height: 20px;
  opacity: 0.7;
  position: absolute;
  right: -32px;
  top: 5px;
  transition: 0.3s;
  width: 20px;
  z-index: 100;
}

@media only screen and (max-width: 1024px) {
  .img-zoom-modal-close {
    right: 0;
    top: -40px;
  }
}

.img-zoom-modal-close:hover {
  opacity: 1;
}

.zoom-popup-preview {
  cursor: pointer;
  position: relative;
}

.zoom-popup-preview .gatsby-image-wrapper {
  overflow: hidden;
}

.zoom-popup-preview .gatsby-image-wrapper img {
  transform: scale3d(1.01, 1.01, 1);
  transition: transform 1s ease 0s;
}

.zoom-popup-preview .gatsby-image-wrapper:hover {
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
}

.zoom-popup-preview .gatsby-image-wrapper:hover img {
  transform: scale(1.1);
}

.zoom-popup-preview svg {
  left: calc(50% - 30px);
  opacity: 1;
  position: absolute;
  top: calc(50% - 30px);
  transition: 0.3s;
  z-index: 10;
}

/*! Breakpoints */
/*! Media queries */
.breadcrumbs {
  display: flex;
  margin-bottom: 59px;
}

@media only screen and (max-width: 1024px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs-item {
  color: #6e6d71;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  list-style-type: none;
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
}

.breadcrumbs-item:not(:last-of-type):after {
  background-color: #6e6d71;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(20deg);
  width: 1px;
}

.breadcrumbs-link:hover {
  text-decoration: underline;
}

/*! Breakpoints */
/*! Media queries */
.main-button {
  align-items: center;
  border-radius: 30px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  justify-content: center;
  line-height: 19px;
  margin: 0;
  outline: 0;
  padding: 18px 30px;
  position: relative;
  text-decoration: none;
  text-transform: none;
  transition: background-color 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.main-button.disabled,
.main-button:disabled {
  cursor: default;
  opacity: 0.5;
}

.main-button-blue {
  background-color: #082eb5;
}

.main-button-blue:hover {
  background-color: #06248c;
}

.main-button-blue:active {
  background-color: #00155e;
}

.main-button.outlined {
  border: 1px solid rgba(0, 0, 0, 0.23);
}

.main-button.outlined,
.main-button.outlined:hover {
  background-color: transparent;
}

.main-button-label {
  align-items: inherit;
  display: inherit;
  justify-content: inherit;
  width: 100%;
}

/*! Breakpoints */
/*! Media queries */
.cta {
  display: flex;
  justify-content: space-between;
  max-width: calc(50vw + 615.5px);
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1025px) {
  .cta {
    margin-right: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cta {
    margin-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .cta {
    padding-left: 32px;
  }
}

@media only screen and (min-width: 1281px) {
  .cta {
    max-width: calc(608px + 50%);
    padding-left: calc(50% - 608px);
  }
}

@media only screen and (max-width: 767px) {
  .cta {
    display: block;
    padding-bottom: 44px;
  }
}

.cta .callout-stripe-button {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  line-height: 124px;
  min-height: 124px;
  padding: 0 72px;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cta .callout-stripe-button {
    font-size: 20px;
    line-height: 116px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cta .callout-stripe-button {
    font-size: 20px;
    font-weight: 700;
    line-height: 88px;
    max-height: 88px;
    min-height: 88px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 100%;
    top: calc(100% - 44px);
  }
}

.cta .callout-stripe-button .icon-arrow-svg {
  margin-left: 20px;
  min-width: 24px;
  transition: 0.3s ease;
  width: 24px;
}

@media only screen and (max-width: 1024px) {
  .cta .callout-stripe-title {
    font-weight: 700;
    white-space: normal;
  }
}

.cta .callout-stripe-copy {
  align-items: center;
  display: flex;
  height: 124px;
  padding-right: 47px;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .cta .callout-stripe-copy {
    padding-right: 72px;
  }
}

@media only screen and (max-width: 1280px) {
  .cta .callout-stripe-copy {
    height: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .cta .callout-stripe-copy {
    height: auto;
    min-height: 124px;
    padding: 32px 20px;
  }
}

@media only screen and (max-width: 479px) {
  .cta .callout-stripe-copy {
    padding: 32px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cta .callout-stripe-paragraph {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) {
  .cta .callout-stripe-paragraph {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1280px) {
  .cta.extra-height-cta .callout-stripe-copy {
    height: 148px;
  }
}

.cta-small {
  display: flex;
  overflow: hidden;
  position: relative;
}

.blog-portfolio-section.has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper .cta-small {
  overflow: visible;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .cta-small {
    overflow: initial;
    padding-bottom: 44px;
  }
}

.cta-small .callout-stripe-button-small {
  align-items: center;
  border: none;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  min-height: 116px;
  padding: 32px;
  position: relative;
  white-space: nowrap;
}

.blog-portfolio-section-inner .cta-small .callout-stripe-button-small {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  left: 699px;
  line-height: 1.4;
  line-height: 88px;
  position: absolute;
}

@media only screen and (max-width: 1024px) {
  .blog-portfolio-section-inner .cta-small .callout-stripe-button-small {
    font-size: 18px;
    font-weight: 600;
  }
}

@media only screen and (min-width: 1281px) {
  .blog-portfolio-section-inner .cta-small .callout-stripe-button-small {
    height: 124px;
    padding-left: 32px;
  }

  .blog-portfolio-section-inner .cta-small .callout-stripe-button-small svg.icon-arrow-svg {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 1800px) {
  .blog-portfolio-section-inner .cta-small .callout-stripe-button-small {
    left: 70%;
  }
}

@media only screen and (max-width: 1440px) {
  .blog-portfolio-section-inner .cta-small .callout-stripe-button-small {
    left: 60%;
  }
}

@media (max-width: 1439px) {
  .blog-portfolio-section-inner .cta-small .callout-stripe-button-small {
    left: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .blog-portfolio-section-inner .cta-small .callout-stripe-button-small {
    left: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .blog-portfolio-section-inner .cta-small .callout-stripe-button-small {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .blog-portfolio-section-inner .cta-small .callout-stripe-button-small {
    height: 150px;
    padding-left: 32px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px),
only screen and (min-width: 1920px) {
  .cta-small .callout-stripe-button-small {
    padding: 32px 72px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cta-small .callout-stripe-button-small {
    font-size: 20px;
    line-height: 116px;
    min-height: 116px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cta-small .callout-stripe-button-small {
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    line-height: 88px;
    max-height: 88px;
    min-height: 88px;
    min-height: 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 100%;
    top: calc(100% - 44px);
  }
}

.cta-small .callout-stripe-button-small:after {
  content: "";
  display: block;
  height: 100%;
  left: 100%;
  position: absolute;
  width: 1000%;
}

@media (max-width: 1440px) {
  .cta-small .callout-stripe-button-small:after {
    left: calc(100% - 1px);
  }
}

@media only screen and (max-width: 767px) {
  .cta-small .callout-stripe-button-small:after {
    display: none;
  }
}

.cta-small .callout-stripe-button-small .icon-arrow-svg {
  margin-left: 20px;
  transition: 0.3s ease;
}

.cta-small .callout-stripe-copy-small {
  align-items: center;
  display: flex;
  height: 124px;
  max-width: 814px;
  padding: 0 32px 0 72px;
}

.blog-portfolio-section-inner .cta-small .callout-stripe-copy-small {
  max-width: 699px;
  width: 100%;
}

@media (max-width: 1800px) and (min-width: 1450px) {
  .blog-portfolio-section-inner .cta-small .callout-stripe-copy-small {
    width: 70%;
  }
}

@media only screen and (max-width: 1440px) {
  .blog-portfolio-section-inner .cta-small .callout-stripe-copy-small {
    min-width: 60%;
    width: 60%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .blog-portfolio-section-inner .cta-small .callout-stripe-copy-small {
    min-width: 50%;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .blog-portfolio-section-inner .cta-small .callout-stripe-copy-small {
    max-width: unset;
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .cta-small .callout-stripe-copy-small {
    width: 65%;
  }
}

@media only screen and (max-width: 1280px) {
  .cta-small .callout-stripe-copy-small {
    height: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cta-small .callout-stripe-copy-small {
    min-width: 65%;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cta-small .callout-stripe-copy-small {
    height: auto;
    min-height: 124px;
    padding: 32px 20px;
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .cta-small .callout-stripe-copy-small {
    padding: 32px 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .cta-small.extra-height-cta .callout-stripe-copy-small {
    height: 148px;
  }
}

.callout-stripe-title {
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0;
  white-space: pre-line;
}

@media only screen and (max-width: 1024px) {
  .callout-stripe-title {
    white-space: normal;
  }
}

@media only screen and (max-width: 767px) {
  .callout-stripe-title {
    font-weight: 700;
  }
}

.blog-portfolio-section .callout-stripe-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

@media only screen and (max-width: 1024px) {
  .blog-portfolio-section .callout-stripe-title {
    font-size: 18px;
    font-weight: 600;
  }
}

.callout-stripe-copy {
  align-items: center;
  display: flex;
  padding-right: 47px;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .callout-stripe-copy {
    padding-right: 72px;
  }
}

@media only screen and (max-width: 767px) {
  .callout-stripe-copy {
    padding: 32px 20px;
  }
}

.callout-stripe-paragraph {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .callout-stripe-paragraph {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) {
  .callout-stripe-paragraph {
    font-size: 16px;
  }
}

.callout-stripe-button,
.callout-stripe-button-small {
  cursor: pointer;
}

.callout-stripe-button-small:hover .icon-arrow-svg,
.callout-stripe-button:hover .icon-arrow-svg {
  transform: translateX(4px);
}

.has-cta-after.section,
.has-cta-after.section-background,
.has-cta-after.section-image-content.section .halved-content-item,
.has-cta-after.section-top-colored,
.has-cta-after.two-columns-background .halved-content-item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 162px;
}

@media only screen and (max-width: 1280px) {

  .has-cta-after.section,
  .has-cta-after.section-background,
  .has-cta-after.section-image-content.section .halved-content-item,
  .has-cta-after.section-top-colored,
  .has-cta-after.two-columns-background .halved-content-item:last-of-type {
    padding-bottom: 175px;
  }
}

@media only screen and (max-width: 1279px) {

  .has-cta-after.section,
  .has-cta-after.section-background,
  .has-cta-after.section-image-content.section .halved-content-item,
  .has-cta-after.section-top-colored,
  .has-cta-after.two-columns-background .halved-content-item:last-of-type {
    padding-bottom: 135px;
  }
}

@media only screen and (max-width: 767px) {

  .has-cta-after.section,
  .has-cta-after.section-background,
  .has-cta-after.section-image-content.section .halved-content-item,
  .has-cta-after.section-top-colored,
  .has-cta-after.two-columns-background .halved-content-item:last-of-type {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .has-cta-after.section-image-content.inverted .halved-content-item .gatsby-image-wrapper.device-only {
    margin-bottom: -135px;
    max-height: 385px;
  }
}

@media only screen and (max-width: 767px) {
  .has-cta-after.section-image-content.inverted .halved-content-item .gatsby-image-wrapper.device-only {
    margin-bottom: -60px;
    max-height: 310px;
  }
}

.has-cta-after.copy-image-accordion.section {
  padding-bottom: 0;
}

.has-cta-after.copy-image-accordion.section .halved-content-item {
  margin-bottom: 0;
  padding-bottom: 162px;
}

@media only screen and (max-width: 1280px) {
  .has-cta-after.copy-image-accordion.section .halved-content-item {
    padding-bottom: 175px;
  }
}

@media only screen and (max-width: 1024px) {
  .has-cta-after.copy-image-accordion.section .halved-content-item {
    padding-bottom: 135px;
  }
}

@media only screen and (max-width: 767px) {
  .has-cta-after.copy-image-accordion.section .halved-content-item {
    padding-bottom: 60px;
  }
}

.has-cta-after.section-image-content.section,
.has-cta-after.two-columns-background {
  padding-bottom: 0;
}

.has-cta-after+.cta {
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .has-cta-after+.cta {
    transform: none;
  }
}

.has-cta-after+.cta+.main-grid,
.has-cta-after+.cta+.section,
.has-cta-after+.cta+.section-background {
  margin-top: -124px;
  padding-top: 162px;
}

@media only screen and (max-width: 1280px) {

  .has-cta-after+.cta+.main-grid,
  .has-cta-after+.cta+.section,
  .has-cta-after+.cta+.section-background {
    margin-top: -100px;
    padding-top: 175px;
  }
}

@media only screen and (max-width: 1279px) {

  .has-cta-after+.cta+.main-grid,
  .has-cta-after+.cta+.section,
  .has-cta-after+.cta+.section-background {
    padding-top: 135px;
  }
}

@media only screen and (max-width: 767px) {

  .has-cta-after+.cta+.main-grid,
  .has-cta-after+.cta+.section,
  .has-cta-after+.cta+.section-background {
    margin-top: 0;
    padding-top: 104px;
  }
}

@media only screen and (max-width: 1280px) {

  .has-cta-after+.cta+.section,
  .has-cta-after+.cta+.section-background {
    margin-top: -150px;
  }
}

@media only screen and (max-width: 767px) {

  .has-cta-after+.cta+.section,
  .has-cta-after+.cta+.section-background {
    margin-top: 0;
  }
}

.has-cta-after+.cta+.main-grid-outstanding-wrapper,
.has-cta-after+.cta+.section-image-content.section,
.has-cta-after+.cta+.two-columns-background.section {
  padding-top: 0;
}

.has-cta-after+.cta+.main-grid-outstanding-wrapper .halved-content-image-item,
.has-cta-after+.cta+.main-grid-outstanding-wrapper .halved-content-item,
.has-cta-after+.cta+.main-grid-outstanding-wrapper .main-grid-outstanding-item-left,
.has-cta-after+.cta+.main-grid-outstanding-wrapper .main-grid-outstanding-item-right,
.has-cta-after+.cta+.section-image-content.section .halved-content-image-item,
.has-cta-after+.cta+.section-image-content.section .halved-content-item,
.has-cta-after+.cta+.section-image-content.section .main-grid-outstanding-item-left,
.has-cta-after+.cta+.section-image-content.section .main-grid-outstanding-item-right,
.has-cta-after+.cta+.two-columns-background.section .halved-content-image-item,
.has-cta-after+.cta+.two-columns-background.section .halved-content-item,
.has-cta-after+.cta+.two-columns-background.section .main-grid-outstanding-item-left,
.has-cta-after+.cta+.two-columns-background.section .main-grid-outstanding-item-right {
  margin-top: 0;
  padding-top: 162px;
}

@media only screen and (max-width: 1280px) {

  .has-cta-after+.cta+.main-grid-outstanding-wrapper .halved-content-image-item,
  .has-cta-after+.cta+.main-grid-outstanding-wrapper .halved-content-item,
  .has-cta-after+.cta+.main-grid-outstanding-wrapper .main-grid-outstanding-item-left,
  .has-cta-after+.cta+.main-grid-outstanding-wrapper .main-grid-outstanding-item-right,
  .has-cta-after+.cta+.section-image-content.section .halved-content-image-item,
  .has-cta-after+.cta+.section-image-content.section .halved-content-item,
  .has-cta-after+.cta+.section-image-content.section .main-grid-outstanding-item-left,
  .has-cta-after+.cta+.section-image-content.section .main-grid-outstanding-item-right,
  .has-cta-after+.cta+.two-columns-background.section .halved-content-image-item,
  .has-cta-after+.cta+.two-columns-background.section .halved-content-item,
  .has-cta-after+.cta+.two-columns-background.section .main-grid-outstanding-item-left,
  .has-cta-after+.cta+.two-columns-background.section .main-grid-outstanding-item-right {
    padding-top: 175px;
  }
}

@media only screen and (max-width: 1024px) {

  .has-cta-after+.cta+.main-grid-outstanding-wrapper .halved-content-image-item,
  .has-cta-after+.cta+.main-grid-outstanding-wrapper .halved-content-item,
  .has-cta-after+.cta+.main-grid-outstanding-wrapper .main-grid-outstanding-item-left,
  .has-cta-after+.cta+.main-grid-outstanding-wrapper .main-grid-outstanding-item-right,
  .has-cta-after+.cta+.section-image-content.section .halved-content-image-item,
  .has-cta-after+.cta+.section-image-content.section .halved-content-item,
  .has-cta-after+.cta+.section-image-content.section .main-grid-outstanding-item-left,
  .has-cta-after+.cta+.section-image-content.section .main-grid-outstanding-item-right,
  .has-cta-after+.cta+.two-columns-background.section .halved-content-image-item,
  .has-cta-after+.cta+.two-columns-background.section .halved-content-item,
  .has-cta-after+.cta+.two-columns-background.section .main-grid-outstanding-item-left,
  .has-cta-after+.cta+.two-columns-background.section .main-grid-outstanding-item-right {
    padding-top: 135px;
  }
}

@media only screen and (max-width: 767px) {

  .has-cta-after+.cta+.main-grid-outstanding-wrapper .halved-content-image-item,
  .has-cta-after+.cta+.main-grid-outstanding-wrapper .halved-content-item,
  .has-cta-after+.cta+.main-grid-outstanding-wrapper .main-grid-outstanding-item-left,
  .has-cta-after+.cta+.main-grid-outstanding-wrapper .main-grid-outstanding-item-right,
  .has-cta-after+.cta+.section-image-content.section .halved-content-image-item,
  .has-cta-after+.cta+.section-image-content.section .halved-content-item,
  .has-cta-after+.cta+.section-image-content.section .main-grid-outstanding-item-left,
  .has-cta-after+.cta+.section-image-content.section .main-grid-outstanding-item-right,
  .has-cta-after+.cta+.two-columns-background.section .halved-content-image-item,
  .has-cta-after+.cta+.two-columns-background.section .halved-content-item,
  .has-cta-after+.cta+.two-columns-background.section .main-grid-outstanding-item-left,
  .has-cta-after+.cta+.two-columns-background.section .main-grid-outstanding-item-right {
    padding-top: 104px;
  }
}

@media only screen and (max-width: 1024px) {

  .has-cta-after+.cta+.main-grid-outstanding-wrapper .main-grid-outstanding-item-right,
  .has-cta-after+.cta+.section-image-content.section .main-grid-outstanding-item-right,
  .has-cta-after+.cta+.two-columns-background.section .main-grid-outstanding-item-right {
    padding-top: 0;
  }

  .has-cta-after+.cta+.section-image-content.section:not(.inverted) .halved-content-item .gatsby-image-wrapper.device-only {
    margin-top: -135px;
    max-height: 385px;
  }
}

@media only screen and (max-width: 767px) {
  .has-cta-after+.cta+.section-image-content.section:not(.inverted) .halved-content-item .gatsby-image-wrapper.device-only {
    margin-top: -148px;
    max-height: 398px;
  }
}

@media only screen and (max-width: 1280px) {
  .has-cta-after+.cta+.two-columns-background.section:not(.two-columns-wrap-later).halved-content-item:nth-child(2) {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .has-cta-after+.cta+.two-columns-background.section.two-columns-wrap-later .halved-content-item:nth-child(2) {
    padding-top: 60px;
  }
}

.has-cta-after+.cta+.copy-image-accordion.section,
.has-cta-after+.cta+.image-arrow-links,
.has-cta-after+.cta+.two-columns-grid {
  padding-top: 0;
}

.has-cta-after+.cta+.copy-image-accordion.section .halved-content-image-item .inner-content,
.has-cta-after+.cta+.copy-image-accordion.section .halved-content-item,
.has-cta-after+.cta+.image-arrow-links .halved-content-image-item .inner-content,
.has-cta-after+.cta+.image-arrow-links .halved-content-item,
.has-cta-after+.cta+.two-columns-grid .halved-content-image-item .inner-content,
.has-cta-after+.cta+.two-columns-grid .halved-content-item {
  margin-top: 0;
  padding-top: 162px;
}

@media only screen and (max-width: 1280px) {

  .has-cta-after+.cta+.copy-image-accordion.section .halved-content-image-item .inner-content,
  .has-cta-after+.cta+.copy-image-accordion.section .halved-content-item,
  .has-cta-after+.cta+.image-arrow-links .halved-content-image-item .inner-content,
  .has-cta-after+.cta+.image-arrow-links .halved-content-item,
  .has-cta-after+.cta+.two-columns-grid .halved-content-image-item .inner-content,
  .has-cta-after+.cta+.two-columns-grid .halved-content-item {
    padding-top: 175px;
  }
}

@media only screen and (max-width: 1024px) {

  .has-cta-after+.cta+.copy-image-accordion.section .halved-content-image-item .inner-content,
  .has-cta-after+.cta+.copy-image-accordion.section .halved-content-item,
  .has-cta-after+.cta+.image-arrow-links .halved-content-image-item .inner-content,
  .has-cta-after+.cta+.image-arrow-links .halved-content-item,
  .has-cta-after+.cta+.two-columns-grid .halved-content-image-item .inner-content,
  .has-cta-after+.cta+.two-columns-grid .halved-content-item {
    padding-top: 135px;
  }
}

@media only screen and (max-width: 767px) {

  .has-cta-after+.cta+.copy-image-accordion.section .halved-content-image-item .inner-content,
  .has-cta-after+.cta+.copy-image-accordion.section .halved-content-item,
  .has-cta-after+.cta+.image-arrow-links .halved-content-image-item .inner-content,
  .has-cta-after+.cta+.image-arrow-links .halved-content-item,
  .has-cta-after+.cta+.two-columns-grid .halved-content-image-item .inner-content,
  .has-cta-after+.cta+.two-columns-grid .halved-content-item {
    padding-top: 104px;
  }
}

.has-cta-after+.cta+.copy-image-accordion.section .halved-content-image-item,
.has-cta-after+.cta+.image-arrow-links .halved-content-image-item,
.has-cta-after+.cta+.two-columns-grid .halved-content-image-item {
  padding-top: 0;
}

@media only screen and (max-width: 1024px) {
  .has-cta-after+.cta+.copy-image-accordion.section .halved-content-item {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .has-cta-after+.cta+.two-columns-grid .halved-content-item {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1281px) {
  .has-cta-after.background-light-gray+.cta+.background-light-gray {
    margin-top: -126px;
  }
}

.has-cta-after+.cta-small {
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .has-cta-after+.cta-small {
    transform: none;
  }
}

.has-cta-after+.cta-small+.main-grid,
.has-cta-after+.cta-small+.section,
.has-cta-after+.cta-small+.section-background {
  margin-top: -124px;
  padding-top: 162px;
}

@media only screen and (max-width: 1280px) {

  .has-cta-after+.cta-small+.main-grid,
  .has-cta-after+.cta-small+.section,
  .has-cta-after+.cta-small+.section-background {
    margin-top: -150px;
    padding-top: 175px;
  }
}

@media only screen and (max-width: 1024px) {

  .has-cta-after+.cta-small+.main-grid,
  .has-cta-after+.cta-small+.section,
  .has-cta-after+.cta-small+.section-background {
    padding-top: 135px;
  }
}

@media only screen and (max-width: 767px) {

  .has-cta-after+.cta-small+.main-grid,
  .has-cta-after+.cta-small+.section,
  .has-cta-after+.cta-small+.section-background {
    margin-top: 0;
    padding-top: 148px;
  }
}

.has-cta-after+.cta-small+.section-image-content.section,
.has-cta-after+.cta-small+.two-columns-background.section {
  padding-top: 0;
}

.has-cta-after+.cta-small+.section-image-content.section .halved-content-image-item,
.has-cta-after+.cta-small+.section-image-content.section .halved-content-item,
.has-cta-after+.cta-small+.two-columns-background.section .halved-content-image-item,
.has-cta-after+.cta-small+.two-columns-background.section .halved-content-item {
  margin-top: 0;
  padding-top: 162px;
}

@media only screen and (max-width: 1280px) {

  .has-cta-after+.cta-small+.section-image-content.section .halved-content-image-item,
  .has-cta-after+.cta-small+.section-image-content.section .halved-content-item,
  .has-cta-after+.cta-small+.two-columns-background.section .halved-content-image-item,
  .has-cta-after+.cta-small+.two-columns-background.section .halved-content-item {
    padding-top: 175px;
  }
}

@media only screen and (max-width: 1024px) {

  .has-cta-after+.cta-small+.section-image-content.section .halved-content-image-item,
  .has-cta-after+.cta-small+.section-image-content.section .halved-content-item,
  .has-cta-after+.cta-small+.two-columns-background.section .halved-content-image-item,
  .has-cta-after+.cta-small+.two-columns-background.section .halved-content-item {
    padding-top: 135px;
  }
}

@media only screen and (max-width: 767px) {

  .has-cta-after+.cta-small+.section-image-content.section .halved-content-image-item,
  .has-cta-after+.cta-small+.section-image-content.section .halved-content-item,
  .has-cta-after+.cta-small+.two-columns-background.section .halved-content-image-item,
  .has-cta-after+.cta-small+.two-columns-background.section .halved-content-item {
    padding-top: 148px;
  }
}

@media only screen and (max-width: 1280px) {
  .has-cta-after+.cta-small+.two-columns-background.section .halved-content-item:nth-child(2) {
    padding-top: 60px;
  }
}

.has-cta-after+.cta-small+.copy-image-accordion.section,
.has-cta-after+.cta-small+.two-columns-grid {
  padding-top: 0;
}

.has-cta-after+.cta-small+.copy-image-accordion.section .halved-content-image-item .inner-content,
.has-cta-after+.cta-small+.copy-image-accordion.section .halved-content-item,
.has-cta-after+.cta-small+.two-columns-grid .halved-content-image-item .inner-content,
.has-cta-after+.cta-small+.two-columns-grid .halved-content-item {
  margin-top: 0;
  padding-top: 162px;
}

@media only screen and (max-width: 1280px) {

  .has-cta-after+.cta-small+.copy-image-accordion.section .halved-content-image-item .inner-content,
  .has-cta-after+.cta-small+.copy-image-accordion.section .halved-content-item,
  .has-cta-after+.cta-small+.two-columns-grid .halved-content-image-item .inner-content,
  .has-cta-after+.cta-small+.two-columns-grid .halved-content-item {
    padding-top: 175px;
  }
}

@media only screen and (max-width: 1024px) {

  .has-cta-after+.cta-small+.copy-image-accordion.section .halved-content-image-item .inner-content,
  .has-cta-after+.cta-small+.copy-image-accordion.section .halved-content-item,
  .has-cta-after+.cta-small+.two-columns-grid .halved-content-image-item .inner-content,
  .has-cta-after+.cta-small+.two-columns-grid .halved-content-item {
    padding-top: 135px;
  }
}

@media only screen and (max-width: 767px) {

  .has-cta-after+.cta-small+.copy-image-accordion.section .halved-content-image-item .inner-content,
  .has-cta-after+.cta-small+.copy-image-accordion.section .halved-content-item,
  .has-cta-after+.cta-small+.two-columns-grid .halved-content-image-item .inner-content,
  .has-cta-after+.cta-small+.two-columns-grid .halved-content-item {
    padding-top: 148px;
  }
}

.has-cta-after+.cta-small+.copy-image-accordion.section .halved-content-image-item,
.has-cta-after+.cta-small+.two-columns-grid .halved-content-image-item {
  padding-top: 0;
}

@media only screen and (max-width: 1280px) {
  .has-cta-after+.cta-small+.copy-image-accordion.section .halved-content-item {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .has-cta-after+.cta-small+.two-columns-grid .halved-content-item {
    padding-top: 60px;
  }
}

.has-half-cta-after.background-light-gray,
.has-half-cta-after.halved-content-item,
.has-half-cta-after.section,
.has-half-cta-after.section-background,
.has-half-cta-after.section.section-image-content .halved-content-item,
.has-half-cta-after.section.two-columns-grid .halved-content-item,
.has-half-cta-after.section.two-columns-grid .main-grid-item,
.has-half-cta-after.two-columns-grid.background-light-gray .halved-content-item,
.has-half-cta-after.two-columns-grid.background-light-gray .main-grid-item {
  margin-bottom: 0;
  padding-bottom: 162px;
}

@media only screen and (max-width: 1280px) {

  .has-half-cta-after.background-light-gray,
  .has-half-cta-after.halved-content-item,
  .has-half-cta-after.section,
  .has-half-cta-after.section-background,
  .has-half-cta-after.section.section-image-content .halved-content-item,
  .has-half-cta-after.section.two-columns-grid .halved-content-item,
  .has-half-cta-after.section.two-columns-grid .main-grid-item,
  .has-half-cta-after.two-columns-grid.background-light-gray .halved-content-item,
  .has-half-cta-after.two-columns-grid.background-light-gray .main-grid-item {
    padding-bottom: 175px;
  }
}

@media only screen and (max-width: 1024px) {

  .has-half-cta-after.background-light-gray,
  .has-half-cta-after.halved-content-item,
  .has-half-cta-after.section,
  .has-half-cta-after.section-background,
  .has-half-cta-after.section.section-image-content .halved-content-item,
  .has-half-cta-after.section.two-columns-grid .halved-content-item,
  .has-half-cta-after.section.two-columns-grid .main-grid-item,
  .has-half-cta-after.two-columns-grid.background-light-gray .halved-content-item,
  .has-half-cta-after.two-columns-grid.background-light-gray .main-grid-item {
    padding-bottom: 135px;
  }
}

@media only screen and (max-width: 767px) {

  .has-half-cta-after.background-light-gray,
  .has-half-cta-after.halved-content-item,
  .has-half-cta-after.section,
  .has-half-cta-after.section-background,
  .has-half-cta-after.section.section-image-content .halved-content-item,
  .has-half-cta-after.section.two-columns-grid .halved-content-item,
  .has-half-cta-after.section.two-columns-grid .main-grid-item,
  .has-half-cta-after.two-columns-grid.background-light-gray .halved-content-item,
  .has-half-cta-after.two-columns-grid.background-light-gray .main-grid-item {
    padding-bottom: 60px;
  }
}

.has-half-cta-after.blog-portfolio-section {
  padding-bottom: 122px;
}

@media only screen and (max-width: 1280px) {
  .has-half-cta-after.blog-portfolio-section {
    padding-bottom: 135px;
  }
}

@media only screen and (max-width: 1024px) {
  .has-half-cta-after.section.section-image-content.inverted .halved-content-item .gatsby-image-wrapper.device-only {
    margin-bottom: -135px;
    max-height: 385px;
  }
}

@media only screen and (max-width: 767px) {
  .has-half-cta-after.section.section-image-content.inverted .halved-content-item .gatsby-image-wrapper.device-only {
    margin-bottom: -60px;
    max-height: 310px;
  }
}

.has-half-cta-after.background-light-gray.two-columns-grid,
.has-half-cta-after.section.section-image-content,
.has-half-cta-after.section.two-columns-grid {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {

  .has-half-cta-after.section.section-image-content .halved-content-item:first-child,
  .has-half-cta-after.section.two-columns-grid .halved-content-item:first-child,
  .has-half-cta-after.section.two-columns-grid .main-grid-item:first-child {
    padding-bottom: 40px;
  }
}

.has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper,
.has-half-cta-after+.half-callout-wrapper.section.container,
.has-half-cta-after-wrapper+.half-callout-wrapper.section.container {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  max-width: none;
  padding: 0;
  position: relative;
  transform: translateY(-50%);
  z-index: 1;
}

@media only screen and (min-width: 768px) {

  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper.blog-portfolio-callout-last,
  .has-half-cta-after+.half-callout-wrapper.section.container.blog-portfolio-callout-last,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container.blog-portfolio-callout-last {
    margin-top: -61px;
    padding-bottom: 100px;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 767px) {

  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper.blog-portfolio-callout-last,
  .has-half-cta-after+.half-callout-wrapper.section.container.blog-portfolio-callout-last,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container.blog-portfolio-callout-last {
    margin-bottom: 184px;
  }

  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper,
  .has-half-cta-after+.half-callout-wrapper.section.container,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container {
    transform: none;
  }
}

.has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper .cta-small,
.has-half-cta-after+.half-callout-wrapper.section.container .cta-small,
.has-half-cta-after-wrapper+.half-callout-wrapper.section.container .cta-small {
  width: 50%;
}

@media only screen and (max-width: 1440px) {

  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper .cta-small,
  .has-half-cta-after+.half-callout-wrapper.section.container .cta-small,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container .cta-small {
    width: 76.7%;
  }
}

@media only screen and (max-width: 767px) {

  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper .cta-small,
  .has-half-cta-after+.half-callout-wrapper.section.container .cta-small,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container .cta-small {
    width: 100%;
  }
}

.has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.blog-portfolio-section,
.has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.section,
.has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.section-background,
.has-half-cta-after+.half-callout-wrapper.section.container+.blog-portfolio-section,
.has-half-cta-after+.half-callout-wrapper.section.container+.section,
.has-half-cta-after+.half-callout-wrapper.section.container+.section-background,
.has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.blog-portfolio-section,
.has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.section,
.has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.section-background {
  margin-top: -124px;
  padding-top: 162px;
}

@media only screen and (max-width: 1280px) {

  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.blog-portfolio-section,
  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.section,
  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.section-background,
  .has-half-cta-after+.half-callout-wrapper.section.container+.blog-portfolio-section,
  .has-half-cta-after+.half-callout-wrapper.section.container+.section,
  .has-half-cta-after+.half-callout-wrapper.section.container+.section-background,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.blog-portfolio-section,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.section,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.section-background {
    margin-top: -150px;
    padding-top: 175px;
  }
}

@media only screen and (max-width: 1024px) {

  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.blog-portfolio-section,
  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.section,
  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.section-background,
  .has-half-cta-after+.half-callout-wrapper.section.container+.blog-portfolio-section,
  .has-half-cta-after+.half-callout-wrapper.section.container+.section,
  .has-half-cta-after+.half-callout-wrapper.section.container+.section-background,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.blog-portfolio-section,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.section,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.section-background {
    padding-top: 135px;
  }
}

@media only screen and (max-width: 767px) {

  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.blog-portfolio-section,
  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.section,
  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.section-background,
  .has-half-cta-after+.half-callout-wrapper.section.container+.blog-portfolio-section,
  .has-half-cta-after+.half-callout-wrapper.section.container+.section,
  .has-half-cta-after+.half-callout-wrapper.section.container+.section-background,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.blog-portfolio-section,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.section,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.section-background {
    margin-top: 0;
    padding-top: 104px;
  }
}

.has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.blog-portfolio-section,
.has-half-cta-after+.half-callout-wrapper.section.container+.blog-portfolio-section,
.has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.blog-portfolio-section {
  padding-top: 122px;
}

@media only screen and (max-width: 1280px) {

  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.blog-portfolio-section,
  .has-half-cta-after+.half-callout-wrapper.section.container+.blog-portfolio-section,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.blog-portfolio-section {
    padding-top: 135px;
  }
}

.has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.copy-image-accordion.section,
.has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.section-image-content.section,
.has-half-cta-after+.half-callout-wrapper.section.container+.copy-image-accordion.section,
.has-half-cta-after+.half-callout-wrapper.section.container+.section-image-content.section,
.has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.copy-image-accordion.section,
.has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.section-image-content.section {
  margin-top: -124px;
  padding-top: 0;
}

@media only screen and (max-width: 1280px) {

  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.copy-image-accordion.section,
  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.section-image-content.section,
  .has-half-cta-after+.half-callout-wrapper.section.container+.copy-image-accordion.section,
  .has-half-cta-after+.half-callout-wrapper.section.container+.section-image-content.section,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.copy-image-accordion.section,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.section-image-content.section {
    margin-top: -150px;
  }
}

@media only screen and (max-width: 767px) {

  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.copy-image-accordion.section,
  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.section-image-content.section,
  .has-half-cta-after+.half-callout-wrapper.section.container+.copy-image-accordion.section,
  .has-half-cta-after+.half-callout-wrapper.section.container+.section-image-content.section,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.copy-image-accordion.section,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.section-image-content.section {
    margin-top: 0;
  }
}

.has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.section-image-content.section .halved-content-item,
.has-half-cta-after+.half-callout-wrapper.section.container+.section-image-content.section .halved-content-item,
.has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.section-image-content.section .halved-content-item {
  padding-top: 162px;
}

@media only screen and (max-width: 1280px) {

  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.section-image-content.section .halved-content-item,
  .has-half-cta-after+.half-callout-wrapper.section.container+.section-image-content.section .halved-content-item,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.section-image-content.section .halved-content-item {
    padding-top: 175px;
  }
}

@media only screen and (max-width: 1024px) {

  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.section-image-content.section .halved-content-item,
  .has-half-cta-after+.half-callout-wrapper.section.container+.section-image-content.section .halved-content-item,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.section-image-content.section .halved-content-item {
    padding-top: 135px;
  }
}

@media only screen and (max-width: 767px) {

  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.section-image-content.section .halved-content-item,
  .has-half-cta-after+.half-callout-wrapper.section.container+.section-image-content.section .halved-content-item,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.section-image-content.section .halved-content-item {
    padding-top: 104px;
  }
}

@media only screen and (max-width: 1024px) {

  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.section-image-content.section:not(.inverted) .halved-content-item .gatsby-image-wrapper.device-only,
  .has-half-cta-after+.half-callout-wrapper.section.container+.section-image-content.section:not(.inverted) .halved-content-item .gatsby-image-wrapper.device-only,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.section-image-content.section:not(.inverted) .halved-content-item .gatsby-image-wrapper.device-only {
    margin-top: -135px;
    max-height: 385px;
  }
}

@media only screen and (max-width: 767px) {

  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.section-image-content.section:not(.inverted) .halved-content-item .gatsby-image-wrapper.device-only,
  .has-half-cta-after+.half-callout-wrapper.section.container+.section-image-content.section:not(.inverted) .halved-content-item .gatsby-image-wrapper.device-only,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.section-image-content.section:not(.inverted) .halved-content-item .gatsby-image-wrapper.device-only {
    margin-top: -148px;
    max-height: 398px;
  }
}

.has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.copy-image-accordion.section .halved-content-item-accordion,
.has-half-cta-after+.half-callout-wrapper.section.container+.copy-image-accordion.section .halved-content-item-accordion,
.has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.copy-image-accordion.section .halved-content-item-accordion {
  padding-top: 162px;
}

@media only screen and (max-width: 1280px) {

  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.copy-image-accordion.section .halved-content-item-accordion,
  .has-half-cta-after+.half-callout-wrapper.section.container+.copy-image-accordion.section .halved-content-item-accordion,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.copy-image-accordion.section .halved-content-item-accordion {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 1024px) {

  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.copy-image-accordion.section .halved-content-item-accordion,
  .has-half-cta-after+.half-callout-wrapper.section.container+.copy-image-accordion.section .halved-content-item-accordion,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.copy-image-accordion.section .halved-content-item-accordion {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 1280px) {

  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.copy-image-accordion.section .halved-content-image-item .inner-content,
  .has-half-cta-after+.half-callout-wrapper.section.container+.copy-image-accordion.section .halved-content-image-item .inner-content,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.copy-image-accordion.section .halved-content-image-item .inner-content {
    padding-top: 175px;
  }
}

@media only screen and (max-width: 1024px) {

  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.copy-image-accordion.section .halved-content-image-item .inner-content,
  .has-half-cta-after+.half-callout-wrapper.section.container+.copy-image-accordion.section .halved-content-image-item .inner-content,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.copy-image-accordion.section .halved-content-image-item .inner-content {
    padding-top: 135px;
  }
}

@media only screen and (max-width: 767px) {

  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper+.copy-image-accordion.section .halved-content-image-item .inner-content,
  .has-half-cta-after+.half-callout-wrapper.section.container+.copy-image-accordion.section .halved-content-image-item .inner-content,
  .has-half-cta-after-wrapper+.half-callout-wrapper.section.container+.copy-image-accordion.section .halved-content-image-item .inner-content {
    padding-top: 148px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .has-half-cta-after+.half-callout-wrapper.section.container+.copy-image-accordion.section .halved-content-item-accordion {
    padding-top: 162px;
  }
}

@media only screen and (max-width: 1280px) {
  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper {
    display: block;
  }

  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper .container {
    margin: 0 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .has-half-cta-after+.blog-portfolio-section.container.half-callout-wrapper .container {
    margin: 0 20px;
  }
}

@media only screen and (min-width: 1280px) {

  .has-half-cta-after.cta-not-overhang.section,
  .has-half-cta-after.cta-not-overhang.section-background {
    padding-bottom: 100px;
  }

  .has-half-cta-after.cta-not-overhang+.half-callout-wrapper.section.container {
    transform: none;
  }

  .has-half-cta-after.cta-not-overhang+.half-callout-wrapper.section.container+.copy-image-accordion.section .halved-content-item-accordion .inner-content {
    padding-top: 250px;
  }
}

.has-half-cta-after .blog-portfolio-section-inner {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .has-half-cta-after:not(.background-light-gray)+.blog-portfolio-section.container.half-callout-wrapper {
    margin-top: -60px;
  }
}

.has-half-cta-after:not(.background-light-gray)+.blog-portfolio-section.container.half-callout-wrapper.blog-portfolio-callout-last {
  margin-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .has-half-cta-after:not(.background-light-gray)+.blog-portfolio-section.container.half-callout-wrapper.blog-portfolio-callout-last {
    margin-top: 60px;
  }
}

.has-half-cta-inside.section,
.has-half-cta-inside.wrapped-grid {
  margin-bottom: 0;
}

@media (min-width: 1025px) and (max-width: 1280px) {

  .has-half-cta-inside.section .accordion+.cta-small,
  .has-half-cta-inside.wrapped-grid .accordion+.cta-small {
    min-width: 850px;
  }

  .has-half-cta-inside.section .accordion+.cta-small .callout-stripe-button-small,
  .has-half-cta-inside.wrapped-grid .accordion+.cta-small .callout-stripe-button-small {
    max-width: 400px;
    padding-left: 32px;
  }
}

.has-half-cta-inside.section .cta-small,
.has-half-cta-inside.wrapped-grid .cta-small {
  margin-left: -72px;
  margin-top: 100px;
  width: calc(100% + 144px);
}

@media only screen and (max-width: 1280px) {

  .has-half-cta-inside.section .cta-small,
  .has-half-cta-inside.wrapped-grid .cta-small {
    float: right;
    margin-right: -32px;
    margin-top: 25px;
    transform: translateY(50%);
    width: 78.3%;
  }
}

@media only screen and (max-width: 1024px) {

  .has-half-cta-inside.section .cta-small,
  .has-half-cta-inside.wrapped-grid .cta-small {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -15px;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {

  .has-half-cta-inside.section .cta-small,
  .has-half-cta-inside.wrapped-grid .cta-small {
    width: calc(100% + 40px);
  }
}

.has-half-cta-inside.section.cta-overhang .cta-small,
.has-half-cta-inside.wrapped-grid.cta-overhang .cta-small {
  bottom: -62px;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  width: auto;
}

@media only screen and (max-width: 1280px) {

  .has-half-cta-inside.section.cta-overhang .cta-small,
  .has-half-cta-inside.wrapped-grid.cta-overhang .cta-small {
    bottom: auto;
    margin-right: -32px;
    margin-top: 25px;
    position: static;
    transform: translateY(50%);
  }
}

@media only screen and (max-width: 1024px) {

  .has-half-cta-inside.section.cta-overhang .cta-small,
  .has-half-cta-inside.wrapped-grid.cta-overhang .cta-small {
    margin-right: -20px;
  }
}

@media only screen and (max-width: 835px) {

  .has-half-cta-inside.section.cta-overhang .cta-small,
  .has-half-cta-inside.wrapped-grid.cta-overhang .cta-small {
    margin-top: 60px;
    transform: none;
  }
}

@media only screen and (max-width: 767px) {

  .has-half-cta-inside.section.cta-overhang .cta-small,
  .has-half-cta-inside.wrapped-grid.cta-overhang .cta-small {
    width: calc(100% + 40px);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {

  .has-half-cta-inside.section.cta-overhang .cta-small.callout-extended,
  .has-half-cta-inside.wrapped-grid.cta-overhang .cta-small.callout-extended {
    width: 182%;
  }
}

@media only screen and (max-width: 1280px) {

  .has-half-cta-inside.section.cta-overhang .main-grid-outstanding-item-right .cta-small,
  .has-half-cta-inside.wrapped-grid.cta-overhang .main-grid-outstanding-item-right .cta-small {
    margin-left: -72px;
    width: calc(100% + 144px);
  }
}

.has-half-cta-inside.section.cta-overhang .halved-content-item,
.has-half-cta-inside.section.cta-overhang .main-grid-outstanding-item-right,
.has-half-cta-inside.wrapped-grid.cta-overhang .halved-content-item,
.has-half-cta-inside.wrapped-grid.cta-overhang .main-grid-outstanding-item-right {
  padding-bottom: 162px;
  position: relative;
}

@media only screen and (max-width: 1280px) {

  .has-half-cta-inside.section.cta-overhang .halved-content-item,
  .has-half-cta-inside.section.cta-overhang .main-grid-outstanding-item-right,
  .has-half-cta-inside.wrapped-grid.cta-overhang .halved-content-item,
  .has-half-cta-inside.wrapped-grid.cta-overhang .main-grid-outstanding-item-right {
    padding-bottom: 0;
  }
}

.has-half-cta-inside.section.cta-overhang+.section,
.has-half-cta-inside.section.cta-overhang+.section-background,
.has-half-cta-inside.wrapped-grid.cta-overhang+.section,
.has-half-cta-inside.wrapped-grid.cta-overhang+.section-background {
  margin-top: 0;
  padding-top: 162px;
}

@media only screen and (max-width: 1280px) {

  .has-half-cta-inside.section.cta-overhang+.section,
  .has-half-cta-inside.section.cta-overhang+.section-background,
  .has-half-cta-inside.wrapped-grid.cta-overhang+.section,
  .has-half-cta-inside.wrapped-grid.cta-overhang+.section-background {
    padding-top: 175px;
  }
}

@media only screen and (max-width: 1024px) {

  .has-half-cta-inside.section.cta-overhang+.section,
  .has-half-cta-inside.section.cta-overhang+.section-background,
  .has-half-cta-inside.wrapped-grid.cta-overhang+.section,
  .has-half-cta-inside.wrapped-grid.cta-overhang+.section-background {
    padding-top: 135px;
  }
}

@media only screen and (max-width: 767px) {

  .has-half-cta-inside.section.cta-overhang+.section,
  .has-half-cta-inside.section.cta-overhang+.section-background,
  .has-half-cta-inside.wrapped-grid.cta-overhang+.section,
  .has-half-cta-inside.wrapped-grid.cta-overhang+.section-background {
    padding-top: 104px;
  }
}

.has-half-cta-inside.section+.section,
.has-half-cta-inside.section+.section-background,
.has-half-cta-inside.wrapped-grid+.section,
.has-half-cta-inside.wrapped-grid+.section-background {
  margin-top: 0;
  padding-top: 100px;
}

@media only screen and (max-width: 1280px) {

  .has-half-cta-inside.section+.section,
  .has-half-cta-inside.section+.section-background,
  .has-half-cta-inside.wrapped-grid+.section,
  .has-half-cta-inside.wrapped-grid+.section-background {
    padding-top: 175px;
  }
}

@media only screen and (max-width: 1024px) {

  .has-half-cta-inside.section+.section,
  .has-half-cta-inside.section+.section-background,
  .has-half-cta-inside.wrapped-grid+.section,
  .has-half-cta-inside.wrapped-grid+.section-background {
    padding-top: 135px;
  }
}

@media only screen and (max-width: 767px) {

  .has-half-cta-inside.section+.section,
  .has-half-cta-inside.section+.section-background,
  .has-half-cta-inside.wrapped-grid+.section,
  .has-half-cta-inside.wrapped-grid+.section-background {
    margin-top: 0;
    padding-top: 188px;
  }
}

@media only screen and (max-width: 1280px) {

  .has-half-cta-inside.section.cta-big-content .main-grid-outstanding-item-right .cta-small,
  .has-half-cta-inside.wrapped-grid.cta-big-content .main-grid-outstanding-item-right .cta-small {
    margin-left: 0;
    width: auto;
  }
}

.has-half-cta-inside.section .halved-content-item,
.has-half-cta-inside.wrapped-grid .halved-content-item {
  padding-bottom: 0;
}

/*! Breakpoints */
/*! Media queries */
.cards {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.cards .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 11px;
  width: 100%;
}

.cards .swiper-pagination .swiper-pagination-bullet {
  background: #c4c4c4;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 10px;
  margin-left: 6px;
  margin-right: 6px;
  transition: 0.2s;
  width: 10px;
}

.cards .swiper-pagination .swiper-pagination-bullet-active {
  border-radius: 5px;
  width: 24px;
}

.cards .desktop-nav {
  padding: 0;
  position: static;
}

.cards .desktop-nav .swiper-button-navigation {
  align-items: center;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: hsla(0, 0%, 100%, 0.3);
  cursor: pointer;
  display: flex;
  height: 52px;
  justify-content: center;
  position: absolute;
  top: calc(50% - 26px);
  width: 52px;
  z-index: 2;
}

.cards .desktop-nav .swiper-button-navigation .icon-arrow-svg path {
  stroke: #fff;
}

.cards .desktop-nav .swiper-button-navigation.swiper-button-next {
  right: 0;
}

.cards .desktop-nav .swiper-button-navigation.swiper-button-prev {
  left: 0;
}

.cards .swiper-desktop {
  z-index: 1;
}

.cards .swiper-desktop .swiper-slide {
  align-content: flex-start;
}

.cards-item {
  background-color: #f8f8f8;
  display: flex;
  flex-flow: row nowrap;
  height: 354px;
  overflow: hidden;
  position: relative;
  transition: none 0s ease 0s;
  width: 50%;
}

@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .cards-item {
    height: 336px;
  }
}

@media only screen and (max-width: 1023px) {
  .cards-item {
    height: 280px;
  }
}

.cards-item:hover .title {
  text-decoration: underline;
}

.cards-item:hover img {
  transform: scale(1.1);
}

.cards-item img {
  transition: transform 1s ease 0s !important;
}

.cards-item-inner {
  width: 50%;
}

.cards-item-content {
  padding: 36px;
}

.cards-item:nth-child(2),
.cards-item:nth-child(8) {
  background-color: transparent;
}

.cards-item:nth-child(2) .cards-item-inner,
.cards-item:nth-child(8) .cards-item-inner {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
}

.cards-item:nth-child(2) .cards-item-inner-img,
.cards-item:nth-child(8) .cards-item-inner-img {
  filter: grayscale(100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}

.cards-item:nth-child(2) .cards-item-inner-img img,
.cards-item:nth-child(8) .cards-item-inner-img img {
  opacity: 0.6;
}

.cards-item:nth-child(2) *,
.cards-item:nth-child(8) * {
  color: #fff;
}

.cards-item:nth-child(5) .cards-item-inner-img {
  display: none;
}

.cards-item:nth-child(5) .cards-item-inner {
  width: 100%;
}

@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .cards-item:nth-child(5) {
    width: 33.3%;
  }
}

.cards-item:nth-child(3),
.cards-item:nth-child(4) {
  flex-flow: row-reverse;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cards-item:nth-child(4) {
    flex-flow: row;
  }
}

@media only screen and (max-width: 1280px) {
  .cards-item {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .cards-item {
    width: 66.6%;
  }

  .cards-item:nth-child(2n) {
    width: 33.3%;
  }

  .cards-item:nth-child(2n) .cards-item-inner {
    width: 100%;
  }

  .cards-item:nth-child(2n) .cards-item-inner-img {
    filter: grayscale(100%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
  }

  .cards-item:nth-child(2n) .cards-item-inner-img img {
    opacity: 0.6;
  }

  .cards-item:nth-child(6) {
    width: 66.6%;
  }

  .cards-item:nth-child(6) .cards-item-inner {
    width: 50%;
  }

  .cards-item:nth-child(6) .cards-item-inner-img {
    filter: none;
    position: relative;
    z-index: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cards-item:nth-child(6) {
    flex-flow: row-reverse;
  }
}

.cards .sub-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  padding: 0 0 24px;
}

.cards .mobile-swiper {
  flex-wrap: nowrap;
}

.cards .mobile-swiper-slide {
  display: flex;
  height: auto;
}

.cards .mobile-swiper-slide .cards-item {
  flex-direction: column;
  height: 560px;
  width: 100%;
}

.cards .mobile-swiper-slide .cards-item-inner {
  width: 100%;
}

.cards .mobile-swiper-slide .cards-item-inner-img {
  height: 240px;
}

.cards .mobile-swiper-slide .cards-item-inner:last-of-type {
  height: 344px;
}

.cards .mobile-swiper-slide .cards-item-content {
  height: 100%;
}

.cards .mobile-swiper-slide:nth-child(2) .cards-item,
.cards .mobile-swiper-slide:nth-child(8) .cards-item {
  background-color: #f8f8f8;
}

.cards .mobile-swiper-slide:nth-child(2) .cards-item .title,
.cards .mobile-swiper-slide:nth-child(8) .cards-item .title {
  color: #000;
}

.cards .mobile-swiper-slide:nth-child(2) .cards-item .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.cards .mobile-swiper-slide:nth-child(2) .cards-item .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.cards .mobile-swiper-slide:nth-child(2) .cards-item .paragraph,
.cards .mobile-swiper-slide:nth-child(2) .cards-item .sub-title,
.cards .mobile-swiper-slide:nth-child(8) .cards-item .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.cards .mobile-swiper-slide:nth-child(8) .cards-item .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.cards .mobile-swiper-slide:nth-child(8) .cards-item .paragraph,
.cards .mobile-swiper-slide:nth-child(8) .cards-item .sub-title,
.erp-customization-issues .cards .mobile-swiper-slide:nth-child(2) .cards-item .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-issues .cards .mobile-swiper-slide:nth-child(8) .cards-item .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .cards .mobile-swiper-slide:nth-child(2) .cards-item p,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .cards .mobile-swiper-slide:nth-child(8) .cards-item p {
  color: #323232;
}

.cards .mobile-swiper-slide:nth-child(3) .cards-item,
.cards .mobile-swiper-slide:nth-child(6) .cards-item {
  background-color: transparent;
}

.cards .mobile-swiper-slide:nth-child(3) .cards-item .cards-item-inner:last-of-type,
.cards .mobile-swiper-slide:nth-child(6) .cards-item .cards-item-inner:last-of-type {
  background: linear-gradient(180deg, transparent, #000);
  height: 100%;
  padding-top: 240px;
}

.cards .mobile-swiper-slide:nth-child(3) .cards-item .cards-item-inner-img,
.cards .mobile-swiper-slide:nth-child(6) .cards-item .cards-item-inner-img {
  background-color: rgba(0, 0, 0, 0.6);
  filter: grayscale(100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}

.cards .mobile-swiper-slide:nth-child(3) .cards-item .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.cards .mobile-swiper-slide:nth-child(3) .cards-item .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.cards .mobile-swiper-slide:nth-child(3) .cards-item .paragraph,
.cards .mobile-swiper-slide:nth-child(3) .cards-item .sub-title,
.cards .mobile-swiper-slide:nth-child(3) .cards-item .title,
.cards .mobile-swiper-slide:nth-child(6) .cards-item .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.cards .mobile-swiper-slide:nth-child(6) .cards-item .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.cards .mobile-swiper-slide:nth-child(6) .cards-item .paragraph,
.cards .mobile-swiper-slide:nth-child(6) .cards-item .sub-title,
.cards .mobile-swiper-slide:nth-child(6) .cards-item .title,
.erp-customization-issues .cards .mobile-swiper-slide:nth-child(3) .cards-item .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-issues .cards .mobile-swiper-slide:nth-child(6) .cards-item .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .cards .mobile-swiper-slide:nth-child(3) .cards-item p,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .cards .mobile-swiper-slide:nth-child(6) .cards-item p {
  color: #fff;
}

.cards .swiper-slide-subtitle {
  color: #323232;
  font-size: 28px;
  font-weight: 800;
  left: 80px;
  line-height: 44px;
  position: absolute;
  top: 76px;
}

.swiper-container {
  height: auto;
  width: 100%;
}

.related-cases-title {
  font-weight: 800;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .related-cases-title {
    font-size: 28px;
  }
}

.cards-title-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 20px 20px;
  text-align: center;
}

@media only screen and (max-width: 374px) {
  .cards-title-wrapper {
    justify-content: space-between;
  }
}

.cards-title-wrapper .swiper-button-next,
.cards-title-wrapper .swiper-button-prev {
  margin-top: 0;
  position: relative;
}

.cards-title-wrapper .swiper-button-next.swiper-button-disabled .icon-arrow-svg path,
.cards-title-wrapper .swiper-button-prev.swiper-button-disabled .icon-arrow-svg path {
  stroke: #c4c4c4;
}

.cards-title-wrapper .swiper-button-next:after,
.cards-title-wrapper .swiper-button-prev:after {
  content: none;
}

.cards-title-wrapper .swiper-button-prev .icon-arrow-svg {
  transform: rotate(180deg);
}

.background-light-gray+.cards.swiper-container,
.section+.cards.swiper-container {
  padding-top: 136px;
}

.background-light-gray+.cards-title-wrapper,
.background-light-gray+.cards.swiper-container {
  background: #f8f8f8;
}

@media only screen and (min-width: 1025px) {

  .cards-type-1 .cards-item:last-child,
  .cards-type-3 .cards-item:last-child,
  .cards-type-5 .cards-item:last-child,
  .cards-type-7 .cards-item:last-child {
    display: none;
  }
}

@media only screen and (min-width: 767px) {
  .cards-type-9 .cards-item:not(:nth-child(-n + 8)) {
    display: none;
  }
}

.blog-portfolio-gallery .swiper-wrapper {
  height: auto;
}

.main-checkbox-container {
  align-items: inherit;
  cursor: pointer;
  display: flex;
  justify-content: inherit;
  position: relative;
  width: 100%;
}

.main-checkbox-input {
  cursor: inherit;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (max-width: 767px) {
  .main-contact-us-page+h1+.contact-form-container h2 {
    font-size: 36px;
    font-weight: 900;
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .main-contact-us-page+h1+.contact-form-container h2 {
    text-align: center;
  }
}

.contact-form {
  font-weight: 500;
  max-width: 800px;
  width: 66%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-form {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form {
    order: 1;
    width: 100%;
  }
}

.contact-form .information-text {
  line-height: 24px;
  margin-bottom: 60px;
}

.contact-form .information-text a:hover {
  text-decoration: underline;
}

.contact-form.form {
  padding-top: 40px;
  width: auto;
}

@media only screen and (max-width: 1024px) {
  .contact-form.form {
    padding-top: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form.form {
    padding-top: 0;
  }
}

.contact-form.form .main-text-field textarea {
  height: 320px;
}

@media only screen and (max-width: 767px) {
  .contact-form.form .main-text-field textarea {
    height: 150px;
  }
}

.contact-form .main-grid-halved-item {
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .contact-form .main-grid-halved-item {
    margin-bottom: 28px;
  }
}

.contact-form .main-grid-halved-item.information-text {
  line-height: 24px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
  .contact-form .main-grid-halved-item.information-text {
    flex: 1 1 100%;
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form .main-grid-halved-item.information-text {
    margin-bottom: 28px;
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-form .main-grid-halved-item.information-text:first-child {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form .main-grid-halved-item.information-text:first-child {
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-form .main-grid-halved-item.information-text:nth-child(2n) {
    padding-left: 0;
  }

  .contact-form .main-grid-halved-item.information-text:nth-child(odd) {
    padding-right: 0;
  }
}

.contact-form .main-text-field {
  width: 100%;
}

.contact-form .main-text-field input,
.contact-form .main-text-field textarea {
  border: 2px solid #e0e0e0;
}

.contact-form .main-text-field .main-text-field-label.shrink {
  transform: translate(14px, -3px) scale(0.88);
}

.contact-form .main-text-field.error .main-text-field-label.shrink {
  color: #323232;
}

.contact-form .main-text-field-input,
.contact-form .text-input-field {
  border-radius: 0;
}

.contact-form .main-text-field-input .input-fieldset-notched,
.contact-form .text-input-field .input-fieldset-notched {
  border: none;
}

.contact-form .main-text-field-input.error .main-text-field-input,
.contact-form .text-input-field.error .main-text-field-input {
  border-color: #323232;
}

.contact-form .main-text-field-input:not(.error):not(.focused):hover .main-text-field-input,
.contact-form .text-input-field:not(.error):not(.focused):hover .main-text-field-input {
  border-color: #c4c4c4;
}

.contact-form .main-text-field-input.MuiInputBase-root,
.contact-form .text-input-field.MuiInputBase-root {
  font-family: November, helvetica neue, Arial, sans-serif;
}

.contact-form .main-text-field-input:hover,
.contact-form .text-input-field:hover {
  border-color: #c4c4c4;
}

.contact-form .main-text-field-input:hover.error,
.contact-form .text-input-field:hover.error {
  border-color: #323232;
}

.contact-form .main-text-field-input:hover.focused,
.contact-form .text-input-field:hover.focused {
  border-color: #0b75fd;
}

.contact-form .main-text-field-label {
  color: #828282;
  font-family: November, helvetica neue, Arial, sans-serif;
}

.page-404-layout .contact-form .main-text-field-label {
  color: hsla(0, 0%, 100%, 0.6);
}

.contact-form .main-text-field-label.error {
  color: #828282;
}

.page-404-layout .contact-form .main-text-field-label.error {
  color: hsla(0, 0%, 100%, 0.6);
}

.contact-form .main-text-field-label.shrink {
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-left: -4px;
  padding: 0 2px;
}

.contact-form .main-text-field-label.focused {
  color: #0b75fd;
}

.page-404-layout .contact-form .main-text-field-fieldset {
  border-style: unset;
}

.contact-form .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.contact-form .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.contact-form .paragraph,
.erp-customization-issues .contact-form .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .contact-form p {
  color: #6e6d71;
  margin: 28px 0;
}

@media only screen and (max-width: 1024px) {

  .contact-form .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
  .contact-form .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
  .contact-form .paragraph,
  .erp-customization-issues .contact-form .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .contact-form p {
    margin: 32px 0 0;
  }

  .contact-form .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.main-button-blue,
  .contact-form .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.main-button-blue,
  .contact-form .paragraph+.main-button-blue,
  .erp-customization-issues .contact-form .paragraph-no-padding-top.paragraph-bolder+.main-button-blue,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .contact-form p+.main-button-blue {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 767px) {

  .contact-form .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.main-button-blue,
  .contact-form .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.main-button-blue,
  .contact-form .paragraph+.main-button-blue,
  .erp-customization-issues .contact-form .paragraph-no-padding-top.paragraph-bolder+.main-button-blue,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .contact-form p+.main-button-blue {
    margin-top: 28px;
  }
}

.contact-form .validation-message {
  color: #c91616;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin: 5px 12px 0;
}

.contact-form-privacy-link:hover {
  text-decoration: underline;
}

.contact-form .text-input-multiline {
  padding: 0;
}

.contact-form .text-input-multiline .text-input-multiline-outlined {
  box-sizing: border-box;
  min-height: 158px;
}

.contact-form .input-fieldset-notched legend {
  font-size: 0.65em;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.contact-form .MuiTouchRipple-root {
  display: none !important;
}

.contact-attachment .outlined,
.contact-form .main-text-field-input {
  font-family: November, helvetica neue, Arial, sans-serif;
}

.contact-attachment .outlined {
  border-color: #6e6d71;
  border-radius: 20px;
  box-shadow: none;
  color: #6e6d71;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 17px;
  padding: 10px 29px;
  text-transform: none;
}

.contact-attachment .outlined.button-remove {
  padding: 10px 19px;
}

.contact-attachment .primary {
  border-radius: 30px;
  box-shadow: none;
  color: #fff;
  float: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: none;
}

@media only screen and (max-width: 767px) {
  .contact-attachment .primary {
    order: 3;
  }
}

.contact-attachment .primary:hover {
  box-shadow: none;
}

.contact-attachment .file {
  align-items: center;
  display: flex;
  padding-top: 16px;
}

.contact-attachment .file:first-child {
  margin-top: 24px;
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .contact-attachment .file:first-child {
    margin-top: 28px;
  }
}

.contact-attachment .file:last-child {
  margin-bottom: 16px;
}

.contact-attachment .file .file-size {
  color: #6e6d71;
  font-size: 14px;
}

.contact-attachment .file-checkbox {
  padding: 0;
}

.contact-attachment .file-checkbox span svg path {
  fill: #c4c4c4;
}

.contact-attachment .file-checkbox.checked:hover,
.contact-attachment .file-checkbox:hover {
  background-color: #fff;
}

.contact-attachment .attachment-container {
  align-items: center;
  display: flex;
}

.contact-attachment .attach-file {
  display: none;
}

.contact-attachment .name {
  color: #323232;
  cursor: pointer;
  font-family: November, helvetica neue, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 0 12px;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-attachment .name.checked {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .contact-attachment .name {
    max-width: 140px;
  }
}

.page-404-layout .contact-attachment .name {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .contact-attachment .link-button {
    order: 3;
  }
}

.contact-attachment .file-list {
  margin: 0;
}

.contact-attachment .file-list .file-checkbox:hover .unchecked-icon path {
  fill: #828282;
}

.contact-attachment.landing {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .contact-attachment.landing {
    margin-top: 28px;
    padding-bottom: 40px;
  }
}

.contact-attachment.landing .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.contact-attachment.landing .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.contact-attachment.landing .paragraph,
.erp-customization-issues .contact-attachment.landing .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .contact-attachment.landing p {
  width: 100%;
}

@media only screen and (max-width: 1024px),
small-tablet-min-767 {

  .contact-attachment.landing .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
  .contact-attachment.landing .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
  .contact-attachment.landing .paragraph,
  .erp-customization-issues .contact-attachment.landing .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .contact-attachment.landing p {
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 767px) {

  .contact-attachment.landing .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
  .contact-attachment.landing .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
  .contact-attachment.landing .paragraph,
  .erp-customization-issues .contact-attachment.landing .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .contact-attachment.landing p {
    order: 2;
  }

  .contact-attachment.landing .button {
    order: 3;
  }
}

.contact-attachment.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-attachment.form .file-attachment {
  padding: 24px 24px 0 0;
}

@media only screen and (max-width: 1024px) {
  .contact-attachment.form .file-attachment {
    padding-top: 28px;
  }
}

.contact-attachment.form .information-submit {
  min-width: 67%;
}

.contact-attachment.form .information-submit .link-button {
  float: right;
}

@media only screen and (max-width: 1024px) {
  .contact-attachment.form .primary {
    float: none;
  }
}

.contact-attachment .icon-trash {
  height: 17px;
  margin-right: 10px;
}

.contact-attachment .validation-message {
  margin: 5px auto 0;
}

.department-contacts {
  display: flex;
  justify-content: flex-start;
}

.department-contacts-item {
  margin-right: 32px;
  padding-top: 0;
}

.department-contacts-item:last-child {
  margin-right: 0;
}

.department-contacts-item .department-name {
  color: #6e6d71;
  font-size: 14px;
  line-height: 18px;
}

.department-contacts-item .department-phone {
  color: #323232;
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 4px;
}

.department-contacts-item .department-phone:hover {
  cursor: pointer;
  text-decoration: underline;
}

.department-contacts-item+.department-contacts-item {
  padding-top: 20px;
}

.city-contacts .city-address {
  padding-top: 0;
}

.city-contacts .department-contacts-item {
  padding-top: 16px;
}

.contact-content-item p {
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .contact-content-item {
    margin-top: 40px;
    width: auto;
  }

  .contact-content-item:first-of-type {
    margin-right: 72px;
  }
}

.contact-content-item:last-of-type {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .contact-content-item:last-of-type {
    margin-top: 40px;
  }
}

.contact-content-item .title {
  font-weight: 500;
  margin-bottom: 12px;
}

.contact-content-item .department-contacts {
  margin-bottom: 17px;
}

@media only screen and (min-width: 480px) {
  .tabs.contacts-offices-tabs {
    flex-direction: row;
  }
}

.tabs.contacts-offices-tabs .tabs-wrapper {
  width: 100%;
}

@media only screen and (min-width: 480px) {
  .tabs.contacts-offices-tabs .tabs-wrapper {
    margin-right: 32px;
    width: 300px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 805px) {
  .tabs.contacts-offices-tabs .tabs-wrapper {
    width: 255px;
  }
}

.tabs.contacts-offices-tabs .tabs-wrapper .mdc-tab-bar {
  padding-right: 0;
}

.tabs.contacts-offices-tabs .tabs-wrapper .second-level-title {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 32px;
}

@media only screen and (max-width: 479px) {
  .tabs.contacts-offices-tabs .tabs-wrapper .second-level-title {
    text-align: center;
  }
}

@media only screen and (min-width: 480px) {
  .tabs.contacts-offices-tabs .tabs-wrapper .mdc-tab-scroller__scroll-content {
    flex-direction: column;
  }
}

@media only screen and (min-width: 721px) and (max-width: 1024px) {
  .tabs.contacts-offices-tabs .tabs-wrapper .mdc-tab__text-label {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 480px) and (max-width: 570px) {
  .tabs.contacts-offices-tabs .tabs-wrapper .mdc-tab__text-label {
    font-size: 15px;
  }
}

@media only screen and (min-width: 571px) and (max-width: 720px) {
  .tabs.contacts-offices-tabs .tabs-wrapper .mdc-tab__text-label {
    font-size: 19px;
  }
}

.tabs.contacts-offices-tabs .tabs-item.mdc-tab.active {
  border-top: 1px solid transparent;
  padding-left: 0;
}

@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .tabs.contacts-offices-tabs .tabs-item.mdc-tab.active {
    padding-bottom: 29px;
    padding-top: 19px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 570px) {
  .tabs.contacts-offices-tabs .tabs-item.mdc-tab.active {
    padding-bottom: 18px;
    padding-top: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .tabs.contacts-offices-tabs .tabs-item.mdc-tab.active {
    padding-left: 8px;
  }

  .tabs.contacts-offices-tabs .tabs-item.mdc-tab.active:last-child {
    margin-right: 20px;
  }

  .tabs.contacts-offices-tabs .tabs-item.mdc-tab.active:first-child {
    margin-left: 20px;
  }
}

.tabs.contacts-offices-tabs .tabs-item.mdc-tab.active .mdc-tab-indicator {
  height: calc(100% + 1px);
}

.tabs.contacts-offices-tabs .tabs-item.mdc-tab.active .mdc-tab-indicator .mdc-tab-indicator__content--underline {
  display: none;
  height: 4px;
}

@media only screen and (max-width: 479px) {
  .tabs.contacts-offices-tabs .tabs-item.mdc-tab.active .mdc-tab-indicator .mdc-tab-indicator__content--underline {
    align-self: flex-end;
    display: flex;
  }
}

@media only screen and (min-width: 480px) {
  .tabs.contacts-offices-tabs .tabs-item.mdc-tab.active:before {
    display: block;
    top: 0;
  }
}

.tabs.contacts-offices-tabs .tabs-panels {
  margin-top: 0;
}

@media only screen and (min-width: 1025px) {
  .tabs.contacts-offices-tabs .tabs-panels {
    width: calc(100% - 312px);
  }
}

@media only screen and (max-width: 479px) {
  .tabs.contacts-offices-tabs .tabs-panels {
    margin-top: 32px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .tabs.contacts-offices-tabs .tabs-panels {
    width: 66.5%;
  }
}

@media only screen and (max-width: 805px) {
  .tabs.contacts-offices-tabs .tabs-panels {
    width: 60%;
  }
}

@media only screen and (max-width: 479px) {
  .tabs.contacts-offices-tabs .tabs-panels {
    width: 100%;
  }
}

.tabs.contacts-offices-tabs .tabs-item.mdc-tab {
  padding-left: 0;
}

@media only screen and (max-width: 479px) {
  .tabs.contacts-offices-tabs .tabs-item.mdc-tab {
    border-bottom: 1px solid #c4c4c4;
    border-top: 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .tabs.contacts-offices-tabs .tabs-item.mdc-tab {
    padding-bottom: 29px;
    padding-top: 19px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 720px) {
  .tabs.contacts-offices-tabs .tabs-item.mdc-tab {
    padding-left: 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 570px) {
  .tabs.contacts-offices-tabs .tabs-item.mdc-tab {
    padding-bottom: 18px;
    padding-top: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .tabs.contacts-offices-tabs .tabs-item.mdc-tab {
    padding: 0 8px 19px;
  }
}

@media only screen and (max-width: 1024px) {
  .tabs.contacts-offices-tabs .tabs-item.mdc-tab .mdc-tab__content {
    width: auto;
  }
}

@media only screen and (max-width: 479px) {
  .tabs.contacts-offices-tabs .tabs-item.mdc-tab .mdc-tab-indicator .mdc-tab-indicator__content--underline {
    align-self: flex-end;
  }
}

.contact-detailed {
  background-color: #f8f8f8;
}

.contact-detailed .container {
  padding: 80px 0 75px;
}

@media only screen and (max-width: 1024px) {
  .contact-detailed .container {
    padding: 60px 0 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .contact-detailed .container {
    margin: 0 0 0 20px;
  }
}

@media only screen and (max-width: 479px) {
  .contact-detailed .container {
    margin: 0 auto;
  }
}

.contact-detailed .container .gatsby-image-wrapper {
  height: 246px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .contact-detailed .container .gatsby-image-wrapper {
    height: 146px;
    width: 274px;
  }
}

.contact-detailed .container .department-phone {
  font-weight: 500;
}

.contact-detailed .city-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 32px 0 8px;
}

@media only screen and (max-width: 767px) {
  .contact-detailed .city-title {
    margin: 16px 0 8px;
  }
}

@media only screen and (max-width: 479px) {
  .contact-detailed .single-city .contact-content-item-detailed {
    margin: 0 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .contact-detailed .single-city .contact-content-item-detailed {
    margin-right: 20px;
  }
}

.contact-detailed .single-city .contact-content-item-detailed .city-contacts {
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .contact-detailed .single-city .contact-content-item-detailed .city-contacts {
    flex-wrap: wrap;
  }
}

.contact-detailed .single-city .contact-content-item-detailed .city-title {
  color: #000;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 8px;
  margin-top: 22px;
}

@media only screen and (max-width: 1024px) {
  .contact-detailed .single-city .contact-content-item-detailed .city-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
  }
}

.contact-detailed .single-city .contact-content-item-detailed .city-title.extra-text-margin {
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .contact-detailed .single-city .contact-content-item-detailed .city-title.extra-text-margin {
    margin-bottom: 28px;
  }

  .contact-detailed .single-city .contact-content-item-detailed .city-title {
    margin-bottom: 8px;
    margin-top: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-detailed .single-city .contact-content-item-detailed .city-title {
    font-size: 24px;
  }
}

.contact-detailed .single-city .contact-content-item-detailed .gatsby-image-wrapper {
  height: 200px;
  margin-right: 32px;
  width: 384px;
}

@media only screen and (max-width: 1024px) {
  .contact-detailed .single-city .contact-content-item-detailed .gatsby-image-wrapper {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-detailed .single-city .contact-content-item-detailed .gatsby-image-wrapper {
    height: 146px;
  }
}

.contact-detailed .single-city .contact-content-item-detailed .city-info {
  width: 280px;
}

@media only screen and (max-width: 1024px) {

  .contact-detailed .single-city .contact-content-item-detailed .city-info,
  .contact-detailed .single-city .contact-content-item-detailed .gatsby-image-wrapper {
    flex: 1 1 100%;
    width: 100%;
  }
}

.contact-detailed .many-cities .contact-content-item-detailed {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1025px) {
  .contact-detailed .many-cities .contact-content-item-detailed {
    margin-top: -60px;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-detailed .many-cities .contact-content-item-detailed {
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
  }

  .contact-detailed .many-cities .contact-content-item-detailed::-webkit-scrollbar {
    display: none;
  }
}

.contact-detailed .many-cities .city-contacts {
  flex: 1 1 33%;
  margin-right: 32px;
  margin-top: 60px;
}

@media only screen and (max-width: 1280px) {
  .contact-detailed .many-cities .city-contacts {
    flex-basis: 33%;
  }
}

@media only screen and (max-width: 944px) {
  .contact-detailed .many-cities .city-contacts {
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-detailed .many-cities .city-contacts {
    margin-right: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-detailed .many-cities .city-contacts {
    flex-basis: 100%;
    margin-top: 32px;
    max-width: none;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-detailed .many-cities .city-contacts {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1280px) {
  .contact-detailed .many-cities .city-contacts:nth-child(3n) {
    margin-right: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-detailed .many-cities .city-contacts:nth-child(3n) {
    margin-right: 32px;
  }
}

.contact-detailed .many-cities .city-contacts:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 943px) {
  .contact-detailed .many-cities .city-contacts:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-detailed .many-cities .city-contacts:nth-child(2n) {
    margin-right: 32px;
  }

  .contact-detailed .many-cities .city-contacts:last-child {
    margin-right: 0;
  }
}

.contact-detailed .many-cities .city-contacts .title {
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .contact-detailed .many-cities .city-contacts .title {
    margin-bottom: 24px;
    max-width: 280px;
  }
}

@media only screen and (max-width: 479px) {
  .contact-detailed .many-cities .city-contacts:first-child {
    margin-left: 20px;
  }

  .contact-detailed .many-cities .city-contacts:last-child {
    padding-right: 20px;
  }
}

.contact-detailed .many-cities .country-title {
  margin-bottom: 32px;
}

@media only screen and (max-width: 1024px) {
  .contact-detailed .many-cities .country-title {
    margin-bottom: 16px;
  }

  .contact-detailed+.footer {
    padding-top: 60px;
  }
}

.contact-content {
  padding-right: 32px;
  width: 34%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-content {
    width: 30%;
  }
}

@media only screen and (max-width: 767px) {
  .contact-content {
    border-top: 1px solid #c4c4c4;
    display: flex;
    order: 2;
    padding-right: 0;
    width: 100%;
  }
}

.contact-content h2 {
  line-height: 1;
}

.form-scheme .header,
.form-scheme .header-clone {
  padding: 35px 0 86px;
}

.form-scheme .contact-us-title {
  color: #000;
}

.form-scheme .contact-form .text-input-multiline .text-input-multiline-outlined {
  min-height: 320px;
}

.form-scheme .contact-form-container.container {
  margin-top: 0;
}

.form-scheme .contact-form {
  max-width: none;
}

.form-scheme .form.static .icon-logo-svg path {
  fill: #000;
}

.form-scheme input:-internal-autofill-selected {
  -webkit-text-fill-color: #000;
  box-shadow: inset 0 0 0 10000px #fff;
}

.contact-form-container.container {
  justify-content: space-between;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .contact-form-container.container {
    padding-top: 0;
  }
}

.main-grid-halved-item.error-shown {
  margin-bottom: 14px;
}

.spinner3p,
.spinner3p:after,
.spinner3p:before {
  -webkit-animation: loader 1.8s ease-in-out infinite;
  animation: loader 1.8s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border-radius: 50%;
  height: 2.5em;
  width: 2.5em;
}

.spinner3p {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  color: #fff;
  display: block;
  font-size: 0.2rem !important;
  left: 50%;
  letter-spacing: unset;
  margin: 0 auto;
  padding: unset !important;
  position: absolute;
  text-indent: -9999em;
  top: calc(50% - 8px);
  transform: translate(-50%, -50%);
}

.spinner3p:after,
.spinner3p:before {
  content: "";
  position: absolute;
  top: 0;
}

.spinner3p:before {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  left: -3.5em;
}

.spinner3p:after {
  left: 3.5em;
}

@-webkit-keyframes loader {

  0%,
  80%,
  to {
    box-shadow: 0 8px 0 -4px;
  }

  40% {
    box-shadow: 0 8px 0 0;
  }
}

@keyframes loader {

  0%,
  80%,
  to {
    box-shadow: 0 8px 0 -4px;
  }

  40% {
    box-shadow: 0 8px 0 0;
  }
}

.toasts-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.toast {
  background-color: #f8374e;
  margin: 16px;
  min-height: 97px;
  min-width: 280px;
  position: relative;
}

.toast .toast-header {
  border-bottom: 1px solid rgba(201, 22, 22, 0.5);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 18px 32px 10px 12px;
}

.toast .toast-body {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px;
}

.toast .toast-close {
  cursor: pointer;
  opacity: 0.5;
  position: absolute;
  right: 20px;
  top: 20px;
}

/*! Breakpoints */
/*! Media queries */
.copies-item {
  margin-bottom: 85px;
}

@media only screen and (max-width: 1024px) {
  .copies-item {
    margin-bottom: 32px;
  }
}

.copies-paragraph+.copies-paragraph,
.copies-paragraph+svg {
  margin-top: 40px;
}

#cluster-menu {
  background: #fff;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  position: absolute;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

@media only screen and (min-width: 1024px) {

  #cluster-menu+.blog-portfolio-content,
  #cluster-menu+.section,
  #cluster-menu+.section-background {
    margin-top: 146px;
  }
}

@media only screen and (max-width: 1023px) {
  #cluster-menu {
    display: none;
  }
}

#cluster-menu.sticky {
  margin-top: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

#cluster-menu .link-logo {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

#cluster-menu .link-logo p {
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  margin-top: 4px;
}

#cluster-menu .link-logo path {
  fill: #000;
}

#cluster-menu .navigation-wrapper {
  align-items: center;
  display: flex;
}

#cluster-menu .navigation-wrapper li.parent {
  position: relative;
}

#cluster-menu .navigation-wrapper li.parent.has-children {
  padding-right: 18px;
  position: relative;
}

#cluster-menu .navigation-wrapper li.parent.has-children:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  width: 0;
}

.has-cluster-menu .header-clone #cluster-menu .navigation-wrapper li.parent.has-children:before,
.header-clone #cluster-menu .navigation-wrapper li.parent.has-children:before,
.sticky #cluster-menu .navigation-wrapper li.parent.has-children:before {
  border-top-color: #000;
}

.has-cluster-menu .sticky #cluster-menu .navigation-wrapper li.parent.has-children:before {
  border-top-color: #fff;
}

.has-cluster-menu .sticky .header-clone #cluster-menu .navigation-wrapper li.parent.has-children:before,
.page-404-layout .sticky .header-clone #cluster-menu .navigation-wrapper li.parent.has-children:before,
.something-wrong-layout .sticky .header-clone #cluster-menu .navigation-wrapper li.parent.has-children:before {
  border-top-color: #000;
}

.page-404-layout .sticky #cluster-menu .navigation-wrapper li.parent.has-children:before,
.something-wrong-layout .sticky #cluster-menu .navigation-wrapper li.parent.has-children:before {
  border-top-color: #fff;
}

.blog-portfolio-index #cluster-menu .navigation-wrapper li.parent.has-children:before,
.form-scheme #cluster-menu .navigation-wrapper li.parent.has-children:before,
.thanks-page-layout #cluster-menu .navigation-wrapper li.parent.has-children:before {
  border-top-color: #000;
}

.disabled #cluster-menu .navigation-wrapper li.parent.has-children:before {
  border-top-color: #828282;
}

#cluster-menu .navigation-wrapper li.parent .navigation-title {
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  padding: 23.5px 0;
  position: relative;
  text-decoration: none;
}

#cluster-menu .navigation-wrapper li.parent .navigation-title:after {
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transition: width 0.1s ease-out;
  transition-delay: 0.1s;
  width: 0;
}

#cluster-menu .navigation-wrapper li.parent.disabled a {
  color: #828282;
  pointer-events: none;
}

#cluster-menu .navigation-wrapper li.parent div {
  background: #fff;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  display: none;
  padding: 24px 32px 32px;
}

#cluster-menu .navigation-wrapper li.parent:hover:not(.disabled)~li.subnav-overlay {
  position: static;
}

#cluster-menu .navigation-wrapper li.parent:hover:not(.disabled)~li.subnav-overlay:after {
  background: rgba(0, 0, 0, 0.68);
  content: "";
  height: 100vh;
  left: 0;
  position: absolute;
  top: 66px;
  width: 100%;
  z-index: 10;
}

#cluster-menu .navigation-wrapper li.parent:hover:not(.disabled) .navigation-title:after {
  width: 100%;
}

#cluster-menu .navigation-wrapper li.parent:hover:not(.disabled) div {
  display: block;
  left: -15px;
  position: absolute;
  top: 66px;
  transition: 0.2s;
  z-index: 20;
}

#cluster-menu .navigation-wrapper li.parent:hover:not(.disabled) div ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  white-space: nowrap;
}

#cluster-menu .navigation-wrapper li.parent:hover:not(.disabled) div ul li+li {
  margin-top: 22px;
}

#cluster-menu .navigation-wrapper li.parent:hover:not(.disabled) div .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper ul.list,
#cluster-menu .navigation-wrapper li.parent:hover:not(.disabled) div ul.columns-two,
.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper #cluster-menu .navigation-wrapper li.parent:hover:not(.disabled) div ul.list {
  grid-column-gap: 80px;
}

@media only screen and (max-width: 1440px) {

  #cluster-menu .navigation-wrapper li.parent:hover:not(.disabled) div .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper ul.list,
  #cluster-menu .navigation-wrapper li.parent:hover:not(.disabled) div ul.columns-two,
  .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper #cluster-menu .navigation-wrapper li.parent:hover:not(.disabled) div ul.list {
    grid-column-gap: 40px;
  }
}

#cluster-menu .navigation-wrapper li.parent:hover:not(.disabled) div .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper ul.list li,
#cluster-menu .navigation-wrapper li.parent:hover:not(.disabled) div ul.columns-two li,
.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper #cluster-menu .navigation-wrapper li.parent:hover:not(.disabled) div ul.list li {
  margin-top: 0;
  padding-bottom: 22px;
}

#cluster-menu .navigation-wrapper li.parent:hover:not(.disabled) div .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper ul.list li:last-child,
#cluster-menu .navigation-wrapper li.parent:hover:not(.disabled) div .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper ul.list li:nth-last-child(-2n + 2),
#cluster-menu .navigation-wrapper li.parent:hover:not(.disabled) div ul.columns-two li:last-child,
#cluster-menu .navigation-wrapper li.parent:hover:not(.disabled) div ul.columns-two li:nth-last-child(-2n + 2),
.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper #cluster-menu .navigation-wrapper li.parent:hover:not(.disabled) div ul.list li:last-child,
.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper #cluster-menu .navigation-wrapper li.parent:hover:not(.disabled) div ul.list li:nth-last-child(-2n + 2) {
  padding-bottom: 0;
}

@media only screen and (max-width: 1440px) {
  #cluster-menu .navigation-wrapper li.parent:nth-last-child(-2n + 2):hover div {
    left: auto;
    right: 0;
  }
}

#cluster-menu .navigation-wrapper li.parent+.parent {
  padding-left: 36px;
}

#cluster-menu .cluster-title {
  text-transform: uppercase;
}

/*! Breakpoints */
/*! Media queries */
.footer {
  background-color: #f8f8f8;
  color: #6e6d71;
  padding: 25px 0;
}

.something-wrong-page .footer {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.footer p {
  color: #6e6d71;
  line-height: 24px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  #drift-frame-chat {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  #drift-frame-chat iframe.drift-frame-chat {
    max-height: 245px !important;
    min-height: 245px !important;
  }
}

.footer-inner.container {
  align-items: center;
  display: flex;
  justify-self: flex-start;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .footer-inner.container {
    margin-left: 32px;
  }
}

@media (max-width: 1023px) {
  .footer-inner.container {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 576px) {
  .footer-inner.container {
    display: block;
    margin-left: 20px;
  }
}

.footer-item {
  align-items: center;
  display: flex;
}

.footer-item:not(:last-child) {
  margin-right: 40px;
}

@media only screen and (max-width: 800px) {
  .footer-item:not(:last-child) {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .footer-item+.footer-item {
    margin-right: 0;
    margin-top: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-item.terms {
    order: 2;
  }
}

@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .footer-item.terms {
    order: 1;
  }
}

.something-wrong-layout .footer-item.terms {
  display: flex;
}

@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .footer-item.social {
    order: 2;
  }
}

@media only screen and (max-width: 479px) {
  .footer-item.social {
    margin-top: 32px;
  }
}

.footer-item.navigation {
  margin-top: 0;
}

@media only screen and (max-width: 576px) {
  .footer-item.navigation {
    margin-top: 32px;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .footer-item.navigation {
    max-width: 40%;
  }

  .footer-item.navigation .footer-navigation-item:not(:first-child) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-item.navigation {
    order: 3;
  }
}

.footer-item.navigation .footer-navigation-link {
  color: #6e6d71;
  font-weight: 400;
  line-height: 19px;
  transition: all 0.3s ease;
}

.footer-item.navigation .footer-navigation-link:hover {
  text-decoration: underline;
}

.footer-item-rights {
  display: none;
}

@media only screen and (min-width: 576px) {
  .something-wrong-page .footer-item-rights {
    display: block;
    font-weight: 300;
    margin-left: 5px;
  }
}

.footer-item-clutch {
  height: 40px;
  margin-left: auto;
  max-width: 133px;
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .footer-item-clutch {
    margin-right: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-item-clutch {
    order: 4;
  }
}

@media (max-width: 1023px) {
  .footer-item-clutch {
    margin-left: 0;
    margin-top: 16px;
  }
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .footer-item-clutch {
    margin: 32px 0 0;
  }
}

.footer-item-clutch-widget {
  height: 100%;
  width: 100%;
}

.footer-navigation {
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .footer-navigation {
    flex-wrap: wrap;
  }
}

.footer-navigation-item {
  list-style-type: none;
}

@media only screen and (max-width: 767px) {
  .footer-navigation-item {
    width: 100%;
  }
}

@media only screen and (max-width: 577px) {
  .footer-navigation-item+.footer-navigation-item {
    margin-top: 32px;
  }
}

.footer-navigation-item:not(:last-of-type) {
  margin-right: 32px;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .footer-navigation-item:not(:last-of-type) {
    margin-right: 28px;
  }
}

.footer-social-item {
  list-style-type: none;
}

.footer-social-item:not(:last-of-type) {
  margin-right: 20px;
}

@media only screen and (max-width: 1024px) {
  .footer-social-item:not(:last-of-type) {
    margin-right: 24px;
  }
}

.page-404-layout .footer-social-item:hover svg path,
.something-wrong-layout .footer-social-item:hover svg path {
  fill: #0b75fd;
}

/*! Breakpoints */
/*! Media queries */
.header {
  left: 0;
  padding: 38px 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.4s ease-in-out;
  z-index: 15;
}

@media only screen and (max-width: 1023px) {
  .header {
    padding: 32px 0;
  }
}

.header.form+.main-contact-us-page {
  margin-top: 160px;
}

@media only screen and (min-width: 1024px) {
  .header.sticky {
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
    padding: 20px 0 21px;
  }
}

@media only screen and (max-width: 1023px) {
  .header.sticky {
    padding: 18px 0;
  }
}

.header.sticky .main-navigation-link:not(.link-button) {
  color: #000;
}

.main-navigation-link .header.sticky .main-navigation-link:not(.link-button),
.something-wrong-layout .header.sticky .main-navigation-link:not(.link-button) {
  color: #fff;
}

.main-navigation-link .header.sticky .header-clone .main-navigation-link:not(.link-button),
.something-wrong-layout .header.sticky .header-clone .main-navigation-link:not(.link-button) {
  color: #000;
}

@media only screen and (max-width: 1023px) {
  .header.sticky .icon-logo-svg {
    display: none;
  }
}

.header.sticky .icon-logo-svg path {
  fill: #000;
}

.header.sticky .hamburger-container {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 1023px) {
  .header.sticky .hamburger-container:not(.close) {
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
    margin-right: -2px;
    min-width: 56px;
    padding: 16px 14px;
    right: 14px;
    top: 22px;
  }

  .header.sticky .hamburger-stripe,
  .header.sticky .hamburger-stripe:after,
  .header.sticky .hamburger-stripe:before {
    background-color: #000;
  }

  .header.sticky .devices-opened .icon-logo-svg {
    display: block;
  }
}

.header-logo-link {
  transition: 0.3s ease;
}

.header-logo-link:hover {
  transform: translateY(-2px);
}

.homepage .header {
  width: 100%;
}

.has-cluster-menu .header {
  transition: 0s;
}

@media only screen and (min-width: 1024px) {
  .has-cluster-menu .header.sticky {
    background-color: #000;
  }

  .has-cluster-menu .header.sticky.hide-menu {
    visibility: hidden;
  }
}

.has-cluster-menu .header.sticky .main-navigation-link:not(.link-button) {
  color: #fff;
}

.has-cluster-menu .header.sticky .header-clone .main-navigation-link:not(.link-button) {
  color: #000;
}

.has-cluster-menu .header.sticky .icon-logo-svg path {
  fill: #fff;
}

.header-clone {
  margin: 0 auto;
  max-width: 1216px;
  padding: 38px 0;
  width: 100%;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px),
only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .header-clone {
    margin: 0 32px;
    width: auto;
  }
}

@media only screen and (max-width: 1023px) {
  .header-clone {
    margin: 0 20px;
    width: auto;
  }
}

@media only screen and (min-width: 1024px) {

  .sticky .header-clone,
  .sticky .main-navigation-menu.opened .header-clone {
    padding: 20px 0 21px;
  }
}

.header-clone .link-logo {
  position: relative;
  z-index: 1;
}

.header-clone .icon-logo-svg {
  position: relative;
}

.header-clone .icon-logo-svg path {
  fill: #000;
}

.opened .header-clone .icon-logo-svg path {
  fill: #fff;
}

.opened.opened-0 .header-clone .icon-logo-svg path {
  fill: #000;
}

.header-clone .main-navigation-link:not(.link-button) {
  color: #000;
}

.header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
  .header-inner {
    padding: 0 12px 0 4px;
  }
}

.sticky .header-inner {
  padding: 0;
}

.hamburger-container {
  position: absolute;
  right: 26px;
  top: 37px;
}

@media only screen and (min-width: 1024px) {
  .hamburger-container {
    display: none;
  }
}

.hamburger-container.close {
  height: 25px;
  position: absolute;
  right: 27.5px;
  top: 37px;
  width: 25px;
  z-index: 2;
}

.hamburger {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 25px;
  justify-content: center;
  position: relative;
  width: 28px;
}

.hamburger-stripe {
  background-color: #fff;
  height: 3px;
  position: absolute;
  transition: 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 100%;
}

.hamburger-stripe:after,
.hamburger-stripe:before {
  background-color: #fff;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

.hamburger-stripe:before {
  top: -9px;
  transition: top 75ms ease 0.12s, opacity 75ms;
}

.hamburger-stripe:after {
  bottom: -9px;
  transition: bottom 75ms ease 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.close .hamburger-stripe {
  background-color: #000;
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.close .hamburger-stripe:before {
  height: 3px;
  opacity: 0;
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
}

.close .hamburger-stripe:after {
  background-color: #000;
  bottom: 0;
  height: 3px;
  transform: rotate(-90deg);
  transition: bottom 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}

/*! Breakpoints */
/*! Media queries */
.icon-title-item:first-child {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.icon-title-item:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

@media only screen and (max-width: 479px) {
  .icon-title-item:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
}

.icon-title-item:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}

@media only screen and (max-width: 1024px) {
  .icon-title-item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
}

@media only screen and (max-width: 479px) {
  .icon-title-item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
}

.icon-title-item:nth-child(4) {
  -ms-grid-column: 7;
  -ms-grid-row: 1;
}

@media only screen and (max-width: 1024px) {
  .icon-title-item:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
}

@media only screen and (max-width: 479px) {
  .icon-title-item:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
}

.columns-7 .icon-title-item:first-of-type {
  grid-row: 1/3;
}

.titles-only-type-1 .icon-title-item:first-of-type {
  grid-row: 1/2;
}

.icon-title-columns {
  grid-gap: 32px;
  grid-row-gap: 40px;
  display: inline-grid;
  grid-template-columns: auto auto;
}

@media only screen and (min-width: 480px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .icon-title-columns {
    grid-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .icon-title-columns {
    grid-template-columns: auto;
  }
}

@media only screen and (min-width: 480px) {
  .icon-title-columns.icon-title-columns-equal {
    grid-template-columns: 1fr 1fr;
  }
}

.icon-title-columns.extra-grid-row {
  grid-row-gap: 32px;
}

.icon-title-columns.columns-7 {
  row-gap: 30px;
}

@media only screen and (min-width: 1920px) {
  .icon-title-columns.columns-7 {
    grid-template-columns: 30% 30%;
  }
}

@media only screen and (min-width: 1025px) {
  .icon-title-columns.columns-7 {
    row-gap: 60px;
  }
}

.icon-title-columns.one-row.columns-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

@media only screen and (max-width: 1024px) {
  .icon-title-columns.one-row.columns-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .icon-title-columns.one-row.columns-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 479px) {
  .icon-title-columns.one-row.columns-5 {
    grid-template-columns: repeat(1, 1fr);
  }

  .icon-title-columns.one-row.columns-5 .icon-title-item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
}

@media only screen and (max-width: 1024px) {
  .icon-title-columns.one-row.columns-5 .icon-title-item:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }
}

@media only screen and (max-width: 767px) {
  .icon-title-columns.one-row.columns-5 .icon-title-item:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
}

@media only screen and (max-width: 479px) {
  .icon-title-columns.one-row.columns-5 .icon-title-item:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
}

.icon-title-columns.one-row.columns-5 .icon-title-item:nth-child(4) {
  grid-column: 4;
  grid-row: 1;
}

@media only screen and (max-width: 1024px) {
  .icon-title-columns.one-row.columns-5 .icon-title-item:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
  }
}

@media only screen and (max-width: 767px) {
  .icon-title-columns.one-row.columns-5 .icon-title-item:nth-child(4) {
    grid-column: 2;
  }
}

@media only screen and (max-width: 479px) {
  .icon-title-columns.one-row.columns-5 .icon-title-item:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
  }
}

.icon-title-columns.one-row.columns-5 .icon-title-item:nth-child(5) {
  grid-column: 5;
  grid-row: 1;
}

@media only screen and (max-width: 1024px) {
  .icon-title-columns.one-row.columns-5 .icon-title-item:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }
}

@media only screen and (max-width: 767px) {
  .icon-title-columns.one-row.columns-5 .icon-title-item:nth-child(5) {
    grid-column: 1;
    grid-row: 3;
  }
}

@media only screen and (max-width: 479px) {
  .icon-title-columns.one-row.columns-5 .icon-title-item:nth-child(5) {
    grid-column: 1;
    grid-row: 5;
  }
}

.icon-title-columns.one-row.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 1024px) {
  .icon-title-columns.one-row.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 479px) {
  .icon-title-columns.one-row.columns-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1535px) {
  .icon-title-columns.one-row.columns-4-in-accordion {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 1600px) {
  .icon-title-columns.one-row.columns-4-in-accordion {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 479px) {
  .icon-title-columns.one-row.columns-4-in-accordion {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1535px) {
  .icon-title-columns.one-row.columns-4-in-accordion .icon-title-item:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }

  .icon-title-columns.one-row.columns-4-in-accordion .icon-title-item:nth-child(3) {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
  }

  .icon-title-columns.one-row.columns-4-in-accordion .icon-title-item:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
}

.icon-title-columns.one-row.columns-4.columns-2-turn-into-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 1024px),
only screen and (min-width: 1281px) {
  .icon-title-columns.one-row.columns-4.columns-2-turn-into-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 1535px) {
  .icon-title-columns.one-row.columns-4.columns-2-turn-into-4 {
    grid-template-columns: 326px 280px;
  }
}

@media only screen and (max-width: 479px) {
  .icon-title-columns.one-row.columns-4.columns-2-turn-into-4 {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 1024px),
only screen and (min-width: 1281px) {
  .icon-title-columns.one-row.columns-4.columns-2-turn-into-4 .icon-title-item:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  .icon-title-columns.one-row.columns-4.columns-2-turn-into-4 .icon-title-item:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }

  .icon-title-columns.one-row.columns-4.columns-2-turn-into-4 .icon-title-item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }

  .icon-title-columns.one-row.columns-4.columns-2-turn-into-4 .icon-title-item:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
}

@media only screen and (max-width: 479px) {
  .icon-title-columns.one-row.columns-4.columns-2-turn-into-4 .icon-title-item:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }

  .icon-title-columns.one-row.columns-4.columns-2-turn-into-4 .icon-title-item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }

  .icon-title-columns.one-row.columns-4.columns-2-turn-into-4 .icon-title-item:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
}

.icon-title-columns.columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 1024px) {
  .icon-title-columns.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 479px) {
  .icon-title-columns.columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 1470px) {
  .accordion-content .icon-title-columns.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.icon-title-columns.columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 479px) {
  .icon-title-columns.columns-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.icon-title-columns.titles-only-type-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 23px;
}

@media only screen and (max-width: 479px) {
  .icon-title-columns.titles-only-type-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.icon-title-columns.titles-only-type-1 .icon-title {
  border-bottom: none;
}

.icon-title-columns a.icon-title p {
  align-items: center;
  color: #000;
  display: flex;
  font-weight: 500;
  padding-bottom: 0;
}

.icon-title-columns a.icon-title:hover p {
  text-decoration: underline;
}

.icon-title {
  align-items: center;
  border-bottom: 1px solid #c4c4c4;
  color: #000;
  display: flex;
  font-weight: 500;
  padding-bottom: 8px;
}

.icon-title-paragraph {
  line-height: 1.6;
}

.icon-title-list {
  line-height: 1.25;
}

.icon-title svg {
  height: 32px;
  margin-right: 10px;
  min-width: 32px;
  width: 32px;
}

.icon-title+.icon-title-paragraph {
  padding-top: 20px;
}

/*! Breakpoints */
/*! Media queries */
.icons-single-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -20px;
}

@media only screen and (max-width: 1024px) {
  .icons-single-row {
    justify-content: flex-start;
  }
}

.icons-single-row.single-type-1 {
  justify-content: flex-start;
}

.icons-single-row svg {
  margin-top: 20px;
}

.icons-single-row svg:not(:last-of-type) {
  margin-right: 32px;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .icons-single-row svg:not(:last-of-type) {
    margin-right: 20px;
  }
}

.icons-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.icons-row.type-1 {
  margin-right: -44px;
}

@media only screen and (min-width: 1025px) {
  .icons-row.type-1 {
    margin-top: 28px;
  }
}

.icons-row.type-1 svg {
  margin-right: 44px;
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .icons-row.type-1 svg {
    margin-right: 20px;
  }
}

.icons-row.type-1 svg.jusper-reports-svg,
.icons-row.type-1 svg.jusper-server-svg,
.icons-row.type-1 svg.splunk-svg {
  margin-right: 16px;
}

.accordion-content .icons-row.type-2 {
  margin-top: 0;
}

.icons-row.type-2 svg {
  margin-right: 40px;
  margin-top: 40px;
}

.icons-row.type-2 svg:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .icons-row.type-2 svg {
    margin-right: 20px;
  }

  .icons-row.type-2 svg:last-child {
    margin-right: 0;
  }
}

.icons-row.type-3 {
  justify-content: space-between;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .icons-row.type-3 {
    justify-content: flex-start;
  }
}

.icons-row.type-3 svg {
  margin-right: 22px;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .icons-row.type-3 svg {
    margin-top: 20px;
  }
}

.icons-row.type-4 {
  justify-content: space-between;
  margin-top: -60px;
}

@media only screen and (max-width: 1024px) {
  .icons-row.type-4 {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .icons-row.type-4 {
    justify-content: flex-start;
    margin-top: -60px;
  }
}

.icons-row.type-4 svg {
  margin-right: 22px;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .icons-row.type-4 svg {
    margin-top: 20px;
  }
}

.icons-row.type-6 {
  margin-right: -48px;
}

@media only screen and (max-width: 479px) {
  .icons-row.type-6 {
    margin-right: -40px;
  }
}

.icons-row.type-6 .icons-item {
  margin-right: 48px;
  margin-top: 20px;
}

@media only screen and (max-width: 479px) {
  .icons-row.type-6 .icons-item {
    margin-right: 28px;
    margin-top: 24px;
  }
}

.icons-row.type-7 {
  justify-content: flex-start;
}

.icons-row.type-7 svg {
  margin-right: 32px;
  margin-top: 10px;
}

.icons-row.type-8 {
  justify-content: space-between;
}

.icons-row.type-8 svg {
  margin-right: 32px;
  margin-top: 40px;
}

@media only screen and (min-width: 1025px) {
  .icons-row.type-9 {
    margin: 20px -30px 0;
  }
}

.icons-row.type-9 div svg {
  margin: 20px 30px 0;
}

.icons-row.type-9 div:last-of-type svg {
  margin-left: 41px;
}

.icons-row.type-10 {
  margin-right: -48px;
}

.icons-row.type-10 svg {
  margin-right: 48px;
  margin-top: 20px;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .icons-row.type-10 svg {
    margin-right: 20px;
  }
}

.icons-row.type-5 {
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .icons-row.type-5 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .icons-row.type-5+.type-5 {
    margin-top: 44px;
  }
}

.icons-row.type-5 .icons-item {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .icons-row.type-5 .icons-item {
    margin-bottom: 20px;
  }
}

.icons-row.type-5 .icons-item:not(:last-of-type) {
  margin-right: 32px;
}

@media only screen and (max-width: 767px) {
  .icons-row.type-5 .icons-item:not(:last-of-type) {
    margin-right: 20px;
  }
}

.icons-row.type-5 .icons-item svg {
  max-width: 100%;
}

.icons-item {
  line-height: 0;
}

.main-text-field {
  border: 0;
  display: inline-flex;
  flex-direction: column;
  margin: 0;
  min-width: 0;
  padding: 0;
  position: relative;
  vertical-align: top;
}

.main-text-field-label {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  left: 0;
  letter-spacing: 0.00938em;
  line-height: 1;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(14px, 20px) scale(1);
  transform-origin: top left;
  transition: color 0.2s cubic-bezier(0, 0, 0.2, 1) 0ms,
    transform 0.2s cubic-bezier(0, 0, 0.2, 1) 0ms;
  z-index: 1;
}

.main-text-field-label.shrink {
  transform: translate(14px, -3px) scale(0.75);
}

.main-text-field-input {
  -webkit-animation-duration: 10ms;
  animation-duration: 10ms;
  -webkit-animation-name: mui-auto-fill-cancel;
  animation-name: mui-auto-fill-cancel;
  background: none;
  border: 0;
  box-sizing: border-box;
  color: currentColor;
  display: block;
  font: inherit;
  letter-spacing: inherit;
  margin: 0;
  min-width: 0;
  padding: 6px 0 7px;
  width: 100%;
}

.main-text-field-fieldset {
  border: 0;
  border-radius: inherit;
  border-style: solid;
  border-width: 1px;
  bottom: 0;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0 8px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -5px;
}

.main-text-field-legend {
  display: block;
  font-size: 0.75em;
  height: 11px;
  max-width: 0.01px;
  padding: 0;
  text-align: left;
  transition: max-width 50ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  visibility: hidden;
  width: auto;
}

.main-text-field-legend span {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  visibility: hidden;
}

.main-text-field .text-input-field {
  border: 0;
  font-weight: 400;
  position: relative;
}

.image-wrapper {
  overflow: hidden;
  position: relative;
}

.image-wrapper .image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.blog-portfolio-gallery-container .image-wrapper .image,
.blog-portfolio-two-images .image-wrapper .image {
  position: static;
}

.gallery-modal-item-container .image-wrapper .image {
  height: auto;
}

/*! Breakpoints */
/*! Media queries */
.image-arrow-links+.background-light-gray,
.image-arrow-links+.background-theme {
  margin-top: -100px;
}

@media only screen and (max-width: 1024px) {

  .image-arrow-links+.background-light-gray,
  .image-arrow-links+.background-theme {
    margin-top: -60px;
  }
}

.arrow-links-item {
  border-bottom: 1px solid #c4c4c4;
  padding: 0 72px 60px 0;
  position: relative;
}

@media only screen and (min-width: 1280px) {
  .services-page-layout .arrow-links-item {
    padding-right: 49px;
  }
}

.arrow-links-item.section {
  border-bottom: none;
  margin-left: 0;
  max-width: 536px;
  padding: 0;
}

.arrow-links-item.section .services-page-link-item {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-right: 32px;
}

.arrow-links-item.section .link-arrow-single {
  padding-top: 16px;
}

@media only screen and (max-width: 1024px) {
  .arrow-links-item {
    padding: 0 0 78px;
  }
}

.arrow-links-item:not(:first-of-type) {
  margin-top: 60px;
}

@media only screen and (max-width: 1024px) {
  .arrow-links-item:not(:first-of-type) {
    margin-top: 38px;
  }

  .arrow-links-item.has-no-link {
    padding: 0 0 43px;
  }
}

.image-arrow-title-haslink {
  cursor: pointer;
  transition: all 0.3s ease;
}

.image-arrow-title-haslink:hover {
  text-decoration: underline;
}

/*! Breakpoints */
/*! Media queries */
.scheme-large-svg {
  display: block;
  margin: 40px auto 0;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .scheme-large-svg {
    display: none;
  }
}

.scheme-large-svg.featured {
  margin: 0 auto 60px;
}

.scheme-large-svg.mobile-visible {
  margin: 0 auto 40px;
}

@media only screen and (max-width: 767px) {
  .scheme-large-svg.mobile-visible {
    display: block;
  }
}

.scheme-large-svg.devops-large-scheme {
  margin-top: 60px;
}

.scheme-customer-svg {
  height: 162px;
  width: 522px;
}

.scheme-customer-device-svg {
  height: 162px;
  margin-top: 20px;
  width: 402px;
}

.scheme-finance-svg {
  max-width: 100%;
}

@media only screen and (min-width: 1281px) {
  .scheme-finance-svg {
    margin-left: 52px;
  }
}

@media only screen and (max-width: 767px) {
  .scheme-finance-svg {
    display: none;
  }
}

.scheme-atlassian-svg {
  margin-top: 40px;
  max-width: 100%;
}

@media only screen and (min-width: 1025px) {
  .scheme-atlassian-svg {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .scheme-atlassian-svg {
    display: none;
  }
}

.scheme-data-science-svg,
.scheme-second-atlassian-svg {
  display: block;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {

  .scheme-data-science-svg,
  .scheme-second-atlassian-svg {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .scheme-data-science-svg {
    margin-top: 32px;
  }
}

.icon-social-svg {
  height: 30px;
  width: 30px;
}

.icon-chevron-svg {
  height: 22px;
  width: 24px;
}

.icon-logo-svg {
  height: 26px;
  width: 162px;
}

.icon-arrow-svg {
  height: 22px;
  min-width: 24px;
  width: 24px;
}

.icon-tick-svg {
  height: 26px;
  width: 32px;
}

.gold-microsoft-partner-svg svg,
.has-partner-logo-svg svg {
  float: right;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {

  .gold-microsoft-partner-svg svg,
  .has-partner-logo-svg svg {
    float: none;
  }
}

@media only screen and (max-width: 1216px) {

  .gold-microsoft-partner-svg .gold-microsoft-partner-svg,
  .gold-microsoft-partner-svg .gold-solution-partner-svg,
  .gold-microsoft-partner-svg .gold-solution-partner-svg-colored,
  .has-partner-logo-svg .gold-microsoft-partner-svg,
  .has-partner-logo-svg .gold-solution-partner-svg,
  .has-partner-logo-svg .gold-solution-partner-svg-colored {
    max-width: 100%;
    width: 285px;
  }

  .has-medium-scheme .scheme-circled,
  .has-medium-scheme svg:not(.scheme-circle-inner-svg):not(.icon-arrow-svg):not(.icon-chevron-svg) {
    margin-left: 0;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .gold-solution-partner-svg {
    height: 100px;
    margin-bottom: 22px;
    width: 250px;
  }
}

@media only screen and (max-width: 1024px) {
  .gold-solution-partner-svg {
    height: 130px;
    width: 280px;
  }
}

.awards-partner-text-icon {
  max-width: 100%;
}

.image-finance {
  max-width: 873px;
}

.image-finance-desktop {
  float: right;
  max-width: 713px;
  width: 100%;
}

.image-atlassian {
  margin: 60px auto 0;
  max-width: 100%;
  overflow: hidden;
}

.image-atlassian-expert {
  max-height: 365px;
}

.image-data-science {
  max-width: 946px;
}

.image-data-science-small {
  max-width: 537px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .image-data-science-small {
    margin-top: 32px;
    min-height: 340px;
    width: 400px;
  }
}

.image-comparing-container {
  display: flex;
  flex-direction: column;
  height: 381px;
  justify-content: center;
  margin-bottom: 28px;
  overflow: hidden;
}

@media only screen and (max-width: 1280px) {
  .image-comparing-container {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .image-comparing-container {
    height: 316px;
  }
}

.image-comparing-container .gatsby-image-wrapper.image-wrapper {
  height: 365px;
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .image-comparing-container .gatsby-image-wrapper.image-wrapper {
    height: 300px;
    margin-bottom: 20px;
  }
}

.image-comparing-container [data-rcs="root"] {
  overflow: visible !important;
}

.image-comparing-container .driver-svg {
  height: 381px;
}

@media only screen and (max-width: 767px) {
  .image-comparing-container .driver-svg {
    height: 316px;
  }
}

/*! Breakpoints */
/*! Media queries */
.java-row-scheme {
  margin-top: 60px;
}

@media only screen and (max-width: 1024px) {
  .java-row-scheme .java-row-inner-arrow {
    width: 15px;
  }
}

.java-row-scheme .java-inner-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 164px;
  justify-content: center;
  max-width: 204px;
  width: 100%;
}

.java-row-scheme.scheme-row-blocks .scheme-row-blocks-arrow {
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .java-row-scheme.scheme-row-blocks .scheme-row-blocks-arrow {
    width: 20px;
  }
}

.java-row-scheme.scheme-row-blocks .scheme-row-bigger-item {
  position: relative;
}

.java-row-scheme.scheme-row-blocks .scheme-row-bigger-item .scheme-row-blocks-inner {
  display: flex;
  justify-content: space-between;
  padding: 19px 17px 15px 15px;
}

.java-row-scheme.scheme-row-blocks .scheme-row-bigger-item .scheme-row-blocks-inner .java-row-inner-arrow {
  height: 14px;
  width: 9px;
}

.java-row-scheme.scheme-row-blocks .scheme-row-bigger-item .scheme-row-blocks-inner .java-row-inner-arrow path {
  fill: #6e6d71;
}

.java-row-scheme.scheme-row-blocks .scheme-row-bigger-item:after {
  border-right: 2px solid #6e6d71;
  border-top: 2px solid #6e6d71;
  bottom: 78px;
  content: "";
  height: 8px;
  position: absolute;
  right: -6%;
  transform: rotate(225deg);
  width: 8px;
}

@media only screen and (max-width: 110px) {
  .java-row-scheme.scheme-row-blocks .scheme-row-bigger-item:after {
    right: -7%;
  }
}

@media only screen and (max-width: 1024px) {
  .java-row-scheme.scheme-row-blocks .scheme-row-bigger-item:after {
    border-width: 1px;
    height: 6px;
    right: -9px;
    width: 6px;
  }
}

.java-row-scheme .java-inner-icon {
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .java-row-scheme .java-inner-icon {
    align-items: center;
    flex-direction: column;
  }
}

.java-row-scheme .java-inner-icon+.java-inner-icon {
  margin-top: 24px;
}

.java-row-scheme .java-inner-icon .svg-thin-text {
  margin-left: 10px;
}

.java-row-scheme .scheme-row-blocks-inner svg+svg {
  margin-top: 24px;
}

.java-spiral .scheme-spiraled {
  padding-left: 98px;
  padding-right: 90px;
}

.java-spiral .scheme-spiraled .big-scheme {
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .java-spiral .scheme-spiraled {
    padding: 40px 75px 40px 80px;
  }
}

/*! Breakpoints */
/*! Media queries */
.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list,
.list.columns-three,
.list.columns-two,
.list.columns-two-modified {
  grid-template-columns: 1fr auto;
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) {

  .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list,
  .list.columns-three,
  .list.columns-two,
  .list.columns-two-modified {
    display: inline-grid;
    grid-template-columns: repeat(2, auto);
  }

  .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list,
  .list.columns-two {
    -ms-grid-columns: 1fr 52px 1fr;
    grid-column-gap: 52px;
  }

  .list.columns-three {
    grid-column-gap: 52px;
    -ms-grid-columns: 1fr 52px 1fr 52px 1fr;
    grid-template-columns: repeat(3, auto);
  }

  .list.columns-two-modified {
    -ms-grid-columns: 1fr 80px 1fr;
    grid-column-gap: 80px;
  }
}

.list.columns-four {
  grid-template-columns: 1fr auto;
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .list.columns-four {
    display: inline-grid;
    grid-template-columns: repeat(4, auto);
  }
}

.list.list-top-padding {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .list.list-top-padding-mobile {
    margin-top: 20px;
  }
}

.list.title-image-list .image-list-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 16px;
}

.list.title-image-list.columns-three {
  grid-column-gap: 32px;
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .list.title-image-list.columns-three .list-item {
    margin-bottom: 40px;
  }
}

.list.title-image-list .gatsby-image-wrapper {
  height: 126px;
  width: 176px;
}

.list.list-line-height-extra .list-item {
  line-height: 24px;
}

.list-overview {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
}

.list-overview-item {
  flex: 1 1 30%;
  margin-bottom: 48px;
  margin-right: 32px;
  max-width: 280px;
}

.list-overview-item .third-level-title {
  margin-bottom: 0;
}

.list-item {
  color: #323232;
  font-weight: 300;
  line-height: 1.6;
  margin-left: 20px;
  padding-bottom: 16px;
  position: relative;
}

.list-item:last-child {
  padding-bottom: 0;
}

.list-item:first-child {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.list-item:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.list-item:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}

.list-item:nth-child(4) {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}

.list-item:nth-child(5) {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}

.list-item:nth-child(6) {
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}

.list-item:nth-child(7) {
  -ms-grid-column: 1;
  -ms-grid-row: 4;
}

.list-item:before {
  align-items: center;
  border-radius: 100%;
  content: "";
  display: flex;
  height: 10px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  top: 3px;
  transform: translateY(5px);
  width: 10px;
}

.without-list-mark .list-item {
  margin-left: 0;
}

.without-list-mark .list-item:before {
  display: none;
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) {

  .columns-four .list-item,
  .columns-two .list-item,
  .columns-two-modified .list-item,
  .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list .list-item {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {

  .columns-two .list-item:nth-last-child(-n + 2),
  .columns-two-modified .list-item:nth-last-child(-n + 2),
  .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list .list-item:nth-last-child(-n + 2) {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .columns-three .list-item {
    margin-top: 0;
  }

  .columns-three .list-item:nth-last-child(-n + 3) {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.last-unmarked .list-item:last-child {
  margin-left: 0;
}

.last-unmarked .list-item:last-child:before {
  display: none;
}

.list-title {
  font-weight: 500;
  line-height: 1.5;
  margin: 20px 0;
}

/*! Breakpoints */
/*! Media queries */
.lockup {
  align-items: flex-end;
  display: flex;
  height: 450px;
  margin-bottom: 28px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .lockup {
    height: 300px;
    margin-bottom: 60px;
  }
}

.lockup.blog-lockup {
  text-align: center;
}

.lockup.has-no-margin-bottom {
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .has-cluster-menu-after.lockup {
    height: 370px;
    margin-bottom: 0;
  }
}

.lockup-gradient {
  background: linear-gradient(180deg, #000, #000);
  height: 100%;
  left: 0;
  opacity: 0.35;
  position: absolute;
  top: 0;
  width: 100%;
}

.lockup-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.lockup-title {
  bottom: 55px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .lockup-title {
    bottom: 40px;
  }
}

.lockup-subtitle {
  color: #fff;
  margin: 16px auto 0;
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (max-width: 1023px) {
  .no-scroll {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
}

.main-navigation-desktop-view {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .main-navigation-desktop-view {
    display: block;
  }
}

.main-navigation-device-view {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .main-navigation-device-view {
    display: block;
  }
}

.main-navigation {
  align-items: center;
  display: flex;
}

.main-navigation .main-navigation-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.main-navigation .main-navigation-link.link-button {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
}

.main-navigation-item {
  cursor: pointer;
  max-width: none;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .main-navigation-item {
    margin-right: 34px;
  }
}

@media only screen and (max-width: 1100px) {
  .main-navigation-item {
    margin-right: 26px;
  }
}

@media only screen and (max-width: 1023px) {
  .main-navigation-item {
    line-height: 30px;
  }

  .main-navigation-item+.main-navigation-item {
    margin-top: 32px;
  }
}

@media only screen and (min-width: 1025px) {
  .homepage .main-navigation-item {
    margin-right: 32px;
  }
}

.main-navigation-item:hover .main-navigation-link:after {
  width: 100%;
}

.page-404-layout .main-navigation-item:hover .main-navigation-link:after,
.something-wrong-layout .main-navigation-item:hover .main-navigation-link:after {
  background-color: #082eb5;
}

.main-navigation-item.no-children {
  pointer-events: none;
}

.main-navigation-item.no-children .main-navigation-link {
  pointer-events: auto;
}

.main-navigation-item.has-children {
  padding-right: 18px;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .touch-device .main-navigation-item.has-children .main-navigation-link {
    pointer-events: none;
  }
}

.page-404-layout .main-navigation-item.has-children .main-navigation-menu-single .link:hover,
.something-wrong-layout .main-navigation-item.has-children .main-navigation-menu-single .link:hover {
  color: #0b75fd;
}

.main-navigation-item.has-children:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  width: 0;
}

.has-cluster-menu .header-clone .main-navigation-item.has-children:before,
.header-clone .main-navigation-item.has-children:before,
.sticky .main-navigation-item.has-children:before {
  border-top-color: #000;
}

.has-cluster-menu .sticky .main-navigation-item.has-children:before {
  border-top-color: #fff;
}

.has-cluster-menu .sticky .header-clone .main-navigation-item.has-children:before,
.page-404-layout .sticky .header-clone .main-navigation-item.has-children:before,
.something-wrong-layout .sticky .header-clone .main-navigation-item.has-children:before {
  border-top-color: #000;
}

.page-404-layout .sticky .main-navigation-item.has-children:before,
.something-wrong-layout .sticky .main-navigation-item.has-children:before {
  border-top-color: #fff;
}

.blog-portfolio-index .main-navigation-item.has-children:before,
.form-scheme .main-navigation-item.has-children:before,
.thanks-page-layout .main-navigation-item.has-children:before {
  border-top-color: #000;
}

.disabled .main-navigation-item.has-children:before {
  border-top-color: #828282;
}

@media only screen and (max-width: 1023px) {
  .main-navigation-item.opened {
    margin-bottom: 40px;
  }

  .main-navigation-item.opened .main-navigation-item-head .icon-chevron-svg {
    transform: rotate(-180deg);
  }

  .main-navigation-item.opened .links-container {
    display: block;
  }

  .main-navigation-item .links-container {
    display: none;
  }

  .main-navigation-item>.link {
    white-space: nowrap;
  }

  .main-navigation-item .link,
  .main-navigation-item .title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
  }
}

.main-navigation-item .title {
  position: relative;
  width: 100%;
  z-index: 2;
}

.main-navigation-item .title+.icon-chevron-svg {
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 1023px) {
  .main-navigation-item .sub-link {
    color: #323232;
    display: block;
    font-size: 16px;
    font-weight: 300;
  }

  .main-navigation-item .sub-link:first-of-type {
    margin-top: 28px;
  }

  .main-navigation-item .sub-link+.sub-link {
    margin-top: 22px;
  }

  .main-navigation-item-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .main-navigation-item-head .icon-chevron-svg {
    height: 10px;
    width: 20px;
  }

  .main-navigation-item-head .icon-chevron-svg path,
  .main-navigation-item-head .icon-chevron-svg svg {
    stroke: #000;
  }
}

.main-navigation-menu {
  min-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.main-navigation-menu.opened {
  left: 0;
  min-height: 100vh;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.2s ease;
  visibility: visible;
}

.main-navigation-menu .main-navigation-background {
  background-color: #323232;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
}

.main-navigation-menu-inner {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  left: 0;
  min-height: 450px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.main-navigation-menu-item {
  display: none;
}

.main-navigation-menu-item.active {
  display: block;
}

.active-0 .main-navigation-menu-item.active {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto 34px;
  max-width: 1216px;
  padding-top: 62px;
}

.main-navigation-menu-item.active .image~.image-gradient {
  display: block;
}

.homepage .main-navigation-menu-item.active .item-image,
.homepage .main-navigation-menu-item.active .sub-item-image {
  max-width: calc(100% - 830px);
  width: 100%;
}

.homepage .main-navigation-menu-item.active:not(:first-child) {
  padding-left: calc(100% - 734px);
}

.main-navigation-menu-item .item-image,
.main-navigation-menu-item .sub-item-image {
  height: 450px;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: calc(50vw - 200.5px);
}

@media only screen and (min-width: 1024px) {

  .main-navigation-menu-item .item-image,
  .main-navigation-menu-item .sub-item-image {
    max-width: calc(100vw - 816px);
  }
}

.main-navigation-menu-item .item-image img,
.main-navigation-menu-item .sub-item-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
}

.main-navigation-menu-item .sub-item-image {
  display: none;
}

.main-navigation-menu-item .sub-item-image.active {
  display: block;
}

.main-navigation-menu-item .image-gradient {
  background: linear-gradient(180deg, #000, transparent);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.35;
  position: absolute;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .multi-menu-item:first-child {
    margin-top: 28px;
  }
}

@media only screen and (min-width: 1024px) {
  .multi-menu-item:last-of-type .sub-links-container {
    -moz-column-count: 2;
    -moz-column-fill: auto;
    column-fill: auto;
    -moz-column-gap: 98px;
    column-gap: 98px;
    -moz-column-width: auto;
    columns: 2;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 767px) {
  .multi-menu-item:last-of-type .sub-links-container {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .multi-menu-item:not(:last-of-type) .sub-opened {
    margin-bottom: 36px;
  }
}

@media only screen and (min-width: 1024px) {
  .multi-menu-item+.multi-menu-item {
    border-left: 1px solid #c4c4c4;
    margin-left: 61px;
    padding-left: 32px;
  }
}

@media only screen and (max-width: 1023px) {
  .multi-menu-item+.multi-menu-item {
    margin-top: 22px;
  }
}

.main-navigation-menu-multi .title {
  color: #000;
  font-weight: 700;
  max-width: 100%;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .main-navigation-menu-multi .title {
    margin-bottom: 28px;
    pointer-events: auto;
  }
}

@media only screen and (max-width: 1023px) {
  .main-navigation-menu-multi .title {
    align-items: center;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    line-height: 1;
    margin-right: 4px;
    padding-left: 32px;
  }

  .main-navigation-menu-multi .title:not(:last-of-type) {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .main-navigation-menu-multi .title .icon-chevron-svg {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .main-navigation-menu-multi .title .icon-chevron-svg {
    height: 6px;
    margin-right: 4px;
    width: 12px;
  }

  .main-navigation-menu-multi .title .icon-chevron-svg path,
  .main-navigation-menu-multi .title .icon-chevron-svg svg {
    stroke: #000;
  }
}

.main-navigation-menu-multi .link {
  color: #323232;
  display: block;
  font-weight: 300;
}

.main-navigation-menu-multi .link+.link {
  margin-top: 22px;
}

.page-404-layout .main-navigation-menu-multi .link:hover,
.something-wrong-layout .main-navigation-menu-multi .link:hover {
  color: #0b75fd;
}

@media only screen and (max-width: 1023px) {
  .main-navigation-menu-multi .sub-links-container {
    display: none;
    margin-left: 32px;
    margin-top: 28px;
  }

  .main-navigation-menu-multi.sub-opened .sub-links-container {
    display: block;
  }

  .main-navigation-menu-multi.sub-opened .link {
    font-size: 16px;
  }

  .main-navigation-menu-multi.sub-opened .title .icon-chevron-svg {
    transform: rotate(180deg);
  }
}

.main-navigation-menu-single {
  display: none;
}

.main-navigation-link:after {
  bottom: -14px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transition: width 0.2s ease-out;
  transition-delay: 0.2s;
  width: 0;
}

.main-navigation-link.active:after {
  transition-delay: 0s;
  width: 100%;
}

.main-navigation-link.active+.main-navigation-menu-single {
  display: block;
  padding-top: 76px;
  position: absolute;
}

.main-navigation-link.active+.main-navigation-menu-single .link {
  display: block;
  font-weight: 700;
  white-space: nowrap;
}

.main-navigation-link.active+.main-navigation-menu-single .link:not(:hover) {
  color: #323232;
}

.main-navigation-link.active+.main-navigation-menu-single .link+.link {
  padding-top: 22px;
}

.main-navigation-devices {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: width 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  visibility: hidden;
  width: 0;
  z-index: 1;
}

.main-navigation-devices.devices-opened {
  opacity: 1;
  visibility: visible;
  width: 100vw;
}

.main-navigation-devices .link-logo {
  left: 24px;
  position: absolute;
  top: 34px;
  z-index: 1;
}

.main-navigation-devices .link-logo path {
  fill: #000;
}

.main-navigation-devices-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: hidden;
  padding: 100px 0 84px;
}

.main-navigation-devices-menu {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 28px;
}

.main-navigation-devices-footer {
  bottom: 0;
  box-shadow: 0 -20px 20px 0 #fff;
  display: flex;
  left: 0;
  opacity: 0;
  padding: 0 20px 28px;
  pointer-events: none;
  position: fixed;
  right: 0;
  transition: opacity 0.2s ease;
  transition-delay: 0.3s;
  visibility: hidden;
}

.main-navigation-devices-footer>* {
  pointer-events: auto;
}

.devices-opened .main-navigation-devices-footer {
  opacity: 1;
  visibility: visible;
}

.main-navigation-devices-footer .link-button {
  max-width: 260px;
  padding: 18.5px;
  text-align: center;
  width: 100%;
}

/*! Breakpoints */
/*! Media queries */
.table-row {
  display: flex;
  padding: 28px 0;
}

@media only screen and (max-width: 767px) {
  .table-row {
    flex-direction: column;
  }
}

.table-row:first-of-type {
  padding-top: 0;
}

.table-row:last-of-type {
  padding-bottom: 0;
}

.table-row:not(:last-of-type) {
  border-bottom: 1px solid #c4c4c4;
}

.table-title {
  width: 32%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .table-title {
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .table-title {
    margin-bottom: 20px;
    width: 100%;
  }
}

.table-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
  width: 68%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .table-list {
    width: 75%;
  }
}

@media only screen and (max-width: 767px) {
  .table-list {
    width: 100%;
  }
}

.table-list-item {
  color: #323232;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 20px;
  padding: 0 32px;
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .table-list-item {
    padding: 0 32px 0 0;
    width: 50%;
  }
}

.table-ticks {
  display: flex;
  flex-direction: column;
}

.table-ticks-row {
  align-items: center;
  display: flex;
}

.table-ticks-row:first-of-type {
  border-bottom: 4px solid #c4c4c4;
}

.table-ticks-row:not(:first-of-type) {
  padding: 32px 0;
}

.table-ticks-row:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #c4c4c4;
}

.table-ticks-row:last-of-type {
  padding-bottom: 0;
}

.table-top-bordered {
  border-top: 4px solid;
}

.table-top-bordered .title-number {
  margin-right: 12px;
}

@media only screen and (max-width: 767px) {
  .table-top-bordered .table-top-bordered-row .main-grid-item .title-link-wrapper {
    margin-bottom: 20px;
  }

  .table-top-bordered .table-top-bordered-row .main-grid-item .title-link-wrapper .fourth-level-title,
  .table-top-bordered .table-top-bordered-row .main-grid-item .title-link-wrapper .h4 {
    margin-bottom: 0;
  }
}

.table-top-bordered .table-top-bordered-row .main-grid-item .fourth-level-title,
.table-top-bordered .table-top-bordered-row .main-grid-item h4 {
  display: flex;
  line-height: 30px;
}

@media only screen and (max-width: 479px) {

  .table-top-bordered .table-top-bordered-row .main-grid-item .fourth-level-title,
  .table-top-bordered .table-top-bordered-row .main-grid-item h4 {
    font-size: 16px;
    line-height: 20px;
  }
}

.erp-customization-issues .table-top-bordered .table-top-bordered-row .main-grid-item .fourth-level-title+.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-issues .table-top-bordered .table-top-bordered-row .main-grid-item h4+.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .table-top-bordered .table-top-bordered-row .main-grid-item:last-child .fourth-level-title+p,
.erp-customization-paths .title-copy-columns .table-top-bordered .table-top-bordered-row .main-grid-item:last-child h4+p,
.table-top-bordered .table-top-bordered-row .erp-customization-paths .title-copy-columns .main-grid-item:last-child .fourth-level-title+p,
.table-top-bordered .table-top-bordered-row .erp-customization-paths .title-copy-columns .main-grid-item:last-child h4+p,
.table-top-bordered .table-top-bordered-row .main-grid-item .erp-customization-issues .fourth-level-title+.paragraph-no-padding-top.paragraph-bolder,
.table-top-bordered .table-top-bordered-row .main-grid-item .erp-customization-issues h4+.paragraph-no-padding-top.paragraph-bolder,
.table-top-bordered .table-top-bordered-row .main-grid-item .fourth-level-title+.paragraph,
.table-top-bordered .table-top-bordered-row .main-grid-item h4+.paragraph {
  margin-top: 20px;
}

.table-top-bordered .table-top-bordered-row .main-grid-item .title-link-wrapper .fourth-level-title {
  display: block;
}

.table-top-bordered .table-top-bordered-row .main-grid-item .fifth-level-title,
.table-top-bordered .table-top-bordered-row .main-grid-item h5 {
  line-height: 28px;
}

.erp-customization-issues .table-top-bordered .table-top-bordered-row .main-grid-item .fifth-level-title+.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-issues .table-top-bordered .table-top-bordered-row .main-grid-item h5+.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .table-top-bordered .table-top-bordered-row .main-grid-item:last-child .fifth-level-title+p,
.erp-customization-paths .title-copy-columns .table-top-bordered .table-top-bordered-row .main-grid-item:last-child h5+p,
.table-top-bordered .table-top-bordered-row .erp-customization-paths .title-copy-columns .main-grid-item:last-child .fifth-level-title+p,
.table-top-bordered .table-top-bordered-row .erp-customization-paths .title-copy-columns .main-grid-item:last-child h5+p,
.table-top-bordered .table-top-bordered-row .main-grid-item .erp-customization-issues .fifth-level-title+.paragraph-no-padding-top.paragraph-bolder,
.table-top-bordered .table-top-bordered-row .main-grid-item .erp-customization-issues h5+.paragraph-no-padding-top.paragraph-bolder,
.table-top-bordered .table-top-bordered-row .main-grid-item .fifth-level-title+.paragraph,
.table-top-bordered .table-top-bordered-row .main-grid-item h5+.paragraph {
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {

  .table-top-bordered .table-top-bordered-row .main-grid-item .fifth-level-title,
  .table-top-bordered .table-top-bordered-row .main-grid-item h5 {
    margin-bottom: 24px;
  }
}

.table-top-bordered-container .table-title-columns h4 {
  color: #323232;
  margin-bottom: 24px;
}

.table-top-bordered-row {
  border-bottom: 1px solid #c4c4c4;
  padding: 28px 0;
}

.table-top-bordered-row:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.table-top-bordered-row.main-grid .table-quote-wrapper {
  align-items: center;
  display: flex;
  font-style: italic;
  margin-top: 20px;
}

.table-top-bordered-row.main-grid .table-quote-wrapper p {
  font-size: 20px;
  line-height: 28px;
}

.table-top-bordered-row.main-grid .table-quote-wrapper svg {
  margin-right: 13px;
}

.table-ticks-item {
  padding-right: 20px;
}

.table-ticks-item:first-of-type {
  width: 40%;
}

.table-ticks-item:not(:first-of-type) {
  text-align: center;
  width: 30%;
}

.table-configuration {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .table-configuration {
    margin-bottom: 40px;
  }
}

.table-cloud {
  margin-bottom: 40px;
  padding-top: 60px;
}

@media only screen and (max-width: 1024px) {
  .table-cloud {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .table-top-bordered-columns-three .table-top-bordered-row .main-grid-item:not(:first-of-type) {
    flex: 1 1 50%;
  }

  .table-top-bordered-columns-three .table-top-bordered-row .main-grid-item:first-of-type {
    order: 1;
  }

  .table-top-bordered-columns-three .table-top-bordered-row .main-grid-item:nth-child(2) {
    margin-top: 24px;
    order: 2;
  }

  .table-top-bordered-columns-three .table-top-bordered-row .main-grid-item:nth-child(3) {
    margin-top: 24px;
    order: 4;
  }

  .table-top-bordered-columns-three .table-top-bordered-row .main-grid-item:nth-child(4) {
    margin-top: 24px;
    order: 3;
  }

  .table-top-bordered-columns-three .table-top-bordered-row .main-grid-item:nth-child(5) {
    margin-top: 24px;
    order: 5;
  }

  .table-top-bordered-columns-three .table-top-bordered-row .main-grid-item .title-bolder {
    font-weight: 600;
  }

  .table-top-bordered-columns-four .table-top-bordered-row .main-grid-item:not(:first-of-type) {
    flex: 1 1 50%;
  }

  .table-top-bordered-columns-four .table-top-bordered-row .main-grid-item:first-of-type {
    margin-bottom: 28px;
    order: 1;
  }

  .table-top-bordered-columns-four .table-top-bordered-row .main-grid-item:nth-child(2) {
    margin-bottom: 24px;
    order: 2;
  }

  .table-top-bordered-columns-four .table-top-bordered-row .main-grid-item:nth-child(3) {
    margin-bottom: 24px;
    order: 4;
  }

  .table-top-bordered-columns-four .table-top-bordered-row .main-grid-item:nth-child(4) {
    margin-bottom: 24px;
    order: 6;
  }

  .table-top-bordered-columns-four .table-top-bordered-row .main-grid-item:nth-child(5) {
    margin-bottom: 24px;
    order: 3;
  }

  .table-top-bordered-columns-four .table-top-bordered-row .main-grid-item:nth-child(6) {
    margin-bottom: 24px;
    order: 5;
  }

  .table-top-bordered-columns-four .table-top-bordered-row .main-grid-item:nth-child(7) {
    margin-bottom: 24px;
    order: 7;
  }

  .table-top-bordered-columns-four .table-top-bordered-row .main-grid-item .title-bolder {
    font-weight: 600;
  }
}

/*! Breakpoints */
/*! Media queries */
.tabs {
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .tabs {
    flex-direction: column;
  }
}

.tabs.vertical {
  flex-direction: column;
}

.tabs-title-copy-row+* {
  margin-top: 20px;
}

.tabs .tabs-items .mdc-tab-scroller__scroll-area {
  overflow-y: hidden;
  position: relative;
}

@media only screen and (min-width: 1025px) {

  .tabs.thiny-tabs .tabs-items .mdc-tab-scroller,
  .tabs.thiny-tabs .tabs-items .mdc-tab-scroller__scroll-area,
  .tabs.thiny-tabs .tabs-items.mdc-tab-bar {
    overflow: visible;
  }
}

.tabs.tabs-one-row {
  flex-wrap: wrap;
}

.tabs.tabs-one-row .tabs-panels,
.tabs.tabs-one-row .tabs-wrapper {
  width: 100%;
}

.tabs.tabs-one-row .tabs-items {
  padding-right: 0;
}

.tabs.tabs-one-row .tabs-items .mdc-tab-scroller__scroll-content {
  flex-direction: row;
}

@media only screen and (min-width: 1025px) {
  .tabs.tabs-one-row .tabs-items .tabs-item.mdc-tab {
    border-bottom: 1px solid #c4c4c4;
    border-top: none;
    padding: 0 20px 20px;
  }

  .tabs.tabs-one-row .tabs-items .tabs-item.mdc-tab:last-child {
    margin-bottom: 29px;
  }
}

.tabs.tabs-one-row .tabs-items .tabs-item.mdc-tab.active:before {
  top: 96%;
}

.tabs-panels {
  width: 50%;
}

@media only screen and (min-width: 1025px) {
  .tabs .tabs-panels {
    margin-left: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .tabs-panels {
    margin-top: 36px;
    width: 100%;
  }
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .tabs-panels {
    margin-top: 28px;
  }
}

.vertical .tabs-panels {
  margin-top: 60px;
  width: 100%;
}

.tabs-image {
  height: 70%;
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .tabs-image {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .has-image {
    padding-left: 32px;
  }
}

@media only screen and (min-width: 1217px) {
  .has-image .tabs-items {
    padding-left: calc(100% - 608px);
  }
}

.has-image .tabs-panels {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .has-image .tabs-panels {
    justify-content: flex-start;
  }
}

.erp-customization-issues .has-image .tabs-panels .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .has-image .tabs-panels p,
.has-image .tabs-panels .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.has-image .tabs-panels .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.has-image .tabs-panels .paragraph {
  max-width: 592px;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {

  .erp-customization-issues .has-image .tabs-panels .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .has-image .tabs-panels p,
  .has-image .tabs-panels .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
  .has-image .tabs-panels .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
  .has-image .tabs-panels .paragraph {
    padding-right: 32px;
  }
}

@media only screen and (max-width: 1024px) {

  .erp-customization-issues .has-image .tabs-panels .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .has-image .tabs-panels p,
  .has-image .tabs-panels .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
  .has-image .tabs-panels .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
  .has-image .tabs-panels .paragraph {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.tabs-items {
  padding-right: 32px;
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .tabs-items {
    margin-right: 0;
    padding-right: 0;
    width: 100%;
  }
}

.tabs .tabs-items {
  padding-right: 0;
}

.vertical .tabs-items {
  margin-right: 0;
  padding-right: 0;
  width: 100%;
}

.tabs-items .mdc-tab-scroller__scroll-content {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1024px) {
  .tabs-items .mdc-tab-scroller__scroll-content {
    flex-direction: row;
  }
}

.vertical .tabs-items .mdc-tab-scroller__scroll-content {
  flex-direction: row;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {

  .container .tabs-adaptive,
  .halved-content-item .tabs-adaptive {
    width: calc(100% + 20px);
  }

  .tabs-adaptive .tabs-items .mdc-tab-scroller__scroll-area {
    overflow-x: auto;
  }
}

.tabs-item.mdc-tab {
  border-top: 1px solid #c4c4c4;
  flex: 1 1 auto;
  height: auto;
  justify-content: flex-start;
  margin-bottom: 29px;
  padding: 19px 0 0;
  position: relative;
  white-space: normal;
}

@media only screen and (max-width: 1024px) {
  .tabs-item.mdc-tab {
    border-bottom: 1px solid #c4c4c4;
    border-top: none;
    margin-bottom: 0;
    padding: 0 20px 20px 0;
    text-align: center;
  }
}

.tabs-item.mdc-tab .mdc-tab__content {
  height: auto;
  justify-content: flex-start;
}

@media only screen and (max-width: 1024px) {
  .tabs-item.mdc-tab .mdc-tab__content {
    width: 100%;
  }
}

.tabs-item.mdc-tab:last-child {
  margin-bottom: 0;
}

.vertical .tabs-item.mdc-tab {
  border-bottom: 1px solid #c4c4c4;
  border-top: 0;
  flex: 0 0 auto;
  font-size: 24px;
  margin-bottom: 0;
  padding: 0 20px 20px;
}

@media only screen and (max-width: 1024px) {
  .vertical .tabs-item.mdc-tab {
    border-bottom: none;
    padding: 16px 20px 0 0;
  }
}

.tabs-item.mdc-tab.active .mdc-tab__text-label {
  color: #000;
}

.tabs-item.mdc-tab.active:before {
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .home-tabs-items .tabs-item.mdc-tab.active:before {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .tabs-item.mdc-tab.active:before {
    display: none;
  }
}

.vertical .tabs-item.mdc-tab.active:before {
  bottom: -1px;
  top: auto;
}

@media only screen and (min-width: 1025px) {
  .tabs-item.mdc-tab.active .mdc-tab-indicator__content {
    opacity: 0;
  }
}

.vertical .tabs-item.mdc-tab.active .mdc-tab-indicator__content {
  opacity: 0;
}

.tabs-item.mdc-tab.active .mdc-tab-indicator .mdc-tab-indicator__content--underline {
  align-self: flex-end;
  border: none;
  height: 4px;
  position: absolute;
  top: 91%;
}

.tabs-item.mdc-tab:hover .mdc-tab__text-label {
  color: #000;
}

.tabs-item.mdc-tab:not(.active) {
  cursor: pointer;
}

.tabs-item.mdc-tab .mdc-tab__text-label {
  align-items: flex-start;
  color: #828282;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: initial;
  text-transform: none;
}

@media only screen and (max-width: 1024px) {
  .tabs-item.mdc-tab .mdc-tab__text-label {
    font-size: 16px;
    font-weight: 500;
  }
}

.tabs-item.mdc-tab .mdc-tab__ripple:after,
.tabs-item.mdc-tab .mdc-tab__ripple:before {
  display: none;
}

.tabs-item.mdc-tab .mdc-tab-indicator .mdc-tab-indicator__content--underline {
  align-self: flex-end;
}

@media only screen and (min-width: 1025px) {
  .tabs-item.mdc-tab .mdc-tab-indicator .mdc-tab-indicator__content--underline {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  .home-tabs-items .tabs-item.mdc-tab .mdc-tab-indicator .mdc-tab-indicator__content--underline {
    display: block;
  }
}

.tabs.thiny-tabs .tabs-wrapper {
  margin-right: 62px;
  max-width: 544px;
}

@media only screen and (max-width: 1024px) {
  .tabs.thiny-tabs .tabs-wrapper {
    margin-right: 0;
    max-width: 100%;
  }

  .tabs.thiny-tabs .tabs-wrapper .mdc-tab-indicator {
    display: none;
  }
}

.tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab {
  border: 1px solid #c4c4c4;
  margin-bottom: 0;
  max-width: 532px;
  padding: 16px;
  position: relative;
  z-index: 1;
}

.tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab .mdc-tab__text-label {
  color: #828282;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab+.mdc-tab {
  margin-top: -1px;
}

@media only screen and (max-width: 1024px) {
  .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab+.mdc-tab {
    margin-left: -1px;
    margin-top: 0;
  }
}

.tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab:before {
  display: none;
}

.tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active {
  z-index: 2;
}

.tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active .mdc-tab__text-label {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

@media only screen and (max-width: 1024px) {
  .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active .mdc-tab__text-label {
    font-size: 16px;
    line-height: 20px;
  }
}

.tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active:after {
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: -12px;
  top: calc(50% - 10px);
  width: 0;
}

@media only screen and (max-width: 1024px) {
  .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab.active:after {
    display: none;
  }
}

.has-tabs .halved-content-item {
  padding-right: 0;
}

.has-tabs .halved-content-item .image-device-only {
  width: 100%;
}

.tabs-wrapper {
  max-width: 624px;
  padding-right: 56px;
  width: 53%;
}

.tabs .tabs-wrapper {
  margin-right: 72px;
  max-width: 536px;
  padding-right: 0;
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .tabs .tabs-wrapper {
    margin-right: 0;
    max-width: unset;
    width: 100%;
  }

  .tabs-wrapper {
    padding-right: 0;
    width: 100%;
  }
}

.tabs-wrapper .mdc-tab-bar {
  overflow: hidden;
}

.vertical .tabs-wrapper {
  overflow-x: auto;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .vertical .tabs-wrapper {
    max-width: calc(100% + 20px);
    width: calc(100% + 20px);
  }
}

.tabs-column,
.tabs-row {
  max-width: 100%;
}

.tabs-column-item.mdc-tab,
.tabs-row-item.mdc-tab {
  border-bottom: 1px solid #c4c4c4;
  display: flex;
  flex: initial;
  flex-flow: row nowrap;
  font-size: 24px;
  font-weight: 800;
  height: auto;
  line-height: 30px;
  padding: 0 20px 20px;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {

  .tabs-column-item.mdc-tab,
  .tabs-row-item.mdc-tab {
    border-bottom: 1.3px solid #c4c4c4;
  }
}

@media only screen and (max-width: 479px) {

  .tabs-column-item.mdc-tab,
  .tabs-row-item.mdc-tab {
    padding: 0 8px 20px;
  }
}

.tabs-column-item.mdc-tab:before,
.tabs-row-item.mdc-tab:before {
  opacity: 0;
}

.tabs-column-item.mdc-tab .mdc-tab__text-label,
.tabs-row-item.mdc-tab .mdc-tab__text-label {
  color: #828282;
  letter-spacing: normal;
  text-align: initial;
  text-transform: none;
  transition: color 0.3s;
}

@media only screen and (max-width: 1024px) {

  .tabs-column-item.mdc-tab .mdc-tab__text-label,
  .tabs-row-item.mdc-tab .mdc-tab__text-label {
    font-size: 16px;
    font-weight: 500;
  }
}

.tabs-column-item.mdc-tab .mdc-tab__ripple.mdc-ripple-upgraded,
.tabs-row-item.mdc-tab .mdc-tab__ripple.mdc-ripple-upgraded {
  display: none;
}

.tabs-column-item.mdc-tab.active,
.tabs-row-item.mdc-tab.active {
  cursor: auto;
}

.tabs-column-item.mdc-tab.active .mdc-tab__text-label,
.tabs-row-item.mdc-tab.active .mdc-tab__text-label {
  color: #000;
}

.tabs-column-item.mdc-tab.active:before,
.tabs-row-item.mdc-tab.active:before {
  bottom: -1px;
  content: "";
  height: 4px;
  left: 0;
  opacity: 1;
  position: absolute;
  transition: opacity 0.3s;
  width: 100%;
}

@media only screen and (max-width: 1024px) {

  .tabs-column-item.mdc-tab.active:before,
  .tabs-row-item.mdc-tab.active:before {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {

  .tabs-column-item.mdc-tab.active .mdc-tab-indicator__content,
  .tabs-row-item.mdc-tab.active .mdc-tab-indicator__content {
    opacity: 0;
  }
}

.tabs-column-item.mdc-tab.active .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.tabs-row-item.mdc-tab.active .mdc-tab-indicator .mdc-tab-indicator__content--underline {
  align-self: flex-end;
  border: none;
  height: 4px;
  margin-top: -1px;
}

.tabs-column-item.mdc-tab:hover .mdc-tab__text-label,
.tabs-row-item.mdc-tab:hover .mdc-tab__text-label {
  color: #000;
}

.tabs-column-item.mdc-tab:not(.active) .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.tabs-row-item.mdc-tab:not(.active) .mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border: none;
}

.tabs-column-panels,
.tabs-row-panels {
  padding: 24px 20px 0;
}

.tabs-column-list-item,
.tabs-row-list-item {
  color: #323232;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  list-style-type: none;
}

.tabs-column-list-item+.tabs-row-list-item,
.tabs-row-list-item+.tabs-row-list-item {
  margin-top: 20px;
}

.tabs-row-panels {
  display: flex;
  padding: 40px 0 0;
}

@media only screen and (max-width: 767px) {
  .tabs-row-panels {
    padding: 28px 0 0;
  }
}

.tabs-row-panels .title-link-wrapper {
  margin-bottom: 20px;
}

.background-theme .mdc-tab .mdc-tab__text-label,
.background-theme-second .mdc-tab .mdc-tab__text-label {
  color: #fff;
  opacity: 0.7;
}

.background-theme .mdc-tab.active .mdc-tab__text-label,
.background-theme .mdc-tab:hover .mdc-tab__text-label,
.background-theme-second .mdc-tab.active .mdc-tab__text-label,
.background-theme-second .mdc-tab:hover .mdc-tab__text-label {
  color: #fff;
  opacity: 1;
}

.tabs-outstanding {
  margin-top: -100px;
}

.tabs-outstanding .tabs-wrapper {
  padding: 0 72px 100px calc(50vw - 615.5px);
}

@media only screen and (max-width: 1024px) {
  .tabs-outstanding .tabs-wrapper {
    padding: 0;
  }
}

.tabs-outstanding .tabs-items {
  padding-right: 0;
}

.tabs-outstanding .tabs-panels {
  padding: 0 0 100px 16px;
}

@media only screen and (max-width: 1024px) {
  .tabs-outstanding .tabs-panels {
    padding: 0 0 60px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .tabs-outstanding {
    margin-left: 32px;
    margin-right: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .tabs-outstanding {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.with-outstanding-tabs.container,
.with-outstanding-tabs.tabs {
  max-width: none;
  padding-left: calc(50% - 608px);
}

@media only screen and (max-width: 1280px) {

  .with-outstanding-tabs.container,
  .with-outstanding-tabs.tabs {
    padding-left: 20px;
  }
}

.with-outstanding-tabs.container .tabs-wrapper,
.with-outstanding-tabs.tabs .tabs-wrapper {
  padding-right: 0;
}

.with-outstanding-tabs.container .tabs-panels,
.with-outstanding-tabs.tabs .tabs-panels {
  max-width: 1216px;
}

@media only screen and (max-width: 1280px) {

  .with-outstanding-tabs.container .tabs-panels,
  .with-outstanding-tabs.tabs .tabs-panels {
    padding-right: 20px;
  }
}

/*! Breakpoints */
/*! Media queries */
.home-tabs .home-tabs-items .tabs-item.active .mdc-tab__text-label {
  font-weight: 900;
}

.home-tabs-vertical .homepage-grid-item:last-of-type {
  background: #f8f8f8;
  padding-right: 0;
}

@media only screen and (max-width: 1280px) {
  .home-tabs-vertical.homepage-grid {
    flex-direction: column;
  }

  .home-tabs-vertical .homepage-grid-item {
    width: 100%;
  }

  .home-tabs-vertical .homepage-grid-item .homepage-title {
    float: left;
    margin-bottom: 40px;
    padding-left: 72px;
    padding-top: 48px;
  }
}

@media only screen and (max-width: 1024px) {
  .home-tabs-vertical .homepage-grid-item .homepage-title {
    padding-left: 20px;
    padding-top: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .home-tabs-vertical .homepage-grid-item .homepage-title {
    padding-top: 48px;
  }
}

.home-tabs-vertical .home-tabs-items.mdc-tab-bar {
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .home-tabs-vertical .home-tabs-items.mdc-tab-bar {
    width: 100%;
  }
}

.home-tabs-vertical .home-tabs-items.mdc-tab-bar .mdc-tab-scroller {
  float: right;
  margin-right: 168px;
  width: 384px;
}

@media only screen and (max-width: 1690px) and (min-width: 1280px) {
  .home-tabs-vertical .home-tabs-items.mdc-tab-bar .mdc-tab-scroller {
    margin-right: 75px;
  }
}

@media only screen and (max-width: 1280px) {
  .home-tabs-vertical .home-tabs-items.mdc-tab-bar .mdc-tab-scroller {
    margin-right: 0;
    width: 100%;
  }
}

.home-tabs-vertical .home-tabs-items .mdc-tab-scroller__scroll-content {
  flex-direction: column;
}

@media only screen and (max-width: 1280px) {
  .home-tabs-vertical .home-tabs-items .mdc-tab-scroller__scroll-content {
    flex-direction: row;
  }
}

.home-tabs-vertical .home-tabs-items .tabs-item {
  margin-bottom: 0;
  padding: 19px 20px 29px 0;
}

@media only screen and (max-width: 1280px) {
  .home-tabs-vertical .home-tabs-items .tabs-item.mdc-tab--active .mdc-tab-indicator .mdc-tab-indicator__content--underline {
    bottom: -1px;
    display: flex;
    opacity: 1;
    top: unset;
  }

  .home-tabs-vertical .home-tabs-items .tabs-item.mdc-tab--active:before {
    display: none;
  }
}

.home-tabs-vertical .home-tabs-items .tabs-item .mdc-tab-indicator .mdc-tab-indicator__content--underline {
  align-self: flex-end;
}

@media only screen and (max-width: 1280px) {
  .home-tabs-vertical .home-tabs-items .tabs-item {
    border-bottom: 1px solid #c4c4c4;
    border-top: none;
    padding: 0 22px 21px;
  }

  .home-tabs-vertical .home-tabs-items .tabs-item:first-child {
    padding-left: 20px;
  }

  .home-tabs-vertical .home-tabs-items .tabs-item .mdc-tab__ripple {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .home-tabs-vertical .home-tabs-items .tabs-item {
    padding-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .home-tabs-vertical .home-tabs-items .tabs-item {
    padding: 0 20px 21px;
  }
}

.home-tabs-vertical .home-tabs-items .tabs-item .mdc-tab-indicator.mdc-tab-indicator--active .mdc-tab-indicator__content--underline {
  align-self: flex-end;
  background: linear-gradient(279.09deg,
      #007aff,
      #2767f8 15.7%,
      #8938e5 51.03%,
      #ff00cf 90.95%);
  height: 4px;
}

.home-tabs-vertical .home-tabs-items .tabs-item.active .mdc-tab__text-label {
  color: #000;
  font-weight: 800;
}

@media only screen and (max-width: 767px) {
  .home-tabs-vertical .home-tabs-items .tabs-item.active .mdc-tab__text-label {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }
}

.home-tabs-vertical .home-tabs-items .tabs-item:hover .mdc-tab__text-label,
.smart-teams-tabs .home-tabs-vertical .home-tabs-items .tabs-item:hover .mdc-tab__text-label {
  color: #000;
}

.home-tabs-vertical .home-tabs-items .tabs-item .mdc-tab__text-label {
  color: #828282;
  flex-direction: row;
  font-size: 24px;
  font-weight: 800;
  justify-content: flex-start;
  line-height: 29px;
  padding: 0;
  text-transform: none;
}

@media only screen and (max-width: 1024px) {
  .home-tabs-vertical .home-tabs-items .tabs-item .mdc-tab__text-label {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }
}

.home-tabs-vertical .home-tabs-item {
  border-top: 1px solid #c4c4c4;
  font-size: 28px;
  letter-spacing: normal;
  margin-top: 0;
  opacity: 1;
  padding: 19px 0 39px;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .home-tabs-vertical .home-tabs-item {
    border-bottom: 1px solid #c4c4c4;
    border-top: none;
    padding: 22px;
  }
}

.home-tabs-vertical .home-tabs-panels {
  height: 100%;
  padding: 100px 73px 80px;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .home-tabs-vertical .home-tabs-panels {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .home-tabs-vertical .home-tabs-panels {
    padding: 60px 20px;
  }
}

@media only screen and (max-width: 479px) {
  .home-tabs-vertical .home-tabs-panels {
    padding: 60px 20px 40px;
  }
}

.home-tabs-vertical .links-container {
  max-width: 872px;
}

@media only screen and (max-width: 1280px) {
  .home-tabs-vertical .links-container {
    max-width: 100%;
  }
}

.home-tabs-panel .title-copy-boxes-type-5,
.home-tabs-panel .title-copy-boxes-type-6 {
  grid-gap: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

@media only screen and (max-width: 1024px) {

  .home-tabs-panel .title-copy-boxes-type-5,
  .home-tabs-panel .title-copy-boxes-type-6 {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 700px) {

  .home-tabs-panel .title-copy-boxes-type-5,
  .home-tabs-panel .title-copy-boxes-type-6 {
    margin-top: 20px;
  }
}

.home-tabs-panel .title-copy-boxes-type-5 .title-copy-boxes-item,
.home-tabs-panel .title-copy-boxes-type-6 .title-copy-boxes-item {
  border: 0;
  padding: 0 16px;
  width: 100%;
}

@media only screen and (min-width: 1025px) {

  .home-tabs-panel .title-copy-boxes-type-5 .title-copy-boxes-item,
  .home-tabs-panel .title-copy-boxes-type-6 .title-copy-boxes-item {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 767px) {

  .home-tabs-panel .title-copy-boxes-type-5 .title-copy-boxes-item,
  .home-tabs-panel .title-copy-boxes-type-6 .title-copy-boxes-item {
    margin-bottom: 20px;
    width: 100%;
  }
}

.home-tabs-panel .title-copy-boxes-type-5 .title-copy-boxes-item:hover,
.home-tabs-panel .title-copy-boxes-type-6 .title-copy-boxes-item:hover {
  box-shadow: none;
}

.home-tabs-panel .title-copy-boxes-type-5 .title-copy-boxes-item:hover .title-copy-boxes-content,
.home-tabs-panel .title-copy-boxes-type-5 .title-copy-boxes-item:hover .title-copy-boxes-img-wrapper,
.home-tabs-panel .title-copy-boxes-type-6 .title-copy-boxes-item:hover .title-copy-boxes-content,
.home-tabs-panel .title-copy-boxes-type-6 .title-copy-boxes-item:hover .title-copy-boxes-img-wrapper {
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
}

.home-tabs-panel .title-copy-boxes-type-5 .title-copy-boxes-item.with-image .title-copy-boxes-content,
.home-tabs-panel .title-copy-boxes-type-6 .title-copy-boxes-item.with-image .title-copy-boxes-content {
  border-left: 0;
}

@media only screen and (max-width: 700px) {

  .home-tabs-panel .title-copy-boxes-type-5 .title-copy-boxes-item.with-image .title-copy-boxes-content,
  .home-tabs-panel .title-copy-boxes-type-6 .title-copy-boxes-item.with-image .title-copy-boxes-content {
    border-left: 1px solid #c4c4c4;
    border-top: 0;
  }
}

.home-tabs-panel .title-copy-boxes-type-5 .title-copy-boxes-item.with-image .title-copy-boxes-img-wrapper,
.home-tabs-panel .title-copy-boxes-type-6 .title-copy-boxes-item.with-image .title-copy-boxes-img-wrapper {
  border: 1px solid #c4c4c4;
  border-right-color: transparent;
  flex: 0 0 38.92%;
}

@media only screen and (max-width: 700px) {

  .home-tabs-panel .title-copy-boxes-type-5 .title-copy-boxes-item.with-image .title-copy-boxes-img-wrapper,
  .home-tabs-panel .title-copy-boxes-type-6 .title-copy-boxes-item.with-image .title-copy-boxes-img-wrapper {
    border-bottom: 0;
    border-right: 1px solid #c4c4c4;
    flex-basis: auto;
  }
}

.home-tabs-panel .title-copy-boxes-type-5 .title-copy-boxes-item.with-image .title-copy-boxes-img-wrapper .title-copy-boxes-img,
.home-tabs-panel .title-copy-boxes-type-6 .title-copy-boxes-item.with-image .title-copy-boxes-img-wrapper .title-copy-boxes-img {
  min-height: 155px;
}

.home-tabs-panel .title-copy-boxes-type-5 .title-copy-boxes-content,
.home-tabs-panel .title-copy-boxes-type-6 .title-copy-boxes-content {
  border: 1px solid #c4c4c4;
}

.home-tabs-panel .title-copy-boxes-type-5 .title-copy-boxes-title,
.home-tabs-panel .title-copy-boxes-type-6 .title-copy-boxes-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
  padding: 0;
}

.home-tabs-panel .title-copy-boxes-type-5 .title-copy-boxes-item:first-child,
.home-tabs-panel .title-copy-boxes-type-5 .title-copy-boxes-item:nth-child(2),
.home-tabs-panel .title-copy-boxes-type-5 .title-copy-boxes-item:nth-child(4),
.home-tabs-panel .title-copy-boxes-type-5 .title-copy-boxes-item:nth-child(5) {
  width: 50%;
}

@media only screen and (max-width: 570px) {

  .home-tabs-panel .title-copy-boxes-type-5 .title-copy-boxes-item:first-child,
  .home-tabs-panel .title-copy-boxes-type-5 .title-copy-boxes-item:nth-child(2),
  .home-tabs-panel .title-copy-boxes-type-5 .title-copy-boxes-item:nth-child(4),
  .home-tabs-panel .title-copy-boxes-type-5 .title-copy-boxes-item:nth-child(5) {
    width: 100%;
  }
}

.home-tabs-panel-2 .title-copy-boxes-type-6 .title-copy-boxes-item:first-child,
.home-tabs-panel-2 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(2),
.home-tabs-panel-2 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(3) {
  width: 33.3%;
}

@media only screen and (max-width: 767px) {

  .home-tabs-panel-2 .title-copy-boxes-type-6 .title-copy-boxes-item:first-child,
  .home-tabs-panel-2 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(2),
  .home-tabs-panel-2 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(3) {
    width: 100%;
  }
}

.home-tabs-panel-2 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(5),
.home-tabs-panel-2 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(6) {
  width: 50%;
}

@media only screen and (max-width: 767px) {

  .home-tabs-panel-2 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(5),
  .home-tabs-panel-2 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(6) {
    width: 100%;
  }
}

.home-tabs-panel-3 .title-copy-boxes-type-6 .title-copy-boxes-item:first-child,
.home-tabs-panel-3 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(2) {
  width: 50%;
}

@media only screen and (max-width: 767px) {

  .home-tabs-panel-3 .title-copy-boxes-type-6 .title-copy-boxes-item:first-child,
  .home-tabs-panel-3 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(2) {
    width: 100%;
  }
}

.home-tabs-panel-3 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(4),
.home-tabs-panel-3 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(5),
.home-tabs-panel-3 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(6) {
  width: 33.3%;
}

@media only screen and (max-width: 767px) {

  .home-tabs-panel-3 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(4),
  .home-tabs-panel-3 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(5),
  .home-tabs-panel-3 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(6) {
    width: 100%;
  }
}

.home-tabs-panel-6 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(2),
.home-tabs-panel-6 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(3) {
  width: 50%;
}

@media only screen and (max-width: 767px) {

  .home-tabs-panel-6 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(2),
  .home-tabs-panel-6 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(3) {
    width: 100%;
  }
}

.home-tabs-panel-6 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(4),
.home-tabs-panel-6 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(5),
.home-tabs-panel-6 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(6) {
  width: 33.3%;
}

@media only screen and (max-width: 767px) {

  .home-tabs-panel-6 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(4),
  .home-tabs-panel-6 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(5),
  .home-tabs-panel-6 .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(6) {
    width: 100%;
  }
}

/*! Breakpoints */
/*! Media queries */
.title-copy-columns:not(.single) {
  padding-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
  .title-copy-columns:not(.single) {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .title-copy-columns:not(.single) {
    padding-bottom: 28px;
  }
}

.title-copy-columns.padding-small:not(.single) {
  padding-bottom: 36px;
}

@media only screen and (min-width: 1025px) {

  .erp-customization-issues .title-copy-columns .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
  .title-copy-columns .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
  .title-copy-columns .paragraph,
  .title-copy-columns .paragraph-bolder {
    padding-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

  .erp-customization-issues .title-copy-columns .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
  .title-copy-columns .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
  .title-copy-columns .paragraph,
  .title-copy-columns .paragraph-bolder {
    padding-top: 6px;
  }
}

.erp-customization-paths .title-copy-columns .main-grid-item:last-child p.paragraph-no-padding-top,
.title-copy-columns .paragraph-bolder.paragraph-no-padding-top,
.title-copy-columns .paragraph.paragraph-no-padding-top {
  padding-top: 0;
}

.title-copy-columns.in-outstanding-container {
  max-width: 1216px;
}

@media only screen and (max-width: 767px) {
  .title-copy-columns.has-no-padding-767 {
    padding-bottom: 0;
  }
}

.title-copy-rows+* {
  margin-top: 40px;
}

@media only screen and (max-width: 1024px) {
  .title-copy-rows+* {
    margin-top: 32px;
  }
}

/*! Breakpoints */
/*! Media queries */
.title-copy-boxes-container .container,
.title-copy-boxes-container.container,
.title-copy-boxes-container.section-background .container,
.title-copy-boxes-container.section-background.container {
  margin-left: calc(50% - 608px);
  margin-right: auto;
  max-width: 1370px;
  width: auto;
}

@media only screen and (max-width: 1599px) {

  .title-copy-boxes-container .container,
  .title-copy-boxes-container.container,
  .title-copy-boxes-container.section-background .container,
  .title-copy-boxes-container.section-background.container {
    margin-left: auto;
    max-width: 1216px;
  }
}

@media only screen and (max-width: 1280px) {

  .title-copy-boxes-container .container,
  .title-copy-boxes-container.container,
  .title-copy-boxes-container.section-background .container,
  .title-copy-boxes-container.section-background.container {
    margin-left: 31px;
    margin-right: 31px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {

  .title-copy-boxes-container .container,
  .title-copy-boxes-container.container,
  .title-copy-boxes-container.section-background .container,
  .title-copy-boxes-container.section-background.container {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.title-copy-boxes-container .container.title-copy-boxes-content-area,
.title-copy-boxes-container.blog-portfolio-section .container,
.title-copy-boxes-container.container.title-copy-boxes-content-area,
.title-copy-boxes-container.section-background .container.title-copy-boxes-content-area,
.title-copy-boxes-container.section-background.blog-portfolio-section .container,
.title-copy-boxes-container.section-background.container.title-copy-boxes-content-area {
  max-width: 1216px;
}

.title-copy-boxes-container.box-container-type-3 .container,
.title-copy-boxes-container.box-container-type-3.container,
.title-copy-boxes-container.section-background.box-container-type-3 .container,
.title-copy-boxes-container.section-background.box-container-type-3.container {
  margin-left: auto;
  max-width: 1216px;
  padding-right: 0;
}

@media only screen and (max-width: 1280px) {

  .title-copy-boxes-container.box-container-type-3 .container,
  .title-copy-boxes-container.box-container-type-3.container,
  .title-copy-boxes-container.section-background.box-container-type-3 .container,
  .title-copy-boxes-container.section-background.box-container-type-3.container {
    margin-left: 31px;
    margin-right: 31px;
  }
}

@media only screen and (max-width: 1024px) {

  .title-copy-boxes-container.box-container-type-3 .container,
  .title-copy-boxes-container.box-container-type-3.container,
  .title-copy-boxes-container.section-background.box-container-type-3 .container,
  .title-copy-boxes-container.section-background.box-container-type-3.container {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 1025px) {

  .title-copy-boxes-container.box-container-type-3 .title-copy-boxes-item:nth-child(2),
  .title-copy-boxes-container.section-background.box-container-type-3 .title-copy-boxes-item:nth-child(2) {
    margin-bottom: 0;
  }
}

.title-copy-boxes-container.box-container-type-3 .title-copy-boxes-item:nth-child(3),
.title-copy-boxes-container.section-background.box-container-type-3 .title-copy-boxes-item:nth-child(3) {
  margin-bottom: 0;
}

.title-copy-boxes-container .title-copy-boxes-middle-row-even.title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(3),
.title-copy-boxes-container.section-background .title-copy-boxes-middle-row-even.title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(3) {
  grid-column: 1 / span 2;
  grid-row: 2;
  max-width: 670px;
}

@media only screen and (max-width: 1600px) {

  .title-copy-boxes-container .title-copy-boxes-middle-row-even.title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(3),
  .title-copy-boxes-container.section-background .title-copy-boxes-middle-row-even.title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(3) {
    max-width: 74%;
  }
}

@media only screen and (max-width: 1024px) {

  .title-copy-boxes-container .title-copy-boxes-middle-row-even.title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(3),
  .title-copy-boxes-container.section-background .title-copy-boxes-middle-row-even.title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(3) {
    max-width: 100%;
  }
}

.title-copy-boxes-container .title-copy-boxes-middle-row-even.title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(4),
.title-copy-boxes-container.section-background .title-copy-boxes-middle-row-even.title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(4) {
  justify-self: end;
  max-width: 670px;
}

@media only screen and (max-width: 1600px) {

  .title-copy-boxes-container .title-copy-boxes-middle-row-even.title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(4),
  .title-copy-boxes-container.section-background .title-copy-boxes-middle-row-even.title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(4) {
    max-width: 74%;
  }
}

@media only screen and (max-width: 1024px) {

  .title-copy-boxes-container .title-copy-boxes-middle-row-even.title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(4),
  .title-copy-boxes-container.section-background .title-copy-boxes-middle-row-even.title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(4) {
    max-width: 100%;
  }
}

.title-copy-boxes-container .title-copy-boxes-middle-row-even.title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(4) .title-copy-boxes-img-wrapper,
.title-copy-boxes-container.section-background .title-copy-boxes-middle-row-even.title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(4) .title-copy-boxes-img-wrapper {
  display: none;
}

.title-copy-boxes-container .title-copy-boxes-middle-row-even.title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(5),
.title-copy-boxes-container.section-background .title-copy-boxes-middle-row-even.title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(5) {
  grid-column: 1;
  max-width: none;
}

.title-copy-boxes-container .title-copy-boxes-middle-row-even.title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(5) .title-copy-boxes-img-wrapper,
.title-copy-boxes-container.section-background .title-copy-boxes-middle-row-even.title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(5) .title-copy-boxes-img-wrapper {
  flex: initial;
}

.title-copy-boxes-container .title-copy-boxes-middle-row-even.title-copy-boxes-type-6 .title-copy-boxes-item:last-child,
.title-copy-boxes-container.section-background .title-copy-boxes-middle-row-even.title-copy-boxes-type-6 .title-copy-boxes-item:last-child {
  grid-column: 2 / span 2;
  justify-self: auto;
  max-width: none;
}

.title-copy-boxes-container .title-copy-boxes-middle-row-even.title-copy-boxes-type-6 .title-copy-boxes-item:last-child .title-copy-boxes-img-wrapper,
.title-copy-boxes-container.section-background .title-copy-boxes-middle-row-even.title-copy-boxes-type-6 .title-copy-boxes-item:last-child .title-copy-boxes-img-wrapper {
  flex: 0 0 37.2%;
}

.title-copy-boxes-container .title-copy-boxes-middle-row-even.title-copy-boxes-type-7 .title-copy-boxes-item:nth-child(4),
.title-copy-boxes-container.section-background .title-copy-boxes-middle-row-even.title-copy-boxes-type-7 .title-copy-boxes-item:nth-child(4) {
  grid-column: auto;
  grid-row: 2;
  justify-self: end;
  max-width: 670px;
}

@media only screen and (max-width: 1024px) {

  .title-copy-boxes-container .title-copy-boxes-middle-row-even.title-copy-boxes-type-7 .title-copy-boxes-item:nth-child(4),
  .title-copy-boxes-container.section-background .title-copy-boxes-middle-row-even.title-copy-boxes-type-7 .title-copy-boxes-item:nth-child(4) {
    max-width: 100%;
  }
}

.title-copy-boxes-container .title-copy-boxes-middle-row-even.title-copy-boxes-type-7 .title-copy-boxes-item:nth-child(4) .title-copy-boxes-img-wrapper,
.title-copy-boxes-container.section-background .title-copy-boxes-middle-row-even.title-copy-boxes-type-7 .title-copy-boxes-item:nth-child(4) .title-copy-boxes-img-wrapper {
  display: none;
}

.title-copy-boxes-container .title-copy-boxes-middle-row-even.title-copy-boxes-type-7 .title-copy-boxes-item:nth-child(3),
.title-copy-boxes-container.section-background .title-copy-boxes-middle-row-even.title-copy-boxes-type-7 .title-copy-boxes-item:nth-child(3) {
  grid-column: auto;
  grid-row: 2;
  max-width: 670px;
}

@media only screen and (max-width: 1024px) {

  .title-copy-boxes-container .title-copy-boxes-middle-row-even.title-copy-boxes-type-7 .title-copy-boxes-item:nth-child(3),
  .title-copy-boxes-container.section-background .title-copy-boxes-middle-row-even.title-copy-boxes-type-7 .title-copy-boxes-item:nth-child(3) {
    max-width: 100%;
  }
}

.title-copy-boxes-container .title-copy-boxes-middle-row-even.title-copy-boxes-type-7 .title-copy-boxes-item:nth-child(5),
.title-copy-boxes-container.section-background .title-copy-boxes-middle-row-even.title-copy-boxes-type-7 .title-copy-boxes-item:nth-child(5) {
  grid-column: auto;
  max-width: none;
}

.title-copy-boxes-container .title-copy-boxes-middle-row-even.title-copy-boxes-type-7 .title-copy-boxes-item:nth-child(7),
.title-copy-boxes-container.section-background .title-copy-boxes-middle-row-even.title-copy-boxes-type-7 .title-copy-boxes-item:nth-child(7) {
  grid-column: 2 / span 2;
  justify-self: auto;
  max-width: none;
}

.title-copy-boxes-container .title-copy-boxes-middle-row-even.title-copy-boxes-type-7 .title-copy-boxes-item:nth-child(7) .title-copy-boxes-img-wrapper,
.title-copy-boxes-container.section-background .title-copy-boxes-middle-row-even.title-copy-boxes-type-7 .title-copy-boxes-item:nth-child(7) .title-copy-boxes-img-wrapper {
  flex: 0 0 37.2%;
}

.title-copy-boxes-container .title-copy-boxes-first-row-even.title-copy-boxes-type-5 .title-copy-boxes-item:first-child,
.title-copy-boxes-container.section-background .title-copy-boxes-first-row-even.title-copy-boxes-type-5 .title-copy-boxes-item:first-child {
  grid-column: initial;
}

.title-copy-boxes-container .title-copy-boxes-first-row-even.title-copy-boxes-type-5 .title-copy-boxes-item:first-child .title-copy-boxes-img-wrapper,
.title-copy-boxes-container.section-background .title-copy-boxes-first-row-even.title-copy-boxes-type-5 .title-copy-boxes-item:first-child .title-copy-boxes-img-wrapper {
  display: none;
}

.title-copy-boxes-container .title-copy-boxes-first-row-even.title-copy-boxes-type-5 .title-copy-boxes-item.with-image,
.title-copy-boxes-container.section-background .title-copy-boxes-first-row-even.title-copy-boxes-type-5 .title-copy-boxes-item.with-image {
  grid-column: 1 / span 2;
}

.title-copy-boxes-container .title-copy-boxes-first-row-even.title-copy-boxes-type-5 .title-copy-boxes-item.with-image .title-copy-boxes-img-wrapper,
.title-copy-boxes-container.section-background .title-copy-boxes-first-row-even.title-copy-boxes-type-5 .title-copy-boxes-item.with-image .title-copy-boxes-img-wrapper {
  flex: 0 0 37.2%;
}

.title-copy-boxes-item {
  border: 1px solid #c4c4c4;
  cursor: pointer;
  display: flex;
  transition: all 0.3s ease;
}

.title-copy-boxes-item.has-no-link {
  cursor: default;
}

@media only screen and (max-width: 1024px) {
  .title-copy-boxes-item.with-image {
    flex-direction: column;
    height: auto;
  }

  .title-copy-boxes-item.with-image .title-copy-boxes-img-wrapper .title-copy-boxes-img {
    height: 188px;
  }
}

@media only screen and (max-width: 767px) {
  .title-copy-boxes-item.with-image .title-copy-boxes-img-wrapper .title-copy-boxes-img {
    height: 167px;
  }
}

@media only screen and (max-width: 1024px) {
  .home-tabs-panels .title-copy-boxes-item.with-image {
    flex-direction: row;
  }
}

@media only screen and (max-width: 700px) {
  .home-tabs-panels .title-copy-boxes-item.with-image {
    flex-direction: column;
  }
}

.title-copy-boxes-item:hover:not(.has-no-link) {
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
}

.title-copy-boxes-item:hover:not(.has-no-link) .title-copy-boxes-img-wrapper .gatsby-image-wrapper {
  transform: scale(1.1);
}

.home-tabs-panels .title-copy-boxes-item:hover:not(.has-no-link) .title-copy-boxes-img-wrapper .gatsby-image-wrapper {
  transform: scale3d(1.1, 1.1, 1);
}

.title-copy-boxes-item .title-copy-boxes-img-wrapper .gatsby-image-wrapper {
  transform: scale3d(1.01, 1.01, 1);
  transition: transform 1s ease 0s !important;
}

.title-copy-boxes-item .link-arrow {
  right: -1px;
}

@media only screen and (max-width: 1024px) {
  .title-copy-boxes-item {
    margin-bottom: 20px;
  }

  .title-copy-boxes-item:last-child {
    margin-bottom: 0;
  }
}

.title-copy-boxes-content {
  padding: 31px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .title-copy-boxes-content {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .title-copy-boxes-content {
    padding: 21px;
  }
}

.blog-portfolio-section .title-copy-boxes-content {
  width: 100%;
}

.title-copy-boxes-title:not(.has-no-link) {
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.title-copy-boxes-title:not(.has-no-link):hover {
  text-decoration: underline;
}

.blog-portfolio-section .title-copy-boxes-title:not(.has-no-link) {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
  .blog-portfolio-section .title-copy-boxes-title:not(.has-no-link) {
    font-size: 18px;
    font-weight: 600;
  }
}

@media only screen and (max-width: 767px) {
  .title-copy-boxes-title:not(.has-no-link) {
    margin-bottom: 0;
    padding: 0 0 16px;
  }
}

.title-copy-boxes-text {
  padding-bottom: 12px;
}

.has-no-link .title-copy-boxes-text {
  padding-bottom: 0;
}

.title-copy-boxes-img-wrapper {
  overflow: hidden;
  position: relative;
}

.title-copy-boxes-img-wrapper img {
  image-rendering: -webkit-optimize-contrast;
}

@media only screen and (max-width: 1024px) {
  .title-copy-boxes-img.gatsby-image-wrapper {
    max-height: 188px;
  }
}

.title-copy-boxes-container .title-copy-boxes-type-1 .title-copy-boxes-item:first-child {
  -ms-grid-column-span: 5;
  -ms-grid-column: 1;
  grid-column: 1 / span 3;
}

.title-copy-boxes-container .title-copy-boxes-type-1 .title-copy-boxes-item:first-child .title-copy-boxes-img-wrapper {
  flex: 0 0 40%;
}

@media only screen and (min-width: 1025px) {
  .blog-portfolio-content .title-copy-boxes-container .title-copy-boxes-type-1 .title-copy-boxes-item:first-child .title-copy-boxes-img-wrapper {
    flex: 0 0 280px;
  }
}

.title-copy-boxes-container .title-copy-boxes-type-2 .title-copy-boxes-item:first-child {
  -ms-grid-column-span: 3;
  -ms-grid-column: 1;
  grid-column: 1 / span 2;
}

.title-copy-boxes-container .title-copy-boxes-type-2 .title-copy-boxes-item:first-child .title-copy-boxes-img-wrapper {
  flex: 0 0 37.2%;
}

.title-copy-boxes-container .title-copy-boxes-type-3 {
  grid-column-gap: 0;
  display: flex;
  flex-wrap: wrap;
}

.title-copy-boxes-container .title-copy-boxes-type-3 .title-copy-boxes-item:first-child {
  flex: 0 0 100%;
}

.title-copy-boxes-container .title-copy-boxes-type-3 .title-copy-boxes-item:first-child .title-copy-boxes-img-wrapper {
  flex: 0 0 40%;
}

@media only screen and (max-width: 1024px) {
  .title-copy-boxes-container .title-copy-boxes-type-3 .title-copy-boxes-item:first-child .title-copy-boxes-img-wrapper {
    height: 250px;
  }
}

.title-copy-boxes-container .title-copy-boxes-type-3 .title-copy-boxes-item:nth-child(2) {
  flex: 1 1 40%;
  margin-right: 15.5px;
}

@media only screen and (max-width: 1024px) {
  .title-copy-boxes-container .title-copy-boxes-type-3 .title-copy-boxes-item:nth-child(2) {
    margin-right: 0;
  }
}

.title-copy-boxes-container .title-copy-boxes-type-3 .title-copy-boxes-item:nth-child(3) {
  flex: 1 1 40%;
  margin-left: 15.5px;
}

@media only screen and (max-width: 1024px) {
  .title-copy-boxes-container .title-copy-boxes-type-3 .title-copy-boxes-item:nth-child(3) {
    margin-left: 0;
  }
}

.title-copy-boxes-container .title-copy-boxes-type-4 .title-copy-boxes-item:first-child,
.title-copy-boxes-container .title-copy-boxes-type-4 .title-copy-boxes-item:nth-child(4),
.title-copy-boxes-container .title-copy-boxes-type-7 .title-copy-boxes-item:first-child,
.title-copy-boxes-container .title-copy-boxes-type-7 .title-copy-boxes-item:nth-child(4) {
  -ms-grid-column-span: 3;
  -ms-grid-column: 1;
  grid-column: 1 / span 2;
}

.title-copy-boxes-container .title-copy-boxes-type-4 .title-copy-boxes-item:first-child .title-copy-boxes-img-wrapper,
.title-copy-boxes-container .title-copy-boxes-type-4 .title-copy-boxes-item:nth-child(4) .title-copy-boxes-img-wrapper,
.title-copy-boxes-container .title-copy-boxes-type-7 .title-copy-boxes-item:first-child .title-copy-boxes-img-wrapper,
.title-copy-boxes-container .title-copy-boxes-type-7 .title-copy-boxes-item:nth-child(4) .title-copy-boxes-img-wrapper {
  flex: 0 0 37.2%;
}

.title-copy-boxes-container .title-copy-boxes-type-4 .title-copy-boxes-item:nth-child(4),
.title-copy-boxes-container .title-copy-boxes-type-7 .title-copy-boxes-item:nth-child(4) {
  -ms-grid-column-span: 3;
  -ms-grid-column: 2;
  grid-column: 2 / span 2;
  grid-row: 2;
}

.title-copy-boxes-container .title-copy-boxes-type-4.last-row-even .title-copy-boxes-item:nth-child(4) {
  grid-column: 2 / span 2;
  grid-row: 2;
  justify-self: end;
  max-width: 670px;
}

@media (max-width: 1800px) {
  .title-copy-boxes-container .title-copy-boxes-type-4.last-row-even .title-copy-boxes-item:nth-child(4) {
    max-width: 74%;
  }
}

@media only screen and (max-width: 1024px) {
  .title-copy-boxes-container .title-copy-boxes-type-4.last-row-even .title-copy-boxes-item:nth-child(4) {
    max-width: 100%;
  }
}

.title-copy-boxes-container .title-copy-boxes-type-4.last-row-even .title-copy-boxes-item:nth-child(4) .title-copy-boxes-img-wrapper {
  display: none;
}

.title-copy-boxes-container .title-copy-boxes-type-4.last-row-even .title-copy-boxes-item:nth-child(3) {
  grid-column: 1 / span 2;
  grid-row: 2;
  max-width: 670px;
}

@media (max-width: 1800px) {
  .title-copy-boxes-container .title-copy-boxes-type-4.last-row-even .title-copy-boxes-item:nth-child(3) {
    max-width: 74%;
  }
}

@media only screen and (max-width: 1024px) {
  .title-copy-boxes-container .title-copy-boxes-type-4.last-row-even .title-copy-boxes-item:nth-child(3) {
    max-width: 100%;
  }
}

.title-copy-boxes-container .title-copy-boxes-type-5 .title-copy-boxes-item:first-child {
  -ms-grid-column-span: 3;
  -ms-grid-column: 1;
  grid-column: 1 / span 2;
}

.title-copy-boxes-container .title-copy-boxes-type-5 .title-copy-boxes-item:first-child .title-copy-boxes-img-wrapper {
  flex: 0 0 37.2%;
}

.title-copy-boxes-container .title-copy-boxes-type-6 {
  -ms-grid-rows: 1fr 31px 1fr 31px 1fr;
}

.title-copy-boxes-container .title-copy-boxes-type-6 .title-copy-boxes-item:first-child,
.title-copy-boxes-container .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(4),
.title-copy-boxes-container .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(5) {
  -ms-grid-column-span: 3;
  -ms-grid-column: 1;
  grid-column: 1 / span 2;
}

.title-copy-boxes-container .title-copy-boxes-type-6 .title-copy-boxes-item:first-child .title-copy-boxes-img-wrapper,
.title-copy-boxes-container .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(4) .title-copy-boxes-img-wrapper,
.title-copy-boxes-container .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(5) .title-copy-boxes-img-wrapper {
  flex: 0 0 37.2%;
}

.title-copy-boxes-container .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(4) {
  -ms-grid-column-span: 5;
  -ms-grid-column: 3;
  grid-column: 2 / span 2;
  grid-row: 2;
}

.title-copy-boxes-container .title-copy-boxes-type-6 .title-copy-boxes-item:nth-child(5) {
  -ms-grid-column-span: 3;
  -ms-grid-column: 1;
  grid-column: 1 / span 2;
  grid-row: 3;
}

.title-copy-boxes-container .title-copy-boxes-type-6.last-row-even .title-copy-boxes-item:nth-child(5) {
  max-width: 670px;
}

@media only screen and (max-width: 1600px) {
  .title-copy-boxes-container .title-copy-boxes-type-6.last-row-even .title-copy-boxes-item:nth-child(5) {
    max-width: 74%;
  }
}

@media only screen and (max-width: 1024px) {
  .title-copy-boxes-container .title-copy-boxes-type-6.last-row-even .title-copy-boxes-item:nth-child(5) {
    max-width: 100%;
  }
}

.title-copy-boxes-container .title-copy-boxes-type-6.last-row-even .title-copy-boxes-item:nth-child(5) .title-copy-boxes-img-wrapper {
  flex: initial;
}

.title-copy-boxes-container .title-copy-boxes-type-6.last-row-even .title-copy-boxes-item:last-child {
  grid-column: 2 / span 2;
  grid-row: 3;
  justify-self: end;
  max-width: 670px;
}

@media only screen and (max-width: 1600px) {
  .title-copy-boxes-container .title-copy-boxes-type-6.last-row-even .title-copy-boxes-item:last-child {
    max-width: 74%;
  }
}

@media only screen and (max-width: 1024px) {
  .title-copy-boxes-container .title-copy-boxes-type-6.last-row-even .title-copy-boxes-item:last-child {
    max-width: 100%;
  }
}

[class^="title-copy-boxes-type"] {
  -ms-grid-columns: 1fr 31px 1fr 31px 1fr;
  grid-gap: 31px;
  -ms-grid-rows: 1fr 31px 1fr;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 1024px) {
  [class^="title-copy-boxes-type"] {
    grid-gap: unset;
    display: flex;
    flex-direction: column;
  }

  .home-tabs-panels [class^="title-copy-boxes-type"] {
    display: flex;
    flex-direction: row;
  }
}

/*! Breakpoints */
/*! Media queries */
.top-bordered-columns+.top-bordered-columns {
  margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-bordered-columns+.top-bordered-columns {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .top-bordered-columns+.top-bordered-columns {
    margin-top: 0;
  }

  .top-bordered-columns+.top-bordered-columns .main-grid:first-child .top-bordered-columns-item:first-of-type {
    margin-top: 40px;
  }
}

.top-bordered-columns.vertical-order .main-grid {
  flex-direction: column;
}

.top-bordered-columns.vertical-order .top-bordered-columns-item {
  margin-bottom: 60px;
  margin-right: 0;
}

.top-bordered-columns.vertical-order .top-bordered-columns-item:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .top-bordered-columns:last-child .main-grid-item:last-child {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {

  .top-bordered-columns .main-grid.top-bordered-columns-two-rows,
  .top-bordered-columns .main-grid.top-bordered-columns-two-rows-by-three {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .top-bordered-columns .main-grid.top-bordered-columns-two-rows-by-three {
    margin-top: -60px;
  }
}

.top-bordered-columns-item {
  border-top: 4px solid;
  padding-top: 20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .top-bordered-columns-item {
    padding-bottom: 40px;
    padding-top: 16px;
  }
}

.top-bordered-columns-item.no-border {
  border: none;
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .top-bordered-columns-item:last-child {
    padding-bottom: 0;
  }
}

.top-bordered-columns-item .second-level-title,
.top-bordered-columns-item .third-level-title,
.top-bordered-columns-item .top-bordered-columns-title {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {

  .top-bordered-columns-item .second-level-title,
  .top-bordered-columns-item .third-level-title,
  .top-bordered-columns-item .top-bordered-columns-title {
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

  .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .top-bordered-columns-item .list .list-item:nth-child(odd),
  .top-bordered-columns-item .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list .list-item:nth-child(odd),
  .top-bordered-columns-item .list.columns-two .list-item:nth-child(odd),
  .top-bordered-columns-item .list.columns-two-modified .list-item:nth-child(odd) {
    padding-right: 32px;
  }
}

.top-bordered-columns-item .list:last-child {
  padding-bottom: 0;
}

.top-bordered-columns-item .link-hover:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .top-bordered-columns-two-rows .top-bordered-columns-item {
    flex-basis: 40%;
    margin-right: 0;
    max-width: 592px;
  }

  .top-bordered-columns-two-rows .top-bordered-columns-item:nth-child(4n),
  .top-bordered-columns-two-rows .top-bordered-columns-item:nth-child(4n-1) {
    margin-top: 60px;
  }

  .top-bordered-columns-two-rows .top-bordered-columns-item:nth-child(odd) {
    margin-right: 32px;
  }

  .top-bordered-columns-two-rows-by-three .top-bordered-columns-item {
    flex-basis: 30%;
    margin-right: 0;
    margin-top: 60px;
    max-width: 384px;
  }

  .top-bordered-columns-two-rows-by-three .top-bordered-columns-item:not(:nth-child(3)):not(:nth-child(6)) {
    margin-right: 32px;
  }
}

.top-bordered-columns-item.has-logo-as-title .top-bordered-columns-logo-title svg {
  margin-bottom: 12px;
}

.main-grid-full-last-child {
  display: flex;
  flex-wrap: wrap;
}

.main-grid-full-last-child .top-bordered-columns-item {
  flex-basis: 30%;
  max-width: 30%;
}

.main-grid-full-last-child .top-bordered-columns-item:last-child {
  flex-basis: 100%;
  margin-top: 40px;
  max-width: 100%;
}

/*! Breakpoints */
/*! Media queries */
.top-image-bordered-columns-image.gatsby-image-wrapper {
  filter: drop-shadow(0 4px 12px rgba(8, 46, 181, 0.12));
  height: 280px;
  width: 100%;
}

.top-image-bordered-columns svg .vertical_line {
  stroke: #c4c4c4;
}

.top-image-bordered-columns-pretitle {
  margin: 32px 0;
}

.top-image-bordered-columns-number {
  border-top: 4px solid;
  display: block;
  font-weight: 800;
  line-height: 1.2;
  padding: 12px 0 4px;
  width: 46%;
}

@media only screen and (max-width: 767px) {
  .top-image-bordered-columns-item {
    margin-bottom: 40px;
  }

  .top-image-bordered-columns-item:last-child {
    margin-bottom: 0;
  }
}

.top-image-bordered-columns-subtext {
  color: #000;
}

.top-image-bordered-columns-title.link-hover:hover {
  text-decoration: underline;
}

.top-image-bordered-columns .title-link-wrapper {
  margin-bottom: 0;
}

.top-image-bordered-columns .title-link-wrapper .title-link {
  margin-bottom: 20px;
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .two-columns-background.wrapped-grid .halved-content-item {
    width: 100%;
  }

  .two-columns-background.wrapped-grid .halved-content-item:first-of-type {
    padding-bottom: 80px;
  }

  .two-columns-background.wrapped-grid .halved-content-item:last-of-type {
    padding: 80px 32px 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .two-columns-background.wrapped-grid .halved-content-item:last-of-type {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .two-columns-background.wrapped-grid .halved-content-item .container-small {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .two-columns-background.background-theme .halved-content-item.background-theme {
    padding-bottom: 0;
  }
}

.list-block-links {
  grid-row-gap: 44px;
  grid-column-gap: 32px;
  align-content: start;
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: start;
}

.list-block-links-title {
  padding-bottom: 20px;
}

.list-block-link-item {
  cursor: pointer;
  max-width: 384px;
}

.list-block-link-item:hover:not(.without-link) .list-block-links-title {
  text-decoration: underline;
}

/*! Breakpoints */
/*! Media queries */
.table-top-subtext-item {
  border-top: 4px solid;
  padding-top: 8px;
}

.table-top-subtext-item .table-top-title {
  margin-bottom: 8px;
}

.erp-customization-issues .table-top-subtext+.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .table-top-subtext+p,
.table-top-subtext+.paragraph {
  margin-top: 32px;
}

@media only screen and (max-width: 767px) {

  .erp-customization-issues .table-top-subtext+.paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .table-top-subtext+p,
  .table-top-subtext+.paragraph {
    margin-top: 28px;
  }
}

svg+.table-top-subtext {
  margin-top: 32px;
}

@media only screen and (max-width: 767px) {
  svg+.table-top-subtext {
    margin-top: 28px;
  }
}

/*! Breakpoints */
/*! Media queries */
.table-quote-grid {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .table-quote-grid {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .table-quote-grid {
    flex-direction: column;
  }
}

.table-quote-text {
  font-size: 20px;
  font-style: italic;
  line-height: 1.4;
  margin-left: 12px;
}

@media only screen and (max-width: 1024px) {
  .table-quote-text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 479px) {
  .table-quote-text {
    margin-left: 0;
  }
}

.table-quote-subtext {
  font-size: 16px;
  line-height: 1.6;
}

.table-quote-list-grid {
  max-width: 592px;
}

.table-quote-list-grid .title-link-wrapper {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .table-quote-list-grid .title-link-wrapper {
    margin-bottom: 20px;
  }
}

.table-quote-list.list {
  grid-column-gap: 32px;
  grid-template-columns: repeat(2, 280px);
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .table-quote-list.list {
    grid-template-columns: repeat(2, 230px);
  }
}

@media only screen and (max-width: 767px) {
  .table-quote-list.list {
    display: inline-grid;
    grid-template-columns: repeat(2, auto);
    margin-top: 0;
  }
}

.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .table-quote-list.list .table-quote-list-item:nth-last-child(-n + 2),
.table-quote-list.list.columns-two .table-quote-list-item:nth-last-child(-n + 2) {
  padding-bottom: 0;
}

.table-quote-list-item {
  color: #323232;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  padding-bottom: 20px;
}

.table-quote-list-item.with-marker {
  margin-left: 20px;
  position: relative;
}

.table-quote-list-item.with-marker:before {
  align-items: center;
  border-radius: 100%;
  content: "";
  height: 10px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  top: 0;
  transform: translateY(5px);
  width: 10px;
}

/*! Breakpoints */
/*! Media queries */
.sub-text-image {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .sub-text-image {
    flex-wrap: wrap;
    margin-right: 0;
  }
}

.sub-text-image-grid {
  align-items: center;
  display: flex;
  flex-basis: 384px;
  max-width: 384px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sub-text-image-grid {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .sub-text-image-grid+.sub-text-image-grid {
    margin-top: 20px;
  }
}

.sub-text-image-grid-wrapper {
  align-items: center;
  border: 4px solid transparent;
  border-radius: 50%;
  display: flex;
  height: 120px;
  justify-content: center;
  max-width: 250px;
  overflow: hidden;
  position: relative;
  width: 120px;
}

.sub-text-image-grid-wrapper h3 {
  color: #280f59;
  margin-bottom: 0;
  vertical-align: middle;
}

.primary-scheme .sub-text-image-grid-wrapper h3 {
  color: #091e6c;
}

.main-grid-item .sub-text-image-grid {
  flex-basis: 592px;
  max-width: 592px;
}

.sub-text-image-grid:not(:last-child) {
  margin-right: 32px;
}

@media only screen and (max-width: 767px) {
  .sub-text-image-grid:not(:last-child) {
    margin-right: 0;
  }

  .sub-text-image-grid {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.sub-text-image-grid-img {
  margin-right: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sub-text-image-grid-img {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sub-text-image-grid-img svg {
    max-width: 82px;
  }
}

.sub-text-image-grid p+p {
  padding-top: 12px;
}

.sub-text-image-grid-title {
  color: #828282;
}

.sub-text-image-grid-text {
  color: #000;
}

.background-theme .sub-text-image-grid-wrapper h3 {
  color: #fff;
}

.svg-circle {
  align-items: center;
  border: 4px solid transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  text-align: center;
}

.svg-circle-text {
  color: #323232;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

.svg-rec {
  border: 4px solid transparent;
  border-radius: 4px;
  padding: 10px 0;
  text-align: center;
}

.svg-rec p {
  max-width: none;
}

.svg-rec.svg-rec-gray {
  border-color: #e0e0e0;
}

.svg-centered {
  left: 50%;
  transform: translateX(-50%);
}

.svg-bold-text {
  font-weight: 700;
  line-height: 22px;
}

.svg-text-align-center {
  text-align: center;
}

.svg-thin-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

.scheme-rec-outstanding-scheme .svg-thin-text+.svg-thin-text {
  padding-top: 12px;
}

.erp-customization-common-scheme .svg-border-gradient .scheme-row-blocks-title,
.retail-erp-key-scheme .svg-border-gradient .scheme-row-blocks-title,
.svg-medium-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.background-theme .svg-colored-text,
.svg-colored-text {
  color: #ff04d5;
}

.app-migration-framework .scheme-rec-outstanding-block:first-child .scheme-rec-outstanding-num {
  color: #0b75fd;
}

.app-migration-framework .scheme-rec-outstanding-block:nth-child(2) .scheme-rec-outstanding-num {
  color: #5751ef;
}

.app-migration-framework .scheme-rec-outstanding-block:nth-child(3) .scheme-rec-outstanding-num {
  color: #8e36e4;
}

.app-migration-framework .scheme-rec-outstanding-block:nth-child(4) .scheme-rec-outstanding-num {
  color: #c11ddb;
}

.app-migration-framework .scheme-rec-outstanding-block:nth-child(5) .scheme-rec-outstanding-num {
  color: #f207d2;
}

.app-migration-framework .scheme-rec-outstanding-block:nth-child(6) .scheme-rec-outstanding-num {
  color: #ff04d5;
}

.scheme-rec-outstanding-scheme {
  display: flex;
  overflow: hidden;
  padding: 40px 0 40px 62px;
  position: relative;
}

@media only screen and (max-width: 1440px) {
  .scheme-rec-outstanding-scheme {
    padding-left: 54px;
  }
}

@media only screen and (max-width: 1280px) {
  .scheme-rec-outstanding-scheme {
    flex-wrap: wrap;
    padding-bottom: 20px;
    padding-left: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .scheme-rec-outstanding-scheme {
    padding-right: 12px;
  }
}

.scheme-rec-outstanding .container {
  margin-left: calc(50% - 608px);
  margin-right: 0;
  max-width: none;
}

@media only screen and (max-width: 1280px) {
  .scheme-rec-outstanding .container {
    margin-left: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .scheme-rec-outstanding .container {
    margin-left: 20px;
  }
}

.scheme-row-blocks {
  align-items: stretch;
  display: flex;
  justify-content: center;
}

.scheme-row-blocks .scheme-row-titles-only {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.scheme-row-blocks .scheme-with-dots {
  position: relative;
}

.scheme-row-blocks .scheme-with-dots:after {
  background-image: linear-gradient(90deg, #6e6d71 27%, #082eb5 0);
  background-position: top;
  background-repeat: repeat-x;
  background-size: 8px 24px;
  content: "";
  height: 3px;
  position: absolute;
  right: -36px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.background-light-gray .scheme-row-blocks .scheme-with-dots:after {
  background-image: linear-gradient(90deg, #6e6d71 27%, #f8f8f8 0);
}

.scheme-row-blocks .scheme-row-blocks-arrow {
  align-self: center;
  display: flex;
  margin: 0 10px;
  width: 110px;
}

.scheme-row-blocks .scheme-row-blocks-arrow+.scheme-row-blocks-arrow {
  margin-left: 0;
}

.scheme-row-blocks .scheme-row-blocks-arrow.rotate {
  transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) {
  .scheme-row-blocks .scheme-row-blocks-arrow {
    margin: 0 4px;
    width: 50px;
  }
}

.scheme-row-blocks .scheme-row-blocks-arrow:last-child {
  display: none;
}

.background-theme .scheme-row-blocks .scheme-row-blocks-arrow path {
  fill: #fff;
}

.scheme-row-blocks-two {
  flex-wrap: wrap;
  justify-content: space-between;
}

.scheme-row-blocks-two .scheme-row-blocks-item {
  margin-right: 0;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .scheme-row-blocks-two .scheme-row-blocks-item {
    flex-basis: 30%;
    margin-right: 0;
    margin-top: 60px;
    max-width: 384px;
  }

  .scheme-row-blocks-two .scheme-row-blocks-item:not(:nth-child(3)):not(:nth-child(6)) {
    margin-right: 32px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .scheme-row-blocks-two .scheme-row-blocks-item {
    flex-basis: 40%;
    margin-right: 0;
    max-width: 320px;
  }

  .scheme-row-blocks-two .scheme-row-blocks-item:nth-child(odd) {
    margin-right: 20px;
  }
}

.scheme-row-blocks-item {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  margin-right: 32px;
}

.scheme-row-blocks-item.scheme-with-arrows,
.scheme-row-blocks-item:last-child {
  margin-right: 0;
}

.scheme-row-blocks-item:last-child .scheme-with-dots:after {
  display: none;
}

.scheme-row-blocks-item.scheme-row-bigger-item {
  max-width: 480px;
}

.scheme-row-blocks-item.scheme-row-bigger-item .scheme-row-blocks-inner {
  align-items: center;
  flex-direction: row;
  justify-content: center;
  padding: 32px 0;
}

.scheme-row-blocks-item.scheme-row-smaller-item {
  max-width: 200px;
}

.scheme-row-blocks-item .svg-border-gradient a:hover p {
  text-decoration: underline;
}

.scheme-row-blocks-inner {
  align-items: center;
  border-radius: 0 0 4px 4px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 18px 20px;
  text-align: center;
}

.background-light-gray .scheme-row-blocks-inner,
.section .scheme-row-blocks-inner {
  background-color: #f8f8f8;
  border: 3px solid #eee;
  border-top: none;
}

.background-light-gray .scheme-row-blocks-inner.has-no-background,
.section .scheme-row-blocks-inner.has-no-background {
  background-color: #fff;
}

.scheme-row-blocks-inner .list-item {
  font-size: 14px;
  padding-bottom: 11px;
}

.scheme-row-blocks-inner .list-item:last-child {
  padding-bottom: 0;
}

.scheme-row-blocks-title:not(.svg-thin-text) {
  color: #000;
  font-weight: 700;
  line-height: 22px;
}

.background-theme .scheme-row-blocks-title:not(.svg-thin-text) {
  color: #fff;
}

.scheme-row-blocks-paragraph {
  font-size: 14px;
  line-height: 18px;
}

.scheme-row-blocks-5 .scheme-row-blocks-item {
  margin-right: 40px;
}

.scheme-row-blocks-5 .scheme-row-blocks-item.scheme-with-arrows,
.scheme-row-blocks-5 .scheme-row-blocks-item:last-child {
  margin-right: 0;
}

.scheme-circled-inner-title {
  font-size: 16px;
  font-weight: 700;
  left: 50%;
  line-height: 22px;
  max-width: 120px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.scheme-circled {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.scheme-circled .svg-circle {
  position: absolute;
}

.scheme-circled-10 .svg-circle,
.scheme-circled-7 .svg-circle,
.scheme-circled-8 .svg-circle,
.scheme-circled-9 .svg-circle {
  height: 120px;
  width: 120px;
}

.scheme-circled-12 .svg-circle,
.scheme-circled-6 .svg-circle {
  height: 100px;
  width: 100px;
}

.scheme-circled-6 {
  height: 448px;
}

@media only screen and (max-width: 1024px) {
  .scheme-circled-6 {
    height: 400px;
    max-width: 350px;
  }

  .scheme-circled-6 svg {
    width: 150px;
  }
}

.scheme-circled-6 .svg-circle:first-of-type {
  top: 0;
}

.scheme-circled-6 .svg-circle:nth-of-type(2) {
  right: 0;
  top: 87px;
}

.scheme-circled-6 .svg-circle:nth-of-type(3) {
  bottom: 87px;
  right: 0;
}

.scheme-circled-6 .svg-circle:nth-of-type(4) {
  bottom: 0;
}

.scheme-circled-6 .svg-circle:nth-of-type(5) {
  bottom: 87px;
  left: 0;
}

.scheme-circled-6 .svg-circle:last-of-type {
  left: 0;
  top: 87px;
}

.scheme-circled-7 {
  height: 470px;
  max-width: 478px;
  width: 100%;
}

.scheme-circled-7 .svg-circle:first-of-type {
  top: 0;
}

.scheme-circled-7 .svg-circle:nth-of-type(2) {
  right: 38px;
  top: 73px;
}

.scheme-circled-7 .svg-circle:nth-of-type(3) {
  bottom: 130px;
  right: 0;
}

.scheme-circled-7 .svg-circle:nth-of-type(4) {
  bottom: 5px;
  right: 103px;
}

.scheme-circled-7 .svg-circle:nth-of-type(5) {
  bottom: 5px;
  left: 103px;
}

.scheme-circled-7 .svg-circle:nth-of-type(6) {
  bottom: 130px;
  left: 4px;
}

.scheme-circled-7 .svg-circle:last-of-type {
  left: 38px;
  top: 73px;
}

.scheme-circled-8 {
  height: 488px;
  max-width: 488px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .scheme-circled-8:not(.keep-initial-width-scheme) {
    max-width: 375px;
  }
}

.scheme-circled-8.scheme-circled-smaller {
  height: 476px;
  max-width: 476px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .scheme-circled-8.scheme-circled-smaller {
    height: 400px;
    max-width: 375px;
  }

  .scheme-circled-8.scheme-circled-smaller svg {
    height: 150px;
    width: 150px;
  }

  .scheme-circled-8.scheme-circled-smaller .svg-circle {
    height: 100px;
    width: 100px;
  }
}

.scheme-circled-8 .svg-circle:first-of-type {
  top: 0;
}

.scheme-circled-8 .svg-circle:nth-of-type(5) {
  bottom: 0;
}

.scheme-circled-8 .svg-circle:nth-of-type(2),
.scheme-circled-8 .svg-circle:nth-of-type(8) {
  right: 10%;
  top: 10%;
}

.scheme-circled-8 .svg-circle:nth-of-type(8) {
  left: 10%;
}

.scheme-circled-8 .svg-circle:nth-of-type(3),
.scheme-circled-8 .svg-circle:nth-of-type(7) {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.scheme-circled-8 .svg-circle:nth-of-type(7) {
  left: 0;
}

.scheme-circled-8 .svg-circle:nth-of-type(4),
.scheme-circled-8 .svg-circle:nth-of-type(6) {
  bottom: 10%;
  right: 10%;
}

.scheme-circled-8 .svg-circle:nth-of-type(6) {
  left: 10%;
}

.scheme-circled-9 {
  max-width: 539px;
}

.scheme-circled-9 .svg-circle:first-of-type {
  top: 0;
}

.scheme-circled-9 .svg-circle:nth-of-type(2) {
  right: 72px;
  top: 52px;
}

.scheme-circled-9 .svg-circle:nth-of-type(3) {
  bottom: 45%;
  right: 0;
}

.scheme-circled-9 .svg-circle:nth-of-type(4) {
  bottom: 96px;
  right: 25px;
}

.scheme-circled-9 .svg-circle:nth-of-type(5) {
  bottom: 0;
  right: 136px;
}

.scheme-circled-9 .svg-circle:nth-of-type(6) {
  bottom: 0;
  left: 136px;
}

.scheme-circled-9 .svg-circle:nth-of-type(7) {
  bottom: 96px;
  left: 25px;
}

.scheme-circled-9 .svg-circle:nth-of-type(8) {
  bottom: 45%;
  left: 0;
}

.scheme-circled-9 .svg-circle:last-of-type {
  left: 72px;
  top: 52px;
}

@media only screen and (max-width: 1216px) {
  .scheme-circled-9 .svg-circle:nth-of-type(5) {
    right: 24%;
  }

  .scheme-circled-9 .svg-circle:nth-of-type(6) {
    left: 24%;
  }
}

.scheme-circled-10 .svg-circle:first-of-type {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.scheme-circled-10 .svg-circle:nth-of-type(2) {
  right: 18%;
  top: 7%;
}

.scheme-circled-10 .svg-circle:nth-of-type(3) {
  right: 5%;
  top: 26%;
}

.scheme-circled-10 .svg-circle:nth-of-type(4) {
  bottom: 26%;
  right: 5%;
}

.scheme-circled-10 .svg-circle:nth-of-type(5) {
  bottom: 7%;
  right: 18%;
}

.scheme-circled-10 .svg-circle:nth-of-type(6) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .scheme-circled-10 .svg-circle:nth-of-type(6) {
    font-size: 12px;
  }
}

.scheme-circled-10 .svg-circle:nth-of-type(7) {
  bottom: 7%;
  left: 18%;
}

.scheme-circled-10 .svg-circle:nth-of-type(8) {
  bottom: 26%;
  left: 5%;
}

.scheme-circled-10 .svg-circle:nth-of-type(9) {
  left: 5%;
  top: 26%;
}

.scheme-circled-10 .svg-circle:nth-of-type(10) {
  left: 18%;
  top: 7%;
}

.scheme-circled-12 {
  height: 511px;
  max-width: 511px;
  width: 100%;
}

.scheme-circled-12 .svg-circle:first-of-type {
  right: 150px;
  top: 0;
}

.scheme-circled-12 .svg-circle:nth-of-type(2) {
  right: 55px;
  top: 55px;
}

.scheme-circled-12 .svg-circle:nth-of-type(3) {
  right: 0;
  top: 150px;
}

.scheme-circled-12 .svg-circle:nth-of-type(4) {
  bottom: 150px;
  right: 0;
}

.scheme-circled-12 .svg-circle:nth-of-type(5) {
  bottom: 55px;
  right: 55px;
}

.scheme-circled-12 .svg-circle:nth-of-type(6) {
  bottom: 0;
  right: 150px;
}

.scheme-circled-12 .svg-circle:nth-of-type(7) {
  bottom: 0;
  left: 150px;
}

.scheme-circled-12 .svg-circle:nth-of-type(8) {
  bottom: 55px;
  left: 55px;
}

.scheme-circled-12 .svg-circle:nth-of-type(9) {
  bottom: 150px;
  left: 0;
}

.scheme-circled-12 .svg-circle:nth-of-type(10) {
  left: 0;
  top: 150px;
}

.scheme-circled-12 .svg-circle:nth-of-type(11) {
  left: 55px;
  top: 55px;
}

.scheme-circled-12 .svg-circle:nth-of-type(12) {
  left: 150px;
  top: 0;
}

.scheme-spiraled {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 45px 85px 50px 100px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .scheme-spiraled {
    height: auto;
  }
}

.scheme-spiraled-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}

.scheme-spiraled-text {
  position: absolute;
}

.scheme-spiraled-text+.scheme-spiraled-text {
  padding-top: 0;
}

.scheme-spiraled-text:first-child,
.scheme-spiraled-text:nth-child(3) {
  left: 50%;
  text-align: center;
  top: 0;
  transform: translateX(-50%);
}

.scheme-spiraled-text:nth-child(3) {
  bottom: 0;
  top: unset;
}

.scheme-spiraled-text:nth-child(2),
.scheme-spiraled-text:nth-child(4) {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.scheme-spiraled-text:nth-child(4) {
  left: 0;
  right: unset;
  text-align: right;
}

.background-theme .half-circle-sheme .svg-circle {
  color: #fff;
}

.background-theme .scheme-circled svg path {
  fill: #003849;
  opacity: 0.5;
}

.background-theme .scheme-circled svg path:last-child {
  fill: #c4c4c4;
  opacity: 1;
}

.half-circle-sheme {
  align-items: flex-end;
  display: flex;
  height: 276px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 526px;
}

@media only screen and (max-width: 1024px) {
  .half-circle-sheme {
    margin-bottom: 40px;
  }
}

.half-circle-sheme svg {
  margin-left: 0;
  margin-right: 0;
}

.half-circle-sheme .svg-circle {
  bottom: 8px;
  color: #323232;
  font-size: 14px;
  font-weight: 300;
  height: 120px;
  line-height: 18px;
  position: absolute;
  white-space: break-spaces;
  width: 120px;
}

.half-circle-sheme div:nth-child(2) {
  bottom: 0;
  font-weight: 700;
  line-height: 20px;
  max-width: 85px;
  position: absolute;
  text-align: center;
}

.half-circle-sheme div:nth-child(3) {
  bottom: 9px;
  left: 0;
}

.half-circle-sheme div:nth-child(4) {
  left: 77px;
  top: 41px;
}

.half-circle-sheme div:nth-child(5) {
  top: 0;
}

.half-circle-sheme div:nth-child(6) {
  right: 77px;
  top: 41px;
}

.half-circle-sheme div:nth-child(7) {
  bottom: 9px;
  right: 0;
}

.scheme-circled-dotted {
  height: 402px;
  margin: 0 auto;
  position: relative;
  width: 426px;
}

.scheme-circled-dotted-circle {
  background: repeating-conic-gradient(#c4c4c4 0 1.6753246753deg,
      transparent 0 4.6753246753deg);
  border-radius: 50%;
  display: inline-block;
  height: 100%;
  left: 0;
  -webkit-mask: radial-gradient(farthest-side,
      transparent calc(100% - 2px),
      #fff calc(100% - 1px));
  mask: radial-gradient(farthest-side,
      transparent calc(100% - 2px),
      #fff calc(100% - 1px));
  position: absolute;
  top: 0;
  width: 100%;
}

.scheme-circled-dotted-circle-container {
  height: 286px;
  left: 72px;
  position: absolute;
  top: 58px;
  width: 286px;
}

.scheme-circled-dotted-inner {
  height: 164px;
  left: 61px;
  position: absolute;
  top: 61px;
  width: 164px;
}

.scheme-circled-dotted-inner-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  max-width: 98px;
}

.scheme-circled-dotted-text {
  padding: 0;
  position: absolute;
}

.scheme-circled-dotted-dot {
  border-radius: 50%;
  height: 10px;
  position: absolute;
  width: 10px;
}

.scheme-circled-dotted-8 .scheme-circled-dotted-dot:nth-of-type(2) {
  left: 139px;
  top: -5px;
}

.scheme-circled-dotted-8 .scheme-circled-dotted-dot:nth-of-type(3) {
  left: 238px;
  top: 34px;
}

.scheme-circled-dotted-8 .scheme-circled-dotted-dot:nth-of-type(4) {
  left: 280px;
  top: 135px;
}

.scheme-circled-dotted-8 .scheme-circled-dotted-dot:nth-of-type(5) {
  left: 243px;
  top: 235px;
}

.scheme-circled-dotted-8 .scheme-circled-dotted-dot:nth-of-type(6) {
  left: 139px;
  top: 281px;
}

.scheme-circled-dotted-8 .scheme-circled-dotted-dot:nth-of-type(7) {
  left: 34px;
  top: 235px;
}

.scheme-circled-dotted-8 .scheme-circled-dotted-dot:nth-of-type(8) {
  left: -4px;
  top: 135px;
}

.scheme-circled-dotted-8 .scheme-circled-dotted-dot:nth-of-type(9) {
  left: 41px;
  top: 34px;
}

.scheme-circled-dotted-8 .scheme-circled-dotted-text:first-of-type {
  left: 178px;
  top: 0;
}

.scheme-circled-dotted-8 .scheme-circled-dotted-text:nth-of-type(2) {
  left: 339px;
  top: 75px;
}

.scheme-circled-dotted-8 .scheme-circled-dotted-text:nth-of-type(3) {
  left: 379px;
  top: 179px;
}

.scheme-circled-dotted-8 .scheme-circled-dotted-text:nth-of-type(4) {
  left: 344px;
  top: 280px;
}

.scheme-circled-dotted-8 .scheme-circled-dotted-text:nth-of-type(5) {
  left: 171px;
  top: 362px;
}

.scheme-circled-dotted-8 .scheme-circled-dotted-text:nth-of-type(6) {
  left: 0;
  top: 280px;
}

.scheme-circled-dotted-8 .scheme-circled-dotted-text:nth-of-type(7) {
  left: 0;
  top: 179px;
}

.scheme-circled-dotted-8 .scheme-circled-dotted-text:nth-of-type(8) {
  left: 45px;
  top: 85px;
}

.scheme-circled-dotted-8 .scheme-circled-dotted-text:first-of-type,
.scheme-circled-dotted-8 .scheme-circled-dotted-text:nth-of-type(5) {
  text-align: center;
}

.scheme-circled-dotted-8 .scheme-circled-dotted-text:nth-of-type(2),
.scheme-circled-dotted-8 .scheme-circled-dotted-text:nth-of-type(3),
.scheme-circled-dotted-8 .scheme-circled-dotted-text:nth-of-type(4) {
  text-align: left;
}

.scheme-circled-dotted-8 .scheme-circled-dotted-text:nth-of-type(6),
.scheme-circled-dotted-8 .scheme-circled-dotted-text:nth-of-type(7),
.scheme-circled-dotted-8 .scheme-circled-dotted-text:nth-of-type(8) {
  text-align: right;
}

.scheme-circled-dotted-6 {
  height: 368px;
  width: 592px;
}

.scheme-circled-dotted-6 .scheme-circled-dotted-dot:nth-of-type(2) {
  left: 138px;
  top: -5px;
}

.scheme-circled-dotted-6 .scheme-circled-dotted-dot:nth-of-type(3) {
  left: 261px;
  top: 67px;
}

.scheme-circled-dotted-6 .scheme-circled-dotted-dot:nth-of-type(4) {
  left: 261px;
  top: 209px;
}

.scheme-circled-dotted-6 .scheme-circled-dotted-dot:nth-of-type(5) {
  left: 138px;
  top: 281px;
}

.scheme-circled-dotted-6 .scheme-circled-dotted-dot:nth-of-type(6) {
  left: 15px;
  top: 209px;
}

.scheme-circled-dotted-6 .scheme-circled-dotted-dot:nth-of-type(7) {
  left: 15px;
  top: 67px;
}

.scheme-circled-dotted-6 .scheme-circled-dotted-text:first-of-type {
  left: 218px;
  top: 0;
}

.scheme-circled-dotted-6 .scheme-circled-dotted-text:nth-of-type(2) {
  left: 441px;
  top: 91px;
}

.scheme-circled-dotted-6 .scheme-circled-dotted-text:nth-of-type(3) {
  left: 441px;
  top: 233px;
}

.scheme-circled-dotted-6 .scheme-circled-dotted-text:nth-of-type(4) {
  left: 241px;
  top: 346px;
}

.scheme-circled-dotted-6 .scheme-circled-dotted-text:nth-of-type(5) {
  left: 39px;
  top: 244px;
}

.scheme-circled-dotted-6 .scheme-circled-dotted-text:nth-of-type(6) {
  left: 50px;
  top: 102px;
}

.scheme-circled-dotted-6 .scheme-circled-dotted-circle-container {
  left: 153px;
  top: 41px;
}

.scheme-circled-dotted-6 .scheme-circled-dotted-text:first-of-type,
.scheme-circled-dotted-6 .scheme-circled-dotted-text:nth-of-type(4) {
  text-align: center;
}

.scheme-circled-dotted-6 .scheme-circled-dotted-text:nth-of-type(2),
.scheme-circled-dotted-6 .scheme-circled-dotted-text:nth-of-type(3) {
  text-align: left;
}

.scheme-circled-dotted-6 .scheme-circled-dotted-text:nth-of-type(5),
.scheme-circled-dotted-6 .scheme-circled-dotted-text:nth-of-type(6) {
  text-align: right;
}

.scheme-circled-dotted-5 .scheme-circled-dotted-dot:nth-of-type(2) {
  left: 139px;
  top: -5px;
}

.scheme-circled-dotted-5 .scheme-circled-dotted-dot:nth-of-type(3) {
  left: 273px;
  top: 94px;
}

.scheme-circled-dotted-5 .scheme-circled-dotted-dot:nth-of-type(4) {
  left: 222px;
  top: 253px;
}

.scheme-circled-dotted-5 .scheme-circled-dotted-dot:nth-of-type(5) {
  left: 54px;
  top: 253px;
}

.scheme-circled-dotted-5 .scheme-circled-dotted-dot:nth-of-type(6) {
  left: 3px;
  top: 94px;
}

.scheme-circled-dotted-5 .scheme-circled-dotted-text:first-of-type {
  left: 228px;
  top: -4px;
}

.scheme-circled-dotted-5 .scheme-circled-dotted-text:nth-of-type(2) {
  left: 443px;
  top: 130px;
}

.scheme-circled-dotted-5 .scheme-circled-dotted-text:nth-of-type(3) {
  left: 391px;
  top: 290px;
}

.scheme-circled-dotted-5 .scheme-circled-dotted-text:nth-of-type(4) {
  left: 94px;
  top: 290px;
}

.scheme-circled-dotted-5 .scheme-circled-dotted-text:nth-of-type(5) {
  left: 5px;
  top: 119px;
}

.scheme-circled-dotted-5 .scheme-circled-dotted-text:first-of-type {
  text-align: center;
}

.scheme-circled-dotted-5 .scheme-circled-dotted-text:nth-of-type(2),
.scheme-circled-dotted-5 .scheme-circled-dotted-text:nth-of-type(3) {
  text-align: left;
}

.scheme-circled-dotted-5 .scheme-circled-dotted-text:nth-of-type(4),
.scheme-circled-dotted-5 .scheme-circled-dotted-text:nth-of-type(5) {
  text-align: right;
}

/*! Breakpoints */
/*! Media queries */
.side-info-menu {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  float: left;
  left: calc(50% - 608px);
  padding-bottom: 80px;
  position: relative;
  top: 0;
  z-index: 11;
}

@media only screen and (max-width: 1024px) {
  .side-info-menu {
    left: 0;
    margin-top: 0;
    max-width: none;
    width: 100%;
  }
}

.side-info-menu.sticky {
  position: fixed;
  top: 140px;
}

.side-info-menu.sticky.static {
  position: relative;
  top: 0;
}

@media only screen and (max-width: 1024px) {
  .side-info-menu.sticky {
    bottom: 0;
    overflow: visible;
    top: auto;
    width: 100%;
  }
}

.side-info-menu-list {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1440px) {
  .side-info-menu-list {
    max-height: 280px;
    overflow-y: auto;
    scrollbar-width: none;
  }

  .side-info-menu-list::-webkit-scrollbar {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .side-info-menu-list {
    background-color: #fff;
    flex-direction: row;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
  }
}

.side-info-menu-list li {
  padding-bottom: 16px;
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .side-info-menu-list li {
    padding-bottom: 0;
  }
}

.side-info-menu-list li:last-child,
.side-info-menu-list li:last-child a {
  padding-bottom: 0;
}

.side-info-menu-list li.blog-side-menu {
  padding-bottom: 12px;
}

.side-info-menu-list li.blog-side-menu a.side-info-menu-item {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.side-info-menu-list li.blog-side-menu a.side-info-menu-item strong {
  font-weight: 500;
}

.side-info-menu-type {
  color: #6e6d71;
  font-weight: 300;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.side-info-menu-header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  width: auto;
}

@media only screen and (max-width: 1024px) {
  .side-info-menu-header {
    width: 80%;
  }
}

.side-info-menu-header-text {
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .side-info-menu-header-text {
    text-align: left;
  }
}

.side-info-menu-title {
  white-space: pre-line;
}

.privacy-cookies-info-container a.side-info-menu-item.active {
  color: #ff04d5;
}

a.side-info-menu-item {
  color: #000;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 16px;
  text-align: right;
}

a.side-info-menu-item h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  a.side-info-menu-item {
    margin-right: 20px;
    padding-bottom: 0;
    scroll-margin-right: 20px;
  }

  a.side-info-menu-item:hover {
    text-decoration: none;
  }
}

a.side-info-menu-item:hover {
  text-decoration: underline;
}

.blog-portfolio-content .side-info-menu {
  padding-bottom: 124px;
  width: 280px;
}

@media only screen and (max-width: 1280px) {
  .blog-portfolio-content .side-info-menu {
    left: calc(100vw - 1209px);
    max-width: 210px;
  }
}

@media only screen and (max-width: 1200px) {
  .blog-portfolio-content .side-info-menu {
    left: calc(100vw - 1122px);
  }
}

@media only screen and (max-width: 1120px) {
  .blog-portfolio-content .side-info-menu {
    left: calc(100vw - 1030px);
  }
}

@media only screen and (max-width: 1024px) {
  .blog-portfolio-content .side-info-menu {
    align-items: flex-start;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
    float: none;
    left: 0;
    max-width: none;
    padding: 24px 0 24px 20px;
    width: 100%;
  }

  .blog-portfolio-content .side-info-menu-list {
    justify-content: flex-start;
    margin-top: 24px;
  }
}

.blog-portfolio-content .side-info-menu-list li {
  margin-top: 0;
  padding-left: 0;
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .blog-portfolio-content .side-info-menu-list li {
    white-space: nowrap;
  }
}

.blog-portfolio-content .side-info-menu-list li.blog-side-menu {
  padding-bottom: 12px;
}

.blog-portfolio-content .side-info-menu-list li:before {
  display: none;
}

.blog-portfolio-content .side-info-menu-title {
  margin-top: 0;
  padding-top: 0;
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .blog-portfolio-content .side-info-menu-title {
    flex-basis: 100%;
    max-width: 100%;
    text-align: left;
  }
}

@media only screen and (max-width: 374px) {
  .blog-portfolio-content .side-info-menu-title {
    font-size: 13px;
  }
}

.blog-content .side-info-menu {
  max-width: 352px;
  width: 100%;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .blog-content .side-info-menu {
    left: calc(100vw - 1106px);
    max-width: 210px;
  }
}

@media only screen and (max-width: 1120px) {
  .blog-content .side-info-menu {
    left: calc(100vw - 1010px);
  }
}

@media only screen and (max-width: 1024px) {
  .blog-content .side-info-menu {
    left: 0;
    max-width: none;
  }
}

.side-menu-hide {
  display: none;
}

.side-menu-absolute {
  bottom: 40px;
  position: absolute;
  top: auto;
  z-index: 11;
}

.stick-to-bottom-mobile {
  bottom: 0;
  display: block;
  position: fixed;
  top: auto;
}

.side-menu-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.side-info-menu-landing.side-info-menu {
  align-items: flex-start;
  border-left: 1px solid #c4c4c4;
  padding-bottom: 0;
  padding-left: 30px;
  position: static;
}

@media only screen and (max-width: 767px) {
  .side-info-menu-landing.side-info-menu {
    border-left-width: 0;
    padding: 0;
    position: absolute;
    top: -75px;
  }
}

.side-info-menu-landing.side-info-menu .side-info-menu-list {
  align-items: flex-start;
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .side-info-menu-landing.side-info-menu .side-info-menu-list {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .side-info-menu-landing.side-info-menu .side-info-menu-list {
    flex-direction: row;
    margin-top: 12px;
  }

  .side-info-menu-landing.side-info-menu .side-info-menu-list::-webkit-scrollbar {
    display: none;
  }
}

.side-info-menu-landing.side-info-menu .side-info-menu-list li {
  padding: 0 0 12px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .side-info-menu-landing.side-info-menu .side-info-menu-list li {
    padding-bottom: 0;
  }
}

.side-info-menu-landing.side-info-menu .side-info-menu-list li:last-child,
.side-info-menu-landing.side-info-menu .side-info-menu-list li:last-child a {
  padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .side-info-menu-landing.side-info-menu .side-info-menu-header {
    width: unset;
  }
}

.side-info-menu-landing.side-info-menu .side-info-menu-header-text {
  text-align: left;
}

.side-info-menu-landing.side-info-menu a.side-info-menu-item {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 0;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .side-info-menu-landing.side-info-menu a.side-info-menu-item {
    margin-right: 20px;
    scroll-margin-right: 20px;
  }
}

.side-info-menu-landing.side-info-menu a.side-info-menu-item:hover {
  text-decoration: none;
}

/*! Breakpoints */
/*! Media queries */
.share-menu-wrapper {
  align-items: flex-end;
  bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 150px;
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .share-menu-wrapper {
    justify-content: center;
    top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .share-menu-icon {
    height: 15px;
    width: 15px;
  }
}

.share-menu-link {
  align-items: center;
  background-color: transparent;
  border: 1px solid #323232;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  outline: none;
  padding: 10px 20px;
}

.share-menu-link.open {
  background-color: #f2f2f2;
}

@media only screen and (max-width: 1024px) {
  .share-menu-link {
    border-radius: 50%;
    margin-right: 20px;
    margin-top: 0;
    padding: 14px;
    position: static;
    z-index: 1;
  }
}

.share-menu-text {
  color: #6e6d71;
  font-size: 16px;
  line-height: 19px;
  padding-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .share-menu-text {
    display: none;
  }
}

.share-menu-list {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  opacity: 0;
  overflow: hidden;
  padding: 0 16px;
  position: absolute;
  right: 0;
  top: 57px;
  transform: translateY(-20px);
  transition: all 0.3s ease-in;
  visibility: hidden;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .share-menu-list {
    right: 20px;
    top: 0;
  }
}

.blog-portfolio-content .share-menu-list {
  margin-top: 0;
}

.share-menu-list-item {
  position: relative;
}

.share-menu-list-item:first-child {
  margin-top: 16px;
}

.share-menu-list-item:last-child {
  margin-bottom: 16px;
}

.share-menu-list-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.share-menu-list .share-menu-list-link {
  color: #000;
  opacity: 1;
}

.share-menu-list .share-menu-list-link .icon-social-svg {
  padding-right: 12px;
  width: 40px;
}

.share-menu-list.open {
  opacity: 1;
  transform: none;
  visibility: visible;
}

@media only screen and (max-width: 1024px) {
  .share-menu-list.open {
    top: -160px;
  }
}

@media only screen and (max-width: 767px) {
  .share-menu-list.open {
    top: -152px;
  }
}

.blog-portfolio-content ul.share-menu-list li {
  line-height: 1em;
  padding-left: 0;
}

.blog-portfolio-content ul.share-menu-list li:before {
  display: none;
}

.blog-portfolio-content ul.share-menu-list li+li {
  margin-top: 16px;
}

/*! Breakpoints */
/*! Media queries */
.title-link {
  border-bottom: none;
}

.title-link.link-arrow-single {
  margin-left: 16px;
  padding-top: 0;
  position: relative;
}

.title-link.link-arrow-single .link-arrow-single-inner {
  height: 48px;
  position: relative;
  top: 0;
  width: 48px;
}

.title-link-wrapper {
  align-items: center;
  display: flex;
  margin-bottom: 24px;
  position: relative;
}

.title-link-wrapper-offset {
  margin-right: 64px;
}

.thiny-tabs .title-link-wrapper {
  margin-bottom: 20px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .title-link-wrapper {
    margin-bottom: 20px;
  }
}

.title-link-wrapper.has-no-margin-bottom {
  margin-bottom: 0;
}

.title-link-wrapper:hover .title-link-text {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.title-link-wrapper .title-link-text a {
  color: initial;
}

.background-theme .title-link-wrapper .title-link-text a,
.background-theme-second .title-link-wrapper .title-link-text a {
  color: #fff;
}

.title-link-wrapper h3 {
  margin-bottom: 0;
}

.title-link-wrapper.one-line {
  align-items: normal;
  justify-content: normal;
}

.title-link-wrapper.one-line .link-arrow-single {
  height: 48px;
  width: 48px;
}

.title-link-wrapper.one-line h3 {
  line-height: 48px;
}

/*! Breakpoints */
/*! Media queries */
.image-grid-bordered-caption {
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .image-grid-bordered-caption-item {
    margin-right: 32px;
  }
}

.image-grid-bordered-caption-item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .image-grid-bordered-caption-item:last-child {
    margin-bottom: 0;
  }

  .image-grid-bordered-caption-item {
    margin-bottom: 40px;
  }
}

.image-grid-bordered-caption-item a:hover h4 {
  text-decoration: underline;
}

.image-grid-bordered-caption-text {
  border-top: 4px solid;
  margin-bottom: 32px;
  margin-top: 32px;
  padding-top: 12px;
}

.image-grid-bordered-caption-text.image-grid-empty {
  margin-bottom: 20px;
  padding-top: 0;
}

.image-grid-bordered-caption-text .caption-name {
  color: #000;
  margin-bottom: 0;
}

.image-grid-bordered-caption-text .caption-name.extra-bold {
  font-weight: 800;
}

.image-grid-bordered-caption-text .caption-name+.caption-text {
  color: #323232;
  padding-top: 4px;
}

.image-grid-bordered-caption-text.halved-border {
  border: none;
  padding-top: 0;
}

.image-grid-bordered-caption-text.halved-border:before {
  content: "";
  display: block;
  height: 4px;
  margin-bottom: 8px;
  width: 46%;
}

.image-grid-bordered-caption-img.gatsby-image-wrapper {
  filter: drop-shadow(0 4px 12px rgba(8, 46, 181, 0.12));
  height: 280px;
}

.image-grid-bordered-caption-img.gatsby-image-wrapper .image {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .image-grid-bordered-caption.image-grid-bordered-two-rows {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .image-grid-bordered-caption.image-grid-bordered-two-rows .main-grid-item {
    flex-basis: 40%;
    margin-right: 0;
    max-width: 592px;
  }

  .image-grid-bordered-caption.image-grid-bordered-two-rows .main-grid-item:nth-child(4n),
  .image-grid-bordered-caption.image-grid-bordered-two-rows .main-grid-item:nth-child(4n-1) {
    margin-top: 60px;
  }

  .image-grid-bordered-caption.image-grid-bordered-two-rows .main-grid-item:nth-child(odd) {
    margin-right: 32px;
  }
}

.image-grid-bordered-caption .swiper-button-next,
.image-grid-bordered-caption .swiper-button-prev {
  align-items: center;
  background: #e0e0e0;
  display: flex;
  height: 52px;
  justify-content: center;
  position: absolute;
  top: 120px;
  width: 52px;
  z-index: 2;
}

.image-grid-bordered-caption .swiper-button-next:hover,
.image-grid-bordered-caption .swiper-button-prev:hover {
  background-color: #c4c4c4;
  cursor: pointer;
}

@media only screen and (max-width: 1440px) {

  .image-grid-bordered-caption .swiper-button-next:hover,
  .image-grid-bordered-caption .swiper-button-prev:hover {
    background-color: hsla(0, 0%, 100%, 0.7);
  }

  .image-grid-bordered-caption .swiper-button-next,
  .image-grid-bordered-caption .swiper-button-prev {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: hsla(0, 0%, 100%, 0.3);
  }
}

.image-grid-bordered-caption .swiper-button-prev {
  left: -84px;
  transform: rotate(180deg);
}

@media only screen and (max-width: 1440px) {
  .image-grid-bordered-caption .swiper-button-prev {
    left: 0;
  }
}

.image-grid-bordered-caption .swiper-button-next {
  right: -84px;
}

@media only screen and (max-width: 1440px) {
  .image-grid-bordered-caption .swiper-button-next {
    right: 0;
  }
}

.quote-block {
  padding: 28px 32px 32px 54px;
}

*+.quote-block {
  margin-top: 40px;
}

.quote-block-title {
  font-weight: 300;
  line-height: 1.2;
}

.quote-block-text {
  display: flex;
  position: relative;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .quote-block-text {
    flex-direction: column;
  }
}

.quote-block-text .quote-svg {
  left: -34px;
  position: absolute;
  top: 7px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .quote-block-text .quote-svg {
    margin-bottom: 12px;
    position: static;
  }
}

.quote-block-author {
  display: flex;
  flex-direction: row;
  margin-top: 24px;
}

.quote-block-author-img.quote-block-round-image {
  border-radius: 50%;
  height: 72px;
  margin-right: 20px;
  margin-top: 0;
  width: 72px;
}

.quote-block-position {
  color: #6e6d71;
  font-size: 14px;
  line-height: 20px;
  max-width: 214px;
  padding-top: 6px;
}

.quote-block-link {
  font-weight: 300;
  line-height: 24px;
  margin-top: 24px;
}

.quote-block-link:hover {
  text-decoration: underline;
}

/*! Breakpoints */
/*! Media queries */
.title-copy-links-item {
  border: 1px solid #c4c4c4;
  cursor: pointer;
  transition: all 0.3s ease;
}

.title-copy-links-item:hover {
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
}

.title-copy-links-content {
  padding: 16px 32px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .title-copy-links-content {
    width: 100%;
  }
}

.title-copy-links-content .fourth-level-title {
  line-height: 30px;
  margin-bottom: 0;
}

.title-copy-links-content .link-arrow {
  border-bottom: none;
  border-right: none;
  border-top: none;
  bottom: 0;
}

[class^="title-copy-links-type"] {
  grid-gap: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 1024px) {
  [class^="title-copy-links-type"] {
    grid-gap: 20px;
    display: flex;
    flex-direction: column;
  }
}

.scheme-progress {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

.scheme-progress-global-line {
  height: 4px;
  position: absolute;
}

.scheme-progress-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 48px 52px;
  width: 100%;
}

.scheme-progress-container-outstanding {
  margin: 48px 0 48px 52px;
}

@media only screen and (max-width: 1440px) {
  .scheme-progress-container-outstanding {
    margin-left: 54px;
  }
}

@media only screen and (min-width: 1920px) {
  .scheme-progress-container-outstanding {
    margin-right: calc(50vw - 952px);
  }
}

.scheme-progress-dotted-line {
  background: linear-gradient(90deg, #c4c4c4 22%, transparent 0) top/8px 2px repeat-x;
  height: 12px;
  left: -50px;
  position: absolute;
  width: 200%;
}

.scheme-progress-item {
  flex: 1 1;
  margin-right: 32px;
  max-width: 200px;
}

.scheme-progress-item-last {
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .scheme-progress-item {
    margin-bottom: 30px;
    max-width: 30%;
  }
}

.scheme-progress-item-title {
  align-items: center;
  display: flex;
  height: 58px;
}

@media only screen and (max-width: 1024px) {
  .scheme-progress-item-title {
    word-break: break-word;
  }
}

.scheme-progress-item-title-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  white-space: normal;
}

.scheme-progress-item-icon,
.scheme-progress-item-number {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}

.scheme-progress-item-description {
  margin-top: 40px;
}

.scheme-progress-item-description p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

@media only screen and (max-width: 1024px) {
  .scheme-progress-item-description {
    word-break: break-word;
  }
}

.scheme-progress-circle,
.scheme-progress-circle-empty {
  border-radius: 100%;
  height: 16px;
  position: absolute;
  width: 16px;
  z-index: 2;
}

.scheme-progress-wrap .scheme-progress-container {
  flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
  .scheme-progress-wrap .scheme-progress-container {
    margin: 40px;
  }
}

.primary-scheme .scheme-progress-gradient-line {
  background-image: linear-gradient(90deg,
      #007aff 0,
      #2767f8 15.7%,
      #8938e5 51.03%,
      #ff00cf 90.95%);
}

.primary-scheme .scheme-progress-container-5 .scheme-progress-item:first-child .scheme-progress-item-number {
  color: #0b75fd;
}

.primary-scheme .scheme-progress-container-5 .scheme-progress-item:first-child .scheme-progress-circle {
  background-color: #0b75fd;
  border-color: #0b75fd;
}

.primary-scheme .scheme-progress-container-5 .scheme-progress-item:first-child .scheme-progress-circle-empty {
  border: 3px solid #0b75fd;
}

.primary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(2) .scheme-progress-item-number {
  color: #4858f2;
}

.primary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(2) .scheme-progress-circle {
  background-color: #4858f2;
  border-color: #4858f2;
}

.primary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(2) .scheme-progress-circle-empty {
  border: 3px solid #4858f2;
}

.primary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(3) .scheme-progress-item-number {
  color: #853ae6;
}

.primary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(3) .scheme-progress-circle {
  background-color: #853ae6;
  border-color: #853ae6;
}

.primary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(3) .scheme-progress-circle-empty {
  border: 3px solid #853ae6;
}

.primary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(4) .scheme-progress-item-number {
  color: #c31ddb;
}

.primary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(4) .scheme-progress-circle {
  background-color: #c31ddb;
  border-color: #c31ddb;
}

.primary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(4) .scheme-progress-circle-empty {
  border: 3px solid #c31ddb;
}

.primary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(5) .scheme-progress-item-number {
  color: #ff04d5;
}

.primary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(5) .scheme-progress-circle {
  background-color: #ff04d5;
  border-color: #ff04d5;
}

.primary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(5) .scheme-progress-circle-empty {
  border: 3px solid #ff04d5;
}

.primary-scheme .scheme-progress-container-6 .scheme-progress-item:first-child .scheme-progress-item-number {
  color: #0b75fd;
}

.primary-scheme .scheme-progress-container-6 .scheme-progress-item:first-child .scheme-progress-circle {
  background-color: #0b75fd;
  border-color: #0b75fd;
}

.primary-scheme .scheme-progress-container-6 .scheme-progress-item:first-child .scheme-progress-circle-empty {
  border: 3px solid #0b75fd;
}

.primary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(2) .scheme-progress-item-number {
  color: #3d5df4;
}

.primary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(2) .scheme-progress-circle {
  background-color: #3d5df4;
  border-color: #3d5df4;
}

.primary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(2) .scheme-progress-circle-empty {
  border: 3px solid #3d5df4;
}

.primary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(3) .scheme-progress-item-number {
  color: #6e45eb;
}

.primary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(3) .scheme-progress-circle {
  background-color: #6e45eb;
  border-color: #6e45eb;
}

.primary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(3) .scheme-progress-circle-empty {
  border: 3px solid #6e45eb;
}

.primary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(4) .scheme-progress-item-number {
  color: #9d30e2;
}

.primary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(4) .scheme-progress-circle {
  background-color: #9d30e2;
  border-color: #9d30e2;
}

.primary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(4) .scheme-progress-circle-empty {
  border: 3px solid #9d30e2;
}

.primary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(5) .scheme-progress-item-number {
  color: #ce18d9;
}

.primary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(5) .scheme-progress-circle {
  background-color: #ce18d9;
  border-color: #ce18d9;
}

.primary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(5) .scheme-progress-circle-empty {
  border: 3px solid #ce18d9;
}

.primary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(6) .scheme-progress-item-number {
  color: #ff04d5;
}

.primary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(6) .scheme-progress-circle {
  background-color: #ff04d5;
  border-color: #ff04d5;
}

.primary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(6) .scheme-progress-circle-empty {
  border: 3px solid #ff04d5;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:first-child .scheme-progress-item-number {
  color: #0b75fd;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:first-child .scheme-progress-circle {
  background-color: #0b75fd;
  border-color: #0b75fd;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:first-child .scheme-progress-circle-empty {
  border: 3px solid #0b75fd;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(2) .scheme-progress-item-number {
  color: #1a6efb;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(2) .scheme-progress-circle {
  background-color: #1a6efb;
  border-color: #1a6efb;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(2) .scheme-progress-circle-empty {
  border: 3px solid #1a6efb;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(3) .scheme-progress-item-number {
  color: #3362f6;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(3) .scheme-progress-circle {
  background-color: #3362f6;
  border-color: #3362f6;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(3) .scheme-progress-circle-empty {
  border: 3px solid #3362f6;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(4) .scheme-progress-item-number {
  color: #4e55f1;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(4) .scheme-progress-circle {
  background-color: #4e55f1;
  border-color: #4e55f1;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(4) .scheme-progress-circle-empty {
  border: 3px solid #4e55f1;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(5) .scheme-progress-item-number {
  color: #6948ec;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(5) .scheme-progress-circle {
  background-color: #6948ec;
  border-color: #6948ec;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(5) .scheme-progress-circle-empty {
  border: 3px solid #6948ec;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(6) .scheme-progress-item-number {
  color: #8c37e5;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(6) .scheme-progress-circle {
  background-color: #8c37e5;
  border-color: #8c37e5;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(6) .scheme-progress-circle-empty {
  border: 3px solid #8c37e5;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(7) .scheme-progress-item-number {
  color: #ab28df;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(7) .scheme-progress-circle {
  background-color: #ab28df;
  border-color: #ab28df;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(7) .scheme-progress-circle-empty {
  border: 3px solid #ab28df;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(8) .scheme-progress-item-number {
  color: #cb19d9;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(8) .scheme-progress-circle {
  background-color: #cb19d9;
  border-color: #cb19d9;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(8) .scheme-progress-circle-empty {
  border: 3px solid #cb19d9;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(9) .scheme-progress-item-number {
  color: #ec0ad3;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(9) .scheme-progress-circle {
  background-color: #ec0ad3;
  border-color: #ec0ad3;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(9) .scheme-progress-circle-empty {
  border: 3px solid #ec0ad3;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(10) .scheme-progress-item-number {
  color: #ff04d5;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(10) .scheme-progress-circle {
  background-color: #ff04d5;
  border-color: #ff04d5;
}

.primary-scheme .scheme-progress-container-10 .scheme-progress-item:nth-child(10) .scheme-progress-circle-empty {
  border: 3px solid #ff04d5;
}

.secondary-scheme .scheme-progress-gradient-line {
  background: linear-gradient(270deg, #fc354c 0, #b27cb8 50.52%, #0abfbc);
}

.secondary-scheme .scheme-progress-container-5 .scheme-progress-item:first-child .scheme-progress-item-number {
  color: #0ebebc;
}

.secondary-scheme .scheme-progress-container-5 .scheme-progress-item:first-child .scheme-progress-circle {
  background-color: #0ebebc;
  border-color: #0ebebc;
}

.secondary-scheme .scheme-progress-container-5 .scheme-progress-item:first-child .scheme-progress-circle-empty {
  border: 3px solid #0ebebc;
}

.secondary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(2) .scheme-progress-item-number {
  color: #5e9eba;
}

.secondary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(2) .scheme-progress-circle {
  background-color: #5e9eba;
  border-color: #5e9eba;
}

.secondary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(2) .scheme-progress-circle-empty {
  border: 3px solid #5e9eba;
}

.secondary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(3) .scheme-progress-item-number {
  color: #b27cb8;
}

.secondary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(3) .scheme-progress-circle {
  background-color: #b27cb8;
  border-color: #b27cb8;
}

.secondary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(3) .scheme-progress-circle-empty {
  border: 3px solid #b27cb8;
}

.secondary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(4) .scheme-progress-item-number {
  color: #d65a83;
}

.secondary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(4) .scheme-progress-circle {
  background-color: #d65a83;
  border-color: #d65a83;
}

.secondary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(4) .scheme-progress-circle-empty {
  border: 3px solid #d65a83;
}

.secondary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(5) .scheme-progress-item-number {
  color: #f8374e;
}

.secondary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(5) .scheme-progress-circle {
  background-color: #f8374e;
  border-color: #f8374e;
}

.secondary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(5) .scheme-progress-circle-empty {
  border: 3px solid #f8374e;
}

.secondary-scheme .scheme-progress-container-6 .scheme-progress-item:first-child .scheme-progress-item-number {
  color: #0fbebc;
}

.secondary-scheme .scheme-progress-container-6 .scheme-progress-item:first-child .scheme-progress-circle {
  background-color: #0fbebc;
  border-color: #0fbebc;
}

.secondary-scheme .scheme-progress-container-6 .scheme-progress-item:first-child .scheme-progress-circle-empty {
  border: 3px solid #0fbebc;
}

.secondary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(2) .scheme-progress-item-number {
  color: #4da5bb;
}

.secondary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(2) .scheme-progress-circle {
  background-color: #4da5bb;
  border-color: #4da5bb;
}

.secondary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(2) .scheme-progress-circle-empty {
  border: 3px solid #4da5bb;
}

.secondary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(3) .scheme-progress-item-number {
  color: #908ab9;
}

.secondary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(3) .scheme-progress-circle {
  background-color: #908ab9;
  border-color: #908ab9;
}

.secondary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(3) .scheme-progress-circle-empty {
  border: 3px solid #908ab9;
}

.secondary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(4) .scheme-progress-item-number {
  color: #c06fa4;
}

.secondary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(4) .scheme-progress-circle {
  background-color: #c06fa4;
  border-color: #c06fa4;
}

.secondary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(4) .scheme-progress-circle-empty {
  border: 3px solid #c06fa4;
}

.secondary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(5) .scheme-progress-item-number {
  color: #dd5379;
}

.secondary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(5) .scheme-progress-circle {
  background-color: #dd5379;
  border-color: #dd5379;
}

.secondary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(5) .scheme-progress-circle-empty {
  border: 3px solid #dd5379;
}

.secondary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(6) .scheme-progress-item-number {
  color: #f8374e;
}

.secondary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(6) .scheme-progress-circle {
  background-color: #f8374e;
  border-color: #f8374e;
}

.secondary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(6) .scheme-progress-circle-empty {
  border: 3px solid #f8374e;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:first-child .scheme-progress-item-number {
  color: #0ebebc;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:first-child .scheme-progress-circle {
  background-color: #0ebebc;
  border-color: #0ebebc;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:first-child .scheme-progress-circle-empty {
  border: 3px solid #0ebebc;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:nth-child(2) .scheme-progress-item-number {
  color: #30b0bb;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:nth-child(2) .scheme-progress-circle {
  background-color: #30b0bb;
  border-color: #30b0bb;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:nth-child(2) .scheme-progress-circle-empty {
  border: 3px solid #30b0bb;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:nth-child(3) .scheme-progress-item-number {
  color: #57a1ba;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:nth-child(3) .scheme-progress-circle {
  background-color: #57a1ba;
  border-color: #57a1ba;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:nth-child(3) .scheme-progress-circle-empty {
  border: 3px solid #57a1ba;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:nth-child(4) .scheme-progress-item-number {
  color: #7d91b9;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:nth-child(4) .scheme-progress-circle {
  background-color: #7d91b9;
  border-color: #7d91b9;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:nth-child(4) .scheme-progress-circle-empty {
  border: 3px solid #7d91b9;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:nth-child(5) .scheme-progress-item-number {
  color: #b679b3;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:nth-child(5) .scheme-progress-circle {
  background-color: #b679b3;
  border-color: #b679b3;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:nth-child(5) .scheme-progress-circle-empty {
  border: 3px solid #b679b3;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:nth-child(6) .scheme-progress-item-number {
  color: #cd6391;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:nth-child(6) .scheme-progress-circle {
  background-color: #cd6391;
  border-color: #cd6391;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:nth-child(6) .scheme-progress-circle-empty {
  border: 3px solid #cd6391;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:nth-child(7) .scheme-progress-item-number {
  color: #e44c6f;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:nth-child(7) .scheme-progress-circle {
  background-color: #e44c6f;
  border-color: #e44c6f;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:nth-child(7) .scheme-progress-circle-empty {
  border: 3px solid #e44c6f;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:nth-child(8) .scheme-progress-item-number {
  color: #f8374e;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:nth-child(8) .scheme-progress-circle {
  background-color: #f8374e;
  border-color: #f8374e;
}

.secondary-scheme .scheme-progress-container-8 .scheme-progress-item:nth-child(8) .scheme-progress-circle-empty {
  border: 3px solid #f8374e;
}

.tertiary-scheme .scheme-progress-gradient-line {
  background: linear-gradient(270deg,
      #f09819 0,
      #e42b14 43.75%,
      #ce238a 71.35%,
      #bb1db5);
}

.tertiary-scheme .scheme-progress-container-5 .scheme-progress-item:first-child .scheme-progress-item-number {
  color: #bb1db5;
}

.tertiary-scheme .scheme-progress-container-5 .scheme-progress-item:first-child .scheme-progress-circle {
  background-color: #bb1db5;
  border-color: #bb1db5;
}

.tertiary-scheme .scheme-progress-container-5 .scheme-progress-item:first-child .scheme-progress-circle-empty {
  border: 3px solid #bb1db5;
}

.tertiary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(2) .scheme-progress-item-number {
  color: #c82198;
}

.tertiary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(2) .scheme-progress-circle {
  background-color: #c82198;
  border-color: #c82198;
}

.tertiary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(2) .scheme-progress-circle-empty {
  border: 3px solid #c82198;
}

.tertiary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(3) .scheme-progress-item-number {
  color: #d7265d;
}

.tertiary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(3) .scheme-progress-circle {
  background-color: #d7265d;
  border-color: #d7265d;
}

.tertiary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(3) .scheme-progress-circle-empty {
  border: 3px solid #d7265d;
}

.tertiary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(4) .scheme-progress-item-number {
  color: #e63215;
}

.tertiary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(4) .scheme-progress-circle {
  background-color: #e63215;
  border-color: #e63215;
}

.tertiary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(4) .scheme-progress-circle-empty {
  border: 3px solid #e63215;
}

.tertiary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(5) .scheme-progress-item-number {
  color: #eb6417;
}

.tertiary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(5) .scheme-progress-circle {
  background-color: #eb6417;
  border-color: #eb6417;
}

.tertiary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(5) .scheme-progress-circle-empty {
  border: 3px solid #eb6417;
}

.tertiary-scheme .scheme-progress-container-6 .scheme-progress-item:first-child .scheme-progress-item-number {
  color: #bb1db5;
}

.tertiary-scheme .scheme-progress-container-6 .scheme-progress-item:first-child .scheme-progress-circle {
  background-color: #bb1db5;
  border-color: #bb1db5;
}

.tertiary-scheme .scheme-progress-container-6 .scheme-progress-item:first-child .scheme-progress-circle-empty {
  border: 3px solid #bb1db5;
}

.tertiary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(2) .scheme-progress-item-number {
  color: #c82198;
}

.tertiary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(2) .scheme-progress-circle {
  background-color: #c82198;
  border-color: #c82198;
}

.tertiary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(2) .scheme-progress-circle-empty {
  border: 3px solid #c82198;
}

.tertiary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(3) .scheme-progress-item-number {
  color: #d7265c;
}

.tertiary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(3) .scheme-progress-circle {
  background-color: #d7265c;
  border-color: #d7265c;
}

.tertiary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(3) .scheme-progress-circle-empty {
  border: 3px solid #d7265c;
}

.tertiary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(4) .scheme-progress-item-number {
  color: #e63315;
}

.tertiary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(4) .scheme-progress-circle {
  background-color: #e63315;
  border-color: #e63315;
}

.tertiary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(4) .scheme-progress-circle-empty {
  border: 3px solid #e63315;
}

.tertiary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(5) .scheme-progress-item-number {
  color: #eb6517;
}

.tertiary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(5) .scheme-progress-circle {
  background-color: #eb6517;
  border-color: #eb6517;
}

.tertiary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(5) .scheme-progress-circle-empty {
  border: 3px solid #eb6517;
}

.tertiary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(6) .scheme-progress-item-number {
  color: #f09719;
}

.tertiary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(6) .scheme-progress-circle {
  background-color: #f09719;
  border-color: #f09719;
}

.tertiary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(6) .scheme-progress-circle-empty {
  border: 3px solid #f09719;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:first-child .scheme-progress-item-number {
  color: #bb1db5;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:first-child .scheme-progress-circle {
  background-color: #bb1db5;
  border-color: #bb1db5;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:first-child .scheme-progress-circle-empty {
  border: 3px solid #bb1db5;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(2) .scheme-progress-item-number {
  color: #c320a4;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(2) .scheme-progress-circle {
  background-color: #c320a4;
  border-color: #c320a4;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(2) .scheme-progress-circle-empty {
  border: 3px solid #c320a4;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(3) .scheme-progress-item-number {
  color: #ca2294;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(3) .scheme-progress-circle {
  background-color: #ca2294;
  border-color: #ca2294;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(3) .scheme-progress-circle-empty {
  border: 3px solid #ca2294;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(4) .scheme-progress-item-number {
  color: #d22576;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(4) .scheme-progress-circle {
  background-color: #d22576;
  border-color: #d22576;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(4) .scheme-progress-circle-empty {
  border: 3px solid #d22576;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(5) .scheme-progress-item-number {
  color: #db2848;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(5) .scheme-progress-circle {
  background-color: #db2848;
  border-color: #db2848;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(5) .scheme-progress-circle-empty {
  border: 3px solid #db2848;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(6) .scheme-progress-item-number {
  color: #e63215;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(6) .scheme-progress-circle {
  background-color: #e63215;
  border-color: #e63215;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(6) .scheme-progress-circle-empty {
  border: 3px solid #e63215;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(7) .scheme-progress-item-number {
  color: #e95416;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(7) .scheme-progress-circle {
  background-color: #e95416;
  border-color: #e95416;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(7) .scheme-progress-circle-empty {
  border: 3px solid #e95416;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(8) .scheme-progress-item-number {
  color: #ed7718;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(8) .scheme-progress-circle {
  background-color: #ed7718;
  border-color: #ed7718;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(8) .scheme-progress-circle-empty {
  border: 3px solid #ed7718;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(9) .scheme-progress-item-number {
  color: #f09719;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(9) .scheme-progress-circle {
  background-color: #f09719;
  border-color: #f09719;
}

.tertiary-scheme .scheme-progress-container-9 .scheme-progress-item:nth-child(9) .scheme-progress-circle-empty {
  border: 3px solid #f09719;
}

.quaternary-scheme .scheme-progress-gradient-line {
  background: linear-gradient(90deg, #a410ff, #27b1cf 61%, #2de0dd);
}

.quaternary-scheme .scheme-progress-container-5 .scheme-progress-item:first-child .scheme-progress-item-number {
  color: #a312ff;
}

.quaternary-scheme .scheme-progress-container-5 .scheme-progress-item:first-child .scheme-progress-circle {
  background-color: #a312ff;
  border-color: #a312ff;
}

.quaternary-scheme .scheme-progress-container-5 .scheme-progress-item:first-child .scheme-progress-circle-empty {
  border: 3px solid #a312ff;
}

.quaternary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(2) .scheme-progress-item-number {
  color: #7251ec;
}

.quaternary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(2) .scheme-progress-circle {
  background-color: #7251ec;
  border-color: #7251ec;
}

.quaternary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(2) .scheme-progress-circle-empty {
  border: 3px solid #7251ec;
}

.quaternary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(3) .scheme-progress-item-number {
  color: #3f93d8;
}

.quaternary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(3) .scheme-progress-circle {
  background-color: #3f93d8;
  border-color: #3f93d8;
}

.quaternary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(3) .scheme-progress-circle-empty {
  border: 3px solid #3f93d8;
}

.quaternary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(4) .scheme-progress-item-number {
  color: #29c2d4;
}

.quaternary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(4) .scheme-progress-circle {
  background-color: #29c2d4;
  border-color: #29c2d4;
}

.quaternary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(4) .scheme-progress-circle-empty {
  border: 3px solid #29c2d4;
}

.quaternary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(5) .scheme-progress-item-number {
  color: #2de0dd;
}

.quaternary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(5) .scheme-progress-circle {
  background-color: #2de0dd;
  border-color: #2de0dd;
}

.quaternary-scheme .scheme-progress-container-5 .scheme-progress-item:nth-child(5) .scheme-progress-circle-empty {
  border: 3px solid #2de0dd;
}

.quaternary-scheme .scheme-progress-container-6 .scheme-progress-item:first-child .scheme-progress-item-number {
  color: #a312ff;
}

.quaternary-scheme .scheme-progress-container-6 .scheme-progress-item:first-child .scheme-progress-circle {
  background-color: #a312ff;
  border-color: #a312ff;
}

.quaternary-scheme .scheme-progress-container-6 .scheme-progress-item:first-child .scheme-progress-circle-empty {
  border: 3px solid #a312ff;
}

.quaternary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(2) .scheme-progress-item-number {
  color: #7d43f0;
}

.quaternary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(2) .scheme-progress-circle {
  background-color: #7d43f0;
  border-color: #7d43f0;
}

.quaternary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(2) .scheme-progress-circle-empty {
  border: 3px solid #7d43f0;
}

.quaternary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(3) .scheme-progress-item-number {
  color: #5379e0;
}

.quaternary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(3) .scheme-progress-circle {
  background-color: #5379e0;
  border-color: #5379e0;
}

.quaternary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(3) .scheme-progress-circle-empty {
  border: 3px solid #5379e0;
}

.quaternary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(4) .scheme-progress-item-number {
  color: #2aadd1;
}

.quaternary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(4) .scheme-progress-circle {
  background-color: #2aadd1;
  border-color: #2aadd1;
}

.quaternary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(4) .scheme-progress-circle-empty {
  border: 3px solid #2aadd1;
}

.quaternary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(5) .scheme-progress-item-number {
  color: #2ac8d6;
}

.quaternary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(5) .scheme-progress-circle {
  background-color: #2ac8d6;
  border-color: #2ac8d6;
}

.quaternary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(5) .scheme-progress-circle-empty {
  border: 3px solid #2ac8d6;
}

.quaternary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(6) .scheme-progress-item-number {
  color: #21e0dd;
}

.quaternary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(6) .scheme-progress-circle {
  background-color: #21e0dd;
  border-color: #21e0dd;
}

.quaternary-scheme .scheme-progress-container-6 .scheme-progress-item:nth-child(6) .scheme-progress-circle-empty {
  border: 3px solid #21e0dd;
}

/*! Breakpoints */
/*! Media queries */
.homepage h1 {
  line-height: 72px;
}

.homepage-header-content h1 {
  font-size: 52px;
  line-height: 72px;
  margin-left: 173px;
  max-width: 1036px;
  text-align: left;
}

@media only screen and (min-width: 1025px) and (max-width: 1534px) {
  .homepage-header-content h1 {
    font-size: 36px;
    line-height: 52px;
    margin: 0 auto;
    max-width: 844px;
  }
}

@media only screen and (min-width: 1535px) and (max-width: 1919px) {
  .homepage-header-content h1 {
    margin-left: 170px;
    max-width: 1267px;
  }
}

@media only screen and (min-width: 1920px) and (max-width: 2559px) {
  .homepage-header-content h1 {
    margin-left: 352px;
    max-width: 1267px;
  }
}

@media only screen and (min-width: 2560px) {
  .homepage-header-content h1 {
    margin-left: 352px;
    max-width: 1218px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .homepage-header-content h1 {
    font-size: 35px;
    line-height: 52px;
    margin-left: 88px;
    margin-right: 88px;
  }
}

@media only screen and (min-width: 376px) and (max-width: 768px) {
  .homepage-header-content h1 {
    font-size: 35px;
    line-height: 52px;
    margin-left: 44px;
    margin-right: 44px;
    max-width: 680px;
  }
}

@media only screen and (max-width: 392px) {
  .homepage-header-content h1 {
    font-size: 24px;
    line-height: 36px;
    margin-left: 20px;
    max-width: 335px;
  }
}

@media only screen and (min-width: 393px) and (max-width: 627px) {
  .homepage-header-content h1 {
    font-size: 24px;
    line-height: 36px;
    max-width: 500px;
  }
}

.homepage .main-navigation-link {
  color: #fff;
}

.homepage .header.static {
  background: transparent;
}

.homepage .header.sticky .header-clone {
  padding: 20px 44px;
}

.homepage .header .header-clone {
  max-width: none;
  padding: 38px 44px;
}

.homepage .header .container {
  max-width: none;
  padding: 0 44px;
}

@media only screen and (max-width: 479px) {
  .homepage .header .container:first-child {
    margin: 0;
    padding: 0 20px;
  }
}

.homepage-title {
  color: #e0e0e0;
  font-size: 100px;
  font-weight: 900;
  line-height: 0.92;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1340px) {
  .homepage-title {
    font-size: 92px;
  }
}

@media only screen and (max-width: 1280px) {
  .homepage-title {
    font-size: 72px;
    line-height: 72px;
  }
}

@media only screen and (max-width: 767px) {
  .homepage-title {
    float: none;
    margin-bottom: 40px;
    padding-left: 20px;
    text-align: left;
  }
}

@media only screen and (max-width: 570px) {
  .homepage-title {
    font-size: 36px;
    line-height: 43px;
  }
}

.home-tabs-vertical .homepage-title {
  float: right;
  margin-bottom: 48px;
  padding-right: 63px;
  padding-top: 80px;
  text-align: right;
}

.clients-served-container .homepage-title {
  color: #f2f2f2;
  margin-bottom: 0;
  opacity: 0.2;
  padding-right: calc(50vw - 872px);
}

@media only screen and (max-width: 1280px) {
  .clients-served-container .homepage-title {
    padding-left: 0;
    text-align: left;
    width: 100%;
  }
}

@media only screen and (min-width: 1920px) {
  .clients-served-container .homepage-title {
    padding-right: 0;
  }
}

.homepage-industries-section .homepage-title {
  color: #f2f2f2;
  opacity: 0.4;
}

.homepage-section {
  padding: 80px 0 100px;
}

.homepage-at-glance .homepage-section {
  padding: 60px 0 124px;
}

@media only screen and (min-width: 1920px) {
  .homepage-at-glance .homepage-section {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 1280px) {
  .homepage-at-glance .homepage-section {
    padding-bottom: 92px;
  }
}

@media only screen and (max-width: 767px) {
  .homepage-at-glance .homepage-section {
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1919px) {
  .homepage-section .homepage-grid {
    justify-content: space-between;
    padding: 0 72px;
  }

  .homepage-section .homepage-grid-item {
    padding-right: 0;
    width: auto;
  }
}

.homepage-grid {
  display: flex;
}

.homepage-grid-item {
  width: 50%;
}

.homepage-grid-item.homepage-services:not(:last-of-type) {
  width: 47%;
}

@media only screen and (max-width: 1280px) {
  .homepage-grid-item.homepage-services:not(:last-of-type) {
    width: 100%;
  }
}

.homepage-grid-item.homepage-services:last-of-type {
  width: 53%;
}

@media only screen and (max-width: 1280px) {
  .homepage-grid-item.homepage-services:last-of-type {
    width: 100%;
  }
}

.homepage-grid-item:last-of-type {
  padding-right: calc(50vw - 872px);
}

@media only screen and (max-width: 1690px) and (min-width: 1281px) {
  .home-tabs-vertical .homepage-grid-item:first-child {
    width: 45%;
  }

  .home-tabs-vertical .homepage-grid-item:last-child {
    width: 55%;
  }
}

@media only screen and (max-width: 1280px) {
  .homepage-client-served .homepage-grid {
    flex-direction: column;
  }

  .homepage-client-served .homepage-grid .homepage-grid-item {
    padding: 60px 72px 0;
    width: 100%;
  }

  .homepage-client-served .homepage-grid .homepage-grid-item.outstanding {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .homepage-client-served .homepage-grid .homepage-grid-item.outstanding {
    padding-left: 0;
    padding-right: 0;
  }
}

.homepage-client-served .homepage-grid .homepage-grid-item:last-of-type {
  padding-right: 0;
}

@media only screen and (max-width: 1810px) {
  .homepage-client-served .homepage-grid .homepage-grid-item:last-of-type {
    padding-right: 32px;
  }
}

@media only screen and (max-width: 1280px) {
  .homepage-client-served .homepage-grid .homepage-grid-item:last-of-type {
    flex-basis: 100%;
    flex-grow: 1;
    padding: 48px 72px 0;
    padding-bottom: 40px;
    padding-left: 72px;
    padding-right: 72px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .homepage-client-served .homepage-grid .homepage-grid-item:last-of-type {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media only screen and (max-width: 1024px) {
  .homepage-client-served .homepage-grid .homepage-grid-item:last-of-type {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1279px) {
  .homepage-at-glance .homepage-grid {
    flex-direction: column;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .homepage-at-glance .homepage-grid .homepage-section {
    padding: 60px 0 100px;
  }
}

@media only screen and (max-width: 1000px) {
  .homepage-at-glance .homepage-grid .homepage-grid-item {
    padding: 0 20px;
    width: 100%;
  }
}

.homepage-at-glance .homepage-grid .homepage-grid-item:first-of-type:not(.outstanding) {
  text-align: right;
}

@media only screen and (max-width: 1279px) {
  .homepage-at-glance .homepage-grid .homepage-grid-item:first-of-type:not(.outstanding) {
    flex-grow: 1;
    text-align: left;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .homepage-at-glance .homepage-grid .homepage-grid-item:first-of-type:not(.outstanding) {
    padding: 0;
    width: 100%;
  }
}

.homepage-at-glance .homepage-grid .homepage-grid-item h2 {
  float: right;
  font-size: 72px;
  line-height: 1;
  margin-right: 104px;
  max-width: 448px;
}

@media only screen and (max-width: 1919px) {
  .homepage-at-glance .homepage-grid .homepage-grid-item h2 {
    float: left;
    margin-left: 72px;
    margin-right: 74px;
    text-align: left;
  }
}

@media only screen and (min-width: 1535px) {
  .homepage-at-glance .homepage-grid .homepage-grid-item h2 {
    float: right;
    font-size: 100px;
    line-height: 92px;
    margin-right: 136px;
    max-width: 557px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1919px) {
  .homepage-at-glance .homepage-grid .homepage-grid-item h2 {
    margin-left: 0;
    margin-right: 74px;
  }
}

@media only screen and (max-width: 1279px) {
  .homepage-at-glance .homepage-grid .homepage-grid-item h2 {
    float: none;
    margin-bottom: 44px;
    margin-left: 0;
    max-width: none;
    padding-left: 0;
  }
}

@media only screen and (max-width: 570px) {
  .homepage-at-glance .homepage-grid .homepage-grid-item h2 {
    font-size: 36px;
    line-height: 43px;
  }
}

@media only screen and (max-width: 500px) {
  .homepage-at-glance .homepage-grid .homepage-grid-item h2 {
    margin-right: 0;
  }
}

.homepage-at-glance .homepage-grid .homepage-grid-item:last-of-type {
  overflow: hidden;
}

@media only screen and (max-width: 1810px) {
  .homepage-at-glance .homepage-grid .homepage-grid-item:last-of-type {
    padding-right: 32px;
  }
}

@media only screen and (max-width: 1279px) {
  .homepage-at-glance .homepage-grid .homepage-grid-item:last-of-type {
    flex-grow: 2;
    margin-left: 0;
    overflow: hidden;
    padding: 0 32px 0 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .homepage-at-glance .homepage-grid .homepage-grid-item:last-of-type {
    display: inline-grid;
    grid-template-columns: repeat(2, auto);
    padding-right: 0;
  }
}

.homepage .learn-more-link {
  display: block;
  font-size: 24px;
  font-weight: 800;
  margin-top: 32px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.homepage .learn-more-link-text {
  color: #ff04d5;
  display: inline-block;
  margin-right: 16px;
}

.homepage .learn-more-link:hover .icon-arrow-svg {
  transform: translateX(4px);
}

.homepage .learn-more-link .icon-arrow-svg {
  height: 24px;
}

.homepage .learn-more-link .icon-arrow-svg path {
  stroke: #ff04d5;
}

.homepage .home-tabs-panels .learn-more-link {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 12px;
}

.homepage .home-tabs-panels .learn-more-link svg {
  margin-top: 2px;
  transition: 0.3s ease;
}

.homepage .home-tabs-panels .learn-more-link-text {
  margin-right: 10px;
}

.homepage .home-tabs-panels .learn-more-link:hover svg {
  transform: translateX(4px);
}

.homepage .home-tabs-panels .link-arrow {
  height: 48px;
  width: 48px;
}

.homepage-header-wrapper {
  background: #000;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.homepage-header-wrapper .gatsby-image-wrapper {
  z-index: 1;
}

.homepage-header-wrapper:after {
  background: linear-gradient(to bottom right,
      #49432c 1%,
      #402812 25%,
      #2e1d0d 36%,
      #0000 50%) 100% 100%,
    linear-gradient(to bottom left,
      #49432c 1%,
      #402812 25%,
      #2e1d0d 40%,
      #0000 60%) 0 100%,
    linear-gradient(to top left,
      #49432c 1%,
      #402812 25%,
      #2e1d0d 33%,
      #0000 45%) 0 0,
    linear-gradient(to top right,
      #49432c 1%,
      #402812 25%,
      #2e1d0d 40%,
      #0000 60%) 100% 0;
  background-repeat: no-repeat;
  background-size: 50.025% 50.047%;
  content: "";
  display: block;
  height: 100%;
  left: -5vw;
  position: absolute;
  top: 0;
  transform: rotate(-28deg) scale(1.9);
  width: 80%;
  z-index: 0;
}

@media only screen and (max-width: 1920px) {
  .homepage-header-wrapper:after {
    background-size: 50.08% 50.1%;
    width: 90%;
  }
}

@media only screen and (max-width: 1440px) {
  .homepage-header-wrapper:after {
    background-size: 50.1% 50.1%;
    left: -7vw;
    width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  .homepage-header-wrapper:after {
    background-size: 50.1% 50.1%;
  }
}

@media only screen and (max-width: 1024px) {
  .homepage-header-wrapper:after {
    background-size: 50.1% 50.1%;
    left: -5vw;
    width: 100%;
  }
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .homepage-header-wrapper:after {
    background-size: 50.2% 50.07%;
  }
}

.homepage-header-wrapper video {
  height: 100vh;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}

.homepage-header-content {
  color: #fff;
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media only screen and (max-width: 627px) {
  .homepage-header-content {
    padding-top: 255px;
  }
}

@media only screen and (min-width: 628px) and (max-width: 767px) {
  .homepage-header-content {
    padding-top: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .homepage-header-content {
    padding-top: 512px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1535px) {
  .homepage-header-content {
    padding-top: 400px;
  }
}

@media only screen and (min-width: 1536px) and (max-width: 1919px) {
  .homepage-header-content {
    padding-top: 500px;
  }
}

@media only screen and (min-width: 1920px) {
  .homepage-header-content {
    padding-top: 540px;
  }
}

.mix-blend-wrapper {
  position: relative;
}

.clients-served-container {
  background: #323232;
}

@media only screen and (max-width: 1280px) {
  .clients-served-container .homepage-grid {
    padding-bottom: 30px;
  }
}

.clients-served-logos {
  height: 100%;
  position: relative;
}

.clients-served-logos .logos {
  height: 100%;
  padding-top: 155px;
}

@media only screen and (max-width: 1280px) {
  .clients-served-logos .logos {
    padding-top: 30px;
  }

  .clients-served-logos .homepage-logos-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.clients-served-logos .homepage-logos-block .type-5 {
  justify-content: flex-end;
  margin-top: 55px;
  padding-right: 116px;
}

.clients-served-logos .homepage-logos-block .type-5:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 1280px) {
  .clients-served-logos .homepage-logos-block .type-5 {
    justify-content: center;
    margin-top: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .clients-served-logos .homepage-logos-block .type-5.icons-row {
    flex-wrap: nowrap;
  }
}

.clients-served-logos .homepage-logos-block .type-5 .icon-item {
  margin-left: 70px;
}

.clients-served-logos .homepage-logos-block .type-5 .icon-item:first-child {
  margin-left: 0;
}

.clients-served-logos .homepage-logos-block .type-5 .icon-item:nth-child(2) {
  margin-left: 66px;
}

@media only screen and (max-width: 767px) {
  .clients-served-logos .homepage-logos-block .type-5 .icon-item:nth-child(2) {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1280px) {
  .clients-served-logos .homepage-logos-block .type-5 .icon-item {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .clients-served-logos .homepage-logos-block .type-5 .icon-item {
    margin-left: 30px;
  }
}

.clients-served-content {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding-left: 16px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 2560px) {
  .clients-served-content {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1280px) {
  .clients-served-content {
    padding: 60px 72px 0;
  }
}

.homepage .clients-served-content .link-arrow-single {
  padding-top: 73px;
}

.homepage .clients-served-content .link-arrow-single-inner:hover {
  background-color: transparent;
}

.clients-served-content-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
  max-width: 928px;
}

@media only screen and (max-width: 1280px) {
  .clients-served-content-items {
    margin: 0;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .clients-served-content-items {
    flex-direction: column;
  }
}

.clients-served-content-item {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  padding: 0 40px;
  width: 50%;
}

@media only screen and (max-width: 1280px) {
  .clients-served-content-item:nth-child(odd) {
    padding: 0 32px 0 0;
  }
}

@media only screen and (max-width: 1024px) {
  .clients-served-content-item:nth-child(odd) {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .clients-served-content-item:nth-child(odd) {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1280px) {
  .clients-served-content-item:nth-child(2n) {
    padding: 0 0 0 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .clients-served-content-item:nth-child(2n) {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .clients-served-content-item:nth-child(2n) {
    padding-left: 0;
  }

  .clients-served-content-item {
    margin-top: 40px;
    width: 100%;
  }
}

.clients-served-content-item * {
  color: #fff;
}

.clients-served-content-item .title,
.clients-served-content-item .title-text {
  line-height: 1.2;
  padding-top: 0;
}

@media only screen and (max-width: 1280px) {

  .clients-served-content-item .title,
  .clients-served-content-item .title-text {
    display: inline;
  }
}

.clients-served-content-item .title {
  color: #fff;
  display: block;
  font-size: 32px;
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .clients-served-content-item .title {
    font-size: 28px;
  }
}

.clients-served-content-item .title:hover,
.clients-served-content-item .title:hover+.title-text {
  text-decoration: underline;
}

.clients-served-content-item .title-text {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 300;
}

.clients-served-content-item .description {
  flex-basis: 100%;
  margin-top: 24px;
  max-height: 100%;
}

@media only screen and (max-width: 767px) {
  .clients-served-content-item .description {
    margin-bottom: 16px;
    padding-top: 0;
  }
}

.gradient {
  background: linear-gradient(279.09deg,
      #0b75fd 49%,
      #007aff 50%,
      #2767f8 57.85%,
      #8938e5 75.6%,
      #ff00cf 95.5%);
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 1280px) {
  .gradient {
    background: linear-gradient(9.09deg,
        #0b75fd 49%,
        #007aff 50%,
        #2767f8 57.85%,
        #8938e5 75.6%,
        #ff00cf 95.5%);
  }
}

.homepage-industries-section {
  height: 740px;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .homepage-industries-section {
    max-height: 650px;
  }
}

@media only screen and (max-width: 1024px) {
  .homepage-industries-section {
    max-height: 740px;
  }
}

.homepage-industries-section .homepage-industries-title {
  left: 314px;
  pointer-events: none;
  position: absolute;
  text-align: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2;
}

@media only screen and (min-width: 1920px) {
  .homepage-industries-section .homepage-industries-title {
    left: 24%;
  }
}

@media only screen and (min-width: 1280px) {
  .homepage-industries-section .homepage-industries-title {
    top: 80px;
  }
}

@media only screen and (max-width: 1920px) {
  .homepage-industries-section .homepage-industries-title {
    left: 114px;
  }
}

.homepage-industries-section .homepage-industries-title .homepage-title {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .homepage-industries-section .homepage-industries-title .homepage-title {
    padding-left: 0;
  }
}

@media only screen and (max-width: 479px) {
  .homepage-industries-section .homepage-industries-title .homepage-title {
    font-size: 36px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 1280px) {
  .homepage-industries-section .homepage-industries-title {
    top: 48px;
  }
}

@media only screen and (max-width: 1024px) {
  .homepage-industries-section .homepage-industries-title {
    left: 20px;
    top: 60px;
    width: inherit;
  }
}

.homepage-industries-section .swiper-container {
  height: 100%;
  width: 100%;
}

.homepage-industries-section .swiper-slide {
  background: transparent;
  border-right: 1px solid transparent;
  transition: all 0 ease 0.3s;
}

.homepage-industries-section .swiper-slide:before {
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.32),
      rgba(0, 0, 0, 0.64));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.homepage-industries-section .swiper-slide-active:before,
.homepage-industries-section .swiper-slide:hover:before {
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.8));
}

.homepage-industries-section .swiper-slide-active .homepage-slide-hidden-content,
.homepage-industries-section .swiper-slide:hover .homepage-slide-hidden-content {
  max-height: 500px;
  transition: max-height 0.5s ease-in;
}

.homepage-industries-section .swiper-button-prev {
  left: 24px;
}

.homepage-industries-section .swiper-button-prev .icon-arrow-svg {
  transform: rotate(180deg);
}

.homepage-industries-section .swiper-button-next {
  right: 24px;
}

.homepage-industries-section .swiper-button-next,
.homepage-industries-section .swiper-button-prev {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 44px;
  justify-content: center;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  width: 30px;
  z-index: 10;
}

.homepage-industries-section .swiper-button-next:after,
.homepage-industries-section .swiper-button-prev:after {
  display: none;
}

.homepage-industries-section .swiper-button-next .icon-arrow-svg,
.homepage-industries-section .swiper-button-prev .icon-arrow-svg {
  opacity: 0.5;
}

@media only screen and (max-width: 1024px) {

  .homepage-industries-section .swiper-button-next,
  .homepage-industries-section .swiper-button-prev {
    display: none;
  }
}

.homepage-industries-section .swiper-button-disabled :is(.swiper-button-prev, .swiper-button-next) {
  opacity: 0;
}

.homepage-industries-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.homepage-industries-background .current,
.homepage-industries-background .next {
  background-position: 50% 50%;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.homepage-industries-background .current {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

.homepage-industries-background .next {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.homepage-industries-background .next.show {
  opacity: 1;
}

.homepage-slide-content {
  bottom: 100px;
  padding: 0 72px;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 1280px) {
  .homepage-slide-content {
    bottom: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .homepage-slide-content {
    padding: 0 20px;
  }
}

.homepage-slide-content * {
  color: #fff;
}

.homepage-slide-content .homepage-slide-title {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .homepage-slide-content .homepage-slide-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.2;
  }
}

.homepage-slide-content .homepage-slide-description {
  margin-top: 24px;
}

@media only screen and (max-width: 1024px) {
  .homepage-slide-content .homepage-slide-description {
    font-weight: 400;
  }
}

.homepage-slide-content .learn-more-link-text {
  color: #ff04d5;
}

.homepage-slide-content .homepage-slide-hidden-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out 0.15s;
}

.overview-content-items {
  display: flex;
  margin: 24px -60px -48px;
}

.overview-content-items:last-child {
  margin-top: 47px;
}

@media only screen and (max-width: 1280px) {
  .overview-content-items:last-child {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .overview-content-items:last-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1280px) {
  .overview-content-items:last-child .overview-content-item {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1410px) {
  .overview-content-items {
    margin: 12px -40px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .overview-content-items:first-child {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .overview-content-items {
    margin: 0;
  }
}

@media only screen and (max-width: 1279px) {
  .overview-content-items {
    flex-wrap: wrap;
    margin: 0;
  }
}

.overview-content-item {
  margin: 0 60px 48px;
}

@media only screen and (max-width: 1410px) {
  .overview-content-item {
    margin: 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .overview-content-item {
    margin: 0 20px 20px 0;
  }
}

.overview-content-item:first-child {
  width: 102px;
}

@media only screen and (max-width: 1279px) {
  .overview-content-item:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .overview-content-item:first-child {
    height: 92px;
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  .overview-content-item:first-child {
    width: 157px;
  }
}

.overview-content-item:nth-child(2) {
  width: 134px;
}

@media only screen and (max-width: 767px) {
  .overview-content-item:nth-child(2) {
    height: 92px;
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  .overview-content-item:nth-child(2) {
    width: 157px;
  }
}

.overview-content-item:nth-child(3) {
  width: 218px;
}

@media only screen and (max-width: 1280px) {
  .overview-content-item:nth-child(3) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .overview-content-item:nth-child(3) {
    min-height: 149px;
  }
}

@media only screen and (max-width: 500px) {
  .overview-content-item:nth-child(3) {
    width: 157px;
  }
}

.overview-content-item .title {
  color: #091e6c;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .overview-content-item .title {
    font-size: 28px;
  }
}

.overview-content-item .description {
  font-size: 24px;
  line-height: 1.22;
  padding-top: 0;
}

.section.cards {
  margin-bottom: 60px;
}

@media only screen and (min-width: 1280px) {
  .section.cards {
    margin-bottom: 120px;
  }
}

/*! Breakpoints */
/*! Media queries */
.sharepoint-portals-icon {
  display: block;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .sharepoint-portals-icon {
    margin-left: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .sharepoint-portals-icon {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .sharepoint-portals-container.section {
    margin-bottom: 0;
  }
}

.sharepoint-portals-container .main-grid {
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  .sharepoint-portals-container .main-grid {
    flex-direction: column;
  }

  .erp-customization-issues .sharepoint-portals-container .main-grid .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .sharepoint-portals-container .main-grid p,
  .sharepoint-portals-container .main-grid .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
  .sharepoint-portals-container .main-grid .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
  .sharepoint-portals-container .main-grid .paragraph {
    max-width: 100%;
  }

  .sharepoint-portals-container .main-grid .main-grid-item:last-child {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .sharepoint-portals-container .main-grid .main-grid-item:last-child {
    margin-top: 0;
  }
}

.sharepoint-portals-container-inverse .main-grid {
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  .sharepoint-portals-container-inverse .main-grid {
    flex-direction: column-reverse;
  }

  .erp-customization-issues .sharepoint-portals-container-inverse .main-grid .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .sharepoint-portals-container-inverse .main-grid p,
  .sharepoint-portals-container-inverse .main-grid .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
  .sharepoint-portals-container-inverse .main-grid .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
  .sharepoint-portals-container-inverse .main-grid .paragraph {
    max-width: 100%;
  }

  .sharepoint-portals-container-inverse .main-grid .main-grid-item:last-child {
    margin-bottom: 40px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 767px) {
  .sharepoint-migration-upgrade .list {
    white-space: nowrap;
  }
}

.sharepoint-maintenance-support.section,
.sharepoint-training.section {
  padding-top: 100px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {

  .sharepoint-maintenance-support.section .main-grid-item:last-child,
  .sharepoint-training.section .main-grid-item:last-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {

  .sharepoint-maintenance-support.section .list-item:nth-last-child(-n + 2),
  .sharepoint-training.section .list-item:nth-last-child(-n + 2) {
    padding-bottom: 0;
  }
}

.sharepoint-based-bpa .main-grid-item:last-of-type {
  padding-top: 54px;
}

.sharepoint-add-ins .halved-image-item {
  padding-left: 16px;
}

.sharepoint-add-ins .halved-image-item+.halved-content-item {
  padding-right: 16px;
  padding-top: 0;
}

@media only screen and (min-width: 1280px) {
  .sharepoint-based-bpa-icon {
    margin-left: 15.3%;
  }
}

@media (min-width: 1281px) {
  .sharepoint-our-solutions .main-grid-item {
    flex-basis: 424px;
  }

  .sharepoint-our-solutions .main-grid-item+.main-grid-item {
    flex-basis: 360px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .sharepoint-our-solutions .main-grid-item .list {
    margin-top: 20px;
  }
}

.sharepoint-integration .main-grid {
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  .sharepoint-integration .main-grid {
    flex-direction: column;
  }

  .erp-customization-issues .sharepoint-integration .main-grid .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .sharepoint-integration .main-grid p,
  .sharepoint-integration .main-grid .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
  .sharepoint-integration .main-grid .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
  .sharepoint-integration .main-grid .paragraph {
    max-width: 100%;
  }

  .sharepoint-integration .main-grid .main-grid-item:last-child {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .sharepoint-integration .main-grid .main-grid-item:last-child {
    margin-top: 0;
  }
}

.sharepoint-spiral .scheme-spiraled {
  padding: 35px 95px;
}

.sharepoint-spiral .scheme-spiraled .scheme-spiraled-text:nth-child(2),
.sharepoint-spiral .scheme-spiraled .scheme-spiraled-text:nth-child(4) {
  max-width: 80px;
}

.sharepoint-rhombus .scheme-rhombus {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 85px 0 100px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .sharepoint-rhombus .scheme-rhombus {
    height: auto;
    margin: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .sharepoint-rhombus .scheme-rhombus {
    margin: 20px;
  }
}

.sharepoint-rhombus .scheme-rhombus-text {
  max-width: 100px;
  padding-top: 0;
  position: absolute;
  text-align: center;
}

.sharepoint-rhombus .scheme-rhombus-text:first-child,
.sharepoint-rhombus .scheme-rhombus-text:nth-child(3) {
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
}

.sharepoint-rhombus .scheme-rhombus-text:nth-child(3) {
  top: 69%;
}

.sharepoint-rhombus .scheme-rhombus-text:nth-child(2),
.sharepoint-rhombus .scheme-rhombus-text:nth-child(4) {
  max-width: 80px;
  right: 14%;
  top: 49%;
  transform: translateY(-50%);
}

.sharepoint-rhombus .scheme-rhombus-text:nth-child(4) {
  left: 14%;
}

.sharepoint-portals-scheme {
  align-items: flex-end;
  display: flex;
  height: 233px;
  justify-content: center;
  margin-left: 30px;
  position: relative;
  width: 517px;
}

.sharepoint-portals-scheme-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .sharepoint-portals-scheme {
    margin-bottom: 40px;
  }
}

.sharepoint-portals-scheme-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 100px;
  position: absolute;
  text-align: center;
}

.sharepoint-portals-scheme-text {
  padding-bottom: 13px;
}

.sharepoint-portals-scheme-inner {
  align-items: center;
  border: 2px solid #e0e0e0;
  border-top-left-radius: 84px;
  border-top-right-radius: 84px;
  display: flex;
  height: 84px;
  justify-content: center;
  width: 168px;
}

.sharepoint-portals-scheme-inner-title {
  bottom: 15px;
  color: #fb7700;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  max-width: 100px;
  position: absolute;
  text-align: center;
}

.sharepoint-portals-scheme-ellipse-right {
  left: 361px;
  position: absolute;
  top: 100px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.sharepoint-portals-scheme-ellipse-left {
  left: 87px;
  position: absolute;
  top: 100px;
}

.sharepoint-portals-scheme-ellipse-top {
  left: 216px;
  position: absolute;
  top: 67px;
}

.sharepoint-portals-scheme-icon {
  align-items: center;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  display: flex;
  height: 70px;
  justify-content: center;
  width: 70px;
}

.sharepoint-portals-scheme-item:first-child {
  bottom: 0;
  left: 22px;
}

.sharepoint-portals-scheme-item:first-child .sharepoint-portals-scheme-text {
  padding-right: 80px;
  text-align: right;
}

.sharepoint-portals-scheme-item:nth-child(2) {
  left: 132px;
  top: 0;
}

.sharepoint-portals-scheme-item:nth-child(3) {
  left: 285px;
  top: 0;
}

.sharepoint-portals-scheme-item:nth-child(4) {
  bottom: 0;
  left: 393px;
}

.sharepoint-portals-scheme-item:nth-child(4) .sharepoint-portals-scheme-text {
  padding-left: 70px;
  text-align: left;
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (min-width: 1025px) {
  .finance-outstanding-grid .main-grid-outstanding-item-right {
    padding-left: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .finance-outstanding-grid .main-grid-outstanding-item-right {
    margin-top: 0;
  }
}

.finance-outstanding-grid .second-level-title {
  max-width: 360px;
}

@media only screen and (min-width: 1281px) {
  .finance-outstanding-grid .second-level-title {
    max-width: 75%;
  }
}

@media only screen and (max-width: 1024px) {
  .finance-outstanding-grid .second-level-title {
    max-width: none;
  }
}

.finance-artificial-intelligence .list {
  grid-column-gap: 32px;
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .finance-artificial-intelligence .list {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .finance-artificial-intelligence .list {
    grid-column-gap: 22px;
  }
}

@media only screen and (max-width: 1279px) {
  .finance-artificial-intelligence {
    align-items: flex-start;
    display: flex;
  }

  .finance-artificial-intelligence .main-grid {
    flex: 1 1 100%;
    flex-wrap: wrap;
  }

  .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .finance-artificial-intelligence .list,
  .finance-artificial-intelligence .columns-two,
  .finance-artificial-intelligence .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list {
    display: block;
    flex: 1 1 100%;
  }
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .finance-artificial-intelligence {
    flex-direction: column;
  }
}

.finance-artificial-intelligence.section-background.separator-top,
.finance-artificial-intelligence.section.separator-top,
.finance-pre-certification.section-background.separator-top,
.finance-pre-certification.section.separator-top {
  margin-top: 60px;
  padding-top: 60px;
}

.finance-market-title-container.title-copy-columns {
  padding-bottom: 40px;
}

.finance-payment-tabs .tabs-wrapper {
  padding-right: 0;
}

@media only screen and (max-width: 1280px) {
  .finance-payment-tabs .tabs-item.mdc-tab .mdc-tab__text-label {
    font-size: 16px;
    font-weight: 500;
  }
}

.finance-payment-tabs .tabs-panels {
  margin-top: 24px;
}

.finance-payment-tabs .tabs-panels .list-item:before {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .finance-billing-container.section {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 1279px) {
  .finance-billing-container.section {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1281px) {
  .finance-analytics-container.halved-content-item {
    padding-right: 72px;
  }
}

.finance-analytics-container.halved-content-item .container-small {
  max-width: none;
}

.finance-analytics-title-container {
  max-width: 592px;
}

.finance-compliance-container,
.finance-payment-container {
  overflow: hidden;
}

.finance-payment-icons.icons-row {
  margin-top: 20px;
}

.finance-payment-icons.icons-row svg {
  margin-right: 40px;
  margin-top: 40px;
}

@media only screen and (min-width: 1025px) {
  .finance-payment-icons.icons-row svg {
    margin-right: 100px;
  }

  .finance-payment-icons.icons-row svg:nth-child(6) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .finance-payment-icons.icons-row svg {
    margin-top: 24px;
  }
}

.finance-compliance-icons.icons-row {
  margin-top: -40px;
}

.finance-compliance-icons.icons-row svg {
  margin-right: 40px;
  margin-top: 40px;
}

@media only screen and (min-width: 1025px) {
  .finance-compliance-icons.icons-row svg {
    margin-right: 88px;
  }

  .finance-compliance-icons.icons-row svg:nth-child(7) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .finance-compliance-icons.icons-row svg {
    margin-top: 24px;
  }
}

@media only screen and (min-width: 1025px) {
  .finance-security-tabs .tabs-wrapper {
    padding-right: 0;
  }

  .finance-security-tabs .tabs-items {
    max-width: 536px;
    padding-right: 0;
  }

  .finance-security-tabs .tabs-panels {
    padding-left: 16px;
  }
}

.finance-investment-scheme {
  align-items: center;
  display: flex;
  height: 370px;
  justify-content: center;
  max-width: 490px;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .finance-investment-scheme {
    max-height: 97%;
  }
}

@media only screen and (max-width: 1024px) {
  .finance-investment-scheme {
    max-height: 80%;
  }
}

@media only screen and (max-width: 835px) {
  .finance-investment-scheme {
    max-height: 70%;
  }
}

.finance-investment-scheme-inner-circle {
  height: 100%;
  left: 50%;
  max-height: 164px;
  max-width: 164px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.finance-investment-scheme-inner-circle .svg-bold-text {
  color: #000;
}

.finance-investment-scheme-text {
  display: inline-flex;
  line-height: 18px;
  position: absolute;
}

.finance-investment-scheme-text:first-child {
  top: 0;
}

.finance-investment-scheme-text:nth-child(4) {
  bottom: 0;
}

.finance-investment-scheme-text:nth-child(2),
.finance-investment-scheme-text:nth-child(6) {
  right: 3%;
  top: 25%;
}

.finance-investment-scheme-text:nth-child(5),
.finance-investment-scheme-text:nth-child(6) {
  left: 3%;
  text-align: right;
}

.finance-investment-scheme-text:nth-child(3),
.finance-investment-scheme-text:nth-child(5) {
  bottom: 26%;
  right: 7%;
}

.finance-investment-scheme-text:nth-child(3) {
  bottom: 26%;
}

.finance-investment-scheme-text+.finance-investment-scheme-text {
  padding-top: 0;
}

.atlassian-icons-set {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .atlassian-icons-set {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 1024px) {
  .atlassian-tabs {
    padding-left: 20px;
  }
}

/*! Breakpoints */
/*! Media queries */
.application-services-why .main-grid-item div:not(:last-of-type),
.application-services-why .second-level-title {
  margin-bottom: 48px;
}

.application-services-why p {
  font-size: 20px;
  line-height: 28px;
}

.application-services-why p strong {
  font-weight: 700;
}

.application-services-glance {
  overflow: hidden;
  padding-bottom: 52px;
}

.application-services-glance .main-grid-outstanding-item-left {
  margin-right: 20px;
}

.application-services-glance .main-grid-outstanding-item-right h3 {
  line-height: 38px;
}

.application-services-glance .main-grid-outstanding-item-right p {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.application-services-spotlights.container,
.application-services-spotlights.container .main-grid.container {
  max-width: 100%;
}

@media only screen and (max-width: 1024px) {
  .application-services-spotlights.container .main-grid.container {
    flex-direction: column;
  }
}

.application-services-spotlights.container .main-grid-item.item-left {
  flex: none;
  margin-right: 0;
  padding: 70px 136px 0 237px;
}

@media (max-width: 1800px) {
  .application-services-spotlights.container .main-grid-item.item-left {
    padding-left: 32px;
    padding-right: 60px;
    width: 45%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .application-services-spotlights.container .main-grid-item.item-left {
    padding: 0 72px 0 0;
  }
}

@media only screen and (max-width: 1024px) {
  .application-services-spotlights.container .main-grid-item.item-left {
    padding: 0 20px;
    width: 100%;
  }
}

.application-services-spotlights.container .main-grid-item.item-right {
  max-width: 800px;
  width: 100%;
}

@media (max-width: 1440px) {
  .application-services-spotlights.container .main-grid-item.item-right {
    padding-right: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .application-services-spotlights.container .main-grid-item.item-right {
    margin: 32px auto 0;
    padding: 0 20px;
  }
}

.application-services-spotlights.container .main-grid-item.item-right .main-grid-item {
  margin-bottom: 32px;
}

.application-services-spotlights.container .main-grid-item.item-right .main-grid-item:last-child,
.application-services-spotlights.container .main-grid-item.item-right .main-grid-item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

.application-services-spotlights.container .image-grid-bordered-caption {
  flex-wrap: wrap;
}

.application-services-spotlights.container .image-grid-bordered-caption .image-grid-bordered-caption-item {
  flex: none;
  max-width: 384px;
}

@media (max-width: 1440px) {
  .application-services-spotlights.container .image-grid-bordered-caption .image-grid-bordered-caption-item {
    max-width: calc(50% - 16px);
  }
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .application-services-spotlights.container .image-grid-bordered-caption .image-grid-bordered-caption-item {
    margin-right: 0;
    margin-top: 0;
    max-width: 100%;
    width: 100%;
  }
}

.application-services-spotlights.container .image-grid-bordered-caption .image-grid-bordered-caption-item .image-grid-bordered-caption-text {
  border: none;
  margin-bottom: 24px;
  margin-top: 0;
  padding-top: 0;
}

.application-services-spotlights.container .image-grid-bordered-caption .image-grid-bordered-caption-item .caption-name {
  font-size: 32px;
  font-weight: 900;
  line-height: 38px;
}

.application-services-spotlights.container .image-grid-bordered-caption .image-grid-bordered-caption-item .caption-text {
  color: #323232;
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
  padding-top: 0;
}

.application-services-spotlights.container .image-grid-bordered-caption .image-grid-bordered-caption-item h4 {
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.application-services-spotlights.container .image-grid-bordered-caption .image-grid-bordered-caption-item:nth-child(2n) {
  margin-right: 0;
}

.application-services-icons .icons-row {
  justify-content: flex-end;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
  .application-services-icons .icons-row {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .application-services-icons .icons-row {
    display: none;
  }
}

.application-services-icons .icons-row svg:not(:last-of-type) {
  margin-right: 80px;
}

@media (max-width: 1800px) {
  .application-services-icons .icons-row svg:not(:last-of-type) {
    margin-right: 32px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .application-services-icons .icons-row:nth-child(5) svg {
    max-width: 75px;
  }

  .application-services-icons svg {
    max-width: 150px;
  }
}

.application-services-icons .icons-row:last-child {
  margin-bottom: 0;
}

.application-services-acccordion .accordion {
  min-height: 730px;
}

@media only screen and (max-width: 1440px) and (min-width: 1281px) {
  .application-services-acccordion .accordion {
    min-height: 793px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .application-services-acccordion .accordion {
    min-height: 820px;
  }
}

.application-services-tabs {
  margin-bottom: 100px;
  padding-left: calc(50% - 608px);
}

@media only screen and (max-width: 1280px) {
  .application-services-tabs {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .application-services-tabs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .application-services-tabs-panels {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1025px) {
  .application-services-tabs-left {
    margin-right: 32px;
    max-width: 592px;
  }
}

.application-services-tabs-left .list {
  margin-top: 20px;
}

.application-services-tabs-right {
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .application-services-tabs-right {
    max-height: 253px;
    max-width: 592px;
  }
}

@media only screen and (max-width: 1024px) {
  .application-services-tabs-right {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
}

.application-services-framework-title {
  margin-bottom: 60px;
}

.application-services-framework .scheme-progress-container {
  margin: 48px 36px 48px 52px;
}

@media only screen and (max-width: 1024px) {
  .application-services-framework .scheme-progress-item {
    margin-right: 16px;
  }
}

.application-services-framework svg [fill] {
  fill: #fff;
}

.application-services-framework svg [stroke] {
  stroke: #fff;
}

@media only screen and (max-width: 479px) {
  .application-services-tabs-adaptive .tabs-title-copy-row.c-2 .title-link-wrapper {
    max-width: 260px;
  }
}

@media only screen and (min-width: 480px) {
  .application-services-tabs-adaptive .tabs-title-copy-row+svg {
    display: block;
    margin: 80px auto 0;
  }
}

/*! Breakpoints */
/*! Media queries */
.big-data-competencies .title-copy-boxes-text {
  padding-bottom: 21.5px;
}

.big-data-services-scheme {
  display: flex;
  justify-content: space-between;
  min-width: 592px;
  width: 100%;
}

.big-data-services-scheme .sheme-block {
  max-width: 360px;
  width: 31%;
}

.big-data-services-scheme .sheme-block .svg-border-gradient {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  line-height: 22px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.big-data-services-scheme .sheme-block-info {
  background: #f2f2f2;
  margin-top: 20px;
  padding: 20px;
}

.big-data-services-scheme .sheme-block-info div {
  align-items: center;
  background: #e0e0e0;
  border-radius: 4px;
  color: #323232;
  display: flex;
  font-size: 14px;
  font-weight: 300;
  height: 48px;
  justify-content: center;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 0 15px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .big-data-services-scheme .sheme-block-info div {
    height: 80px;
  }
}

@media (max-width: 835px) {
  .big-data-services-scheme .sheme-block-info div {
    height: 110px;
  }
}

.big-data-services-scheme .sheme-block-info div:last-child {
  margin-bottom: 0;
}

.big-data-services-scheme svg {
  margin-top: 28px;
}

/*! Breakpoints */
/*! Media queries */
.customer-page .title-number {
  font-weight: 400;
}

.customer-page .link-text {
  margin-bottom: 73px;
}

.customer-scheme {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.customer-scheme-main-grid {
  align-items: flex-end;
}

.customer-scheme-block {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 44px;
  max-width: 240px;
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .customer-scheme-block {
    width: 40%;
  }
}

.customer-scheme-arrow {
  margin: 75px 19px 0;
}

.customer-scheme-arrow-left {
  transform: rotate(180deg);
}

.customer-scheme-arrow-down,
.customer-scheme-arrow-up {
  position: absolute;
  top: calc(100% + 20px);
}

.customer-scheme-arrow-down {
  transform: rotate(90deg);
}

.customer-scheme-arrow-up {
  transform: rotate(-90deg);
}

.customer-scheme-arrow-wrapper {
  position: relative;
}

.erp-customization-issues .omnichannel-customer-service .accordion-content .paragraph-no-padding-top.paragraph-bolder+.customer-omnichannel-columns,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .omnichannel-customer-service .accordion-content p+.customer-omnichannel-columns,
.omnichannel-customer-service .accordion-content .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.customer-omnichannel-columns,
.omnichannel-customer-service .accordion-content .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.customer-omnichannel-columns,
.omnichannel-customer-service .accordion-content .paragraph+.customer-omnichannel-columns {
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  .customer-omnichannel-columns.icon-title-columns {
    grid-template-columns: minmax(100px, 384px) minmax(100px, 384px);
  }
}

.customer-experience-columns {
  max-width: 595px;
}

.title-copy-rows+.customer-experience-columns {
  margin-top: 32px;
}

.customer-experience-tabs .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list,
.customer-experience-tabs .list.columns-two,
.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .customer-experience-tabs .list {
  grid-template-columns: repeat(2, auto);
}

/*! Breakpoints */
/*! Media queries */
.data-science-itra .second-level-title {
  margin-bottom: 60px;
}

.data-science-itra .icons-row svg {
  margin-right: 60px;
}

@media only screen and (max-width: 1279px) {
  .data-science-itra .icons-row svg {
    margin-bottom: 24px;
    margin-right: 40px;
  }
}

.data-science-itra .icons-row svg:nth-child(3) {
  margin-right: 0;
}

@media only screen and (max-width: 1279px) {
  .data-science-itra .icons-row svg:nth-child(3) {
    margin-right: 40px;
  }
}

.data-science-itra .icons-row svg:first-child,
.data-science-itra .icons-row svg:nth-child(2),
.data-science-itra .icons-row svg:nth-child(3) {
  margin-bottom: 24px;
}

.data-science-itra ul li {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
}

.data-science-context .top-image-bordered-columns-number {
  width: 100%;
}

.data-science-context .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.data-science-context .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.data-science-context .paragraph,
.erp-customization-issues .data-science-context .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .data-science-context p {
  line-height: 24px;
}

.data-science-sheme-block {
  background: #f8f8f8;
  margin-bottom: 60px;
  padding: 32px 32px 24px 48px;
  position: relative;
  width: 100%;
}

.data-science-sheme-block svg {
  height: 284px;
  width: 100%;
}

.data-science-sheme-block p:nth-child(2) {
  font-size: 14px;
  line-height: 18px;
  margin: 3px auto 0;
  text-align: center;
}

.data-science-sheme-block p:nth-child(3) {
  font-size: 14px;
  left: -56px;
  line-height: 18px;
  padding-top: 0;
  position: absolute;
  top: 160px;
  transform: rotate(270deg);
}

.data-science-sheme-block div.svg-border-gradient {
  background: linear-gradient(#f8f8f8, #f8f8f8) padding-box,
    linear-gradient(90.64deg, #fc354c, #b27cb8 50.52%, #0abfbc) border-box;
  border-radius: 4px;
  color: #323232;
  font-size: 16px;
  font-weight: 700;
  height: 56px;
  line-height: 22px;
  position: absolute;
  width: 264px;
}

.data-science-sheme-block div:nth-child(4) {
  bottom: 80px;
  left: 80px;
}

.data-science-sheme-block div:nth-child(5) {
  bottom: 144px;
  left: 360px;
}

@media only screen and (max-width: 1279px) {
  .data-science-sheme-block div:nth-child(5) {
    left: 30%;
  }
}

@media (max-width: 1023px) {
  .data-science-sheme-block div:nth-child(5) {
    left: 25%;
  }
}

.data-science-sheme-block div:nth-child(6) {
  right: 312px;
  top: 96px;
}

@media only screen and (max-width: 1279px) {
  .data-science-sheme-block div:nth-child(6) {
    left: 50%;
    right: 0;
  }
}

@media (max-width: 1023px) {
  .data-science-sheme-block div:nth-child(6) {
    left: 45%;
  }
}

.data-science-sheme-block div:nth-child(7) {
  right: 32px;
  top: 32px;
}

.data-science-table-top .main-grid-item:first-child {
  max-width: 384px;
}

.data-science-related .title-copy-boxes-item:nth-child(4) {
  grid-column: 1 / span 2;
  grid-row: 2;
}

.data-science-related .title-copy-boxes-item:nth-child(4) .title-copy-boxes-img-wrapper {
  flex: 0 0 37.2%;
}

.data-science-related .title-copy-boxes-item:nth-child(6) .title-copy-boxes-content {
  padding-right: 50px;
}

.data-science-related .title-copy-boxes-text {
  padding-bottom: 0;
}

.data-science-framework .scheme-progress {
  margin-top: 60px;
}

.data-science-framework .scheme-progress-container-outstanding {
  margin-left: 64px;
  margin-top: 44px;
}

.data-science-framework .scheme-progress-item {
  flex: 1 1 100%;
  margin-bottom: 30px;
  max-width: 328px;
}

@media only screen and (max-width: 1919px) {
  .data-science-framework .scheme-progress-item {
    max-width: 22%;
  }
}

@media only screen and (max-width: 1280px) {
  .data-science-framework .scheme-progress-item {
    max-width: 30%;
  }
}

@media only screen and (max-width: 1024px) {
  .data-science-framework .scheme-progress-item {
    max-width: 40%;
  }
}

.data-science-framework .scheme-progress-item:nth-child(5),
.data-science-framework .scheme-progress-item:nth-child(6),
.data-science-framework .scheme-progress-item:nth-child(7),
.data-science-framework .scheme-progress-item:nth-child(8) {
  margin-bottom: 0;
}

.data-science-framework .container {
  margin-right: 0;
  max-width: none;
  padding-left: calc(50% - 608px);
}

@media only screen and (max-width: 1280px) {
  .data-science-framework .container {
    margin-left: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .data-science-framework .container {
    margin-left: 20px;
  }
}

/*! Breakpoints */
/*! Media queries */
.healthcare-crm-solutions.section {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 80px;
  padding-bottom: 80px;
}

.healthcare-crm-first-container .main-grid {
  align-items: center;
  justify-content: space-between;
}

.healthcare-crm-first-container .main-grid .main-grid-item {
  margin-right: 0;
  max-width: 592px;
  width: 50%;
}

.healthcare-crm-first-container .main-grid .main-grid-item svg {
  max-width: 542px;
}

.healthcare-crm-first-container .main-grid .main-grid-item:last-child {
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: right;
}

.healthcare-crm-integrations .section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.healthcare-crm-integrations .section .list-block-links {
  display: block;
  margin-top: 44px;
  max-width: 280px;
}

.healthcare-crm-integrations .section .list-block-links .list-block-links-title {
  line-height: 24px;
  padding-bottom: 16px;
}

.healthcare-crm-integrations .section .list-block-links .list-block-link-item.without-link {
  cursor: auto;
}

.healthcare-crm-benefits.section-background {
  margin-bottom: 0;
}

.healthcare-crm-benefits.section-background .main-grid .gatsby-image-wrapper {
  max-height: 230px;
}

.healthcare-crm-benefits.section-background .list-item {
  padding-bottom: 18px;
}

.healthcare-crm-benefits.section-background .list-item:nth-child(5),
.healthcare-crm-benefits.section-background .list-item:nth-child(6) {
  padding-bottom: 0;
}

.healthcare-crm-benefits.section-background .first-tab-list .list-item {
  line-height: 24px;
}

.healthcare-crm-benefits.section-background .first-tab-list .list-item:nth-child(3),
.healthcare-crm-benefits.section-background .first-tab-list .list-item:nth-child(5) {
  margin-top: -20px;
}

.healthcare-crm-faq .container {
  max-width: 100%;
  padding-left: calc(50vw - 615.5px);
}

@media only screen and (min-width: 1025px) {
  .healthcare-crm-faq .container {
    margin-left: 0;
  }
}

.healthcare-crm-faq .container .two-columns-grid .main-grid-item:first-child {
  max-width: 488px;
}

.healthcare-crm-faq .container .two-columns-grid .accordion-content .accordion-faqs-text {
  max-width: 728px;
}

.healthcare-crm-faq .container .two-columns-grid .accordion-content .blog-portfolio-content {
  max-width: 800px;
}

.healthcare-crm .title-copy-boxes-container .title-copy-boxes-text {
  padding-bottom: 25px;
}

.healthcare-crm-scheme {
  overflow: hidden;
}

.healthcare-custom-solutions .tabs-wrapper {
  margin-bottom: 0;
}

.healthcare-custom-solutions .tabs-wrapper .tabs-wrapper {
  max-width: 1050px;
  padding-right: 0;
}

.healthcare-custom-solutions a.icon-title+p {
  padding-top: 20px;
}

.healthcare-compliance {
  padding: 100px 0;
}

@media only screen and (max-width: 1024px) {
  .healthcare-compliance {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .healthcare-compliance .main-grid-item:last-child {
    margin-top: 20px;
  }
}

/*! Breakpoints */
/*! Media queries */
.salesforce-product-expertise-icons.icons-row .salesforce-heroku-logo path {
  fill: #a1a0a6;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .salesforce-product-expertise-icons.icons-row.type-5 .icons-item svg {
    max-width: 150px;
  }

  .salesforce-product-expertise-icons.icons-row .icons-item {
    margin-bottom: 24px;
  }
}

.salesforce-product-expertise-icons.icons-row+.icons-row {
  margin-top: 40px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .salesforce-product-expertise-icons.icons-row+.icons-row {
    margin-top: 0;
  }

  .salesforce-product-expertise-icons.icons-row+.icons-row .icons-item:last-child,
  .salesforce-product-expertise-icons.icons-row+.icons-row .icons-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

.salesforce-consulting-icon-grid {
  grid-row-gap: 60px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .salesforce-consulting-icon-grid {
    grid-row-gap: 32px;
  }
}

/*! Breakpoints */
/*! Media queries */
.sass-tech-stack .title-copy-columns {
  padding-bottom: 20px;
}

.break-row {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .break-row {
    display: block;
    flex-basis: 100%;
    height: 0;
  }
}

/*! Breakpoints */
/*! Media queries */
.software-product-engineering-icons {
  justify-content: flex-start;
  margin-right: -73px;
  margin-top: -20px;
  padding-bottom: 60px;
  padding-top: 32px;
}

@media only screen and (max-width: 1280px) {
  .software-product-engineering-icons {
    order: 3;
    padding-bottom: 8px;
  }
}

@media only screen and (max-width: 835px) {
  .software-product-engineering-icons {
    margin-top: 12px;
    padding-bottom: 40px;
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .software-product-engineering-icons {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .software-product-engineering-icons {
    padding-top: 40px;
  }
}

.software-product-engineering-icons svg {
  margin-right: 73px;
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  .software-product-engineering-stories.section-background {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .software-product-engineering-stories.section-background h2.second-level-title {
    margin-bottom: 32px;
  }
}

.software-product-engineering-stories .adidas-svg,
.software-product-engineering-stories .evoz-svg {
  margin-bottom: 24px;
}

.software-product-engineering-stories .driver-svg:hover {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAARCAYAAAAyhueAAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABdSURBVDiN7VNBDgAQDKvF/788J6ILy8zBRS+EtGs3gBjUrC4kKHqEL0oIDWIB4snu4kZYzEFJCnaeAkAFO7RuvSK7ZDpvvPiRxz80enyynwC1bx5Utp9p/v/7j0UbhOMWEKGN3LsAAAAASUVORK5CYII=),
    auto;
}

@media only screen and (max-width: 767px) {
  .software-product-engineering-stories .main-grid.two-columns-grid .main-grid-item:first-child {
    margin-bottom: 40px;
  }
}

.software-product-engineering-stories .image-comparing-container {
  margin-bottom: 36px;
}

.software-product-engineering-beyond-container.section-background {
  padding-bottom: 32px;
}

@media only screen and (max-width: 1280px) {
  .software-product-engineering-beyond-container.section-background {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 835px) {
  .software-product-engineering-beyond-container.section-background {
    padding-bottom: 28px;
  }
}

.software-product-engineering-icons-list {
  overflow: hidden;
}

@media only screen and (min-width: 1025px) {
  .software-product-engineering-icons-list.section {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .software-product-engineering-icons-list.section {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .software-product-engineering-icons-list.section {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .software-product-engineering-icons-list .main-grid-outstanding {
    flex-direction: column;
  }

  .software-product-engineering-icons-list .main-grid-outstanding-item-left,
  .software-product-engineering-icons-list .main-grid-outstanding-item-right {
    width: 100%;
  }
}

@media only screen and (min-width: 1280px) {
  .software-product-engineering-icons-list .main-grid-outstanding-item-left {
    padding-right: 16px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .software-product-engineering-icons-list .main-grid-outstanding-item-left {
    display: flex;
    flex-wrap: wrap;
  }

  .software-product-engineering-icons-list .main-grid-outstanding-item-left .title-copy-rows:first-of-type {
    order: 1;
    width: 50%;
  }
}

@media only screen and (min-width: 836px) {
  .software-product-engineering-icons-list .main-grid-outstanding-item-left .title-copy-rows:first-of-type {
    padding-right: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 835px) {
  .software-product-engineering-icons-list .main-grid-outstanding-item-left .title-copy-rows:first-of-type {
    padding-right: 10px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .software-product-engineering-icons-list .main-grid-outstanding-item-left .title-copy-rows:last-of-type {
    order: 2;
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 835px) {
  .software-product-engineering-icons-list .main-grid-outstanding-item-left .title-copy-rows:last-of-type {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 1281px) {
  .software-product-engineering-icons-list .main-grid-outstanding-item-right {
    padding-left: 16px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .software-product-engineering-icons-list .main-grid-outstanding-item-right {
    padding-left: 32px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1280px) {
  .software-product-engineering-icons-list .main-grid-outstanding-item-right {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 479px) {
  .software-product-engineering-icons-list .main-grid-outstanding-item-right {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .software-product-engineering-icons-list .container-small {
    max-width: none;
  }
}

.software-product-engineering-icons-list .columns-5 {
  grid-row-gap: 60px;
  grid-template-columns: repeat(3, 27%);
  width: 100%;
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .software-product-engineering-icons-list .columns-5 {
    grid-template-areas: "one two three" "four five three";
  }
}

@media only screen and (max-width: 767px) {
  .software-product-engineering-icons-list .columns-5 {
    grid-template-columns: repeat(2, minmax(200px, 328px));
  }
}

@media only screen and (max-width: 479px) {
  .software-product-engineering-icons-list .columns-5 {
    grid-row-gap: 32px;
    grid-template-columns: repeat(1, auto);
  }
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .software-product-engineering-icons-list .columns-5 .icon-title-item:first-child {
    grid-area: one;
  }

  .software-product-engineering-icons-list .columns-5 .icon-title-item:nth-child(2) {
    grid-area: two;
  }

  .software-product-engineering-icons-list .columns-5 .icon-title-item:nth-child(3) {
    align-self: start;
    grid-area: three;
  }

  .software-product-engineering-icons-list .columns-5 .icon-title-item:nth-child(4) {
    grid-area: four;
  }

  .software-product-engineering-icons-list .columns-5 .icon-title-item:nth-child(5) {
    grid-area: five;
  }

  .software-product-engineering-icons-list .columns-5 .icon-title-item:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  .software-product-engineering-icons-list .columns-5 .icon-title-item:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }

  .software-product-engineering-icons-list .columns-5 .icon-title-item:nth-child(3) {
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }

  .software-product-engineering-icons-list .columns-5 .icon-title-item:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }

  .software-product-engineering-icons-list .columns-5 .icon-title-item:nth-child(5) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
}

@media only screen and (max-width: 479px) {
  .software-product-engineering-icons-list .columns-5 .icon-title-item {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .software-product-engineering-accordion-image.accordion-image.section {
    margin-top: -101px;
  }
}

.software-product-engineering-accordion-image.accordion-image.section .accordion {
  position: relative;
}

.software-product-engineering-accordion-image.accordion-image.section .accordion:after {
  background-color: #e0e0e0;
  bottom: -100px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: -72px;
}

@media only screen and (max-width: 1024px) {
  .software-product-engineering-accordion-image.accordion-image.section .accordion:after {
    display: none;
  }

  .software-product-engineering-accordion-image.accordion-image.section .halved-content-item {
    margin-top: 60px;
    padding-bottom: 0;
  }
}

.software-product-engineering-industry-specific .list-item {
  line-height: 24px;
}

@media only screen and (max-width: 1024px) {
  .software-product-engineering-app-dev .title-link-wrapper {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 1281px) {
  .software-product-engineering-copy-boxes .title-copy-boxes-item:nth-child(2) .title-copy-boxes-text {
    padding-bottom: 34px;
  }
}

.software-product-engineering .has-half-cta-after+.half-callout-wrapper.section.container+.section-background {
  padding-top: 144px;
}

/*! Breakpoints */
/*! Media queries */
.blockchain-page-accordion-container .columns-3.icon-title-columns .icon-title-item,
.blockchain-page-accordion-container .columns-4 .icon-title-item {
  margin-bottom: 0;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {

  .blockchain-page-accordion-container .columns-3.icon-title-columns,
  .blockchain-page-accordion-container .columns-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 1280px) {
  .blockchain-smart-contract {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blockchain-smart-contract .main-grid-outstanding {
    flex-direction: column;
  }
}

.blockchain-smart-contract .main-grid-outstanding-item-left {
  padding: 14px 0 14px calc(50% - 608px);
}

@media (max-width: 1800px) {
  .blockchain-smart-contract .main-grid-outstanding-item-left {
    min-width: auto;
  }
}

@media (width: 1440px) {
  .blockchain-smart-contract .main-grid-outstanding-item-left h3 {
    max-width: 265px;
  }
}

@media only screen and (max-width: 1280px) {
  .blockchain-smart-contract .main-grid-outstanding-item-left {
    min-width: 100%;
  }

  .blockchain-smart-contract .main-grid-outstanding-item-left p {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .blockchain-smart-contract .main-grid-outstanding-item-left {
    max-width: 592px;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .blockchain-smart-contract .main-grid-outstanding-item-left {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.blockchain-smart-contract .main-grid-outstanding-item-right {
  padding-left: 88px;
}

@media (max-width: 1800px) {
  .blockchain-smart-contract .main-grid-outstanding-item-right {
    min-width: 900px;
  }
}

@media only screen and (max-width: 1280px) {
  .blockchain-smart-contract .main-grid-outstanding-item-right {
    margin-top: 0;
    padding-left: 32px;
  }
}

@media only screen and (max-width: 1280px) and (max-width: 1024px) {
  .blockchain-smart-contract .main-grid-outstanding-item-right {
    min-width: auto;
  }
}

@media only screen and (max-width: 1280px) {
  .blockchain-smart-contract .main-grid-outstanding-item-right .container-small {
    margin: 46px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .blockchain-smart-contract .main-grid-outstanding-item-right .container-small {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .blockchain-smart-contract .main-grid-outstanding-item-right {
    padding: 0;
  }
}

.blockchain-smart-contract .main-grid-outstanding-item-right .container-small {
  max-width: 760px;
}

.blockchain-sheme-block {
  min-width: 760px;
  position: relative;
}

@media (max-width: 850px) {
  .blockchain-sheme-block {
    min-width: auto;
  }
}

.blockchain-sheme-block div {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  position: absolute;
}

.blockchain-sheme-block div:nth-child(2) {
  bottom: 145px;
  left: 85px;
}

.blockchain-sheme-block div:nth-child(3) {
  left: 46%;
  max-width: 60px;
  text-align: center;
  top: 40%;
}

.blockchain-sheme-block div:nth-child(4) {
  bottom: 145px;
  right: 85px;
}

.blockchain-sheme-block div:nth-child(5) {
  bottom: 0;
  left: 40%;
}

.blockchain-title-copy-icons.title-copy-columns {
  padding-bottom: 40px;
}

.blockchain-platform-icons.icons-row.type-5+.type-5 {
  margin-top: 40px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .blockchain-platform-icons.icons-row.type-5+.type-5 {
    margin-top: 0;
  }

  .blockchain-platform-icons.icons-row.type-5+.type-5 .icons-item:last-child,
  .blockchain-platform-icons.icons-row.type-5+.type-5 .icons-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

/*! Breakpoints */
/*! Media queries */
.acumatica path.acumatica-erp-faux-blue {
  fill: #69cff4;
}

.acumatica-partner-quote {
  position: relative;
}

.acumatica-partner-quote-icon {
  display: block;
  height: 20px;
  left: -32px;
  position: absolute;
  top: 0;
  width: 21px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .acumatica-partner-quote-icon {
    position: static;
  }

  .acumatica-partner.two-columns-grid .main-grid-item.main-grid-less-quarter {
    margin-bottom: 0;
  }
}

.acumatica-partner-info {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  max-width: 280px;
  padding-top: 24px;
}

.acumatica-partner-name {
  font-weight: 500;
}

.acumatica-partner-description {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  padding-top: 6px;
}

.acumatica-ceo-img.gatsby-image-wrapper {
  border-radius: 50%;
  float: left;
  height: 72px;
  margin-right: 20px;
  margin-top: 0;
  min-width: 72px;
  width: 72px;
}

.acumatica-customization.main-grid-item {
  background-color: #fff;
}

.acumatica-customization-list {
  height: 100%;
}

.acumatica-customization-list-block.halved-content-item {
  padding: 0;
}

@media only screen and (min-width: 1535px) {
  .acumatica-customization-list-block .icon-title-columns {
    grid-template-columns: 328px 328px;
  }
}

@media only screen and (width: 1280px) {
  .acumatica-customization-list-block .icon-title-columns {
    grid-template-columns: auto auto auto;
    width: 100%;
  }

  .acumatica-customization-list-block .icon-title-columns .icon-title-item:nth-child(4) {
    margin-top: -100px;
  }
}

@media only screen and (min-width: 1281px) {
  .acumatica-customization-list {
    padding: 100px 32px 0 72px;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1024px) {
  .acumatica-customization-list {
    padding: 60px 20px;
    width: 100%;
  }

  .copy-image-accordion .acumatica-customization-list {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .acumatica-customization-list {
    padding: 72px 32px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .acumatica-customization-list {
    padding: 48px 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .acumatica-customization-list {
    padding: 32px 20px 0;
  }
}

@media (max-width: 1280px) and (min-width: 1025px) {
  .acumatica-customization .gatsby-image-wrapper {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .acumatica-customization .gatsby-image-wrapper {
    height: 250px;
  }

  .acumatica-customization .gatsby-image-wrapper img {
    -o-object-position: 50% 31% !important;
    object-position: 50% 31% !important;
  }
}

.acumatica-customization-container.has-half-cta-after.two-columns-grid.background-light-gray .main-grid-item.halved-content-image-item {
  padding-bottom: 0;
}

@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .acumatica-customization-container.has-half-cta-after.two-columns-grid.background-light-gray .main-grid-item.halved-content-image-item {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1025px) {
  .acumatica-project-lifecycle {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .acumatica-project-lifecycle {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .acumatica-project-lifecycle .table-top-bordered-columns-three .table-top-bordered-row .main-grid-item {
    flex: 1 1 100%;
  }
}

.acumatica-project-lifecycle h2 {
  max-width: 450px;
}

.acumatica-project-lifecycle .table-top-bordered-row .main-grid-item:first-of-type {
  margin-right: 0;
  max-width: 344px;
}

@media only screen and (max-width: 1024px) {
  .acumatica-continuous-development .main-grid-item {
    padding-bottom: 20px;
  }

  .acumatica-continuous-development .main-grid-item:last-child {
    padding-bottom: 0;
  }

  .integration-beyond-acumatica-container {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .integration-beyond-acumatica-title {
    margin-bottom: 20px;
    margin-top: 60px;
  }
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .augmentation-ways-list .top-bordered-columns:last-child {
    margin-top: 40px;
  }
}

.across-industries-accordion .list.columns-two-modified {
  grid-template-columns: repeat(2, auto);
}

.ar-vr-icons-devices,
.ar-vr-icons-frameworks {
  margin-bottom: -20px;
  margin-right: -48px;
}

@media only screen and (max-width: 1280px) {

  .ar-vr-icons-devices,
  .ar-vr-icons-frameworks {
    margin-right: -40px;
  }
}

.ar-vr-icons-devices svg,
.ar-vr-icons-frameworks svg {
  margin-bottom: 20px;
  margin-right: 48px;
}

@media only screen and (max-width: 1280px) {

  .ar-vr-icons-devices svg,
  .ar-vr-icons-frameworks svg {
    margin-right: 40px;
  }
}

.ar-vr-icons-devices svg:last-child,
.ar-vr-icons-frameworks svg:last-child {
  margin-right: 0;
}

.ar-vr-icons-table .main-grid-less-quarter {
  max-width: 280px;
}

/*! Breakpoints */
/*! Media queries */
.ml-solutions.section {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 100px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
  .ml-solutions.section {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}

.ml-itra h2 {
  margin-bottom: 48px;
}

.ml-itra p {
  font-size: 20px;
  line-height: 28px;
}

.ml-itra p strong {
  font-weight: 700;
}

.ml-itra p+p {
  padding-top: 48px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .ml-itra p+p {
    padding-top: 20px;
  }
}

.ml-expertise .second-level-title {
  margin-bottom: 40px;
}

.erp-customization-issues .ml-expertise .thiny-tabs .c-4 .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .ml-expertise .thiny-tabs .c-4 p,
.ml-expertise .thiny-tabs .c-4 .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.ml-expertise .thiny-tabs .c-4 .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.ml-expertise .thiny-tabs .c-4 .paragraph,
.ml-expertise .thiny-tabs .c-4+.tabs-panels-content-wrapper {
  display: none;
}

.ml-expertise .thiny-tabs .c-4+.tabs-panels-content-wrapper+div {
  margin-bottom: 20px;
}

.ml-industries .second-level-title {
  margin-bottom: 40px;
}

.ml-industries.container {
  max-width: 100%;
  padding-left: calc(50% - 608px);
}

@media only screen and (min-width: 1280px) {
  .ml-industries.container {
    padding-bottom: 174px;
  }
}

@media only screen and (max-width: 1280px) {
  .ml-industries.container {
    padding-left: 0;
  }
}

@media only screen and (min-width: 1280px) {
  .ml-industries+.extra-height-cta+.section-background {
    margin-top: -137px;
  }
}

@media only screen and (min-width: 1025px) {
  .ml-industries-tabs-left {
    margin-right: 32px;
    max-width: 592px;
  }
}

.ml-industries-tabs-left .list {
  margin-top: 20px;
}

.ml-industries-tabs-left a:hover {
  text-decoration: underline;
}

.ml-industries-tabs-left.tabs-row-left-2 h3.third-level-title {
  display: none;
}

.ml-industries-tabs-left.tabs-row-left-2 h3 a {
  color: #000;
  position: relative;
}

.ml-industries-tabs-left.tabs-row-left-2 h3 a:last-child {
  display: inline-block;
  padding-right: 16px;
}

.ml-industries-tabs-left.tabs-row-left-2 h3 a:last-child:after {
  align-items: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAaBAMAAABWeiG6AAAALVBMVEUAAAD/A9P/A9b/A9T/A9X/A9X/A9b/A9X/A9X/BNX/BNX/BNX/BNX/BNX///9XFrj8AAAADXRSTlMATFFTVFVXW1zk5fv8yeUf7AAAAAFiS0dEDm+9ME8AAABRSURBVBjTY2AAA8ZVBgxIgPPuNlTu7QQkLvNeVGnvu3cakLgse++eoLK01F0ksIlhLjL3JjoXTTECRN+9U4Dgse69e5wGkmiBgxZ0aAELC3YARXNeT9Eut3QAAAAASUVORK5CYII=);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid #c4c4c4;
  content: "";
  display: flex;
  height: 48px;
  justify-content: center;
  pointer-events: auto;
  position: absolute;
  right: -48px;
  top: calc(50% - 24px);
  transition: 0.3s;
  width: 48px;
}

.ml-industries-tabs-left.tabs-row-left-2 h3 a:last-child:hover:after {
  background-color: #f8f8f8;
  background-position: 67% 50%;
}

.ml-industries-tabs-right {
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .ml-industries-tabs-right {
    max-width: 592px;
  }
}

@media only screen and (max-width: 1024px) {
  .ml-industries-tabs-right {
    display: none;
  }
}

.ml-approach.section-background {
  padding-left: calc(50% - 608px);
}

.ml-approach.section-background .container {
  margin-right: 0;
  max-width: none;
}

@media only screen and (max-width: 767px) {
  .ml-approach.section-background .container {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .ml-approach.section-background {
    padding-left: 0;
  }
}

.ml-approach.section-background .second-level-title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1280px) {
  .ml-approach.section-background .scheme-progress-item {
    flex: 1 1 100%;
    margin-bottom: 30px;
    max-width: 250px;
  }
}

.ml-approach.section-background .scheme-progress-item-last {
  margin-right: 10px;
}

.ml-technologies {
  margin-bottom: 60px;
}

@media only screen and (min-width: 767px) {

  .ml-technologies .main-grid-item:first-child,
  .ml-technologies .main-grid-item:last-child,
  .ml-technologies .main-grid-item:nth-last-child(-n + 2) {
    max-width: 176px;
  }
}

@media only screen and (max-width: 767px) {
  .ml-technologies .main-grid-item {
    min-width: 100%;
  }
}

.ml-technologies-extended .main-grid-item:first-child,
.ml-technologies-extended .main-grid-item:nth-child(3),
.ml-technologies-extended .main-grid-item:nth-child(5) {
  max-width: 72px;
}

@media only screen and (max-width: 767px) {

  .ml-technologies-extended .main-grid-item:first-child,
  .ml-technologies-extended .main-grid-item:nth-child(3),
  .ml-technologies-extended .main-grid-item:nth-child(5) {
    margin-bottom: 24px;
    margin-top: 30px;
  }
}

.ml-technologies-extended .main-grid-item:first-child p,
.ml-technologies-extended .main-grid-item:nth-child(3) p,
.ml-technologies-extended .main-grid-item:nth-child(5) p {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

@media only screen and (max-width: 767px) {
  .ml-technologies-extended .main-grid-item:first-child {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.ml-faq.container {
  max-width: none;
  padding-left: calc(50% - 608px);
}

@media only screen and (max-width: 1280px) {
  .ml-faq.container {
    padding-left: 0;
  }
}

.ml-faq.container .main-grid-less-quarter {
  max-width: 488px;
}

.ml-faq.container .main-grid-bigger-quarter {
  max-width: 830px;
}

/*! Breakpoints */
/*! Media queries */
.iot-tech-stack .table-top-bordered-row {
  margin-right: -48px;
  width: 100%;
}

.iot-langs-icons,
.iot-tools-icons {
  margin-bottom: -20px;
}

.iot-langs-icons svg,
.iot-tools-icons svg {
  margin-bottom: 20px;
  margin-right: 48px;
}

.iot-langs-icons svg:last-child,
.iot-tools-icons svg:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 1281px) {

  .internet-of-things-copy-boxes .title-copy-boxes-item:nth-child(2) .title-copy-boxes-text,
  .internet-of-things-copy-boxes .title-copy-boxes-item:nth-child(3) .title-copy-boxes-text {
    padding-bottom: 25px;
  }
}

/*! Breakpoints */
/*! Media queries */
.it-consulting-approach .caption-name {
  line-height: 1.2;
}

.it-consulting-cloud-scheme-dark-theme {
  background-color: #091e6c;
  display: flex;
  justify-content: space-between;
  max-width: 488px;
  padding: 15px 19px;
}

.it-consulting-cloud-scheme-title {
  font-size: 14px;
  padding-right: 28px;
}

.it-consulting-cloud-scheme-title:last-child {
  padding-right: 0;
}

.it-consulting-cloud-scheme-title+.it-consulting-cloud-scheme-title {
  padding-top: 0;
}

.it-consulting-cloud-scheme-block {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.it-consulting-cloud-scheme-icon {
  margin: 0 48px;
}

.it-consulting-cloud-scheme-bold-text {
  font-weight: 700;
  text-align: center;
}

.it-consulting-cloud-scheme-bold-text+.it-consulting-cloud-scheme-bold-text {
  padding-top: 24px;
}

@media only screen and (min-width: 1280px) {
  .it-stages h2 {
    max-width: 500px;
  }
}

@media only screen and (max-width: 1100px) {
  .it-media-two-columns {
    flex-direction: column;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1100px) {
  .it-media-two-columns .main-grid-item:not(:first-child) {
    margin-top: 10%;
  }
}

.it-media-two-columns .container-svg {
  display: flex;
  justify-content: center;
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (max-width: 1024px) {
  .smart-contract-ico.has-half-cta-inside {
    flex-wrap: wrap;
  }

  .smart-contract-ico.has-half-cta-inside .main-grid-item {
    width: 100%;
  }

  .smart-contract-ico.has-half-cta-inside .main-grid-item:first-child {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .smart-contract-ico.has-half-cta-inside .main-grid-item+.main-grid-item {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.smart-contract-ico.has-half-cta-inside .callout-stripe-button-small {
  padding-left: 72px;
}

.smart-contract-ico.has-half-cta-inside.equal-halved-content .halved-content-item+.halved-content-item {
  min-width: 50%;
  padding-left: 72px;
  padding-right: calc(50vw - 615.5px);
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .smart-contract-ico.has-half-cta-inside.equal-halved-content .halved-content-item+.halved-content-item {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
  }

  .smart-contract-ico.has-half-cta-inside.equal-halved-content .background-theme+.background-light-gray {
    margin-top: 0;
  }
}

.smart-contract-ico.has-half-cta-inside .smart-contract-right-content-wrapper .icons-row {
  margin-top: 40px;
}

.smart-contract-ico.has-half-cta-inside .smart-contract-right-content-wrapper .icons-row .icons-item {
  margin-bottom: 17px;
  padding-right: 80px;
}

.smart-contract-ico.has-half-cta-inside .smart-contract-right-content-wrapper .icons-row .icons-item:nth-child(3n + 2) {
  padding-right: 0;
}

@media only screen and (max-width: 1200px) {
  .smart-contract-ico.has-half-cta-inside .smart-contract-right-content-wrapper .icons-row .icons-item:nth-child(2) {
    padding-right: 80px;
  }
}

.smart-contract-ico.has-half-cta-inside .smart-contract-right-content-wrapper .icons-row .icons-item:nth-child(n + 3) {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .smart-contract-ico.has-half-cta-inside.two-columns-grid:not(.title-left-only) .main-grid-item:first-of-type {
    margin-bottom: 0;
  }
}

.smart-contract-stages .table-top-bordered .title-number {
  margin: 0;
  width: 24px;
}

.smart-contract-outstanding-container .main-grid-outstanding-item-right {
  padding-right: 0;
}

@media only screen and (max-width: 1024px) {
  .smart-contract-outstanding-container .main-grid-outstanding-item-right {
    height: 250px;
    overflow: hidden;
    padding-left: 0;
  }
}

.smart-contract-outstanding-container .icon-title-item:nth-child(-n + 2) {
  margin-bottom: 28px;
}

/*! Breakpoints */
/*! Media queries */
.section.bi-integration-implementation {
  margin-bottom: 60px;
}

.bi-integration-implementation-right {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 1216px) {
  .bi-integration-implementation-right {
    justify-content: flex-start;
  }
}

.bi-integration-around-title .title-link-text {
  flex: 2 1 94%;
  min-width: 388px;
}

@media only screen and (max-width: 767px) {
  .bi-integration-around-title .title-link-text {
    min-width: 0;
  }
}

.bi-integration-around-title .link-arrow-single {
  flex: 1 2 100%;
}

/*! Breakpoints */
/*! Media queries */
.crm-platforms-header {
  max-width: 580px;
}

@media only screen and (max-width: 1279px) {
  .crm-consulting-icon-col-container .icon-title-columns {
    row-gap: 60px;
  }
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .crm-consulting-icon-col-container .icon-title-columns {
    row-gap: 32px;
  }
}

.crm-consulting-icon-col-container .title-copy-rows {
  margin-bottom: 60px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .crm-consulting-icon-col-container .title-copy-rows {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1281px) {
  .crm-consulting-accordion-container .main-grid-outstanding-item-right {
    padding-right: 72px;
  }
}

.crm-consulting-implementation-title {
  padding-right: 70px;
}

/*! Breakpoints */
/*! Media queries */
.predictive-icon-grid {
  grid-template-columns: minmax(100px, 252px) minmax(100px, 252px);
}

@media only screen and (max-width: 479px) {
  .predictive-icon-grid {
    grid-template-columns: 1fr;
  }
}

.predictive-accordion .accordion-content {
  margin-top: 40px;
}

.predictive-about p {
  line-height: 28px;
}

.predictive-table .table-list-item {
  padding-right: 0;
}

.predictive-scheme {
  margin-bottom: 60px;
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (min-width: 1281px) {
  .devops-halved-content-table.halved-content-item {
    padding-right: calc(50% - 608px);
  }
}

.devops-halved-content-table .table-ticks-row:not(:first-of-type) {
  padding: 28px 0;
}

.devops-halved-content-table .table-ticks-row:last-of-type {
  padding-bottom: 0;
}

@media only screen and (min-width: 1281px) {
  .devops-halved-content-table .table-ticks-item:first-of-type {
    max-width: 208px;
    padding-right: 0;
    width: 43%;
  }

  .devops-halved-content-table .table-ticks-item:not(:first-of-type) {
    padding-left: 58px;
    padding-right: 0;
    text-align: left;
    width: 33%;
  }

  .devops-halved-content-table .table-ticks-item:last-of-type {
    padding-left: 14px;
    text-align: center;
  }

  .devops-halved-content-table .devops-table-ticks-item:not(:first-of-type) {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 33%;
  }

  .devops-halved-content-table .devops-table-ticks-item:last-of-type {
    padding-right: 10px;
    text-align: right;
  }
}

.devops-halved-content-table .devops-table-ticks-item h4 {
  margin-bottom: 24px;
}

@media only screen and (max-width: 1280px) {
  .devops-release-automation-container.container {
    padding-left: 0;
  }
}

.devops-release-automation-container.container .table-title {
  max-width: 416px;
  width: 35%;
}

.devops-release-automation-container.container .table-list {
  margin-left: -32px;
  width: 65%;
}

@media only screen and (max-width: 767px) {
  .devops-release-automation-container.container .table-list {
    margin-left: 0;
    width: 80%;
  }
}

@media only screen and (min-width: 1280px) {
  .devops-release-automation-container.container .table-list-item {
    white-space: nowrap;
  }
}

.devops-release-automation-container.container .tabs-items .mdc-tab-scroller__scroll-area {
  overflow-x: scroll;
}

.devops-release-automation-container.container .tabs-items .mdc-tab-scroller__scroll-area .tabs-item.mdc-tab.active .mdc-tab-indicator__content {
  opacity: 1;
}

.devops-release-automation-container.container .tabs-wrapper {
  max-width: 1507px;
}

.devops-release-automation-container.container .tabs-wrapper .tabs-item.mdc-tab,
.devops-release-automation-container.container .tabs-wrapper .tabs-item.mdc-tab:last-child {
  margin-bottom: 38px;
}

@media only screen and (max-width: 1024px) {

  .devops-release-automation-container.container .tabs-wrapper .tabs-item.mdc-tab,
  .devops-release-automation-container.container .tabs-wrapper .tabs-item.mdc-tab:last-child {
    margin-bottom: 0;
  }
}

.devops-release-automation-title {
  margin-bottom: 60px;
}

.devops-infrastructure-table .table-title {
  max-width: 384px;
}

.devops-cloud-title {
  max-width: 440px;
}

@media only screen and (max-width: 925px) and (min-width: 768px) {
  .devops-cloud-title {
    max-width: 335px;
  }
}

@media only screen and (min-width: 1280px) {
  .devops-consulting-services .cta-small .callout-stripe-copy-small {
    height: 148px;
  }

  .devops-consulting-services.section .halved-content-image-item {
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 1024px) {

  .devops-consulting-services.section .halved-content-image-item .gatsby-image-wrapper,
  .devops-consulting-services.section .halved-content-image-item .inner-content {
    width: 100%;
  }
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .java-grid-halved .featured-grid-halved-item:nth-child(odd) {
    padding-right: 16px;
  }
}

.java-grid-halved .featured-grid-halved-item:nth-child(odd):nth-child(3) {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .java-grid-halved .featured-grid-halved-item:nth-child(odd):nth-child(3) {
    margin-top: 0;
  }
}

.java-grid-halved .copies-item {
  margin-bottom: 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .java-grid-halved .copies-item:not(:nth-child(2)) {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .java-grid-halved .copies-item:nth-child(2) {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .java-grid-halved .copies-item:first-child {
    margin-bottom: 32px;
  }
}

.java-grid-halved .featured-grid-halved-item.copies-item:nth-child(3) {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .java-grid-halved .inverted-item {
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }
}

.java-bi-icons-row.type-1 {
  margin-top: 16px;
}

.java-bi-icons-row.type-1 svg {
  margin-top: 24px;
}

.java-bi-icons-row.type-1 svg.jusper-reports-svg,
.java-bi-icons-row.type-1 svg.jusper-server-svg,
.java-bi-icons-row.type-1 svg.splunk-svg {
  margin-right: 27px;
}

.java-bi-icons-row.type-1 svg.hadoop-svg,
.java-bi-icons-row.type-1 svg.kafka-svg,
.java-bi-icons-row.type-1 svg.spark-svg {
  margin-right: 33px;
}

.java-icons-row-cloud {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  margin-right: -40px;
  margin-top: 20px;
}

.java-icons-row-cloud svg {
  margin-right: 40px;
  margin-top: 20px;
}

.java-icons-row-development {
  margin-right: -52px;
  margin-top: 20px;
}

.java-icons-row-development svg {
  margin-right: 52px;
  margin-top: 20px;
}

.java-icon-columns-services {
  grid-template-columns: repeat(4, 280px);
}

@media only screen and (max-width: 1330px) {
  .java-icon-columns-services {
    grid-template-columns: repeat(4, auto);
  }
}

@media only screen and (max-width: 1024px) {
  .java-icon-columns-services {
    grid-template-columns: repeat(2, auto);
  }
}

@media only screen and (max-width: 479px) {
  .java-icon-columns-services {
    grid-template-columns: repeat(1, auto);
  }
}

.java-icon-columns-services .icon-title-paragraph {
  padding-top: 22px;
}

.java-infrastructure-container {
  overflow: hidden;
}

@media only screen and (min-width: 1025px) {
  .java-infrastructure-container .title-link-text {
    max-width: 272px;
  }
}

.java-integration-container {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .java-integration-container.featured-grid-halved-item.inverted-item {
    display: none;
  }
}

.has-inverted-row .java-integration-container.featured-grid-halved-item.inverted-item {
  padding-left: 23px;
}

.java-machine-learning.section .two-columns-grid {
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .java-machine-learning.section .two-columns-grid .title-link-wrapper {
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 385px) and (max-width: 479px) {
  .java-copy-boxes .title-copy-boxes-item:nth-child(2n) .title-copy-boxes-text {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 385px) {
  .java-copy-boxes .title-copy-boxes-item:last-child .title-copy-boxes-text {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .java-dev.top-bordered-columns {
    margin-top: 20px;
  }

  .java-dev.top-bordered-columns-title {
    margin-bottom: 0;
  }
}

@media (max-width: 1440px) and (min-width: 1280px) {
  .title-copy-boxes-content {
    padding: 34px;
  }
}

/*! Breakpoints */
/*! Media queries */
.mobile-app-dev-services .icons-row svg {
  margin-top: 20px;
}

@media (min-width: 1281px) {
  .mobile-app-accordion-container.section.has-half-cta-inside .halved-content-item-accordion {
    padding-bottom: 148px;
  }
}

@media (min-width: 1280px) {
  .mobile-app-accordion-container.section.has-half-cta-inside .halved-content-item-accordion .cta-small {
    margin-top: 11px;
  }
}

.mobile-app-accordion-container.section.has-half-cta-inside a.list-link-accordion {
  color: #0b75fd;
  text-decoration: none;
}

.mobile-app-accordion-container.section.has-half-cta-inside a.list-link-accordion:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .mobile-app-our-range .title-copy-columns {
    padding-bottom: 0;
  }

  .mobile-app-table-link .table-top-bordered-row:first-child .title-link-wrapper {
    margin-bottom: 20px;
  }
}

.mobile-app-services-scheme .svg-rec {
  padding: 10px 0;
}

/*! Breakpoints */
/*! Media queries */
.data-management-services-accordion .icons-row {
  margin-top: 20px;
}

.data-management-services-accordion .icons-row svg {
  margin-right: 100px;
}

@media (max-width: 1850px) {
  .data-management-services-accordion .icons-row svg {
    margin-right: 32px;
  }
}

.data-management-services-accordion .icons-row .icons-item:last-of-type svg {
  margin-right: 0;
}

@media only screen and (max-width: 1280px) {
  .data-management-services-accordion .halved-content-item-accordion.halved-content-item {
    padding-bottom: 158px;
  }
}

@media only screen and (max-width: 479px) {
  .data-management-services-accordion .halved-content-item-accordion.halved-content-item {
    padding-bottom: 200px;
  }
}

.data-management-services-tabs .sub-text-image-grid {
  flex-basis: auto;
  margin-top: 24px;
  max-width: 90%;
}

.data-management-services-tabs .icons-row {
  margin-top: 24px;
}

.data-management-services-tabs .icons-row .icons-item svg {
  margin-right: 40px;
}

@media only screen and (max-width: 1280px) {
  .data-management-services-tabs .icons-row .icons-item svg {
    margin-right: 20px;
  }
}

.data-management-services-tabs .icons-row .icons-item:last-child svg {
  margin-right: 0;
}

/*! Breakpoints */
/*! Media queries */
.banking-software-development-scheme-container {
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .banking-software-development-scheme-container {
    flex-wrap: wrap;
  }
}

.banking-software-development-scheme-container .scheme-circled-dotted {
  height: 382px;
  width: 533px;
}

.banking-software-development-scheme-container .scheme-circled-dotted-circle-container {
  left: 109px;
  top: 48px;
}

.banking-software-development-scheme-container .scheme-circled-dotted .scheme-circled-dotted-text:first-of-type {
  left: 213px;
  top: 0;
}

.banking-software-development-scheme-container .scheme-circled-dotted .scheme-circled-dotted-text:nth-of-type(2) {
  left: 376px;
  top: 75px;
}

.banking-software-development-scheme-container .scheme-circled-dotted .scheme-circled-dotted-text:nth-of-type(3) {
  left: 416px;
  top: 179px;
}

.banking-software-development-scheme-container .scheme-circled-dotted .scheme-circled-dotted-text:nth-of-type(4) {
  left: 381px;
  top: 290px;
}

.banking-software-development-scheme-container .scheme-circled-dotted .scheme-circled-dotted-text:nth-of-type(5) {
  left: 209px;
  top: 362px;
}

.banking-software-development-scheme-container .scheme-circled-dotted .scheme-circled-dotted-text:nth-of-type(6) {
  left: 18px;
  top: 290px;
}

.banking-software-development-scheme-container .scheme-circled-dotted .scheme-circled-dotted-text:nth-of-type(7) {
  left: 0;
  top: 179px;
}

.banking-software-development-scheme-container .scheme-circled-dotted .scheme-circled-dotted-text:nth-of-type(8) {
  left: 49px;
  top: 75px;
}

@media only screen and (max-width: 1024px) {
  .banking-software-development-scheme-container .scheme-circled-dotted {
    margin: 40px auto 0;
  }
}

.banking-software-development .copy-image-accordion .icons-row svg {
  margin-right: 40px;
}

.banking-software-development .copy-image-accordion .icons-row svg:last-of-type {
  margin-right: 0;
}

.banking-software-development .data-security-section .title-copy-columns {
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .banking-software-development .data-security-section .title-copy-columns {
    padding-bottom: 0;
  }
}

.banking-software-development .data-security-section .icons-row {
  margin-right: -80px;
}

@media only screen and (max-width: 767px) {
  .banking-software-development .data-security-section .icons-row {
    margin-right: -50px;
  }
}

@media only screen and (max-width: 479px) {
  .banking-software-development .data-security-section .icons-row {
    margin-right: -30px;
  }
}

.banking-software-development .data-security-section .icons-row svg {
  margin-right: 80px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .banking-software-development .data-security-section .icons-row svg {
    margin-right: 48px;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 479px) {
  .banking-software-development .data-security-section .icons-row svg {
    margin-right: 28px;
  }
}

.banking-software-development .banking-software-section h2 {
  margin-bottom: 60px;
}

/*! Breakpoints */
/*! Media queries */
.cloud-consulting-lockup {
  margin-bottom: 0;
}

.cloud-consulting-links.section {
  flex-wrap: nowrap;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .cloud-consulting-links.section {
    margin-bottom: 80px;
  }
}

@media (max-width: 700px) {
  .cloud-consulting-links.section {
    flex-wrap: wrap;
  }
}

.cloud-consulting-links.section .breadcrumbs {
  position: absolute;
  top: 28px;
}

@media only screen and (max-width: 1280px) {
  .cloud-consulting-links.section .breadcrumbs {
    left: 32px;
  }
}

.cloud-consulting-links.section .halved-content-item:first-of-type:not(:last-of-type) {
  position: relative;
}

@media only screen and (min-width: 767px) {
  .cloud-consulting-links.section .halved-content-item:first-of-type:not(:last-of-type):after {
    background-color: #e0e0e0;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .cloud-consulting-links.section .halved-content-item:first-of-type:not(:last-of-type) {
    padding-bottom: 40px;
    padding-top: 105px;
  }
}

.cloud-consulting-links.section .background-theme {
  background-color: #f8f8f8;
}

@media only screen and (min-width: 1025px) {
  .cloud-consulting-links.section .background-theme {
    padding-bottom: 40px;
    padding-top: 110px;
  }
}

.cloud-consulting-links.section .background-theme * {
  color: #000;
}

.cloud-consulting-links.section .background-theme .services-page-link-item {
  color: #6e6d71;
}

.cloud-consulting-links.section .background-theme .services-page-link-item:hover {
  color: #0b75fd;
  text-decoration: underline;
}

.cloud-deployment-models.section .accordion-content {
  max-width: 800px;
}

@media only screen and (max-width: 1280px) {
  .cloud-deployment-models.section .accordion-content {
    max-width: 100%;
  }
}

.cloud-deployment-models.section .accordion-content .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.icons-single-row,
.cloud-deployment-models.section .accordion-content .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.icons-single-row,
.cloud-deployment-models.section .accordion-content .paragraph+.icons-single-row,
.erp-customization-issues .cloud-deployment-models.section .accordion-content .paragraph-no-padding-top.paragraph-bolder+.icons-single-row,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .cloud-deployment-models.section .accordion-content p+.icons-single-row {
  justify-content: flex-start;
  margin-top: 20px;
}

.cloud-deployment-models.section .accordion-content .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.icons-single-row svg,
.cloud-deployment-models.section .accordion-content .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.icons-single-row svg,
.cloud-deployment-models.section .accordion-content .paragraph+.icons-single-row svg,
.erp-customization-issues .cloud-deployment-models.section .accordion-content .paragraph-no-padding-top.paragraph-bolder+.icons-single-row svg,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .cloud-deployment-models.section .accordion-content p+.icons-single-row svg {
  margin-right: 60px;
  margin-top: 20px;
}

@media only screen and (max-width: 479px) {

  .cloud-deployment-models.section .accordion-content .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.icons-single-row svg,
  .cloud-deployment-models.section .accordion-content .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.icons-single-row svg,
  .cloud-deployment-models.section .accordion-content .paragraph+.icons-single-row svg,
  .erp-customization-issues .cloud-deployment-models.section .accordion-content .paragraph-no-padding-top.paragraph-bolder+.icons-single-row svg,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .cloud-deployment-models.section .accordion-content p+.icons-single-row svg {
    margin-right: 12px;
  }
}

.cloud-deployment-models.section .accordion-content .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.icons-single-row svg:last-of-type,
.cloud-deployment-models.section .accordion-content .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.icons-single-row svg:last-of-type,
.cloud-deployment-models.section .accordion-content .paragraph+.icons-single-row svg:last-of-type,
.erp-customization-issues .cloud-deployment-models.section .accordion-content .paragraph-no-padding-top.paragraph-bolder+.icons-single-row svg:last-of-type,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .cloud-deployment-models.section .accordion-content p+.icons-single-row svg:last-of-type {
  margin-right: 0;
}

.cloud-deployment-models.section .accordion-content .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.icons-single-row svg.microsoft-azure-svg,
.cloud-deployment-models.section .accordion-content .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.icons-single-row svg.microsoft-azure-svg,
.cloud-deployment-models.section .accordion-content .paragraph+.icons-single-row svg.microsoft-azure-svg,
.erp-customization-issues .cloud-deployment-models.section .accordion-content .paragraph-no-padding-top.paragraph-bolder+.icons-single-row svg.microsoft-azure-svg,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .cloud-deployment-models.section .accordion-content p+.icons-single-row svg.microsoft-azure-svg {
  height: 47px;
  max-width: 171px;
  width: 100%;
}

.cloud-deployment-models.section .accordion-content .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.icons-single-row svg.aws-svg,
.cloud-deployment-models.section .accordion-content .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.icons-single-row svg.aws-svg,
.cloud-deployment-models.section .accordion-content .paragraph+.icons-single-row svg.aws-svg,
.erp-customization-issues .cloud-deployment-models.section .accordion-content .paragraph-no-padding-top.paragraph-bolder+.icons-single-row svg.aws-svg,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .cloud-deployment-models.section .accordion-content p+.icons-single-row svg.aws-svg {
  height: 47px;
  max-width: 59px;
  width: 100%;
}

.cloud-deployment-models.section .title-copy-rows .title {
  max-width: 536px;
}

.cloud-deployment-models.section .halved-content-image-item .inner-content {
  background-color: #fff;
}

.cloud-consulting-options .icons-row {
  margin-top: 15px;
}

.cloud-consulting-options .icons-row svg {
  margin-right: 60px;
  margin-top: 25px;
}

.cloud-consulting-options .icons-row svg:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .cloud-consulting-microservice .two-columns-grid .main-grid-item:first-child {
    margin-bottom: 40px;
  }
}

.cloud-containerization.title-copy-columns:not(.single) {
  padding-bottom: 40px;
}

.cloud-consulting-microservice.section-bottom-separator {
  margin-bottom: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .cloud-consulting-microservice.section-bottom-separator {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}

.cloud-consulting-microservice.section-bottom-separator .main-grid-item:last-child {
  max-height: 292px;
}

/*! Breakpoints */
/*! Media queries */
.enterprise-grade-software-security .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.enterprise-grade-software-security .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.enterprise-grade-software-security .paragraph,
.erp-customization-issues .enterprise-grade-software-security .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .enterprise-grade-software-security p {
  padding-bottom: 20px;
}

@media only screen and (min-width: 1330px) {

  .enterprise-grade-software-security .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list,
  .enterprise-grade-software-security .list.columns-two,
  .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .enterprise-grade-software-security .list {
    margin-right: -30px;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1329px) {

  .enterprise-grade-software-security .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list li:nth-child(odd),
  .enterprise-grade-software-security .list.columns-two li:nth-child(odd),
  .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .enterprise-grade-software-security .list li:nth-child(odd) {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1190px) {

  .enterprise-grade-software-security .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list li:nth-child(odd),
  .enterprise-grade-software-security .list.columns-two li:nth-child(odd),
  .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .enterprise-grade-software-security .list li:nth-child(odd) {
    white-space: pre-wrap;
  }
}

@media only screen and (max-width: 1279px) {
  .enterprise-grade-software-security .main-grid.container {
    flex-direction: column;
  }

  .enterprise-grade-software-security .main-grid.container p {
    max-width: none;
  }
}

.software-security-compliance .title-copy-columns:not(.single) {
  padding-bottom: 40px;
}

@media only screen and (max-width: 1279px) {
  .software-security-compliance.section-background .main-grid {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .software-security-compliance.section-background {
    margin-bottom: 0;
  }
}

.software-security-image-accordion .halved-content-image-item {
  position: relative;
}

.software-security-image-accordion .halved-content-image-item .inner-image {
  height: 100%;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .software-security-image-accordion .halved-content-image-item .inner-image {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .software-security-image-accordion .halved-content-image-item {
    height: 170px;
  }
}

.software-security-image-accordion .halved-content-image-item+.halved-content-item {
  padding-bottom: 162px;
}

@media only screen and (min-width: 1025px) {
  .software-proactive-cybersecurity.section .title-link-text {
    max-width: 285px;
  }
}

@media (min-width: 768px) and (max-width: 866px),
only screen and (max-width: 479px) and (orientation: portrait) {
  .software-proactive-cybersecurity.section .title-link-text {
    max-width: 192px;
  }
}

.software-proactive-cybersecurity.section .halved-content-item:nth-child(2) {
  padding-left: 16px;
}

@media only screen and (max-width: 767px) {
  .software-proactive-cybersecurity.section .halved-content-item:nth-child(2) {
    padding-top: 0;
  }
}

.software-proactive-cybersecurity.section .halved-content-item:nth-child(2) .container-small {
  max-width: 592px;
}

/*! Breakpoints */
/*! Media queries */
.mobile-healthcare-provider .main-grid-item:first-child p {
  font-size: 20px;
  line-height: 28px;
}

.mobile-healthcare-provider .main-grid-item:first-child p+p {
  padding-top: 48px;
}

.mobile-healthcare-provider .scheme-circled {
  height: 476px;
}

@media only screen and (max-width: 1024px) {
  .mobile-healthcare-provider .scheme-circled {
    margin-top: 40px;
  }

  .mobile-healthcare-provider .two-columns-grid {
    flex-direction: column;
  }

  .mobile-healthcare-provider .two-columns-grid .main-grid-item {
    margin-right: 0;
    width: 100%;
  }
}

.mobile-healthcare-rowtabs .tabs-row-panels {
  background: #f8f8f8;
  margin-top: 40px;
  padding: 32px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .mobile-healthcare-rowtabs .tabs-row-panels {
    margin-top: 40px;
  }
}

.mobile-healthcare-rowtabs .tabs-row-panels .mobile-healthcare-tabs-panels-right {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.mobile-healthcare-rowtabs .tabs-row-panels .mobile-healthcare-tabs-panels-right .second-level-title {
  font-size: 32px;
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .mobile-healthcare-rowtabs .tabs-row-panels .mobile-healthcare-tabs-panels-right .second-level-title {
    font-size: 28px;
  }
}

.mobile-healthcare-rowtabs .tabs-row-panels .mobile-healthcare-tabs-panels-right h2 {
  margin-bottom: 24px;
}

.mobile-healthcare-rowtabs .tabs-row-panels .mobile-healthcare-tabs-panels-right .list {
  max-width: 680px;
}

@media only screen and (max-width: 1279px) {
  .mobile-healthcare-rowtabs .tabs-row-panels .mobile-healthcare-tabs-panels-right .list {
    margin-top: 24px;
    max-width: 100%;
  }
}

.mobile-healthcare-rowtabs .tabs-row-panels .mobile-healthcare-tabs-panels-right p {
  line-height: 24px;
  margin-right: 52px;
  max-width: 420px;
}

@media only screen and (max-width: 1280px) {
  .mobile-healthcare-rowtabs .tabs-row-panels .mobile-healthcare-tabs-panels-right p {
    margin-right: 32px;
  }
}

@media only screen and (max-width: 1279px) {
  .mobile-healthcare-rowtabs .tabs-row-panels .mobile-healthcare-tabs-panels-right p {
    margin-right: 0;
    max-width: 100%;
  }
}

.mobile-healthcare-stories .top-image-bordered-columns-number {
  width: 100%;
}

.mobile-healthcare-dots-block .scheme-progress-container {
  margin: 48px 0 66px 56px;
}

@media only screen and (max-width: 1280px) {
  .mobile-healthcare-dots-block .scheme-progress-container {
    margin: 48px 32px 66px 35px;
  }
}

@media only screen and (max-width: 1024px) {
  .mobile-healthcare-dots-block .scheme-progress-container {
    margin: 48px 32px 66px 10px;
  }
}

.mobile-healthcare-dots-block .scheme-progress-item {
  flex: none;
  margin-right: 51px;
}

@media only screen and (max-width: 1280px) {
  .mobile-healthcare-dots-block .scheme-progress-item {
    flex: 1 1;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .mobile-healthcare-dots-block .scheme-progress-item {
    margin-right: 0;
  }
}

.mobile-healthcare-dots-block .scheme-progress-item:nth-child(3) {
  max-width: 198px;
  min-width: 90px;
}

@media only screen and (max-width: 1024px) {
  .mobile-healthcare-dots-block .scheme-progress-item:nth-child(3) {
    min-width: 120px;
  }
}

.mobile-healthcare-dots-block .scheme-progress-item:nth-child(4) {
  max-width: 136px;
}

@media only screen and (max-width: 1280px) {
  .mobile-healthcare-dots-block .scheme-progress-item:nth-child(4) {
    max-width: 120px;
  }
}

@media only screen and (max-width: 1024px) {
  .mobile-healthcare-dots-block .scheme-progress-item:nth-child(4) {
    min-width: 120px;
  }
}

.mobile-healthcare-dots-block .scheme-progress-item:nth-child(5) {
  max-width: 148px;
}

@media only screen and (max-width: 1024px) {
  .mobile-healthcare-dots-block .scheme-progress-item:nth-child(5) {
    min-width: 120px;
  }
}

.mobile-healthcare-dots-block .scheme-progress-item:nth-child(6) {
  max-width: 100px;
}

.mobile-healthcare-dots-block .scheme-progress-item:nth-child(7) {
  max-width: 169px;
}

@media only screen and (max-width: 1024px) {
  .mobile-healthcare-dots-block .scheme-progress-item:nth-child(7) {
    min-width: 127px;
  }
}

.mobile-healthcare-dots-block .scheme-progress-item:nth-child(8) {
  max-width: 100px;
}

@media only screen and (max-width: 1024px) {
  .mobile-healthcare-dots-block .scheme-progress-item-icon {
    display: block;
    margin: 0 auto 10px;
  }
}

.mobile-healthcare-dots-block .scheme-progress-item-last {
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .mobile-healthcare-dots-block .scheme-progress-item-title {
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .mobile-healthcare-dots-block .scheme-progress-item-title-text {
    text-align: center;
  }
}

/*! Breakpoints */
/*! Media queries */
.automotive-software-sheme-blocks {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.automotive-software-sheme-blocks .scheme-block {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-size: 14px;
  font-weight: 300;
  height: 60px;
  justify-content: center;
  line-height: 22px;
  position: relative;
  text-align: center;
  width: 220px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .automotive-software-sheme-blocks .scheme-block {
    width: 100%;
  }
}

.automotive-software-sheme-blocks div:nth-child(5) .scheme-block:nth-child(2) {
  margin-bottom: 20px;
  margin-top: 20px;
}

.automotive-software-sheme-blocks .arrows-block {
  display: flex;
  flex-direction: column;
}

.automotive-software-sheme-blocks .arrows-block:nth-child(4) svg:nth-child(2),
.automotive-software-sheme-blocks .arrows-block:nth-child(6) svg:nth-child(2) {
  margin-bottom: 12px;
  margin-top: 12px;
}

/*! Breakpoints */
/*! Media queries */
.hi-tech-project-container.section {
  margin-bottom: 60px;
}

.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .hi-tech-project-container.section .list,
.hi-tech-project-container.section .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list,
.hi-tech-project-container.section .list.columns-two {
  grid-template-columns: auto auto;
}

.hi-tech-image-content-title {
  padding-right: 0;
}

.hi-tech-strategy-conteiner .main-grid-item {
  flex: initial;
  width: 23%;
}

.hi-tech-strategy-conteiner .main-grid-item:not(:last-of-type) {
  margin-right: 32px;
}

.hi-tech-strategy-conteiner .main-grid-item:first-of-type {
  width: 49%;
}

.hi-tech-mobile-app-title {
  margin-bottom: 60px;
}

@media only screen and (max-width: 980px) and (min-width: 768px) {
  .hi-tech-cta .callout-stripe-copy-small {
    min-width: 50%;
  }
}

.product-ecosystem-svg {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}

/*! Breakpoints */
/*! Media queries */
.financial-data-sheme ul li {
  line-height: 18px;
}

.financial-data-analytics .top-bordered-columns-two-rows.main-grid {
  flex-direction: column;
}

.financial-data-analytics .top-bordered-columns-two-rows.main-grid .main-grid-item:first-child {
  margin-bottom: 60px;
}

.financial-data-analytics .top-bordered-columns-two-rows.main-grid .main-grid-item {
  margin-right: 0;
  max-width: 536px;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .financial-data-analytics .top-bordered-columns-two-rows.main-grid .main-grid-item {
    margin-bottom: 60px;
    margin-right: 0;
    max-width: 100%;
  }
}

.financial-data-analytics .two-columns-grid {
  margin-bottom: 60px;
}

.financial-data-analytics .two-columns-grid .main-grid-item:last-child {
  max-height: 368px;
}

@media (max-width: 768px) {
  .financial-data-analytics .two-columns-grid .main-grid-item:last-child {
    max-height: none;
  }

  .financial-data-analytics .two-columns-grid {
    flex-direction: column;
  }
}

.financial-data-analytics .top-bordered-columns .main-grid-item {
  padding-top: 0;
}

.financial-data-analytics .top-bordered-columns .main-grid-item svg {
  margin-bottom: 20px;
}

.financial-data-analytics .top-bordered-columns .main-grid-item .link-arrow-single svg {
  margin-bottom: 0;
}

.financial-data-analytics .top-bordered-columns .main-grid-item .without-list-mark .list-item {
  line-height: 18px;
}

.financial-data-icons .icons-row {
  justify-content: space-between;
  width: 100%;
}

.financial-data-icons .title-copy-columns {
  padding-bottom: 40px;
}

.financial-data-related .title-copy-boxes-text {
  padding-bottom: 1px;
}

.financial-data-protect .icon-title-paragraph {
  line-height: 20px;
}

/*! Breakpoints */
/*! Media queries */
.pharmacy-management-solutions.section {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 80px;
  padding-bottom: 80px;
}

.pharmacy-management-key-scheme {
  align-items: center;
  background-color: rgba(40, 15, 89, 0.35);
  display: flex;
  justify-content: center;
  margin-top: 60px;
  padding: 60px 86px 38px 90px;
  position: relative;
  width: 100%;
}

@media (max-width: 1023px) {
  .pharmacy-management-key-scheme {
    margin: 60px auto 0;
    max-width: 700px;
    padding: 42px 45px 24px;
  }
}

.pharmacy-management-key-scheme p {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0;
  padding-top: 0;
  position: absolute;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .pharmacy-management-key-scheme p {
    font-size: 12px;
  }
}

@media (max-width: 1023px) {
  .pharmacy-management-key-scheme p {
    font-size: 8px;
    line-height: 16px;
  }
}

.pharmacy-management-key-scheme p:nth-child(2) {
  top: 48%;
}

@media (max-width: 1023px) {
  .pharmacy-management-key-scheme p:nth-child(2) {
    font-size: 8px;
    line-height: 20px;
  }
}

.pharmacy-management-key-scheme p:nth-child(3) {
  left: 17%;
  top: 8%;
}

.pharmacy-management-key-scheme p:nth-child(4) {
  left: 34%;
  top: 8%;
}

.pharmacy-management-key-scheme p:nth-child(5) {
  right: 22%;
  top: 8%;
}

.pharmacy-management-key-scheme p:nth-child(6) {
  left: 28%;
  top: 26%;
}

.pharmacy-management-key-scheme p:nth-child(7) {
  right: 26%;
  top: 26%;
}

.pharmacy-management-key-scheme p:nth-child(8) {
  left: 11.5%;
  top: 48%;
}

.pharmacy-management-key-scheme p:nth-child(9) {
  right: 12.5%;
  top: 48%;
}

.pharmacy-management-key-scheme p:nth-child(10) {
  bottom: 24.5%;
}

.pharmacy-management-key-scheme p:nth-child(11) {
  bottom: 8%;
}

.pharmacy-management-key-scheme p:nth-child(12) {
  bottom: 8%;
  right: 5%;
}

.pharmacy-management-circle-block {
  align-items: center;
  display: flex;
  height: 411px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 590px;
}

.pharmacy-management-circle-block svg {
  position: relative;
  top: -10px;
}

.pharmacy-management-circle-block div {
  color: #323232;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  position: absolute;
}

.pharmacy-management-circle-block div:nth-child(2) {
  margin-top: -10px;
}

.pharmacy-management-circle-block div:nth-child(3) {
  align-items: center;
  top: 0;
}

.pharmacy-management-circle-block div:nth-child(4) {
  right: 0;
  text-align: left;
  top: 180px;
  width: 117px;
}

.pharmacy-management-circle-block div:nth-child(5) {
  bottom: 0;
  text-align: center;
}

.pharmacy-management-circle-block div:nth-child(6) {
  left: 0;
  text-align: right;
  top: 180px;
  width: 117px;
}

.pharmacy-management-dots-block {
  background-color: #f8f8f8;
  margin-top: 60px;
  padding-bottom: 50px;
  padding-top: 38px;
  position: relative;
}

@media (max-width: 1023px) {
  .pharmacy-management-dots-block {
    margin: 60px auto 0;
    max-width: 700px;
  }
}

.pharmacy-management-dots-block svg {
  width: 100%;
}

.pharmacy-management-dots-block div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-left: 64px;
  padding-right: 19px;
}

@media only screen and (max-width: 1280px) {
  .pharmacy-management-dots-block div {
    padding-right: 13px;
  }
}

@media (max-width: 1023px) {
  .pharmacy-management-dots-block div {
    margin-bottom: 0;
    padding-left: 38px;
  }
}

.pharmacy-management-dots-block div p {
  color: #000;
  padding-top: 0;
  width: 195px;
}

@media only screen and (max-width: 1279px) {
  .pharmacy-management-dots-block div p {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .pharmacy-management-dots-block div p {
    font-size: 12px;
  }
}

.pharmacy-management-dots-block div p:last-child {
  width: auto;
}

.pharmacy-management-dots-block .second-line-text {
  bottom: 22%;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  position: absolute;
}

@media only screen and (max-width: 1279px) {
  .pharmacy-management-dots-block .second-line-text {
    bottom: 24%;
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .pharmacy-management-dots-block .second-line-text {
    bottom: 29%;
    font-size: 12px;
  }
}

.pharmacy-management-dots-block .second-line-text:nth-child(3) {
  left: 17%;
}

.pharmacy-management-dots-block .second-line-text:nth-child(4) {
  right: 33.5%;
}

@media only screen and (max-width: 1279px) {
  .pharmacy-management-dots-block .second-line-text:nth-child(4) {
    right: 33%;
  }
}

@media (max-width: 1023px) {
  .pharmacy-management-dots-block .second-line-text:nth-child(4) {
    right: 30%;
  }
}

.pharmacy-management-dots-block .second-line-text:nth-child(5) {
  right: 13.5%;
}

@media only screen and (max-width: 1279px) {
  .pharmacy-management-dots-block .second-line-text:nth-child(5) {
    right: 13%;
  }
}

@media (max-width: 1023px) {
  .pharmacy-management-dots-block .second-line-text:nth-child(5) {
    right: 10%;
  }
}

.pharmacy-management-related .title-copy-boxes-item.with-image .title-copy-boxes-text {
  padding-bottom: 24px;
}

.pharmacy-management-benefits {
  padding-bottom: 60px;
}

.pharmacy-management-benefits .main-grid-item:last-child {
  max-width: 384px;
}

@media only screen and (max-width: 767px) {
  .pharmacy-management-benefits .main-grid-item:last-child {
    margin-top: 40px;
  }
}

@media (max-width: 860px) {
  .pharmacy-management-ensuring.section-background {
    padding-bottom: 20px;
  }
}

.pharmacy-management-icons {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 860px) {
  .pharmacy-management-icons {
    justify-content: flex-start;
  }
}

.pharmacy-management-icons svg {
  margin-right: 40px;
}

@media (max-width: 860px) {
  .pharmacy-management-icons svg {
    margin-bottom: 40px;
  }
}

.pharmacy-management-icons svg:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 1281px) {
  .maintenance-copy-boxes .title-copy-boxes-item:nth-child(2) .title-copy-boxes-text {
    padding-bottom: 34px;
  }
}

/*! Breakpoints */
/*! Media queries */
.ecommerce-erp-capabilities .table-top-bordered .main-grid-item:first-child {
  max-width: 384px;
}

.ecommerce-erp-platforms .top-bordered-columns-item a:first-child {
  display: none;
}

.ecommerce-erp-platforms .top-bordered-columns-item svg {
  margin-bottom: 24px;
}

.ecommerce-erp-platforms .top-bordered-columns-item .link-arrow-single-inner svg {
  margin-bottom: 0;
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (min-width: 768px) {
  .ecommerce-crm-sub-text .sub-text-image-grid {
    flex-basis: 50%;
    max-width: none;
  }
}

@media (min-width: 1281px) {
  .ecommerce-crm-addresses.section.container {
    padding-top: 142px;
  }
}

.ecommerce-crm-platforms a:first-child {
  display: none;
}

.ecommerce-crm-platforms svg {
  height: 75px;
  margin-bottom: 12px;
  -o-object-fit: contain;
  object-fit: contain;
}

.ecommerce-crm-platforms .link-arrow-single svg {
  margin-bottom: 0;
}

.ecommerce-crm-tabs .tabs-panels {
  margin-left: 0;
  max-width: 835px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .ecommerce-crm-tabs .tabs-panels {
    max-width: unset;
  }
}

.ecommerce-crm-tabs .tabs-wrapper {
  max-width: 323px;
}

@media only screen and (max-width: 1024px) {
  .ecommerce-crm-tabs .tabs-wrapper {
    max-width: unset;
  }
}

.ecommerce-crm-tabs .icons-row {
  justify-content: flex-start;
}

.ecommerce-crm-tabs .icons-row svg {
  margin-right: 80px;
  margin-top: 24px;
}

@media (max-width: 1800px) {
  .ecommerce-crm-tabs .icons-row svg {
    margin-right: 40px;
  }
}

.ecommerce-crm-tabs .icons-row svg:nth-child(5) {
  margin-right: 0;
}

@media (max-width: 1800px) {
  .ecommerce-crm-tabs .icons-row svg:nth-child(5) {
    margin-right: 40px;
  }
}

.ecommerce-crm-tabs .icons-row svg:last-child {
  margin-right: 0;
}

/*! Breakpoints */
/*! Media queries */
@media (max-width: 1800px) {
  .lcms-consultation .callout-stripe-copy-small {
    min-width: auto;
    padding-left: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .lcms-versus-table .table-top-bordered-container .main-grid-item:first-child {
    max-width: 176px;
  }
}

.lcms-more-solutions .title-copy-boxes-text {
  padding-bottom: 0;
}

/*! Breakpoints */
/*! Media queries */
.blog-portfolio-content .blog-portfolio-paragraphs table.predictive-analytics-in-marketing-table tr:first-child {
  background-position: 0 0;
  background-size: 100% 4px, 100% 100%;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.predictive-analytics-in-marketing-table tr:first-child td {
  padding-top: 32px;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.predictive-analytics-in-marketing-table td:first-child {
  line-height: 20px;
}

/*! Breakpoints */
/*! Media queries */
.section-background.python-machine-learning-solutions .section {
  margin-bottom: 60px;
}

.section-background.python-machine-learning-solutions .icons-row {
  margin: -10px 0;
}

.section-background.python-machine-learning-solutions .icons-item {
  padding: 10px 0;
}

.section-background.python-machine-learning-solutions .icons-item svg {
  margin-right: 50px;
  margin-top: 0;
}

.section-background.python-machine-learning-solutions .icons-item:last-of-type svg {
  margin-right: 0;
}

.python-devops .main-grid-item:first-child {
  max-height: 353px;
}

.erp-customization-issues .python-devops .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .python-devops p,
.python-devops .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.python-devops .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.python-devops .paragraph {
  padding-bottom: 40px;
}

.python-devops .icons-row {
  justify-content: flex-start;
  margin: -10px 0;
}

.python-devops .icons-item {
  padding: 10px 0;
}

.python-devops .icons-item svg {
  margin-right: 52px;
  margin-top: 0;
}

.python-platform-customization-icon {
  margin-bottom: 24px;
}

.python-tech-stuck .icons-row .icons-item svg {
  margin-right: 80px;
}

@media only screen and (min-width: 1535px) {
  .python-data-list {
    max-width: 592px;
  }

  .python-data-list .list-item {
    white-space: nowrap;
  }
}

.python-data-processing {
  margin-top: 60px;
}

.python-data-processing h4 {
  margin-bottom: 24px;
}

.python-data-processing>.main-grid .main-grid-item:first-child {
  flex: 1 2 100%;
}

.python-data-processing>.main-grid .main-grid-item:nth-child(2) {
  flex: 2 1 100%;
}

.python-data-processing .main-grid-item .icons-row {
  margin: -10px 0;
}

.python-data-processing .main-grid-item .icons-row .icons-item {
  padding: 10px 0;
}

.python-data-processing .main-grid-item .icons-row .icons-item svg {
  margin-right: 80px;
}

.python-data-processing .main-grid-item .icons-row .icons-item svg.no-margin,
.python-data-processing .main-grid-item .icons-row .icons-item svg:last-of-type svg {
  margin-right: 0;
}

.python-data-processing .main-grid-less-quarter,
.python-tech-stack .main-grid-less-quarter {
  align-items: center;
  display: flex;
}

.python-data-processing .icons-row,
.python-tech-stack .icons-row {
  justify-content: flex-start;
}

.python-data-processing .icons-row .icons-item svg,
.python-tech-stack .icons-row .icons-item svg {
  margin-right: 60px;
}

.python-data-processing .icons-row .icons-item:last-of-type svg,
.python-tech-stack .icons-row .icons-item:last-of-type svg {
  margin-right: 0;
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (max-width: 767px) {
  .net-consulting-center .top-bordered-columns {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 767px) {
  .net-consulting-center .top-bordered-columns-item {
    margin-top: 60px;
  }
}

.erp-customization-issues .net-cloud-computing .halved-content-item .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .net-cloud-computing .halved-content-item p,
.net-cloud-computing .halved-content-item .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.net-cloud-computing .halved-content-item .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.net-cloud-computing .halved-content-item .paragraph {
  max-width: 536px;
}

@media only screen and (max-width: 1024px) {

  .erp-customization-issues .net-cloud-computing .halved-content-item .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .net-cloud-computing .halved-content-item p,
  .net-cloud-computing .halved-content-item .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
  .net-cloud-computing .halved-content-item .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
  .net-cloud-computing .halved-content-item .paragraph {
    max-width: none;
  }
}

.net-cloud-computing .halved-content-item .icons-row {
  justify-content: start;
  margin: 40px 0 -20px;
  max-width: 616px;
}

@media only screen and (max-width: 1024px) {
  .net-cloud-computing .halved-content-item .icons-row {
    max-width: none;
  }
}

.net-cloud-computing .halved-content-item .icons-row svg {
  margin: 0 52px 20px 0;
}

.net-cloud-computing .halved-content-item .icons-row .icons-item:last-child svg {
  margin-right: 0;
}

.net-iot-engineering .icons-row {
  margin-right: -40px;
  margin-top: 15px;
}

@media only screen and (max-width: 479px) {
  .net-iot-engineering .icons-row {
    margin-right: -30px;
  }
}

.net-iot-engineering .icons-row .icons-item {
  margin-right: 40px;
  margin-top: 25px;
}

.net-iot-engineering .icons-row .icons-item svg {
  margin-right: 0;
  margin-top: 0;
}

@media only screen and (max-width: 1024px) and (min-width: 480px) {
  .net-iot-engineering .icons-row .icons-item svg {
    max-width: 160px;
  }
}

@media only screen and (max-width: 479px) {
  .net-iot-engineering .icons-row .icons-item {
    margin-right: 28px;
  }

  .net-iot-engineering .icons-row .icons-item svg {
    max-width: 140px;
  }
}

.erp-customization-issues .net-big-data-container .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .net-big-data-container p,
.net-big-data-container .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.net-big-data-container .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.net-big-data-container .paragraph {
  padding-bottom: 40px;
}

.net-big-data-container .icons-row {
  margin-bottom: -20px;
}

.net-big-data-container .icons-row svg {
  margin: 0 40px 20px 0;
}

.net-big-data-container .icons-row .icons-item:last-child svg {
  margin-right: 0;
}

.net-sharepoint-container .icons-row {
  justify-content: start;
}

.net-sharepoint-container .icons-row svg {
  margin: 40px 120px 0 0;
}

.net-sharepoint-container .icons-row .icons-item:last-child svg {
  margin-right: 0;
}

.net-mobile-development {
  padding-bottom: 60px;
}

@media only screen and (min-width: 1025px) {
  .net-mobile-development-container.section-background {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .net-mobile-development {
    padding-bottom: 32px;
  }
}

.net-mobile-development .main-grid-item {
  display: flex;
}

.net-mobile-development .main-grid-item:last-child {
  justify-content: center;
}

.net-development-toolset-title.section-background {
  padding-bottom: 60px;
}

.net-development-toolset .halved-content-image-item {
  justify-content: center;
}

.net-development-toolset .inner-content {
  margin-top: -100px;
  padding-bottom: 0;
  padding-top: 0;
}

@media only screen and (max-width: 1280px) {
  .net-development-toolset .inner-content {
    margin-top: 0;
    padding-right: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .net-development-toolset .inner-content {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .net-development-toolset.wrapped-grid .halved-content-item {
    padding-top: 0;
  }
}

@media only screen and (min-width: 1281px) {
  .net-development-toolset.wrapped-grid .halved-content-item {
    padding-left: 16px;
    padding-right: 72px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .halved-content-image-item+.net-development-toolset.wrapped-grid .halved-content-item {
    padding-top: 0;
  }
}

@media only screen and (max-width: 1279px) {
  .net-development-toolset-scheme {
    display: block;
    height: 400px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1280px) {
  .net-development-toolset .container-small {
    max-width: none;
  }
}

.net-consulting-right {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 1216px) {
  .net-consulting-right {
    justify-content: flex-start;
  }
}

.net-mobile-dev-scheme {
  align-items: center;
  display: flex;
}

.net-mobile-dev-scheme-main-block {
  background-color: rgba(40, 15, 89, 0.3);
  padding: 30px 80px 46px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .net-mobile-dev-scheme-main-block {
    padding: 30px 50px 46px;
  }
}

.net-mobile-dev-scheme .net-mobile-dev-title {
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 20px;
}

.net-mobile-dev-scheme .net-mobile-dev-title+.net-mobile-dev-text {
  padding-top: 0;
}

.net-mobile-dev-scheme .net-mobile-dev-text {
  font-size: 14px;
  line-height: 18px;
  padding-top: 12px;
}

.net-mobile-dev-scheme .mobile-dev-platforms-circle {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: center;
  overflow: hidden;
  width: 80px;
}

.net-mobile-dev-scheme .mobile-dev-platforms-circle+.mobile-dev-platforms-circle {
  margin-top: 32px;
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (min-width: 1217px) {
  .ecommerce-data-types.section-background .accordion {
    max-width: 536px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ecommerce-data-types.section-background .main-grid {
    flex-wrap: wrap;
  }
}

@media (min-width: 1800px) {
  .ecommerce-data-accordion .callout-stripe-copy-small {
    padding-right: 40px;
  }
}

@media (max-width: 1800px) and (min-width: 1281px) {
  .ecommerce-data-accordion .callout-stripe-copy-small {
    padding-left: 32px;
  }
}

.ecommerce-data-related .title-copy-boxes-text {
  padding-bottom: 0;
}

.ecommerce-data-platforms svg:not(.icon-arrow-svg) {
  margin-bottom: 22px;
}

.ecommerce-data-scheme {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1280px) {
  .ecommerce-data-scheme-block {
    transform: scale(0.9);
    width: 511px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ecommerce-data-scheme-block {
    transform: scale(1);
    width: 100%;
  }
}

/*! Breakpoints */
/*! Media queries */
.smart-teams-layout {
  overflow: hidden;
}

.smart-teams-lockup .lockup-gradient {
  opacity: 0;
}

.smart-teams-models-scheme {
  margin-top: 30px;
  max-width: 100%;
}

@media only screen and (min-width: 1025px) {
  .smart-teams-models-scheme {
    margin-top: 60px;
  }
}

.smart-teams-tabs .tabs-wrapper {
  max-width: 843px;
  padding-right: 0;
}

.smart-teams-tabs h5 {
  line-height: 28px;
}

.smart-teams-tabs .list-block-links {
  grid-auto-flow: column;
  grid-template-columns: none;
  grid-template-rows: auto auto;
}

.smart-teams-tabs .list-block-links-title {
  padding-bottom: 16px;
}

.smart-teams-tabs .list-block-links .list-block-links {
  display: block;
  max-width: 384px;
}

@media only screen and (min-width: 1535px) {
  .smart-teams-tabs .list-block-links .list-block-links {
    min-width: 384px;
  }
}

.smart-teams-featured-container .top-image-bordered-columns-number {
  width: 100%;
}

.smart-teams-setup-right.halved-content-item {
  padding: 0;
}

.smart-teams-setup-list {
  height: 100%;
}

@media only screen and (min-width: 1281px) {
  .smart-teams-setup-list {
    padding: 100px 32px 0 72px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .smart-teams-setup-list {
    padding: 72px 32px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .smart-teams-setup-list {
    padding: 48px 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .smart-teams-setup-list {
    padding: 32px 20px 0;
  }

  .smart-teams-setup-list .table-top-bordered-columns-three .table-top-bordered-row .main-grid-item:nth-child(2) {
    margin-bottom: 0;
  }
}

.smart-teams-setup-table {
  max-width: 800px;
}

@media only screen and (max-width: 1280px) {
  .smart-teams-setup-table {
    max-width: 100%;
  }

  .smart-teams-layout .smart-teams-setup-img.gatsby-image-wrapper {
    height: 290px;
  }

  .smart-teams-layout .smart-teams-setup-img.gatsby-image-wrapper img {
    -o-object-position: 50% 16% !important;
    object-position: 50% 16% !important;
  }
}

.smart-teams-practice-container.section {
  padding-top: 100px;
}

@media only screen and (max-width: 1280px) {
  .smart-teams-practice-container.section {
    padding-top: 163px;
  }
}

@media only screen and (max-width: 1024px) {
  .smart-teams-practice-container.section {
    padding-top: 118px;
  }
}

@media only screen and (max-width: 767px) {
  .smart-teams-practice-container.section {
    padding-top: 148px;
  }
}

.smart-teams-practice-columns.icon-title-columns.columns-5 {
  grid-template-columns: repeat(5, auto);
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .project-setup-stages .main-grid-item {
    flex: auto;
  }

  .project-setup-stages .main-grid-item .gatsby-image-wrapper {
    height: 100%;
  }

  .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .project-setup-stages .main-grid-item .main-grid-item.list,
  .project-setup-stages .main-grid-item .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .main-grid-item.list,
  .project-setup-stages .main-grid-item .main-grid-item.columns-two {
    max-width: 220px;
  }

  .project-setup-stages .main-grid-item .main-grid-item {
    max-width: 175px;
  }

  .project-setup-stages .table-top-bordered-container+.cta-small {
    min-width: 750px;
  }
}

/*! Breakpoints */
/*! Media queries */
@media (max-width: 1440px) and (min-width: 1281px) {
  .salesforce-for-real-estate-solutions.has-half-cta-inside.wrapped-grid .cta-small {
    margin-top: 83px;
  }
}

/*! Breakpoints */
/*! Media queries */
.c-plus-services-icons {
  padding-top: 30px;
}

@media only screen and (min-width: 1025px) {
  .c-plus-services-icons {
    padding-top: 60px;
  }
}

.c-plus-iot-logos {
  margin-right: -46px;
  margin-top: -40px;
}

@media only screen and (max-width: 1279px) {
  .c-plus-iot-logos {
    margin-top: -25px;
  }
}

@media only screen and (max-width: 479px) {
  .c-plus-iot-logos {
    margin-right: -30px;
  }
}

.c-plus-iot-logos svg {
  margin-right: 44px;
  margin-top: 40px;
}

@media only screen and (min-width: 1280px) {
  .c-plus-iot-logos svg:nth-last-child(-n + 3):not(:last-child) {
    margin-right: 58px;
  }
}

@media only screen and (max-width: 1279px) {
  .c-plus-iot-logos svg {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 479px) {
  .c-plus-iot-logos svg {
    margin-right: 28px;
  }
}

.c-plus-multimedia-container {
  padding-top: 40px;
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-plus-multimedia-container {
    align-items: center;
    padding-top: 80px;
  }
}

.c-plus-reality-schemes {
  padding-top: 30px;
}

@media only screen and (min-width: 1025px) {
  .c-plus-reality-schemes {
    padding-top: 60px;
  }
}

.c-plus-reality-schemes .main-grid-item {
  max-height: 307px;
}

@media only screen and (min-width: 1025px) {
  .c-plus-techstack-container .table-top-bordered .table-top-bordered-row .main-grid-item {
    flex: initial;
  }

  .c-plus-techstack-container .table-top-bordered .table-top-bordered-row .main-grid-item:first-child {
    margin-right: 35px;
    width: 35%;
  }

  .c-plus-techstack-container .table-top-bordered .table-top-bordered-row .main-grid-item:not(:first-child) {
    width: 10%;
  }

  .c-plus-techstack-container .table-top-bordered .table-top-bordered-row .main-grid-item:nth-child(2) {
    width: 16%;
  }

  .c-plus-techstack-container .table-top-bordered .table-top-bordered-row .main-grid-item:nth-child(3) {
    width: 14%;
  }

  .c-plus-techstack-container .table-top-bordered .table-top-bordered-row .main-grid-item:not(:first-child):not(:last-child):not(:nth-child(4)) {
    margin-right: 80px;
  }

  .c-plus-techstack-container .table-top-bordered .table-top-bordered-row .main-grid-item:nth-child(4) {
    margin-right: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .c-plus-techstack-container .main-grid .main-grid-item:not(:first-child) {
    flex: 1 1 50%;
  }

  .c-plus-techstack-container .main-grid .main-grid-item:nth-last-child(-n + 2) {
    padding-top: 20px;
  }
}

.c-plus-table-title .table-top-bordered {
  border: none;
  margin-top: 40px;
}

.c-plus-table-title .table-top-bordered .table-top-bordered-row:first-child {
  padding-top: 0;
}

.c-plus-table-title .table-top-bordered .table-top-bordered-row .main-grid-item {
  flex: initial;
}

.c-plus-table-title .table-top-bordered .table-top-bordered-row .main-grid-item:first-child {
  width: 25%;
}

.c-plus-table-title .table-top-bordered .table-top-bordered-row .main-grid-item:nth-child(2) {
  width: 27%;
}

.c-plus-table-title .table-top-bordered .table-top-bordered-row .main-grid-item:nth-child(3) {
  width: 15%;
}

.c-plus-table-title .table-top-bordered .table-top-bordered-row .main-grid-item:not(:last-of-type) {
  margin-right: 40px;
}

.c-plus-surveillance-container .halved-image-item {
  z-index: 2;
}

.c-plus-surveillance-container .halved-content-item {
  position: relative;
}

.c-plus-surveillance-container .halved-content-item:before {
  background-color: #c4c4c4;
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .c-plus-surveillance-container .halved-content-item:before {
    width: 96%;
  }
}

.c-plus-surveillance-container .halved-content-item:after {
  background-color: #c4c4c4;
  bottom: 1px;
  content: "";
  height: 1px;
  margin-left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .c-plus-surveillance-container .halved-content-item:after {
    width: 96%;
  }
}

/*! Breakpoints */
/*! Media queries */
.web-portal-lockup {
  margin-bottom: 0;
}

.web-portal-links.section {
  flex-wrap: nowrap;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .web-portal-links.section {
    margin-bottom: 80px;
  }
}

@media (max-width: 700px) {
  .web-portal-links.section {
    flex-wrap: wrap;
  }
}

.web-portal-links.section .breadcrumbs {
  position: absolute;
  top: 28px;
}

@media only screen and (max-width: 1280px) {
  .web-portal-links.section .breadcrumbs {
    left: 32px;
  }
}

.web-portal-links.section .halved-content-item:first-of-type:not(:last-of-type) {
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .web-portal-links.section .halved-content-item:first-of-type:not(:last-of-type) {
    padding-bottom: 24px;
    padding-top: 105px;
  }
}

@media only screen and (min-width: 767px) {
  .web-portal-links.section .halved-content-item:first-of-type:not(:last-of-type):after {
    background-color: #e0e0e0;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
  }
}

.web-portal-links.section .background-theme {
  background-color: #f8f8f8;
}

@media only screen and (min-width: 1025px) {
  .web-portal-links.section .background-theme {
    padding-bottom: 24px;
    padding-top: 105px;
  }
}

.web-portal-links.section .background-theme .arrow-links-item {
  max-width: 395px;
}

.web-portal-links.section .background-theme .services-page-link-item {
  color: #6e6d71;
  display: inline-block;
  padding-bottom: 16px;
}

@media only screen and (max-width: 1024px) {
  .web-portal-links.section .background-theme .services-page-link-item:last-child {
    padding-bottom: 0;
  }
}

.web-portal-links.section .background-theme .services-page-link-item:nth-child(4) {
  margin-right: 0;
}

.web-portal-links.section .background-theme .services-page-link-item:hover {
  color: #bb1db5;
  text-decoration: underline;
}

.web-portal-links.section .background-theme .fourth-level-title {
  margin-bottom: 0;
}

.web-portal-essentials-container {
  padding-top: 100px;
}

.web-portal-essentials-container .main-grid-item:first-child {
  margin-right: 0;
  padding-right: 16px;
}

.web-portal-essentials-container .main-grid-item:last-child {
  padding-left: 16px;
}

.web-portal-essentials-container .icon-title-item {
  max-width: 280px;
}

.web-portal-essentials-container .icon-title-item:nth-child(-n + 2) {
  margin-bottom: 8px;
}

.web-portal-essentials-container .icon-title-item p+p {
  padding-top: 22px;
}

.web-portal-essentials-container .two-columns-grid .main-grid-item:first-child {
  padding-right: 49px;
}

.web-portal-essentials-container .two-columns-grid .main-grid-item:last-child {
  padding-left: 2px;
}

.web-portal-platforms-container .icons-single-row {
  justify-content: flex-start;
}

.web-portal-platforms-container .icons-single-row .icons-item:not(:last-child) {
  margin-right: 62px;
}

@media only screen and (max-width: 1280px) {
  .web-portal-platforms-container .icons-single-row .icons-item:not(:last-child) {
    margin-right: 59px;
  }
}

@media only screen and (max-width: 1024px) {
  .web-portal-platforms-container .icons-single-row .icons-item:not(:last-child) {
    margin-right: 32px;
  }
}

.web-portal-platforms-container .icons-single-row .liferay-svg {
  width: 103px;
}

.web-portal-platforms-container .title-copy-columns {
  padding-bottom: 40px;
}

.web-portal-innovation-container .title-copy-columns .main-grid-item:first-of-type {
  margin-right: 0;
}

.web-portal-innovation-container .title-copy-columns .paragraph-bolder {
  padding-left: 16px;
}

@media (min-width: 1281px) {

  .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .web-portal-business-vertical .list,
  .web-portal-business-vertical .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list,
  .web-portal-business-vertical .list.columns-two {
    grid-column-gap: 80px;
    grid-template-columns: auto auto;
  }
}

.web-portal-business-vertical .gatsby-image-wrapper {
  background-color: #fff;
}

/*! Breakpoints */
/*! Media queries */
.aws-consulting-microservices-sheme-block {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-width: 591px;
  position: relative;
  width: 100%;
}

.aws-consulting-microservices-sheme-block .scheme-block {
  max-width: 160px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .aws-consulting-microservices-sheme-block .scheme-block {
    max-width: 23%;
  }
}

.aws-consulting-microservices-sheme-block .scheme-block div:first-child {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  line-height: 22px;
  position: relative;
  text-align: center;
  width: 100%;
}

.aws-consulting-microservices-sheme-block .scheme-block div:nth-child(2) {
  align-items: center;
  border: 3px solid #e0e0e0;
  border-radius: 4px;
  border-top: none;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 300;
  height: 343px;
  justify-content: flex-start;
  line-height: 18px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 31px;
  position: relative;
  text-align: center;
  top: -3px;
  z-index: -2;
}

.aws-consulting-microservices-sheme-block .scheme-block:first-child div:nth-child(2) svg:first-child {
  margin-top: 7px;
}

.aws-consulting-microservices-sheme-block .scheme-block:first-child div:nth-child(2) svg:nth-child(2) {
  margin-bottom: 6px;
  margin-top: 17px;
}

.aws-consulting-microservices-sheme-block .scheme-block:first-child div:nth-child(2) svg:nth-child(3) {
  margin-bottom: 17px;
  margin-top: 6px;
}

.aws-consulting-microservices-sheme-block .scheme-block:first-child div:nth-child(2) svg:nth-child(4) {
  margin-top: 7px;
}

.aws-consulting-microservices-sheme-block .scheme-block:nth-child(3) {
  max-width: 207px;
}

.aws-consulting-microservices-sheme-block .scheme-block:nth-child(3) div:first-child {
  width: 100%;
}

.aws-consulting-microservices-sheme-block .scheme-block:nth-child(3) div:nth-child(2) {
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}

.aws-consulting-microservices-sheme-block .scheme-block:nth-child(3) div:nth-child(2) svg {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 43px;
}

.aws-consulting-microservices-sheme-block .scheme-block:nth-child(3) div:nth-child(2) div {
  border: none;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 300;
  height: auto;
  line-height: 18px;
  width: auto;
}

.aws-consulting-microservices-sheme-block .scheme-block:nth-child(3) div:nth-child(2) div svg {
  margin-left: 0;
  margin-right: 0;
  margin-top: 7px;
}

.aws-consulting-microservices-sheme-block .scheme-block:nth-child(3) div:nth-child(2) div:before {
  display: none;
}

.aws-consulting-microservices-sheme-block .scheme-block:nth-child(5) svg {
  margin-bottom: 25px;
  margin-top: 7px;
}

.aws-consulting-microservices-sheme-block .arrow-block,
.aws-consulting-microservices-sheme-block .arrow-right {
  left: 118px;
  position: absolute;
  top: 132px;
  z-index: 2;
}

.aws-consulting-microservices-sheme-block .arrow-block {
  left: auto;
  right: 118px;
}

.aws-consulting-cicd-sheme-block {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  position: relative;
  width: 100%;
  z-index: 0;
}

.aws-consulting-cicd-sheme-block .scheme-block {
  max-width: 280px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .aws-consulting-cicd-sheme-block .scheme-block {
    max-width: 23%;
  }
}

.aws-consulting-cicd-sheme-block .scheme-block div:first-child {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  line-height: 22px;
  position: relative;
  text-align: center;
  width: 100%;
}

.aws-consulting-cicd-sheme-block .scheme-block div:nth-child(2) {
  align-items: center;
  border: 3px solid #e0e0e0;
  border-radius: 4px;
  border-top: none;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 300;
  height: 328px;
  justify-content: flex-start;
  line-height: 18px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 31px;
  position: relative;
  text-align: center;
  top: -3px;
  z-index: -2;
}

.aws-consulting-cicd-sheme-block .scheme-block:first-child div:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
}

.aws-consulting-cicd-sheme-block .scheme-block:first-child hr {
  border-bottom: 3px dashed #e0e0e0;
  display: block;
  margin-bottom: 42px;
  margin-top: 42px;
  width: 100%;
}

.aws-consulting-cicd-sheme-block .scheme-block:first-child svg {
  margin-top: 7px;
}

.aws-consulting-cicd-sheme-block .scheme-block:nth-child(3) svg {
  margin-top: 24px;
}

.aws-consulting-cicd-sheme-block .scheme-block:nth-child(5) svg:first-child,
.aws-consulting-cicd-sheme-block .scheme-block:nth-child(7) svg:first-child {
  margin-bottom: 14px;
  margin-top: 7px;
}

.aws-consulting-cicd-sheme-block .scheme-block:nth-child(5) svg:nth-child(2),
.aws-consulting-cicd-sheme-block .scheme-block:nth-child(7) svg:nth-child(2) {
  margin-bottom: 14px;
}

.aws-consulting-cicd-sheme-block .scheme-block:nth-child(5) svg:nth-child(3),
.aws-consulting-cicd-sheme-block .scheme-block:nth-child(7) svg:nth-child(3) {
  margin-top: 7px;
}

.aws-consulting-cicd-sheme-block .arrow-right {
  position: absolute;
  top: 135px;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .aws-consulting-cicd-sheme-block .arrow-right {
    max-width: 100px;
  }
}

.aws-consulting-cicd-sheme-block .arrow-right:nth-child(2) {
  left: 187px;
}

@media only screen and (max-width: 1024px) {
  .aws-consulting-cicd-sheme-block .arrow-right:nth-child(2) {
    left: 18%;
  }
}

.aws-consulting-cicd-sheme-block .arrow-right:nth-child(4) {
  left: calc(50% - 100px);
}

@media only screen and (max-width: 1024px) {
  .aws-consulting-cicd-sheme-block .arrow-right:nth-child(4) {
    left: calc(50% - 50px);
  }
}

.aws-consulting-cicd-sheme-block .arrow-right:nth-child(6) {
  right: 187px;
}

@media only screen and (max-width: 1024px) {
  .aws-consulting-cicd-sheme-block .arrow-right:nth-child(6) {
    right: 18%;
  }
}

.aws-consulting-development-container.section {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

@media only screen and (max-width: 1280px) {
  .aws-consulting-development-container.section {
    max-width: 1199px;
  }
}

@media only screen and (max-width: 1024px) {
  .aws-consulting-development-container.section {
    margin: 0 20px 60px;
  }
}

.aws-consulting-development-container.section .aws-consulting-tabs-left {
  margin-right: 16px;
  max-width: 592px;
}

@media only screen and (max-width: 1024px) {
  .aws-consulting-development-container.section .aws-consulting-tabs-left {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1150px) {

  .aws-consulting-development-container.section .aws-consulting-tabs-left,
  .aws-consulting-development-container.section .aws-consulting-tabs-left .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
  .aws-consulting-development-container.section .aws-consulting-tabs-left .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
  .aws-consulting-development-container.section .aws-consulting-tabs-left .paragraph,
  .erp-customization-issues .aws-consulting-development-container.section .aws-consulting-tabs-left .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .aws-consulting-development-container.section .aws-consulting-tabs-left p {
    max-width: none;
  }
}

.aws-consulting-development-container.section .aws-consulting-tabs-right {
  margin-left: 16px;
  max-width: 591px;
}

@media only screen and (max-width: 1024px) {
  .aws-consulting-development-container.section .aws-consulting-tabs-right {
    margin: 0 auto;
  }
}

.aws-consulting-development-container.section .aws-consulting-tabs-right .main-grid:not(:first-child) .title-text-number {
  padding-right: 21px;
}

.aws-consulting-development-container.section .aws-consulting-tabs-right .table-top-bordered-row {
  padding: 24px 0;
}

.aws-consulting-development-container.section .aws-consulting-tabs-right .table-top-bordered-row:last-child {
  padding: 24px 0 0;
}

.aws-consulting-infrastructure-container.section .halved-content-item:last-of-type .table-top-bordered {
  max-width: 536px;
}

.aws-consulting-infrastructure-container.section .halved-content-item:last-of-type .table-top-bordered .title-text-number {
  font-weight: 700;
  padding-right: 18px;
}

.aws-consulting-infrastructure-container.section .halved-content-item:last-of-type .table-top-bordered .table-top-bordered-row {
  padding: 24px 0;
}

.aws-consulting-infrastructure-container.section .halved-content-item:last-of-type .table-top-bordered .table-top-bordered-row:last-child {
  padding-bottom: 0;
}

.aws-consulting-infrastructure-container.section .halved-content-item:last-of-type .table-top-bordered .table-top-bordered-row:first-child .title-text-number {
  padding-right: 21px;
}

.aws-consulting-icons-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.aws-consulting-icons-row svg {
  margin-bottom: 60px;
  margin-right: 48px;
}

.aws-consulting-icons-row svg:last-of-type {
  margin-right: 0;
}

.aws-consulting-cicd-scheme {
  margin-top: 60px;
  width: 100%;
}

.aws-consulting-security-container .halved-content-item {
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .aws-consulting-security-container .container-small {
    max-width: 592px;
  }
}

.aws-consulting-security-container .list {
  grid-template-columns: repeat(2, auto);
}

@media only screen and (max-width: 767px) {
  .aws-consulting-security-container.section.has-inside-image-callout-top .halved-content-item {
    padding-top: 210px;
  }
}

.aws-consulting-ci-cd .third-level-title {
  margin-bottom: 26px;
}

.aws-consulting-ci-cd .title-link-wrapper {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1150px) {
  .aws-consulting-tabs-panels {
    display: block;
  }

  .aws-consulting-tabs-panels .aws-consulting-tabs-left {
    margin-bottom: 40px;
    margin-right: 0;
  }
}

.aws-consulting-based-scheme {
  max-width: 100%;
}

/*! Breakpoints */
/*! Media queries */
.employee-portals-assist .sub-text-image-grid {
  flex-basis: auto;
  max-width: 592px;
}

.employee-portals-accordion .accordion-content div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.employee-portals-accordion .accordion-content div p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-left: 20px;
  max-width: 364px;
  padding-top: 0;
  position: relative;
  width: calc(50% - 25px);
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .employee-portals-accordion .accordion-content div p {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .employee-portals-accordion .accordion-content div p {
    max-width: 100%;
    width: 100%;
  }
}

.employee-portals-accordion .accordion-content div p strong {
  font-weight: 500;
}

.employee-portals-accordion .accordion-content div p:last-child,
.employee-portals-accordion .accordion-content div p:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .employee-portals-accordion .accordion-content div p:nth-last-child(-n + 2) {
    margin-bottom: 20px;
  }

  .employee-portals-accordion .accordion-content div p:last-child {
    margin-bottom: 0;
  }
}

.employee-portals-accordion .accordion-content div p:before {
  align-items: center;
  background-color: #59068c;
  border-radius: 100%;
  content: "";
  display: flex;
  height: 10px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  top: 0;
  transform: translateY(5px);
  width: 10px;
}

@media (width: 1280px) {
  .employee-portals-accordion .gatsby-image-wrapper {
    min-width: 100%;
  }
}

.employee-portals-tabs p+.fourth-level-title {
  margin-top: 24px;
}

.employee-portals-tabs .icons-row {
  margin-top: 40px;
}

.employee-portals-tabs .icons-row svg {
  margin-top: 0;
}

@media only screen and (max-width: 1440px) {
  .employee-portals-tabs .icons-row svg {
    max-width: 110px;
  }
}

@media (max-width: 1800px) {
  .employee-portals-tabs {
    min-width: auto;
  }
}

.employee-portals-scheme-block {
  align-items: center;
  display: flex;
  height: 329px;
  justify-content: center;
  margin: 40px auto 0;
  padding-top: 38px;
  position: relative;
  width: 625px;
}

@media only screen and (max-width: 1280px) {
  .employee-portals-scheme-block {
    zoom: 0.93;
  }
}

.employee-portals-scheme-block p {
  padding-top: 0;
  position: absolute;
}

.employee-portals-scheme-block p:nth-child(2) {
  color: #000;
  text-align: center;
}

.employee-portals-scheme-block p:nth-child(3) {
  top: 0;
}

.employee-portals-scheme-block p:nth-child(4) {
  right: 27px;
  top: 69px;
}

.employee-portals-scheme-block p:nth-child(5) {
  right: 17px;
  top: 156px;
}

.employee-portals-scheme-block p:nth-child(6) {
  bottom: 60px;
  right: 50px;
}

.employee-portals-scheme-block p:nth-child(7) {
  bottom: 0;
  right: 18px;
}

.employee-portals-scheme-block p:nth-child(8) {
  bottom: 0;
  left: 43px;
}

.employee-portals-scheme-block p:nth-child(9) {
  bottom: 60px;
  left: 0;
}

.employee-portals-scheme-block p:nth-child(10) {
  left: 52px;
  top: 156px;
}

.employee-portals-scheme-block p:nth-child(11) {
  left: 89px;
  top: 69px;
}

/*! Breakpoints */
/*! Media queries */
.office-365-postdev-container {
  position: relative;
}

@media only screen and (max-width: 1440px) {
  .office-365-postdev-container.has-half-cta-after.cta-not-overhang.section {
    padding-bottom: 175px;
  }
}

@media only screen and (min-width: 1281px) {
  .has-half-cta-after+.half-callout-wrapper.section.container~.office-365-solutions-container.copy-image-accordion .halved-content-item-accordion {
    padding-top: 224px;
  }
}

@media only screen and (max-width: 1024px) {
  .has-half-cta-after+.half-callout-wrapper.section.container~.office-365-solutions-container.copy-image-accordion .halved-content-item-accordion {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 1440px) {
  .office-365-solutions-container.copy-image-accordion .halved-content-image-item .inner-content {
    padding-top: 224px;
  }
}

@media (width: 1280px) {
  .has-half-cta-after.cta-not-overhang+.half-callout-wrapper.section.container {
    transform: translateY(-50%);
  }
}

/*! Breakpoints */
/*! Media queries */
.qa-testing-services-accordion.section .halved-content-image-item {
  background-color: #fff;
}

.qa-testing-automation-title {
  margin-bottom: 32px;
}

.qa-testing-icons {
  margin-bottom: 19px;
  margin-right: -80px;
}

@media only screen and (max-width: 1024px) {
  .qa-testing-icons {
    margin-bottom: 0;
    margin-right: -28px;
  }
}

.qa-testing-icons svg {
  margin-right: 77px;
  margin-top: 40px;
}

@media only screen and (max-width: 1024px) {
  .qa-testing-icons svg {
    margin-right: 25px;
    margin-top: 25px;
  }
}

.qa-testing-image-grid-container .icon-title-columns {
  grid-gap: 52px;
  grid-template-columns: auto auto;
  row-gap: 40px;
}

@media only screen and (max-width: 340px) {
  .qa-testing-image-grid-container .icon-title-columns {
    grid-gap: 12px;
  }
}

.qa-testing-image-grid-container .icon-title-columns .icon-title {
  border-bottom: none;
  padding-bottom: 0;
}

.qa-testing-image-grid-container .icon-title-columns.columns-7 .icon-title-item:first-of-type {
  grid-row: 1;
}

/*! Breakpoints */
/*! Media queries */
.sap-customer-experience-silver-partner {
  padding-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
  .sap-customer-experience-silver-partner {
    padding-bottom: 40px;
  }
}

.sap-customer-experience-silver-partner .main-grid-item:last-child {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 1230px) {
  .sap-customer-experience-silver-partner .main-grid-item:last-child {
    align-items: center;
  }
}

@media only screen and (max-width: 1216px) {
  .sap-customer-experience-silver-partner .main-grid-item:last-child {
    justify-content: flex-start;
  }

  .sap-customer-experience-silver-partner .main-grid-item:last-child svg {
    max-width: 50%;
  }
}

.sap-customer-experience-technology-container {
  padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sap-customer-experience-technology-container {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .sap-customer-experience-technology-container {
    padding-top: 148px;
  }
}

.sap-omnichannel .fourth-level-title {
  font-weight: 900;
  line-height: 1.2;
}

.erp-customization-issues .sap-omnichannel .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .sap-omnichannel p,
.sap-omnichannel .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.sap-omnichannel .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.sap-omnichannel .paragraph {
  margin-bottom: 32px;
}

.erp-customization-issues .sap-omnichannel .paragraph-no-padding-top.paragraph-bolder:last-child,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .sap-omnichannel p:last-child,
.sap-omnichannel .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder:last-child,
.sap-omnichannel .erp-customization-paths .title-copy-columns .main-grid-item:last-child p:last-child,
.sap-omnichannel .paragraph:last-child {
  margin-bottom: 0;
}

.sap-commerce-competency .main-grid-item:last-child {
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .sap-commerce-competency .two-columns-grid .main-grid-item:first-child {
    margin-bottom: 0;
    margin-top: 40px;
    order: 2;
  }
}

@media only screen and (max-width: 479px) {
  .sap-commerce-competency .two-columns-grid .main-grid-item:first-child {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .sap-commerce-competency .main-grid {
    flex-wrap: wrap-reverse;
  }

  .sap-commerce-competency .main-grid .main-grid-item:not(:last-of-type) {
    margin: 40px auto;
  }
}

.sap-commerce-competency .scheme-spiraled {
  padding: 57px 116px 57px 139px;
}

.sap-commerce-competency .scheme-spiraled-inner-title {
  max-width: 150px;
}

.sap-commerce-competency .scheme-spiraled-inner-title,
.sap-commerce-competency .scheme-spiraled-text:first-child,
.sap-commerce-competency .scheme-spiraled-text:nth-child(3) {
  left: 52%;
}

/*! Breakpoints */
/*! Media queries */
.elearning-gamification-game .main-grid-item:last-child {
  max-width: 384px;
}

.elearning-gamification-two-columns .halved-content-item.background-theme {
  padding-right: 16px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .elearning-gamification-two-columns .halved-content-item.background-theme {
    padding-bottom: 0;
  }
}

.elearning-gamification-two-columns .halved-content-item:nth-child(2) {
  padding-left: 14px;
}

.elearning-gamification-two-columns .halved-content-item:nth-child(2) .container-small {
  max-width: 592px;
}

@media only screen and (max-width: 767px) {
  .elearning-gamification-two-columns .halved-content-item:nth-child(2) {
    padding-top: 60px;
  }
}

.elearning-gamification .second-level-title {
  font-size: 32px;
  line-height: 38px;
}

.elearning-gamification-sheme-block {
  margin-top: 60px;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .elearning-gamification-sheme-block {
    zoom: 0.9;
  }
}

@media only screen and (max-width: 1024px) {
  .elearning-gamification-sheme-block {
    zoom: 0.7;
  }
}

@media (max-width: 768px) {
  .elearning-gamification-sheme-block {
    display: none;
  }
}

.elearning-gamification-sheme-block .gray_line {
  background-color: #f8f8f8;
  display: flex;
  margin-bottom: 20px;
  padding: 15px 20px;
}

.elearning-gamification-sheme-block .gray_line p {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.elearning-gamification-sheme-block .gray_line .svg-border-gradient {
  background: linear-gradient(#f8f8f8, #f8f8f8) padding-box,
    #9614e6 border-box;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  height: 50px;
  line-height: 18px;
  width: 140px;
}

.elearning-gamification-sheme-block .gray_line:first-child {
  height: 170px;
  position: relative;
}

.elearning-gamification-sheme-block .gray_line:first-child div.column {
  left: 400px;
  position: absolute;
  top: 30px;
}

.elearning-gamification-sheme-block .gray_line:first-child div.column .svg-border-gradient {
  background: linear-gradient(#f8f8f8, #f8f8f8) padding-box,
    linear-gradient(90.64deg, #2de0dd, #27b1cf 39.06%, #a410ff) border-box;
}

.elearning-gamification-sheme-block .gray_line:first-child div.column div:nth-child(2) {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
  margin-top: 5px;
}

.elearning-gamification-sheme-block .gray_line:first-child div.column div:nth-child(2) svg:first-child {
  margin-right: 8px;
  transform: rotate(90deg);
}

.elearning-gamification-sheme-block .gray_line:first-child div.column div:nth-child(2) svg:nth-child(2) {
  transform: rotate(270deg);
}

.elearning-gamification-sheme-block .gray_line:nth-child(2) {
  align-items: center;
  padding-top: 5px;
}

.elearning-gamification-sheme-block .gray_line:nth-child(2) .svg-border-gradient,
.elearning-gamification-sheme-block .gray_line:nth-child(2) svg {
  margin-right: 15px;
  margin-top: 15px;
}

.elearning-gamification-sheme-block .gray_line:nth-child(2) svg {
  position: static;
}

.elearning-gamification-sheme-block .gray_line:nth-child(2) .svg-border-gradient:last-child {
  margin-right: 0;
}

.elearning-gamification-sheme-block .gray_line:nth-child(2) p {
  margin-right: 7px;
  margin-top: -40px;
}

.elearning-gamification-sheme-block .gray_line:nth-child(3) {
  height: 90px;
  margin-bottom: 0;
  padding-top: 5px;
  position: relative;
}

.elearning-gamification-sheme-block .gray_line:nth-child(3) .svg-border-gradient {
  background: linear-gradient(#f8f8f8, #f8f8f8) padding-box,
    #59068c border-box;
  left: 400px;
  position: absolute;
  top: 20px;
}

.elearning-gamification-sheme-block svg:nth-child(4) {
  left: 180px;
  position: absolute;
  top: 48px;
}

.elearning-gamification-sheme-block svg:nth-child(5) {
  left: 360px;
  position: absolute;
  top: 118px;
}

.elearning-gamification-sheme-block svg:nth-child(6) {
  bottom: 38px;
  left: 360px;
  position: absolute;
}

.elearning-gamification-sheme-block svg:nth-child(7) {
  left: 522px;
  position: absolute;
  top: 160px;
}

.elearning-gamification-sheme-block svg:nth-child(8) {
  bottom: 77px;
  left: 522px;
  position: absolute;
  transform: rotate(180deg);
}

.elearning-gamification-related .title-copy-boxes-text {
  padding-bottom: 0;
}

.elearning-gamification-development .table-quote-grid {
  flex: none;
  width: 280px;
}

.elearning-gamification-development .table-quote-list-grid,
.elearning-gamification-development .table-quote-list-grid p {
  max-width: none;
}

/*! Breakpoints */
/*! Media queries */
.cyber-security-levels-title {
  padding-right: 32px;
}

.cyber-security-vulnerability.image-wrapper .image {
  max-height: 592px;
  position: relative;
}

.cyber-security-image-vulnerability {
  position: relative;
}

.cyber-security-image-vulnerability:after {
  background-color: #c4c4c4;
  bottom: 0;
  content: "";
  height: 1px;
  margin-left: calc(50vw - 615.5px);
  position: absolute;
  width: 50%;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .cyber-security-image-vulnerability:after {
    width: 96%;
  }
}

.cyber-security-image-vulnerability .main-grid-outstanding-item-right {
  max-height: 592px;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 0;
  z-index: 2;
}

.cyber-security-image-vulnerability .main-grid-outstanding-item-left {
  padding-right: 16px;
}

.cyber-security-image-vulnerability .main-grid-outstanding-item-left .table-top-bordered .main-grid-less-quarter {
  margin-right: 32px;
}

.cyber-security-image-vulnerability .main-grid-outstanding-item-left .table-top-bordered .main-grid-bigger-quarter {
  max-width: 380px;
}

.cyber-security-image-vulnerability .main-grid-outstanding-item-left .table-top-bordered .title-number:first-child {
  margin-right: 16px;
}

@media only screen and (max-width: 1440px) {
  .cyber-security-image-vulnerability .table-top-bordered-row:last-of-type {
    padding-bottom: 28px;
  }
}

.cyber-security-sheme {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  width: 100%;
}

@media (max-width: 835px) {
  .cyber-security-sheme {
    margin-top: 40px;
  }
}

.cyber-security-sheme .scheme-block {
  max-width: 212px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .cyber-security-sheme .scheme-block {
    max-width: 18%;
  }
}

.cyber-security-sheme .scheme-block div:first-child {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  line-height: 22px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .cyber-security-sheme .scheme-block div:first-child {
    font-size: 14px;
  }
}

.cyber-security-sheme .scheme-block div:nth-child(2) {
  border: 3px solid #e0e0e0;
  border-radius: 4px;
  border-top: none;
  display: flex;
  font-size: 14px;
  font-weight: 300;
  height: 118px;
  justify-content: center;
  line-height: 18px;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 27px;
  position: relative;
  text-align: center;
  top: -3px;
  z-index: -2;
}

@media only screen and (max-width: 1024px) {
  .cyber-security-sheme .scheme-block div:nth-child(2) {
    font-size: 12px;
    height: 155px;
  }
}

.cyber-security-sheme svg {
  margin: 0 auto;
}

.cyber-security-sheme svg:last-child {
  margin-top: 16px;
}

@media only screen and (max-width: 1024px) {
  .cyber-security-sheme svg:last-child {
    max-width: 80%;
  }
}

.cyber-security-testing-scheme {
  margin-top: 60px;
  max-width: 100%;
}

.cyber-security-pre-audit .main-grid-item:first-child {
  margin-right: 0;
}

.cyber-security-pre-audit .main-grid-item:last-child {
  margin-left: 32px;
}

@media only screen and (max-width: 767px) {
  .cyber-security-pre-audit .main-grid-item:last-child {
    margin-left: 0;
  }
}

.cyber-security-pre-audit .main-grid-item:last-child .icon-title-columns.columns-2 {
  grid-template-columns: repeat(2, 240px);
  margin-left: 32px;
}

@media only screen and (max-width: 767px) {
  .cyber-security-pre-audit .main-grid-item:last-child .icon-title-columns.columns-2 {
    grid-template-columns: repeat(1, 240px);
    margin-left: 0;
  }
}

.cyber-security-comliance-container .main-grid-item:last-child {
  max-height: 340px;
}

/*! Breakpoints */
/*! Media queries */
.aws-migration-take svg {
  margin-right: 92px;
}

@media only screen and (max-width: 1024px) {
  .aws-migration-take svg {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .aws-migration-take svg {
    display: block;
    margin: 0 auto;
  }
}

.aws-migration-take .link-text {
  color: #323232;
  font-weight: 300;
  line-height: 24px;
}

.aws-migration-stories .top-image-bordered-columns-number {
  width: 100%;
}

.aws-migration-accordion p+.list {
  margin-top: 20px;
}

.aws-migration-accordion p+.list strong {
  font-weight: 500;
}

@media only screen and (min-width: 1025px) {
  .aws-migration-tools .table-top-bordered-row {
    padding-right: 104px;
  }
}

@media only screen and (max-width: 767px) {
  .aws-migration-tools .main-grid-item:not(:first-of-type) {
    min-width: 100%;
  }
}

.aws-migration-tools .main-grid-item:first-child {
  min-width: 176px;
}

.aws-migration-tools .main-grid-item:last-child {
  max-width: 280px;
}

.aws-migration-tools .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.aws-migration-tools .main-grid-item:last-child .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.aws-migration-tools .main-grid-item:last-child .paragraph,
.erp-customization-issues .aws-migration-tools .main-grid-item:last-child .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .aws-migration-tools .main-grid-item:last-child p {
  font-weight: 500;
}

.aws-migration-faq .accordion-item {
  min-height: auto;
}

.aws-migration-scheme {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aws-migration-scheme .scheme-row-blocks-inner {
  align-items: flex-start;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 36px 48px;
}

@media only screen and (max-width: 835px) {
  .aws-migration-scheme .scheme-row-blocks-inner.aws-migration-scheme-smaller-offset {
    padding: 30px 20px 48px;
  }
}

.aws-migration-scheme .scheme-row-blocks-inner.aws-migration-scheme-inner {
  justify-content: center;
}

.aws-migration-scheme .scheme-row-blocks-inner p {
  margin-bottom: 16px;
}

.aws-migration-scheme-inner-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.aws-migration-scheme-inner-block.medium-block {
  max-width: 200px;
  width: 100%;
}

.aws-migration-scheme-item {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}

@media (min-width: 1279px) {
  .aws-migration-scheme-item {
    margin-right: 32px;
  }
}

.aws-migration-scheme-item:first-child {
  width: 40%;
}

.aws-migration-scheme-item:nth-child(2) {
  width: 31.6%;
}

.aws-migration-scheme-item:nth-child(2) .aws-migration-scheme-inner-block:first-child {
  margin-right: 14px;
}

@media (min-width: 1023px) {
  .aws-migration-scheme-item:nth-child(2) .svg-thin-text {
    min-width: 140px;
  }
}

.aws-migration-scheme-item:nth-child(3),
.aws-migration-scheme-item:nth-child(5) {
  margin-right: 0;
  width: 23%;
}

.aws-migration-scheme-item:nth-child(4) {
  width: 74.3%;
}

.aws-migration-scheme-item:nth-child(6) {
  width: 57.3%;
}

.aws-migration-scheme-item:nth-child(7) {
  margin-right: 0;
  width: 40%;
}

/*! Breakpoints */
/*! Media queries */
.application-management-services-paragraph {
  padding-bottom: 20px;
}

.application-management-services-list {
  max-width: 360px;
}

.application-management-services-tabs {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.application-management-services-tabs-panels {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0;
}

@media only screen and (max-width: 1024px) {
  .application-management-services-tabs-panels {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .application-management-services-tabs-panels {
    flex-wrap: wrap;
  }
}

.application-management-services-tabs-left {
  padding-right: 32px;
}

@media only screen and (max-width: 1024px) {
  .application-management-services-tabs-left {
    padding-right: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .application-management-services-tabs-left {
    padding-bottom: 20px;
    padding-right: 0;
  }
}

.application-management-services-tabs-right {
  flex-basis: 100%;
  max-width: 592px;
}

.risk-mitigation-container {
  padding-top: 100px;
}

.risk-mitigation-grid {
  padding-bottom: 100px;
}

.risk-mitigation-left {
  max-width: 592px;
  padding-right: 16px;
}

.risk-mitigation-right {
  padding-left: 16px;
}

.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .risk-mitigation-right .list,
.risk-mitigation-right .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list,
.risk-mitigation-right .list.columns-two {
  grid-template-columns: repeat(2, auto);
}

.smart-solutions-managed-it {
  margin-bottom: 60px;
}

.smart-solutions-managed-it .medium-bold {
  margin-bottom: 20px;
}

.title-copy-columns.toolkit-columns {
  padding-bottom: 24px;
}

.managed-it-security-services .container-small {
  max-width: 536px;
}

.managed-it-security-services-halved.halved-content-item {
  background-color: #f8f8f8;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .managed-it-security-services-halved.halved-content-item {
    padding-top: 100px;
  }
}

.managed-it-security-services .title-link-wrapper {
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .managed-it-security-services .managed-it-security-services-image {
    height: 250px;
  }
}

@media only screen and (max-width: 479px) {
  .cloud-infrastructure-management .icons-item {
    flex-basis: 100%;
  }
}

.cloud-infrastructure-management .icons-row.type-9 div svg {
  margin-left: 30px;
}

@media only screen and (max-width: 479px) {
  .cloud-infrastructure-management .icons-row.type-9 div svg {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

.cloud-infrastructure-management.section {
  margin-top: 100px;
}

.title-copy-columns.compliance-columns {
  padding-bottom: 40px;
}

.application-management-services-list .list-item+.list-item,
.smart-solutions-managed-it-list .list-item+.list-item {
  margin-top: 22px;
}

.application-management-services-list .list-item,
.smart-solutions-managed-it-list .list-item {
  padding-bottom: 0;
}

.erp-customization-issues .managed-it-toolkit-table-top p.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .managed-it-toolkit-table-top p,
.managed-it-toolkit-table-top .erp-customization-issues p.paragraph-no-padding-top.paragraph-bolder,
.managed-it-toolkit-table-top .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.managed-it-toolkit-table-top p.paragraph {
  line-height: 1.25;
}

.icons-row.type-5 {
  opacity: 0.8;
}

.managed-it-monitoring-scheme {
  display: flex;
  justify-content: space-between;
  min-width: 592px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .managed-it-monitoring-scheme {
    margin-top: 40px;
  }
}

.managed-it-monitoring-scheme svg {
  position: relative;
  top: 24px;
}

.managed-it-monitoring-scheme .sheme-block {
  max-width: 176px;
  width: 31%;
}

.managed-it-monitoring-scheme .sheme-block div:first-child {
  align-items: center;
  background: linear-gradient(#fff, #fff) padding-box, #e0e0e0 border-box;
  border-radius: 4px;
  color: #ff04d5;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 52px;
  justify-content: center;
  line-height: 22px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.managed-it-monitoring-scheme .sheme-block div:nth-child(2) {
  align-items: flex-start;
  background: linear-gradient(#fff, #fff) padding-box, #eee border-box;
  border-radius: 4px;
  border-width: 3px;
  font-size: 14px;
  font-weight: 300;
  height: 193px;
  line-height: 18px;
  padding: 20px 14px 0;
  position: relative;
  text-align: center;
  top: -3px;
}

.managed-it-optimization-scheme {
  display: flex;
  justify-content: space-between;
  min-width: 592px;
  width: 100%;
}

.managed-it-optimization-scheme .sheme-block {
  max-width: 360px;
  width: 31%;
}

.managed-it-optimization-scheme .sheme-block .svg-border-gradient {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  line-height: 20px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.managed-it-optimization-scheme .sheme-block-info {
  background: #f2f2f2;
  margin-top: 20px;
  padding: 20px;
}

.managed-it-optimization-scheme .sheme-block-info div {
  align-items: center;
  background: #e0e0e0;
  border-radius: 4px;
  display: flex;
  font-size: 14px;
  font-weight: 300;
  height: 48px;
  justify-content: center;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 0 15px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .managed-it-optimization-scheme .sheme-block-info div {
    height: 80px;
  }
}

@media (max-width: 835px) {
  .managed-it-optimization-scheme .sheme-block-info div {
    height: 110px;
  }
}

.managed-it-optimization-scheme .sheme-block-info div:last-child {
  margin-bottom: 0;
}

.managed-it-optimization-scheme svg {
  margin-top: 28px;
}

/*! Breakpoints */
/*! Media queries */
.medical-image-table-top-titles>.main-grid .main-grid-item:first-child {
  flex: 1 2 100%;
}

.medical-image-table-top-titles>.main-grid .main-grid-item:nth-child(2) {
  flex: 2 1 100%;
}

.medical-image-table-top-titles .main-grid:first-child h4 {
  margin-bottom: 24px;
}

.medical-image-table-top-titles .table-top-bordered-columns-three .main-grid-item:not(.small-device-only):not(.medical-image-table-top-automation) {
  max-width: 488px;
}

.medical-image-table-top-titles .table-top-bordered-columns-three .main-grid-item:not(.small-device-only):not(.medical-image-table-top-automation):last-child {
  max-width: 280px;
}

@media only screen and (max-width: 767px) {
  .medical-image-table-top-titles .table-top-bordered-columns-three .main-grid-item:not(.small-device-only):not(.medical-image-table-top-automation):last-child {
    max-width: none;
  }
}

.medical-image-table-titled .table-top-bordered {
  border-top: none;
  margin-top: 12px;
}

.medical-image-table-titled .table-top-bordered .main-grid-item {
  margin-right: 40px;
  max-width: 132px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .medical-image-table-titled .table-top-bordered .main-grid-item {
    max-width: inherit;
  }
}

.medical-image-table-titled .table-top-bordered .main-grid-item:not(.medical-image-table-titled-titles) {
  display: grid;
}

.medical-image-table-titled .table-top-bordered .main-grid-item:last-child {
  margin-right: 0;
}

.medical-image-techniques .top-bordered-columns-title {
  line-height: 1.2;
}

.medical-image-roadmap,
.medical-image-table-top-automation {
  flex-basis: 48%;
  max-width: 48%;
}

@media only screen and (max-width: 767px) {

  .medical-image-roadmap,
  .medical-image-table-top-automation {
    flex-basis: 51%;
    max-width: 51%;
  }
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (max-width: 1024px) {
  .tableau-development-expertise .main-grid.container {
    flex-direction: column;
    gap: 40px;
  }
}

.tableau-development-expertise .main-grid-item:last-child {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.tableau-development-expertise .main-grid-item:last-child .icons-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 58px;
  justify-content: center;
  width: 384px;
}

.tableau-development-expertise .main-grid-item:last-child .icons-row:last-child {
  border-top: 1px solid #c4c4c4;
  margin-top: 15px;
  padding-top: 20px;
}

.tableau-development-expertise .main-grid-item:last-child .icons-row .icon-with-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
}

.tableau-development-expertise .main-grid-item:last-child .icons-row .icon-with-title.svg-thin-text {
  color: #323232;
  line-height: 20px;
}

.tableau-big-data.section.container .section {
  margin-bottom: 40px;
}

.tableau-big-data .main-grid {
  flex: initial;
}

.tableau-big-data .main-grid-item:first-child {
  margin-right: 8px;
  max-width: 592px;
  width: 100%;
}

@media only screen and (min-width: 767px) {
  .tableau-big-data .main-grid-item:last-child {
    padding-left: 30px;
  }
}

.tableau-big-data-icons-row {
  margin-top: -20px;
}

@media only screen and (max-width: 767px) {
  .tableau-big-data-icons-row {
    margin-top: 20px;
  }
}

.tableau-big-data-icons-row svg {
  margin-right: 0;
  margin-top: 20px;
}

.tableau-big-data-icons-row .icons-item:not(:last-child) {
  margin-right: 60px;
}

@media only screen and (max-width: 1280px) {
  .tableau-big-data-icons-row .icons-item:not(:last-child) {
    margin-right: 58px;
  }
}

@media only screen and (max-width: 1024px) {
  .tableau-big-data-icons-row .icons-item:not(:last-child) {
    margin-right: 32px;
  }
}

@media only screen and (min-width: 1270px) {
  .tableau-big-data-icons-row .icons-item:nth-child(4) {
    margin-right: 0;
  }
}

.tableau-big-data-analysis-scheme {
  display: block;
  margin-top: 40px;
  max-width: 1213px;
  width: 100%;
}

.tableau-data.scheme-row-blocks-item {
  height: 60px;
}

.tableau-products {
  padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tableau-products {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .tableau-products {
    padding-top: 148px;
  }
}

.tableau-products .list.list.columns-three {
  grid-column-gap: 32px;
  grid-template-columns: repeat(3, minmax(130px, 176px));
}

.tableau-products .list.list.columns-three .list-item {
  line-height: 1.25;
}

.tableau-products .list.list.columns-three .list-item:nth-last-child(-n + 2) {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .tableau-products .list.list.columns-three .list-item:nth-last-child(2) {
    padding-bottom: 20px;
  }
}

.tableau-page-tabs.tabs-row .tabs-row-panels {
  align-items: flex-start;
  padding-top: 40px;
}

@media only screen and (max-width: 1216px) {
  .tableau-page-tabs.tabs-row .tabs-row-panels {
    flex-wrap: wrap;
  }
}

.tableau-page-tabs.tabs-row .tabs-row-panels div[class*="tableau-page-tabs"] {
  flex: 1 1 100%;
}

@media only screen and (max-width: 1216px) {
  .tableau-page-tabs.tabs-row .tabs-row-panels div[class*="tableau-page-tabs"]:first-of-type {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .tableau-page-tabs.tabs-row .tabs-row-panels div[class*="tableau-page-tabs"]:not(:last-of-type) {
    margin-right: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tableau-page-tabs.tabs-row .tabs-row-panels div[class*="tableau-page-tabs"]:not(:last-of-type) {
    margin-right: 20px;
  }
}

.tableau-page-tabs.tabs-row .tabs-row-panels .tableau-custom-dashboard-scheme {
  margin-bottom: -19px;
  margin-top: -8px;
  padding-left: 30px;
  width: auto;
}

.tableau-page-tabs.tabs-row .tabs-row-panels .tableau-accordion-image-list {
  grid-gap: 32px;
}

.tableau-page-tabs.tabs-row .tabs-row-panels .tableau-accordion-image-list .list-item {
  margin-bottom: 0;
  padding-bottom: 0;
}

.tableau-source-curation-list .list-item {
  padding-bottom: 20px;
}

.tableau-source-curation-list .list-item:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .tableau-data-list .main-grid-item:last-child {
    margin-top: 40px;
  }
}

/*! Breakpoints */
/*! Media queries */
.telecom-data.scheme-row-blocks-item {
  height: 60px;
}

.telecom-data.scheme-row-blocks-item .svg-rec {
  padding: 12px 16px;
}

.telecom-data.scheme-row-blocks-item .svg-rec .scheme-row-blocks-title:not(.svg-thin-text) {
  line-height: 20px;
}

.telecom-bss.section .table-top-bordered-row {
  padding: 28px 0;
}

.telecom-bss.section .table-top-bordered-row:last-of-type {
  padding-bottom: 0;
}

.telecom-bss.section .table-top-bordered-row .main-grid-item {
  flex: initial;
}

@media only screen and (min-width: 768px) {
  .telecom-bss.section .table-top-bordered-row .main-grid-item:first-of-type {
    width: 31.5%;
  }
}

@media only screen and (min-width: 1025px) {
  .telecom-service-bus.section {
    margin: 80px auto;
  }
}

.telecom-service-bus.section .main-grid {
  align-items: center;
}

.telecom-service-bus.section .main-grid-item:last-child {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 1280px) {
  .telecom-service-bus.section.container {
    margin-left: 32px;
    margin-right: 32px;
  }
}

.telecom-scheme-block {
  align-items: center;
  display: flex;
  height: 486px;
  justify-content: center;
  position: relative;
  width: 519px;
}

@media only screen and (max-width: 1024px) {
  .telecom-scheme-block {
    margin-top: 60px;
  }
}

.erp-customization-common-scheme .svg-border-gradient .telecom-scheme-block .scheme-row-blocks-title,
.retail-erp-key-scheme .svg-border-gradient .telecom-scheme-block .scheme-row-blocks-title,
.telecom-scheme-block .erp-customization-common-scheme .svg-border-gradient .scheme-row-blocks-title,
.telecom-scheme-block .retail-erp-key-scheme .svg-border-gradient .scheme-row-blocks-title,
.telecom-scheme-block .svg-medium-text,
.telecom-scheme-block .svg-thin-text {
  color: #323232;
}

.telecom-scheme-block .svg-thin-text {
  line-height: 22px;
}

.telecom-scheme-block svg:first-child {
  position: relative;
}

.telecom-scheme-block .position {
  position: absolute;
}

.telecom-scheme-block .position:nth-child(2) {
  margin-left: -26px;
  top: 0;
}

.telecom-scheme-block .position:nth-child(3) {
  right: 5px;
  top: 132px;
}

.telecom-scheme-block .position:nth-child(4) {
  bottom: 114px;
  right: 0;
}

.telecom-scheme-block .position:nth-child(5) {
  bottom: 0;
  margin-left: -26px;
}

.telecom-scheme-block .position:nth-child(6) {
  bottom: 133px;
  left: 0;
}

.telecom-scheme-block .position:nth-child(7) {
  left: 15px;
  top: 132px;
}

.telecom-scheme-block .position:nth-child(8) {
  left: 202px;
  text-align: center;
  top: 156px;
}

.telecom-scheme-block .position:nth-child(9) {
  bottom: 184px;
  right: 164px;
  text-align: center;
}

.telecom-scheme-block .position:last-child {
  bottom: 174px;
  left: 138px;
  text-align: center;
}

.telecom-value-container .main-grid-item:first-child {
  margin-right: 54px;
}

.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .telecom-value-container .list,
.telecom-value-container .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list,
.telecom-value-container .list.columns-two {
  grid-column-gap: 54px;
  grid-template-columns: repeat(2, 154px);
}

.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .telecom-value-container .list .list-item,
.telecom-value-container .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list .list-item,
.telecom-value-container .list.columns-two .list-item {
  margin-bottom: 0;
  max-width: 154px;
  padding-bottom: 20px;
  width: 100%;
}

.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .telecom-value-container .list .list-item:nth-last-child(-n + 2),
.telecom-value-container .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list .list-item:nth-last-child(-n + 2),
.telecom-value-container .list.columns-two .list-item:nth-last-child(-n + 2) {
  padding-bottom: 0;
}

.telecom-innovation-driven .accordion-content.opened {
  margin-top: 38px;
}

.telecom .has-cta-after+.cta+.section {
  padding-top: 138px;
}

/*! Breakpoints */
/*! Media queries */
.telehealth-solutions-scheme {
  align-items: center;
  display: flex;
  height: 364px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 589px;
}

.telehealth-solutions-scheme p {
  line-height: 18px;
  padding-top: 0;
  position: absolute;
}

.telehealth-solutions-scheme p:first-child {
  top: 0;
}

.telehealth-solutions-scheme p:nth-child(2) {
  right: 0;
  top: 93px;
  width: 150px;
}

.telehealth-solutions-scheme p:nth-child(3) {
  bottom: 84px;
  right: 0;
  width: 150px;
}

.telehealth-solutions-scheme p:nth-child(4) {
  bottom: 0;
}

.telehealth-solutions-scheme p:nth-child(5) {
  bottom: 102px;
  left: 9px;
  text-align: right;
  width: 140px;
}

.telehealth-solutions-scheme p:nth-child(6) {
  left: 0;
  text-align: right;
  top: 93px;
  width: 150px;
}

.telehealth-solutions-scheme p:last-child {
  color: #000;
  text-align: center;
}

.telehealth-solutions-why .top-image-bordered-columns .top-image-bordered-columns-number {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .telehealth-solutions-tabs .two-columns-grid {
    flex-direction: column;
  }
}

.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .telehealth-solutions-tabs .list,
.telehealth-solutions-tabs .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list,
.telehealth-solutions-tabs .list.columns-two {
  grid-column-gap: 32px;
}

.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .telehealth-solutions-tabs .list li,
.telehealth-solutions-tabs .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list li,
.telehealth-solutions-tabs .list.columns-two li {
  min-width: 280px;
}

.telehealth-solutions-tabs .main-grid-item .gatsby-image-wrapper {
  height: 200px;
}

@media only screen and (max-width: 1024px) {
  .telehealth-solutions-tabs .main-grid-item .gatsby-image-wrapper {
    margin-top: 32px;
  }
}

.telehealth-solutions-tabs button.tabs-row-item {
  font-weight: 800;
}

.telehealth-solutions-roadmap {
  display: flex;
  position: relative;
}

.telehealth-solutions-roadmap .scheme-progress-container-outstanding {
  margin: 28px 144px 30px 64px;
}

@media only screen and (max-width: 1280px) {
  .telehealth-solutions-roadmap .scheme-progress-container-outstanding {
    margin: 28px 30px 30px 60px;
  }

  .telehealth-solutions-roadmap .scheme-progress-item {
    flex: none;
    margin-top: 20px;
    max-width: 20%;
  }
}

@media only screen and (max-width: 1024px) {
  .telehealth-solutions-roadmap .scheme-progress-item {
    max-width: 25%;
  }
}

.telehealth-solutions-roadmap .container {
  margin-right: 0;
  max-width: none;
}

@media (min-width: 1230px) {
  .telehealth-solutions-roadmap .container {
    margin-left: calc(50% - 608px);
  }
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (max-width: 1024px) {
  .mobile-patient-engagement-software .main-grid {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {

  .erp-customization-issues .mobile-patient-engagement-software .extra-text-margin.paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .mobile-patient-engagement-software p.extra-text-margin,
  .mobile-patient-engagement-software .erp-customization-issues .extra-text-margin.paragraph-no-padding-top.paragraph-bolder,
  .mobile-patient-engagement-software .erp-customization-paths .title-copy-columns .main-grid-item:last-child p.extra-text-margin,
  .mobile-patient-engagement-software .paragraph.extra-text-margin {
    margin-bottom: 0;
  }
}

.patient-engagement-icons-security.icons-row.type-7 {
  align-items: center;
  margin-top: 30px;
}

.patient-engagement-icons-security.icons-row.type-7 .icons-item svg {
  margin-right: 46px;
}

@media only screen and (max-width: 1280px) {
  .patient-engagement-icons-security.icons-row.type-7 .icons-item svg {
    margin-right: 43px;
  }
}

.patient-engagement-icons-security.icons-row.type-7 .icons-item:last-of-type svg {
  margin-right: 0;
}

.patient-engagement-portals {
  padding-bottom: 60px;
}

.patient-engagement-mobile-software-title-link .title-link-text {
  max-width: 454px;
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (max-width: 1024px) {
  .integration-middleware-development .main-grid {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .integration-middleware-development .main-grid .main-grid-item:last-child {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
}

.integration-six-columns.list {
  grid-column-gap: 80px;
  display: inline-grid;
  grid-template-columns: repeat(6, auto);
}

@media only screen and (max-width: 1236px) {
  .integration-six-columns.list {
    grid-template-columns: repeat(4, auto);
    row-gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .integration-six-columns.list {
    grid-template-columns: repeat(3, auto);
  }
}

@media only screen and (max-width: 479px) {
  .integration-six-columns.list {
    grid-template-columns: repeat(2, auto);
  }
}

.integration-six-columns.list .list-item {
  padding-bottom: 0;
  white-space: pre-wrap;
}

.integration-six-columns.list .list-item+.list-item {
  margin-top: 0;
}

@media only screen and (max-width: 479px) {
  .integration-six-columns.list .list-item:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
}

@media only screen and (max-width: 767px) {
  .integration-six-columns.list .list-item:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
  }
}

@media only screen and (max-width: 479px) {
  .integration-six-columns.list .list-item:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
}

@media only screen and (max-width: 1236px) {
  .integration-six-columns.list .list-item:nth-child(5) {
    grid-column: 1;
    grid-row: 2;
  }
}

@media only screen and (max-width: 767px) {
  .integration-six-columns.list .list-item:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }
}

@media only screen and (max-width: 479px) {
  .integration-six-columns.list .list-item:nth-child(5) {
    grid-column: 1;
    grid-row: 3;
  }
}

@media only screen and (max-width: 1236px) {
  .integration-six-columns.list .list-item:nth-child(6) {
    grid-column: 2;
    grid-row: 2;
  }
}

@media only screen and (max-width: 767px) {
  .integration-six-columns.list .list-item:nth-child(6) {
    grid-column: 3;
    grid-row: 2;
  }
}

@media only screen and (max-width: 479px) {
  .integration-six-columns.list .list-item:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
  }
}

@media only screen and (min-width: 1025px) {
  .integration-cloud .link-arrow-single {
    margin-right: -72px;
  }
}

.integration-cloud .title-link-wrapper {
  margin-bottom: 32px;
}

.integration-cloud .main-grid-item:last-child {
  max-height: 374px;
}

.integration-monolithic-feature {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}

@media only screen and (max-width: 1280px) {
  .integration-monolithic-feature {
    justify-content: center;
  }
}

.integration-monolithic-feature-item {
  color: #323232;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 28px;
  max-width: 260px;
  width: 48%;
}

@media only screen and (max-width: 1024px) {
  .integration-monolithic-feature-item {
    max-width: 350px;
  }
}

@media only screen and (max-width: 835px) {
  .integration-monolithic-feature-item {
    width: 45%;
  }
}

.integration-monolithic-feature-item:nth-child(odd) {
  margin-right: 16px;
}

.integration-monolithic-scheme {
  margin-top: 60px;
  max-width: 592px;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .integration-monolithic-scheme {
    max-width: 536px;
  }
}

@media only screen and (max-width: 1024px) {
  .integration-monolithic-scheme {
    margin: 40px auto 0;
  }
}

.integration-monolithic-title {
  margin-bottom: 28px;
  max-width: none;
}

.integration-monoservice-title {
  margin-bottom: 28px;
  margin-left: -85px;
}

@media only screen and (max-width: 1024px) {
  .integration-monoservice-title {
    margin-left: 0;
  }
}

.integration-monoservice-scheme {
  margin-left: 21px;
  text-align: center;
}

@media only screen and (min-width: 1280px) {
  .integration-monoservice-scheme {
    margin-top: 92px;
  }
}

.integration-monoservice-row {
  align-items: center;
  display: flex;
}

.integration-monoservice-feature {
  color: #323232;
  flex-basis: 160px;
  font-size: 14px;
  font-weight: 300;
  max-width: 160px;
  width: 100%;
}

.integration-monoservice-centered {
  background-color: #eee;
  height: 100%;
  max-height: 172px;
  max-width: 172px;
  padding: 38px;
  width: 100%;
}

.integration-monoservice-arrow-h {
  padding: 0 21px;
}

.integration-monoservice-arrow-v {
  display: flex;
  padding: 0 24px;
  transform: rotate(90deg);
}

.integration-monoservice-rec-inner {
  align-items: center;
  display: flex;
  justify-content: start;
  padding: 37px;
}

@media only screen and (min-width: 1025px) {
  .full-cycle-section .icon-title-columns {
    max-width: 660px;
  }
}

@media only screen and (min-width: 1535px) {
  .full-cycle-section .icon-title-item {
    width: 328px;
  }

  .full-cycle-section .icon-title-item:nth-last-child(2n) {
    width: 300px;
  }
}

.system-integration-container .integration-second-column {
  margin-top: -12px;
}

@media only screen and (min-width: 1025px) {
  .system-integration-container .tabs-wrapper {
    margin-right: 16px;
    max-width: 384px;
  }
}

.system-integration-container .tabs-panels {
  width: unset;
}

.microservices-integration .list-block-links {
  grid-row-gap: 20px;
  grid-template-columns: none;
}

.microservices-integration .list-block-links-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 0;
}

.microservices-integration .list-block-link-item {
  max-width: 500px;
}

.erp-customization-issues .microservices-integration .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .microservices-integration p,
.microservices-integration .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.microservices-integration .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.microservices-integration .paragraph {
  max-width: 536px;
}

@media only screen and (min-width: 1535px) {
  .microservices-integration .main-grid-item+.main-grid-item {
    padding-left: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 835px) {
  .microservices-integration .main-grid-item+.main-grid-item {
    margin-top: 60px;
  }
}

.microservices-integration.separator-top.section {
  margin-top: 60px;
  padding-top: 60px;
}

@media only screen and (max-width: 1024px) {
  .microservices-integration .preventing-content-compression {
    flex-wrap: wrap;
  }

  .erp-customization-issues .microservices-integration .preventing-content-compression .medium-bold.paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .microservices-integration .preventing-content-compression p.medium-bold,
  .microservices-integration .preventing-content-compression .erp-customization-issues .medium-bold.paragraph-no-padding-top.paragraph-bolder,
  .microservices-integration .preventing-content-compression .erp-customization-paths .title-copy-columns .main-grid-item:last-child p.medium-bold,
  .microservices-integration .preventing-content-compression .paragraph.medium-bold {
    max-width: none;
  }

  .microservices-integration .preventing-content-compression .main-grid-item:last-child {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }

  .microservices-integration .preventing-content-compression .main-grid-item:last-child .integration-monoservice-scheme {
    margin-left: 0;
    margin-top: 40px;
  }

  .microservices-integration .preventing-content-compression .main-grid-item:last-child .list-block-links {
    width: 100%;
  }
}

.iot-integration-container .main-grid-outstanding-item-right {
  padding-left: 16px;
}

.erp-customization-issues .iot-integration-container .main-grid-outstanding-item-right .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .iot-integration-container .main-grid-outstanding-item-right p,
.iot-integration-container .main-grid-outstanding-item-right .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.iot-integration-container .main-grid-outstanding-item-right .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.iot-integration-container .main-grid-outstanding-item-right .paragraph {
  max-width: 592px;
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (min-width: 1025px) {
  .consulting-for-business-automation .second-level-title {
    max-width: 70%;
  }
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .enterprise-content-accordion-list.list {
    -ms-grid-columns: 1fr 80px 1fr;
    grid-column-gap: 80px;
  }
}

/*! Breakpoints */
/*! Media queries */
.ecommerce-security .breadcrumbs {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .ecommerce-security-spiral-scheme {
    max-width: 250px;
  }
}

.ecommerce-security-spiral .scheme-spiraled {
  padding: 34px 132px 53px 136px;
}

@media only screen and (max-width: 1024px) {
  .ecommerce-security-spiral .scheme-spiraled {
    padding: 0 105px 0 103px;
  }

  .ecommerce-security-cloud {
    flex-direction: column;
  }

  .ecommerce-security-cloud .halved-content-item:first-child {
    padding-bottom: 0;
  }
}

.ecommerce-security-scheme-block {
  align-items: center;
  display: flex;
  height: 398px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 586px;
}

@media only screen and (max-width: 1024px) {
  .ecommerce-security-scheme-block {
    margin: 8px auto 0;
  }
}

.ecommerce-security-scheme-block svg:first-child {
  position: relative;
}

.ecommerce-security-scheme-block div {
  position: absolute;
}

.ecommerce-security-scheme-block div:nth-child(2) {
  text-align: center;
  top: 0;
}

.ecommerce-security-scheme-block div:nth-child(3) {
  right: 33px;
  top: 76px;
}

.ecommerce-security-scheme-block div:nth-child(4) {
  right: 0;
  width: 130px;
}

.ecommerce-security-scheme-block div:nth-child(5) {
  bottom: 82px;
  right: 29px;
  width: 140px;
}

.ecommerce-security-scheme-block div:nth-child(6) {
  bottom: 0;
  text-align: left;
}

.ecommerce-security-scheme-block div:nth-child(7) {
  bottom: 83px;
  left: 32px;
  text-align: right;
  width: 140px;
}

.ecommerce-security-scheme-block div:nth-child(8) {
  left: 0;
  text-align: right;
  width: 130px;
}

.ecommerce-security-scheme-block div:nth-child(9) {
  left: 55px;
  top: 85px;
}

.ecommerce-security-scheme-block div:last-child {
  max-width: 104px;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .ecommerce-security-assurance .icons-row.type-4 svg {
    margin-right: 0;
  }
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .ecommerce-security-assurance .icons-row.type-4 {
    margin-top: 0;
  }
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (min-width: 1280px) {
  .erp-platforms-icons.icons-row.type-3 {
    justify-content: flex-start;
  }

  .erp-platforms-icons.icons-row.type-3 .icons-item {
    margin-right: 120px;
  }
}

.erp-platforms-icons.icons-row.type-3 .icons-item:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 1280px) {
  .erp-platforms-icons.icons-row.type-3 svg {
    margin-right: 0;
  }
}

.erp-info-container {
  border-bottom: 1px solid #c4c4c4;
  position: relative;
}

.erp-info-container .main-grid-item:last-of-type {
  max-width: 392px;
}

@media only screen and (min-width: 1280px) {
  .erp-info-container .main-grid-item:not(:last-of-type) {
    margin-right: 80px;
  }
}

.erp-info-container.container {
  margin-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .erp-info-container.container {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1280px) {
  .erp-info-container .side-info-menu-landing .side-info-menu-list {
    grid-column-gap: 52px;
    display: grid;
    grid-template-columns: 133px 177px;
  }
}

.erp-about p {
  line-height: 28px;
}

.erp-services .accordion-content.opened {
  margin-top: 35px;
}

.erp-customers-say.background-theme {
  background-color: #450039;
}

.erp-customers-say-left {
  margin-right: 64px;
  max-width: 384px;
}

.erp-customers-say .quote-block {
  padding: 0 0 0 30px;
}

.erp-customers-say .quote-block-background {
  background-color: unset;
  border: unset;
}

.erp-customers-say .quote-block-position {
  color: #c4c4c4;
  max-width: 250px;
}

.erp-customers-say .quote-block-link a {
  color: #fb7700;
}

.erp-customers-say .quote-block-text svg {
  left: -30px;
}

@media only screen and (max-width: 767px) {
  .erp-customers-say .two-columns-grid:not(.title-left-only) .main-grid-item:last-of-type {
    margin-top: 0;
  }
}

.erp-industries .mdc-tab-scroller {
  max-width: 428px;
}

@media only screen and (max-width: 1024px) {
  .erp-industries .mdc-tab-scroller {
    max-width: unset;
  }
}

.erp-when-need-title.fourth-level-title {
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .erp-when-need-title.fourth-level-title {
    display: none;
  }

  .erp-when-need .second-level-title {
    margin-bottom: 8px;
  }
}

.erp-when-need .main-grid-item:not(:last-of-type) {
  margin-right: 88px;
  max-width: 536px;
}

.erp-consulting-platform {
  padding-top: 100px;
}

.erp-consulting-platform .tabs-row-panels {
  display: block;
  position: relative;
}

.erp-consulting-platform .tabs-row-left-0,
.erp-consulting-platform .tabs-row-left-1,
.erp-consulting-platform .tabs-row-left-2 {
  margin-bottom: 32px;
}

@media only screen and (min-width: 767px) {
  .erp-consulting-platform-right .erp-consulting-platform-logo {
    position: absolute;
    right: 0;
    top: 40px;
  }
}

.erp-consulting-platform .icon-title-columns {
  grid-gap: 80px;
}

@media only screen and (max-width: 1280px) {
  .erp-consulting-platform .icon-title-columns {
    grid-gap: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .erp-consulting-platform .icon-title-columns.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .erp-consulting-platform .icon-title-columns.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 479px) {
  .erp-consulting-platform .icon-title-columns.columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.erp-consulting-platform .icon-title-columns .icon-title-item:not(:last-child) .icon-title-list {
  line-height: 20px;
}

.erp-consulting-platform .icon-title-columns.strong-font .icon-title-item:last-child .icon-title-list:nth-child(2),
.erp-consulting-platform .icon-title-columns.strong-font .icon-title-item:last-child .icon-title-list:nth-child(4),
.erp-consulting-platform .icon-title-columns.strong-font .icon-title-item:last-child .icon-title-list:nth-child(6) {
  font-weight: 500;
}

.erp-consulting-platform .icon-title-columns.strong-font .icon-title-item:last-child .icon-title-list:nth-child(3),
.erp-consulting-platform .icon-title-columns.strong-font .icon-title-item:last-child .icon-title-list:nth-child(5) {
  margin-top: -18px;
}

.erp .has-half-cta-inside.section.cta-overhang+.section {
  padding-top: 142px;
}

@media only screen and (max-width: 1280px) {
  .erp .has-half-cta-inside.section.cta-overhang+.section {
    padding-top: 155px;
  }
}

@media only screen and (max-width: 767px) {
  .erp .has-half-cta-inside.section.cta-overhang+.section {
    margin-top: 0;
    padding-top: 104px;
  }
}

/*! Breakpoints */
/*! Media queries */
.finance-digitization .top-image-bordered-columns-number {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .finance-digitization .section-medium-bottom-margin {
    flex-direction: column-reverse;
  }

  .finance-digitization .section-medium-bottom-margin .main-grid-item:first-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .finance-digitization .section-medium-bottom-margin h4 {
    max-width: 275px;
  }
}

@media only screen and (max-width: 767px) {
  .finance-digitization .section-medium-bottom-margin .main-grid-item:first-of-type {
    margin-bottom: 0;
  }
}

.finance-digitization .section-medium-bottom-margin .finance-investment-scheme {
  min-height: 370px;
  min-width: 490px;
}

@media only screen and (max-width: 1024px) {
  .finance-digitization .section-medium-bottom-margin .finance-investment-scheme {
    margin: 20px auto 0;
  }

  .finance-omnichannel.section-bottom-margin {
    margin-bottom: 60px;
  }
}

.finance-omnichannel.section-bottom-margin .main-grid-item:nth-child(2) {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .finance-omnichannel.section-bottom-margin .main-grid-item:nth-child(2) {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .finance-omnichannel.section-bottom-margin .main-grid-item:nth-child(2) {
    margin-top: 0;
  }
}

.finance-investment-scheme-block {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}

.finance-investment-scheme-block .block-wrapper {
  align-content: space-between;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 904px;
}

@media only screen and (max-width: 1279px) {
  .finance-investment-scheme-block .block-wrapper {
    width: calc(100% - 235px);
  }
}

.finance-investment-scheme-block .extra-height.svg-border-gradient {
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  height: 140px;
  line-height: 22px;
  width: 280px;
}

@media only screen and (max-width: 1279px) {
  .finance-investment-scheme-block .extra-height.svg-border-gradient {
    width: 220px;
  }
}

.finance-investment-scheme-block .svg-border-gradient:not(.extra-height) {
  background: linear-gradient(#fff, #fff) padding-box, #0abfbc border-box;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  height: 60px;
  line-height: 18px;
  width: 280px;
}

@media only screen and (max-width: 1279px) {
  .finance-investment-scheme-block .svg-border-gradient:not(.extra-height) {
    width: 32%;
  }
}

.finance-logos-rows .icons-single-row {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .finance-logos-rows .icons-single-row {
    justify-content: space-between;
  }
}

.finance-logos-rows .icons-single-row svg {
  margin-bottom: 20px;
  margin-right: 20px;
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .finance-logos-rows .icons-single-row svg svg {
    max-width: 15%;
  }
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .finance-logos-rows .icons-single-row svg {
    margin-bottom: 20px;
    margin-right: 0;
    width: 48%;
  }
}

.finance-logos-rows .icons-single-row svg:last-child {
  margin-right: 0;
}

.finance-logos-rows .icons-single-row:last-child {
  margin-bottom: 0;
}

.finance-investment-scheme .svg-centered {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .finance-software .main-grid {
    flex-direction: column;
  }

  .finance-software .main-grid .main-grid-item {
    margin-right: 0;
  }

  .finance-software .main-grid .finance-investment-scheme {
    margin: 40px auto 0;
    max-width: 530px;
  }
}

.erp-customization-issues .finance-billing-container .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .finance-billing-container p,
.finance-billing-container .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.finance-billing-container .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.finance-billing-container .finance-analytics-title-container,
.finance-billing-container .paragraph {
  max-width: 100%;
}

.finance-billing-container .finance-payment-tabs.vertical .list-item {
  line-height: 20px;
}

.finance-billing-container .finance-payment-tabs.vertical .tabs-item.mdc-tab {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .finance-billing-container .finance-payment-tabs.vertical .tabs-item.mdc-tab.active:before {
    display: block;
  }

  .finance-circle-scheme {
    height: 425px;
  }

  .finance-circle-scheme .svg-circle {
    height: 100px;
    width: 100px;
  }

  .finance-circle-scheme svg {
    height: 160px;
    width: 160px;
  }
}

/*! Breakpoints */
/*! Media queries */
.bpm-icon-grid {
  display: flex;
}

.bpm-icon-grid .icons-item:not(:last-child) {
  margin-right: 38px;
}

@media only screen and (max-width: 1280px) {
  .bpm-icon-grid .icons-item:not(:last-child) {
    margin-right: 32px;
  }
}

.bpm-erp-systems {
  margin-bottom: 60px;
  margin-top: 24px;
}

.bpm-erp-systems .icons-row {
  align-items: flex-start;
}

.bpm-erp-systems .icons-row .bpm-acumatica-logo svg {
  margin-top: 7px;
}

@media only screen and (min-width: 1280px) {
  .bpm-copy-image-accordion .cta-small .callout-stripe-copy-small {
    height: 148px;
  }
}

.bpm-smart-automation .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list,
.bpm-smart-automation .list.columns-two,
.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .bpm-smart-automation .list {
  grid-column-gap: 32px;
  grid-template-columns: repeat(2, minmax(150px, 280px));
}

.bpm-smart-automation .list-item {
  line-height: 1.25;
  margin-bottom: 0;
}

.bpm-smart-automation .list-item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .bpm-smart-automation .list {
    margin-top: 20px;
  }
}

.bpm-delivery-cycle .table-top-bordered+.icon-title-columns {
  margin-left: 34%;
  max-width: 800px;
  padding-top: 32px;
}

@media only screen and (max-width: 767px) {
  .bpm-delivery-cycle .table-top-bordered+.icon-title-columns {
    margin-left: 0;
  }
}

.bpm-delivery-cycle .table-top-bordered+.icon-title-columns .icon-title {
  color: #000;
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .application-development-technologies-table .main-grid.table-top-bordered-row {
    flex-wrap: nowrap;
  }
}

.application-development-technologies-table .main-grid.table-top-bordered-row .main-grid-item:not(:first-child) {
  max-width: 176px;
}

@media only screen and (max-width: 767px) {
  .application-development-technologies-table .main-grid.table-top-bordered-row .main-grid-item:not(:first-child) {
    flex: 1 1 50%;
  }
}

@media only screen and (max-width: 479px) {
  .application-development-technologies-table .main-grid.table-top-bordered-row .main-grid-item:not(:first-child):not(:nth-last-child(-n + 2)) {
    padding-bottom: 20px;
  }
}

@media (max-width: 1024px) and (min-width: 480px) {
  .application-development-technologies-table .main-grid.table-top-bordered-row .main-grid-item:first-child {
    margin-right: 20px;
    max-width: 150px;
  }
}

.application-development-brand-icons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-right: -65px;
  margin-top: -24px;
}

.application-development-brand-icons svg {
  margin-right: 64px;
  margin-top: 24px;
}

@media only screen and (max-width: 1280px) {
  .application-development-brand-icons svg {
    margin-right: 58px;
  }
}

.application-development-brand-icons svg:nth-child(n + 7) {
  margin-right: 57px;
}

.application-development-brand-icons svg:last-child {
  margin-right: 0;
}

.application-development-transformation.wrapped-grid.section {
  background-color: #fff;
  padding-top: 0;
}

.application-development-transformation.wrapped-grid.section .inner-content {
  padding-top: 162px;
}

@media only screen and (max-width: 1280px) {
  .application-development-transformation.wrapped-grid.section .inner-content {
    padding-top: 175px;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .application-development-transformation.wrapped-grid.section .inner-content {
    padding-top: 135px;
  }
}

@media only screen and (max-width: 767px) {
  .application-development-transformation.wrapped-grid.section .inner-content {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 1280px) {

  .application-development-transformation.wrapped-grid.section .inner-content .container-small,
  .application-development-transformation.wrapped-grid.section .inner-content .container-small p {
    max-width: 100%;
  }
}

.application-development-transformation.wrapped-grid.section .inner-content .medium-bold {
  line-height: 1.4;
}

.application-development-transformation.wrapped-grid.section .halved-content-item {
  background-color: #f8f8f8;
}

@media only screen and (min-width: 1281px) {
  .application-development-transformation.wrapped-grid.section .halved-content-item {
    padding-right: 72px;
    padding-top: 162px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .application-development-transformation.wrapped-grid.section .halved-content-item .columns-three {
    grid-column-gap: 52px;
    display: inline-grid;
    grid-template-columns: repeat(2, auto);
  }
}

.application-development-tech.has-half-cta-inside {
  background-color: #fff;
  padding-bottom: 0;
}

.application-development-tech.has-half-cta-inside .halved-content-item {
  background-color: #f8f8f8;
  padding-bottom: 162px;
}

@media only screen and (min-width: 1281px) {
  .application-development-tech.has-half-cta-inside .halved-content-item {
    padding-right: 72px;
  }

  .application-development-tech.has-half-cta-inside .inner-content {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 1280px) {

  .application-development-tech.has-half-cta-inside .inner-content .container-small,
  .application-development-tech.has-half-cta-inside .inner-content .container-small p {
    max-width: 100%;
  }
}

.application-development-tech.has-half-cta-inside .quote-block-position {
  max-width: 70px;
}

.application-development-why {
  margin-bottom: 60px;
}

.application-development-why .application-dev-why-icons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-top: 40px;
}

.application-development-why .application-dev-why-icons svg {
  margin-right: 40px;
  margin-top: 20px;
}

.application-development-management .application-development-manage-icons {
  display: flex;
  flex-wrap: wrap;
  margin-right: -87px;
  margin-top: 15px;
}

.application-development-management .application-development-manage-icons svg {
  margin-right: 84px;
  margin-top: 25px;
}

@media only screen and (max-width: 1280px) {
  .application-development-management .application-development-manage-icons svg {
    margin-right: 75px;
  }
}

.application-development-management .application-development-manage-icons svg:nth-child(n + 5) {
  margin-right: 68px;
}

/*! Breakpoints */
/*! Media queries */
.erp-customization-issues .microsoft-solutions-container .accordion-content .paragraph-no-padding-top.paragraph-bolder+*,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .microsoft-solutions-container .accordion-content p+*,
.microsoft-solutions-container .accordion-content .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+*,
.microsoft-solutions-container .accordion-content .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+*,
.microsoft-solutions-container .accordion-content .paragraph+* {
  margin-top: 40px;
}

.microsoft-solutions-container .accordion-content .icons-row {
  margin-top: 16px;
}

.microsoft-solutions-container .accordion-content .icons-row svg {
  margin-right: 44px;
  margin-top: 24px;
}

.microsoft-solutions-container .accordion-content .icons-row svg:last-of-type {
  margin-right: 0;
}

.microsoft-solutions-container .accordion-content .content-doc-managenent-scheme .microsoft-big-sharepoint {
  height: 45px;
  width: 203px;
}

@media only screen and (min-width: 1281px) {
  .microsoft-solutions-container .halved-content-image-item+.halved-content-item {
    padding-bottom: 162px;
  }
}

@media only screen and (max-width: 1024px) {
  .microsoft-solutions-container .halved-content-image-item+.halved-content-item {
    padding-bottom: 118px;
  }
}

.microsoft-intelligent-apps-container {
  overflow: hidden;
}

.erp-customization-issues .microsoft-intelligent-apps-container .top-bordered-columns-item .paragraph-no-padding-top.paragraph-bolder+.icons-row,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .microsoft-intelligent-apps-container .top-bordered-columns-item p+.icons-row,
.microsoft-intelligent-apps-container .top-bordered-columns-item .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.icons-row,
.microsoft-intelligent-apps-container .top-bordered-columns-item .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.icons-row,
.microsoft-intelligent-apps-container .top-bordered-columns-item .paragraph+.icons-row {
  margin-top: 17px;
}

.erp-customization-issues .microsoft-intelligent-apps-container .top-bordered-columns-item .paragraph-no-padding-top.paragraph-bolder+.icons-row svg,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .microsoft-intelligent-apps-container .top-bordered-columns-item p+.icons-row svg,
.microsoft-intelligent-apps-container .top-bordered-columns-item .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.icons-row svg,
.microsoft-intelligent-apps-container .top-bordered-columns-item .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.icons-row svg,
.microsoft-intelligent-apps-container .top-bordered-columns-item .paragraph+.icons-row svg {
  margin-right: 40px;
  margin-top: 23px;
}

.erp-customization-issues .microsoft-intelligent-apps-container .top-bordered-columns-item .paragraph-no-padding-top.paragraph-bolder+.icons-row svg:last-of-type,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .microsoft-intelligent-apps-container .top-bordered-columns-item p+.icons-row svg:last-of-type,
.microsoft-intelligent-apps-container .top-bordered-columns-item .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.icons-row svg:last-of-type,
.microsoft-intelligent-apps-container .top-bordered-columns-item .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.icons-row svg:last-of-type,
.microsoft-intelligent-apps-container .top-bordered-columns-item .paragraph+.icons-row svg:last-of-type {
  margin-right: 0;
}

.erp-customization-issues .microsoft-intelligent-apps-container .top-bordered-columns-item .paragraph-no-padding-top.paragraph-bolder+.icons-row.icons-row-microsoft,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .microsoft-intelligent-apps-container .top-bordered-columns-item p+.icons-row.icons-row-microsoft,
.microsoft-intelligent-apps-container .top-bordered-columns-item .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.icons-row.icons-row-microsoft,
.microsoft-intelligent-apps-container .top-bordered-columns-item .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.icons-row.icons-row-microsoft,
.microsoft-intelligent-apps-container .top-bordered-columns-item .paragraph+.icons-row.icons-row-microsoft {
  margin-right: -30px;
  margin-top: 19px;
}

.erp-customization-issues .microsoft-intelligent-apps-container .top-bordered-columns-item .paragraph-no-padding-top.paragraph-bolder+.icons-row.icons-row-microsoft svg,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .microsoft-intelligent-apps-container .top-bordered-columns-item p+.icons-row.icons-row-microsoft svg,
.microsoft-intelligent-apps-container .top-bordered-columns-item .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.icons-row.icons-row-microsoft svg,
.microsoft-intelligent-apps-container .top-bordered-columns-item .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.icons-row.icons-row-microsoft svg,
.microsoft-intelligent-apps-container .top-bordered-columns-item .paragraph+.icons-row.icons-row-microsoft svg {
  margin-right: 35px;
  margin-top: 21px;
}

.erp-customization-issues .microsoft-intelligent-apps-container .top-bordered-columns-item .paragraph-no-padding-top.paragraph-bolder+.icons-row.icons-row-microsoft svg:nth-child(-n + 2),
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .microsoft-intelligent-apps-container .top-bordered-columns-item p+.icons-row.icons-row-microsoft svg:nth-child(-n + 2),
.microsoft-intelligent-apps-container .top-bordered-columns-item .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.icons-row.icons-row-microsoft svg:nth-child(-n + 2),
.microsoft-intelligent-apps-container .top-bordered-columns-item .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.icons-row.icons-row-microsoft svg:nth-child(-n + 2),
.microsoft-intelligent-apps-container .top-bordered-columns-item .paragraph+.icons-row.icons-row-microsoft svg:nth-child(-n + 2) {
  margin-right: 30px;
}

@media (max-width: 1700px) and (min-width: 1025px) {
  .microsoft-platform-centric .title-copy-boxes-item:last-child img {
    -o-object-position: 80% 0;
    object-position: 80% 0;
  }
}

@media only screen and (max-width: 1216px) {
  .microsoft-partner-container.main-grid {
    align-items: flex-start;
  }
}

/*! Breakpoints */
/*! Media queries */
.marketplace-development-row-tabs .top-bordered-columns .main-grid {
  flex-wrap: wrap;
  justify-content: space-between;
}

.marketplace-development-row-tabs .top-bordered-columns .main-grid-item {
  flex: none;
  margin-right: 0;
  margin-top: 40px;
  max-width: 592px;
  width: 100%;
}

.marketplace-development-row-tabs .top-bordered-columns .main-grid-item:first-child,
.marketplace-development-row-tabs .top-bordered-columns .main-grid-item:nth-child(2) {
  margin-top: 0;
}

@media only screen and (max-width: 1280px) {
  .marketplace-development-row-tabs .top-bordered-columns .main-grid-item:nth-child(2) {
    margin-top: 40px;
  }
}

.marketplace-development-row-tabs .top-bordered-columns-item {
  border: none;
  padding: 0;
}

.marketplace-development-row-tabs .top-bordered-columns-item .list {
  margin-top: 24px;
}

.marketplace-development-row-tabs-right {
  width: 100%;
}

.marketplace-development-models .list {
  margin-top: 32px;
}

@media only screen and (min-width: 1025px) {
  .marketplace-development-models.section {
    margin-bottom: 80px;
  }
}

.marketplace-development-options .marketplace-development-icons {
  margin-top: 16px;
}

.marketplace-development-options .marketplace-development-icons .icons-item {
  margin-right: 80px;
  margin-top: 24px;
}

@media only screen and (max-width: 1024px) {
  .marketplace-development-options .marketplace-development-icons .icons-item {
    margin-right: 40px;
  }
}

.marketplace-development-related .title-copy-boxes-item:nth-child(n + 3) .title-copy-boxes-text {
  padding-bottom: 0;
}

.marketplace-development-scheme-features .section-background.background-theme {
  padding-bottom: 80px;
  padding-top: 142px;
}

@media only screen and (max-width: 1280px) {
  .marketplace-development-scheme-features .section-background.background-theme {
    padding-top: 155px;
  }
}

.marketplace-development-scheme-features .marketplace-feature-scheme {
  width: 476px;
}

@media only screen and (max-width: 1024px) {
  .marketplace-development-scheme-features .marketplace-feature-scheme .scheme-circled-inner-title {
    font-size: 14px;
  }

  .marketplace-development-scheme-features .marketplace-feature-scheme .svg-thin-text {
    font-size: 13px;
    line-height: 1.4;
  }
}

.marketplace-development-scheme-integrations-container.has-cta-after.section {
  padding-bottom: 142px;
}

@media only screen and (max-width: 1280px) {
  .marketplace-development-scheme-integrations-container.has-cta-after.section {
    padding-bottom: 155px;
  }
}

.marketplace-development-scheme-integrations-container h2 {
  margin-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
  .marketplace-development-scheme-second.main-grid {
    flex-wrap: wrap;
  }
}

.marketplace-integration-scheme {
  margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
  .marketplace-integration-scheme {
    max-height: 440px;
    max-width: 440px;
  }

  .marketplace-integration-scheme .svg-circle {
    height: 100px;
    width: 100px;
  }

  .marketplace-integration-scheme .svg-thin-text {
    font-size: 13px;
    line-height: 1.4;
  }

  .marketplace-integration-scheme svg {
    height: 480px;
    width: 200px;
  }

  .marketplace-integration-scheme .svg-circle:first-of-type {
    left: 171px;
    top: 0;
  }

  .marketplace-integration-scheme .svg-circle:nth-of-type(2) {
    left: 288px;
    top: 43px;
  }

  .marketplace-integration-scheme .svg-circle:nth-of-type(3) {
    left: 340px;
    top: 149px;
  }

  .marketplace-integration-scheme .svg-circle:nth-of-type(4) {
    left: 319px;
    top: 263px;
  }

  .marketplace-integration-scheme .svg-circle:nth-of-type(5) {
    left: 218px;
    top: 336px;
  }

  .marketplace-integration-scheme .svg-circle:nth-of-type(6) {
    left: 107px;
    top: 336px;
  }

  .marketplace-integration-scheme .svg-circle:nth-of-type(7) {
    left: 18px;
    top: 263px;
  }

  .marketplace-integration-scheme .svg-circle:nth-of-type(8) {
    left: 0;
    top: 149px;
  }

  .marketplace-integration-scheme .svg-circle:nth-of-type(9) {
    left: 57px;
    top: 43px;
  }
}

@media only screen and (max-width: 1024px) {
  .marketplace-integration-scheme {
    margin-top: 40px;
  }
}

.marketplace-feature-scheme svg path:nth-child(-n + 8) {
  fill: #450039;
}

.marketplace-feature-scheme svg path:last-child {
  fill: #c4c4c4;
}

/*! Breakpoints */
/*! Media queries */
.ecommerce-personalization-subtext h3 {
  color: #003849;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ecommerce-personalization-scheme-container .main-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .ecommerce-personalization-scheme-container .main-grid .scheme-circled-dotted {
    margin-top: 40px;
  }

  .ecommerce-personalization-scheme-container .main-grid-item {
    width: 100%;
  }
}

.ecommerce-personalization-scheme-container .scheme-circled-dotted-inner-title {
  max-width: unset;
}

.ecommerce-personalization-vs .table-top-bordered-container .main-grid-item:first-child {
  margin-right: 44px;
  max-width: 166px;
}

/*! Breakpoints */
/*! Media queries */
.hr-data-analytics-tools svg {
  margin-bottom: 20px;
}

.hr-data-analytics-tools a.link-arrow-single svg {
  margin-bottom: 0;
}

/*! Breakpoints */
/*! Media queries */
.atlassian-main-logo {
  max-height: 105px;
  max-width: 325px;
}

.atlassian-main-logo-container {
  margin-bottom: 32px;
}

.atlassian-map-container .main-grid-outstanding-item-right {
  flex-basis: 50%;
  max-width: 50%;
  padding-left: 16px;
}

@media (max-width: 1700px) {
  .atlassian-map-container .main-grid-outstanding-item-right {
    min-width: 850px;
  }
}

@media only screen and (max-width: 1024px) {
  .atlassian-map-container .main-grid-outstanding-item-right {
    flex-basis: 80%;
    margin-top: 60px;
    max-width: 80%;
    min-width: auto;
    padding-left: 20px;
  }
}

@media (max-width: 900px) {
  .atlassian-map-container .main-grid-outstanding-item-right {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}

.atlassian-map-container .main-grid-outstanding-item-left {
  padding-right: 16px;
}

@media (width: 1440px) {
  .atlassian-map-container .main-grid-outstanding-item-left h3 {
    max-width: 294px;
  }
}

@media (max-width: 1700px) {
  .atlassian-map-container .main-grid-outstanding-item-left {
    min-width: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .atlassian-map-container .main-grid-outstanding-item-left {
    padding-right: 20px;
  }
}

@media (max-width: 1440px) and (min-width: 1280px) {
  .atlassian-tabs {
    margin-top: -1px;
  }
}

.atlassian-tabs .tabs-wrapper {
  padding-right: 0;
}

@media only screen and (min-width: 1025px) {
  .atlassian-tabs .tabs-wrapper .tabs-items {
    padding-right: 72px;
  }
}

.atlassian-migration h3 {
  margin-bottom: 24px;
}

.atlassian-icons-set {
  margin-right: -60px;
  margin-top: -30px;
}

@media only screen and (max-width: 767px) {
  .atlassian-icons-set {
    margin-right: -20px;
  }
}

.atlassian-icons-set .icons-item {
  margin-right: 60px;
  margin-top: 40px;
}

.atlassian-icons-set .icons-item:nth-child(-n + 3) {
  margin-right: 40px;
}

@media only screen and (max-width: 1280px) {

  .atlassian-icons-set .icons-item,
  .atlassian-icons-set .icons-item:nth-child(-n + 3) {
    margin-right: 20px;
  }
}

.atlassian-icons-set .icons-item svg {
  display: block;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .atlassian-icons-set .icons-item svg {
    max-width: 80%;
  }
}

.atlassian-icons-set .icons-item:nth-child(4) {
  margin-right: 20px;
}

@media only screen and (min-width: 1025px) {
  .atlassian-disclaimer-container.section-background {
    padding-top: 28px;
  }
}

.atlassian-disclaimer-title {
  color: #323232;
}

.atlassian-disclaimer-link {
  align-items: center;
  display: flex;
}

.atlassian-disclaimer-link .learn-more-link-text {
  color: #ff04d5;
  font-weight: 700;
  margin-right: 12px;
}

.atlassian-disclaimer-link svg {
  height: 24px;
  transition: 0.3s ease;
  width: 26px;
}

.atlassian-disclaimer-link:hover svg {
  transform: translateX(4px);
}

.atlassian-disclaimer-text {
  margin-bottom: 20px;
}

.atlassian-migration-grid {
  margin-top: 60px;
}

.atlassian-migration-grid .fourth-level-title {
  line-height: 1.2;
}

.atlassian-tabs-automation {
  flex-direction: column;
}

.atlassian-tabs-automation .tabs-items {
  padding-right: 0;
}

.atlassian-tabs-automation .tabs-panels,
.atlassian-tabs-automation .tabs-wrapper {
  max-width: 761px;
  padding-right: 0;
  width: 100%;
}

.atlassian-tabs-automation .tabs-panels {
  padding-left: 20px;
}

.atlassian-tabs-automation .tabs-panels .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list,
.atlassian-tabs-automation .tabs-panels .list.columns-two,
.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .atlassian-tabs-automation .tabs-panels .list {
  grid-column-gap: 80px;
}

.atlassian-tabs-automation .tabs-panels .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list .list-item,
.atlassian-tabs-automation .tabs-panels .list.columns-two .list-item,
.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .atlassian-tabs-automation .tabs-panels .list .list-item {
  line-height: 1.25;
  padding-bottom: 20px;
}

.atlassian-tabs-automation .tabs-panels .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list .list-item:nth-last-child(-n + 2),
.atlassian-tabs-automation .tabs-panels .list.columns-two .list-item:nth-last-child(-n + 2),
.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .atlassian-tabs-automation .tabs-panels .list .list-item:nth-last-child(-n + 2) {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {

  .atlassian-tabs-automation .tabs-panels .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list .list-item:nth-last-child(-n + 2):not(:last-child),
  .atlassian-tabs-automation .tabs-panels .list.columns-two .list-item:nth-last-child(-n + 2):not(:last-child),
  .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .atlassian-tabs-automation .tabs-panels .list .list-item:nth-last-child(-n + 2):not(:last-child) {
    padding-bottom: 20px;
  }
}

.atlassian-tabs-automation .tabs-items .mdc-tab-scroller__scroll-content {
  flex-direction: row;
  width: 761px;
}

@media only screen and (max-width: 1670px) {
  .atlassian-tabs-automation .tabs-items .mdc-tab-scroller__scroll-content {
    width: 100%;
  }
}

@media only screen and (max-width: 1670px) and (max-width: 479px) and (orientation: portrait) {
  .atlassian-tabs-automation .tabs-items .mdc-tab-scroller__scroll-content {
    width: auto;
  }
}

@media only screen and (max-width: 1670px) {
  .atlassian-tabs-automation .tabs-items .mdc-tab-scroller__scroll-content .tabs-item.mdc-tab .mdc-tab__text-label {
    font-size: 19px;
  }
}

@media only screen and (max-width: 1670px) and (max-width: 1270px) {
  .atlassian-tabs-automation .tabs-items .mdc-tab-scroller__scroll-content .tabs-item.mdc-tab .mdc-tab__text-label {
    font-size: 16px;
  }
}

.atlassian-tabs-automation .tabs-items .mdc-tab-scroller__scroll-content .tabs-item.mdc-tab {
  border-bottom: 1px solid #c4c4c4;
  border-top: none;
  margin-bottom: 24px;
  padding: 0 20px 20px;
}

@media only screen and (max-width: 1388px) {
  .atlassian-tabs-automation .tabs-items .mdc-tab-scroller__scroll-content .tabs-item.mdc-tab {
    padding: 0 0 20px 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .atlassian-tabs-automation .tabs-items .mdc-tab-scroller__scroll-content .tabs-item.mdc-tab {
    padding: 0 0 20px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .atlassian-tabs-automation .tabs-items .mdc-tab-scroller__scroll-content .tabs-item.mdc-tab {
    padding: 0 20px 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .atlassian-tabs-automation .tabs-items .mdc-tab-scroller__scroll-content .tabs-item.mdc-tab.active .mdc-tab-indicator .mdc-tab-indicator__content--underline {
    bottom: 0;
    top: unset;
  }
}

.atlassian-tabs-automation .tabs-items .mdc-tab-scroller__scroll-content .tabs-item.mdc-tab.active:before {
  bottom: 0;
  top: auto;
}

@media only screen and (max-width: 1280px) {
  .atlassian-tabs-automation .tabs-items .mdc-tab-scroller__scroll-content .tabs-item.mdc-tab.active:before {
    bottom: -1px;
  }
}

.atlassian-tabs-automation .tabs-items .mdc-tab-scroller__scroll-content .tabs-item.mdc-tab:last-child {
  margin-bottom: auto;
}

.atlassian-automation-container .main-grid-outstanding-item-left {
  padding-right: 16px;
}

.atlassian-automation-container .main-grid-outstanding-item-left .title-copy-rows {
  max-width: 592px;
}

.atlassian-automation-container .main-grid-outstanding-item-right {
  padding-left: 16px;
}

@media only screen and (min-width: 1025px) {
  .atlassian-admin-container .container-small {
    max-width: 536px;
  }
}

.atlassian-faux-link {
  background-clip: padding-box;
  border-top: 140px solid transparent;
  margin-top: -140px;
}

.atlassian-sheme-block {
  max-width: 777px;
  position: relative;
}

.atlassian-sheme-block div {
  font-size: 14px;
  font-weight: 300;
  position: absolute;
}

.atlassian-sheme-block div:nth-child(2) {
  bottom: 100px;
  left: 57px;
}

@media (max-width: 768px) {
  .atlassian-sheme-block div:nth-child(2) {
    bottom: 97px;
    left: 46px;
  }
}

.atlassian-sheme-block div:nth-child(3) {
  bottom: 76px;
  left: 226px;
}

.atlassian-sheme-block div:nth-child(4) {
  bottom: 128px;
  left: 270px;
}

@media (max-width: 768px) {
  .atlassian-sheme-block div:nth-child(4) {
    bottom: 120px;
    left: 255px;
  }
}

.atlassian-sheme-block div:nth-child(5) {
  bottom: 102px;
  right: 283px;
}

@media (max-width: 768px) {
  .atlassian-sheme-block div:nth-child(5) {
    bottom: 98px;
    right: 264px;
  }
}

.atlassian-sheme-block div:nth-child(6) {
  bottom: 55px;
  right: 230px;
}

.atlassian-sheme-block div:nth-child(7) {
  bottom: 30px;
  right: 75px;
}

@media (max-width: 768px) {
  .atlassian-sheme-block div:nth-child(7) {
    right: 66px;
  }
}

/*! Breakpoints */
/*! Media queries */
.azure-table .main-grid .main-grid-item:first-child h5 {
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .azure-table .main-grid .main-grid-item:first-child h5 {
    margin-bottom: 0;
  }
}

.azure-devops-scheme.icons-row {
  margin-right: -72px;
  margin-top: -25px;
}

@media only screen and (max-width: 1279px) {
  .azure-devops-scheme.icons-row {
    margin-right: -50px;
  }
}

@media only screen and (max-width: 479px) {
  .azure-devops-scheme.icons-row {
    margin-right: -30px;
  }
}

.azure-devops-scheme.icons-row svg {
  margin-right: 70px;
  margin-top: 25px;
}

@media only screen and (max-width: 1279px) {
  .azure-devops-scheme.icons-row svg {
    margin-right: 48px;
  }
}

@media only screen and (max-width: 479px) {
  .azure-devops-scheme.icons-row svg {
    margin-right: 28px;
  }
}

.azure-microservices-paragraph {
  margin-bottom: 20px;
}

.azure-development-wrapped-grid.section .container-small {
  max-width: none;
}

.azure-development-wrapped-grid.section .halved-content-item:first-child {
  padding: 0;
}

.azure-development-wrapped-grid.section .halved-content-item .azure-beyond-title,
.azure-development-wrapped-grid.section .halved-content-item .azure-development-title {
  padding: 100px 72px 100px calc(50vw - 615.5px);
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {

  .azure-development-wrapped-grid.section .halved-content-item .azure-beyond-title,
  .azure-development-wrapped-grid.section .halved-content-item .azure-development-title {
    padding-left: 32px;
  }
}

@media only screen and (max-width: 1024px) {

  .azure-development-wrapped-grid.section .halved-content-item .azure-beyond-title,
  .azure-development-wrapped-grid.section .halved-content-item .azure-development-title {
    padding: 60px 20px;
    width: 100%;
  }
}

.azure-development-wrapped-grid.section .halved-content-item .azure-development-title {
  background-color: #003849;
}

.azure-development-wrapped-grid.section .halved-content-item .azure-beyond-title {
  margin-top: 0;
}

.azure-development-wrapped-grid.section .azure-icon-grid {
  background-color: #f8f8f8;
}

@media only screen and (max-width: 1280px) {
  .azure-development-wrapped-grid.section .halved-content-item:last-child {
    padding-top: 60px;
  }
}

.azure-development-wrapped-grid.section .icon-title-columns {
  grid-template-columns: repeat(3, 250px);
}

@media only screen and (max-width: 1815px) {
  .azure-development-wrapped-grid.section .icon-title-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 1280px) {
  .azure-development-wrapped-grid.section .icon-title-columns {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 1024px) {
  .azure-development-wrapped-grid.section .icon-title-columns {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .azure-development-wrapped-grid.section .icon-title-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 480px) {
  .azure-development-wrapped-grid.section .icon-title-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}

.azure-development-wrapped-grid.section .icon-title-columns .icon-title-item:not(:nth-last-child(-n + 2)) {
  margin-bottom: 28px;
}

.azure-computing-container .main-grid-item:first-child {
  max-width: 592px;
}

@media only screen and (min-width: 767px) {
  .azure-computing-container .main-grid-item:first-child {
    padding-right: 145px;
  }
}

/*! Breakpoints */
/*! Media queries */
.intelligent-enterprise-solutions.section-background {
  margin-bottom: 0;
  padding-top: 0;
}

@media only screen and (min-width: 1025px) {
  .intelligent-enterprise-solutions.section-background {
    padding-bottom: 162px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .intelligent-enterprise-solutions.section-background {
    padding-bottom: 118px;
  }
}

@media only screen and (max-width: 767px) {
  .intelligent-enterprise-solutions.section-background {
    padding-bottom: 104px;
  }
}

.enterprise-data-scheme {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .enterprise-data-container .two-columns-grid .main-grid-item:first-child {
    margin-bottom: 60px;
  }
}

.title-with-link.separator-top {
  margin-top: 0;
  padding-top: 60px;
}

.title-with-link.separator-bottom {
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.digital-enterprise-scheme {
  height: auto;
  width: 100%;
}

.digital-enterprise-scheme-wrapper {
  position: relative;
  width: 100%;
}

.digital-enterprise-list {
  margin-top: 20px;
}

@media only screen and (max-width: 835px) {
  .digital-enterprise-list {
    margin-top: 15px;
  }
}

.digital-enterprise-list-left,
.digital-enterprise-list-right {
  left: 32px;
  max-width: 212px;
  position: absolute;
  top: 20%;
}

@media only screen and (max-width: 835px) {

  .digital-enterprise-list-left,
  .digital-enterprise-list-right {
    top: 15%;
  }
}

.digital-enterprise-list-right {
  left: unset;
  max-width: 184px;
  right: 32px;
  text-align: right;
}

.digital-enterprise-list-item {
  font-size: 14px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .digital-enterprise-list-item {
    padding-bottom: 10px;
  }
}

/*! Breakpoints */
/*! Media queries */
.end-to-end-ecommerce-scheme {
  margin-top: 60px;
}

.ecommerce-page-sheme-block {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .ecommerce-page-sheme-block {
    margin-top: 40px;
  }
}

.ecommerce-page-sheme-block .svg-border-gradient {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-size: 14px;
  font-weight: 300;
  height: 60px;
  justify-content: center;
  line-height: 18px;
  max-width: 216px;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .ecommerce-page-sheme-block .svg-border-gradient {
    max-width: 17%;
  }
}

.ecommerce-page-sheme-block-arrow {
  margin: 0 10px;
  max-width: 9px;
  width: 100%;
}

.ecommerce-page-omnichannel-block {
  width: 401px;
}

@media only screen and (max-width: 1024px) {
  .ecommerce-page-omnichannel-block {
    margin-right: 20px;
  }

  .ecommerce-page-omnichannel-block svg {
    margin-top: 0;
    width: 150px;
  }
}

@media (min-width: 1441px) {
  .ecommerce-page-related .title-copy-boxes-text {
    padding-bottom: 28px;
  }
}

.ecommerce-dev-platforms .table-top-bordered-row .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.ecommerce-dev-platforms .table-top-bordered-row .main-grid-item:last-child .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.ecommerce-dev-platforms .table-top-bordered-row .main-grid-item:last-child .paragraph,
.erp-customization-issues .ecommerce-dev-platforms .table-top-bordered-row .main-grid-item:last-child .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .ecommerce-dev-platforms .table-top-bordered-row .main-grid-item:last-child p {
  line-height: 1.25;
}

@media only screen and (max-width: 767px) {
  .ecommerce-related-services .halved-content-image-item {
    padding-top: 60px;
  }
}

.ecommerce-omnichannel-commerce-container {
  align-items: center;
}

.ecommerce-omnichannel-commerce-container .main-grid-item:first-child {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .ecommerce-omnichannel-commerce-container .main-grid-item {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1216px) {
  .ecommerce-omnichannel-commerce-container .connected-experience-ecommerce {
    align-self: flex-start;
  }
}

.ecommerce-accordion .accordion-item .list-item:nth-last-child(-n + 2) {
  padding-bottom: 0;
}

.ecommerce-accordion .accordion-item:nth-child(2) .ecommerce-accordion-list.columns-two-modified {
  grid-column-gap: 65px;
}

.ecommerce-accordion .accordion-item:nth-child(3) .ecommerce-accordion-list.columns-two-modified {
  grid-column-gap: 37px;
}

/*! Breakpoints */
/*! Media queries */
.bi-consulting-container.section-background {
  padding-top: 28px;
}

@media only screen and (max-width: 1024px) {
  .bi-consulting-container.section-background {
    padding-top: 60px;
  }
}

.bi-reactive-data-analytics .list {
  grid-column-gap: 32px;
  margin-bottom: 60px;
  padding-top: 20px;
}

@media only screen and (min-width: 1280px) {
  .bi-reactive-data-analytics .list .list-item {
    min-width: 364px;
  }
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .bi-development-list.list {
    -ms-grid-columns: 1fr 80px 1fr;
    grid-column-gap: 80px;
  }
}

.bi-scheme .scheme-row-blocks-item svg+svg {
  margin-top: 30px;
  padding-bottom: 0;
}

.bi-scheme .scheme-row-blocks-item:nth-of-type(2) .svg-thin-text+svg {
  margin-top: 86px;
}

.bi-scheme .bi-scheme-icon-block {
  padding: 0 18px;
}

.bi-scheme .scheme-row-blocks-arrow {
  margin: 0 auto;
}

.bi-scheme .svg-thin-text {
  padding-top: 15px;
}

/*! Breakpoints */
/*! Media queries */
.mobile-solutions-retail .table-top-bordered-row .main-grid-item:first-of-type {
  margin-right: 88px;
  max-width: 328px;
}

@media only screen and (max-width: 1024px) {
  .mobile-solutions-retail .table-top-bordered-row .main-grid-item:nth-child(2) {
    padding-right: 20px;
  }
}

.retail-competence-container .table-top-bordered .main-grid-item {
  flex: initial;
}

@media only screen and (min-width: 768px) {
  .retail-competence-container .table-top-bordered .main-grid-item:first-of-type {
    margin-right: 52px;
    width: 30%;
  }
}

.retail-competence-container .retail-main-grid-text {
  max-width: 800px;
}

.retail-sheme {
  align-items: center;
  display: flex;
  height: 336px;
  position: relative;
  width: 488px;
}

.retail-sheme div {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  position: absolute;
}

.retail-sheme div:first-child {
  bottom: 82px;
  font-weight: 700;
  left: 52px;
  line-height: 22px;
}

.retail-sheme div:nth-child(2) {
  right: 75px;
  top: 0;
}

.retail-sheme div:nth-child(3) {
  right: 0;
  top: 86px;
}

.retail-sheme div:nth-child(4) {
  bottom: 94px;
  right: 0;
}

.retail-sheme div:nth-child(5) {
  bottom: 0;
  right: 138px;
}

.retail-omichannel-container {
  padding: 100px 0 0;
}

@media only screen and (max-width: 1024px) {
  .retail-omichannel-container {
    padding: 60px 20px 0;
  }
}

.retail-omichannel-container .main-grid-outstanding-item-left {
  padding-right: 32px;
  width: calc(224px + 50%);
}

@media only screen and (max-width: 1024px) {
  .retail-omichannel-container .main-grid-outstanding-item-left {
    padding: 0;
    width: 100%;
  }
}

.retail-omichannel-container .main-grid-outstanding-item-right {
  padding-right: 0;
  width: 488px;
}

@media only screen and (max-width: 1440px) {
  .retail-omichannel-container .main-grid-outstanding-item-right {
    margin-right: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .retail-omichannel-container .main-grid-outstanding-item-right {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .retail-omichannel-container .main-grid-outstanding-item-right {
    display: none;
  }
}

.retail-top-bordered-container.section-background {
  padding-bottom: 162px;
  padding-top: 60px;
}

@media only screen and (max-width: 1024px) {
  .retail-top-bordered-container.section-background {
    padding-top: 40px;
  }
}

/*! Breakpoints */
/*! Media queries */
.computer-vision-title-width {
  max-width: 800px;
}

.computer-vision-table-title.main-grid-item {
  margin-right: 0;
  max-width: 281px;
}

.computer-vision-table-title.main-grid-item .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.computer-vision-table-title.main-grid-item .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.computer-vision-table-title.main-grid-item .paragraph,
.erp-customization-issues .computer-vision-table-title.main-grid-item .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .computer-vision-table-title.main-grid-item p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (max-width: 1216px) {
  .computer-vision-table-title.main-grid-item {
    flex-basis: 100%;
    margin-bottom: 30px;
    max-width: 100%;
  }
}

.computer-vision-icons {
  margin: -32px -80px 0 135px;
}

@media only screen and (max-width: 1216px) {
  .computer-vision-icons {
    margin-left: 22px;
  }
}

.computer-vision-icons.type-7 svg {
  margin-right: 80px;
  margin-top: 32px;
}

.computer-vision-accordion .halved-content-image-item .inner-content {
  padding-top: 162px;
}

@media only screen and (max-width: 1024px) {
  .computer-vision-accordion .halved-content-image-item .inner-content {
    padding-top: 118px;
  }
}

@media only screen and (max-width: 767px) {
  .computer-vision-accordion .halved-content-image-item .inner-content {
    padding-top: 148px;
  }
}

.computer-vision-recognition {
  margin-top: 60px;
}

.computer-vision-recognition .title-link-wrapper {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1216px) {
  .computer-vision-stack .main-grid.table-top-bordered-row {
    flex-wrap: wrap;
  }
}

/*! Breakpoints */
/*! Media queries */
.document-management-solutions-grid .main-grid-item:first-child {
  flex-basis: 48%;
}

.document-management-solutions-grid .icons-row {
  margin-right: -50px;
}

@media only screen and (max-width: 479px) {
  .document-management-solutions-grid .icons-row {
    margin-right: -30px;
  }
}

.document-management-solutions-grid svg {
  margin-right: 48px;
  margin-top: 20px;
}

@media only screen and (max-width: 479px) {
  .document-management-solutions-grid svg {
    margin-right: 28px;
    max-width: 40%;
  }
}

.document-management-container.container {
  max-width: none;
  padding-left: calc(50% - 608px);
}

@media only screen and (max-width: 1280px) {
  .document-management-container.container {
    padding-left: 0;
  }
}

.document-management-container.container .two-columns-grid .main-grid-item:first-child {
  max-width: 592px;
}

.document-management-container .title-link-wrapper {
  margin-bottom: 32px;
}

.document-management-container-tabs .container {
  max-width: none;
  padding-left: calc(50% - 608px);
}

@media only screen and (min-width: 1025px) {
  .document-management-container-tabs .container {
    padding-right: 32px;
  }
}

@media only screen and (max-width: 1280px) {
  .document-management-container-tabs .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .document-management-container-tabs .container .tabs-wrapper {
    max-width: 608px;
  }
}

.document-management-container-tabs .container .tabs-wrapper .tabs-items {
  padding-right: 0;
}

@media only screen and (min-width: 1025px) {
  .document-management-container-tabs .container .tabs-wrapper .tabs-items {
    max-width: 536px;
  }
}

.document-management-container-tabs .container .tabs-panels {
  padding-left: 16px;
}

@media only screen and (min-width: 1600px) {
  .document-management-container-tabs .container .tabs-panels {
    width: auto;
  }
}

.document-management-container-tabs .container .tabs-panels .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.document-management-container-tabs .container .tabs-panels .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.document-management-container-tabs .container .tabs-panels .paragraph,
.erp-customization-issues .document-management-container-tabs .container .tabs-panels .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .document-management-container-tabs .container .tabs-panels p {
  max-width: 592px;
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (min-width: 767px) {
  .collaboration-grid .main-grid-item {
    flex-basis: 32%;
    max-width: 32%;
  }
}

.collaboration-grid .top-bordered-columns-title {
  line-height: 1.2;
}

@media (min-width: 1281px) {

  .collaboration-knowledge.has-cta-after.section,
  .collaboration-portals.has-cta-after.section-background {
    padding-bottom: 174px;
  }

  .collaboration-communication.section.container,
  .collaboration-intelligent.section-background.background-theme {
    margin-top: -147px;
    padding-top: 174px;
  }
}

.collaboration-icons {
  margin-top: 40px;
}

.collaboration-icons.icons-row svg {
  margin-right: 46px;
}

.collaboration-icons.icons-row svg:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 479px) {
  .collaboration-icons.icons-row svg {
    height: 70px;
    margin-right: 15px;
    width: 100px;
  }

  .collaboration-icons.icons-row svg.collaboration-icons-teams {
    width: 180px;
  }

  .collaboration-icons.icons-row svg.collaboration-icons-outlook {
    width: 115px;
  }

  .collaboration-icons.icons-row svg.collaboration-icons-skype-for-b {
    width: 200px;
  }
}

@media only screen and (min-width: 1025px) {
  .collaboration-enterprise-content-title-link {
    max-width: 308px;
  }
}

.collaboration-project-container.container {
  max-width: none;
}

@media (min-width: 1281px) {
  .collaboration-project-container.container {
    padding-left: calc(50% - 608px);
  }
}

.collaboration-project-container.container .main-grid-item:first-child {
  max-width: 592px;
}

/*! Breakpoints */
/*! Media queries */
.digital-workplace-container-padding {
  padding: 100px 0;
}

@media only screen and (max-width: 1024px) {
  .digital-workplace-container-padding {
    padding: 60px 0;
  }

  .digital-workplace-container-padding .main-grid-item {
    margin-right: 0;
  }
}

@media only screen and (max-width: 479px) {
  .digital-workplace-container-padding {
    padding: 32px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .digital-workplace-container-padding .main-grid.container {
    flex-direction: column;
  }
}

.digital-workplace-container-padding .main-grid-item:nth-child(2) {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .digital-workplace-container-padding .main-grid-item:nth-child(2) {
    margin-top: 40px;
  }
}

.digital-workplace-sheme-block {
  align-items: center;
  display: flex;
  height: 299px;
  justify-content: center;
  position: relative;
  width: 543px;
}

.digital-workplace-sheme-block div {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  position: absolute;
}

.digital-workplace-sheme-block div:nth-child(2) {
  right: 72px;
  top: 0;
}

.digital-workplace-sheme-block div:nth-child(3) {
  max-width: 111px;
  right: 10px;
  top: 76px;
}

.digital-workplace-sheme-block div:nth-child(4) {
  bottom: 80px;
  max-width: 121px;
  right: 0;
}

.digital-workplace-sheme-block div:nth-child(5) {
  bottom: 0;
  right: 21px;
}

.digital-workplace-sheme-block div:nth-child(6) {
  bottom: 0;
  left: 57px;
}

.digital-workplace-sheme-block div:nth-child(7) {
  bottom: 80px;
  left: 36px;
  max-width: 88px;
  text-align: right;
}

.digital-workplace-sheme-block div:nth-child(8) {
  left: 0;
  max-width: 124px;
  text-align: right;
  top: 76px;
}

.digital-workplace-sheme-block div:nth-child(9) {
  left: 105px;
  top: 0;
}

.digital-workplace-sheme-block div:nth-child(10) {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  top: 29px;
}

.digital-workplace-sheme-block div:nth-child(11) {
  bottom: 103px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  max-width: 82px;
  text-align: center;
}

.digital-workplace-sheme-block div:nth-child(12) {
  bottom: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

@media only screen and (max-width: 1024px) {
  .digital-workplace-scheme {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .digital-workplace-scheme {
    margin-top: 0;
  }
}

.digital-workplace-top-bordered-titles {
  line-height: 1.2;
}

/*! Breakpoints */
/*! Media queries */
.healthcare-data-analytics.background-theme {
  padding: 100px 0;
}

.healthcare-data-analytics.background-theme .main-grid-outstanding-item-right {
  padding-left: 16px;
}

.erp-customization-issues .healthcare-data-analytics.background-theme .main-grid-outstanding-item-right .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .healthcare-data-analytics.background-theme .main-grid-outstanding-item-right p,
.healthcare-data-analytics.background-theme .main-grid-outstanding-item-right .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.healthcare-data-analytics.background-theme .main-grid-outstanding-item-right .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.healthcare-data-analytics.background-theme .main-grid-outstanding-item-right .paragraph {
  max-width: 592px;
}

.healthcare-data-analytics-icons-row.type-7 {
  margin-top: 30px;
}

.healthcare-data-analytics-icons-row.type-7 svg {
  margin-right: 46px;
}

@media only screen and (max-width: 1280px) {
  .healthcare-data-analytics-icons-row.type-7 svg {
    margin-right: 43px;
  }
}

.healthcare-data-analytics-icons-row.type-7 svg.hipaa-logo {
  height: 56px;
  width: 86px;
}

.healthcare-data-analytics-icons-row.type-7 svg:last-child {
  margin-right: 0;
}

.healthcare-data-list.list {
  padding-top: 16px;
}

.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .healthcare-data-list.list,
.healthcare-data-list.list.columns-two {
  grid-template-columns: repeat(2, auto);
}

.healthcare-data-grid .main-grid-item:not(:last-of-type) {
  flex-basis: 47%;
}

@media only screen and (max-width: 1024px) {
  .healthcare-data-medical-analytics {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1025px) {
  .healthcare-data-medical-analytics .main-grid-item {
    flex: 1 1 50%;
  }
}

.healthcare-data-medical-analytics .halved-content-image-item {
  margin-right: 0;
}

@media only screen and (max-width: 1280px) {
  .healthcare-data-medical-analytics .halved-content-image-item+.halved-content-item.main-grid-item {
    padding-top: 175px;
  }
}

@media only screen and (max-width: 1024px) {
  .healthcare-data-medical-analytics .halved-content-image-item+.halved-content-item.main-grid-item {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .healthcare-data-medical-analytics .halved-content-image-item+.halved-content-item.main-grid-item {
    padding-top: 32px;
  }
}

.erp-customization-issues .erp-customization-paths .title-copy-columns .main-grid-item:last-child .healthcare-data-medical-analytics .accordion-content .paragraph-no-padding-top.paragraph-bolder+p,
.erp-customization-issues .erp-customization-paths .title-copy-columns .main-grid-item:last-child .healthcare-data-medical-analytics .accordion-content p+.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-issues .healthcare-data-medical-analytics .accordion-content .erp-customization-paths .title-copy-columns .main-grid-item:last-child .paragraph-no-padding-top.paragraph-bolder+p,
.erp-customization-issues .healthcare-data-medical-analytics .accordion-content .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-issues .healthcare-data-medical-analytics .accordion-content .paragraph+.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-issues .healthcare-data-medical-analytics .accordion-content .paragraph-no-padding-top.paragraph-bolder+.list,
.erp-customization-issues .healthcare-data-medical-analytics .accordion-content .paragraph-no-padding-top.paragraph-bolder+.paragraph,
.erp-customization-issues .healthcare-data-medical-analytics .accordion-content .paragraph-no-padding-top.paragraph-bolder+.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .healthcare-data-medical-analytics .accordion-content .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+p,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .healthcare-data-medical-analytics .accordion-content .erp-customization-issues p+.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .healthcare-data-medical-analytics .accordion-content .paragraph+p,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .healthcare-data-medical-analytics .accordion-content p+.list,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .healthcare-data-medical-analytics .accordion-content p+.paragraph,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .healthcare-data-medical-analytics .accordion-content p+p,
.healthcare-data-medical-analytics .accordion-content .erp-customization-issues .paragraph+.paragraph-no-padding-top.paragraph-bolder,
.healthcare-data-medical-analytics .accordion-content .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.list,
.healthcare-data-medical-analytics .accordion-content .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.paragraph,
.healthcare-data-medical-analytics .accordion-content .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.paragraph-no-padding-top.paragraph-bolder,
.healthcare-data-medical-analytics .accordion-content .erp-customization-paths .title-copy-columns .main-grid-item:last-child .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+p,
.healthcare-data-medical-analytics .accordion-content .erp-customization-paths .title-copy-columns .main-grid-item:last-child .erp-customization-issues p+.paragraph-no-padding-top.paragraph-bolder,
.healthcare-data-medical-analytics .accordion-content .erp-customization-paths .title-copy-columns .main-grid-item:last-child .paragraph+p,
.healthcare-data-medical-analytics .accordion-content .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.list,
.healthcare-data-medical-analytics .accordion-content .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.paragraph,
.healthcare-data-medical-analytics .accordion-content .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+p,
.healthcare-data-medical-analytics .accordion-content .paragraph+.list,
.healthcare-data-medical-analytics .accordion-content .paragraph+.paragraph {
  margin-top: 0;
}

.healthcare-data-analysis-container .title-link-wrapper {
  margin-bottom: 32px;
}

.healthcare-data-medical-icons-row svg {
  margin-top: 20px;
}

.healthcare-data-medical-icons-row svg:not(:last-of-type) {
  margin-right: 48px;
}

.healthcare-data-scheme {
  max-width: 536px;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .healthcare-data-scheme {
    margin: 40px auto 0;
  }
}

.healthcare-data-scheme-block {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
  max-width: 166px;
  position: absolute;
  width: 100%;
}

.healthcare-data-scheme-block:nth-child(4) {
  right: 0;
}

.healthcare-data-scheme-block:not(:first-child) {
  bottom: 13px;
}

@media only screen and (max-width: 1279px) {
  .healthcare-data-scheme-block:not(:first-child) {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .has-cta-after+.cta+.healthcare-data-medical-analytics.main-grid {
    margin-top: -150px;
  }
}

/*! Breakpoints */
/*! Media queries */
.odoo-erp-icon-columns-first-row.icon-title-columns,
.odoo-erp-icon-columns-last-row.icon-title-columns {
  grid-template-columns: repeat(4, minmax(200px, 280px));
}

@media only screen and (max-width: 1155px) {

  .odoo-erp-icon-columns-first-row.icon-title-columns,
  .odoo-erp-icon-columns-last-row.icon-title-columns {
    row-gap: 60px;
  }
}

@media only screen and (max-width: 1150px) {

  .odoo-erp-icon-columns-first-row.icon-title-columns,
  .odoo-erp-icon-columns-last-row.icon-title-columns {
    -moz-column-gap: 18%;
    column-gap: 18%;
    grid-template-columns: repeat(2, 370px);
  }
}

@media only screen and (max-width: 895px) {

  .odoo-erp-icon-columns-first-row.icon-title-columns,
  .odoo-erp-icon-columns-last-row.icon-title-columns {
    -moz-column-gap: 9%;
    column-gap: 9%;
    grid-template-columns: repeat(2, 300px);
  }
}

@media only screen and (max-width: 680px) {

  .odoo-erp-icon-columns-first-row.icon-title-columns,
  .odoo-erp-icon-columns-last-row.icon-title-columns {
    -moz-column-gap: 5%;
    column-gap: 5%;
    grid-template-columns: repeat(2, 250px);
  }
}

@media only screen and (max-width: 555px) {

  .odoo-erp-icon-columns-first-row.icon-title-columns,
  .odoo-erp-icon-columns-last-row.icon-title-columns {
    grid-template-columns: repeat(1, 100%);
    row-gap: 40px;
  }
}

.odoo-erp-icon-columns-second {
  display: grid;
  grid-template-columns: 280px 1fr 280px;
  grid-template-rows: 550px;
  margin: 60px auto;
}

@media only screen and (max-width: 1150px) {
  .odoo-erp-icon-columns-second {
    -moz-column-gap: 13%;
    column-gap: 13%;
    grid-template-columns: repeat(2, 370px);
    grid-template-rows: auto;
  }
}

@media only screen and (max-width: 895px) {
  .odoo-erp-icon-columns-second {
    -moz-column-gap: 7%;
    column-gap: 7%;
    grid-template-columns: repeat(2, 300px);
  }
}

@media only screen and (max-width: 680px) {
  .odoo-erp-icon-columns-second {
    -moz-column-gap: 5%;
    column-gap: 5%;
    grid-template-columns: repeat(2, 250px);
  }
}

@media only screen and (max-width: 555px) {
  .odoo-erp-icon-columns-second {
    grid-template-columns: repeat(1, 100%);
    margin: 40px auto;
    row-gap: 20px;
  }
}

.odoo-erp-icon-columns-second-row.icon-title-columns {
  display: block;
}

@media only screen and (max-width: 1150px) {
  .odoo-erp-icon-columns-second-row.icon-title-columns {
    display: inline-grid;
    grid-template-columns: repeat(1, 370px);
  }
}

@media only screen and (max-width: 895px) {
  .odoo-erp-icon-columns-second-row.icon-title-columns {
    grid-template-columns: repeat(1, 300px);
  }
}

@media only screen and (max-width: 680px) {
  .odoo-erp-icon-columns-second-row.icon-title-columns {
    grid-template-columns: repeat(1, 250px);
  }
}

@media only screen and (max-width: 555px) {
  .odoo-erp-icon-columns-second-row.icon-title-columns {
    grid-template-columns: repeat(1, 100%);
  }
}

.odoo-erp-icon-columns-second-row.icon-title-columns .icon-title-item+.icon-title-item {
  margin-top: 60px;
}

@media only screen and (max-width: 1150px) {
  .odoo-erp-icon-columns-second-row.icon-title-columns .icon-title-item+.icon-title-item {
    margin-top: 0;
  }
}

.odoo-erp-tailored-block {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1150px) {
  .odoo-erp-tailored-block {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .odoo-erp-partner .item-right {
    margin-left: auto;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1535px) {
  .odoo-erp-accordion .accordion-scroll-offset.accordion-item {
    scroll-snap-margin-top: 300px;
    scroll-margin-top: 300px;
  }
}

@media only screen and (max-width: 479px) {
  .odoo-erp-accordion .accordion-scroll-offset.accordion-item {
    scroll-snap-margin-top: 560px;
    scroll-margin-top: 560px;
  }

  .odoo-erp-accordion .accordion-scroll-offset.accordion-item.smaller-index-offset {
    scroll-snap-margin-top: 150px;
    scroll-margin-top: 150px;
  }
}

.odoo-erp-accordion-list {
  display: inline-block;
  margin-top: 20px;
}

.odoo-erp-accordion-list:first-of-type {
  margin-right: 32px;
}

@media only screen and (min-width: 1700px) {
  .odoo-erp-accordion-list:first-of-type {
    min-width: 252px;
  }
}

@media only screen and (max-width: 1394px) {
  .odoo-erp-accordion-list:first-of-type {
    margin-right: 10px;
    max-width: 230px;
  }
}

@media only screen and (max-width: 1280px) {
  .odoo-erp-accordion-list:first-of-type {
    margin-right: 32px;
    max-width: 250px;
  }
}

@media only screen and (max-width: 1024px) {
  .odoo-erp-accordion-list:first-of-type {
    max-width: none;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .odoo-erp-accordion-list {
    max-width: 250px;
  }
}

.odoo-erp-accordion-list-title {
  margin-bottom: 16px;
}

@media only screen and (max-width: 1638px) {
  .odoo-erp-accordion-list {
    max-width: 300px;
  }
}

@media only screen and (max-width: 1440px) {
  .odoo-erp-accordion-list {
    max-width: 290px;
  }
}

@media only screen and (max-width: 1434px) {
  .odoo-erp-accordion-list {
    max-width: 250px;
  }
}

@media only screen and (max-width: 1280px) {
  .odoo-erp-accordion-list {
    max-width: 290px;
  }
}

@media only screen and (max-width: 1024px) {
  .odoo-erp-accordion-list {
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  .odoo-erp-logo-main {
    margin-top: 20px;
  }
}

/*! Breakpoints */
/*! Media queries */
.rpa-consulting-robotic-process .main-grid-outstanding-item-right {
  background-color: #091e6c;
  padding: 100px 72px;
}

.erp-customization-issues .rpa-consulting-robotic-process .main-grid-outstanding-item-right .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .rpa-consulting-robotic-process .main-grid-outstanding-item-right p,
.rpa-consulting-robotic-process .main-grid-outstanding-item-right .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.rpa-consulting-robotic-process .main-grid-outstanding-item-right .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.rpa-consulting-robotic-process .main-grid-outstanding-item-right .paragraph,
.rpa-consulting-robotic-process .main-grid-outstanding-item-right .title {
  color: #fff;
}

.rpa-consulting-robotic-process .main-grid-outstanding-item-right .rpa-consulting-robotic-schemes {
  display: flex;
}

.rpa-consulting-robotic-process .main-grid-outstanding-item-right .rpa-consulting-robotic-schemes svg {
  max-width: 100%;
}

.rpa-consulting-robotic-process .main-grid-outstanding-item-right .rpa-consulting-robotic-schemes svg:not(:last-of-type) {
  margin-right: 8.5px;
}

.rpa-consulting-robotic-process .main-grid-outstanding-item-right .rpa-consulting-robotic-schemes svg:last-of-type {
  margin-top: 14px;
}

.rpa-consulting-robotic-process .main-grid-outstanding-item-left {
  padding-top: 100px;
}

.rpa-consulting-excellence.main-grid {
  padding-bottom: 162px;
}

@media only screen and (max-width: 1024px) {
  .rpa-consulting-excellence.main-grid {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .rpa-consulting-excellence.main-grid {
    padding-bottom: 60px;
  }
}

.rpa-consulting-excellence.main-grid .main-grid-item {
  padding-top: 100px;
}

.rpa-consulting-excellence.main-grid .main-grid-item:first-child {
  margin-left: calc(50% - 608px);
  margin-right: 72px;
  max-width: 536px;
}

@media only screen and (max-width: 1280px) {
  .rpa-consulting-excellence.main-grid .main-grid-item:first-child {
    margin-left: 32px;
    max-width: none;
  }
}

.rpa-consulting-excellence.main-grid .main-grid-item:last-child {
  margin-left: 72px;
}

@media only screen and (max-width: 1280px) {
  .rpa-consulting-excellence.main-grid .main-grid-item:last-child {
    margin-left: 32px;
  }
}

.rpa-consulting-excellence.main-grid .main-grid-item:last-child .third-level-title {
  margin-bottom: 32px;
}

.rpa-consulting-success .table-top-subtext-item .table-top-title,
.rpa-consulting-success .top-bordered-columns-title {
  line-height: 1.2;
}

.rpa-consulting-success-grid .main-grid-item.top-bordered-columns-item {
  border: none;
  padding-top: 32px;
}

.rpa-consulting-accordion .list-item {
  line-height: 1.5;
}

.rpa-consulting-accordion .list-item:not(:last-child) {
  padding-bottom: 20px;
}

/*! Breakpoints */
/*! Media queries */
.emr-ehr-approach .scheme-progress-container {
  margin: 35px 90px 24px 104px;
}

@media only screen and (max-width: 1280px) {
  .emr-ehr-approach .scheme-progress-container {
    margin: 35px 40px 24px 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .emr-ehr-approach .scheme-progress-container {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1280px) {
  .emr-ehr-approach .scheme-progress-item {
    margin-right: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .emr-ehr-approach .scheme-progress-item {
    flex: none;
    margin-right: 32px;
    max-width: 25%;
  }
}

.emr-ehr-provider {
  position: relative;
}

.emr-ehr-provider-grid .main-grid-outstanding-item-right {
  margin-left: 16px;
  max-width: 690px;
  padding-right: 0;
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .emr-ehr-provider-grid .main-grid-outstanding-item-right {
    margin-left: 0;
    margin-right: 32px;
  }
}

.emr-ehr-provider-scheme {
  height: 100%;
}

.emr-ehr-provider-col-left {
  left: 0;
  max-width: 428px;
  position: absolute;
  top: 34px;
  width: 100%;
}

.emr-ehr-provider-col-left .emr-ehr-provider-title {
  left: 188px;
  position: absolute;
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  .emr-ehr-provider-col-left .emr-ehr-provider-title {
    left: 37%;
  }
}

@media only screen and (max-width: 1110px) and (min-width: 1025px) {
  .emr-ehr-provider-col-left .emr-ehr-provider-title {
    left: 33%;
  }
}

.emr-ehr-provider-col-left .emr-ehr-provider-text:first-child {
  transform: translateX(70px);
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  .emr-ehr-provider-col-left .emr-ehr-provider-text:first-child {
    transform: translateX(36px);
  }
}

.emr-ehr-provider-col-left .emr-ehr-provider-text:nth-child(2) {
  padding-top: 16px;
  transform: translateX(50px);
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  .emr-ehr-provider-col-left .emr-ehr-provider-text:nth-child(2) {
    transform: translateX(22px);
  }
}

.emr-ehr-provider-col-left .emr-ehr-provider-text:nth-child(3) {
  max-width: 169px;
  padding-top: 52px;
  transform: translateX(42px);
}

@media only screen and (max-width: 1279px) {
  .emr-ehr-provider-col-left .emr-ehr-provider-text:nth-child(3) {
    padding-top: 32px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  .emr-ehr-provider-col-left .emr-ehr-provider-text:nth-child(3) {
    padding-top: 15px;
    transform: translateX(11px);
  }
}

.emr-ehr-provider-col-left .emr-ehr-provider-text:nth-child(4) {
  max-width: 193px;
  padding-top: 20px;
  transform: translateX(49px);
}

@media (max-width: 1279px) and (min-width: 1025px) {
  .emr-ehr-provider-col-left .emr-ehr-provider-text:nth-child(4) {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  .emr-ehr-provider-col-left .emr-ehr-provider-text:nth-child(4) {
    max-width: 170px;
    transform: translateX(30px);
  }
}

.emr-ehr-provider-col-left .emr-ehr-provider-text:nth-child(5) {
  max-width: 173px;
  padding-top: 20px;
  transform: translateX(102px);
}

@media (max-width: 1279px) and (min-width: 1025px) {
  .emr-ehr-provider-col-left .emr-ehr-provider-text:nth-child(5) {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  .emr-ehr-provider-col-left .emr-ehr-provider-text:nth-child(5) {
    padding-top: 12px;
    transform: translateX(75px);
  }
}

.emr-ehr-provider-col-right {
  max-width: 428px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 34px;
  width: 100%;
}

.emr-ehr-provider-col-right .emr-ehr-provider-title {
  left: 190px;
  position: absolute;
}

@media only screen and (max-width: 1390px) and (min-width: 1281px) {
  .emr-ehr-provider-col-right .emr-ehr-provider-title {
    left: 220px;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .emr-ehr-provider-col-right .emr-ehr-provider-title {
    left: unset;
    right: 30%;
  }
}

@media only screen and (max-width: 1390px) and (min-width: 1281px) {
  .emr-ehr-provider-col-right .emr-ehr-provider-text-wrapper {
    transform: translateX(-50px);
  }
}

.emr-ehr-provider-col-right .emr-ehr-provider-text:first-child {
  transform: translateX(-72px);
}

@media only screen and (max-width: 1390px) and (min-width: 1281px) {
  .emr-ehr-provider-col-right .emr-ehr-provider-text:first-child {
    transform: translateX(0);
  }
}

@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .emr-ehr-provider-col-right .emr-ehr-provider-text:first-child {
    transform: translateX(-10px);
  }
}

@media only screen and (max-width: 1110px) and (min-width: 1025px) {
  .emr-ehr-provider-col-right .emr-ehr-provider-text:first-child {
    max-width: 120px;
    transform: translateX(295px);
  }
}

.emr-ehr-provider-col-right .emr-ehr-provider-text:nth-child(2) {
  padding-top: 16px;
  transform: translateX(-83px);
}

@media only screen and (max-width: 1390px) and (min-width: 1281px) {
  .emr-ehr-provider-col-right .emr-ehr-provider-text:nth-child(2) {
    transform: translateX(-20px);
  }
}

@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .emr-ehr-provider-col-right .emr-ehr-provider-text:nth-child(2) {
    transform: translateX(-15px);
  }
}

.emr-ehr-provider-overlap {
  left: 280px;
  max-width: 130px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .emr-ehr-provider-overlap {
    left: 50%;
    transform: translate(-30%, -50%);
  }
}

.emr-ehr-provider-text {
  font-size: 14px;
  line-height: 18px;
}

@media only screen and (max-width: 1280px) {
  .emr-ehr-provider-text {
    font-size: 13px;
  }
}

.emr-ehr-provider-text-wrapper {
  margin-top: 70px;
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  .emr-ehr-provider-text-wrapper {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1110px) and (min-width: 1025px) {
  .emr-ehr-provider-text-wrapper {
    margin-top: 40px;
  }
}

.pega-title-grid {
  line-height: 1.2;
}

/*! Breakpoints */
/*! Media queries */
.mobile-banking-blockchain-link {
  margin-bottom: 0;
  max-width: 518px;
}

.mobile-banking-learn-link {
  margin-bottom: 0;
  max-width: 493px;
}

.mobile-banking-omnichannel.section {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
  .mobile-banking-omnichannel.section {
    margin-bottom: 60px;
  }
}

.mobile-banking-omnichannel .main-grid {
  margin-top: -20px;
}

.mobile-banking-omnichannel .main-grid-item:first-child {
  display: flex;
  justify-content: center;
}

.mobile-banking-security-link {
  max-width: 579px;
}

@media only screen and (min-width: 768px) {
  .mobile-banking-security-link {
    margin-bottom: 0;
  }
}

.mobile-banking-security-tabs .title-copy-rows+.mobile-banking-comliance-icons {
  margin-right: -88px;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .mobile-banking-security-tabs .title-copy-rows+.mobile-banking-comliance-icons {
    margin-right: -40px;
  }
}

.mobile-banking-security-tabs .title-copy-rows+.mobile-banking-comliance-icons svg {
  margin-right: 88px;
  margin-top: 40px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .mobile-banking-security-tabs .title-copy-rows+.mobile-banking-comliance-icons svg {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .mobile-banking-scheme {
    height: 390px;
  }

  .mobile-banking-scheme svg {
    height: 150px;
    width: 150px;
  }

  .mobile-banking-scheme .svg-circle {
    height: 100px;
    width: 100px;
  }
}

/*! Breakpoints */
/*! Media queries */
.medical-device-serve .main-grid-item:last-child {
  display: flex;
  justify-content: center;
  padding: 32px 0 60px;
}

@media only screen and (max-width: 767px) {
  .medical-device-serve .main-grid-item:last-child {
    display: none;
  }

  .medical-device-serve .main-grid-item:first-child {
    margin-bottom: 0;
  }
}

.medical-device-serve-scheme {
  position: relative;
}

.medical-device-serve-scheme p+p {
  padding-top: 0;
}

@media only screen and (max-width: 1024px) {
  .medical-device-serve-scheme svg {
    width: 220px;
  }
}

.medical-device-serve-scheme .svg-thin-text {
  position: absolute;
}

.medical-device-serve-scheme .svg-thin-text:first-of-type,
.medical-device-serve-scheme .svg-thin-text:nth-child(5) {
  left: 50%;
  top: -32px;
  transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {

  .medical-device-serve-scheme .svg-thin-text:first-of-type,
  .medical-device-serve-scheme .svg-thin-text:nth-child(5) {
    top: 0;
  }
}

.medical-device-serve-scheme .svg-thin-text:nth-child(5) {
  bottom: -56px;
  top: unset;
  width: 197px;
}

@media only screen and (max-width: 1024px) {
  .medical-device-serve-scheme .svg-thin-text:nth-child(5) {
    bottom: -30px;
  }
}

.medical-device-serve-scheme .svg-thin-text:nth-child(2),
.medical-device-serve-scheme .svg-thin-text:nth-child(8) {
  right: -27%;
  top: 33px;
}

@media only screen and (max-width: 1024px) {

  .medical-device-serve-scheme .svg-thin-text:nth-child(2),
  .medical-device-serve-scheme .svg-thin-text:nth-child(8) {
    right: -32%;
    top: 40px;
  }
}

.medical-device-serve-scheme .svg-thin-text:nth-child(3),
.medical-device-serve-scheme .svg-thin-text:nth-child(7) {
  right: -28%;
  top: 137px;
}

@media only screen and (max-width: 1024px) {

  .medical-device-serve-scheme .svg-thin-text:nth-child(3),
  .medical-device-serve-scheme .svg-thin-text:nth-child(7) {
    right: -35%;
  }
}

.medical-device-serve-scheme .svg-thin-text:nth-child(4) {
  bottom: 27px;
  right: -30%;
}

@media only screen and (max-width: 1024px) {
  .medical-device-serve-scheme .svg-thin-text:nth-child(4) {
    right: -36%;
  }
}

.medical-device-serve-scheme .svg-thin-text:nth-child(6) {
  bottom: 39px;
  left: -26%;
  right: unset;
}

@media only screen and (max-width: 1024px) {
  .medical-device-serve-scheme .svg-thin-text:nth-child(6) {
    bottom: 13%;
  }
}

.medical-device-serve-scheme .svg-thin-text:nth-child(7) {
  left: -26%;
  right: unset;
}

@media only screen and (max-width: 1024px) {
  .medical-device-serve-scheme .svg-thin-text:nth-child(7) {
    left: -29%;
  }
}

.medical-device-serve-scheme .svg-thin-text:nth-child(8) {
  left: -19%;
  right: unset;
}

.erp-customization-issues .medical-device-serve-scheme .medium-bold-700.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .medical-device-serve-scheme p.medium-bold-700,
.medical-device-serve-scheme .erp-customization-issues .medium-bold-700.paragraph-no-padding-top.paragraph-bolder,
.medical-device-serve-scheme .erp-customization-paths .title-copy-columns .main-grid-item:last-child p.medium-bold-700,
.medical-device-serve-scheme .paragraph.medium-bold-700 {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.medical-device-outstanding-scheme .container {
  margin-left: calc(50% - 608px);
  margin-right: 0;
  max-width: none;
}

@media only screen and (max-width: 1280px) {
  .medical-device-outstanding-scheme .container {
    margin-left: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .medical-device-outstanding-scheme .container {
    margin-left: 20px;
  }
}

.medical-device-outstanding-scheme .second-level-title {
  margin-bottom: 40px;
}

.medical-device-outstanding-scheme .scheme-progress-item {
  margin-right: 32px;
  max-width: 246px;
}

.medical-device-outstanding-scheme .scheme-progress-item-last {
  margin-right: 0;
}

@media only screen and (max-width: 1535px) {
  .medical-device-outstanding-scheme .scheme-progress-item {
    flex: none;
    margin-bottom: 30px;
    max-width: 260px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .medical-device-outstanding-scheme .scheme-progress-item {
    max-width: 320px;
  }
}

@media only screen and (max-width: 1280px) {
  .medical-device-outstanding-scheme .scheme-progress-item {
    max-width: 250px;
  }
}

.medical-device-outstanding-scheme .scheme-progress-item-description p {
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 835px) {
  .medical-device-outstanding-scheme .scheme-progress-item-description p {
    font-size: 13px;
  }
}

.medical-device-outstanding-scheme .scheme-progress-item-title-text {
  font-weight: 500;
  line-height: 24px;
}

.medical-device-outstanding-scheme .scheme-progress-container-outstanding {
  margin: 40px 162px 40px 48px;
}

@media only screen and (max-width: 1440px) {
  .medical-device-outstanding-scheme .scheme-progress-container-outstanding {
    margin-right: 60px;
  }
}

@media only screen and (min-width: 1280px) {
  .medical-device-queries {
    margin-left: calc(50vw - 615.5px);
    margin-right: 32px;
    max-width: 488px;
    min-width: unset;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

/*! Breakpoints */
/*! Media queries */
.application-modernization-accordion .accordion-content .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.application-modernization-icons,
.application-modernization-accordion .accordion-content .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.application-modernization-icons,
.application-modernization-accordion .accordion-content .paragraph+.application-modernization-icons,
.erp-customization-issues .application-modernization-accordion .accordion-content .paragraph-no-padding-top.paragraph-bolder+.application-modernization-icons,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .application-modernization-accordion .accordion-content p+.application-modernization-icons {
  align-items: center;
  margin-top: 20px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .application-modernization-accordion.has-cta-after.copy-image-accordion.section .halved-content-item {
    padding-bottom: 46px;
  }
}

.application-modernization-icons {
  display: flex;
  flex-wrap: wrap;
  margin-right: -52px;
}

.application-modernization-icons svg {
  margin-right: 52px;
  margin-top: 20px;
}

@media only screen and (max-width: 479px) {
  .application-modernization-icons svg {
    max-width: 100px;
  }
}

.application-modernization-table .main-grid.table-top-bordered-row .main-grid-item:first-child {
  margin-right: 60px;
  max-width: 460px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .application-modernization-table .main-grid.table-top-bordered-row .main-grid-item:first-child {
    margin-right: 0;
  }
}

.application-modernization-table .main-grid.table-top-bordered-row .main-grid-item:first-child .title-number {
  display: inline-block;
  max-width: 11px;
}

.application-modernization-table .main-grid.table-top-bordered-row .main-grid-item:nth-child(2) {
  margin-right: 28px;
  max-width: 360px;
}

.application-modernization-table .main-grid.table-top-bordered-row .main-grid-item:last-child {
  max-width: 308px;
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .patient-portals-tabs .tabs-row-item {
    height: 52px;
  }

  .patient-portals-tabs .tabs-row-item .mdc-tab__content {
    height: auto;
  }
}

.patient-portals-tabs .patient-portals-tabs-right {
  width: 100%;
}

.patient-portals-tabs .patient-portals-tabs-right .top-bordered-columns-item {
  border-top: none;
  padding-top: 0;
}

.patient-portals-tabs .patient-portals-tabs-right .second_tab .main-grid {
  flex-wrap: wrap;
}

.patient-portals-tabs .patient-portals-tabs-right .second_tab .main-grid-item {
  flex: 0 0 33%;
  max-width: 384px;
}

@media only screen and (max-width: 1280px) {
  .patient-portals-tabs .patient-portals-tabs-right .second_tab .main-grid-item {
    flex: 0 0 31%;
  }
}

@media only screen and (max-width: 767px) {
  .patient-portals-tabs .patient-portals-tabs-right .second_tab .main-grid-item {
    flex: 0 0 100%;
    max-width: none;
  }
}

.patient-portals-tabs .patient-portals-tabs-right .second_tab .main-grid-item:nth-child(3) {
  margin-right: 0;
}

.patient-portals-tabs .patient-portals-tabs-right .second_tab .main-grid-item:last-child {
  margin-top: -100px;
}

@media only screen and (max-width: 767px) {
  .patient-portals-tabs .patient-portals-tabs-right .second_tab .main-grid-item:last-child {
    margin-top: 0;
  }
}

.patient-portals-tabs .patient-portals-tabs-right .third_tab .main-grid-item {
  flex: 0 0 33%;
  max-width: 384px;
}

@media only screen and (max-width: 767px) {
  .patient-portals-tabs .patient-portals-tabs-right .third_tab .main-grid-item {
    flex: 0 0 100%;
    max-width: none;
  }
}

.patient-portals-tabs h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.patient-portals-signs {
  padding-top: 100px;
}

.patient-portals-integrations {
  margin-top: 32px;
}

.patient-portals-integrations .icon-title {
  color: #323232;
}

.patient-portals-options .main-grid-item:nth-child(2),
.patient-portals-options .main-grid-item:nth-child(3) {
  flex: 1 1.5 100%;
}

.patient-portals-options .patient-portals-optons-icons {
  margin-top: 40px;
}

.patient-portals-options .patient-portals-optons-icons svg {
  margin-right: 30px;
}

@media only screen and (max-width: 1280px) {
  .patient-portals-options .patient-portals-optons-icons svg {
    margin-right: 22px;
  }
}

.patient-portals-options .patient-portals-optons-icons svg:last-child {
  margin-right: 0;
}

.patient-portals-experiences.section {
  margin-bottom: 44px;
}

.patient-portals-experiences.section .sub-text-image {
  margin-top: 40px;
}

.patient-portals-experiences.section .sub-text-image-grid {
  flex-basis: auto;
  max-width: none;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .patient-portals-experiences.section .sub-text-image-grid {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .patient-portals .callout-stripe-copy-small {
    max-width: 505px;
  }
}

/*! Breakpoints */
/*! Media queries */
.ai-scheme {
  overflow: hidden;
}

.ai-sheme-blocks {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.ai-sheme-blocks .scheme-block {
  max-width: 360px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .ai-sheme-blocks .scheme-block {
    max-width: 31%;
  }
}

.ai-sheme-blocks .scheme-block div:first-child {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  line-height: 22px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .ai-sheme-blocks .scheme-block div:first-child {
    width: 100%;
  }
}

.ai-sheme-blocks .scheme-block div:nth-child(2) {
  align-items: flex-start;
  border: 3px solid #e0e0e0;
  border-radius: 4px;
  border-top: none;
  display: flex;
  flex-wrap: wrap;
  height: 169px;
  justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 36px;
  position: relative;
  text-align: center;
  top: -3px;
  z-index: -2;
}

.ai-sheme-blocks .scheme-block div:nth-child(2) p {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  padding-top: 0;
}

.ai-sheme-blocks .scheme-block div:nth-child(2) p svg {
  margin-right: 10px;
}

@media only screen and (max-width: 1024px) {
  .ai-sheme-blocks .scheme-block div:nth-child(2) {
    font-size: 12px;
    height: 189px;
  }
}

.ai-sheme-blocks .scheme-block:first-child div:nth-child(2) p:first-child {
  margin-right: 38px;
}

@media (max-width: 900px) {
  .ai-sheme-blocks .scheme-block:first-child div:nth-child(2) p:first-child {
    margin-right: 0;
  }
}

.ai-sheme-blocks .scheme-block:nth-child(3) div:nth-child(2) {
  padding-left: 35px;
  padding-right: 35px;
}

.ai-sheme-blocks svg {
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  .ai-case-study .main-grid {
    flex-wrap: wrap;
  }
}

.ai-case-study .main-grid-item:first-child {
  margin-right: 88px;
  max-width: 536px;
}

@media only screen and (max-width: 1024px) {
  .ai-case-study .main-grid-item:first-child {
    margin-right: 32px;
  }
}

@media only screen and (max-width: 900px) {
  .ai-case-study .main-grid-item:first-child {
    margin-bottom: 20px;
    max-width: 800px;
  }
}

/*! Breakpoints */
/*! Media queries */
.banking-crm-tabs-left {
  margin-right: 20px;
}

@media only screen and (min-width: 1280px) {
  .banking-crm-tabs-left {
    margin-right: 60px;
    max-width: 592px;
  }
}

.banking-crm-tabs-right {
  flex: 1 1 50%;
}

@media only screen and (max-width: 1279px) {
  .banking-crm-tabs-right {
    width: 100%;
  }
}

.banking-crm-tabs-right .scheme-circled {
  margin: 0 auto;
  min-width: 539px;
}

@media only screen and (max-width: 767px) {
  .banking-crm-tabs-right {
    display: none;
  }
}

.banking-crm-tabs-panels {
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .banking-crm-tabs-panels {
    align-items: flex-start;
    flex-direction: column;
  }

  .banking-crm-tabs-panels .banking-crm-tabs-right {
    margin-top: 40px;
  }
}

.banking-crm-tabs .tabs-row-wrapper {
  width: calc(100% + 20px);
}

@media only screen and (max-width: 1024px) {
  .engage-crm-container .two-columns-grid {
    flex-direction: column-reverse;
  }
}

.engage-crm-container .two-columns-grid .table-top-bordered-row .main-grid-item {
  margin-bottom: 0;
}

.banking-crm-scheme-spiral.main-grid-item:not(:last-of-type) {
  margin-right: 0;
}

.banking-crm-scheme-spiral .scheme-spiraled {
  margin-right: 105px;
  padding: 56px 85px 56px 100px;
}

@media only screen and (max-width: 1280px) {
  .banking-crm-scheme-spiral .scheme-spiraled {
    margin-right: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .banking-crm-scheme-spiral .scheme-spiraled {
    margin: 40px 0 0;
  }
}

.banking-crm-scheme-spiral .scheme-circled-inner-title {
  left: 52%;
}

.banking-crm-scheme-spiral .scheme-spiraled-text:nth-child(4) {
  left: -11px;
}

.banking-crm-scheme-spiral .scheme-spiraled-text:nth-child(3) {
  bottom: 22px;
}

.banking-crm-communication-scheme.scheme-circled-dotted {
  height: 342px;
  width: 564px;
}

.banking-crm-communication-scheme.scheme-circled-dotted .scheme-circled-dotted-circle-container {
  left: 139px;
  top: 53px;
}

.banking-crm-integrated {
  height: 526px;
  margin: 0 auto;
  max-width: 564px;
  position: relative;
}

.banking-crm-integrated-header {
  left: 233px;
  position: absolute;
  top: 56px;
}

.banking-crm-integrated-message {
  color: #fff;
  left: 232px;
  position: absolute;
  top: 174px;
}

.banking-crm-integrated-answer {
  color: #fff;
  left: 129px;
  position: absolute;
  top: 358px;
}

.banking-crm-integrated .erp-customization-issues .paragraph+.paragraph-no-padding-top.paragraph-bolder,
.banking-crm-integrated .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.paragraph,
.banking-crm-integrated .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.paragraph-no-padding-top.paragraph-bolder,
.banking-crm-integrated .erp-customization-paths .title-copy-columns .main-grid-item:last-child .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+p,
.banking-crm-integrated .erp-customization-paths .title-copy-columns .main-grid-item:last-child .erp-customization-issues p+.paragraph-no-padding-top.paragraph-bolder,
.banking-crm-integrated .erp-customization-paths .title-copy-columns .main-grid-item:last-child .paragraph+p,
.banking-crm-integrated .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.paragraph,
.banking-crm-integrated .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+p,
.banking-crm-integrated .paragraph+.paragraph,
.erp-customization-issues .banking-crm-integrated .erp-customization-paths .title-copy-columns .main-grid-item:last-child .paragraph-no-padding-top.paragraph-bolder+p,
.erp-customization-issues .banking-crm-integrated .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-issues .banking-crm-integrated .paragraph+.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-issues .banking-crm-integrated .paragraph-no-padding-top.paragraph-bolder+.paragraph,
.erp-customization-issues .banking-crm-integrated .paragraph-no-padding-top.paragraph-bolder+.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-issues .erp-customization-paths .title-copy-columns .main-grid-item:last-child .banking-crm-integrated .paragraph-no-padding-top.paragraph-bolder+p,
.erp-customization-issues .erp-customization-paths .title-copy-columns .main-grid-item:last-child .banking-crm-integrated p+.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .banking-crm-integrated .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+p,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .banking-crm-integrated .erp-customization-issues p+.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .banking-crm-integrated .paragraph+p,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .banking-crm-integrated p+.paragraph,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .banking-crm-integrated p+p {
  padding-top: 0;
}

/*! Breakpoints */
/*! Media queries */
.retail-crm-personalization .title-link-wrapper {
  margin-bottom: 32px;
}

@media only screen and (max-width: 1024px) {
  .retail-crm-personalization .title-link-wrapper {
    margin-bottom: 24px;
  }
}

.retail-crm-accordion .opened .accordion-title .link-arrow-small {
  position: static;
}

@media only screen and (max-width: 1024px) {
  .retail-crm-accordion.copy-image-accordion .inner-content {
    width: 100%;
  }
}

.retail-crm-solution.section-background {
  padding-bottom: 60px;
}

.retail-crm-tabs .scheme-spiraled-wrapper {
  justify-content: flex-start;
}

@media only screen and (max-width: 1024px) {

  .retail-crm-tabs .retail-crm-store-sheme,
  .retail-crm-tabs .scheme-circled-7,
  .retail-crm-tabs .scheme-circled-8,
  .retail-crm-tabs .scheme-spiraled {
    margin: 0 auto;
  }
}

.retail-crm-tabs .scheme-circled-8 {
  width: 488px;
}

.retail-crm-tabs .scheme-circled-7 {
  width: 478px;
}

.retail-crm-tabs .scheme-spiraled {
  padding: 60px 84px 57px 103px;
}

.retail-crm-store-sheme {
  align-items: center;
  align-items: stretch;
  background-color: #f2f2f2;
  display: flex;
  justify-content: space-between;
  max-width: 608px;
}

.retail-crm-store-sheme .svg-border-gradient.svg-circle {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90.64deg, #2de0dd, #27b1cf 39.06%, #a410ff) border-box;
  font-size: 16px;
  font-weight: 700;
  height: 124px;
  line-height: 22px;
  white-space: nowrap;
  width: 124px;
}

.retail-crm-store-sheme div {
  background-color: #f2f2f2;
}

.retail-crm-store-sheme div.border {
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  height: 190px;
  justify-content: center;
  margin: auto 0;
  max-width: 190px;
  width: 100%;
}

.retail-crm-store-sheme div.border .svg-circle {
  text-align: center;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .retail-crm-store-sheme div.border {
    height: 170px;
    max-width: 170px;
  }
}

.retail-crm-store-sheme div p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  padding-top: 10px;
}

.retail-crm-store-sheme div p:first-child {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.retail-crm-store-sheme div p:nth-child(2) {
  padding-top: 20px;
}

.retail-crm-store-sheme div.text {
  padding: 32px 32px 26px;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .retail-crm-store-sheme div.text {
    padding: 20px;
  }

  .retail-crm-store-sheme div.text-left {
    padding-right: 8px;
  }

  .retail-crm-store-sheme div.text-right {
    padding-left: 8px;
  }
}

.retail-crm-store-sheme div:last-child {
  text-align: right;
}

.retail-crm-accordion.copy-image-accordion {
  margin-bottom: -2px;
}

.retail-crm-accordion.copy-image-accordion .halved-content-item-accordion {
  background-color: #f8f8f8;
}

/*! Breakpoints */
/*! Media queries */
.stock-trading-scheme-block {
  align-items: stretch;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.stock-trading-scheme-block .svg-bold-text,
.stock-trading-scheme-block .svg-thin-text {
  color: #323232;
}

@media only screen and (max-width: 1280px) {
  .stock-trading-scheme-block {
    gap: 2.6315789474%;
  }
}

.stock-trading-scheme-block .extra-height.svg-border-gradient {
  border-radius: 4px;
  flex: 176px 1;
  font-size: 16px;
  height: 161px;
}

@media only screen and (max-width: 1280px) {
  .stock-trading-scheme-block .extra-height.svg-border-gradient {
    flex: 0 0 14.4736842105%;
  }
}

@media only screen and (max-width: 1023px) {
  .stock-trading-scheme-block .extra-height.svg-border-gradient {
    font-size: 14px;
  }
}

.stock-trading-scheme-block .block-wrapper {
  display: flex;
  flex-direction: column;
  height: 161px;
  justify-content: space-between;
  width: 1008px;
}

.stock-trading-scheme-block .block-wrapper .sub-block-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
  justify-content: space-between;
  max-width: 100%;
}

.stock-trading-scheme-block .block-wrapper .sub-block-wrapper .svg-thin-text {
  line-height: 20px;
}

@media only screen and (max-width: 1280px) {
  .stock-trading-scheme-block .block-wrapper .sub-block-wrapper {
    gap: 12px;
  }
}

.stock-trading-scheme-block .block-wrapper .sub-block-wrapper .svg-border-gradient:not(.extra-height) {
  background: linear-gradient(#fff, #fff) padding-box, #bb1db5 border-box;
  border-radius: 4px;
  flex: 0 1 17.4603174603%;
  height: 60px;
}

@media only screen and (max-width: 1023px) {
  .stock-trading-scheme-block .block-wrapper .sub-block-wrapper .svg-border-gradient:not(.extra-height) {
    font-size: 11px;
  }
}

.stock-trading-scheme-block .block-wrapper .sub-block-wrapper.separator-top-scheme .svg-border-gradient:not(.extra-height) {
  background: linear-gradient(#fff, #fff) padding-box, #73004c border-box;
}

.stock-trading-scheme-block .block-wrapper .separator-top-scheme {
  border-top: 1px solid #c4c4c4;
  margin-top: 20px;
  padding-top: 20px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .stock-trading-automation.section-background .two-columns-grid:not(.stock-trading-fraud) .main-grid-item:first-child {
    margin-bottom: 28px;
  }
}

.stock-trading-automation.section-background .separator-bottom {
  margin-bottom: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .stock-trading-automation.section-background .separator-bottom {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .stock-trading-automation.section-background .separator-bottom .main-grid-item:first-child {
    margin-bottom: 0;
  }
}

.stock-trading-icons {
  justify-content: space-between;
  margin-right: -91px;
  margin-top: -20px;
}

@media only screen and (max-width: 1024px) {
  .stock-trading-icons {
    justify-content: flex-start;
    margin-right: -20px;
  }
}

.stock-trading-icons .icons-item {
  margin-right: 91px;
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .stock-trading-icons .icons-item {
    margin-right: 20px;
  }
}

.stock-trading-icons .icons-item svg {
  display: block;
  max-width: 100%;
}

.stock-trading-accordion .callout-stripe-title {
  letter-spacing: -0.1px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .stock-trading-accordion .accordion {
    max-height: 900px;
  }
}

.stock-trading-fraud.two-columns-grid {
  padding-top: 60px;
}

@media only screen and (max-width: 1280px) {
  .stock-trading-fraud.two-columns-grid {
    flex-direction: column;
    gap: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .stock-trading-fraud.two-columns-grid {
    gap: 0;
    padding-top: 0;
  }

  .stock-trading-fraud.two-columns-grid .main-grid-item:first-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .stock-trading-fraud.two-columns-grid .main-grid-item:last-child p {
    max-width: 100%;
  }

  .stock-trading-fraud.two-columns-grid .main-grid-item:last-child .title-copy-rows:last-child {
    margin-left: 16px;
    margin-top: 0;
  }

  .stock-trading-fraud.two-columns-grid .main-grid-item:last-child .title-copy-rows:first-child {
    margin-right: 16px;
  }
}

.stock-trading-fraud.two-columns-grid .main-grid-item .half-circle-sheme {
  margin: 0 auto;
}

.stock-trading-fraud.two-columns-grid .main-grid-item .half-circle-sheme div:nth-child(2) {
  left: 50%;
  transform: translate(-50%);
}

/*! Breakpoints */
/*! Media queries */
.hr-software-automation.section-background {
  padding-bottom: 80px;
}

.hr-software-automation.section-background .hr-software-automation-icon-column {
  padding-bottom: 60px;
}

.hr-software-automation.section-background .separator-bottom {
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.hr-software-video {
  align-items: center;
}

/*! Breakpoints */
/*! Media queries */
.b2b-portals-scheme {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 1024px) {
  .b2b-portals-scheme {
    justify-content: center;
    min-width: 374px;
  }

  .b2b-portals-scheme .scheme-circled-inner-title,
  .b2b-portals-scheme .svg-thin-text {
    font-size: 13px;
    line-height: 1.4;
  }
}

.b2b-partner .sub-text-image {
  margin-right: 0;
  margin-top: 32px;
}

.b2b-partner h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

.b2b-partner h3 span {
  display: block;
  font-size: 32px;
  font-weight: 900;
  line-height: 38px;
}

@media only screen and (max-width: 767px) {
  .b2b-partner {
    margin-bottom: 0;
  }
}

.b2b-icon-columns.icon-title-columns.columns-2 {
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  .b2b-icon-columns.icon-title-columns.columns-2 {
    grid-template-columns: minmax(100px, 384px) minmax(100px, 384px);
  }
}

.b2b-icons-set {
  margin-right: -60px;
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .b2b-icons-set {
    margin-right: -32px;
  }
}

.b2b-icons-set svg {
  margin-right: 60px;
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .b2b-icons-set svg {
    margin-right: 32px;
  }
}

/*! Breakpoints */
/*! Media queries */
.retail-erp-lockup {
  margin-bottom: 80px;
}

.retail-erp-core .second-level-title {
  margin-bottom: 40px;
}

.retail-erp-core a.icon-title span {
  color: #09a6a3;
}

.retail-erp-core a.icon-title:hover p {
  text-decoration-color: #09a6a3;
}

.retail-erp-core-columns {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media only screen and (max-width: 1024px) {
  .retail-erp-core-columns {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .retail-erp-core-columns {
    flex-direction: column;
  }
}

.retail-erp-core-columns-first-row.icon-title-columns {
  order: 1;
}

.retail-erp-core-columns-last-row.icon-title-columns {
  order: 3;
}

@media only screen and (max-width: 1024px) {
  .retail-erp-core-columns-last-row.icon-title-columns {
    order: 2;
  }
}

.retail-erp-core-columns-first-row.icon-title-columns,
.retail-erp-core-columns-last-row.icon-title-columns {
  grid-template-columns: repeat(3, minmax(200px, auto));
}

@media only screen and (max-width: 1024px) {

  .retail-erp-core-columns-first-row.icon-title-columns,
  .retail-erp-core-columns-last-row.icon-title-columns {
    gap: 40px;
    grid-template-columns: 43vw;
  }
}

@media only screen and (max-width: 767px) {

  .retail-erp-core-columns-first-row.icon-title-columns,
  .retail-erp-core-columns-last-row.icon-title-columns {
    grid-template-columns: 1fr;
  }
}

.retail-erp-core-columns-second {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(auto, 280px) auto minmax(auto, 280px);
  justify-items: center;
  order: 2;
}

@media only screen and (max-width: 1024px) {
  .retail-erp-core-columns-second {
    gap: 40px;
    grid-template-columns: repeat(2, 43vw);
    order: 3;
  }
}

@media only screen and (max-width: 767px) {
  .retail-erp-core-columns-second {
    grid-template-columns: 1fr;
  }
}

.retail-erp-core-columns-second-row.icon-title-columns {
  gap: 60px;
  grid-template-columns: 1fr;
}

@media only screen and (max-width: 1280px) {
  .retail-erp-core-columns-second-row.icon-title-columns {
    gap: 40px;
  }
}

.retail-erp-core-scheme-block {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 526px;
}

@media only screen and (max-width: 1024px) {
  .retail-erp-core-scheme-block {
    display: none;
  }
}

.retail-erp-core-scheme-block .scheme-circled-inner-title {
  color: #000;
}

.retail-erp-business .main-grid {
  margin-bottom: 60px;
}

.retail-erp-business .main-grid .second-level-title {
  margin-bottom: 32px;
}

.retail-erp-business .tabs.thiny-tabs .tabs-wrapper {
  margin-right: 180px;
  max-width: 428px;
}

@media only screen and (max-width: 1024px) {
  .retail-erp-business .tabs.thiny-tabs .tabs-wrapper {
    all: unset;
  }
}

.retail-erp-key-scheme {
  margin-top: 60px;
}

.retail-erp-key-scheme .svg-border-gradient {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
}

.retail-erp-key-scheme .svg-border-gradient .scheme-row-blocks-title {
  color: #323232;
}

.retail-erp-key-scheme .scheme-row-blocks-inner {
  padding: 17px;
}

.retail-erp-key-scheme .scheme-row-blocks-inner .scheme-row-blocks-paragraph {
  text-align: start;
}

.retail-erp-key-scheme .plus-block {
  display: flex;
  justify-content: space-around;
  margin: 16px 0;
}

.retail-erp-key-scheme .plus-block svg path {
  stroke: #c4c4c4;
}

@media only screen and (max-width: 1024px) {
  .retail-erp-key-scheme .plus-block {
    margin: 0;
  }

  .retail-erp-key-scheme .plus-block svg {
    width: 34px;
  }
}

.erp-customization-issues .retail-erp-selection .paragraph-no-padding-top.paragraph-bolder strong,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .retail-erp-selection p strong,
.retail-erp-selection .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder strong,
.retail-erp-selection .erp-customization-paths .title-copy-columns .main-grid-item:last-child p strong,
.retail-erp-selection .paragraph strong {
  font-weight: 500;
}

.retail-erp-choice .title-copy-columns .paragraph-bolder {
  padding-top: 0;
}

.retail-erp-choice-tabs .tabs-row-panels {
  -moz-column-gap: 52px;
  column-gap: 52px;
  display: grid;
  grid-template-columns: minmax(auto, 572px) 1fr;
}

@media only screen and (max-width: 1024px) {
  .retail-erp-choice-tabs .tabs-row-panels {
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .retail-erp-choice-tabs .tabs-row-panels {
    grid-template-columns: 1fr;
  }
}

.erp-customization-issues .retail-erp-choice-tabs-left .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .retail-erp-choice-tabs-left p,
.retail-erp-choice-tabs-left .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.retail-erp-choice-tabs-left .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.retail-erp-choice-tabs-left .paragraph {
  margin-bottom: 20px;
}

.retail-erp-choice-tabs-right {
  -moz-column-gap: 52px;
  column-gap: 52px;
  display: grid;
  grid-template-columns: minmax(200px, 1fr) 1fr;
}

@media only screen and (max-width: 1024px) {
  .retail-erp-choice-tabs-right {
    gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .retail-erp-choice-tabs-right {
    display: flex;
    flex-direction: column-reverse;
    width: min(330px, 100%);
  }
}

.retail-erp-choice-tabs-right .icon-title-columns.columns-2 {
  grid-template-columns: 1fr;
}

.retail-erp-implementation {
  padding-left: calc(50% - 608px);
}

@media only screen and (min-width: 1025px) {
  .retail-erp-implementation.section-background {
    padding-bottom: 80px;
  }
}

.retail-erp-implementation .container {
  margin-right: 0;
  max-width: none;
}

@media only screen and (max-width: 1280px) {
  .retail-erp-implementation {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .retail-erp-implementation {
    display: none;
  }
}

.retail-erp-implementation .second-level-title {
  margin-bottom: 40px;
}

.retail-erp-implementation .scheme-progress-container-outstanding {
  margin-top: 38px;
}

@media only screen and (max-width: 1280px) {
  .retail-erp-implementation .scheme-progress-item {
    flex: 1 1 100%;
    margin-bottom: 30px;
    max-width: 250px;
  }
}

.retail-erp-implementation .scheme-progress-item-last {
  margin-right: 10px;
}

.retail-erp-automating .title-copy-columns {
  max-width: 1216px;
}

.retail-erp-adoption .main-grid-item:not(:last-of-type) span {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

@media only screen and (max-width: 1024px) {
  .retail-erp-adoption .main-grid-item:not(:last-of-type) span {
    font-size: 18px;
    font-weight: 600;
  }
}

@media only screen and (min-width: 1025px) {
  .retail-erp-adoption .main-grid-item:not(:last-of-type) {
    max-width: 384px;
  }

  .customer-portals-accordion .container-small {
    max-width: unset;
  }
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (max-width: 1280px) {
  .customer-portals-accordion .container-small {
    align-items: center;
    display: flex;
  }
}

@media only screen and (max-width: 1024px) {
  .customer-portals-accordion .container-small {
    align-items: flex-start;
    flex-direction: column;
  }
}

.customer-portals-accordion .halved-content-item.background-theme:first-of-type {
  padding: 0;
}

@media only screen and (max-width: 1280px) {
  .customer-portals-accordion .halved-content-item.background-theme:first-of-type {
    padding-bottom: 0;
  }
}

.customer-portals-accordion-right.halved-content-item {
  background-color: #f8f8f8;
  padding-bottom: 162px;
}

@media (min-width: 1281px) {
  .customer-portals-accordion-right.halved-content-item {
    padding-right: 72px;
  }
}

@media only screen and (max-width: 1280px) {
  .two-columns-background.wrapped-grid .customer-portals-accordion-right.halved-content-item:last-of-type {
    padding-bottom: 175px;
  }
}

.customer-portals-accordion-right.halved-content-item .accordion-item .customer-portals-icon-title {
  grid-template-columns: repeat(2, minmax(100px, 384px));
  margin-top: 20px;
}

@media only screen and (max-width: 1280px) {
  .customer-portals-accordion-right.halved-content-item .accordion-item .customer-portals-icon-title {
    grid-template-columns: repeat(2, minmax(100px, 420px));
  }
}

@media only screen and (max-width: 479px) {
  .customer-portals-accordion-right.halved-content-item .accordion-item .customer-portals-icon-title {
    grid-template-columns: repeat(1, minmax(100px, 420px));
  }
}

.customer-portals-accordion-right.halved-content-item .icon-title-item {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}

.customer-portals-accordion-right.halved-content-item .icon-title-item .icon-title-paragraph:not(.icon-title-text) {
  order: 1;
}

.customer-portals-accordion-right.halved-content-item .icon-title-item .icon-title-text {
  font-weight: 500;
}

.customer-portals-accordion-right.halved-content-item .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list,
.customer-portals-accordion-right.halved-content-item .list.columns-two,
.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .customer-portals-accordion-right.halved-content-item .list {
  max-width: 800px;
}

.customer-portals-accordion-right.halved-content-item .accordion {
  width: 100%;
}

.customer-portals-accordion-left {
  padding: 100px 72px 100px calc(50vw - 615.5px);
}

@media only screen and (max-width: 1280px) {
  .customer-portals-accordion-left {
    flex: 1 1 100%;
    padding: 100px 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .customer-portals-accordion-left {
    padding-right: 20px;
    width: 100%;
  }
}

.customer-portals-statista {
  margin-top: 100px;
  padding-left: calc(50vw - 615.5px);
}

@media only screen and (max-width: 1280px) {
  .customer-portals-statista {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .customer-portals-statista {
    margin: 20px 0;
    padding-left: 20px;
  }
}

.customer-portals-statista .sub-text-image {
  margin-right: 0;
}

.customer-portals-statista .sub-text-image-grid {
  flex-basis: 536px;
  margin-right: 0;
  max-width: 536px;
}

.customer-portals-statista .sub-text-image-grid-title {
  opacity: 0.5;
}

.customer-portals-audience.section {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
  .customer-portals-audience.section .main-grid.container {
    flex-direction: column;
  }

  .customer-portals-audience.section .main-grid.container .main-grid-item {
    margin-right: 0;
    text-align: left;
    width: 100%;
  }

  .customer-portals-audience.section .main-grid.container .main-grid-item:last-child {
    margin-top: 40px;
  }
}

.customer-portals-audience.section .main-grid-item:last-child {
  display: flex;
  justify-content: center;
}

.customer-portals-icons {
  margin-right: -60px;
  margin-top: 15px;
}

.customer-portals-icons .icons-item {
  margin-right: 60px;
  margin-top: 25px;
}

.customer-portals-copy-box .title-copy-boxes-item:nth-child(-n + 2) .title-copy-boxes-text {
  padding-bottom: 0;
}

@media only screen and (max-width: 1280px) {
  .customer-portals-accordion.two-columns-background .customer-portals-accordion-right.halved-content-item {
    padding-top: 100px;
  }
}

/*! Breakpoints */
/*! Media queries */
.customer-data-analytics-table .main-grid-bigger-quarter {
  display: none;
}

.customer-data-analytics-table .list {
  grid-column-gap: 32px;
  flex: 2 1 100%;
  grid-template-columns: repeat(2, minmax(100px, 384px));
}

.customer-data-analytics-table .main-grid:nth-child(2) .list-item:nth-child(3) {
  margin-top: -22px;
}

@media only screen and (max-width: 1024px) {
  .customer-data-analytics-table .main-grid:nth-child(2) .list-item:nth-child(3) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1280px) {
  .customer-data-analytics-table .main-grid:nth-child(5) .list-item:nth-child(3) {
    margin-top: -22px;
  }
}

@media only screen and (max-width: 1280px) and (max-width: 1024px) {
  .customer-data-analytics-table .main-grid:nth-child(5) .list-item:nth-child(3) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .customer-data-analytics-accordion .container-small {
    max-width: unset;
  }
}

@media only screen and (max-width: 1280px) {
  .customer-data-analytics-accordion .container-small {
    align-items: center;
    display: flex;
  }
}

@media only screen and (max-width: 1024px) {
  .customer-data-analytics-accordion .container-small {
    align-items: flex-start;
    flex-direction: column;
  }
}

.customer-data-analytics-accordion .halved-content-item.background-theme:first-of-type {
  padding: 0;
}

@media only screen and (max-width: 1280px) {
  .customer-data-analytics-accordion .halved-content-item.background-theme:first-of-type {
    padding-bottom: 0;
  }
}

.customer-data-analytics-accordion .halved-content-item.background-theme:first-of-type .sub-text-image-grid-wrapper h3 {
  color: #fff;
}

.customer-data-analytics-accordion-right.halved-content-item {
  background-color: #f8f8f8;
}

@media only screen and (max-width: 1440px) {
  .customer-data-analytics-accordion-right.halved-content-item {
    padding-right: 72px;
  }
}

.customer-data-analytics-accordion-right.halved-content-item .accordion {
  width: 100%;
}

.customer-data-analytics-accordion-left {
  padding: 100px 72px 100px calc(50vw - 615.5px);
}

@media only screen and (max-width: 1280px) {
  .customer-data-analytics-accordion-left {
    flex: 1 1 100%;
    padding-left: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .customer-data-analytics-accordion-left {
    padding: 60px 20px 60px 32px;
    width: 100%;
  }
}

.customer-data-analytics-statista {
  margin-top: 100px;
  padding-left: calc(50vw - 615.5px);
}

@media only screen and (max-width: 1280px) {
  .customer-data-analytics-statista {
    flex: 1 1 100%;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .customer-data-analytics-statista {
    margin: 60px 0;
    padding-left: 20px;
  }
}

.customer-data-analytics-statista .sub-text-image-grid {
  flex-basis: 536px;
  margin-right: 0;
  max-width: 536px;
}

.customer-data-analytics-statista .sub-text-image-grid-title {
  opacity: 0.5;
}

.customer-data-analytics-statista .sub-text-image-grid-percent h3 {
  color: #fff;
}

.customer-data-analytics-scheme-full {
  height: 400px;
  margin-top: 24px;
  width: 800px;
}

@media only screen and (max-width: 1670px) {
  .customer-data-analytics-scheme-full {
    margin-left: -20px;
    transform: scale(0.95);
  }
}

@media only screen and (max-width: 1535px) {
  .customer-data-analytics-scheme-full {
    margin-left: -40px;
    transform: scale(0.9);
    width: 780px;
  }
}

@media only screen and (max-width: 1440px) {
  .customer-data-analytics-scheme-full {
    margin-left: -70px;
    margin-top: -20px;
    transform: scale(0.83);
    width: 740px;
  }
}

@media only screen and (max-width: 1280px) {
  .customer-data-analytics-scheme-full {
    margin-left: -130px;
    transform: scale(0.7);
  }
}

@media only screen and (max-width: 1024px) {
  .customer-data-analytics-scheme-full {
    margin: 24px auto 0;
    transform: scale(0.9);
    width: 780px;
  }
}

.customer-data-analytics-scheme-full h5 {
  line-height: 28px;
  text-align: center;
}

.customer-data-analytics-scheme-full-line {
  border: 2px solid #c4c4c4;
  border-bottom: none;
  height: 20px;
  margin: 4px auto 0;
  width: 180px;
}

.customer-data-analytics-scheme-full-line-top {
  border: 2px solid #c4c4c4;
  border-bottom: transparent;
  height: 40px;
  margin: 44px auto 12px;
  position: relative;
  width: 400px;
}

@media only screen and (max-width: 1535px) {
  .customer-data-analytics-scheme-full-line-top {
    width: 380px;
  }
}

@media only screen and (max-width: 1440px) {
  .customer-data-analytics-scheme-full-line-top {
    margin: 44px 200px 12px;
    width: 370px;
  }
}

@media only screen and (max-width: 1280px) {
  .customer-data-analytics-scheme-full-line-top {
    margin: 44px 180px 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .customer-data-analytics-scheme-full-line-top {
    margin: 44px auto 12px;
    width: 400px;
  }
}

.customer-data-analytics-scheme-full-line-top:before {
  border-left: 2px solid #c4c4c4;
  content: "";
  height: 40px;
  left: 50%;
  position: absolute;
  top: -40px;
}

.customer-data-analytics-scheme-full-item {
  display: inline-block;
  text-align: center;
}

.customer-data-analytics-scheme-full-item:first-of-type {
  margin-left: 30px;
  margin-right: 60px;
}

@media only screen and (max-width: 1535px) {
  .customer-data-analytics-scheme-full-item:first-of-type {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 1440px) {
  .customer-data-analytics-scheme-full-item:first-of-type {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1280px) {
  .customer-data-analytics-scheme-full-item:first-of-type {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .customer-data-analytics-scheme-full-item:first-of-type {
    margin-left: 20px;
    margin-right: 60px;
  }
}

.customer-data-analytics-scheme-full-item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 6px;
}

.customer-data-analytics-scheme-full-item .customer-data-analytics-icon-source {
  margin: 4px 0;
}

.customer-data-analytics-scheme-full-item-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  max-width: 120px;
  text-align: center;
}

.customer-data-analytics-scheme-full-item p+p {
  padding-top: 12px;
}

.customer-data-analytics-scheme-full-item-description {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 10px;
}

.customer-data-analytics-scheme-full-item-block {
  align-items: center;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  height: 150px;
  justify-content: center;
  width: 160px;
}

.customer-data-analytics-scheme-full-item-block:first-of-type {
  margin-right: 20px;
}

.customer-data-analytics-scheme-journey {
  height: 410px;
  margin-top: 20px;
  position: relative;
  width: 800px;
}

@media only screen and (max-width: 1670px) {
  .customer-data-analytics-scheme-journey {
    margin-left: -20px;
    margin-top: 0;
    transform: scale(0.9);
  }
}

@media only screen and (max-width: 1535px) {
  .customer-data-analytics-scheme-journey {
    margin-left: -40px;
    transform: scale(0.9);
    width: 780px;
  }
}

@media only screen and (max-width: 1440px) {
  .customer-data-analytics-scheme-journey {
    margin-left: -70px;
    margin-top: -20px;
    transform: scale(0.83);
    width: 740px;
  }
}

@media only screen and (max-width: 1280px) {
  .customer-data-analytics-scheme-journey {
    margin-left: -130px;
    margin-top: -40px;
    transform: scale(0.7);
  }
}

@media only screen and (max-width: 1024px) {
  .customer-data-analytics-scheme-journey {
    margin: 24px auto 0;
    transform: scale(1);
    width: 800px;
  }
}

.customer-data-analytics-scheme-journey .customer-data-analytics-scheme-journey-item:first-of-type {
  left: 10px;
  top: 10px;
}

.customer-data-analytics-scheme-journey .customer-data-analytics-scheme-journey-item:nth-of-type(2) {
  left: 190px;
  top: 100px;
}

.customer-data-analytics-scheme-journey .customer-data-analytics-scheme-journey-item:nth-of-type(3) {
  left: 370px;
  top: 190px;
}

.customer-data-analytics-scheme-journey .customer-data-analytics-scheme-journey-item:nth-of-type(4) {
  left: 550px;
  top: 280px;
}

.customer-data-analytics-scheme-journey .customer-data-analytics-scheme-journey-item:nth-of-type(5) {
  left: unset;
  top: 10px;
}

.customer-data-analytics-scheme-journey-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: absolute;
}

.customer-data-analytics-scheme-journey-item .sub-text-image-grid-wrapper {
  flex-direction: column;
  height: 88px;
  width: 88px;
}

.customer-data-analytics-scheme-journey-item-description {
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
  text-align: center;
}

.customer-data-analytics-scheme-journey-item:nth-of-type(5) {
  right: 10px;
}

@media only screen and (max-width: 1280px) {
  .customer-data-analytics-scheme-journey-item:nth-of-type(5) .customer-data-analytics-scheme-journey-item-description {
    margin-right: -20px;
  }
}

.customer-data-analytics-scheme-journey-line {
  background: linear-gradient(90deg, #c4c4c4 30%, transparent 0) top/10px 3px repeat-x;
  height: 3px;
  position: absolute;
}

.customer-data-analytics-scheme-journey-line:nth-of-type(6) {
  left: 100px;
  top: 50px;
  width: 600px;
}

@media only screen and (max-width: 1535px) {
  .customer-data-analytics-scheme-journey-line:nth-of-type(6) {
    width: 560px;
  }
}

@media only screen and (max-width: 1440px) {
  .customer-data-analytics-scheme-journey-line:nth-of-type(6) {
    width: 538px;
  }
}

@media only screen and (max-width: 1024px) {
  .customer-data-analytics-scheme-journey-line:nth-of-type(6) {
    width: 600px;
  }
}

.customer-data-analytics-scheme-journey-line:nth-of-type(7) {
  left: 282px;
  top: 98px;
  transform: rotate(171deg);
  width: 425px;
}

@media only screen and (max-width: 1535px) {
  .customer-data-analytics-scheme-journey-line:nth-of-type(7) {
    width: 403px;
  }
}

@media only screen and (max-width: 1440px) {
  .customer-data-analytics-scheme-journey-line:nth-of-type(7) {
    width: 359px;
  }
}

@media only screen and (max-width: 1024px) {
  .customer-data-analytics-scheme-journey-line:nth-of-type(7) {
    width: 425px;
  }
}

.customer-data-analytics-scheme-journey-line:nth-of-type(8) {
  left: 443px;
  top: 144px;
  transform: rotate(153deg);
  width: 281px;
}

@media only screen and (max-width: 1535px) {
  .customer-data-analytics-scheme-journey-line:nth-of-type(8) {
    width: 261px;
  }
}

@media only screen and (max-width: 1440px) {
  .customer-data-analytics-scheme-journey-line:nth-of-type(8) {
    transform: rotate(148deg);
    width: 224px;
  }
}

@media only screen and (max-width: 1024px) {
  .customer-data-analytics-scheme-journey-line:nth-of-type(8) {
    transform: rotate(153deg);
    width: 281px;
  }
}

.customer-data-analytics-scheme-journey-line:nth-of-type(9) {
  background: linear-gradient(90deg, #6e6d71 30%, transparent 0) top/10px 3px repeat-x;
  left: 552px;
  top: 182px;
  transform: rotate(121deg);
  width: 220px;
}

@media only screen and (max-width: 1535px) {
  .customer-data-analytics-scheme-journey-line:nth-of-type(9) {
    width: 199px;
  }
}

@media only screen and (max-width: 1440px) {
  .customer-data-analytics-scheme-journey-line:nth-of-type(9) {
    left: 529px;
    top: 188px;
    transform: rotate(109deg);
    width: 189px;
  }
}

@media only screen and (max-width: 1280px) {
  .customer-data-analytics-scheme-journey-line:nth-of-type(9) {
    left: 535px;
    top: 192px;
    transform: rotate(107deg);
    width: 188px;
  }
}

@media only screen and (max-width: 1024px) {
  .customer-data-analytics-scheme-journey-line:nth-of-type(9) {
    left: 552px;
    top: 182px;
    transform: rotate(121deg);
    width: 220px;
  }
}

.customer-data-analytics-scheme-journey-line:nth-of-type(10) {
  height: 190px;
  left: 48px;
  top: 166px;
  width: 510px;
}

.customer-data-analytics-scheme-journey-line:nth-of-type(10),
.customer-data-analytics-scheme-journey-line:nth-of-type(11) {
  background: linear-gradient(90deg, #c4c4c4 30%, transparent 0) bottom/10px 3px repeat-x,
    linear-gradient(#c4c4c4 30%, transparent 0) 0/3px 10px repeat-y;
}

.customer-data-analytics-scheme-journey-line:nth-of-type(11) {
  height: 80px;
  left: 68px;
  top: 160px;
  width: 300px;
}

.customer-data-analytics-scheme-journey-line:nth-of-type(12) {
  background: linear-gradient(90deg, #c4c4c4 30%, transparent 0) bottom/10px 3px repeat-x,
    linear-gradient(#c4c4c4 30%, transparent 0) 0/3px 10px repeat-y;
  height: 110px;
  left: 240px;
  top: 230px;
  width: 312px;
}

.customer-data-analytics-scheme-journey-line:nth-of-type(13) {
  background: linear-gradient(90deg, #6e6d71 30%, transparent 0) top/10px 3px repeat-x;
  left: 97px;
  top: 98px;
  transform: rotate(27deg);
  width: 110px;
}

.customer-data-analytics-scheme-journey-line:nth-of-type(14) {
  background: linear-gradient(90deg, #6e6d71 30%, transparent 0) top/10px 3px repeat-x;
  left: 275px;
  top: 192px;
  transform: rotate(27deg);
  width: 110px;
}

.customer-data-analytics-scheme-journey-line:nth-of-type(15) {
  background: linear-gradient(90deg, #6e6d71 30%, transparent 0) top/10px 3px repeat-x;
  left: 455px;
  top: 287px;
  transform: rotate(27deg);
  width: 110px;
}

/*! Breakpoints */
/*! Media queries */
.blog-portfolio-content .blog-portfolio-paragraphs table.salesforce-implementation-table tbody tr:first-child {
  background-image: none;
  border-top: none;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.salesforce-implementation-table tbody tr:first-child td:first-child {
  white-space: nowrap;
}

@media (max-width: 835px) {
  .blog-portfolio-content .blog-portfolio-paragraphs table.salesforce-implementation-table tbody tr:first-child td:first-child {
    white-space: normal;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs table.salesforce-implementation-table tbody tr:first-child td {
  padding-top: 0;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.salesforce-implementation-table tbody tr {
  border-top: 2px solid #e0e0e0;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.salesforce-implementation-table tbody tr td {
  line-height: 20px;
  padding-bottom: 15px;
  padding-right: 0;
  padding-top: 15px;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.salesforce-implementation-table tbody tr td:first-child {
  color: #0b75fd;
  font-weight: 700;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.salesforce-implementation-table tbody tr td:nth-child(2) {
  padding-right: 40px;
}

@media (max-width: 835px) {
  .blog-portfolio-content .blog-portfolio-paragraphs table.salesforce-implementation-table tbody tr td:nth-child(2) {
    padding-left: 10px;
    padding-right: 15px;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs table.salesforce-implementation-table tbody tr:last-child td {
  padding-bottom: 0;
}

/*! Breakpoints */
/*! Media queries */
.blog-portfolio-content .blog-portfolio-paragraphs table.salesforce-customization-table tbody tr:first-child {
  background-image: none;
  border-top: none;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.salesforce-customization-table tbody tr:first-child td {
  padding-top: 0;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.salesforce-customization-table tbody tr {
  border-top: 2px solid #e0e0e0;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.salesforce-customization-table tbody tr td {
  line-height: 20px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-top: 15px;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.salesforce-customization-table tbody tr td:first-child {
  color: #bb1db5;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 835px) {
  .blog-portfolio-content .blog-portfolio-paragraphs table.salesforce-customization-table tbody tr td:first-child {
    white-space: normal;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs table.salesforce-customization-table tbody tr td:nth-child(2) {
  padding-right: 10px;
}

@media (max-width: 835px) {
  .blog-portfolio-content .blog-portfolio-paragraphs table.salesforce-customization-table tbody tr td:nth-child(2) {
    padding-left: 10px;
    padding-right: 15px;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs table.salesforce-customization-table tbody tr:last-child td {
  padding-bottom: 0;
}

/*! Breakpoints */
/*! Media queries */
.blog-portfolio-content .blog-portfolio-paragraphs .predictive-modeling-table {
  max-width: 806px;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .blog-portfolio-content .blog-portfolio-paragraphs .predictive-modeling-table {
    padding-left: 0;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs .predictive-modeling-table .table-row:first-child {
  padding-top: 0;
}

.blog-portfolio-content .blog-portfolio-paragraphs .predictive-modeling-table .table-row {
  align-items: center;
  border-bottom: none;
  justify-content: space-between;
  padding-bottom: 0;
  padding-top: 15px;
}

.blog-portfolio-content .blog-portfolio-paragraphs .predictive-modeling-table .table-row .svg-border-gradient {
  background: linear-gradient(#f8f8f8, #f8f8f8) padding-box,
    linear-gradient(90.64deg, #fc354c, #b27cb8 50.52%, #0abfbc) border-box;
  border-radius: 4px;
  font-weight: 500;
  padding: 25px 32px;
  white-space: nowrap;
  width: 125px;
}

@media only screen and (max-width: 767px) {
  .blog-portfolio-content .blog-portfolio-paragraphs .predictive-modeling-table .table-row .svg-border-gradient {
    margin-bottom: 20px;
    width: 100%;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs .predictive-modeling-table .table-row div:nth-child(2) {
  align-items: center;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  color: #323232;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  height: 65px;
  justify-content: center;
  line-height: 18px;
  text-align: center;
  width: 250px;
}

@media (max-width: 835px) {
  .blog-portfolio-content .blog-portfolio-paragraphs .predictive-modeling-table .table-row div:nth-child(2) {
    width: 30%;
  }
}

@media only screen and (max-width: 767px) {
  .blog-portfolio-content .blog-portfolio-paragraphs .predictive-modeling-table .table-row div:nth-child(2) {
    margin-bottom: 20px;
    width: 100%;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs .predictive-modeling-table .table-row div:nth-child(3) {
  color: #323232;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  width: 370px;
}

@media (max-width: 835px) {
  .blog-portfolio-content .blog-portfolio-paragraphs .predictive-modeling-table .table-row div:nth-child(3) {
    width: 45%;
  }
}

@media only screen and (max-width: 767px) {
  .blog-portfolio-content .blog-portfolio-paragraphs .predictive-modeling-table .table-row div:nth-child(3) {
    margin-bottom: 20px;
    width: 100%;
  }
}

/*! Breakpoints */
/*! Media queries */
.custom-lms-development-integrations .table-top-bordered .main-grid-item:first-child {
  max-width: 488px;
}

.custom-lms-development-specs h3 {
  margin-bottom: 32px;
}

.custom-lms-development-stack.section {
  margin-bottom: 55px;
}

.custom-lms-development-stack.section .main-grid-item:first-child {
  max-width: 280px;
}

.custom-lms-development-stack.section .main-grid-item:nth-child(2) {
  display: none;
}

.custom-lms-development-stack.section .table-top-bordered-row {
  align-items: center;
}

.custom-lms-development-stack.section .big_margin .icons-item {
  margin-right: 75px;
}

@media only screen and (max-width: 1280px) {
  .custom-lms-development-stack.section .big_margin .icons-item {
    margin-right: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .custom-lms-development-stack.section .big_margin .icons-item {
    margin-right: 40px;
  }
}

.custom-lms-development-stack.section .big_margin .icons-item:last-child {
  margin-right: 0;
}

.custom-lms-development-stack.section .small_margin .icons-item {
  margin-right: 55px;
}

@media only screen and (max-width: 1280px) {
  .custom-lms-development-stack.section .small_margin .icons-item {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .custom-lms-development-stack.section .small_margin .icons-item {
    margin-right: 40px;
  }
}

.custom-lms-development-stack.section .small_margin .icons-item:last-child {
  margin-right: 0;
}

.custom-lms-development-stack.section .table-top-bordered .table-top-bordered-row:last-child .big_margin .icons-item {
  margin-bottom: 25px;
}

.custom-lms-development-stack.section .table-top-bordered .table-top-bordered-row:last-child .big_margin .icons-item:nth-child(10),
.custom-lms-development-stack.section .table-top-bordered .table-top-bordered-row:last-child .big_margin .icons-item:nth-child(5) {
  margin-right: 20px;
}

.custom-lms-development-tech.has-half-cta-after.section.section-image-content .halved-content-item {
  padding-right: 0;
  padding-top: 0;
}

@media only screen and (min-width: 1280px) {
  .custom-lms-development-tech.has-half-cta-after.section.section-image-content .halved-content-item {
    padding-bottom: 138px;
  }
}

@media (max-width: 1280px) and (min-width: 1024px) {
  .custom-lms-development-tech.has-half-cta-after.section.section-image-content .halved-content-item {
    padding-bottom: 154px;
  }
}

.custom-lms-development-tech.has-half-cta-after.section.section-image-content .halved-content-item .container-small {
  border-top: 1px solid #c4c4c4;
  padding: 100px 72px 0 0;
}

@media only screen and (max-width: 1024px) {
  .custom-lms-development-tech.has-half-cta-after.section.section-image-content .halved-content-item .container-small {
    padding-right: 0;
  }
}

.custom-lms-development-tech.has-half-cta-after.section.section-image-content .icons-row {
  margin-top: 40px;
}

.custom-lms-development-tech.has-half-cta-after.section.section-image-content .icons-row .icons-item {
  margin-bottom: 25px;
  margin-right: 60px;
}

.custom-lms-development-tech.has-half-cta-after.section.section-image-content .icons-row .icons-item:nth-child(4) {
  margin-right: 0;
}

.custom-lms-development-tech.has-half-cta-after.section.section-image-content .icons-row .icons-item:nth-child(5),
.custom-lms-development-tech.has-half-cta-after.section.section-image-content .icons-row .icons-item:nth-child(6),
.custom-lms-development-tech.has-half-cta-after.section.section-image-content .icons-row .icons-item:nth-child(7) {
  margin-right: 40px;
}

.custom-lms-development-tech.has-half-cta-after.section.section-image-content .icons-row .icons-item:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 1281px) {
  .custom-lms-development-accordion-container .main-grid-outstanding-item-right {
    padding-right: 78px;
  }
}

.custom-lms-development-accordion-container .main-grid-outstanding-item-right .main-grid {
  align-items: center;
}

.custom-lms-development-accordion-container .main-grid-outstanding-item-right .main-grid h4 {
  font-size: 20px;
}

.custom-lms-development-accordion-container .main-grid-outstanding-item-right .main-grid-item:first-child {
  margin-right: 0;
  max-width: 212.16px;
}

.custom-lms-development-accordion-container .main-grid-outstanding-item-left {
  min-width: auto;
  width: auto;
}

.custom-lms-development-accordion-container .main-grid-outstanding-item-left .title-copy-rows {
  min-width: 592px;
}

@media only screen and (max-width: 1280px) {
  .custom-lms-development-accordion-container .main-grid-outstanding-item-left .title-copy-rows {
    min-width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .custom-lms-development-layout .callout-stripe-copy-small {
    max-width: 455px;
  }
}

.custom-lms-development-layout .callout-stripe-button-small:after {
  min-height: calc(100% + 2px);
}

.custom-lms-development-block {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  width: 100%;
}

.custom-lms-development-block .scheme-block {
  max-width: 384px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .custom-lms-development-block .scheme-block {
    max-width: 32%;
  }
}

.custom-lms-development-block .scheme-block div:first-child {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  line-height: 22px;
  position: relative;
  text-align: center;
  width: 100%;
}

.custom-lms-development-block .scheme-block div:nth-child(2) {
  align-items: center;
  background: #f8f8f8;
  border: 3px solid #eee;
  border-radius: 4px;
  border-top: none;
  display: flex;
  font-size: 14px;
  font-weight: 300;
  height: 83px;
  justify-content: center;
  line-height: 18px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 3px;
  position: relative;
  text-align: center;
  top: -3px;
  z-index: -2;
}

@media only screen and (max-width: 1024px) {
  .custom-lms-development-block .scheme-block div:nth-child(2) {
    font-size: 12px;
  }
}

.custom-lms-development-block .scheme-block:nth-child(2) div:nth-child(2) {
  height: 103px;
}

.custom-lms-development-block .scheme-block:nth-child(3) div:nth-child(2) {
  height: 123px;
}

/*! Breakpoints */
/*! Media queries */
.logistics-faq .main-grid-item:first-of-type:not(.table-quote-grid) {
  max-width: 176px;
}

@media only screen and (max-width: 1280px) {
  .logistics-faq-title {
    flex-direction: column;
  }
}

.logistics-faq-table svg path {
  fill: #f8374e;
}

.logistics-faq-table .table-quote-grid {
  max-width: 384px;
}

@media only screen and (max-width: 767px) {
  .logistics-faq-table .table-quote-grid {
    max-width: 800px;
  }

  .logistics-faq-table .table-quote-list {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .logistics-faq-table .table-quote-list {
    grid-template-columns: repeat(1, auto);
  }
}

.logistics-faq-table .table-quote-list-grid {
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (max-width: 767px) {
  .logistics-faq-table .table-quote-list-grid {
    max-width: 800px;
  }
}

.logistics-columns-grid {
  margin-top: 60px;
}

@media only screen and (max-width: 1024px) {
  .logistics-columns-grid {
    margin-top: 40px;
  }
}

.logistics-columns-grid .top-bordered-columns-item {
  padding-top: 0;
}

@media only screen and (min-width: 1281px) and (max-width: 1535px) {
  .logistics-icon-title.icon-title-columns.columns-4 {
    grid-template-columns: repeat(2, auto);
  }
}

@media only screen and (max-width: 1280px) {
  .logistics-icon-title.icon-title-columns.columns-3 {
    grid-template-columns: repeat(3, auto);
  }
}

@media only screen and (max-width: 479px) {
  .logistics-icon-title.icon-title-columns.columns-3 {
    grid-template-columns: repeat(1, auto);
  }
}

.logistics-scheme-block .scheme-progress-container {
  margin: 35px 104px 37px;
}

@media only screen and (max-width: 1280px) {
  .logistics-scheme-block .scheme-progress-container {
    margin-left: 80px;
    margin-right: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .logistics-scheme-block .scheme-progress-container {
    margin-left: 40px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .logistics-scheme-block .scheme-progress-item {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .logistics-scheme-block .scheme-progress-item {
    margin-right: 10px;
  }

  .logistics-scheme-block .scheme-progress-item-icon {
    display: block;
    margin: 0 auto 10px;
  }

  .logistics-scheme-block .scheme-progress-item-title {
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
  }

  .logistics-scheme-block .scheme-progress-item-title-text {
    text-align: center;
  }
}

.logistics-software-sheme {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.logistics-software-sheme .sheme-block {
  max-width: 217.6px;
  width: 19%;
}

.logistics-software-sheme .sheme-block div:first-child {
  align-items: center;
  background: linear-gradient(#fff, #fff) padding-box, #e0e0e0 border-box;
  border-radius: 4px;
  color: #006a70;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 52px;
  justify-content: center;
  line-height: 22px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.logistics-software-sheme .sheme-block div:nth-child(2) {
  background: #f2f2f2;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  height: 109px;
  line-height: 18px;
  padding: 19px 16px 0;
  position: relative;
  top: -3px;
}

@media only screen and (max-width: 1024px) {
  .logistics-software-sheme .sheme-block div:nth-child(2) {
    height: 140px;
  }
}

@media (max-width: 850px) {
  .logistics-software-sheme .sheme-block div:nth-child(2) {
    height: 160px;
  }
}

/*! Breakpoints */
/*! Media queries */
.lms-consulting .cta-small .callout-stripe-button-small {
  padding-right: 51px;
}

@media only screen and (max-width: 1440px) {
  .lms-consulting .cta-small .callout-stripe-button-small {
    white-space: pre-wrap;
  }
}

.lms-consulting .cta-small .callout-stripe-copy-small {
  padding-right: 20px;
}

.lms-consulting-compliance .title-copy-columns {
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .lms-consulting-table .table-top-bordered-container .main-grid-item:first-child {
    max-width: 176px;
  }
}

.lms-consulting-icons {
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .lms-consulting-icons {
    justify-content: flex-start;
  }

  .lms-consulting-icons .icons-item {
    margin-bottom: 15px;
    margin-right: 32px;
  }

  .lms-consulting-icons .icons-item:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1441px) {
  .lms-consulting .title-copy-boxes-container .title-copy-boxes-item:nth-child(2) .title-copy-boxes-text {
    padding-bottom: 25px;
  }
}

/*! Breakpoints */
/*! Media queries */
.data-science-consulting-big-data.section {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
  .data-science-consulting-big-data.section {
    margin-bottom: 20px;
  }
}

.data-science-consulting-scheme-block {
  align-items: center;
  display: flex;
  height: 380px;
  justify-content: center;
  position: relative;
  width: 422px;
}

@media only screen and (max-width: 1279px) and (min-width: 1025px) {
  .data-science-consulting-scheme-block {
    max-width: 422px;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .data-science-consulting-scheme-block {
    margin: 8px auto 0;
  }
}

.data-science-consulting-scheme-block svg:first-child {
  left: 10px;
  position: relative;
}

@media only screen and (max-width: 1279px) and (min-width: 1025px) {
  .data-science-consulting-scheme-block svg:first-child {
    max-width: 240px;
  }
}

.data-science-consulting-scheme-block div {
  position: absolute;
}

.data-science-consulting-scheme-block div:nth-child(2) {
  margin-left: 20px;
  top: 0;
}

.data-science-consulting-scheme-block div:nth-child(3) {
  right: 33px;
  top: 75px;
}

.data-science-consulting-scheme-block div:nth-child(4) {
  right: 0;
}

.data-science-consulting-scheme-block div:nth-child(5) {
  bottom: 72px;
  right: 24px;
}

.data-science-consulting-scheme-block div:nth-child(6) {
  bottom: 0;
  margin-left: 20px;
}

.data-science-consulting-scheme-block div:nth-child(7) {
  bottom: 72px;
  left: 33px;
}

.data-science-consulting-scheme-block div:nth-child(8) {
  left: 0;
}

.data-science-consulting-scheme-block div:nth-child(9) {
  left: 51px;
  top: 75px;
}

.data-science-consulting-scheme-block div:last-child {
  left: calc(50% - 40px);
  max-width: 104px;
  text-align: center;
}

.data-science-consulting-cycle-scheme {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.data-science-consulting-cycle-scheme .sheme-block {
  max-width: 274px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .data-science-consulting-cycle-scheme .sheme-block {
    max-width: 23%;
  }
}

.data-science-consulting-cycle-scheme .sheme-block div:first-child {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  line-height: 22px;
  position: relative;
  text-align: center;
  width: 100%;
}

.data-science-consulting-cycle-scheme .sheme-block div:nth-child(2) {
  background: rgba(9, 30, 108, 0.5);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
}

.data-science-consulting-cycle-scheme .sheme-block div:nth-child(2) div {
  align-items: center;
  background: #091e6c;
  display: flex;
  font-size: 14px;
  font-weight: 300;
  height: 48px;
  justify-content: center;
  line-height: 18px;
  margin-top: 20px;
  padding: 0;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .data-science-consulting-cycle-scheme .sheme-block div:nth-child(2) div {
    height: 80px;
  }
}

.data-science-consulting-data .main-grid-outstanding-item-left {
  min-width: 60%;
  padding-right: 0;
}

.data-science-consulting-data .main-grid-outstanding-item-left .table-top-bordered-row {
  align-items: flex-start;
}

@media only screen and (min-width: 1025px) {
  .data-science-consulting-data .main-grid-outstanding-item-left .table-top-bordered-row .main-grid-item:not(:first-child) {
    max-width: 228px;
  }
}

.data-science-consulting-data .main-grid-outstanding-item-right {
  margin-left: 32px;
}

@media only screen and (max-width: 1024px) {
  .data-science-consulting-data .main-grid-outstanding-item-right {
    margin-left: 0;
  }
}

.data-science-consulting-cycle .title-copy-columns {
  padding-bottom: 32px;
}

.data-science-consulting-cycle .top-bordered-columns {
  margin-top: 32px;
}

.data-science-consulting-cycle .top-bordered-columns-item {
  border: none;
  padding-top: 0;
}

.data-science-consulting-accordion .inner-content {
  background-color: #fff;
}

/*! Breakpoints */
/*! Media queries */
.blog-portfolio-content .blog-portfolio-paragraphs table.sharepoint-onpremises-table tbody tr td {
  line-height: 24px;
  padding: 15px 0;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.sharepoint-onpremises-table tbody tr td:first-child {
  font-weight: 700;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.sharepoint-onpremises-table tbody tr td:nth-child(2) {
  width: 39%;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.sharepoint-onpremises-table tbody tr:first-child td {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
  padding-top: 0;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.sharepoint-onpremises-table tbody tr:last-child td {
  padding-bottom: 0;
}

/*! Breakpoints */
/*! Media queries */
.ecommerce-p-platform-icons {
  margin-right: -41px;
  margin-top: 16px;
}

.ecommerce-p-platform-icons .icons-item {
  margin-right: 40px;
  margin-top: 24px;
}

@media only screen and (max-width: 1280px) {
  .ecommerce-p-platform-icons .icons-item {
    margin-right: 32px;
  }
}

.image-grid-bordered-caption .ecommerce-p-image-grid-subtext {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
}

.ecommerce-p-features .main-grid {
  align-items: center;
}

@media only screen and (min-width: 1025px) {
  .ecommerce-p-centricity .second-level-title {
    margin-bottom: 60px;
  }
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (max-width: 767px) {
  .blog-portfolio-content .blog-portfolio-paragraphs {
    overflow-x: auto;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs table.iot-in-retail-table tbody tr {
  background-image: none;
  border-top: none;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.iot-in-retail-table tbody tr td:not(:first-of-type) {
  border-bottom: 2px solid #e0e0e0;
  padding-left: 40px;
  text-align: center;
}

@media (max-width: 835px) {
  .blog-portfolio-content .blog-portfolio-paragraphs table.iot-in-retail-table tbody tr td:not(:first-of-type) {
    padding-left: 30px;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs table.iot-in-retail-table tbody tr td:first-of-type {
  white-space: nowrap;
}

@media (max-width: 835px) {
  .blog-portfolio-content .blog-portfolio-paragraphs table.iot-in-retail-table tbody tr td:first-of-type {
    white-space: normal;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs table.iot-in-retail-table tbody tr td {
  padding: 7px 40px 7px 0;
}

@media (max-width: 835px) {
  .blog-portfolio-content .blog-portfolio-paragraphs table.iot-in-retail-table tbody tr td {
    padding: 7px 30px 7px 0;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs table.iot-in-retail-table tbody tr:first-child td {
  font-size: 18px;
  font-weight: 700;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.iot-in-retail-table tbody tr:last-child td {
  border-bottom: none;
  color: #09a6a3;
  font-weight: 500;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.iot-in-retail-table tbody tr:last-child td:first-child {
  color: #323232;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.iot-in-retail-table tbody tr:nth-last-child(2) td {
  color: #006a70;
  font-weight: 500;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.iot-in-retail-table tbody tr:nth-last-child(2) td:first-child {
  color: #323232;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.iot-in-retail-table tbody tr:nth-last-child(2) {
  position: relative;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.iot-in-retail-table tbody tr:nth-last-child(2):after {
  background: linear-gradient(90deg,
      #f8374e,
      #b27cb8 60%,
      #09a6a3 90.95%);
  content: "";
  display: block;
  height: 4px;
  max-width: 76%;
  position: absolute;
  right: 0;
  top: -2px;
  width: 100%;
}

.blog-portfolio-content .blog-portfolio-paragraphs .table-desc {
  color: #6e6d71;
  font-size: 14px;
  padding-top: 10px;
  text-align: right;
}

@media (max-width: 835px) {
  .blog-portfolio-content .blog-portfolio-paragraphs .table-desc {
    text-align: center;
  }
}

/*! Breakpoints */
/*! Media queries */
.elearning-future .sub-text-image {
  margin-right: 0;
  max-width: 384px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

  .elearning-future .main-grid-bigger-quarter,
  .elearning-future .main-grid-less-quarter {
    align-self: center;
    flex: 1 1 100%;
  }
}

.elearning-standard-icons.icons-row {
  margin-bottom: 0;
}

.elearning-standard-icons.icons-row svg {
  margin-top: 40px;
}

.elearning-lms-icons {
  margin-right: -32px;
  margin-top: 16px;
}

.elearning-lms-icons .icons-item {
  margin-right: 32px;
  margin-top: 24px;
}

@media only screen and (min-width: 1025px) {
  .elearning-lms-icons .icons-item:first-child {
    margin-right: 60px;
  }
}

.elearning-innovation .sub-text-image {
  margin-right: 0;
  margin-top: 60px;
}

.elearning-innovation .sub-text-image-grid:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .elearning-innovation .sub-text-image-grid {
    flex-direction: column;
  }

  .elearning-innovation .sub-text-image-grid-img {
    margin-bottom: 30px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .elearning-innovation .sub-text-image-grid+.sub-text-image-grid {
    margin-top: 30px;
  }
}

/*! Breakpoints */
/*! Media queries */
.magento-consulting .magento-consulting-icons {
  justify-content: space-between;
  margin-top: -20px;
  width: 100%;
}

.magento-consulting .magento-consulting-icons div {
  align-items: center;
  background: #fff;
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 4px;
  display: flex;
  height: 60px;
  justify-content: center;
  margin-top: 20px;
  position: relative;
  text-align: center;
  width: 280px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .magento-consulting .magento-consulting-icons div {
    width: 100%;
  }
}

.magento-consulting .magento-consulting-icons div:before {
  background: linear-gradient(90deg,
      #f09819,
      12%,
      #e42b14 43.75%,
      #bb1db5);
  border-radius: inherit;
  content: "";
  height: calc(100% + 8px);
  left: 0;
  margin: -4px;
  position: absolute;
  top: 0;
  width: calc(100% + 8px);
  z-index: -1;
}

.erp-customization-issues .magento-consulting .magento-consulting-icons div .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .magento-consulting .magento-consulting-icons div p,
.magento-consulting .magento-consulting-icons div .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.magento-consulting .magento-consulting-icons div .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.magento-consulting .magento-consulting-icons div .paragraph {
  font-weight: 400;
  line-height: 19px;
}

.magento-consulting-tabs-block .magento-consulting-icons div {
  width: 176px;
}

.magento-consulting-tabs-block .magento-consulting-icons div:before {
  background: #bb1db5;
}

.erp-customization-issues .magento-consulting-tabs-block .magento-consulting-icons div .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .magento-consulting-tabs-block .magento-consulting-icons div p,
.magento-consulting-tabs-block .magento-consulting-icons div .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.magento-consulting-tabs-block .magento-consulting-icons div .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.magento-consulting-tabs-block .magento-consulting-icons div .paragraph {
  font-size: 14px;
  line-height: 18px;
}

@media (max-width: 395px) {
  .magento-consulting-tabs-block .magento-consulting-icons div {
    width: 100%;
  }
}

.magento-consulting-tabs-block .magento-consulting-icons div:first-child:before {
  background: linear-gradient(90deg,
      #f09819,
      12%,
      #e42b14 43.75%,
      #bb1db5);
}

.magento-consulting-tabs-block .magento-consulting-icons div:first-child p {
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .magento-consulting .copy-image-accordion .halved-content-image-item {
    height: 340px;
  }
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .magento-consulting .copy-image-accordion .halved-content-image-item {
    height: 170px;
  }
}

/*! Breakpoints */
/*! Media queries */
.magento-development-scheme-block {
  margin: 0 auto;
  width: 401px;
}

.magento-development-apps .two-columns-grid .gatsby-image-wrapper {
  max-height: 308px;
}

.magento-development-apps .two-columns-grid .gatsby-image-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*! Breakpoints */
/*! Media queries */
.hospital-management-control .main-grid-item:last-child {
  max-width: 488px;
}

@media only screen and (max-width: 767px) {
  .hospital-management-control .main-grid-item:last-child {
    margin-top: 40px;
  }
}

.hospital-management-control .main-grid-item:last-child h3 {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 36px;
  font-weight: 900;
  justify-content: center;
  line-height: 43px;
  text-align: center;
}

.hospital-management-control .main-grid-item:last-child h3 span {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

@media (min-width: 1025px) {
  .hospital-management-rowtabs .mdc-tab-scroller__scroll-area--scroll {
    overflow-x: hidden;
  }

  .hospital-management-rowtabs .mdc-tab-scroller__scroll-area--scroll .mdc-tab-scroller__scroll-content {
    flex-wrap: wrap;
    width: 100%;
  }

  .hospital-management-rowtabs .mdc-tab-scroller__scroll-area--scroll .mdc-tab-scroller__scroll-content .tabs-row-item {
    margin-bottom: 32px;
    padding-bottom: 15px;
  }

  .hospital-management-rowtabs .mdc-tab-scroller__scroll-area--scroll .mdc-tab-scroller__scroll-content .mdc-tab__text-label {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }
}

.hospital-management-rowtabs .tabs-row-panels {
  background: #f8f8f8;
  margin-top: 8px;
  padding: 36px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .hospital-management-rowtabs .tabs-row-panels {
    margin-top: 40px;
  }
}

.hospital-management-rowtabs .tabs-row-panels .undefined-right {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.hospital-management-rowtabs .tabs-row-panels .undefined-right .title-link-wrapper {
  width: 100%;
}

.hospital-management-rowtabs .tabs-row-panels .undefined-right .second-level-title {
  font-size: 32px;
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .hospital-management-rowtabs .tabs-row-panels .undefined-right .second-level-title {
    font-size: 28px;
  }
}

.hospital-management-rowtabs .tabs-row-panels .undefined-right .second-level-title.title-link-text {
  width: auto;
}

.hospital-management-rowtabs .tabs-row-panels .undefined-right h2 {
  margin-bottom: 24px;
}

.hospital-management-rowtabs .tabs-row-panels .undefined-right .list {
  max-width: 550px;
}

@media only screen and (max-width: 1024px) {
  .hospital-management-rowtabs .tabs-row-panels .undefined-right .list {
    margin-top: 24px;
  }
}

.hospital-management-rowtabs .tabs-row-panels .undefined-right p {
  line-height: 24px;
  margin-right: 52px;
  max-width: 536px;
}

@media only screen and (max-width: 1280px) {
  .hospital-management-rowtabs .tabs-row-panels .undefined-right p {
    margin-right: 32px;
    max-width: 500px;
  }
}

.hospital-management-ensure .title-copy-columns {
  padding-bottom: 32px;
}

.hospital-management-ensure .two-columns-grid {
  align-items: center;
}

.hospital-management-ensure .icons-row {
  margin-top: 0;
}

.hospital-management-ensure .icons-row svg {
  margin-right: 60px;
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .hospital-management-ensure .icons-row svg {
    margin-bottom: 20px;
  }
}

.hospital-management-ensure .icons-row svg:last-child {
  margin-right: 0;
}

.hospital-management-circle-scheme {
  align-items: flex-end;
  display: flex;
  height: 276px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 526px;
}

@media only screen and (max-width: 1024px) {
  .hospital-management-circle-scheme {
    margin-bottom: 40px;
  }
}

.hospital-management-circle-scheme .svg-circle {
  bottom: 8px;
  color: #323232;
  font-size: 14px;
  font-weight: 300;
  height: 120px;
  line-height: 18px;
  position: absolute;
  width: 120px;
}

.hospital-management-circle-scheme div:nth-child(2) {
  bottom: 0;
  font-weight: 700;
  left: calc(50% - 53px);
  line-height: 20px;
  max-width: 106px;
  position: absolute;
  text-align: center;
}

.hospital-management-circle-scheme div:nth-child(3) {
  bottom: 9px;
  left: 0;
}

.hospital-management-circle-scheme div:nth-child(4) {
  left: 77px;
  top: 41px;
}

.hospital-management-circle-scheme div:nth-child(5) {
  top: 0;
}

.hospital-management-circle-scheme div:nth-child(6) {
  right: 77px;
  top: 41px;
}

.hospital-management-circle-scheme div:nth-child(7) {
  bottom: 9px;
  right: 0;
}

.hospital-management-related.has-cta-after.section-background {
  margin-bottom: -2px;
}

.hospital-management-related.has-cta-after.section-background .title-copy-boxes-text {
  padding-bottom: 1px;
}

.hospital-management-topcolumn .second-level-title {
  max-width: 800px;
}

/*! Breakpoints */
/*! Media queries */
.elearning-portals-key .none {
  display: none;
}

.elearning-portals-key .table-title {
  max-width: 280px;
}

.elearning-portals-key .top-bordered-columns-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.elearning-portals-addons .image-grid-bordered-caption-title {
  margin-bottom: 20px;
}

.elearning-portals-icons,
.elearning-portals-sheme {
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {

  .elearning-portals-icons,
  .elearning-portals-sheme {
    justify-content: flex-start;
  }

  .elearning-portals-icons .icons-item,
  .elearning-portals-sheme .icons-item {
    margin-bottom: 15px;
    margin-right: 32px;
  }

  .elearning-portals-icons .icons-item:last-child,
  .elearning-portals-sheme .icons-item:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 479px) {
  .elearning-portals-sheme .icons-item {
    margin-right: 0;
  }

  .elearning-portals-sheme svg {
    width: 100%;
  }
}

.elearning-portals-block {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.elearning-portals-block .scheme-block {
  max-width: 384px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .elearning-portals-block .scheme-block {
    max-width: 32%;
  }
}

.elearning-portals-block .scheme-block div:first-child {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  line-height: 22px;
  position: relative;
  text-align: center;
  width: 100%;
}

.elearning-portals-block .scheme-block div:nth-child(2) {
  align-items: center;
  background: #f8f8f8;
  border: 3px solid #eee;
  border-radius: 4px;
  border-top: none;
  color: #323232;
  display: flex;
  font-size: 14px;
  font-weight: 300;
  height: 83px;
  justify-content: center;
  line-height: 18px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 3px;
  position: relative;
  text-align: center;
  top: -3px;
  z-index: -2;
}

@media only screen and (max-width: 1024px) {
  .elearning-portals-block .scheme-block div:nth-child(2) {
    font-size: 12px;
  }
}

.elearning-portals-layout .half-callout-wrapper .cta-small .callout-stripe-copy-small {
  min-width: 654px;
}

@media (max-width: 1700px) {
  .elearning-portals-layout .half-callout-wrapper .cta-small .callout-stripe-copy-small {
    min-width: auto;
  }
}

.elearning-portals-layout .half-callout-wrapper .cta-small .callout-stripe-button-small {
  min-width: 306px;
}

@media (max-width: 1700px) {
  .elearning-portals-layout .half-callout-wrapper .cta-small .callout-stripe-button-small {
    min-width: auto;
  }
}

.elearning-portals-layout .half-callout-wrapper .cta-small .callout-stripe-button-small:after {
  height: calc(100% + 2px);
}

/*! Breakpoints */
/*! Media queries */
.erp-customization-first.section {
  margin-bottom: 80px;
  margin-top: 80px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .erp-customization-first.section {
    margin-bottom: 60px;
  }
}

.erp-customization-first.section .main-grid-item.main-grid-bigger-quarter {
  margin-right: 104px;
}

@media only screen and (max-width: 1280px) {
  .erp-customization-first.section .main-grid-item.main-grid-bigger-quarter {
    margin-right: 32px;
  }
}

.erp-customization-first.section .main-grid-item.main-grid-less-quarter {
  max-width: 312px;
}

.erp-customization-benefits .second-level-title {
  margin-bottom: 40px;
}

.erp-customization-landscape-block {
  margin-top: 138px;
}

.erp-customization-landscape-block-scheme {
  display: flex;
  margin-top: 80px;
}

.erp-customization-landscape-block-scheme .second-circle-column {
  position: relative;
}

.erp-customization-landscape-block-scheme .second-circle-column .main-title {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.erp-customization-landscape-block-scheme .first-column,
.erp-customization-landscape-block-scheme .last-column {
  flex: 1 1 100%;
}

.erp-customization-landscape-block-scheme .text-block {
  align-items: flex-end;
  border-bottom: 1px solid #c4c4c4;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  min-height: 60px;
  padding: 0 0 4px 10px;
}

.erp-customization-issues .erp-customization-landscape-block-scheme .text-block .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-landscape-block-scheme .text-block .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-landscape-block-scheme .text-block .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.erp-customization-landscape-block-scheme .text-block .paragraph,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .erp-customization-landscape-block-scheme .text-block p {
  padding-top: 0;
  text-align: start;
}

.erp-customization-issues .erp-customization-landscape-block-scheme .text-block .reverse-align.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-landscape-block-scheme .text-block .erp-customization-issues .reverse-align.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-landscape-block-scheme .text-block .erp-customization-paths .title-copy-columns .main-grid-item:last-child p.reverse-align,
.erp-customization-landscape-block-scheme .text-block .paragraph.reverse-align,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .erp-customization-landscape-block-scheme .text-block p.reverse-align {
  text-align: end;
}

.erp-customization-landscape-block-scheme .text-block .svg-bold-text {
  color: #000;
}

.erp-customization-landscape-block-scheme .first-column .text-block {
  padding: 0 10px 4px 0;
}

.erp-customization-landscape-block-scheme .first-column .text-block:first-child {
  margin-right: -41px;
  max-width: 530px;
  transform: translateY(-40px);
}

@media only screen and (max-width: 928px) {

  .erp-customization-issues .erp-customization-landscape-block-scheme .first-column .text-block:first-child .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-landscape-block-scheme .first-column .text-block:first-child .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-landscape-block-scheme .first-column .text-block:first-child .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
  .erp-customization-landscape-block-scheme .first-column .text-block:first-child .paragraph,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .erp-customization-landscape-block-scheme .first-column .text-block:first-child p {
    max-width: 230px;
  }
}

.erp-customization-landscape-block-scheme .first-column .text-block:last-child {
  margin-right: -18px;
  max-width: 505px;
  min-height: 100px;
  transform: translateY(44px);
}

@media only screen and (max-width: 928px) {

  .erp-customization-issues .erp-customization-landscape-block-scheme .first-column .text-block:last-child .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-landscape-block-scheme .first-column .text-block:last-child .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-landscape-block-scheme .first-column .text-block:last-child .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
  .erp-customization-landscape-block-scheme .first-column .text-block:last-child .paragraph,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .erp-customization-landscape-block-scheme .first-column .text-block:last-child p {
    max-width: 200px;
  }
}

.erp-customization-landscape-block-scheme .last-column .text-block:first-child {
  margin-left: -89px;
  max-width: 576px;
  position: relative;
  transform: translateY(-90px);
}

.erp-customization-landscape-block-scheme .last-column .text-block:first-child:after {
  background: #c4c4c4;
  bottom: -23px;
  content: "";
  height: 24px;
  left: -6px;
  position: absolute;
  transform: rotate(30.96deg);
  width: 1px;
}

@media only screen and (max-width: 928px) {

  .erp-customization-issues .erp-customization-landscape-block-scheme .last-column .text-block:first-child .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-landscape-block-scheme .last-column .text-block:first-child .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-landscape-block-scheme .last-column .text-block:first-child .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
  .erp-customization-landscape-block-scheme .last-column .text-block:first-child .paragraph,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .erp-customization-landscape-block-scheme .last-column .text-block:first-child p {
    max-width: 285px;
  }
}

.erp-customization-landscape-block-scheme .last-column .text-block:nth-child(2) {
  margin-left: -24px;
  max-width: 511px;
  transform: translateY(-80px);
}

.erp-customization-issues .erp-customization-landscape-block-scheme .last-column .text-block:nth-child(2) .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-landscape-block-scheme .last-column .text-block:nth-child(2) .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-landscape-block-scheme .last-column .text-block:nth-child(2) .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.erp-customization-landscape-block-scheme .last-column .text-block:nth-child(2) .paragraph,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .erp-customization-landscape-block-scheme .last-column .text-block:nth-child(2) p {
  max-width: 340px;
}

@media only screen and (max-width: 928px) {
  .erp-customization-landscape-block-scheme .last-column .text-block:nth-child(2) {
    align-items: flex-start;
    border: none;
    border-top: 1px solid #c4c4c4;
    position: relative;
    transform: translateY(-57px);
  }

  .erp-customization-landscape-block-scheme .last-column .text-block:nth-child(2):after {
    background: #c4c4c4;
    content: "";
    height: 24px;
    left: -7px;
    position: absolute;
    top: -2px;
    transform: rotate(30.96deg);
    width: 1px;
  }

  .erp-customization-issues .erp-customization-landscape-block-scheme .last-column .text-block:nth-child(2) .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-landscape-block-scheme .last-column .text-block:nth-child(2) .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-landscape-block-scheme .last-column .text-block:nth-child(2) .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
  .erp-customization-landscape-block-scheme .last-column .text-block:nth-child(2) .paragraph,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .erp-customization-landscape-block-scheme .last-column .text-block:nth-child(2) p {
    max-width: 214px;
  }
}

.erp-customization-landscape-block-scheme .last-column .text-block:last-child {
  margin-left: 0;
  max-width: 486px;
  transform: translateY(-20px);
}

.erp-customization-issues .erp-customization-landscape-block-scheme .last-column .text-block:last-child .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-landscape-block-scheme .last-column .text-block:last-child .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-landscape-block-scheme .last-column .text-block:last-child .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.erp-customization-landscape-block-scheme .last-column .text-block:last-child .paragraph,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .erp-customization-landscape-block-scheme .last-column .text-block:last-child p {
  max-width: 372px;
}

@media only screen and (max-width: 928px) {
  .erp-customization-landscape-block-scheme .last-column .text-block:last-child {
    align-items: flex-start;
    border: none;
    border-top: 1px solid #c4c4c4;
    margin-left: 9px;
  }

  .erp-customization-issues .erp-customization-landscape-block-scheme .last-column .text-block:last-child .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-landscape-block-scheme .last-column .text-block:last-child .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-landscape-block-scheme .last-column .text-block:last-child .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
  .erp-customization-landscape-block-scheme .last-column .text-block:last-child .paragraph,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .erp-customization-landscape-block-scheme .last-column .text-block:last-child p {
    width: 188px;
  }
}

.erp-customization-landscape-block .alt {
  line-height: 160%;
  max-width: none;
  text-align: end;
}

.erp-customization-vs .paragraph-bolder {
  font-weight: 300;
}

.erp-customization-vs-title {
  max-width: 800px;
}

.erp-customization-vs-table {
  margin-bottom: 80px;
}

@media only screen and (min-width: 1025px) {
  .erp-customization-vs-table {
    justify-content: space-between;
  }

  .erp-customization-vs-table .main-grid-item:first-child {
    max-width: 280px;
  }

  .erp-customization-vs-table .main-grid-item:nth-last-child(2) {
    max-width: 488px;
  }

  .erp-customization-vs-table .main-grid-item:last-child {
    max-width: 384px;
  }
}

.erp-customization-vs-scheme {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template: minmax(60px, 1fr) 30px minmax(60px, 1fr) 30px minmax(60px,
      1fr
    ) 30px minmax(60px, 1fr) 30px minmax(60px, 1fr) / minmax(auto, 1fr) minmax(50px,
      70px
    ) minmax(260px, 1fr) minmax(50px, 70px) minmax(auto, 1fr);
  justify-items: center;
}

.erp-customization-vs-scheme .arrow {
  position: relative;
}

.erp-customization-vs-scheme .arrow svg {
  width: 100%;
}

.erp-customization-vs-scheme .arrow .svg-thin-text {
  left: 50%;
  position: absolute;
  top: calc(50% - 18px);
  transform: translate(-50%, -50%);
}

.erp-customization-vs-scheme .arrow .svg-thin-text.no {
  left: calc(50% + 25px);
  top: 50%;
}

.erp-customization-vs-scheme .arrow .svg-thin-text.angle {
  bottom: 7px;
  top: unset;
  transform: translate(-50%);
}

.erp-customization-vs-scheme .rotate {
  transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) {
  .erp-customization-vs-scheme {
    gap: 10px;
  }
}

.erp-customization-vs-scheme .svg-rec {
  align-items: center;
  color: #323232;
  display: grid;
  height: 60px;
  justify-items: center;
  max-width: 340px;
  padding: 0;
  width: 100%;
}

.erp-customization-vs-scheme .svg-border-mono {
  border-color: #59068c;
}

.erp-customization-vs-scheme .svg-grey {
  background: #f2f2f2;
  border-color: #e0e0e0;
}

.erp-customization-vs-scheme div:nth-child(4) {
  grid-area: 2/3/3/4;
}

.erp-customization-vs-scheme div:nth-child(5) {
  grid-area: 3/1/4/2;
}

.erp-customization-vs-scheme div:nth-child(6) {
  grid-area: 3/2/4/3;
}

.erp-customization-vs-scheme div:nth-child(7) {
  grid-area: 3/3/4/4;
}

.erp-customization-vs-scheme div:nth-child(8) {
  align-self: flex-start;
  grid-area: 4/1/8/3;
  justify-self: flex-end;
  min-width: 260px;
}

.erp-customization-vs-scheme div:nth-child(9) {
  grid-area: 4/3/5/4;
}

.erp-customization-vs-scheme div:nth-child(10) {
  grid-area: 5/3/6/4;
}

.erp-customization-vs-scheme div:nth-child(11) {
  grid-area: 5/4/6/5;
}

.erp-customization-vs-scheme div:nth-child(12) {
  grid-area: 5/5/6/6;
}

.erp-customization-vs-scheme div:nth-child(13) {
  grid-area: 6/3/7/4;
}

.erp-customization-vs-scheme div:nth-child(14) {
  grid-area: 7/3/8/4;
}

.erp-customization-vs-scheme div:nth-child(15) {
  grid-area: 8/3/9/4;
}

.erp-customization-vs-scheme div:nth-child(16) {
  grid-area: 9/3/10/4;
}

.erp-customization-paths.section-background {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .erp-customization-paths.section-background {
    margin-bottom: 60px;
  }
}

.erp-customization-paths .tabs.thiny-tabs .tabs-wrapper {
  margin-right: 180px;
  max-width: 428px;
}

@media only screen and (max-width: 1024px) {
  .erp-customization-paths .tabs.thiny-tabs .tabs-wrapper {
    all: unset;
  }
}

.erp-customization-issues .erp-customization-paths .tabs.thiny-tabs .paragraph .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-issues .erp-customization-paths .tabs.thiny-tabs .paragraph-no-padding-top.paragraph-bolder .paragraph,
.erp-customization-issues .erp-customization-paths .tabs.thiny-tabs .paragraph-no-padding-top.paragraph-bolder .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-issues .erp-customization-paths .tabs.thiny-tabs .paragraph-no-padding-top.paragraph-bolder .title-copy-columns .main-grid-item:last-child p,
.erp-customization-issues .erp-customization-paths .tabs.thiny-tabs .title-copy-columns .main-grid-item:last-child p .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-issues .erp-customization-paths .title-copy-columns .main-grid-item:last-child .tabs.thiny-tabs .paragraph-no-padding-top.paragraph-bolder p,
.erp-customization-issues .erp-customization-paths .title-copy-columns .main-grid-item:last-child .tabs.thiny-tabs p .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .tabs.thiny-tabs .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder .paragraph,
.erp-customization-paths .tabs.thiny-tabs .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .tabs.thiny-tabs .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder .title-copy-columns .main-grid-item:last-child p,
.erp-customization-paths .tabs.thiny-tabs .paragraph .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .tabs.thiny-tabs .paragraph .paragraph,
.erp-customization-paths .tabs.thiny-tabs .paragraph .title-copy-columns .main-grid-item:last-child p,
.erp-customization-paths .tabs.thiny-tabs .title-copy-columns .main-grid-item:last-child p .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .tabs.thiny-tabs .title-copy-columns .main-grid-item:last-child p .paragraph,
.erp-customization-paths .tabs.thiny-tabs .title-copy-columns .main-grid-item:last-child p p,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .tabs.thiny-tabs .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder p,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .tabs.thiny-tabs .paragraph p,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .tabs.thiny-tabs p .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .tabs.thiny-tabs p .paragraph,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .tabs.thiny-tabs p p {
  font-weight: 500;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .erp-customization-common {
    display: none;
  }
}

.erp-customization-common-scheme {
  margin-top: 40px;
}

.erp-customization-common-scheme .svg-border-gradient {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .erp-customization-common-scheme .scheme-row-blocks-item {
    margin-right: 10px;
  }
}

.erp-customization-common-scheme .scheme-row-blocks-item .scheme-row-blocks-inner {
  justify-content: flex-start;
  padding: 20px;
  text-align: start;
}

@media only screen and (max-width: 1024px) {
  .erp-customization-common-scheme .scheme-row-blocks-item .scheme-row-blocks-inner {
    padding: 10px;
  }
}

.erp-customization-common-scheme .scheme-row-blocks-item .scheme-row-blocks-inner .scheme-row-blocks-paragraph {
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 11px;
}

.erp-customization-common-scheme .scheme-row-blocks-item .scheme-row-blocks-inner .list-item {
  line-height: 1.6;
}

.erp-customization-common-scheme .plus-block {
  display: flex;
  justify-content: space-around;
  margin: 16px 0;
}

.erp-customization-common-scheme .plus-block svg path {
  stroke: #c4c4c4;
}

@media only screen and (max-width: 1024px) {
  .erp-customization-common-scheme .plus-block {
    margin: 0;
  }

  .erp-customization-common-scheme .plus-block svg {
    width: 34px;
  }
}

.erp-customization-platforms .second-level-title {
  margin-bottom: 40px;
}

.erp-customization-platforms .top-bordered-columns .main-grid-item:not(:last-of-type) {
  margin-right: 40px;
}

.erp-customization-issues .erp-customization-platforms .top-bordered-columns .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .erp-customization-platforms .top-bordered-columns p,
.erp-customization-platforms .top-bordered-columns .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-platforms .top-bordered-columns .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.erp-customization-platforms .top-bordered-columns .paragraph {
  margin-top: 20px;
}

.erp-customization-framework {
  padding-left: calc(50% - 608px);
}

.erp-customization-framework .container {
  margin-right: 0;
  max-width: none;
}

@media only screen and (max-width: 1280px) {
  .erp-customization-framework {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .erp-customization-framework {
    display: none;
  }
}

.erp-customization-framework .second-level-title {
  margin-bottom: 40px;
}

.erp-customization-framework .scheme-progress-container-outstanding {
  margin-top: 38px;
}

.erp-customization-framework .scheme-progress-item {
  max-width: 259px;
}

@media only screen and (max-width: 1280px) {
  .erp-customization-framework .scheme-progress-item {
    flex: 1 1 100%;
    margin-bottom: 30px;
  }
}

.erp-customization-framework .scheme-progress-item-description p {
  font-size: 16px;
  line-height: 1.5;
}

.erp-customization-framework .scheme-progress-item-last {
  margin-right: 10px;
}

.erp-customization-related .second-level-title {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1025px) {
  .erp-customization-issues-table {
    justify-content: space-between;
  }

  .erp-customization-issues-table .main-grid-item:first-child {
    max-width: 280px;
  }

  .erp-customization-issues-table .main-grid-item:nth-last-child(2) {
    max-width: 384px;
  }

  .erp-customization-issues-table .main-grid-item:last-child {
    max-width: 488px;
  }
}

.erp-customization-faq {
  padding-left: calc(50% - 608px);
}

.erp-customization-faq.container {
  margin-right: 0;
  max-width: none;
}

@media only screen and (max-width: 1280px) {
  .erp-customization-faq {
    padding-left: 0;
  }
}

.erp-customization-faq-accordion-left {
  flex: 0 1 488px;
}

.erp-customization-faq-accordion-right {
  flex: 0 1 823px;
}

.erp-customization-faq-accordion-right .accordion-content {
  margin-right: 23px;
}

/*! Breakpoints */
/*! Media queries */
.web-apps {
  overflow: hidden;
}

.web-apps-needs .web-app-logos {
  margin-right: -35px;
  margin-top: 15px;
}

.web-apps-needs .web-app-logos .icons-item {
  margin-right: 40px;
  margin-top: 25px;
}

.web-apps-needs .web-app-logos .icons-item:nth-child(-n + 5) {
  margin-right: 35px;
}

.web-apps-why {
  padding-bottom: 52px;
}

.web-apps-why .main-grid-outstanding-item-left {
  margin-right: 7px;
  min-width: 45%;
  padding-right: 0;
}

@media only screen and (min-width: 1025px) {
  .web-apps-why .list-overview-item:nth-last-child(-n + 3) .third-level-title {
    font-size: 24px;
  }
}

.web-apps-tabs .tabs-wrapper {
  max-width: 482px;
  padding-right: 0;
}

.web-apps-tabs .tabs-panels {
  grid-row-gap: 44px;
  grid-column-gap: 32px;
  display: grid;
  grid-template-columns: repeat(4, 280px);
}

@media only screen and (max-width: 1440px) {
  .web-apps-tabs .tabs-panels {
    grid-template-columns: repeat(3, auto);
  }
}

@media only screen and (max-width: 767px) {
  .web-apps-tabs .tabs-panels {
    grid-template-columns: repeat(2, auto);
  }
}

.web-apps-tabs .list-block-links {
  display: block;
}

.web-apps-security.section-background .container {
  max-width: 1247px;
}

@media only screen and (max-width: 1440px) {
  .web-apps-security.section-background .container {
    max-width: 1216px;
  }

  .web-apps-security.section-background .container h3 {
    max-width: 592px;
  }
}

.web-apps-security.section-background .container .main-grid-less-quarter {
  max-width: 384px;
}

.web-apps-security.section-background .container .sub-text-image-grid-wrapper h3 {
  color: #003849;
}

.web-apps-framework.title-copy-boxes-container .container {
  margin-right: 0;
  max-width: none;
}

@media only screen and (max-width: 1440px) {
  .web-apps-framework.title-copy-boxes-container .container {
    max-width: 1216px;
  }
}

.web-apps-framework.title-copy-boxes-container .scheme-progress-container-outstanding {
  margin: 28px 0 38px 64px;
}

.web-apps-framework.title-copy-boxes-container .scheme-progress-item-last {
  margin-right: 32px;
}

@media only screen and (max-width: 1024px) {
  .web-apps-framework.title-copy-boxes-container .scheme-progress-item {
    flex: 1 1 100%;
    margin-right: 32px;
    max-width: 170px;
  }
}

.web-apps-faq .main-grid-less-quarter {
  flex: 1 5 100%;
}

.web-apps-faq .main-grid .main-grid-item:not(:first-child) {
  max-width: 176px;
}

@media only screen and (max-width: 767px) {
  .web-apps-faq {
    flex: 1 1 30%;
  }
}

@media only screen and (max-width: 1280px) {
  .web-apps .table-top-bordered-row .main-grid-less-quarter {
    min-width: 381px;
  }
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (min-width: 1281px) {
  .app-migration-accordion.halved-content-item {
    padding-right: 72px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .app-migration-accordion.halved-content-item {
    padding-left: 32px;
  }
}

.app-migration-accordion .accordion-content.opened {
  margin-top: 43px;
}

.app-migration-accordion .accordion-content .erp-customization-issues .list+.paragraph-no-padding-top.paragraph-bolder,
.app-migration-accordion .accordion-content .erp-customization-paths .title-copy-columns .main-grid-item:last-child .list+p,
.app-migration-accordion .accordion-content .list+.paragraph,
.erp-customization-issues .app-migration-accordion .accordion-content .list+.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .app-migration-accordion .accordion-content .list+p {
  padding-top: 20px;
}

.app-migration-table-top-titles .table-title-columns:first-child {
  flex: 1 2 100%;
}

.app-migration-partner-scheme {
  display: flex;
  justify-content: space-between;
  max-width: 1216px;
  width: 100%;
}

.app-migration-partner-scheme-block {
  flex: 1 1;
  margin-right: 32px;
  max-width: 280px;
  width: 100%;
}

.app-migration-partner-scheme-block:last-child {
  margin-right: 0;
}

.app-migration-partner-scheme-block .svg-thin-text {
  line-height: 20px;
}

.app-migration-partner-scheme-block:nth-child(2) .app-migration-partner-scheme-inner {
  padding: 29px 20px;
}

.app-migration-partner-scheme-inner {
  background-color: #f8f8f8;
  border: 3px solid #eee;
  border-radius: 4px;
  border-top: none;
  color: #323232;
  height: 68%;
  line-height: 18px;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}

@media only screen and (min-width: 1180px) {
  .app-migration-partner-scheme-inner {
    height: 100%;
    max-height: 120px;
  }
}

.app-migration-partner-scheme .svg-rec {
  background-color: #fff;
}

@media only screen and (max-width: 1180px) {
  .app-migration-partner-scheme .svg-bold-text {
    align-items: center;
    display: flex;
    height: 32%;
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) {
  .app-migration-icon-columns {
    grid-row-gap: 32px;
    grid-template-columns: repeat(3, auto);
  }
}

.app-migration-icon-columns .icon-title-item {
  max-width: 384px;
  width: 100%;
}

.app-migration-framework {
  display: flex;
}

.app-migration-framework .scheme-progress {
  margin-top: 60px;
}

.app-migration-framework .scheme-progress-item-last {
  margin-right: 32px;
}

@media only screen and (max-width: 1280px) {
  .app-migration-framework .scheme-progress-item {
    flex: 1 1 100%;
    margin-bottom: 30px;
    max-width: 210px;
  }
}

@media only screen and (max-width: 1024px) {
  .app-migration-framework .scheme-progress-item {
    max-width: 200px;
  }
}

.app-migration-framework .scheme-progress-container-outstanding {
  margin: 28px 0 24px 64px;
}

.app-migration-framework .container {
  margin-left: calc(50% - 608px);
  margin-right: 0;
  max-width: none;
}

@media only screen and (max-width: 1280px) {
  .app-migration-framework .container {
    margin-left: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .app-migration-framework .container {
    margin-left: 20px;
  }
}

.app-migration-tabs {
  margin-bottom: 100px;
  padding-left: calc(50% - 608px);
}

@media only screen and (max-width: 1280px) {
  .app-migration-tabs {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .app-migration-tabs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .app-migration-tabs-panels {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1025px) {
  .app-migration-tabs .app-migration-tabs-left {
    margin-right: 32px;
    max-width: 592px;
  }
}

.app-migration-tabs .app-migration-tabs-right {
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .app-migration-tabs .app-migration-tabs-right {
    max-width: 800px;
  }
}

@media only screen and (max-width: 1024px) {
  .app-migration-tabs .app-migration-tabs-right {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
}

.app-migration-tabs .tabs-row-left-opt-content {
  display: flex;
}

.app-migration-tabs-list {
  margin-right: 32px;
  max-width: 260px;
  width: 100%;
}

.app-migration-tabs-list .list-item {
  line-height: 1.5;
}

.app-migration-tabs-list:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .app-migration-highlights .image-grid-bordered-caption-item {
    margin-right: 0;
  }
}

.app-migration-subtext .second-level-title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .app-migration-subtext .sub-text-image-grid+.sub-text-image-grid {
    margin-top: 20px;
  }
}

/*! Breakpoints */
/*! Media queries */
.blog-portfolio-content .blog-portfolio-paragraphs table.appian-vs-pega-table thead th {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 15px;
  padding-top: 0;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.appian-vs-pega-table thead th span {
  display: block;
  font-size: 14px;
  font-weight: 300;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.appian-vs-pega-table tbody td:first-child {
  font-size: 16px;
  font-weight: 500;
  width: 100px;
}

@media only screen and (min-width: 768px) {
  .blog-portfolio-content .blog-portfolio-paragraphs table.appian-vs-pega-table tbody td:nth-child(2) {
    min-width: 100px;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs table.appian-vs-pega-table tbody td:last-child,
.blog-portfolio-content .blog-portfolio-paragraphs table.appian-vs-pega-table tbody td:not(:last-of-type) {
  padding-bottom: 17px;
  padding-top: 17px;
}

@media only screen and (min-width: 768px) {
  .blog-portfolio-content .blog-portfolio-paragraphs table.appian-vs-pega-table tbody td:last-child {
    width: 200px;
  }

  .blog-portfolio-content .blog-portfolio-paragraphs table.appian-vs-pega-table tbody td:nth-child(3),
  .blog-portfolio-content .blog-portfolio-paragraphs table.appian-vs-pega-table tbody td:nth-child(4) {
    min-width: 200px;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs table.appian-vs-pega-table tbody tr:last-child td {
  padding-bottom: 0;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.appian-vs-pega-table+p {
  color: #6e6d71;
  font-size: 14px;
  text-align: right;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.appian-vs-pega-big-table thead th {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 17px;
  padding-top: 0;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.appian-vs-pega-big-table tbody td:first-child {
  font-size: 16px;
  font-weight: 500;
  padding-right: 0;
  width: 160px;
}

@media only screen and (min-width: 768px) {
  .blog-portfolio-content .blog-portfolio-paragraphs table.appian-vs-pega-big-table tbody td:not(:first-of-type) {
    width: 320px;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs table.appian-vs-pega-big-table tbody td:last-child,
.blog-portfolio-content .blog-portfolio-paragraphs table.appian-vs-pega-big-table tbody td:not(:last-of-type) {
  padding-bottom: 17px;
  padding-top: 17px;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.appian-vs-pega-big-table tbody tr:last-child td {
  padding-bottom: 0;
}

/*! Breakpoints */
/*! Media queries */
.blog-portfolio-content .blog-portfolio-paragraphs table.collaborative-crm-table thead th {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 15px;
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  .blog-portfolio-content .blog-portfolio-paragraphs table.collaborative-crm-table tbody td:first-child {
    width: 100px;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs table.collaborative-crm-table tbody td {
  font-weight: 500;
}

@media only screen and (min-width: 768px) {

  .blog-portfolio-content .blog-portfolio-paragraphs table.collaborative-crm-table tbody td:nth-child(2),
  .blog-portfolio-content .blog-portfolio-paragraphs table.collaborative-crm-table tbody td:nth-child(3) {
    width: 230px;
  }

  .blog-portfolio-content .blog-portfolio-paragraphs table.collaborative-crm-table tbody td:nth-child(4) {
    width: 240px;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs table.collaborative-crm-table tbody td:last-child,
.blog-portfolio-content .blog-portfolio-paragraphs table.collaborative-crm-table tbody td:not(:last-of-type) {
  padding-bottom: 17px;
  padding-top: 17px;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.collaborative-crm-table tbody tr:last-child td {
  padding-bottom: 0;
}

/*! Breakpoints */
/*! Media queries */
.blog-portfolio-content .blog-portfolio-paragraphs table.fraud-detection-table thead th {
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 15px;
  padding-top: 0;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.fraud-detection-table tbody tr td:not(:last-of-type) {
  padding-bottom: 10px;
  padding-right: 20px;
  padding-top: 17px;
}

@media only screen and (min-width: 768px) {

  .blog-portfolio-content .blog-portfolio-paragraphs table.fraud-detection-table tbody tr td:nth-child(2),
  .blog-portfolio-content .blog-portfolio-paragraphs table.fraud-detection-table tbody tr td:nth-child(3),
  .blog-portfolio-content .blog-portfolio-paragraphs table.fraud-detection-table tbody tr td:nth-child(4),
  .blog-portfolio-content .blog-portfolio-paragraphs table.fraud-detection-table tbody tr td:nth-child(5) {
    width: 140px;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs table.fraud-detection-table tbody tr td {
  line-height: 18px;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.fraud-detection-table tbody tr td:last-child {
  padding-bottom: 10px;
  padding-top: 17px;
}

@media only screen and (min-width: 768px) {
  .blog-portfolio-content .blog-portfolio-paragraphs table.fraud-detection-table tbody tr td:last-child {
    padding-right: 10px;
    width: 130px;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs table.fraud-detection-table tbody tr td:first-child {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

@media only screen and (min-width: 768px) {
  .blog-portfolio-content .blog-portfolio-paragraphs table.fraud-detection-table tbody tr td:first-child {
    width: 120px;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs table.fraud-detection-table tbody tr:last-child td {
  padding-bottom: 0;
}

/*! Breakpoints */
/*! Media queries */
.blog-portfolio-content .blog-portfolio-paragraphs table.business-process-design-table thead th {
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 15px;
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  .blog-portfolio-content .blog-portfolio-paragraphs table.business-process-design-table thead th:last-child {
    width: 160px;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs table.business-process-design-table tbody tr td:not(:last-of-type) {
  padding-bottom: 10px;
  padding-top: 17px;
}

.blog-portfolio-content .blog-portfolio-paragraphs table.business-process-design-table tbody tr td:first-child {
  font-weight: 500;
  padding-right: 10px;
  width: 80px;
}

@media only screen and (min-width: 768px) {

  .blog-portfolio-content .blog-portfolio-paragraphs table.business-process-design-table tbody tr td:nth-child(2),
  .blog-portfolio-content .blog-portfolio-paragraphs table.business-process-design-table tbody tr td:nth-child(3),
  .blog-portfolio-content .blog-portfolio-paragraphs table.business-process-design-table tbody tr td:nth-child(4) {
    padding-right: 20px;
    width: 180px;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs table.business-process-design-table tbody tr td:last-child {
  padding-bottom: 17px;
  padding-top: 17px;
}

@media only screen and (min-width: 768px) {
  .blog-portfolio-content .blog-portfolio-paragraphs table.business-process-design-table tbody tr td:last-child {
    width: 180px;
  }
}

.blog-portfolio-content .blog-portfolio-paragraphs table.business-process-design-table tbody tr:last-child td {
  padding-bottom: 0;
}

/*! Breakpoints */
/*! Media queries */
.education-analytics-logo-col .link-text {
  margin-top: 28px;
}

@media (max-width: 1280px) and (min-width: 1025px) {
  .education-analytics-image-accordion .accordion+.cta-small .callout-stripe-button-small {
    max-width: 350px;
  }
}

/*! Breakpoints */
/*! Media queries */
.retail-data-analytics-bordered-cols .top-bordered-columns-item .link-arrow-single {
  margin-top: 27px;
}

@media only screen and (min-width: 1025px) {
  .retail-data-analytics-copy-boxes .title-copy-boxes-item:nth-child(2) .title-copy-boxes-text {
    padding-bottom: 31px;
  }
}

.enterprise-lms-table-top .main-grid.desktop-tablet-only .main-grid-item:first-child {
  flex: 1 2 100%;
}

.enterprise-lms-table-top .main-grid-item.small-device-only {
  margin: 10px 0;
}

.enterprise-lms-scheme {
  display: flex;
  justify-content: space-between;
  max-width: 1216px;
  width: 100%;
}

.enterprise-lms-scheme-block {
  flex: 1 1;
  margin-right: 32px;
  max-width: 280px;
  width: 100%;
}

.enterprise-lms-scheme-block:last-child {
  margin-right: 0;
}

.enterprise-lms-scheme-block:last-child .enterprise-lms-scheme-inner {
  padding: 25px 20px;
}

@media only screen and (max-width: 1024px) {
  .enterprise-lms-scheme-block:last-child .enterprise-lms-scheme-inner {
    height: 72%;
    padding: 16px;
  }
}

.enterprise-lms-scheme-inner {
  background-color: #f8f8f8;
  border: 3px solid #eee;
  border-radius: 4px;
  border-top: none;
  color: #323232;
  height: 68%;
  line-height: 20px;
  padding: 20px;
  vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
  .enterprise-lms-scheme-inner {
    height: 72%;
    padding: 16px;
  }
}

.enterprise-lms-scheme .svg-rec {
  background-color: #fff;
}

.enterprise-lms-scheme .svg-bold-text {
  padding: 18px 0;
}

@media only screen and (max-width: 1180px) {
  .enterprise-lms-scheme .svg-bold-text {
    align-items: center;
    display: flex;
    height: 32%;
    justify-content: center;
  }
}

/*! Breakpoints */
/*! Media queries */
.app-services-image-grid .image-grid-bordered-caption-title {
  margin-bottom: 20px;
}

.app-services-table-top.section .second-level-title {
  max-width: 800px;
}

.app-services-table-top.section .table-top-bordered-container .main-grid.desktop-tablet-only .main-grid-item:first-child,
.app-services-table-top.section .table-top-bordered-row .main-grid-item:first-child {
  max-width: 176px;
}

.app-services-tabs .title-copy-columns {
  padding-bottom: 40px;
}

@media only screen and (min-width: 1280px) {
  .app-services-tabs .tabs-row-item.mdc-tab {
    border-bottom: 2px solid #c4c4c4;
  }
}

.app-services-tabs .table {
  margin-top: 24px;
}

@media only screen and (max-width: 1024px) {
  .app-services-tabs .table-row {
    flex-direction: column;
  }
}

.app-services-tabs .table .table-list {
  display: flex;
  margin-right: -32px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .app-services-tabs .table .table-list {
    display: flex;
    justify-content: space-between;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .app-services-tabs .table .table-list {
    justify-content: flex-start;
  }
}

.app-services-tabs .table .table-list-item {
  margin-right: 32px;
  max-width: 124px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.app-services-tabs .table .table-list-item:nth-child(3n + 3) {
  margin-right: 0;
}

@media only screen and (max-width: 1220px) {
  .app-services-tabs .table .table-list-item {
    margin-right: 20px;
    max-width: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .app-services-tabs .table .table-list-item {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .app-services-tabs .table .table-list-item {
    max-width: 77px;
    max-width: 124px;
  }
}

@media only screen and (min-width: 1025px) {
  .app-services-tabs-list-content .table-list-item-1:last-child {
    margin-top: -20px;
  }
}

.app-services-tabs .table-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-right: 32px;
  max-width: 124px;
}

.app-services-tabs-list {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}

.app-services-tabs-list .columns-two,
.app-services-tabs-list .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list,
.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .app-services-tabs-list .list {
  margin-top: 20px;
}

.app-services-tabs-list-col {
  max-width: 280px;
  width: 100%;
}

.app-services-tabs-list-col .list-title {
  margin-bottom: 16px;
}

.app-services-tabs-list-col .list-item:not(:last-child) {
  padding-bottom: 24px;
}

.app-services-cta.cta .callout-stripe-copy {
  padding-right: 25px;
}

.app-services-framework {
  display: flex;
  position: relative;
}

.app-services-framework-title {
  margin-bottom: 60px;
}

.app-services-framework .scheme-progress-container {
  margin: 32px 0 32px 40px;
}

@media only screen and (max-width: 1280px) {
  .app-services-framework .scheme-progress-container {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .app-services-framework .scheme-progress-item {
    margin-right: 10px;
  }

  .app-services-framework .scheme-progress-item-description p,
  .app-services-framework .scheme-progress-item-title-text {
    font-size: 14px;
  }

  .app-services-framework .scheme-progress-item:first-child,
  .app-services-framework .scheme-progress-item:nth-child(2),
  .app-services-framework .scheme-progress-item:nth-child(5) {
    max-width: 100px;
  }

  .app-services-framework .scheme-progress-item:nth-child(4) {
    min-width: 120px;
  }
}

.app-services-framework .scheme-progress-item-last {
  margin-right: 32px;
}

/*! Breakpoints */
/*! Media queries */
.data-visualization-platforms .main-grid-item {
  padding-top: 0;
}

.data-visualization-platforms .main-grid-item .has-text {
  margin-top: 20px;
}

.data-visualization-related .title-copy-boxes-item:nth-child(2) .title-copy-boxes-text {
  padding-bottom: 30px;
}

/*! Breakpoints */
/*! Media queries */
.ecommerce-consulting-data:first-child .svg-rec {
  padding: 4px 50px;
}

.ecommerce-consulting-icons {
  margin-right: -80px;
  margin-top: 16px;
}

.ecommerce-consulting-icons svg {
  margin-right: 80px;
  margin-top: 24px;
}

.ecommerce-consulting-mach {
  align-items: center;
  background-color: #f8f8f8;
  justify-content: space-between;
  margin-top: 40px;
  max-width: 800px;
  padding: 20px;
}

.ecommerce-consulting-mach-item {
  align-items: center;
  display: flex;
}

.ecommerce-consulting-mach-cap {
  color: #082eb5;
  margin-bottom: 0;
  margin-right: 2px;
}

.ecommerce-consulting-mach-text {
  font-weight: 300;
  line-height: 1.4;
}

.ecommerce-consulting-omnichannel:last-child .scheme-row-blocks-inner {
  padding: 20px 0;
}

.ecommerce-consulting-list.columns-two,
.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .ecommerce-consulting-list.list {
  -moz-column-gap: 48px;
  column-gap: 48px;
}

@media only screen and (min-width: 1281px) {

  .ecommerce-consulting-list.columns-two .list-item:nth-child(3),
  .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .ecommerce-consulting-list.list .list-item:nth-child(3) {
    margin-top: -20px;
  }
}

.ecommerce-consulting-supply .title-copy-rows+.title-copy-rows {
  margin-top: 60px;
}

@media only screen and (max-width: 1024px) {
  .ecommerce-consulting-supply .scheme-circled-smaller {
    max-width: 390px;
  }

  .ecommerce-consulting-supply .scheme-circled-smaller .svg-circle-text {
    font-size: 13px;
    line-height: 1.3;
  }

  .ecommerce-consulting-supply .scheme-circled-smaller svg {
    height: 170px;
    width: 170px;
  }
}

/*! Breakpoints */
/*! Media queries */
.real-estate-scheme-wrapper {
  margin-bottom: 60px;
  position: relative;
}

.real-estate-scheme-text {
  font-size: 14px;
  line-height: 1.3;
  padding-top: 0;
  position: absolute;
}

.real-estate-scheme-text.medium-bold {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.real-estate-scheme-text:nth-child(-n + 3) {
  top: 15%;
}

@media only screen and (max-width: 1050px) {
  .real-estate-scheme-text:nth-child(-n + 3) {
    top: 18%;
  }
}

@media only screen and (max-width: 1150px) {
  .real-estate-scheme-text:nth-child(-n + 3) {
    top: 5em;
  }
}

@media only screen and (max-width: 1110px) {

  .real-estate-scheme-text:nth-child(2),
  .real-estate-scheme-text:nth-child(3) {
    top: 20%;
  }
}

.real-estate-scheme-text:nth-child(n + 4):nth-child(-n + 7) {
  top: 40%;
}

.real-estate-scheme-text:nth-child(n + 8) {
  top: 66%;
}

@media only screen and (max-width: 1150px) {
  .real-estate-scheme-text:nth-child(n + 8) {
    top: 64%;
  }
}

.real-estate-scheme-text:first-child {
  left: 5.5%;
}

@media only screen and (max-width: 1230px) {
  .real-estate-scheme-text:first-child {
    left: 7.5%;
    max-width: 190px;
    text-align: center;
  }
}

.real-estate-scheme-text:nth-child(2) {
  left: 41%;
}

@media only screen and (max-width: 1110px) {
  .real-estate-scheme-text:nth-child(2) {
    left: 40%;
  }
}

.real-estate-scheme-text:nth-child(3) {
  right: 10%;
}

@media only screen and (max-width: 1110px) {
  .real-estate-scheme-text:nth-child(3) {
    right: 9%;
  }
}

.real-estate-scheme-text:nth-child(4) {
  left: 11.5%;
}

.real-estate-scheme-text:nth-child(5) {
  left: 41%;
}

.real-estate-scheme-text:nth-child(6) {
  right: 23.5%;
}

.real-estate-scheme-text:nth-child(7) {
  right: 7%;
}

.real-estate-scheme-text:nth-child(8) {
  left: 10.5%;
}

.real-estate-scheme-text:nth-child(9) {
  left: 42%;
}

@media (hover: none) {
  .real-estate-lockup {
    background-color: blue;
  }
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .healthcare-ecommerce-scheme-grid .healthcare-ecommerce-scheme {
    margin-left: 63px;
    max-width: 70%;
  }
}

.healthcare-ecommerce-scheme-grid .main-grid-item:last-child {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 32px 0;
}

@media only screen and (max-width: 767px) {
  .healthcare-ecommerce-scheme-grid .main-grid-item:last-child {
    display: none;
  }
}

.healthcare-ecommerce-scheme-grid-wrapper {
  position: relative;
}

.erp-customization-issues .healthcare-ecommerce-scheme-grid-wrapper .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .healthcare-ecommerce-scheme-grid-wrapper p,
.healthcare-ecommerce-scheme-grid-wrapper .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.healthcare-ecommerce-scheme-grid-wrapper .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.healthcare-ecommerce-scheme-grid-wrapper .paragraph {
  position: absolute;
}

.erp-customization-issues .healthcare-ecommerce-scheme-grid-wrapper .medium-bold-700.paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .healthcare-ecommerce-scheme-grid-wrapper p.medium-bold-700,
.healthcare-ecommerce-scheme-grid-wrapper .erp-customization-issues .medium-bold-700.paragraph-no-padding-top.paragraph-bolder,
.healthcare-ecommerce-scheme-grid-wrapper .erp-customization-paths .title-copy-columns .main-grid-item:last-child p.medium-bold-700,
.healthcare-ecommerce-scheme-grid-wrapper .paragraph.medium-bold-700 {
  left: 50%;
  line-height: 22px;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {

  .erp-customization-issues .healthcare-ecommerce-scheme-grid-wrapper .medium-bold-700.paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .healthcare-ecommerce-scheme-grid-wrapper p.medium-bold-700,
  .healthcare-ecommerce-scheme-grid-wrapper .erp-customization-issues .medium-bold-700.paragraph-no-padding-top.paragraph-bolder,
  .healthcare-ecommerce-scheme-grid-wrapper .erp-customization-paths .title-copy-columns .main-grid-item:last-child p.medium-bold-700,
  .healthcare-ecommerce-scheme-grid-wrapper .paragraph.medium-bold-700 {
    font-size: 14px;
    left: 53%;
  }
}

.healthcare-ecommerce-scheme-grid-wrapper .svg-thin-text {
  line-height: 18px;
  position: absolute;
}

.healthcare-ecommerce-scheme-grid-wrapper .svg-thin-text+.svg-thin-text {
  padding-top: 0;
}

.healthcare-ecommerce-scheme-grid-wrapper .svg-thin-text:first-child,
.healthcare-ecommerce-scheme-grid-wrapper .svg-thin-text:nth-child(5) {
  left: 50%;
  top: -32px;
  transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {

  .healthcare-ecommerce-scheme-grid-wrapper .svg-thin-text:first-child,
  .healthcare-ecommerce-scheme-grid-wrapper .svg-thin-text:nth-child(5) {
    left: 52%;
  }
}

.healthcare-ecommerce-scheme-grid-wrapper .svg-thin-text:nth-child(5) {
  bottom: -40px;
  text-align: center;
  top: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.healthcare-ecommerce-scheme-grid-wrapper .svg-thin-text:nth-child(2),
.healthcare-ecommerce-scheme-grid-wrapper .svg-thin-text:nth-child(8) {
  right: -50px;
  top: 29px;
}

@media only screen and (max-width: 1024px) {

  .healthcare-ecommerce-scheme-grid-wrapper .svg-thin-text:nth-child(2),
  .healthcare-ecommerce-scheme-grid-wrapper .svg-thin-text:nth-child(8) {
    right: -7px;
  }
}

.healthcare-ecommerce-scheme-grid-wrapper .svg-thin-text:nth-child(8) {
  left: -55px;
  right: unset;
}

@media only screen and (max-width: 1024px) {
  .healthcare-ecommerce-scheme-grid-wrapper .svg-thin-text:nth-child(8) {
    left: 14px;
  }
}

.healthcare-ecommerce-scheme-grid-wrapper .svg-thin-text:nth-child(3),
.healthcare-ecommerce-scheme-grid-wrapper .svg-thin-text:nth-child(7) {
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1024px) {
  .healthcare-ecommerce-scheme-grid-wrapper .svg-thin-text:nth-child(3) {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
    right: -17px;
  }
}

.healthcare-ecommerce-scheme-grid-wrapper .svg-thin-text:nth-child(7) {
  left: -90px;
  right: unset;
}

@media only screen and (max-width: 1024px) {
  .healthcare-ecommerce-scheme-grid-wrapper .svg-thin-text:nth-child(7) {
    left: -20px;
  }
}

.healthcare-ecommerce-scheme-grid-wrapper .svg-thin-text:nth-child(4) {
  bottom: 40px;
  right: -50px;
}

@media only screen and (max-width: 1024px) {
  .healthcare-ecommerce-scheme-grid-wrapper .svg-thin-text:nth-child(4) {
    right: 4px;
  }
}

.healthcare-ecommerce-scheme-grid-wrapper .svg-thin-text:nth-child(6) {
  bottom: 30px;
  left: -90px;
  right: unset;
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .healthcare-ecommerce-scheme-grid-wrapper .svg-thin-text:nth-child(6) {
    left: -15px;
  }
}

.healthcare-ecommerce-pro {
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .healthcare-ecommerce-pro {
    padding-top: 60px;
  }
}

.healthcare-ecommerce-pro .main-grid-outstanding-item-left {
  max-width: 41%;
  min-width: auto;
  padding-right: 32px;
  width: 41%;
}

.healthcare-ecommerce-pro .paragraph-strong:first-child {
  margin-right: 52px;
  max-width: 240px;
}

.healthcare-ecommerce-pro .paragraph-strong:last-child {
  max-width: 532px;
}

.erp-customization-issues .healthcare-ecommerce-pro .paragraph-strong .paragraph-no-padding-top.paragraph-bolder>p,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .healthcare-ecommerce-pro .paragraph-strong p>p,
.healthcare-ecommerce-pro .paragraph-strong .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder>p,
.healthcare-ecommerce-pro .paragraph-strong .erp-customization-paths .title-copy-columns .main-grid-item:last-child p>p,
.healthcare-ecommerce-pro .paragraph-strong .paragraph>p {
  font-size: 20px;
  line-height: 1.2;
}

.healthcare-ecommerce-pro .paragraph-strong p+p {
  padding-top: 40px;
}

.healthcare-ecommerce-logo+.link-arrow-single {
  margin-top: 20px;
}

/*! Breakpoints */
/*! Media queries */
.something-wrong-layout {
  background: radial-gradient(58.83% 58.83% at 55.74% 41.17%,
      #172397 0,
      #081854 47.06%,
      #040e33 100%);
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.something-wrong-layout .header.sticky {
  background-color: transparent;
}

.something-wrong-layout .header.sticky .icon-logo-svg path {
  fill: #fff;
}

.something-wrong-layout .header.sticky .opened.opened-0 .icon-logo-svg path {
  fill: #000;
}

.something-wrong-layout .header.sticky .hamburger-container {
  display: none;
}

@media only screen and (max-width: 479px) {
  .something-wrong-layout .something-wrong-main {
    margin-bottom: 200px;
  }
}

.something-wrong-layout .footer {
  background: transparent;
  padding-bottom: 40px;
}

.something-wrong-layout .contact-content .title,
.something-wrong-layout .department-contacts-item,
.something-wrong-layout .department-phone,
.something-wrong-layout .footer-item p,
.something-wrong-layout .footer-item span,
.something-wrong-layout .main-navigation-link {
  color: #fff;
}

.something-wrong-layout .attach-file-mark path,
.something-wrong-layout .icon-social-svg path {
  fill: #fff;
}

.something-wrong-layout .footer-item.navigation .footer-navigation-link:hover {
  color: #fff;
  text-decoration: none;
}

/*! Breakpoints */
/*! Media queries */
.page-404-container {
  margin: auto;
  max-width: 1216px;
  min-width: 320px;
  padding-bottom: 48px;
  padding-top: 50px;
  position: relative;
}

@media only screen and (max-width: 1256px) {
  .page-404-container {
    margin: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-404-container {
    padding-bottom: 60px;
  }
}

.page-404-bg-icon {
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 850px) {
  .page-404-bg-icon {
    width: 110%;
  }
}

@media only screen and (max-width: 767px) {
  .page-404-bg-icon {
    width: 90%;
  }
}

@media only screen and (max-width: 600px) {
  .page-404-bg-icon {
    width: 91%;
  }
}

@media only screen and (max-width: 535px) {
  .page-404-bg-icon {
    width: 100%;
  }
}

@media only screen and (max-width: 495px) {
  .page-404-bg-icon {
    width: 107%;
  }
}

@media only screen and (max-width: 430px) {
  .page-404-bg-icon {
    position: relative;
    right: 46%;
    width: 160%;
  }
}

@media only screen and (max-width: 320px) {
  .page-404-bg-icon {
    position: relative;
    right: 62%;
    width: 167%;
  }
}

.page-404-info-block {
  left: 0;
  position: absolute;
  top: 416px;
}

@media only screen and (max-width: 1024px) {
  .page-404-info-block {
    top: 320px;
  }
}

@media only screen and (max-width: 767px) {
  .page-404-info-block {
    max-width: 90%;
    padding-top: 32px;
    position: static;
  }
}

.page-404-title {
  color: #fff;
  font-size: 200px;
  font-style: normal;
  font-weight: 900;
  left: 0;
  line-height: 1.2;
  position: absolute;
  top: 179px;
}

@media only screen and (max-width: 1024px) {
  .page-404-title {
    font-size: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .page-404-title {
    font-size: 96px;
  }
}

.page-404-text {
  color: #fff;
  font-weight: 500;
  margin-top: -28px;
  padding-bottom: 36px;
}

@media only screen and (max-width: 1024px) {
  .page-404-text {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .page-404-text {
    margin-top: 0;
    padding-bottom: 32px;
  }
}

.page-404-home-btn {
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  padding: 16.5px 29.5px;
}

.page-404-home-btn:hover {
  border-color: #0b75fd;
  color: #0b75fd;
}

.page-404-home-btn:active {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.page-404-layout .link-button {
  background-color: #082eb5;
}

.page-404-layout .link-button:hover {
  background-color: #1443eb;
}

.page-404-layout .link-button:active {
  background-color: #2051ff;
}

.page-404-layout .main-navigation-menu.opened .link-button:hover {
  background-color: #06248c;
}

.page-404-layout .main-navigation-menu.opened .link-button:active {
  background-color: #00155e;
}

.page-404-layout .header.sticky .link-button:hover {
  background-color: #06248c;
}

.page-404-layout .header.sticky .link-button:active {
  background-color: #00155e;
}

.page-404-layout .contact-form-container.container {
  margin-top: 0;
}

.page-404-layout .contact-form-container.container .contact-content h2 {
  line-height: 1.2;
}

.page-404-layout .contact-form-container.container .contact-content-item .title {
  line-height: 1.5;
}

.page-404-layout .contact-form-container.container .contact-content-item .department-name {
  color: #fff;
}

.page-404-cat-outline {
  left: 410px;
  max-width: 526px;
  position: absolute;
  top: 36.5%;
}

@media only screen and (max-width: 1110px) {
  .page-404-cat-outline {
    left: 305px;
    top: 34.5%;
  }
}

@media only screen and (max-width: 1024px) {
  .page-404-cat-outline {
    left: 30%;
    max-width: none;
    top: 33%;
    width: 45%;
  }
}

@media only screen and (max-width: 900px) {
  .page-404-cat-outline {
    left: 35%;
    top: 28%;
  }
}

@media only screen and (max-width: 850px) {
  .page-404-cat-outline {
    top: 32%;
  }
}

@media only screen and (max-width: 767px) {
  .page-404-cat-outline {
    left: 25%;
    top: 15%;
    width: 40%;
  }
}

@media only screen and (max-width: 725px) {
  .page-404-cat-outline {
    top: 12%;
  }
}

@media only screen and (max-width: 645px) {
  .page-404-cat-outline {
    top: 6%;
  }
}

@media only screen and (max-width: 600px) {
  .page-404-cat-outline {
    top: 4%;
  }
}

@media only screen and (max-width: 535px) {
  .page-404-cat-outline {
    left: 35%;
    top: 6%;
  }
}

@media only screen and (max-width: 430px) {
  .page-404-cat-outline {
    left: 20%;
    top: 12%;
    width: 68%;
  }
}

@media only screen and (max-width: 410px) {
  .page-404-cat-outline {
    top: 8%;
  }
}

@media only screen and (max-width: 320px) {
  .page-404-cat-outline {
    left: 20%;
    top: 8%;
    width: 68%;
  }
}

/*! Breakpoints */
/*! Media queries */
.page-404-layout {
  background: radial-gradient(58.83% 58.83% at 55.74% 41.17%,
      #172397 0,
      #081854 47.06%,
      #040e33 100%);
}

.page-404-layout .contact-content h2,
.page-404-layout h2.small-device-only {
  color: #fff;
}

.page-404-layout .contact-form input:-internal-autofill-selected {
  -webkit-text-fill-color: #fff;
  box-shadow: inset 0 0 0 10000px #081750;
}

.page-404-layout .contact-form .information-text {
  display: none;
}

.page-404-layout .contact-form .main-text-field-input label,
.page-404-layout .contact-form .text-input-field label {
  color: #828282;
}

.page-404-layout .contact-form .main-text-field-input.error .main-text-field-input,
.page-404-layout .contact-form .text-input-field.error .main-text-field-input {
  border-color: hsla(0, 0%, 100%, 0.3);
}

.page-404-layout .contact-form .main-text-field-input.focused .main-text-field-input,
.page-404-layout .contact-form .text-input-field.focused .main-text-field-input {
  border-color: #0b75fd;
}

.page-404-layout .contact-form .main-text-field-input .main-text-field-input,
.page-404-layout .contact-form .text-input-field .main-text-field-input {
  color: #fff;
}

.page-404-layout .contact-form .main-text-field input,
.page-404-layout .contact-form .main-text-field textarea {
  border-color: hsla(0, 0%, 100%, 0.3);
}

.page-404-layout .contact-form .main-text-field .main-text-field-label.focused,
.page-404-layout .contact-form .main-text-field .main-text-field-label.shrink {
  background-color: #081750;
  color: #0b75fd;
}

.page-404-layout .contact-form .main-text-field .main-text-field-label.shrink.focused {
  color: #0b75fd;
}

.erp-customization-issues .page-404-layout .contact-form .contact-attachment .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .page-404-layout .contact-form .contact-attachment p,
.page-404-layout .contact-form .contact-attachment .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.page-404-layout .contact-form .contact-attachment .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.page-404-layout .contact-form .contact-attachment .paragraph {
  color: #fff;
}

@media only screen and (max-width: 1024px),
small-tablet-min-767 {

  .erp-customization-issues .page-404-layout .contact-form .contact-attachment .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .page-404-layout .contact-form .contact-attachment p,
  .page-404-layout .contact-form .contact-attachment .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
  .page-404-layout .contact-form .contact-attachment .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
  .page-404-layout .contact-form .contact-attachment .paragraph {
    margin-bottom: 28px;
  }
}

.erp-customization-issues .page-404-layout .contact-form .contact-attachment .paragraph-no-padding-top.paragraph-bolder a,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .page-404-layout .contact-form .contact-attachment p a,
.page-404-layout .contact-form .contact-attachment .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder a,
.page-404-layout .contact-form .contact-attachment .erp-customization-paths .title-copy-columns .main-grid-item:last-child p a,
.page-404-layout .contact-form .contact-attachment .paragraph a {
  color: #0b75fd;
}

.page-404-layout .contact-form .contact-attachment .button {
  border-color: #fff;
  color: #fff;
  transition: all 0s;
}

.page-404-layout .contact-form .contact-attachment .button:hover {
  border-color: #0b75fd;
  color: #0b75fd;
}

.page-404-layout .contact-form .contact-attachment .button:active {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.page-404-layout .contact-form .contact-attachment .icon-trash path {
  fill: #fff;
}

.page-404-layout .contact-form .contact-attachment label[for="attach-file"]:hover .button.outlined {
  border-color: #0b75fd;
  color: #0b75fd;
}

.page-404-layout .contact-form .contact-attachment label[for="attach-file"]:active .button.outlined {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.page-404-layout .contact-form .contact-attachment .file-checkbox:hover {
  background-color: transparent;
}

.page-404-layout .contact-form .contact-attachment .file-checkbox:hover .unchecked-icon path {
  fill: #fff;
}

.page-404-layout .contact-form .contact-attachment .button-remove.button.outlined:hover {
  border-color: #0b75fd;
  color: #0b75fd;
}

.page-404-layout .contact-form .contact-attachment .button-remove.button.outlined:hover .icon-trash path {
  fill: #0b75fd;
}

.page-404-layout .contact-form .contact-attachment .button-remove.button.outlined:active {
  background-color: hsla(0, 0%, 100%, 0.05);
}

@media only screen and (max-width: 767px) {
  .page-404-layout .main-button.main-button-blue.primary {
    order: 3;
  }
}

/*! Breakpoints */
/*! Media queries */
.something-wrong-page .hamburger,
.something-wrong-page .main-navigation {
  display: none;
}

.something-wrong-page .main {
  min-height: 100vh;
}

.something-wrong-page .footer-inner {
  justify-content: start;
}

.something-wrong-page-container {
  margin: 0 auto 91px;
  max-width: 1704px;
  padding: 83px 0 97px;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .something-wrong-page-container {
    padding-bottom: 32px;
  }
}

.something-wrong-page-bgicon {
  height: auto;
  width: 100%;
}

.something-wrong-page-info {
  left: 244px;
  position: absolute;
  top: 180px;
}

@media only screen and (max-width: 1024px) {
  .something-wrong-page-info {
    left: 24px;
  }
}

@media only screen and (max-width: 479px) {
  .something-wrong-page-info {
    max-width: 327px;
    top: 125px;
    width: 100%;
  }
}

@media only screen and (max-width: 330px) {
  .something-wrong-page-info {
    left: 10px;
  }
}

.something-wrong-page-text,
.something-wrong-page-title {
  color: #fff;
}

.something-wrong-page-title {
  font-size: 40px;
  margin-bottom: 0;
  padding-bottom: 21px;
}

@media only screen and (max-width: 767px) {
  .something-wrong-page-title {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .something-wrong-page-title {
    font-size: 24px;
  }
}

.something-wrong-page-background {
  left: -3%;
  position: absolute;
  top: 54px;
  width: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .something-wrong-page-background {
    height: 90%;
  }
}

@media only screen and (max-width: 479px) {
  .something-wrong-page-background {
    height: auto;
    overflow: visible;
  }
}

.something-wrong-page-screen {
  display: block;
  margin-left: 36%;
  margin-top: 290px;
  width: 651px;
}

@media only screen and (max-width: 1500px) {
  .something-wrong-page-screen {
    margin-top: 20%;
    width: 45%;
  }
}

@media only screen and (max-width: 1400px) {
  .something-wrong-page-screen {
    margin-top: 26%;
  }
}

@media only screen and (max-width: 1024px) {
  .something-wrong-page-screen {
    margin-left: 27%;
    margin-top: 25%;
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .something-wrong-page-screen {
    margin-top: 30%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .something-wrong-page-screen {
    width: 63%;
  }
}

@media only screen and (max-width: 479px) {
  .something-wrong-page-screen {
    height: auto;
    margin-left: -12%;
    margin-top: 42%;
    width: 111%;
  }

  .something-wrong-page-outline {
    bottom: 10px;
    position: absolute;
    transform: translate(-100%, -10%) scale(2.3);
  }
}

/*! Breakpoints */
/*! Media queries */
.privacy-cookies-layout {
  padding: 155px 0 0;
}

.privacy-cookies-layout .icon-logo-svg path {
  fill: #000;
}

.privacy-cookies-layout .hamburger-stripe,
.privacy-cookies-layout .hamburger-stripe:after,
.privacy-cookies-layout .hamburger-stripe:before {
  background-color: #000;
}

.privacy-cookies-title-block {
  padding: 0 20px 95px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .privacy-cookies-title-block {
    padding-bottom: 60px;
  }
}

.privacy-cookies-title-text {
  color: #000;
  margin: auto;
}

.privacy-cookies-info-container {
  margin-bottom: 100px;
  position: relative;
  width: 100%;
}

.privacy-cookies-info-container .side-info-menu {
  margin-top: 60px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .privacy-cookies-info-container .side-info-menu {
    bottom: 0;
    position: fixed;
    top: auto;
  }

  .privacy-cookies-info-container .side-info-menu a.side-info-menu-item {
    padding-right: 16px;
  }
}

.privacy-cookies-info-container .side-info-menu.absolute,
.privacy-cookies-info-container .side-info-menu.sticky {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .privacy-cookies-info-container .side-info-menu {
    margin-top: 0;
    padding-bottom: 0;
  }

  .privacy-cookies-info-container .side-info-menu-list {
    padding: 24px 20px;
  }
}

.privacy-cookies-info-divider {
  background-color: #c4c4c4;
  display: block;
  height: 100%;
  left: calc(50% - 295px);
  position: absolute;
  top: 0;
  width: 1px;
}

.privacy-cookies-info-divider.start-block {
  margin-top: 60px;
}

@media only screen and (max-width: 1280px) {
  .privacy-cookies-info-divider {
    left: 340px;
  }
}

@media only screen and (max-width: 1120px) {
  .privacy-cookies-info-divider {
    left: 315px;
  }
}

@media only screen and (max-width: 1024px) {
  .privacy-cookies-info-divider {
    display: none;
  }
}

.privacy-cookies-info-block {
  padding: 60px calc(50% - 608px) 60px calc(50% - 192px);
  position: relative;
  width: 100%;
}

.privacy-cookies-info-block:last-of-type .privacy-cookies-info-divider {
  height: calc(100% - 80px);
}

@media only screen and (max-width: 1256px) {
  .privacy-cookies-info-block {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .privacy-cookies-info-block {
    padding: 60px 20px;
  }
}

.privacy-cookies-info-list {
  padding: 20px 0;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .privacy-cookies-info-list {
    padding: 16px 0;
  }
}

.privacy-cookies-info-list.list-odd .list-item:nth-child(2n):before {
  display: none;
}

.privacy-cookies-info-link {
  word-wrap: break-word;
  padding-left: 5px;
}

@media only screen and (max-width: 1024px) {
  .privacy-cookies-info-text {
    max-width: none;
  }
}

.privacy-cookies-agreement {
  background-color: #fff;
  bottom: 0;
  box-shadow: 4px 0 12px rgba(8, 46, 181, 0.1);
  display: none;
  position: fixed;
  width: 100%;
  z-index: 2;
}

.privacy-cookies-agreement.show-agreement {
  display: flex;
}

.privacy-cookies-agreement-paragraph {
  color: #000;
  max-width: 1048px;
}

@media only screen and (max-width: 1330px) {
  .privacy-cookies-agreement-paragraph {
    max-width: 800px;
  }
}

@media only screen and (max-width: 767px) {
  .privacy-cookies-agreement-paragraph {
    font-size: 13px;
  }
}

@media only screen and (max-width: 479px) {
  .privacy-cookies-agreement-paragraph {
    font-size: 16px;
  }
}

.privacy-cookies-container {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  box-shadow: 4px 0 12px rgba(8, 46, 181, 0.1);
  display: flex;
  justify-content: space-between;
  left: 50%;
  margin: 0 auto;
  padding: 40px calc(50vw - 615.5px);
  position: fixed;
  transform: translateX(-50%);
  width: 100%;
  z-index: 11;
}

@media only screen and (max-width: 767px) {
  .privacy-cookies-container {
    box-shadow: 0 0 0 800px rgba(0, 0, 0, 0.2);
  }
}

@media only screen and (max-width: 479px) {
  .privacy-cookies-container {
    bottom: unset;
    display: block;
    left: 0;
    padding: 40px 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.6s;
  }
}

@media only screen and (max-width: 1430px) {
  .privacy-cookies-content {
    max-width: 1020px;
  }
}

@media only screen and (max-width: 1330px) {
  .privacy-cookies-content {
    margin-left: 5%;
    max-width: 80%;
  }
}

@media only screen and (max-width: 1080px) {
  .privacy-cookies-content {
    width: 70%;
  }
}

@media only screen and (max-width: 893px) {
  .privacy-cookies-content {
    width: 67%;
  }
}

@media only screen and (max-width: 767px) {
  .privacy-cookies-content {
    margin-left: 3%;
    width: 65%;
  }
}

@media only screen and (max-width: 648px) {
  .privacy-cookies-content {
    width: 60%;
  }
}

@media only screen and (max-width: 490px) {
  .privacy-cookies-content {
    padding-left: 0;
    width: 62%;
  }
}

@media only screen and (max-width: 479px) {
  .privacy-cookies-content {
    margin-bottom: 24px;
    margin-right: 20px;
    max-width: none;
    width: auto;
  }
}

.privacy-cookies-button {
  border-radius: 30px;
  flex-wrap: nowrap;
  font-size: 16px;
  line-height: 19px;
  padding: 18.5px 30px;
  text-transform: none;
  white-space: nowrap;
}

@media only screen and (max-width: 1033px) {
  .privacy-cookies-button {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .privacy-cookies-button {
    padding: 12px 20px;
  }
}

@media only screen and (max-width: 479px) {
  .privacy-cookies-button {
    font-size: 16px;
    width: 100%;
  }
}

.page-404-layout .privacy-cookies-button,
.something-wrong-layout .privacy-cookies-button {
  background-color: #082eb5;
  color: #fff;
}

.page-404-layout .privacy-cookies-button:hover,
.something-wrong-layout .privacy-cookies-button:hover {
  background-color: #06248c;
}

.page-404-layout .privacy-cookies-button:active,
.something-wrong-layout .privacy-cookies-button:active {
  background-color: #00155e;
}

.privacy-cookies-button-wrapper {
  margin-left: 40px;
}

@media only screen and (max-width: 1430px) {
  .privacy-cookies-button-wrapper {
    margin-right: 4%;
  }
}

@media only screen and (max-width: 1280px) {
  .privacy-cookies-button-wrapper {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1330px) {
  .privacy-cookies-button-wrapper {
    margin-right: 10%;
  }
}

@media only screen and (max-width: 1024px) {
  .privacy-cookies-button-wrapper {
    margin-right: 11%;
  }
}

@media only screen and (max-width: 900px) {
  .privacy-cookies-button-wrapper {
    margin-right: 13%;
  }
}

@media only screen and (max-width: 767px) {
  .privacy-cookies-button-wrapper {
    margin-right: 17%;
  }
}

@media only screen and (max-width: 570px) {
  .privacy-cookies-button-wrapper {
    margin-right: 19%;
  }
}

@media only screen and (max-width: 490px) {
  .privacy-cookies-button-wrapper {
    margin-right: 10%;
  }
}

@media only screen and (max-width: 479px) {
  .privacy-cookies-button-wrapper {
    display: flex;
    justify-content: center;
    margin-right: 0;
  }
}

.privacy-cookies-faux-cookie-link {
  background-clip: padding-box;
  border-top: 140px solid transparent;
  margin-top: -140px;
}

.privacy-cookies-faux-cookie-link#cookie-dif {
  background-clip: padding-box;
  border-top: 120px solid transparent;
  margin-top: -120px;
}

.privacy-cookies-link-preferences:hover {
  cursor: pointer;
}

.table-toggle-titles {
  margin-bottom: 24px;
  margin-top: 32px;
}

.table-toggle-titles-row {
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .table-toggle-titles-row {
    flex-wrap: wrap;
  }
}

.table-toggle-titles-row+.table-toggle-titles-row {
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .table-toggle-titles-row .table-toggle-wrapper {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .table-toggle-titles-row .table-toggle-wrapper+div {
    flex: 1 1 100%;
  }
}

.table-toggle-titles .table-toggle-title {
  margin-bottom: 25px;
}

.table-toggle-titles .table-toggle-wrapper {
  margin-right: 10px;
  width: 38px;
}

.table-toggle-titles .table-toggle-bordered {
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  cursor: pointer;
  height: 24px;
  min-width: 38px;
  position: relative;
  width: 100%;
}

.table-toggle-titles .table-toggle-bordered .table-toggle-button {
  background-color: #c4c4c4;
  border-radius: 10px;
  height: 16px;
  left: 3px;
  position: absolute;
  top: 3px;
  transition: left 0.25s;
  width: 16px;
}

.table-toggle-titles .table-toggle-bordered .table-toggle-button.active {
  background-color: #ff04d5;
  left: 17px;
}

.table-toggle-titles-title {
  font-weight: 500;
}

.table-toggle-titles-paragraph {
  padding-top: 10px;
}

@media only screen and (max-width: 1024px) {
  .table-toggle-titles-paragraph {
    max-width: none;
  }
}

.table-toggle-titles .table-toggle-consent-button {
  background-color: transparent;
  color: transparent;
}

.table-bold-titles {
  margin: 20px auto;
}

.table-bold-titles-row+.table-bold-titles-row {
  margin-top: 20px;
}

.table-bold-titles-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.table-bold-titles-paragraph {
  color: #323232;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  padding-top: 0;
}

.table-bold-titles-list {
  margin-top: 20px;
}

/*! Breakpoints */
/*! Media queries */
.career-page .title-copy-columns h2 {
  max-width: 400px;
}

@media only screen and (max-width: 1024px) {
  .career-page .title-copy-columns h2 {
    max-width: 260px;
  }

  .career-page-work-background {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1025px) {
  .career-page-work-background {
    max-height: 482px;
    overflow: hidden;
  }
}

.career-page-work-background .halved-content-item {
  padding-bottom: 188px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .career-page-work-background .halved-content-item {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page-work-background .halved-content-item:first-child {
    padding-bottom: 150px;
  }

  .career-page-work-background .halved-image-item {
    display: block;
    max-height: 400px;
    width: 100%;
  }

  .career-page-work-background .halved-image-item img {
    max-height: 400px;
  }
}

@media only screen and (min-width: 1025px) {
  .career-page-work-img.gatsby-image-wrapper {
    height: 628px;
  }
}

.career-page-work-link {
  background-color: #fb7700;
  bottom: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  padding: 41px 58px;
  position: absolute;
  right: 0;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .career-page-work-link {
    font-size: 20px;
    padding: 20px 30px;
  }
}

.career-page-work-link .icon-arrow-svg {
  margin-left: 18px;
}

.career-page-scheme-container {
  text-align: center;
}

.career-page-mfdvs-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.career-page-mfdv-icon {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .career-page-mfdv-icon {
    margin-bottom: 40px;
  }
}

/*! Breakpoints */
/*! Media queries */
.section-image-content .aiop-metology-table {
  margin-right: 44px;
  min-width: 164px;
}

.section-image-content .aiop-metology-table h4 {
  display: flex;
}

.section-image-content .aiop-metology-table h4 span:first-child {
  flex-basis: 8px;
}

.section-image-content .aiop-metology-table .title-number {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.erp-customization-issues .section-image-content .aiop-metology-table+.main-grid-bigger-quarter .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .section-image-content .aiop-metology-table+.main-grid-bigger-quarter p,
.section-image-content .aiop-metology-table+.main-grid-bigger-quarter .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.section-image-content .aiop-metology-table+.main-grid-bigger-quarter .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.section-image-content .aiop-metology-table+.main-grid-bigger-quarter .paragraph {
  max-width: 328px;
}

.aiop-metodology-scoring .container-small p:first-child {
  padding-bottom: 4px;
}

.global-outsourcing-layout sup {
  font-size: smaller;
  vertical-align: super;
}

.global-outsourcing-layout .smart-teams-tabs .tabs-item.mdc-tab,
.global-outsourcing-layout .tabs.tabs-one-row .tabs-items .tabs-item.mdc-tab:last-child {
  margin-bottom: 35px;
}

.global-outsourcing-layout .smart-teams-tabs .big-scheme {
  height: auto;
}

.global-outsourcing-layout .icon-title+.icon-title-paragraph {
  padding-top: 20px;
}

.global-outsourcing-layout .with-big-icons .icon-title {
  padding-bottom: 14px;
}

.global-outsourcing-layout .with-big-icons .icon-title svg {
  height: 46px;
  margin-right: 11px;
  min-width: 46px;
  width: 46px;
}

.global-outsourcing-layout .infographic-section .icon-title {
  font-size: 13px;
}

.year-title-section {
  margin-bottom: 40px;
}

.year-title-section-2010 {
  justify-content: space-between;
}

.year-title-section-2010 .main-grid-item:first-child {
  flex: 1 1 384px;
  margin-right: 5px;
}

.year-title-section-2010 .main-grid-item:last-child {
  flex: 1 1 800px;
}

.year-title-section-2010 .main-grid-item:last-child p {
  max-width: 100%;
}

.year-title-section .has_padding-top-smaller p {
  padding-top: 16px;
}

.aiop-metodology-scoring .container-small p:last-child {
  padding-top: 20px;
}

.infographic-section {
  padding: 20px 0;
}

@media only screen and (max-width: 835px) {
  .infographic-2017 {
    flex-wrap: wrap;
    padding-top: 0;
  }
}

.aiop-metology-section.inverted .halved-image-item+.halved-content-item {
  padding-bottom: 60px;
  padding-top: 60px;
}

@media only screen and (min-width: 1025px) {
  .about-aiop-section .container-small {
    max-width: 536px;
  }
}

.quotes-wrapper {
  position: relative;
}

@media only screen and (max-width: 479px) {
  .quotes-wrapper {
    padding-top: 30px;
  }
}

.quotes-wrapper .quote-svg {
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 19px;
}

@media only screen and (min-width: 480px) {

  .erp-customization-issues .quotes-wrapper .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-paths .title-copy-columns .main-grid-item:last-child .quotes-wrapper p,
  .quotes-wrapper .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
  .quotes-wrapper .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
  .quotes-wrapper .paragraph {
    margin-left: 30px;
  }
}

.partner-info-section {
  margin-top: 40px;
}

.partner-info-section .main-grid-less-quarter {
  max-width: 354px;
  width: 100%;
}

.partner-info-section .main-grid-bigger-quarter {
  max-width: 830px;
  width: 100%;
}

.partner-info {
  display: flex;
  max-width: 314px;
}

.partner-info-2010 .partner-description,
.partner-info-2012 .partner-description {
  max-width: 160px;
}

.partner-info-2015 .partner-description {
  max-width: 178px;
}

.partner-name {
  display: inline-block;
  font-weight: 500;
  vertical-align: middle;
}

.partner-description {
  color: #6e6d71;
  display: block;
  font-size: 14px;
  font-weight: 300;
  padding-top: 6px;
}

.partner-img {
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  margin-top: 0;
  min-height: 72px;
  vertical-align: middle;
  width: 72px;
}

.icon-title .eight-icon {
  height: 20px;
  min-width: 15px;
  width: 15px;
}

.legenda {
  margin-top: 60px;
}

.legenda.has-separator {
  margin-bottom: -22px;
  margin-top: 35px;
  width: 280px;
}

.legenda.has-separator .legenda-item {
  border-top: 1px solid #c4c4c4;
  padding: 22.5px 0;
}

.legenda.has-separator .legenda-item:first-child {
  border-width: 0;
}

.legenda.top-bordered {
  margin-top: 0;
}

.legenda.top-bordered.legenda-2017 {
  margin-top: 22.5px;
}

.legenda.top-bordered .legenda-item:first-child {
  border-top-width: 4px;
}

.legenda-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  position: relative;
}

.legenda-item h4,
.legenda-item p {
  line-height: 24px;
  margin-bottom: 0;
}

.legenda-item h4 {
  font-weight: 800;
  text-align: center;
  width: 104px;
}

.infographic-2017 .legenda-item h4 {
  width: 132px;
}

.legenda-item p {
  font-weight: 500;
}

.legenda-item.score .legenda-color-marker {
  background-color: #006a70;
}

.legenda-item.average .legenda-color-marker {
  background: linear-gradient(90deg, #fc354c, #b27cb8 60%, #0abfbc);
}

.legenda-color-marker {
  display: none;
}

.legenda.has-color-markers .legenda-item {
  padding-left: 28px;
}

.legenda.has-color-markers .legenda-color-marker {
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-8px);
  width: 16px;
}

@media only screen and (max-width: 835px) {
  .legenda-2017.has-separator.top-bordered {
    margin-bottom: 20px;
    margin-top: 0;
    max-width: none;
    width: 100%;
  }
}

.global-outsourcing-table-top-titles .main-grid.desktop-tablet-only .main-grid-item {
  flex: 1 1 auto;
}

.global-outsourcing-table-top-titles .main-grid.desktop-tablet-only .main-grid-item:first-child {
  flex-basis: 237px;
  margin-right: 60px;
}

.global-outsourcing-table-top-titles .main-grid.desktop-tablet-only .main-grid-item:nth-child(2) {
  flex-basis: 162px;
  margin-right: 75px;
}

.global-outsourcing-table-top-titles .main-grid.desktop-tablet-only .main-grid-item:nth-child(3) {
  margin-right: 24px;
}

.global-outsourcing-table-top-titles .main-grid.desktop-tablet-only .main-grid-item:nth-child(3),
.global-outsourcing-table-top-titles .main-grid.desktop-tablet-only .main-grid-item:nth-child(4) {
  flex-basis: 120px;
  text-align: center;
}

.global-outsourcing-table-top-titles .main-grid.desktop-tablet-only .main-grid-item h4 {
  color: #000;
  color: #323232;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 24px;
}

@media only screen and (max-width: 1024px) {
  .global-outsourcing-table-top-titles .main-grid.desktop-tablet-only .main-grid-item h4 {
    font-size: 18px;
    font-weight: 600;
  }
}

.global-outsourcing-table-top-titles .table-top-bordered-row .main-grid-item:not(.small-device-only) {
  flex: 1 1 auto;
}

.global-outsourcing-table-top-titles .table-top-bordered-row .main-grid-item:not(.small-device-only):first-child {
  flex-basis: 237px;
  margin-right: 60px;
}

.global-outsourcing-table-top-titles .table-top-bordered-row .main-grid-item:not(.small-device-only):nth-child(2) {
  flex-basis: 162px;
  margin-right: 75px;
}

.global-outsourcing-table-top-titles .table-top-bordered-row .main-grid-item:not(.small-device-only):nth-child(3) {
  margin-right: 24px;
}

.global-outsourcing-table-top-titles .table-top-bordered-row .main-grid-item:not(.small-device-only):nth-child(3) p {
  font-size: 16px;
  line-height: 20px;
}

.global-outsourcing-table-top-titles .table-top-bordered-row .main-grid-item:not(.small-device-only):nth-child(4) p {
  font-size: 20px;
  line-height: 24px;
}

.global-outsourcing-table-top-titles .table-top-bordered-row .main-grid-item:not(.small-device-only):nth-child(3),
.global-outsourcing-table-top-titles .table-top-bordered-row .main-grid-item:not(.small-device-only):nth-child(4) {
  flex-basis: 120px;
  text-align: center;
}

.global-outsourcing-table-top-titles .table-top-bordered-row .main-grid-item:not(.small-device-only):nth-child(3) p,
.global-outsourcing-table-top-titles .table-top-bordered-row .main-grid-item:not(.small-device-only):nth-child(4) p {
  font-weight: 700;
}

.global-outsourcing-table-top-titles .table-top-bordered-row h5 {
  color: #000;
}

@media only screen and (min-width: 1280px) {
  .global-outsourcing-table-top-titles .table-top-bordered-row h5 {
    white-space: nowrap;
  }
}

.global-outsourcing-table-top-titles .table-top-bordered-row:nth-child(2) .main-grid-item:not(.small-device-only) p,
.global-outsourcing-table-top-titles .table-top-bordered-row:nth-child(5) .main-grid-item:not(.small-device-only) p {
  padding-bottom: 28px;
  padding-top: 20px;
}

.global-outsourcing-table-top-titles .table-top-bordered-row:last-child h5 {
  font-size: 20px;
  font-weight: 700;
}

.global-outsourcing-table-top-titles .table-top-bordered .table-top-bordered-row:first-child,
.global-outsourcing-table-top-titles .table-top-bordered .table-top-bordered-row:nth-child(4) {
  border-bottom: 0;
  padding-bottom: 0;
}

.global-outsourcing-table-top-titles .table-top-bordered .table-top-bordered-row:nth-child(2),
.global-outsourcing-table-top-titles .table-top-bordered .table-top-bordered-row:nth-child(5) {
  border-bottom: 0;
  padding: 0;
}

.global-outsourcing-table-top-titles .table-top-bordered .table-top-bordered-row:nth-child(3),
.global-outsourcing-table-top-titles .table-top-bordered .table-top-bordered-row:nth-child(6) {
  padding: 0 0 28px;
}

.stared-list-full-width {
  display: block;
  width: 100%;
}

.stared-list-full-width .icon-title {
  flex-basis: 100%;
  max-width: 100%;
}

.info-columns-section {
  padding-bottom: 40px;
}

@media (max-width: 1440px) {
  .info-columns-section .paragraph-on-line .icon-title-paragraph {
    padding-left: 55px;
  }
}

@media (max-width: 1025px) {
  .info-columns-section .paragraph-on-line .icon-title-paragraph {
    display: block;
    padding-left: 0;
  }
}

.paragraph-on-line .icon-title-paragraph {
  display: inline-block;
  padding-left: 60px;
  white-space: normal;
}

.stared-list-2014 {
  display: block;
}

.stared-list-2014 .icon-title {
  line-height: 32px;
}

@media only screen and (min-width: 767px) {
  .stared-list-2014 {
    min-width: 384px;
  }
}

.stared-list-2015.icon-title-columns.columns-3 {
  display: block;
}

.stared-list-2015 .icon-title-item {
  margin-bottom: 32px;
  max-width: 280px;
}

.stared-list-2015 .icon-title-item:last-child {
  margin-bottom: 0;
}

.stared-list-2015 .icon-title-item:last-child .icon-title {
  line-height: 32px;
}

.extra-padding-right {
  padding-right: 62px;
}

.global-page-rank {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 10px;
}

.global-page-rank-container {
  margin-top: 40px;
}

.global-page-rank-wrapper {
  align-items: center;
  border-bottom: 1px solid #c4c4c4;
  display: flex;
  padding-bottom: 8px;
}

.global-page-achieve {
  padding-top: 20px;
}

.global-page-achieve-item {
  color: #323232;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-right: 60px;
}

.global-page-achieve-item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1216px) {

  .scheme-map-2014,
  .scheme2017,
  .scheme2018,
  .scheme2020 {
    max-width: 100%;
  }
}

.section .main-grid-item .fifth-level-title {
  line-height: 1.3;
  margin-bottom: 0;
}

/*! Breakpoints */
/*! Media queries */
@media (min-width: 1025px) {
  .partnership-page-margin {
    margin-top: -104px;
  }

  .partnership-page-margin .halved-content-item+.halved-content-item,
  .partnership-page-margin .halved-content-item:first-of-type:not(:last-of-type) {
    padding-top: 110px;
  }
}

@media only screen and (max-width: 1024px) {
  .partnership-page-margin {
    margin-top: -60px;
  }
}

.partnership-page-adobe.two-columns-grid svg {
  max-width: 505px;
}

@media only screen and (max-width: 767px) {
  .partnership-page-adobe.two-columns-grid svg {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1535px) {
  .partnership-page-adobe.two-columns-grid .main-grid-item:first-child {
    min-width: 592px;
  }

  .partnership-page-adobe.two-columns-grid .main-grid-item:nth-child(2) {
    min-width: 800px;
  }
}

@media only screen and (max-width: 767px) {
  .partnership-page-adobe.two-columns-grid .main-grid-item:first-child {
    margin-bottom: 0;
  }
}

.partnership-page-gold-grid .main-grid-item {
  align-items: center;
  display: flex;
}

.partnership-page-gold-icon {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .partnership-page-gold-icon {
    margin-bottom: 44px;
  }
}

.partnership-page-bottom-clear.section {
  margin-bottom: 0;
}

.partnership-page-light-container .background-theme {
  background-color: #fff;
}

.partnership-page-light-container .background-theme * {
  color: #000;
}

.partnership-page-inline-icon {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .partnership-page-two-columns.two-columns-grid .main-grid-item:first-of-type {
    margin-bottom: 0;
  }
}

.partnership-page-icon-left,
.partnership-page-icon-right {
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 767px) {

  .partnership-page-icon-left,
  .partnership-page-icon-right {
    padding-bottom: 44px;
  }
}

@media only screen and (min-width: 1025px) {
  .partnership-page-icon-right {
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .partnership-page-icon-right {
    order: 0;
  }

  .partnership-page-text-left {
    order: 1;
  }
}

.partnership-page-atlassian.halved-content-item.background-light-gray {
  margin-top: 0;
}

.partnership-scheme svg:not(.icon-social-svg):not(.partnership-page-gold-icon):not(.question-mark-svg):not(.icon-logo-svg):not(.adobe-partnership):not(.checked-icon):not(.unchecked-icon):not(.icon-trash) {
  margin-bottom: 40px;
}

.partnership-scheme svg:not(.icon-social-svg):not(.partnership-page-gold-icon):not(.question-mark-svg):not(.icon-logo-svg):not(.adobe-partnership):not(.checked-icon):not(.unchecked-icon):not(.icon-trash).partnership-page-ui-icon {
  margin-bottom: 92px;
  margin-top: 51px;
}

/*! Breakpoints */
/*! Media queries */
.industries-page .title-link-wrapper {
  margin-bottom: 32px;
}

.industries-page-finance.title-link-wrapper {
  margin-bottom: 24px;
}

@media only screen and (min-width: 1025px) {
  .industries-page-healthcare-container.section .halved-content-item {
    padding-top: 0;
  }
}

.industries-page-healthcare-links {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: -20px -32px 0 0;
  padding-top: 24px;
}

.industries-page-healthcare-links a {
  color: #6e6d71;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 20px 32px 0 0;
  transition: 0 0.3s;
}

.industries-page-healthcare-links a:hover {
  text-decoration: underline;
}

.industries-page-text-short {
  max-width: 536px;
}

/*! Breakpoints */
/*! Media queries */
.awards-page-gohundred-left {
  display: flex;
}

.awards-page-gohundred-texts {
  padding-top: 32px;
}

@media only screen and (min-width: 1025px) {
  .awards-page-gohundred-texts {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .awards-page-gohundred-list.columns-three {
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: auto auto auto;
  }
}

.awards-page-gohundred-list.columns-three .list-item {
  font-weight: 500;
}

.awards-page-gohundred-title {
  margin-bottom: 32px;
}

.awards-page-background-container-1 .halved-content-item.background-theme {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .awards-page-background-container-1 .halved-content-item.background-theme {
    padding-top: 100px;
  }
}

.awards-page-background-container-1 .halved-content-item.background-theme .awards-page-background-description {
  color: initial;
  margin-top: 39px;
}

.awards-page-background-container-1 .halved-content-item {
  background-color: #006a70;
}

@media only screen and (min-width: 768px) {
  .awards-page-background-container-1 .halved-content-item {
    padding-top: 128px;
  }
}

.awards-page-background-container-1 .halved-content-item .awards-page-background-description {
  color: #fff;
  margin-top: 68px;
}

.awards-page-background-container-2 .awards-page-background-description {
  margin-top: 40px;
}

.awards-page-background-container-3 .awards-page-background-description {
  margin-top: 65px;
}

.awards-page-background-container-3 .halved-content-item.background-theme .awards-page-background-description {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .awards-page-background-container-3 .halved-content-item:first-child {
    padding-top: 125px;
  }
}

.awards-page-deloitte .main-grid-outstanding {
  padding: 100px 0;
}

@media only screen and (min-width: 1025px) {
  .awards-page-deloitte .main-grid-outstanding {
    align-items: center;
  }
}

.awards-page-deloitte .main-grid-outstanding-item-left {
  margin-right: 136px;
  max-width: calc(50% + 192px);
  padding-right: 0;
  width: auto;
}

@media only screen and (min-width: 1025px) {
  .awards-page-deloitte .main-grid-outstanding-item-left {
    align-items: center;
  }
}

@media only screen and (max-width: 1024px) {
  .awards-page-deloitte .main-grid-outstanding-item-left {
    margin-right: 0;
  }
}

.awards-page-deloitte .main-grid-outstanding-item-right {
  padding-right: 0;
}

@media only screen and (min-width: 1025px) {
  .awards-page-deloitte .main-grid-outstanding-item-right {
    width: auto;
  }
}

/*! Breakpoints */
/*! Media queries */
.eu-offices-section .halved-content-item,
.us-offices-section.inverted .halved-content-item {
  position: relative;
}

@media only screen and (min-width: 1025px) {

  .eu-offices-section .halved-content-item,
  .us-offices-section.inverted .halved-content-item {
    padding-bottom: 219px;
  }
}

.eu-offices-section .career-page-work-link,
.us-offices-section.inverted .career-page-work-link {
  font-size: 24px;
  height: 109px;
  margin-top: 0;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {

  .eu-offices-section .career-page-work-link,
  .us-offices-section.inverted .career-page-work-link {
    bottom: -60px;
  }

  .eu-offices-section,
  .us-offices-section.inverted {
    padding-bottom: 60px;
  }
}

.job-opening-title-copy-columns {
  max-width: 400px;
}

.eu-offices-section .career-page-work-link {
  color: #fff;
  left: 0;
  right: inherit;
}

.erp-customization-issues .eu-offices-section .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .eu-offices-section p,
.eu-offices-section .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.eu-offices-section .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.eu-offices-section .paragraph {
  max-width: 536px;
}

@media only screen and (min-width: 1025px) {
  .eu-offices-section {
    max-height: 437px;
  }
}

/*! Breakpoints */
/*! Media queries */
.approach-page-setup-icon {
  display: block;
  margin: auto;
  max-width: 100%;
  padding-top: 32px;
}

@media only screen and (min-width: 1025px) {
  .approach-page-setup-icon {
    padding-top: 52px;
  }
}

.approach-page-project-icons {
  display: block;
  height: 383px;
  margin: auto;
  max-width: 100%;
  max-width: 808px;
  overflow: visible;
  position: relative;
}

.approach-page-project-icons svg {
  display: block;
  left: 30px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 768px) {
  .approach-page-project-icons svg {
    max-width: 300px;
  }
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .approach-page-project-icons svg {
    height: auto;
    left: 4px;
    max-width: 35%;
    top: 55px;
  }
}

.approach-page-project-icons div {
  position: absolute;
}

.approach-page-project-icons div p {
  font-size: 14px;
  margin-bottom: 7px;
  padding-top: 0;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .approach-page-project-icons div p {
    font-size: 11px;
  }
}

.approach-page-project-icons div p:first-child {
  font-size: 16px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .approach-page-project-icons div p:first-child {
    font-size: 12px;
  }
}

.approach-page-project-icons div p:last-child {
  margin-bottom: 0;
}

.approach-page-project-icons div:nth-child(2) {
  left: 132px;
  text-align: right;
  top: 24px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .approach-page-project-icons div:nth-child(2) {
    left: 6px;
  }
}

.approach-page-project-icons div:nth-child(3) {
  right: 112px;
  top: 25px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .approach-page-project-icons div:nth-child(3) {
    right: 25px;
  }
}

.approach-page-project-icons div:nth-child(4) {
  left: 3px;
  text-align: right;
  top: 164px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .approach-page-project-icons div:nth-child(4) {
    left: 0;
    max-width: 90px;
    top: 103px;
  }
}

.approach-page-project-icons div:nth-child(5) {
  right: 0;
  top: 164px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .approach-page-project-icons div:nth-child(5) {
    max-width: 92px;
    top: 110px;
  }
}

.approach-page-project-icons div:nth-child(6) {
  bottom: 0;
  left: 162px;
  text-align: right;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .approach-page-project-icons div:nth-child(6) {
    bottom: 0;
    left: 102px;
  }
}

.approach-page-project-icons div:nth-child(7) {
  bottom: 0;
  right: 69px;
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .approach-page-project-icons div:nth-child(7) {
    bottom: 0;
  }
}

.approach-page-table-container .section-background {
  margin-bottom: 0;
}

.approach-page-table-container-title {
  margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
  .approach-page-top-bordered.table-top-bordered .table-top-bordered-row .main-grid-item:not(:first-of-type) {
    flex: 1 1 50%;
  }

  .approach-page-top-bordered.table-top-bordered .table-top-bordered-row .main-grid-item:first-of-type {
    margin-bottom: 28px;
    order: 1;
  }

  .approach-page-top-bordered.table-top-bordered .table-top-bordered-row .main-grid-item:nth-child(2) {
    display: none;
  }

  .approach-page-top-bordered.table-top-bordered .table-top-bordered-row .main-grid-item:nth-child(3) {
    margin-bottom: 24px;
    order: 2;
  }

  .approach-page-top-bordered.table-top-bordered .table-top-bordered-row .main-grid-item:nth-child(4) {
    margin-bottom: 24px;
    order: 4;
  }

  .approach-page-top-bordered.table-top-bordered .table-top-bordered-row .main-grid-item:nth-child(5) {
    margin-bottom: 24px;
    order: 6;
  }

  .approach-page-top-bordered.table-top-bordered .table-top-bordered-row .main-grid-item:nth-child(6) {
    margin-bottom: 24px;
    order: 3;
  }

  .approach-page-top-bordered.table-top-bordered .table-top-bordered-row .main-grid-item:nth-child(7) {
    margin-bottom: 24px;
    order: 5;
  }

  .approach-page-top-bordered.table-top-bordered .table-top-bordered-row .main-grid-item:nth-child(8) {
    margin-bottom: 24px;
    order: 7;
  }
}

/*! Breakpoints */
/*! Media queries */
.our-mission-quote-text {
  margin-bottom: 24px;
  padding-left: 34px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .our-mission-quote-text {
    margin-top: 20px;
    padding-left: 0;
  }
}

.our-mission-person-block {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding-left: 34px;
}

@media only screen and (max-width: 1024px) {
  .our-mission-person-block {
    padding-left: 0;
  }
}

.our-mission-person-img {
  border-radius: 50%;
  height: 72px !important;
  margin-right: 20px;
  margin-top: 0;
  width: 72px;
}

.our-mission-person-info {
  align-items: flex-start;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.our-mission-person-name {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 0 0 6px;
}

.our-mission-person-position {
  color: #6e6d71;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  padding: 0;
}

.about-us-quote-icon {
  height: 11px;
  left: 1px;
  position: absolute;
  top: 5px;
  width: 16px;
}

@media only screen and (max-width: 1024px) {
  .about-us-quote-icon {
    left: 0;
    top: -20px;
  }
}

.industries-verticals-container .container-small {
  max-width: 1044px;
}

.industries-verticals-title-row {
  padding-bottom: 20px;
}

.industries-verticals-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: -5px -20px;
  padding: 20px 0;
}

.industries-verticals-list+.industries-verticals-list {
  margin: -5px -12px;
  padding: 0;
}

.industries-verticals-text-basic {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 28.8px;
  margin-bottom: 3px;
  padding: 5px 20px 0;
}

.industries-verticals-text-little {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 5px 12px;
}

.clients-say-container.section-background {
  padding-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
  .clients-say-container.section-background {
    padding-bottom: 32px;
  }

  .clients-say-container.section-background .main-grid-item:first-child {
    margin-bottom: 64px;
  }
}

.clients-say-block {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
  .clients-say-block {
    margin-bottom: 64px;
  }
}

@media only screen and (min-width: 767px) {
  .clients-say-block:first-child {
    min-height: 234px;
  }
}

.clients-say-block:last-child {
  margin-bottom: 0;
}

.clients-say-text {
  margin-bottom: 24px;
  padding-left: 34px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .clients-say-text {
    padding-left: 0;
  }
}

.clients-say-person-block {
  align-items: flex-start;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  padding-left: 34px;
  width: 222px;
}

@media only screen and (max-width: 1024px) {
  .clients-say-person-block {
    padding-left: 0;
  }
}

.clients-say-person-name {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 0 0 6px;
}

.clients-say-person-position {
  color: #6e6d71;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  padding: 0;
}

.clients-icons-section.section-background {
  overflow: hidden;
  padding-top: 0;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .clients-icons-section.section-background {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .clients-icons-section.section-background {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 2140px) {
  .clients-icons-section.section-background {
    display: flex;
    justify-content: center;
  }
}

.clients-icons-container {
  margin: 0 auto;
  max-width: 2409px;
  top: 0;
}

@media only screen and (max-width: 1280px) {
  .clients-icons-container {
    position: relative;
  }
}

.clients-icons-container .swiper-container {
  padding-left: 60px;
}

@media only screen and (max-width: 1024px) {
  .clients-icons-container .swiper-container {
    padding-left: 20px;
  }
}

.clients-icons-container .swiper-container .swiper-slide {
  width: auto;
}

.clients-icons-container .swiper-container .swiper-slide svg {
  min-height: 58px;
}

.clients-icons-container .icons-single-row {
  justify-content: center;
}

.clients-icons-container .icons-single-row svg:not(:last-of-type) {
  margin-right: 60px;
}

@media only screen and (max-width: 767px) {
  .clients-icons-container .icons-single-row svg:not(:last-of-type) {
    margin-right: 24px;
  }

  .clients-icons-container .icons-single-row svg {
    margin-right: 24px;
    max-width: 115px;
  }
}

@media only screen and (min-width: 2140px) {
  .clients-icons-container {
    width: 100%;
  }
}

.talent-pool-block-title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .talent-pool-block-title {
    margin-bottom: 28px;
    margin-top: 32px;
  }
}

.talent-pool-block .top-bordered-columns-item {
  padding-top: 8px;
}

.talent-pool-item-title.fourth-level-title {
  margin-bottom: 0;
}

.talent-pool-item-text {
  color: #000;
  padding-top: 8px;
}

@media only screen and (min-width: 1025px) {
  .about-partnerships-title-block {
    max-width: 536px;
  }
}

.about-partnerships-icons {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: -14px -58px -18px 0;
}

.about-partnerships-icons svg {
  margin: 14px 58px 18px 0;
}

@media only screen and (max-width: 1280px) {
  .about-partnerships-icons svg {
    margin-right: 45px;
  }
}

.about-us-values-container.section {
  margin-bottom: 0;
}

.about-us-values-img.gatsby-image-wrapper {
  max-height: 644px;
}

@media only screen and (max-width: 1280px) {
  .about-us-values-img.gatsby-image-wrapper {
    height: 300px;
  }
}

.about-us-values-title {
  max-width: 536px;
}

@media (width: 1280px) {
  .about-us-values-list.halved-content-item {
    padding-top: 60px;
  }
}

.about-us-values-list.halved-content-item .title {
  margin-bottom: 12px;
}

.about-page-development-title {
  max-width: 400px;
}

.about-page-industries-title,
.about-page-partnership-title,
.about-page-recognition-title {
  margin-bottom: 32px;
}

@media only screen and (max-width: 1024px) {

  .about-page-industries-title,
  .about-page-partnership-title,
  .about-page-recognition-title {
    margin-bottom: 28px;
  }
}

.about-page-delivery-container .main-grid-item:first-child .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
.about-page-delivery-container .main-grid-item:first-child .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
.about-page-delivery-container .main-grid-item:first-child .paragraph,
.erp-customization-issues .about-page-delivery-container .main-grid-item:first-child .paragraph-no-padding-top.paragraph-bolder,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .about-page-delivery-container .main-grid-item:first-child p {
  max-width: 536px;
}

@media only screen and (max-width: 767px) {
  .about-page-recognition-container .main-grid-item:first-child {
    margin-bottom: 0;
  }
}

.about-page-recognition-container .main-grid-item:last-child {
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .about-page-recognition-container .main-grid-item:last-child {
    margin-bottom: 20px;
  }

  .about-page-recognition-container .main-grid.two-columns-grid {
    flex-direction: column-reverse;
  }
}

.about-page-recognition-icons {
  justify-content: flex-start;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -32px;
}

.about-page-recognition-icons svg {
  margin-left: 30px;
  margin-top: 32px;
}

.about-page-recognition-icons svg:not(:last-of-type) {
  margin-right: 30px;
}

.about-page-recognition-title .title-link-text a {
  color: #fff;
}

.about-page-partnership-container {
  padding: 100px 0;
}

@media only screen and (max-width: 1280px) {
  .about-page-partnership-container {
    padding-right: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .about-page-partnership-container {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 1280px) {
  .about-page-partnership-container .about-partnerships-icons {
    margin-right: 0;
  }
}

.about-page-partnership-container .about-partnerships-icons svg:nth-child(3) {
  margin-right: 30%;
}

@media only screen and (max-width: 1440px) {
  .about-page-partnership-container .about-partnerships-icons svg:nth-child(3) {
    margin-right: 18%;
  }
}

.about-page-partnership-container .about-partnerships-icons svg:nth-last-child(2) {
  margin-right: 20px;
}

.about-page-partnership-container .about-partnerships-icons svg:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1280px) {
  .about-page-partnership-container .main-grid-outstanding-item-right {
    padding-right: 0;
  }
}

.about-page-partnership-container .main-grid .main-grid-item:last-child {
  overflow: hidden;
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (min-width: 1025px) {
  .services-page-title.section {
    margin-bottom: 80px;
  }
}

.services-page-layout .arrow-links-item {
  padding-bottom: 20px;
}

.services-page-layout .arrow-links-item:not(:first-of-type) {
  margin-top: 40px;
}

.services-page-layout .arrow-links-item h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 4px;
}

.services-page-layout.tertiary-scheme .background-theme-second .services-page-link-item {
  color: #c4c4c4;
}

.services-page-layout.tertiary-scheme .background-theme-second .services-page-link-item:hover {
  color: #bb1db5;
}

@media only screen and (min-width: 1535px) {
  .services-page-layout .halved-content-image-item+.halved-content-item {
    padding-top: 80px;
  }
}

.services-page-layout .microsoft-arrow-links {
  letter-spacing: -0.35px;
}

@media only screen and (min-width: 1025px) {
  .services-page-advisory-container.section {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 1280px) {
  .services-page-title.section {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {

  .services-page-automation-container.section-background,
  .services-page-automation-right.background-theme .inner-content {
    padding-bottom: 80px;
  }

  .services-page-product-engineering-container.section .inner-content,
  .services-page-tehnology-container .inner-content {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .services-page-intelligent-container.section .halved-content-item {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 1280px) {
  .services-page-intelligent-container.section .halved-content-item {
    width: 100%;
  }

  .services-page-intelligent-container.section .halved-content-item .container-small {
    max-width: none;
  }
}

.services-page-title-nolink {
  margin-bottom: 0 !important;
  padding-top: 12px;
}

.services-page-links-block {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  margin: 0 -16px;
  width: 100%;
}

.services-page-links-block .services-page-link-item {
  color: #6e6d71;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 16px;
  padding: 0 16px;
}

@media only screen and (max-width: 1024px) {
  .services-page-links-block .services-page-link-item {
    font-size: 20px;
    font-weight: 700;
  }
}

.services-page-links-block .services-page-link-item:hover {
  color: #bb1db5;
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  .services-page-engineering-img.gatsby-image-wrapper {
    max-height: 621px;
  }
}

@media only screen and (max-width: 1280px) {
  .services-page-engineering-img.gatsby-image-wrapper {
    height: 300px;
  }
}

.services-page-automation-right .inner-content {
  padding: 100px 72px 100px 32px;
}

@media only screen and (max-width: 1024px) {
  .services-page-automation-right .inner-content {
    padding: 60px 20px;
    width: 100%;
  }

  .copy-image-accordion .services-page-automation-right .inner-content {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 1280px) {
  .services-page-automation-right .inner-content .container-small {
    max-width: none;
  }

  .services-page-advisory-img.gatsby-image-wrapper,
  .services-page-automation-img.gatsby-image-wrapper {
    height: 300px;
  }

  .services-page-product-engineering-container .container-small {
    max-width: none;
  }
}

.services-page-tehnology-container .inner-content {
  padding-right: 32px;
}

.services-page-tehnology-container .container-small {
  max-width: none;
}

.services-page-layout .services-page-main-title-link {
  color: inherit;
}

.services-page-main-title-link:hover {
  text-decoration: underline;
}

.services-page-ar-vr {
  padding-right: 60px;
}

/*! Breakpoints */
/*! Media queries */
.thanks-page-layout {
  padding-top: 93px;
}

@media only screen and (min-width: 1025px) {
  .thanks-page-layout {
    padding-top: 115px;
  }
}

.thanks-page-layout .header-logo-link path {
  fill: #000;
}

.thanks-page-layout .main-navigation-link {
  color: #000;
}

.thanks-page-layout .main-navigation-link.link-button {
  color: #fff;
}

.thanks-page-layout .cards {
  margin-bottom: 0;
}

.thanks-page-container.section {
  padding-top: 48px;
}

.thanks-page-title {
  color: #000;
  text-align: center;
}

.thanks-page-text {
  display: block;
  font-weight: 500;
  margin: 0 auto;
  max-width: 728px;
  padding-top: 24px;
  text-align: center;
}

.thanks-page-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 396px;
  padding-top: 45px;
}

.thanks-page-button {
  border: 2px solid;
  border-radius: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  min-width: 182px;
  padding: 18.5px 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .data-warehouse-table .main-grid .main-grid-item:first-child {
    max-width: 176px;
  }

  .data-warehouse-table .main-grid .main-grid-item:last-child,
  .data-warehouse-table .main-grid .main-grid-item:nth-child(2) {
    max-width: 280px;
  }

  .data-warehouse-table .main-grid .main-grid-item:nth-child(3) {
    max-width: 384px;
  }
}

/*! Breakpoints */
/*! Media queries */
.devops-iac {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1043px;
  width: 100%;
}

.devops-iac-blue-border {
  border-color: #2451ef;
}

.devops-iac .background-theme-second {
  background-color: rgba(9, 30, 108, 0.5);
}

.devops-iac-col-right-up-top svg {
  margin: 0 16% 16px auto;
}

.devops-iac-list .svg-thin-text {
  padding-top: 9px;
}

.devops-iac-list .svg-thin-text+.svg-thin-text {
  padding-top: 10px;
}

.devops-iac-col-left {
  max-height: 175px;
  transform: translateY(130%);
}

.devops-iac-col-center {
  margin-top: 53px;
  max-width: 460px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .devops-iac-col-center {
    max-width: 350px;
  }
}

.devops-iac-col-right {
  max-width: 238px;
  width: 100%;
}

.devops-iac-col-right-up-top {
  margin-bottom: 26px;
  padding-right: 20px;
}

.devops-iac-col-right-up-top .svg-thin-text {
  margin-left: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.devops-iac-col-right-up-icons {
  justify-content: space-between;
}

.devops-iac-col-right-up-icons svg {
  margin: 0 auto 8px;
}

.devops-iac-col-right-up-icon:last-child {
  margin-left: 60px;
}

.devops-iac-col-right-bottom {
  margin: 39px 55px 0 auto;
  max-width: 88px;
  position: relative;
}

.devops-iac-col-right-bottom:before {
  background-image: linear-gradient(90deg, #082eb5 85%, #f2f2f2 0);
  background-size: 16px 3px;
  content: "";
  height: 3px;
  position: absolute;
  top: -42%;
  transform: rotate(90deg);
  width: 80px;
}

.devops-iac-col-r-list {
  margin-top: 16px;
}

.devops-iac-row-up {
  padding: 20px 36px;
}

@media only screen and (max-width: 1024px) {
  .devops-iac-row-up {
    padding: 20px;
  }
}

.devops-iac-row-up .svg-colored-text {
  display: block;
  margin-bottom: 24px;
}

.devops-iac-row-up-icons {
  justify-content: space-between;
}

.devops-iac-row-up-icon svg {
  margin: 0 auto 13px;
}

.devops-iac-row-center {
  margin: 24px auto;
  position: relative;
}

.devops-iac-row-center:before {
  background-image: linear-gradient(90deg, #082eb5 85%, #f2f2f2 0);
  background-size: 16px 3px;
  content: "";
  height: 3px;
  left: -15%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  width: 123px;
}

@media only screen and (max-width: 1024px) {
  .devops-iac-row-center:before {
    left: -17%;
    width: 90px;
  }
}

@media only screen and (max-width: 835px) {
  .devops-iac-row-center:before {
    left: -11%;
    width: 35px;
  }
}

.devops-iac-row-center:after {
  background-image: linear-gradient(90deg, #082eb5 85%, #f2f2f2 0);
  background-size: 16px 3px;
  content: "";
  height: 3px;
  position: absolute;
  right: -56%;
  top: 50%;
  transform: translateX(-50%);
  width: 144px;
}

@media only screen and (max-width: 1024px) {
  .devops-iac-row-center:after {
    right: -65%;
  }
}

@media only scren and (max-width: 835px) {
  .devops-iac-row-center:after {
    right: -50%;
    width: 100px;
  }
}

.devops-iac-row-bottom {
  padding: 28px 30px 24px;
}

@media only screen and (max-width: 1024px) {
  .devops-iac-row-bottom {
    padding: 28px 20px 24px;
  }
}

.devops-iac-row-bottom-titles {
  justify-content: space-between;
}

.devops-iac-row-bottom .devops-iac-blue-border {
  max-width: 120px;
  padding: 10px 0;
  width: 100%;
}

.devops-iac-row-bottom-dotted.devops-iac-blue-border,
.devops-iac-row-bottom-progress.devops-iac-blue-border {
  margin-top: 16px;
  max-width: 400px;
  padding: 24px 10px;
}

.devops-iac-row-bottom-dotted {
  padding: 14px 10px;
}

.devops-iac-row-bottom-dotted svg {
  margin-left: auto;
}

.devops-release {
  justify-content: space-between;
  max-width: 1137px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .devops-release {
    justify-content: center;
  }
}

.devops-release.big-scheme-centered {
  margin-top: 60px;
}

.devops-release-icon {
  margin-top: 82px;
  position: relative;
}

.devops-release-icon p {
  left: 50%;
  position: absolute;
  top: 64px;
  transform: translateX(-50%);
  width: 158px;
}

@media only screen and (max-width: 1024px) {
  .devops-release-icon {
    margin-top: 72px;
  }

  .devops-release-icon p {
    top: 54px;
    width: 110px;
  }
}

.devops-release-vector {
  margin-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .devops-release-vector {
    margin: 90px 10px 0;
  }
}

.devops-release-vector-sm {
  flex-shrink: 0;
  margin-top: 19px;
}

@media only screen and (max-width: 1024px) {
  .devops-release-vector-sm {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 12px;
  }

  .devops-release .big-scheme {
    height: 50px;
    width: 44px;
  }
}

.devops-release .svg-thin-text {
  padding-top: 16px;
}

.devops-release .svg-colored-text {
  margin-bottom: 26px;
}

.devops-release-dotted {
  background: linear-gradient(90deg, #6e6d71 22%, #fff 0) top/10px 1px repeat-x,
    linear-gradient(#6e6d71 22%, #fff 0) 100%/1px 10px repeat-y,
    linear-gradient(90deg, #6e6d71 22%, #fff 0) bottom/10px 1px repeat-x,
    linear-gradient(#6e6d71 22%, #fff 0) 0/1px 10px repeat-y;
  max-width: 47%;
  padding: 32px 36px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .devops-release-dotted {
    max-width: 400px;
    padding: 32px 15px;
  }
}

.devops-release-dotted-block {
  max-width: 176px;
  width: 100%;
}

.devops-release-dotted-block .svg-rec {
  white-space: nowrap;
}

.devops-release-dotted .main-grid {
  gap: 20px;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .devops-release-dotted .main-grid {
    gap: 10px;
  }
}

.devops-release-dotted .svg-rec {
  padding: 20px 0;
}

@media only screen and (max-width: 1024px) {
  .devops-release-dotted .svg-rec {
    max-width: 320px;
    padding: 10px 0;
  }
}

.devops-release-dotted .svg-rec .svg-thin-text {
  padding-top: 0;
}

.devops-cloud {
  max-width: 1120px;
}

.devops-cloud-top {
  margin-bottom: 39px;
}

.devops-cloud-scheme {
  display: block;
  margin: 24px 10% 37px auto;
}

.devops-cloud .background-light-gray {
  padding: 24px 28px 17px;
}

@media only screen and (max-width: 960px) {
  .devops-cloud .background-light-gray {
    padding: 24px 10px 17px;
  }
}

.devops-cloud .main-grid {
  justify-content: space-between;
}

.devops-cloud-bottom {
  margin: 0 auto;
  max-width: 1076px;
}

.devops-cloud-bottom+.devops-cloud-bottom {
  margin-top: 20px;
}

.devops-cloud-bottom .devops-cloud-chevron-absolute {
  top: 50%;
  transform: translateY(-50%);
}

.devops-cloud-bottom .devops-cloud-chevron-absolute:first-child {
  left: -22px;
  transform: translateY(-50%) rotate(180deg);
}

.devops-cloud-bottom .devops-cloud-chevron-absolute:last-child {
  right: -22px;
}

.devops-cloud .svg-rec-gray {
  padding: 19px 0;
  position: relative;
}

.devops-cloud-row-second-block,
.devops-cloud-row-second-block-bigger {
  position: relative;
}

.devops-cloud-row-second-block .devops-cloud-chevron-absolute,
.devops-cloud-row-second-block-bigger .devops-cloud-chevron-absolute {
  left: 50%;
  top: -23px;
  transform: translateX(-50%) rotate(90deg);
}

.devops-cloud-row-second-block .devops-cloud-chevron-horizontal,
.devops-cloud-row-second-block-bigger .devops-cloud-chevron-horizontal {
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
}

.devops-cloud-row-second-block {
  max-width: 258px;
  width: 100%;
}

@media only screen and (max-width: 1160px) {
  .devops-cloud-row-second-block {
    width: 20%;
  }
}

.devops-cloud-row-second-block-bigger {
  max-width: 528px;
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .devops-cloud-row-second-block-bigger {
    width: 50%;
  }
}

.devops-cloud-row-second-block-bigger .svg-rec {
  max-width: 132px;
  width: 100%;
}

.devops-cloud-row-second-block-bigger .main-grid {
  align-items: center;
  margin-bottom: 16px;
}

.devops-cloud-row-second-block-bigger .svg-bold-text {
  margin-bottom: 24px;
}

.devops-cloud-row-second-block-bigger .svg-bold-text+.svg-thin-text {
  padding-top: 22px;
}

.devops-cloud-row-second-block-bigger .svg-bold-text .main-grid {
  align-items: center;
  margin-bottom: 16px;
}

.devops-cloud-chevron-absolute {
  position: absolute;
}

.devops-cte {
  max-width: 1134px;
  width: 100%;
}

.devops-cte-bubble {
  margin-bottom: 14px;
  position: relative;
}

.devops-cte-bubble-text {
  left: 12px;
  position: absolute;
  top: 10px;
}

.devops-cte-col-l {
  max-width: 171px;
  width: 100%;
}

.devops-cte-col-l-middle,
.devops-cte-col-l-top {
  margin-bottom: 44px;
}

.devops-cte-col-l-middle .big-scheme {
  background-color: #fff;
}

.devops-cte-col-l .svg-thin-text {
  margin-top: 16px;
}

.devops-cte-col-l .devops-cte-arrow-d {
  margin-bottom: 36px;
}

.devops-cte-col-cl {
  align-self: flex-end;
  margin-left: 20px;
  max-width: 178px;
  transform: translateY(-30px);
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .devops-cte-col-cl {
    margin-left: 0;
  }
}

.devops-cte-col-cl-top+.devops-cte-col-cl-top {
  margin-top: 66px;
}

.devops-cte-col-cl-top .list-item {
  margin-left: 14px;
  padding-bottom: 7px;
}

.devops-cte-col-cl-top .list-item:before {
  height: 7px;
  width: 7px;
}

.devops-cte-col-cr {
  margin-left: -50px;
  max-width: 160px;
  transform: translateY(83px);
  width: 100%;
}

.devops-cte-col-cr .devops-col-l-top {
  margin-bottom: 43px;
}

.devops-cte-col-cr .devops-col-l-top .svg-thin-text {
  padding-top: 16px;
}

.devops-cte-col-cr .devops-col-l-middle {
  transform: rotate(270deg) translateX(78px);
}

.devops-cte-col-cr .devops-col-l-middle .svg-thin-text {
  transform: translateY(44px);
}

.devops-cte-col-cr .devops-col-l-middle svg:first-of-type {
  transform: translate(23px, 20px) rotate(-90deg);
}

.devops-cte-col-cr .devops-col-l-middle .devops-cte-arrow-rotate {
  transform: rotate(90deg);
}

.devops-cte-col-cr .devops-col-l-middle .svg-thin-text:last-child {
  transform: translateY(-33px);
}

.devops-cte-col-cr .devops-col-l-prebottom {
  margin-bottom: 83px;
}

@media only screen and (max-width: 1279px) {
  .devops-cte-col-cr .devops-col-l-prebottom {
    margin-bottom: 40px;
  }
}

.devops-cte-col-cr .devops-col-l-prebottom .svg-thin-text {
  padding-top: 16px;
}

.devops-cte-col-cr .devops-col-l-bottom {
  position: relative;
}

.devops-cte-col-cr .devops-cte-col-l-bottom-arrow {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .devops-cte-col-cr .devops-cte-col-l-bottom-arrow {
    display: block;
    max-width: 57%;
    position: absolute;
    right: -45%;
    top: 50%;
    transform: translateY(-50%);
  }
}

.devops-cte-col-r {
  max-width: 344px;
  transform: translateY(21px);
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .devops-cte-col-r {
    max-width: 250px;
  }
}

@media only screen and (max-width: 835px) {
  .devops-cte-col-r {
    max-width: 200px;
  }
}

.devops-cte-col-r-bottom,
.devops-cte-col-r-middle,
.devops-cte-col-r-prebottom {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.devops-cte-col-r-bottom .svg-thin-text,
.devops-cte-col-r-middle .svg-thin-text,
.devops-cte-col-r-prebottom .svg-thin-text {
  padding-top: 16px;
}

.devops-cte-col-r-top {
  align-items: center;
  display: flex;
  margin-bottom: 144px;
}

.devops-cte-col-r-top .svg-thin-text {
  margin-left: 16px;
}

.devops-cte-col-r-middle {
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: 80px;
}

@media only screen and (max-width: 835px) {
  .devops-cte-col-r-middle {
    margin-right: 0;
  }
}

.devops-cte-col-r-prebottom {
  margin: 0 0 80px auto;
}

@media only screen and (max-width: 1279px) {
  .devops-cte-col-r-prebottom {
    margin-bottom: 40px;
  }
}

.devops-cte-col-r-bottom {
  margin-left: auto;
  margin-right: 80px;
}

@media only screen and (max-width: 1024px) {
  .devops-cte-col-r-bottom {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 835px) {
  .devops-cte-col-r-bottom {
    margin-right: 0;
  }
}

.devops-cte-back {
  left: 15%;
  position: absolute;
  top: 38px;
  width: 72%;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .devops-cte-back {
    left: 17%;
    width: 70%;
  }
}

@media only screen and (max-width: 835px) {
  .devops-cte-back {
    left: 18%;
    top: 28px;
    width: 78%;
  }
}

.devops-cte-back-border {
  background: linear-gradient(90deg, #6e6d71 22%, #fff 0) top/10px 1px repeat-x,
    linear-gradient(#6e6d71 22%, #fff 0) 100%/1px 10px repeat-y,
    linear-gradient(90deg, #6e6d71 22%, #fff 0) bottom/10px 1px repeat-x,
    linear-gradient(#6e6d71 22%, #fff 0) 0/1px 10px repeat-y;
  height: 100%;
  left: 50%;
  max-width: 577px;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}

.devops-cte .main-grid {
  justify-content: space-between;
  position: relative;
}

.devops-cte .svg-colored-text {
  margin: 0 auto 38px;
}

@media only screen and (max-width: 1024px) {
  .devops-cte-svg-arrow {
    display: none;
  }
}

.devops-third-scheme {
  height: auto;
}

/*! Breakpoints */
/*! Media queries */
@media only screen and (max-width: 930px) and (min-width: 768px) {
  .mlearning-cta .callout-stripe-copy-small {
    min-width: 58%;
  }
}

/*! Breakpoints */
/*! Media queries */
.bic-involves {
  position: relative;
}

.bic-involves.section {
  margin-bottom: 80px;
  margin-top: 80px;
}

@media only screen and (max-width: 1024px) {
  .bic-involves.section {
    margin-bottom: 60px;
  }
}

.bic-services .list-item {
  padding-bottom: 20px;
}

@media only screen and (min-width: 1280px) {
  .bic-services .cta-small .callout-stripe-copy-small {
    height: 148px;
  }
}

.bic-infrastructure {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1280px) {
  .bic-infrastructure .container-small {
    max-width: 100%;
  }

  .bic-infrastructure {
    padding-bottom: 20px;
  }

  .bic-infrastructure .main-grid-outstanding {
    flex-direction: column;
  }
}

.bic-infrastructure .main-grid-outstanding-item-left {
  max-width: 62%;
  padding-right: 0;
  width: 62%;
}

@media only screen and (max-width: 1280px) {
  .bic-infrastructure .main-grid-outstanding-item-left {
    max-width: 100%;
    width: 100%;
  }
}

.bic-infrastructure .main-grid-outstanding-item-right {
  max-width: 526px;
}

@media only screen and (max-width: 1280px) {
  .bic-infrastructure .main-grid-outstanding-item-right {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }
}

.bic-infrastructure-scheme {
  height: 546px;
  min-width: 526px;
  position: relative;
  width: 526px;
}

@media only screen and (max-width: 1439px) {
  .bic-infrastructure-scheme {
    transform: scale(0.9);
  }
}

@media only screen and (max-width: 1280px) {
  .bic-infrastructure-scheme {
    margin: 0 auto;
  }
}

.bic-infrastructure-scheme-svg-inner {
  left: 35%;
  position: absolute;
}

.bic-infrastructure-scheme-svg-arrows {
  left: 28%;
  position: absolute;
}

.bic-infrastructure-scheme.scheme-circled-10 .svg-circle {
  height: 118px;
  width: 118px;
}

.bic-infrastructure-scheme.scheme-circled-10 .svg-circle .svg-circle-text {
  line-height: 20px;
  width: 96px;
}

.bic-infrastructure-scheme.scheme-circled-10 .svg-circle:first-of-type {
  left: 50%;
  top: 0;
}

.bic-infrastructure-scheme.scheme-circled-10 .svg-circle:nth-of-type(2) {
  right: 14%;
  top: 7%;
}

.bic-infrastructure-scheme.scheme-circled-10 .svg-circle:nth-of-type(3) {
  right: 0;
  top: 27%;
}

.bic-infrastructure-scheme.scheme-circled-10 .svg-circle:nth-of-type(4) {
  bottom: 27%;
  right: 0;
}

.bic-infrastructure-scheme.scheme-circled-10 .svg-circle:nth-of-type(5) {
  bottom: 7%;
  right: 14%;
}

.bic-infrastructure-scheme.scheme-circled-10 .svg-circle:nth-of-type(6) {
  bottom: 0;
  left: 50%;
}

.bic-infrastructure-scheme.scheme-circled-10 .svg-circle:nth-of-type(7) {
  bottom: 7%;
  left: 14%;
}

.bic-infrastructure-scheme.scheme-circled-10 .svg-circle:nth-of-type(8) {
  bottom: 27%;
  left: 0;
}

.bic-infrastructure-scheme.scheme-circled-10 .svg-circle:nth-of-type(9) {
  left: 0;
  top: 27%;
}

.bic-infrastructure-scheme.scheme-circled-10 .svg-circle:nth-of-type(10) {
  left: 14%;
  top: 7%;
}

.bic-infrastructure-tabs .tabs-row-item.mdc-tab,
.bic-technologies-tabs .tabs-row-item.mdc-tab {
  margin-bottom: 32px;
  padding: 0 20px;
}

.bic-infrastructure-tabs .tabs-row-item.mdc-tab .mdc-tab__text-label,
.bic-technologies-tabs .tabs-row-item.mdc-tab .mdc-tab__text-label {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 8px;
}

.bic-infrastructure-tabs .tabs-row-panels,
.bic-technologies-tabs .tabs-row-panels {
  padding: 8px 0 0;
}

.bic-infrastructure-tabs .tabs-row-content h3,
.bic-technologies-tabs .tabs-row-content h3 {
  color: #000;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
  line-height: 30px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1024px) {

  .bic-infrastructure-tabs .tabs-row-content h3,
  .bic-technologies-tabs .tabs-row-content h3 {
    font-size: 20px;
    font-weight: 700;
  }
}

.bic-infrastructure-tabs .tabs-row-content h3.title-link-text,
.bic-technologies-tabs .tabs-row-content h3.title-link-text {
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {

  .bic-infrastructure-tabs .mdc-tab-scroller__scroll-content,
  .bic-technologies-tabs .mdc-tab-scroller__scroll-content {
    flex-wrap: wrap;
    max-width: 100%;
  }
}

.bic-framework {
  padding-left: calc(50% - 608px);
}

.bic-framework.section-background {
  padding-bottom: 80px;
}

.bic-framework .container {
  margin-right: 0;
  max-width: none;
}

@media only screen and (max-width: 767px) {
  .bic-framework .container {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .bic-framework {
    padding-left: 0;
  }

  .bic-framework .scheme-progress-item {
    flex: 1 1 100%;
    margin-bottom: 30px;
    max-width: 250px;
  }
}

.bic-technologies-tabs-title {
  margin-bottom: 24px;
}

.bic-technologies-tabs-right {
  width: 100%;
}

.bic-technologies-tabs-container {
  padding: 36px;
}

.bic-technologies-tabs .list {
  grid-column-gap: 92px;
}

@media only screen and (max-width: 1024px) {
  .bic-technologies-tabs .list {
    grid-column-gap: 68px;
  }
}

.bic-technologies-tabs .list .list-item {
  line-height: 20px;
}

.bic-technologies-tabs .list.columns-five {
  display: inline-grid;
  grid-template-columns: repeat(5, auto);
}

@media only screen and (max-width: 767px) {
  .bic-technologies-tabs .list.columns-five {
    grid-template-columns: repeat(1, auto);
  }
}

@media only screen and (max-width: 479px) {
  .bic-technologies-tabs .list.columns-five {
    grid-template-columns: 1fr auto;
  }
}

@media only screen and (max-width: 1024px) {
  .bic-technologies-tabs .list.columns-four {
    grid-column-gap: 92px;
    grid-template-columns: repeat(3, auto);
  }
}

@media only screen and (min-width: 1025px) {
  #bi-technologies h2 {
    margin-bottom: 44px;
  }
}

/*! Breakpoints */
/*! Media queries */
.healthcare-software-includes {
  position: relative;
}

.healthcare-software-includes.section {
  margin-top: 80px;
  padding-bottom: 142px;
}

@media only screen and (max-width: 1024px) {
  .healthcare-software-includes.section {
    margin-bottom: 0;
    padding-bottom: 155px;
  }
}

@media only screen and (max-width: 767px) {
  .healthcare-software-includes.section {
    padding-bottom: 64px;
  }
}

.healthcare-software-why-itra p {
  line-height: 28px;
}

.healthcare-software-why-itra .main-grid-parser {
  margin-top: 48px;
}

.healthcare-software-clients .quote-block {
  background-color: unset;
  border: none;
  padding: 0 0 0 32px;
}

.healthcare-software-clients .quote-block-position {
  max-width: 250px;
}

.erp-customization-issues .healthcare-software-services .accordion-content .paragraph-no-padding-top.paragraph-bolder+.list,
.erp-customization-paths .title-copy-columns .main-grid-item:last-child .healthcare-software-services .accordion-content p+.list,
.healthcare-software-services .accordion-content .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder+.list,
.healthcare-software-services .accordion-content .erp-customization-paths .title-copy-columns .main-grid-item:last-child p+.list,
.healthcare-software-services .accordion-content .paragraph+.list {
  display: inline;
  margin-top: 0;
}

@media only screen and (min-width: 1025px) {
  .healthcare-software-solutions .main-grid-item:not(:last-of-type) {
    margin-right: 52px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .healthcare-software-solutions-tabs-right .main-grid-item:last-of-type {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .healthcare-software-solutions-tabs-right .main-grid {
    flex-wrap: wrap;
  }
}

.healthcare-software-solutions-tabs .tabs-row-item.mdc-tab {
  margin-bottom: 32px;
  padding: 0 20px;
}

.healthcare-software-solutions-tabs .tabs-row-item.mdc-tab .mdc-tab__text-label {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 8px;
}

.healthcare-software-solutions-tabs .tabs-row-panels {
  background-color: #f8f8f8;
  padding: 36px;
}

.healthcare-software-solutions-tabs .tabs-row-content h3 {
  color: #000;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
  line-height: 30px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
  .healthcare-software-solutions-tabs .tabs-row-content h3 {
    font-size: 20px;
    font-weight: 700;
  }
}

.healthcare-software-solutions-tabs .tabs-row-content h3.title-link-text {
  margin-bottom: 0;
}

.healthcare-software-solutions-tabs .tabs-row-content-2 .list-item:nth-child(5),
.healthcare-software-solutions-tabs .tabs-row-content-4 .list-item:nth-child(8),
.healthcare-software-solutions-tabs .tabs-row-content-5 .list-item:nth-child(3),
.healthcare-software-solutions-tabs .tabs-row-content-8 .list-item:nth-child(4),
.healthcare-software-solutions-tabs .tabs-row-content-8 .list-item:nth-child(6) {
  margin-top: -22px;
}

@media only screen and (max-width: 767px) {

  .healthcare-software-solutions-tabs .tabs-row-content-2 .list-item:nth-child(5),
  .healthcare-software-solutions-tabs .tabs-row-content-4 .list-item:nth-child(8),
  .healthcare-software-solutions-tabs .tabs-row-content-5 .list-item:nth-child(3),
  .healthcare-software-solutions-tabs .tabs-row-content-8 .list-item:nth-child(4),
  .healthcare-software-solutions-tabs .tabs-row-content-8 .list-item:nth-child(6) {
    margin-top: 0;
  }
}

.healthcare-software-solutions-tabs .tabs-row-content-1 .list {
  grid-template-columns: 220px 243px;
}

.healthcare-software-solutions-tabs .tabs-row-content-2 .list {
  grid-template-columns: 260px 201px;
}

.healthcare-software-solutions-tabs .tabs-row-content-4 .list {
  grid-template-columns: 282px 222px;
}

.healthcare-software-solutions-tabs .tabs-row-content-5 .list {
  grid-template-columns: 208px 296px;
}

.healthcare-software-solutions-tabs .tabs-row-content-5 .list-item:nth-child(5),
.healthcare-software-solutions-tabs .tabs-row-content-5 .list-item:nth-child(7) {
  margin-top: -44px;
}

@media only screen and (max-width: 767px) {

  .healthcare-software-solutions-tabs .tabs-row-content-5 .list-item:nth-child(5),
  .healthcare-software-solutions-tabs .tabs-row-content-5 .list-item:nth-child(7) {
    margin-top: 0;
  }
}

.healthcare-software-solutions-tabs .tabs-row-content-6 .list {
  grid-template-columns: 212px 292px;
}

.healthcare-software-solutions-tabs .tabs-row-content-8 .list {
  grid-template-columns: 223px 281px;
}

.healthcare-software-solutions-tabs .tabs-row-content-9 .list {
  grid-template-columns: 289px 215px;
}

.healthcare-software-solutions-tabs .tabs-row-content-10 .list {
  grid-template-columns: 228px 276px;
}

@media only screen and (min-width: 1024px) {
  .healthcare-software-solutions-tabs .mdc-tab-scroller__scroll-content {
    flex-wrap: wrap;
    max-width: 100%;
  }
}

.healthcare-software-solutions .list-item {
  color: #323232;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  white-space: pre-wrap;
}

.healthcare-software-cta .callout-stripe-copy {
  padding-right: 42px;
}

.healthcare-software-success.title-copy-columns {
  padding-bottom: 40px;
}

.healthcare-software-expertise .main-grid-item {
  max-width: 592px;
}

.healthcare-software-expertise.container {
  margin-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .healthcare-software-faq .main-grid {
    flex-wrap: wrap;
  }
}

.healthcare-software-faq-table {
  margin-bottom: 24px;
}

@media only screen and (max-width: 1280px) {
  .healthcare-software-faq-table {
    margin-top: 20px;
  }
}

.healthcare-software-faq-table .table-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  max-width: 176px;
}

@media only screen and (max-width: 767px) {
  .healthcare-software-faq-table .table-title {
    max-width: unset;
  }
}

.healthcare-software-faq-table .table-list {
  width: 552px;
}

.healthcare-software-faq-table .table-list-item {
  padding: 0 0 0 32px;
  width: 184px;
}

.healthcare-software-scheme {
  height: 320px;
  margin-top: 80px;
  position: relative;
  width: 1216px;
}

.healthcare-software-scheme-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1280px) {
  .healthcare-software-scheme {
    height: 368px;
    margin: 80px auto 0;
    width: 836px;
  }
}

@media only screen and (max-width: 1024px) {
  .healthcare-software-scheme {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 835px) {
  .healthcare-software-scheme {
    margin-left: -32px;
    transform: scale(0.9);
  }
}

.healthcare-software-scheme-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: absolute;
  text-align: center;
}

.healthcare-software-scheme-item-text {
  margin-bottom: 16px;
  position: relative;
  width: 120px;
}

.healthcare-software-scheme-item-icon {
  align-items: center;
  background-color: #f2f2f2;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  display: flex;
  height: 80px;
  justify-content: center;
  width: 80px;
}

.healthcare-software-scheme-item:nth-child(3) .healthcare-software-scheme-item-text {
  width: 152px;
}

@media only screen and (min-width: 1280px) {
  .healthcare-software-scheme-item:nth-child(odd) {
    top: 9px;
  }

  .healthcare-software-scheme-item:nth-child(2n) {
    bottom: 9px;
    flex-direction: column-reverse;
  }

  .healthcare-software-scheme-item:nth-child(2n) .healthcare-software-scheme-item-text {
    margin-bottom: 0;
    margin-top: 16px;
  }

  .healthcare-software-scheme-item:first-child,
  .healthcare-software-scheme-item:nth-child(2) {
    left: 33px;
  }

  .healthcare-software-scheme-item:nth-child(4) {
    left: 245px;
  }

  .healthcare-software-scheme-item:nth-child(5),
  .healthcare-software-scheme-item:nth-child(6) {
    right: 250px;
  }

  .healthcare-software-scheme-item:nth-child(7),
  .healthcare-software-scheme-item:nth-child(8) {
    right: 28px;
  }

  .healthcare-software-scheme-item:nth-child(3) {
    left: 228px;
  }
}

@media only screen and (max-width: 1280px) {

  .healthcare-software-scheme-item:first-child,
  .healthcare-software-scheme-item:nth-child(2),
  .healthcare-software-scheme-item:nth-child(3),
  .healthcare-software-scheme-item:nth-child(4) {
    flex-direction: row;
    left: 28px;
  }

  .healthcare-software-scheme-item:first-child .healthcare-software-scheme-item-text,
  .healthcare-software-scheme-item:nth-child(2) .healthcare-software-scheme-item-text,
  .healthcare-software-scheme-item:nth-child(3) .healthcare-software-scheme-item-text,
  .healthcare-software-scheme-item:nth-child(4) .healthcare-software-scheme-item-text {
    margin: 0 16px 0 0;
    text-align: right;
    width: 120px;
  }

  .healthcare-software-scheme-item:nth-child(5),
  .healthcare-software-scheme-item:nth-child(6),
  .healthcare-software-scheme-item:nth-child(7),
  .healthcare-software-scheme-item:nth-child(8) {
    flex-direction: row-reverse;
    right: 28px;
  }

  .healthcare-software-scheme-item:nth-child(5) .healthcare-software-scheme-item-text,
  .healthcare-software-scheme-item:nth-child(6) .healthcare-software-scheme-item-text,
  .healthcare-software-scheme-item:nth-child(7) .healthcare-software-scheme-item-text,
  .healthcare-software-scheme-item:nth-child(8) .healthcare-software-scheme-item-text {
    margin: 0 0 0 16px;
    text-align: left;
    width: 120px;
  }

  .healthcare-software-scheme-item:first-child,
  .healthcare-software-scheme-item:nth-child(7) {
    top: 0;
  }

  .healthcare-software-scheme-item:nth-child(3),
  .healthcare-software-scheme-item:nth-child(5) {
    top: 96px;
  }

  .healthcare-software-scheme-item:nth-child(2),
  .healthcare-software-scheme-item:nth-child(6) {
    bottom: 96px;
  }

  .healthcare-software-scheme-item:nth-child(4),
  .healthcare-software-scheme-item:nth-child(8) {
    bottom: 0;
  }

  .healthcare-software-scheme-item:nth-child(3) {
    left: -4px;
  }

  .healthcare-software-scheme-item:nth-child(3) .healthcare-software-scheme-item-text {
    width: 152px;
  }
}

.healthcare-software-scheme-inner-desktop {
  left: 508px;
  position: absolute;
  top: 60px;
}

@media only screen and (max-width: 1280px) {
  .healthcare-software-scheme-inner-desktop {
    display: none;
  }
}

.healthcare-software-scheme-inner-mobile {
  display: none;
  left: 328px;
  position: absolute;
  top: 94px;
}

@media only screen and (max-width: 1280px) {
  .healthcare-software-scheme-inner-mobile {
    display: block;
  }
}

.healthcare-software-scheme-line-desktop {
  margin: 30px 128px;
}

@media only screen and (max-width: 1280px) {
  .healthcare-software-scheme-line-desktop {
    display: none;
  }
}

.healthcare-software-scheme-line-mobile {
  display: none;
  margin: 40px 248px;
}

@media only screen and (max-width: 1280px) {
  .healthcare-software-scheme-line-mobile {
    display: inline;
  }
}

.erp-automotive-first.section {
  margin-bottom: 80px;
  margin-top: 80px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .erp-automotive-first.section {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}

.erp-automotive-first.section .main-grid-item.main-grid-bigger-quarter {
  margin-right: 104px;
}

@media only screen and (max-width: 1280px) {
  .erp-automotive-first.section .main-grid-item.main-grid-bigger-quarter {
    margin-right: 32px;
  }
}

.erp-automotive-first.section .main-grid-item.main-grid-less-quarter {
  max-width: 312px;
}

.erp-automotive-learn .callout-stripe-copy {
  padding-right: 40px;
}

.erp-automotive-essential .mdc-tab-scroller {
  max-width: 428px;
}

@media only screen and (max-width: 1024px) {
  .erp-automotive-essential .mdc-tab-scroller {
    max-width: unset;
  }
}

.erp-automotive-essential .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab {
  padding-right: 8px;
}

@media only screen and (max-width: 1024px) {
  .erp-automotive-essential .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab {
    padding-right: 16px;
  }
}

.erp-automotive-top-software {
  padding-top: 100px;
}

.erp-automotive-top-software .third-level-title {
  margin-bottom: 20px;
}

.erp-automotive-top-software .tabs-row-panels {
  display: block;
  position: relative;
}

.erp-automotive-top-software .tabs-row-left-0,
.erp-automotive-top-software .tabs-row-left-1 {
  margin-bottom: 32px;
}

@media only screen and (min-width: 767px) {
  .erp-automotive-top-software-right .erp-automotive-top-software-logo {
    position: absolute;
    right: 0;
    top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .erp-automotive-top-software-right .erp-automotive-top-software-logo {
    display: block;
    margin: 0 auto;
  }
}

.erp-automotive-top-software-lists {
  display: flex;
  margin-top: 32px;
}

@media only screen and (max-width: 1024px) {
  .erp-automotive-top-software-lists {
    flex-direction: column;
  }
}

.erp-automotive-top-software-lists .icon-title-list,
.erp-automotive-top-software-lists .list-item {
  line-height: 20px;
}

.erp-automotive-top-software-lists .icon_dislike {
  transform: rotate(180deg);
}

.erp-automotive-top-software-best {
  max-width: 352px;
}

@media only screen and (max-width: 1024px) {
  .erp-automotive-top-software-best {
    margin-top: 32px;
    max-width: 800px;
  }
}

.erp-automotive-top-software-best .icon-title-columns {
  display: block;
}

.erp-automotive-top-software-best .icon-title-columns .icon-title-item:last-child {
  margin-top: 40px;
}

@media only screen and (max-width: 1024px) {
  .erp-automotive-top-software-best .icon-title-columns {
    display: grid;
  }

  .erp-automotive-top-software-best .icon-title-columns .icon-title-item:last-child {
    margin-top: 0;
  }
}

.erp-automotive-top-software-features {
  margin-right: 80px;
}

@media only screen and (max-width: 1280px) {
  .erp-automotive-top-software-features {
    margin-right: 60px;
  }
}

.erp-automotive-top-software-features .columns-two,
.erp-automotive-top-software-features .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list,
.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .erp-automotive-top-software-features .list {
  grid-column-gap: 80px;
  grid-template-columns: 352px 352px;
}

@media only screen and (max-width: 1280px) {

  .erp-automotive-top-software-features .columns-two,
  .erp-automotive-top-software-features .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list,
  .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .erp-automotive-top-software-features .list {
    grid-column-gap: 60px;
    grid-template-columns: 300px 300px;
  }
}

@media only screen and (max-width: 1024px) {

  .erp-automotive-top-software-features .columns-two,
  .erp-automotive-top-software-features .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list,
  .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .erp-automotive-top-software-features .list {
    grid-template-columns: 352px 352px;
  }
}

.erp-automotive-roadmap .second-level-title {
  margin-bottom: 40px;
}

.erp-automotive-roadmap .scheme-progress-container-outstanding {
  margin-top: 36px;
}

.erp-automotive-roadmap .scheme-progress-item {
  flex: 1 1 100%;
  margin-bottom: 24px;
  max-width: 259px;
}

.erp-automotive-roadmap .scheme-progress-item:nth-child(6),
.erp-automotive-roadmap .scheme-progress-item:nth-child(7),
.erp-automotive-roadmap .scheme-progress-item:nth-child(8),
.erp-automotive-roadmap .scheme-progress-item:nth-child(9) {
  margin-bottom: 0;
  margin-top: 10px;
}

@media only screen and (max-width: 1850px) {
  .erp-automotive-roadmap .scheme-progress-item {
    max-width: 17%;
  }
}

@media only screen and (max-width: 1280px) {
  .erp-automotive-roadmap .scheme-progress-item {
    max-width: 27%;
  }

  .erp-automotive-roadmap .scheme-progress-item:nth-child(4),
  .erp-automotive-roadmap .scheme-progress-item:nth-child(5),
  .erp-automotive-roadmap .scheme-progress-item:nth-child(6) {
    margin-bottom: 24px;
    margin-top: 10px;
  }

  .erp-automotive-roadmap .scheme-progress-item:nth-child(7),
  .erp-automotive-roadmap .scheme-progress-item:nth-child(8),
  .erp-automotive-roadmap .scheme-progress-item:nth-child(9) {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.erp-automotive-roadmap .scheme-progress-item-description p {
  line-height: 1.6;
}

.erp-automotive-roadmap .container {
  margin-right: 0;
  max-width: none;
  padding-left: calc(50% - 608px);
}

@media only screen and (max-width: 1280px) {
  .erp-automotive-roadmap .container {
    margin-left: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .erp-automotive-roadmap .container {
    margin-left: 20px;
  }
}

.erp-automotive .ki-scheme {
  background-color: rgba(69, 0, 57, 0.5);
  margin-bottom: 60px;
  max-width: 100%;
  padding: 40px;
}

@media only screen and (max-width: 1024px) {
  .erp-automotive .ki-scheme {
    padding: 40px 20px;
  }
}

.erp-automotive .ki-scheme .svg-rec {
  padding: 0;
}

.erp-automotive .ki-scheme-row {
  display: flex;
  margin-top: 16px;
}

.erp-automotive .ki-scheme-item-short {
  margin-right: 32px;
  max-width: 162px;
  position: relative;
  width: 100%;
}

.erp-automotive .ki-scheme-item-short-icon {
  margin: 16px auto 32px;
  opacity: 0.5;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .erp-automotive .ki-scheme-item-short {
    margin-right: 15px;
  }
}

.erp-automotive .ki-scheme-item-short:last-child {
  margin-right: 0;
}

.erp-automotive .ki-scheme-item-inner {
  align-items: center;
  background-color: rgba(69, 0, 57, 0.5);
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 54px;
  justify-content: center;
  line-height: 1.2;
  width: 100%;
}

.erp-automotive-key .icon-title-columns {
  grid-row-gap: 32px;
}

.erp-insurance .icon-title svg path {
  stroke: #082eb5;
}

.erp-insurance-first.section {
  margin-top: 80px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .erp-insurance-first.section {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 479px) and (orientation: portrait) {
  .erp-insurance-first.section {
    margin-bottom: 0;
    margin-top: 80px;
  }
}

.erp-insurance-first.section .main-grid-item.main-grid-bigger-quarter {
  margin-right: 104px;
}

@media only screen and (max-width: 1280px) {
  .erp-insurance-first.section .main-grid-item.main-grid-bigger-quarter {
    margin-right: 32px;
  }
}

.erp-insurance-first.section .main-grid-item.main-grid-less-quarter {
  max-width: 312px;
}

@media (min-width: 1535px) {
  .erp-insurance-thiny-tabs .c-4+ul {
    width: 800px;
  }
}

@media only screen and (min-width: 768px) {
  .erp-insurance-thiny-tabs .c-4+ul li:nth-child(7) {
    margin-top: -25px;
  }
}

@media (min-width: 1025px) {

  .erp-insurance-related .second-level-title,
  .erp-insurance-value .second-level-title {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .erp-insurance-accordion .container-small {
    max-width: unset;
  }
}

@media only screen and (max-width: 1280px) {
  .erp-insurance-accordion .container-small {
    align-items: center;
    display: flex;
  }
}

@media only screen and (max-width: 1024px) {
  .erp-insurance-accordion .container-small {
    align-items: flex-start;
    flex-direction: column;
  }
}

.erp-insurance-accordion .halved-content-item.background-theme:first-of-type {
  padding: 0;
}

@media only screen and (max-width: 1280px) {
  .erp-insurance-accordion .halved-content-item.background-theme:first-of-type {
    padding-bottom: 0;
  }
}

.erp-insurance-accordion-right.halved-content-item {
  background-color: #f8f8f8;
  padding-bottom: 162px;
}

@media (min-width: 1281px) {
  .erp-insurance-accordion-right.halved-content-item {
    padding-right: 72px;
  }
}

@media only screen and (max-width: 1280px) {
  .two-columns-background.wrapped-grid .erp-insurance-accordion-right.halved-content-item:last-of-type {
    padding-bottom: 175px;
  }
}

.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .erp-insurance-accordion-right.halved-content-item .list,
.erp-insurance-accordion-right.halved-content-item .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list,
.erp-insurance-accordion-right.halved-content-item .list.columns-two {
  max-width: 800px;
}

.erp-insurance-accordion-right.halved-content-item .accordion {
  width: 100%;
}

.erp-insurance-accordion-left {
  padding: 100px 72px 80px calc(50vw - 615.5px);
}

@media only screen and (max-width: 1280px) {
  .erp-insurance-accordion-left {
    flex: 1 1 100%;
    padding: 100px 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .erp-insurance-accordion-left {
    padding-right: 20px;
    width: 100%;
  }
}

.erp-insurance-accordion-left+.title-copy-rows {
  margin-top: 0;
  padding: 80px 80px 80px calc(50vw - 615.5px);
}

@media only screen and (max-width: 1280px) {
  .erp-insurance-accordion-left+.title-copy-rows {
    flex: 1 1 100%;
    padding: 80px 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .erp-insurance-accordion-left+.title-copy-rows {
    padding-bottom: 60px;
    padding-right: 20px;
    width: 100%;
  }
}

.erp-insurance-essential .mdc-tab-scroller {
  max-width: 428px;
}

@media only screen and (max-width: 1024px) {
  .erp-insurance-essential .mdc-tab-scroller {
    max-width: unset;
  }
}

.erp-insurance-essential .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab {
  padding-right: 8px;
}

@media only screen and (max-width: 1024px) {
  .erp-insurance-essential .tabs.thiny-tabs .tabs-wrapper .tabs-items .mdc-tab {
    padding-right: 16px;
  }
}

.erp-insurance-top-software {
  padding-top: 100px;
}

.erp-insurance-top-software .second-level-title {
  margin-bottom: 44px;
}

.erp-insurance-top-software .third-level-title {
  margin-bottom: 20px;
}

.erp-insurance-top-software .tabs-row-panels {
  display: block;
  position: relative;
}

.erp-insurance-top-software .tabs-row-left-0,
.erp-insurance-top-software .tabs-row-left-1 {
  margin-bottom: 32px;
}

.erp-insurance-top-software .tabs-row-left-2 {
  margin-bottom: 52px;
}

@media only screen and (min-width: 767px) {
  .erp-insurance-top-software-right .erp-insurance-top-software-logo {
    position: absolute;
    right: 0;
    top: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .erp-insurance-top-software-right .erp-insurance-top-software-logo {
    max-width: 205px;
  }
}

@media only screen and (max-width: 767px) {
  .erp-insurance-top-software-right .erp-insurance-top-software-logo {
    display: block;
    margin: 0 auto;
  }
}

.erp-insurance-top-software-lists {
  display: flex;
  margin-top: 32px;
}

@media only screen and (max-width: 1024px) {
  .erp-insurance-top-software-lists {
    flex-direction: column;
  }
}

.erp-insurance-top-software-lists .icon-title-list,
.erp-insurance-top-software-lists .list-item {
  line-height: 20px;
}

.erp-insurance-top-software-best {
  max-width: 352px;
}

@media only screen and (max-width: 1024px) {
  .erp-insurance-top-software-best {
    margin-top: 32px;
    max-width: 800px;
  }
}

.erp-insurance-top-software-best .icon-title-columns {
  display: block;
}

.erp-insurance-top-software-best .icon-title-columns .icon-title-item:last-child {
  margin-top: 40px;
}

@media only screen and (max-width: 1024px) {
  .erp-insurance-top-software-best .icon-title-columns {
    display: grid;
  }

  .erp-insurance-top-software-best .icon-title-columns .icon-title-item:last-child {
    margin-top: 0;
  }
}

.erp-insurance-top-software-features {
  margin-right: 80px;
}

@media only screen and (max-width: 1280px) {
  .erp-insurance-top-software-features {
    margin-right: 60px;
  }
}

.erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .erp-insurance-top-software-features .list,
.erp-insurance-top-software-features .columns-two,
.erp-insurance-top-software-features .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list {
  grid-column-gap: 80px;
  grid-template-columns: 352px 352px;
}

@media only screen and (max-width: 1280px) {

  .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .erp-insurance-top-software-features .list,
  .erp-insurance-top-software-features .columns-two,
  .erp-insurance-top-software-features .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list {
    grid-column-gap: 60px;
    grid-template-columns: 300px 300px;
  }
}

@media only screen and (max-width: 1024px) {

  .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .erp-insurance-top-software-features .list,
  .erp-insurance-top-software-features .columns-two,
  .erp-insurance-top-software-features .erp-customization-paths .tabs-title-copy-row:not(.c-0)+.tabs-panels-content-wrapper .list {
    grid-template-columns: 352px 352px;
  }
}

.erp-insurance-roadmap .second-level-title {
  margin-bottom: 40px;
  max-width: 1216px;
}

.erp-insurance-roadmap .scheme-progress-container-outstanding {
  margin-top: 36px;
}

.erp-insurance-roadmap .scheme-progress-item {
  flex: 1 1 100%;
  margin-bottom: 24px;
  max-width: 259px;
}

.erp-insurance-roadmap .scheme-progress-item:first-child .scheme-progress-item-description p {
  line-height: 32px;
  margin-top: -3px;
}

.erp-insurance-roadmap .scheme-progress-item:nth-child(10),
.erp-insurance-roadmap .scheme-progress-item:nth-child(6),
.erp-insurance-roadmap .scheme-progress-item:nth-child(7),
.erp-insurance-roadmap .scheme-progress-item:nth-child(8),
.erp-insurance-roadmap .scheme-progress-item:nth-child(9) {
  margin-bottom: 0;
  margin-top: 10px;
}

@media only screen and (max-width: 1850px) {
  .erp-insurance-roadmap .scheme-progress-item {
    max-width: 17%;
  }
}

@media only screen and (max-width: 1280px) {
  .erp-insurance-roadmap .scheme-progress-item {
    max-width: 27%;
  }

  .erp-insurance-roadmap .scheme-progress-item:nth-child(4),
  .erp-insurance-roadmap .scheme-progress-item:nth-child(5),
  .erp-insurance-roadmap .scheme-progress-item:nth-child(6) {
    margin-bottom: 24px;
    margin-top: 10px;
  }

  .erp-insurance-roadmap .scheme-progress-item:nth-child(10),
  .erp-insurance-roadmap .scheme-progress-item:nth-child(7),
  .erp-insurance-roadmap .scheme-progress-item:nth-child(8),
  .erp-insurance-roadmap .scheme-progress-item:nth-child(9) {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.erp-insurance-roadmap .scheme-progress-item-description p {
  line-height: 22px;
}

.erp-insurance-roadmap .container {
  margin-right: 0;
  max-width: none;
  padding-left: calc(50% - 608px);
}

@media only screen and (max-width: 1280px) {
  .erp-insurance-roadmap .container {
    margin-left: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .erp-insurance-roadmap .container {
    margin-left: 20px;
  }
}

@media (min-width: 1535px) {
  .erp-insurance-faq .main-grid-item:first-child {
    min-width: 488px;
  }
}

@media (max-width: 1440px) {
  .erp-insurance-faq .main-grid-item:first-child {
    max-width: 488px;
  }
}

@media (min-width: 1535px) {
  .erp-insurance-faq .main-grid-item:nth-child(2) {
    min-width: 800px;
  }
}

.erp-insurance-faq .main-grid-item:nth-child(2) .list+p {
  margin-top: 20px;
}

body * {
  font-family: November, helvetica neue, Arial, sans-serif;
}

body.modal-opened {
  overflow: hidden;
}

[class*="-bolder"] {
  font-weight: 500;
}

[class*="--thinner"] {
  font-weight: 300;
}

.content-area {
  margin-left: auto;
  margin-right: auto;
  max-width: 1216px;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .content-area {
    margin-left: 32px;
    margin-right: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .content-area {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.container {
  margin: 0 auto;
  max-width: 1216px;
  width: 100%;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .container {
    margin: 0 32px;
    width: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .container {
    margin: 0 20px;
    width: auto;
  }
}

@media only screen and (max-width: 1024px),
only screen and (min-width: 1025px) and (max-width: 1280px) {

  .accordion .container,
  .container .container {
    margin: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .container-small {
    max-width: 800px;
  }
}

.container-small .container-inner {
  max-width: 592px;
}

@media only screen and (min-width: 1025px) {
  .section {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .section {
    margin-bottom: 60px;
  }
}

.section.has-no-margin-bottom {
  margin-bottom: 0;
}

.section.has-inside-image-callout-top {
  position: relative;
}

.section.has-inside-image-callout-top .halved-content-item {
  padding-top: 162px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section.has-inside-image-callout-top .halved-content-item {
    padding-top: 118px;
  }
}

.section .section {
  margin-bottom: 0;
}

.section+.section-bottom-separator {
  margin-top: 0;
}

.section.has-bottom-separator {
  margin-bottom: 0;
}

.section.background-light-gray+.cards-title-wrapper {
  margin-top: -60px;
  padding-top: 60px;
}

@media only screen and (min-width: 1025px) {
  .section-background {
    margin-bottom: 100px;
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .section-background {
    margin-bottom: 60px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .section-background.has-callout-after {
    padding-bottom: 162px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section-background.has-callout-after {
    padding-bottom: 118px;
  }
}

@media only screen and (max-width: 767px) {
  .section-background.has-callout-after {
    padding-bottom: 104px;
  }
}

@media only screen and (max-width: 1024px) {
  .section-background.has-callout-after {
    margin-bottom: 0;
  }
}

.section-background .section,
.section-background.has-no-margin-bottom {
  margin-bottom: 0;
}

.section-background.has-no-padding-bottom {
  padding-bottom: 0;
}

.section-background.has-no-padding-top {
  padding-top: 0;
}

.section-background.has-inside-image-callout-top {
  padding-top: 162px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section-background.has-inside-image-callout-top {
    padding-top: 162px;
  }
}

.section-background.has-inside-image-callout-bottom {
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .section-background.has-inside-image-callout-bottom {
    margin-bottom: 162px;
  }
}

.section-background+.cards-title-wrapper {
  margin-top: -60px;
  padding-top: 60px;
}

@media only screen and (max-width: 1024px) {
  .section-background+.cards-title-wrapper {
    margin-top: -120px;
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .section-bottom-margin {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .section-bottom-margin {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1025px) {

  .section .section-medium-bottom-margin,
  .section-medium-bottom-margin {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1024px) {

  .section .section-medium-bottom-margin,
  .section-medium-bottom-margin {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .section-top-colored {
    margin-bottom: 100px;
    margin-top: -32px;
    padding-bottom: 100px;
    padding-top: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .section-top-colored {
    margin-bottom: 60px;
    margin-top: -64px;
    padding-bottom: 60px;
    padding-top: 64px;
  }
}

.section-top-separator {
  border-top: 1px solid #c4c4c4;
  margin-top: 80px;
  padding-top: 80px;
}

@media only screen and (max-width: 1024px) {
  .section-top-separator {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.section-top-separator.separator-uneven-bottom {
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .section-top-separator.separator-uneven-bottom {
    padding-top: 40px;
  }
}

.section-bottom-separator {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
  .section-bottom-separator {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .section-after-callout {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section-after-callout {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section-after-callout {
    padding-top: 104px;
  }
}

.large-desktop-only {
  display: none;
}

@media only screen and (min-width: 1281px) {
  .large-desktop-only {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .desktop-only {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .desktop-tablet-only {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .device-only {
    display: none;
  }
}

@media only screen and (min-width: 1025px),
only screen and (min-width: 768px) and (max-width: 1024px) {
  .small-device-only {
    display: none;
  }
}

.image-device-only {
  max-height: 250px;
}

@media only screen and (max-width: 1024px) {
  .image-device-only {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.padding-top-small {
  padding-top: 44px;
}

@media only screen and (max-width: 1024px) {
  .padding-top-small {
    padding-top: 32px;
  }
}

.padding-bottom-smaller {
  padding-bottom: 20px;
}

.padding-top-smaller {
  padding-top: 16px;
}

.gatsby-image-wrapper {
  height: 100%;
}

.gatsby-image-wrapper [data-main-image],
.gatsby-image-wrapper img {
  will-change: unset !important;
}

.gatsby-image-wrapper.clear-top-padding>div {
  padding-top: 0 !important;
}

@media only screen and (min-width: 1025px) {

  .background-light-gray+.accordion-image,
  .background-light-gray+.cards,
  .background-light-gray+.image-arrow-links,
  .background-light-gray+.section-image-content,
  .background-theme+.accordion-image,
  .background-theme+.cards,
  .background-theme+.image-arrow-links,
  .background-theme+.section-image-content,
  .background-theme-second+.accordion-image,
  .background-theme-second+.cards,
  .background-theme-second+.image-arrow-links,
  .background-theme-second+.section-image-content {
    margin-top: -100px;
  }
}

@media only screen and (max-width: 1024px) {

  .background-light-gray+.accordion-image,
  .background-light-gray+.cards,
  .background-light-gray+.image-arrow-links,
  .background-light-gray+.section-image-content,
  .background-theme+.accordion-image,
  .background-theme+.cards,
  .background-theme+.image-arrow-links,
  .background-theme+.section-image-content,
  .background-theme-second+.accordion-image,
  .background-theme-second+.cards,
  .background-theme-second+.image-arrow-links,
  .background-theme-second+.section-image-content {
    margin-top: -60px;
  }
}

.background-light-gray+.cards.blog-related-cases-cards,
.background-theme+.cards.blog-related-cases-cards,
.background-theme-second+.cards.blog-related-cases-cards {
  margin-top: 0;
}

@media only screen and (min-width: 1025px) {

  .background-theme+.background-light-gray,
  .background-theme-second+.background-light-gray {
    margin-top: -100px;
  }
}

@media only screen and (max-width: 1024px) {

  .background-theme+.background-light-gray,
  .background-theme-second+.background-light-gray {
    margin-top: -60px;
  }
}

@media only screen and (min-width: 1025px) {

  .section-image-content+.background-light-gray,
  .section-image-content+.background-theme {
    margin-top: -100px;
  }
}

@media only screen and (max-width: 1024px) {

  .section-image-content+.background-light-gray,
  .section-image-content+.background-theme {
    margin-top: -60px;
  }
}

.separator-top {
  border-top: 1px solid #c4c4c4;
  margin-top: 100px;
  padding-top: 100px;
}

.separator-top-middle {
  border-top: 1px solid #c4c4c4;
  margin-top: 80px;
  padding-top: 80px;
}

@media only screen and (max-width: 1024px) {
  .separator-top-middle {
    margin-top: 60px;
    padding-top: 60px;
  }
}

.separator-top-small {
  border-top: 1px solid #c4c4c4;
  margin-top: 60px;
  padding-top: 60px;
}

@media only screen and (max-width: 479px) {
  .separator-top-small {
    margin-top: 40px;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .separator-top {
    margin-top: 60px;
    padding-top: 60px;
  }
}

.separator-top.section,
.separator-top.section-background {
  margin-top: 100px;
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {

  .separator-top.section,
  .separator-top.section-background {
    margin-top: 60px;
    padding-top: 60px;
  }
}

.separator-bottom {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .separator-bottom {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}

.separator-bottom.section,
.separator-bottom.section-background {
  margin-bottom: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {

  .separator-bottom.section,
  .separator-bottom.section-background {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 1216px) {
  .has-logo-container.main-grid {
    flex-direction: column;
  }

  .has-logo-container.main-grid svg {
    max-width: 80%;
  }

  .has-logo-container.main-grid.inverted-column {
    flex-direction: column-reverse;
  }

  .has-logo-container.main-grid.inverted-column svg {
    margin-top: 40px;
  }

  .has-logo-container.main-grid .main-grid-item {
    flex: initial;
  }

  .has-logo-container.main-grid .main-grid-item+.main-grid-item {
    margin-top: 40px;
  }

  .erp-customization-issues .has-logo-container.main-grid .main-grid-item .paragraph-no-padding-top.paragraph-bolder,
  .erp-customization-paths .title-copy-columns .has-logo-container.main-grid .main-grid-item:last-child p,
  .has-logo-container.main-grid .erp-customization-paths .title-copy-columns .main-grid-item:last-child p,
  .has-logo-container.main-grid .main-grid-item .erp-customization-issues .paragraph-no-padding-top.paragraph-bolder,
  .has-logo-container.main-grid .main-grid-item .paragraph {
    max-width: none;
  }

  .has-logo-container.main-grid .main-grid-less-quarter {
    flex: initial;
  }
}

@media only screen and (max-width: 767px) {
  .has-logo-container.main-grid .main-grid-item+.main-grid-item {
    margin-top: 20px;
  }
}

.grecaptcha-badge {
  display: none !important;
}

.big-scheme {
  max-width: 100%;
}

.big-scheme-centered {
  margin: 0 auto;
}

.big-scheme-block {
  display: block;
}

.itr-video-video {
  background-position: 50%;
  background-size: cover;
  contain: content;
  cursor: pointer;
  display: block;
  height: 333px;
  max-height: 333px;
  max-width: 592px;
  position: relative;
}

.itr-video-video:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.itr-video-video:hover .itr-video-playbtn {
  background-color: red;
  opacity: 1;
}

.itr-video-video.lyt-activated .itr-video-playbtn {
  opacity: 0;
  pointer-events: none;
}

.itr-video-video .itr-video-playbtn {
  background-color: #212121;
  border-radius: 14%;
  height: 46px;
  left: 50%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  width: 70px;
  z-index: 1;
}

.itr-video-video .itr-video-playbtn:before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 11px 0 11px 19px;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

@media only screen and (max-width: 625px) {
  .itr-video-video {
    margin-left: -20px;
  }
}

.itr-video-video .itr-video-iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.drift-frame-controller-align-right {
  right: 0 !important;
}

.drift-widget-controller {
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
}

.no-overflow {
  overflow: hidden;
}

.mdc-tab-bar {
  width: 100%;
}

.mdc-tab {
  height: 48px;
}

.mdc-tab--stacked {
  height: 72px;
}

.mdc-tab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  background: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex: 1 0 auto;
  font-family: Roboto, sans-serif;
  font-family: var(--mdc-typography-button-font-family,
      var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-button-font-weight, 500);
  justify-content: center;
  letter-spacing: 0.0892857143em;
  letter-spacing: var(--mdc-typography-button-letter-spacing,
      0.0892857143em);
  line-height: 2.25rem;
  line-height: var(--mdc-typography-button-line-height, 2.25rem);
  margin: 0;
  outline: none;
  padding: 0 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration,
      none);
  text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: uppercase;
  text-transform: var(--mdc-typography-button-text-transform, uppercase);
  white-space: nowrap;
  z-index: 1;
}

.mdc-tab .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-tab .mdc-tab__icon {
  fill: currentColor;
  color: rgba(0, 0, 0, 0.54);
}

.mdc-tab::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mdc-tab--min-width {
  flex: 0 1 auto;
}

.mdc-tab__content {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: center;
  pointer-events: none;
  position: relative;
}

.mdc-tab__text-label {
  display: inline-block;
  line-height: 1;
}

.mdc-tab__icon,
.mdc-tab__text-label {
  transition: color 0.15s linear;
  z-index: 2;
}

.mdc-tab__icon {
  font-size: 24px;
  height: 24px;
  width: 24px;
}

.mdc-tab--stacked .mdc-tab__content {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.mdc-tab--stacked .mdc-tab__text-label {
  padding-bottom: 4px;
  padding-top: 6px;
}

.mdc-tab--active .mdc-tab__icon,
.mdc-tab--active .mdc-tab__text-label {
  color: #6200ee;
  color: var(--mdc-theme-primary, #6200ee);
}

.mdc-tab--active .mdc-tab__icon {
  fill: currentColor;
}

.mdc-tab--active .mdc-tab__icon,
.mdc-tab--active .mdc-tab__text-label {
  transition-delay: 0.1s;
}

.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label {
  padding-left: 8px;
  padding-right: 0;
}

.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label[dir="rtl"],
[dir="rtl"] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label {
  padding-left: 0;
  padding-right: 8px;
}

.mdc-tab__ripple {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.mdc-tab__ripple:after,
.mdc-tab__ripple:before {
  border-radius: 50%;
  content: "";
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.mdc-tab__ripple:before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}

.mdc-tab__ripple.mdc-ripple-upgraded:before {
  -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-tab__ripple.mdc-ripple-upgraded:after {
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.mdc-tab__ripple.mdc-ripple-upgraded--unbounded:after {
  left: var(--mdc-ripple-left, 0);
  top: var(--mdc-ripple-top, 0);
}

.mdc-tab__ripple.mdc-ripple-upgraded--foreground-activation:after {
  -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards,
    mdc-ripple-fg-opacity-in 75ms forwards;
  animation: mdc-ripple-fg-radius-in 225ms forwards,
    mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-tab__ripple.mdc-ripple-upgraded--foreground-deactivation:after {
  -webkit-animation: mdc-ripple-fg-opacity-out 0.15s;
  animation: mdc-ripple-fg-opacity-out 0.15s;
  -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-tab__ripple:after,
.mdc-tab__ripple:before {
  height: 200%;
  left: -50%;
  top: -50%;
  width: 200%;
}

.mdc-tab__ripple.mdc-ripple-upgraded:after {
  height: var(--mdc-ripple-fg-size, 100%);
  width: var(--mdc-ripple-fg-size, 100%);
}

.mdc-tab__ripple:after,
.mdc-tab__ripple:before {
  background-color: #6200ee;
  background-color: var(--mdc-theme-primary, #6200ee);
}

.mdc-tab__ripple:hover:before {
  opacity: 0.04;
}

.mdc-tab__ripple.mdc-ripple-upgraded--background-focused:before,
.mdc-tab__ripple:not(.mdc-ripple-upgraded):focus:before {
  opacity: 0.12;
  transition-duration: 75ms;
}

.mdc-tab__ripple:not(.mdc-ripple-upgraded):after {
  transition: opacity 0.15s linear;
}

.mdc-tab__ripple:not(.mdc-ripple-upgraded):active:after {
  opacity: 0.12;
  transition-duration: 75ms;
}

.mdc-tab__ripple.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

.mdc-tab-scroller {
  overflow-y: hidden;
}

.mdc-tab-scroller.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-content {
  transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-tab-scroller__test {
  height: 100px;
  overflow-x: scroll;
  position: absolute;
  top: -9999px;
  width: 100px;
}

.mdc-tab-scroller__scroll-area {
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: hidden;
}

.mdc-tab-scroller__scroll-area::-webkit-scrollbar,
.mdc-tab-scroller__test::-webkit-scrollbar {
  display: none;
}

.mdc-tab-scroller__scroll-area--scroll {
  overflow-x: scroll;
}

.mdc-tab-scroller__scroll-content {
  display: flex;
  flex: 1 0 auto;
  position: relative;
  -webkit-transform: none;
  transform: none;
  will-change: transform;
}

.mdc-tab-scroller--align-start .mdc-tab-scroller__scroll-content {
  justify-content: flex-start;
}

.mdc-tab-scroller--align-end .mdc-tab-scroller__scroll-content {
  justify-content: flex-end;
}

.mdc-tab-scroller--align-center .mdc-tab-scroller__scroll-content {
  justify-content: center;
}

.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-area {
  -webkit-overflow-scrolling: auto;
}

.mdc-tab-indicator {
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-color: #6200ee;
  border-color: var(--mdc-theme-primary, #6200ee);
}

.mdc-tab-indicator .mdc-tab-indicator__content--icon {
  color: #018786;
  color: var(--mdc-theme-secondary, #018786);
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-top-width: 2px;
}

.mdc-tab-indicator .mdc-tab-indicator__content--icon {
  font-size: 34px;
  height: 34px;
}

.mdc-tab-indicator__content {
  opacity: 0;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.mdc-tab-indicator__content--underline {
  align-self: flex-end;
  border-top-style: solid;
  box-sizing: border-box;
  width: 100%;
}

.mdc-tab-indicator__content--icon {
  align-self: center;
  margin: 0 auto;
}

.mdc-tab-indicator--active .mdc-tab-indicator__content {
  opacity: 1;
}

.mdc-tab-indicator .mdc-tab-indicator__content {
  transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-tab-indicator--no-transition .mdc-tab-indicator__content {
  transition: none;
}

.mdc-tab-indicator--fade .mdc-tab-indicator__content {
  transition: opacity 0.15s linear;
}

.mdc-tab-indicator--active.mdc-tab-indicator--fade .mdc-tab-indicator__content {
  transition-delay: 0.1s;
}

@-webkit-keyframes mdc-ripple-fg-radius-in {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }

  to {
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }
}

@keyframes mdc-ripple-fg-radius-in {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }

  to {
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }
}

@-webkit-keyframes mdc-ripple-fg-opacity-in {
  0% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0;
  }

  to {
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}

@keyframes mdc-ripple-fg-opacity-in {
  0% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0;
  }

  to {
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}

@-webkit-keyframes mdc-ripple-fg-opacity-out {
  0% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }

  to {
    opacity: 0;
  }
}

@keyframes mdc-ripple-fg-opacity-out {
  0% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }

  to {
    opacity: 0;
  }
}

.mdc-ripple-surface {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  overflow: hidden;
  position: relative;
}

.mdc-ripple-surface:after,
.mdc-ripple-surface:before {
  border-radius: 50%;
  content: "";
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.mdc-ripple-surface:before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}

.mdc-ripple-surface.mdc-ripple-upgraded:before {
  -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-ripple-surface.mdc-ripple-upgraded:after {
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.mdc-ripple-surface.mdc-ripple-upgraded--unbounded:after {
  left: var(--mdc-ripple-left, 0);
  top: var(--mdc-ripple-top, 0);
}

.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation:after {
  -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards,
    mdc-ripple-fg-opacity-in 75ms forwards;
  animation: mdc-ripple-fg-radius-in 225ms forwards,
    mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation:after {
  -webkit-animation: mdc-ripple-fg-opacity-out 0.15s;
  animation: mdc-ripple-fg-opacity-out 0.15s;
  -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-ripple-surface:after,
.mdc-ripple-surface:before {
  background-color: #000;
}

.mdc-ripple-surface:hover:before {
  opacity: 0.04;
}

.mdc-ripple-surface.mdc-ripple-upgraded--background-focused:before,
.mdc-ripple-surface:not(.mdc-ripple-upgraded):focus:before {
  opacity: 0.12;
  transition-duration: 75ms;
}

.mdc-ripple-surface:not(.mdc-ripple-upgraded):after {
  transition: opacity 0.15s linear;
}

.mdc-ripple-surface:not(.mdc-ripple-upgraded):active:after {
  opacity: 0.12;
  transition-duration: 75ms;
}

.mdc-ripple-surface.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

.mdc-ripple-surface:after,
.mdc-ripple-surface:before {
  height: 200%;
  left: -50%;
  top: -50%;
  width: 200%;
}

.mdc-ripple-surface.mdc-ripple-upgraded:after {
  height: var(--mdc-ripple-fg-size, 100%);
  width: var(--mdc-ripple-fg-size, 100%);
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded] {
  overflow: visible;
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded]:after,
.mdc-ripple-surface[data-mdc-ripple-is-unbounded]:before {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded:after,
.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded:before {
  height: var(--mdc-ripple-fg-size, 100%);
  left: var(--mdc-ripple-left, 0);
  top: var(--mdc-ripple-top, 0);
  width: var(--mdc-ripple-fg-size, 100%);
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded:after {
  height: var(--mdc-ripple-fg-size, 100%);
  width: var(--mdc-ripple-fg-size, 100%);
}

.mdc-ripple-surface--primary:after,
.mdc-ripple-surface--primary:before {
  background-color: #6200ee;
  background-color: var(--mdc-theme-primary, #6200ee);
}

.mdc-ripple-surface--primary:hover:before {
  opacity: 0.04;
}

.mdc-ripple-surface--primary.mdc-ripple-upgraded--background-focused:before,
.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):focus:before {
  opacity: 0.12;
  transition-duration: 75ms;
}

.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):after {
  transition: opacity 0.15s linear;
}

.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):active:after {
  opacity: 0.12;
  transition-duration: 75ms;
}

.mdc-ripple-surface--primary.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

.mdc-ripple-surface--accent:after,
.mdc-ripple-surface--accent:before {
  background-color: #018786;
  background-color: var(--mdc-theme-secondary, #018786);
}

.mdc-ripple-surface--accent:hover:before {
  opacity: 0.04;
}

.mdc-ripple-surface--accent.mdc-ripple-upgraded--background-focused:before,
.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):focus:before {
  opacity: 0.12;
  transition-duration: 75ms;
}

.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):after {
  transition: opacity 0.15s linear;
}

.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):active:after {
  opacity: 0.12;
  transition-duration: 75ms;
}

.mdc-ripple-surface--accent.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

.rmwc-icon--component[disabled],
.rmwc-icon--url[disabled],
[disabled]>.rmwc-icon--component,
[disabled]>.rmwc-icon--url {
  opacity: 0.38;
}

.rmwc-icon--url {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1em;
  font-size: 1.5rem;
  min-height: 1em;
  min-width: 1em;
}

.rmwc-icon--size-xsmall {
  font-size: 1.125rem;
  height: 1em;
  width: 1em;
}

.rmwc-icon--size-small {
  font-size: 1.25rem;
  height: 1em;
  width: 1em;
}

.rmwc-icon--size-medium {
  font-size: 1.5rem;
  height: 1em;
  width: 1em;
}

.rmwc-icon--size-large {
  font-size: 2.25rem;
  height: 1em;
  width: 1em;
}

.rmwc-icon--size-xlarge {
  font-size: 3rem;
  height: 1em;
  width: 1em;
}

@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg,
      rgba(0, 0, 0, 0.5),
      transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0.5),
      transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg,
      rgba(0, 0, 0, 0.5),
      transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg,
      rgba(0, 0, 0, 0.5),
      transparent);
}

.swiper-container-css-mode>.swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}
