/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a, .p-blogs__category-name {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select,
[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "CeraPro";
  font-weight: 300;
  src: url(/fonts/3B03D5_1_0.eot?f1a7674e8be4178f3be22292a9860158);
  src: url(/fonts/3B03D5_1_0.eot?f1a7674e8be4178f3be22292a9860158?#iefix) format("embedded-opentype"), url(/fonts/3B03D5_1_0.woff2?e464b7b2ed8c9d6a7cc4d8ce5fe19c47) format("woff2"), url(/fonts/3B03D5_1_0.woff?4cc9e93f3336fc3c069ddf9749892aef) format("woff"), url(/fonts/3B03D5_1_0.ttf?70a9b46d25d9bd8cfce42fd39d28c8aa) format("truetype");
}
@font-face {
  font-family: "CeraPro";
  font-weight: normal;
  src: url(/fonts/3B03D5_2_0.eot?e8129f1ed2f58bd865f869bbfb95d597);
  src: url(/fonts/3B03D5_2_0.eot?e8129f1ed2f58bd865f869bbfb95d597?#iefix) format("embedded-opentype"), url(/fonts/3B03D5_2_0.woff2?0feabb1c7ea79c25389b96b26a10fab6) format("woff2"), url(/fonts/3B03D5_2_0.woff?ca590031512ee64a307730b029576f66) format("woff"), url(/fonts/3B03D5_2_0.ttf?84877ae1b99a8ad26f826636c6ccf8f1) format("truetype");
}
@font-face {
  font-family: "CeraPro";
  font-weight: bold;
  src: url(/fonts/3B03D5_0_0.eot?85718db57b96f931b5424ae2724fa2b2);
  src: url(/fonts/3B03D5_0_0.eot?85718db57b96f931b5424ae2724fa2b2?#iefix) format("embedded-opentype"), url(/fonts/3B03D5_0_0.woff2?e63f2ba858cfc804424e11afe1075077) format("woff2"), url(/fonts/3B03D5_0_0.woff?663c22cfdab4f9dee505acedcd02550f) format("woff"), url(/fonts/3B03D5_0_0.ttf?25b3caf637273145626d063a7fe09093) format("truetype");
}
@font-face {
  font-family: "CeraPro";
  font-weight: 900;
  src: url(/fonts/CeraPRO-Black.eot?7a2195d7bc1d4dfe716bd0602f1b0f4d);
  src: url(/fonts/CeraPRO-Black.eot?7a2195d7bc1d4dfe716bd0602f1b0f4d?#iefix) format("embedded-opentype"), url(/fonts/CeraPRO-Black.woff2?c5c1c6ab5f5bf7e992b9a8653547cae8) format("woff2"), url(/fonts/CeraPRO-Black.woff?520bd8d06d6b54fdd56fe87a51a444c2) format("woff"), url(/fonts/CeraPRO-Black.ttf?a3c1283a36d06599d9bd3820949b8763) format("truetype");
}
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "CeraPro", Arial, Helvetica, serif;
  font-size: 1.25rem;
  background: white;
  color: #0c1327;
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.app {
  flex: 1 1 auto;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

section {
  margin: 0;
  padding: 0;
}

a, .p-blogs__category-name {
  color: #0c1327;
  background-image: linear-gradient(to bottom, #fbe200 0%, #fbe200 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 0.2em 0.2em;
  text-decoration: none;
  transition: background-size 0.2s, color 0.2s;
  padding-bottom: 0.2em;
}
a:hover, .p-blogs__category-name:hover, a:focus, .p-blogs__category-name:focus, a:active, .p-blogs__category-name:active {
  background-size: 0.2em 0.5em;
}
a u, .p-blogs__category-name u {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.33;
  margin-top: 0;
  font-family: "CeraPro", Arial, Helvetica, serif;
  letter-spacing: 0.01em;
}

h1 {
  margin: 0 0 2rem 0;
  color: #6a59ff;
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h1 {
    font-size: 4.375rem;
  }
}

h2 {
  font-size: 2.75rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  h2 {
    font-size: 3.25rem;
    line-height: 4.25rem;
  }
}

h3 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  h3 {
    line-height: 3.75rem;
    font-size: 2.75rem;
  }
}

h4 {
  font-size: 1.5625rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 2rem;
  }
}

p {
  margin-top: 0;
}

label {
  margin-bottom: 0.3125rem;
  display: block;
}

select, [type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.125rem;
  padding: 0 1.25rem;
  border: none;
  border: 1px solid #c1c5cb;
  border-radius: 0.625rem;
  background-color: white;
  font-family: "CeraPro", Arial, Helvetica, serif;
  font-size: 1.25rem !important;
  font-weight: normal;
  color: #0c1327;
  outline: none;
}
select:focus, [type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus, select:focus:hover {
  border-color: #13e156;
  box-shadow: 0 0 2px 0 #13e156;
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  padding: 1.25rem;
  max-width: 100%;
  height: auto;
}

::-moz-placeholder {
  color: #8992a1;
}

::placeholder {
  color: #8992a1;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

code,
pre {
  font-family: Menlo, Consolas, Courier, monospace;
}

small {
  font-size: 0.9375rem;
}

[x-cloak] {
  display: none !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.color-pink {
  color: #ff39a8;
}

.color-green {
  color: #13e156;
}

.color-blue {
  color: #00c3e1;
}

.color-yellow {
  color: #fbe200;
}

.color-purple {
  color: #6a59ff;
}

.color-orange {
  color: #ff8000;
}

.font-light {
  font-weight: 300;
}

.highlight {
  font-style: normal;
  background-image: linear-gradient(to bottom, #fbe200 0%, #fbe200 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 0.4em 0.4em;
}

.no-link-style, .p-services__service-name a, .p-services__service-name .p-blogs__category-name, .p-blogs__category, .p-contact__email, .p-contact__phone, .p-about__team-member-block-link, .tag, .social-icons > a, .social-icons > .p-blogs__category-name, .arrow-link, .logo-cloud > a, .logo-cloud > .p-blogs__category-name, .related-blog__block-link, .related-case-study__block-link, .footer__social-nav-icon, .footer__email, .header__logo, .alt-link-style, .p-sectors__sector-name a, .p-sectors__sector-name .p-blogs__category-name, .case-study-row__title a, .case-study-row__title .p-blogs__category-name {
  background: none;
  padding-bottom: 0;
}

.secondary-link-style, .p-case-studies__sectors-link, .p-case-studies__services-link, .general-content__image-caption a, .general-content__image-caption .p-blogs__category-name, .footer__secondary-nav a, .footer__secondary-nav .p-blogs__category-name {
  color: #414f62;
  background-image: linear-gradient(to bottom, #c1c5cb 0%, #c1c5cb 100%);
}

.alt-link-style:hover, .p-sectors__sector-name a:hover, .p-sectors__sector-name .p-blogs__category-name:hover, .case-study-row__title a:hover, .case-study-row__title .p-blogs__category-name:hover {
  color: #6a59ff;
}

.dot {
  padding-left: 0.12em;
}

.container {
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 1200px) {
  .container {
    max-width: 100rem;
    padding: 0 5rem;
  }
}
.container--full {
  max-width: none;
}

.button, .cc-btn {
  position: relative;
  background: #6a59ff;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 4.75rem;
  border-radius: 1.875rem;
  cursor: pointer;
  color: white;
  display: inline-flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  height: 3.75rem;
  outline: none;
  min-width: 9.375rem;
  transition: 0.2s background, 0.2s box-shadow;
  font-weight: bold;
  box-shadow: 0 6px 28px 0 rgba(106, 89, 255, 0.52);
  letter-spacing: 0.0125rem;
  z-index: 1;
  overflow: hidden;
}
.button:hover, .cc-btn:hover, .button:focus, .cc-btn:focus {
  text-decoration: none;
  color: white;
}
.button:hover:before, .cc-btn:hover:before, .button:focus:before, .cc-btn:focus:before {
  transform: translateX(0);
}
.button:active, .cc-btn:active {
  box-shadow: none;
  background: #412fe0;
  outline: none;
  color: white;
}
.button:before, .cc-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #412fe0;
  transition: all 0.3s;
  border-radius: 1.875rem;
  z-index: -1;
  transform: translateX(-100%);
  transition: transform 0.3s;
}
.button [disabled], .cc-btn [disabled] {
  pointer-events: none;
}

.button--inverse {
  box-shadow: 0 6px 28px 0 #000515;
}

.button--large {
  font-size: 1.25rem;
  height: 3.4375rem;
  padding: 0 2.5rem;
}

.button--small {
  font-size: 1.0625rem;
  height: 2.625rem;
  padding: 0 1.5rem;
}

.button--full-width {
  width: 100%;
}

.button--loading {
  color: transparent;
  pointer-events: none;
  text-indent: -6250rem;
}
.button--loading:before {
  content: "";
  animation: spin 500ms infinite linear;
  border: 0.25rem solid white;
  border-radius: 100%;
  border-right-color: transparent;
  border-top-color: transparent;
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute;
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
  position: absolute !important;
}

.button--link {
  background: none;
  color: #6a59ff;
  min-width: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-shadow: none;
  text-decoration: underline;
  transition: 0.2s color;
}
.button--link::before {
  display: none;
}
.button--link:hover, .button--link:focus, .button--link:active {
  text-decoration: underline;
  color: #0c1327;
  background: none;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.box, .how-can-we-help-you__nav-item {
  padding: 2.5rem 2.75rem;
  background: #fff;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 52px 0 #e6ebf2;
  border-radius: 1.5rem;
}
.box + .box, .how-can-we-help-you__nav-item + .box, .box + .how-can-we-help-you__nav-item, .how-can-we-help-you__nav-item + .how-can-we-help-you__nav-item {
  margin-top: 3.125rem;
}
.box > :last-child, .how-can-we-help-you__nav-item > :last-child {
  margin-bottom: 0;
}
.box--no-padding {
  padding: 0;
}
.box__inner {
  padding: 3.125rem;
}
.box__inner > :last-child {
  margin-bottom: 0;
}

.header {
  margin-bottom: 1.75rem;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: background-color 0.3s ease-in-out;
}
.header--solid {
  background: white;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 6.25rem;
}
.header__nav {
  display: none;
  align-items: center;
}
@media (min-width: 850px) {
  .header__nav {
    display: flex;
  }
}
.header__nav-link {
  padding: 0.625rem 0;
  margin-left: 1.875rem;
  background-position-y: 80%;
  background-size: 0em 0em;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .header__nav-link {
    margin-left: 3.125rem;
  }
}
.header__nav-link:hover, .header__nav-link:focus, .header__nav-link:active, .header__nav-link--current {
  background-size: 0.2em 0.5em;
}
.header__nav-link--current {
  font-weight: bold;
}
.header__nav-link--green {
  background-image: linear-gradient(to bottom, #13e156 0%, #13e156 100%);
}
.header__nav-link--red {
  background-image: linear-gradient(to bottom, #ff2b43 0%, #ff2b43 100%);
}
.header__nav-link--orange {
  background-image: linear-gradient(to bottom, #ff8000 0%, #ff8000 100%);
}
.header__nav-link--yellow {
  background-image: linear-gradient(to bottom, #fbe200 0%, #fbe200 100%);
}
.header__nav-link--purple {
  background-image: linear-gradient(to bottom, #6a59ff 0%, #6a59ff 100%);
}
.header__nav-link--blue {
  background-image: linear-gradient(to bottom, #00c3e1 0%, #00c3e1 100%);
}
.header__nav-link--pink {
  background-image: linear-gradient(to bottom, #ff39a8 0%, #ff39a8 100%);
}
.header__nav .button, .header__nav .cc-btn {
  margin-left: 3.125rem;
  width: 211px;
  padding: 0;
  height: 3.375rem;
}
@media (min-width: 850px) {
  .header__nav-mobile {
    display: none;
  }
}
.header__nav-mobile-button {
  background: none;
  width: 44px;
  height: 44px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header__nav-mobile-button svg {
  width: 30px;
  height: 30px;
}
.header__nav-mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  padding: 0 1.25rem 1.25rem;
  box-shadow: 0 10px 10px 0 rgba(193, 197, 203, 0.3);
}
.header__nav-mobile-link {
  padding: 0.625rem 0;
  display: block;
  background: none;
}

.footer {
  background: #eef1f7;
  padding: 50px 0;
  overflow: hidden;
  margin-top: 12.5rem;
}
.footer__top {
  display: grid;
  grid-gap: 1.875rem;
  grid-template-columns: 1fr;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #c1c5cb;
}
@media (min-width: 1200px) {
  .footer__top {
    grid-gap: 3.125rem;
    grid-template-columns: 1fr 1fr 1fr 28.125rem;
  }
}
.footer__top > div > :last-child {
  margin-bottom: 0;
}
.footer__intro-title {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
.footer__email:hover, .footer__email:active, .footer__email:focus {
  color: #6a59ff;
}
.footer__primary-nav {
  display: flex;
  flex-direction: column;
  font-size: 1.0625rem;
}
.footer__primary-nav div {
  margin-bottom: 1.25rem;
}
.footer__newsletter-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__newsletter-form {
  max-width: 31.25rem;
}
.footer__newsletter-title {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
.footer .newsletter-subscribe__form {
  flex-direction: column;
  margin-bottom: 0;
}
.footer .newsletter-subscribe__input {
  margin-right: 0;
  margin-bottom: 0.9375rem;
}
.footer .newsletter-subscribe__button {
  margin-bottom: 0.9375rem;
  align-self: flex-end;
}
.footer__bottom {
  color: #414f62;
  font-size: 0.9375rem;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
}
.footer__bottom-copy {
  max-width: 56.25rem;
  flex: 1;
}
.footer__secondary-nav {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.footer__secondary-nav a, .footer__secondary-nav .p-blogs__category-name {
  margin-right: 1.25rem;
}
.footer__social-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1.875rem;
}
.footer__social-nav-icon {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 1.875rem;
  color: #8992a1;
}
.footer__social-nav-icon:last-child {
  margin-right: 0;
}
.footer__social-nav-icon:hover {
  color: #6a59ff;
}
.footer__social-nav-icon svg {
  width: 100%;
  height: 100%;
}

.hero {
  padding: 2rem 0;
}
.hero__title {
  color: #0c1327;
  font-size: 2.0625rem;
  font-weight: 900;
  display: inline;
  background-image: linear-gradient(to right, #fbe200, #ff39a8);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s;
  background-size: 100% 0.15em;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 4rem;
  }
}
@media (min-width: 1250px) {
  .hero__title {
    font-size: 5.875rem;
  }
}
.hero__title-wrapper {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .hero__title-wrapper {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 1250px) {
  .hero__title-wrapper {
    margin-bottom: 6.25rem;
    max-width: 80%;
  }
}
.hero__tagline {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #0c1327;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .hero__tagline {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .hero__tagline {
    font-size: 2.25rem;
  }
}
.hero__description {
  font-size: 1.25rem;
  margin-bottom: 0rem;
  max-width: 51.25rem;
}
@media (min-width: 768px) {
  .hero__description {
    font-size: 1.375rem;
  }
}
@media (min-width: 1200px) {
  .hero__description {
    font-size: 1.5rem;
  }
}

.rule {
  height: 70px;
  border: none;
  margin: 0;
  margin-top: 35px;
  margin-bottom: -35px;
  padding: 0;
  transform: scale(1) rotate(-1.5deg);
  box-shadow: 0 2px 50px #e6ebf2;
  clip-path: inset(-70px 0 0 0);
}
.rule--flipped {
  transform: scaleX(1) scaleY(-1) rotate(-1.5deg);
  margin-top: -35px;
  margin-bottom: 35px;
}
.rule--straight {
  transform: rotate(0);
}

.testimonial {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  text-align: left;
}
.testimonial__body {
  padding-left: 1.875rem;
  border-left: 10px solid #fbe200;
  font-size: 1.5625rem;
  margin-bottom: 2rem;
}
.testimonial__body > :last-child {
  margin-bottom: 0;
}
.testimonial__footer {
  padding-left: 1.875rem;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
}
.testimonial__avatar {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 18.75rem;
  margin-right: 1.25rem;
  background: rgba(0, 0, 0, 0.2);
}
.testimonial--large .testimonial__body {
  font-size: 1.5625rem;
  margin-bottom: 2.5rem;
  line-height: 1.33;
}
@media (min-width: 768px) {
  .testimonial--large .testimonial__body {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .testimonial--large .testimonial__body {
    font-size: 2.75rem;
  }
}
.testimonial--large .testimonial__footer {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .testimonial--large .testimonial__footer {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .testimonial--large .testimonial__footer {
    font-size: 2rem;
  }
}
.testimonial--large .testimonial__avatar {
  width: 3.75rem;
  height: 3.75rem;
}
@media (min-width: 1200px) {
  .testimonial--large .testimonial__avatar {
    width: 5.75rem;
    height: 5.75rem;
  }
}

.case-study-row {
  background: #f5f6f8;
  overflow: hidden;
}
.case-study-row + .case-study-row {
  margin-top: 0rem;
}
@media (min-width: 768px) {
  .case-study-row + .case-study-row {
    margin-top: 6.25rem;
  }
}
.case-study-row__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .case-study-row__inner {
    min-height: 46.875rem;
    margin: 0 -2.5rem;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .case-study-row__inner {
    margin: 0 -5rem;
  }
}
.case-study-row__image {
  display: none;
}
@media (min-width: 768px) {
  .case-study-row__image {
    display: block;
    background-size: cover;
    flex: 1 1 0%;
    padding: 3.125rem;
  }
}
.case-study-row__body {
  background: white;
  padding: 1.875rem;
  flex: 1 1 0%;
  align-self: center;
  margin: 1.875rem 0;
  position: relative;
  border-radius: 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .case-study-row__body {
    margin: 3.125rem 0;
    padding: 3.125rem;
    left: -3.75rem;
  }
}
.case-study-row__title {
  margin-bottom: 0.625rem;
}
.case-study-row__client {
  font-size: 2.75rem;
  font-weight: 300;
  margin-bottom: 0.625rem;
  line-height: 1.4;
}
.case-study-row__tags {
  margin-bottom: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.case-study-row__description {
  margin-bottom: 1.875rem;
}
.case-study-row--flipped {
  background: none;
}
.case-study-row--flipped .case-study-row__inner {
  flex-direction: column;
}
@media (min-width: 768px) {
  .case-study-row--flipped .case-study-row__inner {
    flex-direction: row-reverse;
  }
}
.case-study-row--flipped .case-study-row__body {
  left: auto;
  background: none;
}
@media (min-width: 768px) {
  .case-study-row--flipped .case-study-row__body {
    flex-direction: row-reverse;
  }
}

.related-blog, .related-case-study {
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.related-blog:hover .related-blog__title a, .related-blog:hover .related-blog__title .p-blogs__category-name, .related-blog:hover .related-case-study__title a, .related-blog:hover .related-case-study__title .p-blogs__category-name, .related-case-study:hover .related-blog__title a, .related-case-study:hover .related-blog__title .p-blogs__category-name, .related-case-study:hover .related-case-study__title a, .related-case-study:hover .related-case-study__title .p-blogs__category-name {
  color: #6a59ff;
}
.related-blog__block-link, .related-case-study__block-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.related-blog__image, .related-case-study__image {
  height: 270px;
  background: #eef1f7;
  border-radius: 24px;
  margin-bottom: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.related-blog__title, .related-case-study__title {
  margin-bottom: 12px;
  height: 2.7142857143em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-blog__description, .related-case-study__description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-blog__description > :last-child, .related-case-study__description > :last-child {
  margin-bottom: 0;
}

.logo-cloud {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -1rem;
}
@media (min-width: 1200px) {
  .logo-cloud {
    margin: -1.5rem;
  }
}
.logo-cloud > * {
  margin: 1rem;
}
@media (min-width: 1200px) {
  .logo-cloud > * {
    margin: 1.5rem;
  }
}
.logo-cloud img {
  display: block;
  max-width: 150px;
}
@media (min-width: 1200px) {
  .logo-cloud img {
    max-width: 250px;
  }
}
.how-can-we-help-banner {
  background: #1b274a;
  color: white;
  margin-top: 5rem;
  text-align: center;
  padding: 136px 0 116px;
  clip-path: polygon(0% 0%, 100% 50px, 100% 100%, 0% 100%);
}
.how-can-we-help-banner:last-child {
  margin-bottom: -12.5rem;
}
.how-can-we-help-banner__title {
  margin-bottom: 1.25rem;
}
.how-can-we-help-banner__description {
  font-size: 1.5625rem;
  max-width: 50rem;
  margin: 0 auto 1.875rem;
}

.subscribe-to-newsletter-banner {
  background: #1b274a;
  color: white;
  margin-top: 5rem;
  text-align: center;
  padding: 136px 0 116px;
  clip-path: polygon(0% 0%, 100% 50px, 100% 100%, 0% 100%);
}
.subscribe-to-newsletter-banner:last-child {
  margin-bottom: -12.5rem;
}
.subscribe-to-newsletter-banner__title {
  margin-bottom: 1.25rem;
}
.subscribe-to-newsletter-banner__description {
  font-size: 1.5625rem;
  max-width: 50rem;
  margin: 0 auto 1.875rem;
}
.subscribe-to-newsletter-banner__form {
  max-width: 33.75rem;
  margin: 0 auto;
}

.careers-newsletter-banner {
  background: #1b274a;
  color: white;
  margin-top: 5rem;
  text-align: center;
  padding: 136px 0 116px;
  clip-path: polygon(0% 0%, 100% 50px, 100% 100%, 0% 100%);
}
.careers-newsletter-banner:last-child {
  margin-bottom: -12.5rem;
}
.careers-newsletter-banner__title {
  margin-bottom: 1.25rem;
}
.careers-newsletter-banner__description {
  font-size: 1.5625rem;
  max-width: 50rem;
  margin: 0 auto 1.875rem;
}
.careers-newsletter-banner__form {
  max-width: 33.75rem;
  margin: 0 auto;
}

.back-link {
  height: 1.875rem;
  display: flex;
  align-items: center;
  margin-top: -1.75rem;
  margin-bottom: 1.25rem;
}
.back-link__arrow {
  color: #8992a1;
  margin-right: 10px;
}

.form__row {
  margin-bottom: 1.875rem;
}
.form__row--buttons {
  text-align: right;
  margin-bottom: 0;
}

.cc-window {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}
@media (min-width: 768px) {
  .cc-window {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

.cc-message {
  position: relative;
  padding-left: 4.375rem;
  margin-bottom: 1.25rem;
  font-size: 1.1875rem;
}
@media (min-width: 768px) {
  .cc-message {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}
.cc-message:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 3.125rem;
  width: 3.125rem;
  background: url("/images/cookies.svg") no-repeat;
}

.cc-compliance {
  text-align: right;
}
@media (min-width: 768px) {
  .cc-compliance {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .cc-btn {
    margin-left: 6.25rem;
  }
}

.workshop-box__title {
  margin-bottom: 0.625rem;
}
.workshop-box__subtitle {
  margin-bottom: 1.875rem;
}
.workshop-box__description {
  margin-bottom: 1.875rem;
  max-width: 59.375rem;
}
.workshop-box__meta {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .workshop-box__meta {
    align-items: center;
    flex-direction: row;
  }
}
.workshop-box__location, .workshop-box__date, .workshop-box__price {
  position: relative;
  padding-left: 3.125rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .workshop-box__location, .workshop-box__date, .workshop-box__price {
    margin-bottom: 0;
    margin-right: 3.125rem;
  }
}
.workshop-box__location:before, .workshop-box__date:before, .workshop-box__price:before {
  content: "";
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: no-repeat center;
  background-size: contain;
}
.workshop-box__location:before {
  background-image: url("/images/location.svg");
}
.workshop-box__date:before {
  background-image: url("/images/calendar.svg");
}
.workshop-box__price:before {
  background-image: url("/images/wallet.svg");
}
.workshop-box__button {
  margin-left: auto;
}

.blog-box {
  display: flex;
  flex-direction: column;
}
.blog-box > :last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blog-box {
    flex-direction: row;
  }
}
.blog-box__image {
  flex-shrink: 0;
  min-height: 12.5rem;
  background: #eef1f7;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .blog-box__image {
    min-height: 23.75rem;
    width: 18.75rem;
  }
}
@media (min-width: 1200px) {
  .blog-box__image {
    width: 31.25rem;
  }
}
.blog-box__body {
  align-self: center;
}
.blog-box__title {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-box__meta {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.blog-box__avatar {
  margin-right: 1.25rem;
}
.blog-box__date {
  font-size: 0.9375rem;
  color: #414f62;
}
.blog-box__description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-box__description > :last-child {
  margin-bottom: 0;
}
.blog-box__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.avatar {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 6.25rem;
  display: block;
  background-color: #eef1f7;
}

.link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.link-list > li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.how-can-we-help-you {
  margin-bottom: 5rem;
}
.how-can-we-help-you__title {
  text-align: center;
  font-weight: 300;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .how-can-we-help-you__nav-items {
    display: flex;
    justify-content: center;
    margin: 0 -10px;
  }
}
.how-can-we-help-you__nav-item {
  margin: 0.625rem 0 !important;
  padding: 0.625rem;
  flex-grow: 1;
  flex-basis: 0;
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition: 0.3s border-radius;
}
@media (min-width: 768px) {
  .how-can-we-help-you__nav-item {
    margin: 0 0.625rem !important;
  }
}
@media (min-width: 1200px) {
  .how-can-we-help-you__nav-item {
    padding: 1.25rem 1.875rem;
  }
}
.how-can-we-help-you__nav-item-active-indicator {
  position: absolute;
  top: calc(100% - 12px);
  left: 0;
  width: 100%;
  height: 12px;
  transform: translateY(100%);
  transition: 0.3s;
}
.how-can-we-help-you__nav-item-title {
  font-weight: normal;
  font-size: 1.0625rem;
}
.how-can-we-help-you__nav-item--active, .how-can-we-help-you__nav-item:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.how-can-we-help-you__nav-item--active .how-can-we-help-you__nav-item-active-indicator, .how-can-we-help-you__nav-item:hover .how-can-we-help-you__nav-item-active-indicator {
  display: block;
  transform: translateY(0%);
}

.how-can-we-help-you-section {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3.125rem;
  margin: 3.125rem 0;
}
@media (min-width: 768px) {
  .how-can-we-help-you-section {
    height: 37.5rem;
    grid-template-columns: 1fr 1fr;
  }
}
.how-can-we-help-you-section__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .how-can-we-help-you-section__image img {
    max-height: 37.5rem;
  }
}
.how-can-we-help-you-section__body {
  text-align: center;
  align-self: center;
}
@media (min-width: 768px) {
  .how-can-we-help-you-section__body {
    padding-right: 16%;
    text-align: left;
  }
}
.how-can-we-help-you-section__title {
  margin-bottom: 1.25rem;
}
.how-can-we-help-you-section__subtitle {
  font-size: 1.5rem;
  line-height: 2.375rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .how-can-we-help-you-section--flipped .how-can-we-help-you-section__body {
    grid-column: 1;
    grid-row: 1;
    padding-right: 0;
    padding-left: 16%;
  }
  .how-can-we-help-you-section--flipped .how-can-we-help-you-section__image {
    grid-column: 2;
    grid-row: 1;
  }
}

.general-content__wysiwyg {
  max-width: 47rem;
  margin: 0 auto;
}
.general-content__wysiwyg + .general-content__wysiwyg {
  margin-top: 1.25rem;
}
.general-content__image {
  margin: 2rem auto;
}
.general-content__image:first-child {
  margin-top: 6.25rem;
}
.general-content__image img {
  display: block;
  margin: 0 auto;
}
.general-content__image-caption {
  margin-top: 0.25rem;
  margin-bottom: 0;
  text-align: center;
  font-size: 0.9375rem;
}
.general-content__image--width-container {
  max-width: none;
}
.general-content__image--width-content {
  max-width: 47rem;
}
.general-content__image--width-full {
  max-width: none;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media (min-width: 1200px) {
  .general-content__image--width-full {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
.general-content__embed {
  margin: 2rem auto;
  max-width: 47rem;
}
.general-content__video {
  margin: 2rem auto;
  max-width: 47rem;
}
.general-content__testimonial {
  margin: 2rem auto;
  max-width: 47rem;
}
.general-content__testimonial .testimonial__body {
  font-size: 1.25rem;
}
.general-content__quote {
  margin: 2rem auto;
  max-width: 47rem;
}
.general-content__highlight-text {
  margin: 2rem auto;
  max-width: 47rem;
}
.general-content__resource-cta {
  margin: 2rem auto;
  max-width: 47rem;
}
.general-content__button {
  margin: 2rem auto;
  max-width: 47rem;
}
.general-content__html {
  margin: 2rem auto;
}
.general-content > :last-child {
  margin-bottom: 0;
}

.body-copy h2 {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
}
.body-copy h3,
.body-copy h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
.body-copy p {
  margin-bottom: 1.25rem;
}
.body-copy ul,
.body-copy ol {
  padding: 0;
  padding-left: 2rem;
  margin-bottom: 1.25rem;
}
.body-copy li p {
  margin-bottom: 0;
}
.body-copy li {
  margin-bottom: 1.25rem;
}
.body-copy ul > li {
  position: relative;
  list-style: none;
}
.body-copy ul > li:before {
  content: "";
  position: absolute;
  left: -32px;
  background: #6a59ff;
  top: 0.625rem;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  border-top-right-radius: 0;
}
.body-copy > :last-child {
  margin-bottom: 0;
}

.related-case-study:hover .related-case-study__title a, .related-case-study:hover .related-case-study__title .p-blogs__category-name {
  color: #6a59ff;
}
.newsletter-subscribe__form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.newsletter-subscribe__input {
  margin-right: 1.25rem;
}
.newsletter-subscribe__button {
  position: relative;
  z-index: 1;
}
.newsletter-subscribe__success {
  margin-bottom: 0;
}
.newsletter-subscribe__disclaimer {
  opacity: 0.6;
  font-size: 0.9375rem;
  text-align: left;
  line-height: 1.4;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  box-shadow: 0 0 27px 0 rgba(193, 197, 203, 0.5);
}
.video__placeholder {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__placeholder-image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.video__placeholder-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  transition: 0.3s;
  transition-property: opacity transform;
  pointer-events: none;
}
.video__iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video:hover .video__placeholder-icon {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}

.testimonial-carousel__nav {
  margin-top: 50px;
}
.testimonial-carousel__nav-button {
  width: 46px;
  height: 46px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  background: url("/images/arrow-left.svg") no-repeat center;
  transition: transform 0.2s;
}
.testimonial-carousel__nav-button--next {
  background-image: url("/images/arrow-right.svg");
}
.testimonial-carousel__nav-button:hover {
  transform: scale(1.2);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}
.testimonial-grid > :nth-child(even) {
  display: none;
}
@media (min-width: 1200px) {
  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }
  .testimonial-grid > :nth-child(even) {
    display: block;
  }
}

.quote {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  text-align: left;
}
.quote__body {
  padding-left: 1.875rem;
  border-left: 10px solid #13e156;
  font-size: 1.5625rem;
}
.quote__body > :last-child {
  margin-bottom: 0;
}

.highlight-text {
  box-shadow: none;
  background: #f5f6f8;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .highlight-text {
    flex-direction: row;
    align-items: flex-start;
  }
}
.highlight-text:hover .highlight-text__title a, .highlight-text:hover .highlight-text__title .p-blogs__category-name {
  background-size: 0.2em 0.5em;
}
.highlight-text__block-link {
  text-indent: -10000px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.highlight-text__image {
  margin-bottom: 20px;
  max-width: 33%;
}
@media (min-width: 768px) {
  .highlight-text__image {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

.page-progress {
  position: sticky;
  top: 100px;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: 100;
}
.page-progress__bar {
  width: 100%;
  height: 100%;
  background: #13e156;
  transform: translateX(-100%);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  transition: transform 0.1s;
}

.arrow-link {
  display: inline-flex;
  align-items: center;
}
.arrow-link__text {
  line-height: 1;
  color: #0c1327;
  background-image: linear-gradient(to bottom, #fbe200 0%, #fbe200 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 0.2em 0.2em;
  text-decoration: none;
  transition: background-size 0.2s, color 0.2s;
  padding-bottom: 0.2em;
}
.arrow-link__icon {
  margin-left: 12px;
  transition: transform 0.3s;
}
.arrow-link--reversed {
  flex-direction: row-reverse;
}
.arrow-link--reversed .arrow-link__icon {
  margin-right: 12px;
  margin-left: 0;
  transform: rotate(-180deg);
}
.arrow-link:hover .arrow-link__text, .arrow-link:focus .arrow-link__text, .arrow-link:active .arrow-link__text {
  background-size: 0.2em 0.5em;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icons > a, .social-icons > .p-blogs__category-name {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6a59ff;
}
.social-icons > a:hover, .social-icons > .p-blogs__category-name:hover, .social-icons > a:focus, .social-icons > .p-blogs__category-name:focus, .social-icons > a:active, .social-icons > .p-blogs__category-name:active {
  color: #412fe0;
}
.social-icons > a svg, .social-icons > .p-blogs__category-name svg {
  width: auto;
}
.social-icons--align-left {
  margin-left: -18px;
  justify-content: flex-start;
}
.social-icons--size-medium a, .social-icons--size-medium .p-blogs__category-name {
  margin: 0 18px;
}
.social-icons--size-medium svg {
  height: 30px;
}
.social-icons--size-small a, .social-icons--size-small .p-blogs__category-name {
  margin: 0 12px;
}
.social-icons--size-small svg {
  height: 24px;
}

.resource-cta {
  box-shadow: none;
  background: #1b274a;
  color: white;
}
.resource-cta__title {
  text-align: center;
  margin-bottom: 2rem;
}
.resource-cta__image {
  margin-bottom: 2rem;
  display: block;
}
.resource-cta__description {
  margin-bottom: 2rem;
}
.resource-cta__button-wrapper {
  text-align: center;
}

.search-field {
  position: relative;
}
.search-field:focus-within .search-field__icon {
  opacity: 1;
}
.search-field__icon {
  transition: all 0.2s;
  position: absolute;
  top: 50%;
  left: 1.25rem;
  transform: translateY(-50%);
  opacity: 0.4;
}
.search-field__input {
  transition: all 0.2s;
  border: 2px solid #c1c5cb;
  padding-left: 3.375rem;
}
.search-field__input:focus {
  border-color: #6a59ff;
  box-shadow: 1px 1px 7px rgba(106, 89, 255, 0.5);
}
.search-field__clear {
  transition: all 0.2s;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  opacity: 0.8;
  cursor: pointer;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 40px;
  height: 40px;
}
.search-field__clear:hover {
  opacity: 1;
}

.tabs__nav {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  gap: 0.5rem;
}
.tabs__nav-button {
  display: flex;
  align-items: center;
  gap: 6px;
  background: white;
  box-shadow: -2px 2px 14px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  border: none;
  color: #0c1327;
  font-size: 1rem;
  padding: 0.75rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.tabs__nav-button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #6a59ff;
  transform: translateY(100%);
  transition: transform 0.2s;
}
.tabs__nav-button--active:after {
  transform: translateY(0);
}

.tag {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  border: 2px solid #c1c5cb;
  border-radius: 30px;
  height: 39px;
  transition: all 0.2s;
  font-size: 1rem;
  color: #414f62;
}
.tag:hover {
  border-color: #8992a1;
}

.p-home {
  background: no-repeat top center;
}
.p-home__hero {
  margin-bottom: 1rem;
}
.p-home__clients {
  margin-bottom: 3.125rem;
}
.p-home__clients-title {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  font-weight: bold;
}
.p-home__clients-logos {
  justify-content: flex-start;
}
.p-home__case-studies {
  margin-bottom: 3.125rem;
}
.p-home__case-studies-title {
  text-align: center;
  margin-bottom: 5rem;
}
.p-home__case-studies-logos {
  margin-bottom: 6.25rem;
}
.p-home__case-studies-items {
  margin-bottom: 3.125rem;
}
.p-home__testimonials {
  background: #1b274a;
  color: white;
  overflow: hidden;
  text-align: center;
  padding: 8.125rem 0;
  margin-bottom: 3.125rem;
  clip-path: polygon(0% 50px, 100% 0, 100% 100%, 0% calc(100% - 50px));
}
.p-home__testimonials-title {
  margin-bottom: 5rem;
}
.p-home__blog-title {
  text-align: center;
  margin-bottom: 5rem;
}
.p-home__blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.5rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 1200px) {
  .p-home__blog-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.p-about__title {
  margin-bottom: 2rem;
}
.p-about__subtitle {
  max-width: 52.5rem;
  font-size: 1.5rem;
  line-height: 2.375rem;
  margin-bottom: 5rem;
}
.p-about__header-image {
  background-color: #eef1f7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 18.75rem;
  margin-bottom: 5rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 50px), 0% 100%);
}
@media (min-width: 768px) {
  .p-about__header-image {
    min-height: 40.625rem;
  }
}
.p-about__section-title {
  font-weight: 300;
  margin-bottom: 1.25rem;
}
.p-about__section-subtitle {
  margin-bottom: 3.125rem;
}
.p-about__section-subtitle--team, .p-about__section-subtitle--community {
  margin-bottom: 5rem;
}
.p-about__why {
  margin-bottom: 1.875rem;
}
.p-about__why-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.5rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .p-about__why-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.p-about__why-reason-title {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .p-about__why-reason-title {
    margin-bottom: 1.875rem;
    min-height: 2.8em; /* 2 lines * line height */
  }
}
.p-about__why-reason-description > :last-child {
  margin-bottom: 0;
}
.p-about__how {
  margin: 30px 0;
}
.p-about__how-body {
  max-width: 59.375rem;
}
.p-about__how-description {
  margin-bottom: 3.125rem;
}
.p-about__team {
  margin: 5rem 0 1.875rem;
}
.p-about__team-grid {
  display: grid;
  grid-gap: 5rem 2.5rem;
  grid-template-columns: 1fr;
  margin-bottom: 5rem;
}
@media (min-width: 1200px) {
  .p-about__team-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.p-about__team-member {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.p-about__team-member:hover .p-about__team-member-name a, .p-about__team-member:hover .p-about__team-member-name .p-blogs__category-name {
  color: #6a59ff;
}
.p-about__team-member-block-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-about__team-member-image {
  display: block;
  height: 15.625rem;
  width: 15.625rem;
  margin-bottom: 2rem;
  border-radius: 50%;
  border-bottom-left-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #eef1f7;
}
@media (min-width: 768px) {
  .p-about__team-member-image {
    height: 18.75rem;
    width: 18.75rem;
  }
}
.p-about__team-member:nth-child(3n+2) .p-about__team-member-image {
  border-radius: 50%;
  border-top-right-radius: 0;
}
.p-about__team-member:nth-child(3n+3) .p-about__team-member-image {
  border-radius: 50%;
  border-bottom-right-radius: 0;
}
.p-about__team-member-name {
  margin-bottom: 0.625rem;
  line-height: 2.375rem;
}
.p-about__team-member-job-title {
  margin-bottom: 1.25rem;
}
.p-about__team-member-bio {
  font-size: 1.0625rem;
  max-width: 25rem;
  margin-bottom: 2rem;
}
.p-about__team-member-bio > :last-child {
  margin-bottom: 0;
}
.p-about__team-member-button {
  position: relative;
  z-index: 30;
  margin-top: auto;
}
.p-about__community {
  margin: 30px 0;
}
.p-about__community-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.5rem;
}
@media (min-width: 768px) {
  .p-about__community-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.p-about__community-action-image {
  margin-bottom: 0.625rem;
  height: 3.75rem;
}
.p-about__community-action-title {
  margin-bottom: 2rem;
}
.p-about__community-action-description > :last-child {
  margin-bottom: 0;
}

.p-team-member__name {
  margin-bottom: 1.25rem;
}
.p-team-member__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.75rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .p-team-member__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .p-team-member__grid {
    grid-template-columns: 47rem 1fr;
  }
}
.p-team-member__photo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20%;
}
.p-team-member__photo {
  border-radius: 50%;
  border-top-left-radius: 0;
  max-width: 21.875rem;
}
.p-team-member__job-title {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
.p-team-member__bio {
  margin-bottom: 2rem;
}
.p-team-member__bio > :last-child {
  margin-bottom: 0;
}
.p-team-member__loves {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.p-team-member__loves img {
  margin-right: 1.25rem;
}
.p-team-member__hates {
  display: flex;
  align-items: center;
  margin-bottom: 3.125rem;
}
.p-team-member__hates img {
  margin-right: 1.25rem;
}
.p-team-member__blog {
  margin-top: 3.125rem;
}
.p-team-member__blog-title {
  text-align: center;
  margin-bottom: 3.125rem;
}
.p-team-member__blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.5rem;
}
@media (min-width: 1200px) {
  .p-team-member__blog-grid {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
  }
  .p-team-member__blog-grid > .related-blog, .p-team-member__blog-grid > .related-case-study {
    flex: 0 0 33.3333%;
  }
}

.p-case-studies__title {
  margin-bottom: 1.25rem;
}
.p-case-studies__subtitle {
  max-width: 52.5rem;
  font-size: 1.5rem;
  line-height: 2.375rem;
  margin-bottom: 3.125rem;
}
.p-case-studies__logos {
  margin: 1.25rem 0 5rem;
}
.p-case-studies__case-studies {
  margin-bottom: 3.125rem;
  margin-top: -4.375rem;
  position: relative;
  z-index: 1;
}
.p-case-studies__case-studies-title {
  text-align: center;
  margin-bottom: 5rem;
}
.p-case-studies__case-studies-logos {
  margin-bottom: 6.25rem;
}
.p-case-studies__case-studies-items {
  margin-bottom: 3.125rem;
}
.p-case-studies__sectors, .p-case-studies__services {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}
.p-case-studies__sectors-title, .p-case-studies__services-title {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .p-case-studies__sectors-title, .p-case-studies__services-title {
    width: auto;
    text-align: left;
    margin-right: 0.625rem;
  }
}
.p-case-studies__sectors-link, .p-case-studies__services-link {
  margin-right: 1.25rem;
  font-size: 0.9375rem;
}
.p-case-studies__sectors {
  margin-top: 6.25rem;
  margin-bottom: 1.25rem;
}

.p-case-study__title {
  margin-bottom: 1.25rem;
  max-width: 65.875rem;
}
.p-case-study__subtitle {
  font-size: 3.25rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
}
.p-case-study__meta-grid {
  margin-bottom: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.5rem;
}
@media (min-width: 768px) {
  .p-case-study__meta-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.p-case-study__meta-title {
  margin-bottom: 0.625rem;
}
.p-case-study__sectors, .p-case-study__services {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.p-case-study__sectors {
  margin-bottom: 2rem;
}
.p-case-study__general-content-section {
  margin-top: 2rem;
}
.p-case-study__general-content-section:first-child {
  margin-top: 3.125rem;
}
.p-case-study__general-content-section:last-child {
  margin-bottom: 3.125rem;
}
.p-case-study__general-content-section-title {
  margin: 0 auto;
  margin-bottom: 1.25rem;
  max-width: 47rem;
}
.p-case-study__general-content-section-title:after {
  content: ".";
  color: #13e156;
  padding-left: 0.12em;
}
.p-case-study__related-case-studies {
  margin-top: 3.125rem;
}
.p-case-study__related-case-studies-title {
  text-align: center;
  margin-bottom: 5rem;
}
.p-case-study__related-case-studies-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.5rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .p-case-study__related-case-studies-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .p-case-study__related-case-studies-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.p-contact__title {
  margin-bottom: 1.25rem;
}
.p-contact__subtitle {
  max-width: 52.5rem;
  font-size: 1.5rem;
  line-height: 2.375rem;
  margin-bottom: 6.25rem;
}
.p-contact__body-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.5rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .p-contact__body-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.p-contact__body-image {
  display: none;
}
.p-contact__body-image img {
  display: block;
}
@media (min-width: 768px) {
  .p-contact__body-image {
    display: block;
    margin-right: -2.5rem;
  }
}
.p-contact__phone-email {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -1.25rem;
  margin-bottom: 1.875rem;
}
.p-contact__email {
  margin-right: 3.125rem;
}
.p-contact__email, .p-contact__phone {
  margin: 1.25rem;
  display: flex;
  align-items: center;
  transition: 0.2s color;
}
.p-contact__email img, .p-contact__phone img {
  margin-right: 1.875rem;
}
.p-contact__email:hover, .p-contact__phone:hover {
  color: #6a59ff;
}
.p-contact__form-name, .p-contact__form-email, .p-contact__form-phone {
  max-width: 25rem;
}
.p-contact__form-message-textarea {
  resize: vertical;
  min-height: 12.5rem;
}
.p-contact__location {
  margin-top: 3.125rem;
}
.p-contact__location-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: -1.25rem;
  margin-bottom: 1.875rem;
}
.p-contact__location-title {
  margin: 1.25rem;
}
.p-contact__location-address {
  margin: 1.25rem;
  font-style: normal;
  max-width: 25rem;
  display: flex;
  align-items: center;
}
.p-contact__location-address img {
  margin-right: 1.875rem;
}

.p-training__title {
  margin-bottom: 1.25rem;
}
.p-training__subtitle {
  max-width: 52.5rem;
  font-size: 1.5rem;
  line-height: 2.375rem;
  margin-bottom: 6.25rem;
}
.p-training__header-image {
  background-color: #eef1f7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 18.75rem;
  margin-bottom: 3.125rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 50px), 0% 100%);
}
@media (min-width: 768px) {
  .p-training__header-image {
    min-height: 40.625rem;
  }
}
.p-training__learners-title {
  font-weight: normal;
  font-size: 2rem;
  text-align: center;
}
.p-training__testimonial {
  max-width: 980px;
  margin: 0 auto 5rem auto;
}
.p-training__logos {
  margin-bottom: 3.125rem;
}
.p-training__in-house-training {
  margin-top: 6.25rem;
  margin-bottom: 5rem;
}
.p-training__in-house-training-title {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .p-training__in-house-training-body {
    display: flex;
    justify-content: space-between;
  }
}
.p-training__in-house-training-description {
  max-width: 47rem;
}
.p-training__in-house-training-description > :last-child {
  margin-bottom: 0;
}
.p-training__in-house-training-button {
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .p-training__in-house-training-button {
    margin-top: 0;
    margin-left: 3.125rem;
  }
}

.p-blogs__title {
  margin-bottom: 1.25rem;
}
.p-blogs__subtitle {
  max-width: 52.5rem;
  font-size: 1.5rem;
  line-height: 2.375rem;
  margin-bottom: 3.125rem;
}
.p-blogs__categories {
  display: grid;
  grid-gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .p-blogs__categories {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1.875rem;
  }
}
.p-blogs__category {
  background: white;
  padding: 0.5625rem 1rem;
  border-radius: 10px;
  box-shadow: 0 0 27px 0 rgba(193, 197, 203, 0.5);
  min-width: 9.375rem;
  text-align: center;
}
.p-blogs__category:hover .p-blogs__category-name, .p-blogs__category:focus .p-blogs__category-name, .p-blogs__category:active .p-blogs__category-name, .p-blogs__category--current .p-blogs__category-name {
  background-size: 0.2em 0.5em;
}
.p-blogs__category--current {
  font-weight: bold;
}
.p-blogs__category-name {
  background-size: 0em 0em;
  background-image: linear-gradient(to bottom, #13e156 0%, #13e156 100%);
}
.p-blogs__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.375rem;
  gap: 20px;
}
.p-blogs__nav-search {
  width: 46.75rem;
}
.p-blogs__filters {
  position: relative;
}
.p-blogs__filters-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  background: none;
  border: none;
  font-weight: 700;
  font-size: 1.375rem;
  color: #6a59ff;
}
.p-blogs__filters-toggle:hover {
  color: #412fe0;
}
.p-blogs__filters-toggle-count {
  color: white;
  background: #6a59ff;
  font-weight: 700;
  font-size: 1rem;
  height: 1.375rem;
  min-width: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.375rem;
  border-radius: 100px;
  margin-right: 0.4375rem;
}
.p-blogs__filters-toggle-icon {
  margin-left: 1.125rem;
}
.p-blogs__filters-menu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  background: white;
  padding: 1.5rem;
  z-index: 99;
  width: 700px;
  max-width: 90vw;
  box-shadow: -2px 2px 14px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  display: flex;
  gap: 2.625rem;
  flex-direction: column;
  align-items: start;
  transform: translateY(-20px);
  transition: all 0.2s;
}
.p-blogs__filters-menu--open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.p-blogs__filter-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 8px;
}
.p-blogs__filter {
  margin: 0;
  display: block;
}
.p-blogs__filter input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.p-blogs__filter input:checked + .p-blogs__filter-button {
  background: #0c1327;
  color: white;
  border-color: #0c1327;
}
.p-blogs__filter input:focus-visible + .p-blogs__filter-button {
  border-color: #6a59ff;
}
.p-blogs__filter-button {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  border: 2px solid #c1c5cb;
  border-radius: 30px;
  height: 39px;
  transition: all 0.2s;
  font-size: 1rem;
  color: #414f62;
}
.p-blogs__filter-button:hover {
  border-color: #8992a1;
}
.p-blogs__filter-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-blogs__no-results {
  background: #f5f6f8;
  border-radius: 20px;
  padding: 3.75rem;
  text-align: center;
}
.p-blogs__no-results-term {
  color: #6a59ff;
}

.p-blog__header {
  max-width: 1054px;
  margin: 0 auto;
}
.p-blog__title {
  margin-bottom: 2.5rem;
}
.p-blog__subtitle {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  max-width: 1000px;
}
.p-blog__author {
  display: inline-flex;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  line-height: 1;
}
.p-blog__author-name {
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.p-blog__author-job-title {
  margin-bottom: 0.625rem;
  display: block;
}
.p-blog__date {
  font-size: 1.0625rem;
  color: #414f62;
}
.p-blog__avatar {
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 50%;
  margin-right: 1.25rem;
}
.p-blog__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 2.5rem;
}
.p-blog__body {
  margin: 5rem auto 0;
}
.p-blog__body h2:after {
  content: ".";
  color: #ff8000;
  padding-left: 0.12em;
}
.p-blog__about-author {
  max-width: 47rem;
  margin: 0 auto;
  margin-top: 2rem;
}
.p-blog__about-author-inner {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 100px 1fr;
}
@media (min-width: 1200px) {
  .p-blog__about-author-inner {
    grid-template-columns: 200px 1fr;
  }
}
.p-blog__about-author-image {
  border-radius: 50%;
  border-top-right-radius: 0;
}
.p-blog__about-author-subtitle {
  opacity: 0.52;
  font-weight: bold;
  letter-spacing: 1.88px;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.p-blog__share {
  margin-top: 2rem;
  margin-bottom: 5rem;
  text-align: center;
}
.p-blog__share-title {
  font-weight: bold;
  font-size: 1.5625rem;
  margin-bottom: 2.5rem;
}
.p-blog__recent-blogs {
  margin-top: 5rem;
}
.p-blog__recent-blogs-title {
  text-align: center;
  margin-bottom: 3.125rem;
}
.p-blog__recent-blogs-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.5rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 1200px) {
  .p-blog__recent-blogs-grid {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
  }
  .p-blog__recent-blogs-grid > .related-blog, .p-blog__recent-blogs-grid > .related-case-study {
    flex: 0 0 33.3333%;
  }
}

.p-service__title {
  margin-bottom: 0.625rem;
  max-width: 73.125rem;
}
.p-service__subtitle {
  max-width: 45.625rem;
  font-size: 1.5rem;
  line-height: 2.375rem;
  margin-bottom: 3.125rem;
}
.p-service__header-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.5rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .p-service__header-grid {
    grid-template-columns: 500px 1fr;
  }
}
@media (min-width: 1200px) {
  .p-service__header-grid {
    grid-template-columns: 620px 1fr;
  }
}
.p-service__image {
  display: block;
  margin: 0 auto;
  max-height: 38.75rem;
}
.p-service__description {
  margin-bottom: 3.125rem;
}
.p-service__description > :last-child {
  margin-bottom: 0;
}
.p-service__how-actions, .p-services__service-how-actions {
  margin-bottom: 3.125rem;
}
.p-service__how-actions-title {
  margin-bottom: 1.25rem;
}
.p-service__how-actions-list, .p-services__service-how-actions-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: -1.25rem;
}
@media (min-width: 768px) {
  .p-service__how-actions-list, .p-services__service-how-actions-list {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
.p-service__how-actions-item, .p-services__service-how-actions-item {
  padding-left: 1.625rem;
  position: relative;
  margin-bottom: 1.25rem;
}
.p-service__how-actions-item:before, .p-services__service-how-actions-item:before {
  content: "";
  position: absolute;
  left: 0;
  background: #fbe200;
  top: 0.625rem;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  border-top-right-radius: 0;
}
.p-service__testimonials {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  max-width: 57.5rem;
}
.p-service__case-studies-title {
  margin-top: 4.375rem;
  margin-bottom: 6.25rem;
  text-align: center;
}

.p-services__title {
  margin-bottom: 6.25rem;
}
.p-services__header {
  margin-bottom: 3.125rem;
}
.p-services__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3.125rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .p-services__grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px 3.125rem;
  }
}
.p-services__service {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-services__service-name {
  font-weight: 300;
  margin-bottom: 1.25rem;
}
.p-services__service-subtitle {
  margin-bottom: 1.875rem;
}
.p-services__service-tagline {
  font-size: 1.5rem;
  line-height: 2.375rem;
  margin-bottom: 3.125rem;
}
.p-services__service-button {
  margin-top: auto;
}
.p-services .how-can-we-help-you .rule:last-child {
  display: none;
}

.p-legal__title {
  margin-bottom: 1.25rem;
}
.p-legal__body {
  max-width: 59.375rem;
}

.p-sector__title {
  margin-bottom: 6.25rem;
}
.p-sector__subtitle {
  font-size: 1.5rem;
  line-height: 2.375rem;
  max-width: 52.5rem;
  margin-top: -5rem;
  margin-bottom: 3.125rem;
}
.p-sector__logos {
  margin: 3.125rem 0 3.125rem;
}
.p-sector__testimonials {
  margin: 3.125rem 0 3.125rem;
}
.p-sector__blog {
  margin-top: 3.125rem;
}
.p-sector__blog-title {
  text-align: center;
  margin-bottom: 5rem;
}
.p-sector__blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.5rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 1200px) {
  .p-sector__blog-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.p-sectors__title {
  margin-bottom: 1.25rem;
}
.p-sectors__subtitle {
  max-width: 52.5rem;
  font-size: 1.5rem;
  line-height: 2.375rem;
  margin-bottom: 3.125rem;
}
.p-sectors__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3.125rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .p-sectors__grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .p-sectors__grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3.125rem;
  }
}
.p-sectors__sector {
  margin-top: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-sectors__sector-name {
  margin-bottom: 1.25rem;
}
.p-sectors__sector-description {
  margin-bottom: 1.875rem;
  margin-top: auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.error-page__body {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 6.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-page__code {
  color: #c1c5cb;
}
