@charset "UTF-8";
/* Styles from `application.scss` */
/*! 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 {
  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 */
  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,
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 {
  /* 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;
}

blockquote {
  padding: 0;
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  color: #323544;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.newsletter-form__button, .clients__pop-up-link--web-design, .clients__pop-up-link--digital-marketing, .clients__pop-up-link--it-support, .clients__pop-up-link--bespoke-software, .news__card-read-more-button, .welcome__button-link, .services__card-read-more-button, .banner__button, .header__contact-button, .header__support-button, .cookies-popup button {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.75em 1em;
  border: none;
  border-radius: 0.25em;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.newsletter-form__button:hover, .clients__pop-up-link--web-design:hover, .clients__pop-up-link--digital-marketing:hover, .clients__pop-up-link--it-support:hover, .clients__pop-up-link--bespoke-software:hover, .news__card-read-more-button:hover, .welcome__button-link:hover, .services__card-read-more-button:hover, .banner__button:hover, .header__contact-button:hover, .header__support-button:hover, .cookies-popup button:hover {
  text-decoration: none;
}

.welcome__button-link .icon, .banner__button .icon {
  width: 1.25rem;
  margin-left: 0.5rem;
  fill: #fff;
}

.screen-reader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.no-line-break {
  white-space: nowrap;
}

.flex-container-for-heading-and-view-more-link {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 2rem;
}

.logo-carousel-horizontal-centering-container {
  display: flex;
  justify-content: center;
  overflow-x: clip;
}

.logo-carousel-flex-parent-container {
  display: flex;
  gap: 6rem;
  align-items: center;
}

.dark-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0%;
  z-index: 20;
  pointer-events: none;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.dark-overlay--active {
  width: 100%;
  height: 100%;
  opacity: 50%;
  transform: translateX(-17.5rem);
  pointer-events: auto;
}
@media (min-width: 992px) {
  .dark-overlay--active {
    transform: translateX(-22rem);
  }
}

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

body {
  position: relative;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.42857143;
  overscroll-behavior: none;
}

.icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  stroke-width: 0;
  fill: #323544;
}

.secondary-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  width: 17.5rem;
  overflow: auto;
  background-color: #323544;
  color: #fff;
}
.secondary-nav a {
  color: #fff;
  text-transform: uppercase;
}
.secondary-nav a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .secondary-nav {
    width: 22rem;
  }
}

.secondary-nav--active {
  height: 100%;
}

.responsive-container {
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .responsive-container {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .responsive-container {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1260px) {
  .responsive-container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

main {
  background-color: #fff;
  transition: transform 0.4s ease-in-out;
  padding-top: 10.1875rem;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  main {
    padding-top: 6.75rem;
  }
}
@media (min-width: 992px) {
  main {
    padding-top: 13.5rem;
  }
}

.main--secondary-nav-active {
  transform: translateX(-17.5rem);
}
@media (min-width: 992px) {
  .main--secondary-nav-active {
    transform: translateX(-22rem);
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15;
  background-color: #fff;
  transition: transform 0.4s ease-in-out;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .header {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.header--hide-upwards {
  /* Hide the header, triggered when the page scrolls down */
  transform: translateY(-100%);
}

.header--secondary-nav-active {
  transform: translateX(-17.5rem);
}
@media (min-width: 992px) {
  .header--secondary-nav-active {
    transform: translateX(-22rem);
  }
}

.primary-nav {
  display: none;
  background-color: #323544;
  color: #fff;
}
@media (min-width: 992px) {
  .primary-nav {
    display: block;
    margin-top: 1rem;
  }
}
.primary-nav a {
  color: #fff;
}
.primary-nav a:visited {
  color: #fff;
}

.banner {
  min-height: 35rem;
  text-align: center;
}
@media (min-width: 992px) {
  .banner {
    text-align: left;
  }
}

.banner__flex-parent-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 35rem;
}
@media (min-width: 992px) {
  .banner__flex-parent-container {
    align-items: flex-start;
  }
}

.services {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.services a {
  text-decoration: none;
}

.services__flex-parent-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
.services__flex-parent-container > * {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .services__flex-parent-container > :nth-last-child(-n+4) {
    max-width: calc(50% - 2rem / 2);
  }
}
@media (min-width: 1260px) {
  .services__flex-parent-container > :nth-last-child(-n+4) {
    max-width: calc(24% - 2rem / 2);
  }
}
@media (min-width: 992px) {
  .services__flex-parent-container > :nth-child(-n+3) {
    max-width: calc(32% - 2rem / 3);
  }
}

.partners {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.welcome {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #323544;
  color: #fff;
}

.welcome__flex-parent-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

@media (min-width: 992px) {
  .welcome__flex-item-container {
    width: calc(50% - 2rem / 2);
  }
}

.news {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.news a {
  text-decoration: none;
}

.news__flex-parent-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
.news__flex-parent-container > * {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .news__flex-parent-container > :last-child {
    display: none;
  }
}
@media (min-width: 1260px) {
  .news__flex-parent-container > :last-child {
    display: block;
    max-width: calc(32% - 2rem / 3);
  }
}
@media (min-width: 768px) {
  .news__flex-parent-container > :nth-child(-n+2) {
    max-width: calc(50% - 2rem / 2);
  }
}
@media (min-width: 1260px) {
  .news__flex-parent-container > :nth-child(-n+2) {
    max-width: calc(32% - 2rem / 3);
  }
}

.clients {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.newsletter-form {
  background-color: #ddd;
  padding: 3.125rem 0;
}

.footer {
  background-color: #323544;
  padding-top: 2rem;
}

.footer__flex-parent-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer__flex-item-container {
  flex-grow: 1;
  width: 100%;
}
.footer__flex-item-container:first-child {
  flex-basis: auto;
}
.footer__flex-item-container:nth-child(2) {
  flex-grow: 2;
}
@media (min-width: 1260px) {
  .footer__flex-item-container {
    width: auto;
  }
}

.footer__flex-parent-container--tertiary-nav {
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__flex-parent-container--tertiary-nav {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .footer__flex-item-container--nav-list {
    width: calc(50% - 2rem);
  }
}
@media (min-width: 992px) {
  .footer__flex-item-container--nav-list {
    width: calc(25% - 2rem);
  }
}

.cookies-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 25;
  color: #323544;
}
.cookies-popup h2 {
  margin: 0;
  font-size: 1.625rem;
  font-weight: 200;
}
.cookies-popup p {
  color: #666;
  line-height: 1.875rem;
}
.cookies-popup button {
  display: block;
  cursor: pointer;
  background-color: #999AA1;
  font-size: 1.1rem;
}
.cookies-popup button:hover {
  background-color: #7e8089;
}
.cookies-popup button:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.cookies-popup::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  opacity: 75%;
}

.cookies-popup--hidden {
  display: none;
}

.secondary-nav__card-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  margin: 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  outline: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  font-size: 1.125rem;
}

.secondary-nav li:hover > .secondary-nav__card-link {
  background-color: hsla(0, 0%, 100%, 0.05);
}

@media (min-width: 992px) {
  .secondary-nav__card-link--contact-us {
    display: none;
  }
}

@media (min-width: 992px) {
  .secondary-nav__services-list--narrow-viewport {
    display: none;
  }
}

.secondary-nav__submenu li {
  background-color: #212330;
  border-top: 1px solid rgba(0, 0, 0, 0.45);
}
.secondary-nav__submenu li a {
  display: block;
  padding: 1rem;
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
  font-size: 0.875rem;
}
.secondary-nav__submenu li a::before {
  content: "»";
  padding-right: 1rem;
}

.secondary-nav__services-list--narrow-viewport {
  text-align: center;
}

.secondary-nav__services-list--narrow-viewport .secondary-nav__submenu {
  border-radius: 3px;
  margin: 1.5rem;
  margin-bottom: 1.5rem;
}
.secondary-nav__services-list--narrow-viewport .secondary-nav__submenu a {
  padding: 0.75rem;
  font-size: 1rem;
}
.secondary-nav__services-list--narrow-viewport .secondary-nav__submenu a::before {
  content: none;
}

.secondary-nav__submenu--wide-viewport {
  display: none;
}
@media (min-width: 992px) {
  .secondary-nav__submenu--wide-viewport {
    display: block;
  }
}

.secondary-nav__submenu-heading > a {
  display: block;
  padding: 1.25rem;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.45);
}

.secondary-nav li:hover .secondary-nav__submenu-heading > a,
.secondary-nav__submenu-heading > a:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.secondary-nav__submenu-heading--services {
  display: none;
}
@media (min-width: 992px) {
  .secondary-nav__submenu-heading--services {
    display: block;
  }
}

@media (min-width: 992px) {
  .secondary-nav__submenu-heading--support {
    display: none;
  }
}

.secondary-nav__card-link--it-support .icon {
  fill: #4183D7;
  margin-bottom: 1rem;
}

.secondary-nav__card-link--bespoke-software .icon {
  fill: #67809F;
  margin-bottom: 1rem;
}

.secondary-nav__card-link--digital-marketing .icon {
  fill: #2ECC71;
  margin-bottom: 1rem;
}

.secondary-nav__card-link--telecoms-services .icon {
  fill: #D64541;
  margin-bottom: 1rem;
}

.secondary-nav__card-link--web-design .icon {
  fill: #926FB1;
  margin-bottom: 1rem;
}

.secondary-nav__card-link--cyber-security .icon {
  fill: #F62459;
  margin-bottom: 1rem;
}

.secondary-nav__card-link--developer-training .icon {
  fill: #CE4125;
  margin-bottom: 1rem;
}

.header__top-row-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  margin-right: auto;
  text-decoration: none;
}
@media (min-width: 768px) {
  .header__logo {
    max-width: 22rem;
  }
}
@media (min-width: 992px) {
  .header__logo {
    max-width: 100%;
  }
}

.header__logo-image {
  width: 100%;
}

.header__phone-us-button {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media (min-width: 768px) {
  .header__phone-us-button {
    display: none;
  }
}

.header__phone-icon {
  margin-top: 0.5em;
  width: 2rem;
  fill: #323544;
}
.header__phone-icon:hover {
  fill: #121318;
}

.header__nav-menu-button {
  background-color: #323544;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 3.5rem;
  width: 4rem;
  background-color: #323544;
  padding: 1rem 1rem;
  border: none;
  border-radius: 0.25em;
  cursor: pointer;
}
.header__nav-menu-button:hover {
  background-color: #121318;
}
.header__nav-menu-button span {
  display: block;
  width: 2rem;
  height: 0.25rem;
  background-color: #fff;
}

.header__support-button {
  height: 3.5rem;
  font-size: 1.125rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: 1rem;
  display: none;
}
@media (min-width: 992px) {
  .header__support-button {
    display: inline-flex;
    background-color: #4183D7;
  }
  .header__support-button:hover {
    background-color: #235ea8;
  }
}
.header__support-button .icon {
  fill: #fff;
}

.header__contact-button {
  height: 3.5rem;
  font-size: 1.125rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: 1rem;
  display: none;
}
@media (min-width: 992px) {
  .header__contact-button {
    display: inline-flex;
    background-color: #999AA1;
  }
  .header__contact-button:hover {
    background-color: #72737c;
  }
}
.header__contact-button .icon {
  fill: #fff;
}

.header__search-form {
  position: relative;
  margin: 0.5rem 0;
}

.header__search-input {
  display: inline-block;
  width: 15rem;
  padding: 0.75rem 1rem;
  background-color: rgba(0, 0, 0, 0.1);
  color: #666;
  border: 1px solid #ccc;
  font-size: 0.875rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.header__search-input::placeholder {
  color: #999AA1;
}
.header__search-input:focus {
  border-color: #5bc0de;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(91, 192, 222, 0.6);
  outline: none;
}

.header__search-button {
  top: 0.5rem;
  right: 0.2rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.header__search-icon {
  width: 1.6rem;
}

.header__search-form--narrow-viewport {
  display: block;
  margin-top: 1.2rem;
}
@media (min-width: 768px) {
  .header__search-form--narrow-viewport {
    display: none;
  }
}
.header__search-form--narrow-viewport button.header__search-button {
  position: absolute;
}

.header__search-form--wide-viewport {
  display: none;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .header__search-form--wide-viewport {
    display: flex;
  }
}

.header__search-input--narrow-viewport {
  width: 100%;
  border-width: 2px;
  border-radius: 2px;
}

.header__search-input--wide-viewport {
  height: 3.5rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .header__search-input--wide-viewport {
    width: 10.875rem;
  }
}
@media (min-width: 992px) {
  .header__search-input--wide-viewport {
    display: none;
  }
}
@media (min-width: 1260px) {
  .header__search-input--wide-viewport {
    display: inline-block;
    width: 15rem;
  }
}

.header__search-button--wide-viewport {
  width: 4rem;
  height: 3.5rem;
  top: 0;
  right: 0;
  background-color: #999AA1;
  border-radius: 0 0.25rem 0.25rem 0;
}
.header__search-button--wide-viewport:hover {
  background-color: #72737c;
}
@media (min-width: 992px) {
  .header__search-button--wide-viewport {
    position: relative;
    border-radius: 0.25rem;
  }
}
@media (min-width: 1260px) {
  .header__search-button--wide-viewport {
    border-radius: 0 0.25rem 0.25rem 0;
  }
}

.header__search-icon--narrow-viewport {
  fill: #323544;
}

.header__search-icon--wide-viewport {
  padding-top: 0.75rem;
  fill: #fff;
}

.primary-nav__list {
  display: flex;
}

.primary-nav__item {
  flex: 1;
}
.primary-nav__item:hover .primary-nav__submenu {
  display: block;
}
.primary-nav__item:hover .primary-nav__item-link::after {
  content: "";
  position: absolute;
  bottom: -2.25rem;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.25rem 67px 0px 67px;
  border-color: transparent transparent transparent;
  transform: translateX(-50%);
  z-index: 100;
}
@media (min-width: 1260px) {
  .primary-nav__item:hover .primary-nav__item-link::after {
    border-width: 2.25rem 83px 0px 83px;
  }
}

.primary-nav__item-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.2rem 0;
}
.primary-nav__item-link:hover {
  text-decoration: none;
}

.primary-nav__submenu {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.primary-nav__submenu-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.primary-nav__submenu-list li {
  width: 33%;
  padding: 0.625rem 1rem 0.625rem 0;
  margin-top: 1rem;
}
.primary-nav__submenu-list li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.primary-nav__submenu-list li a .icon {
  width: 1.25rem;
  margin-bottom: 0;
  margin-right: 0.25rem;
}

.primary-nav__item-text {
  display: block;
  text-transform: uppercase;
}

.primary-nav__submenu-heading {
  font-size: 2rem;
}

.primary-nav__submenu-list {
  font-size: 1.2rem;
}

.primary-nav__item-text--small {
  font-size: 0.625rem;
  line-height: 0.5rem;
}

.primary-nav__item-text--large {
  font-size: 1.125rem;
}

.primary-nav__item--bespoke-software:hover .primary-nav__item-link {
  background-color: #67809F;
}

.primary-nav__item--it-support:hover .primary-nav__item-link {
  background-color: #4183D7;
}

.primary-nav__item--digital-marketing:hover .primary-nav__item-link {
  background-color: #2ECC71;
}

.primary-nav__item--telecoms-services:hover .primary-nav__item-link {
  background-color: #D64541;
}

.primary-nav__item--web-design:hover .primary-nav__item-link {
  background-color: #926FB1;
}

.primary-nav__item--cyber-security:hover .primary-nav__item-link {
  background-color: #F62459;
}

.primary-nav__item--developer-training:hover .primary-nav__item-link {
  background-color: #CE4125;
}

.primary-nav__item--bespoke-software .primary-nav__submenu {
  background-color: #526781;
}

.primary-nav__item--it-support .primary-nav__submenu {
  background-color: #286abd;
}

.primary-nav__item--digital-marketing .primary-nav__submenu {
  background-color: #25a25a;
}

.primary-nav__item--telecoms-services .primary-nav__submenu {
  background-color: #bc2c28;
}

.primary-nav__item--web-design .primary-nav__submenu {
  background-color: #79539a;
}

.primary-nav__item--cyber-security .primary-nav__submenu {
  background-color: #de093f;
}

.primary-nav__item--developer-training .primary-nav__submenu {
  background-color: #a3331d;
}

.primary-nav__item--bespoke-software .icon {
  fill: #67809F;
  margin-bottom: 0.5rem;
}
.primary-nav__item--bespoke-software:hover .icon {
  fill: #fff;
}

.primary-nav__item--it-support .icon {
  fill: #4183D7;
  margin-bottom: 0.5rem;
}
.primary-nav__item--it-support:hover .icon {
  fill: #fff;
}

.primary-nav__item--digital-marketing .icon {
  fill: #2ECC71;
  margin-bottom: 0.5rem;
}
.primary-nav__item--digital-marketing:hover .icon {
  fill: #fff;
}

.primary-nav__item--telecoms-services .icon {
  fill: #D64541;
  margin-bottom: 0.5rem;
}
.primary-nav__item--telecoms-services:hover .icon {
  fill: #fff;
}

.primary-nav__item--web-design .icon {
  fill: #926FB1;
  margin-bottom: 0.5rem;
}
.primary-nav__item--web-design:hover .icon {
  fill: #fff;
}

.primary-nav__item--cyber-security .icon {
  fill: #F62459;
  margin-bottom: 0.5rem;
}
.primary-nav__item--cyber-security:hover .icon {
  fill: #fff;
}

.primary-nav__item--developer-training .icon {
  fill: #CE4125;
  margin-bottom: 0.5rem;
}
.primary-nav__item--developer-training:hover .icon {
  fill: #fff;
}

.primary-nav__item--bespoke-software:hover .primary-nav__item-link::after {
  border-top-color: #67809F;
}

.primary-nav__item--it-support:hover .primary-nav__item-link::after {
  border-top-color: #4183D7;
}

.primary-nav__item--digital-marketing:hover .primary-nav__item-link::after {
  border-top-color: #2ECC71;
}

.primary-nav__item--telecoms-services:hover .primary-nav__item-link::after {
  border-top-color: #D64541;
}

.primary-nav__item--web-design:hover .primary-nav__item-link::after {
  border-top-color: #926FB1;
}

.primary-nav__item--cyber-security:hover .primary-nav__item-link::after {
  border-top-color: #F62459;
}

.primary-nav__item--developer-training:hover .primary-nav__item-link::after {
  border-top-color: #CE4125;
}

.banner__carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.banner__carousel-items-wrapper {
  display: flex;
  user-select: none;
}

.banner__carousel-items-wrapper--transition {
  transition: transform 0.3s ease-out;
}

.banner__carousel-item {
  min-width: 100vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner__heading {
  margin: 0;
  color: #fff;
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  .banner__heading {
    font-size: 4rem;
  }
}

.banner__tagline {
  max-width: 35ch;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  hyphens: none;
}
@media (min-width: 992px) {
  .banner__tagline {
    font-size: 1.625rem;
  }
}

.banner__button {
  margin-top: 1rem;
  font-size: 1.25rem;
  text-wrap: nowrap;
}

.banner__carousel-nav {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
}
.banner__carousel-nav button {
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #fff;
  opacity: 50%;
  cursor: pointer;
  transition: opacity 0.2s ease, border 0.2s ease;
}
.banner__carousel-nav .banner__carousel-nav-button--active {
  opacity: 100%;
}
.banner__carousel-nav .banner__carousel-nav-button--active::after {
  content: "";
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  border: 0.2rem solid #fff;
  border-radius: 50%;
  bottom: -0.5rem;
  left: -0.5rem;
}

.banner__carousel-item--headline {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner-carousel/netmatters-office-banner.png");
}
@media (min-width: 992px) {
  .banner__carousel-item--headline {
    background-image: linear-gradient(270deg, transparent 25%, #000), url("../images/banner-carousel/netmatters-office-banner.png");
  }
}
.banner__carousel-item--headline .banner__button {
  background-color: #926FB1;
}
.banner__carousel-item--headline .banner__button:hover {
  background-color: #6c4a89;
}

.banner__carousel-item--bespoke-software {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner-carousel/bespoke-software-banner.jpg");
}
@media (min-width: 992px) {
  .banner__carousel-item--bespoke-software {
    background-image: linear-gradient(270deg, transparent 25%, #000), url("../images/banner-carousel/bespoke-software-banner.jpg");
  }
}
.banner__carousel-item--bespoke-software .banner__button {
  background-color: #67809F;
}
.banner__carousel-item--bespoke-software .banner__button:hover {
  background-color: #485b72;
}

.banner__carousel-item--it-support {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner-carousel/it-support-banner.png");
}
@media (min-width: 992px) {
  .banner__carousel-item--it-support {
    background-image: linear-gradient(270deg, transparent 25%, #000), url("../images/banner-carousel/it-support-banner.png");
  }
}
.banner__carousel-item--it-support .banner__button {
  background-color: #4183D7;
}
.banner__carousel-item--it-support .banner__button:hover {
  background-color: #235ea8;
}

.banner__carousel-item--digital-marketing {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner-carousel/digital-marketing-banner.png");
}
@media (min-width: 992px) {
  .banner__carousel-item--digital-marketing {
    background-image: linear-gradient(270deg, transparent 25%, #000), url("../images/banner-carousel/digital-marketing-banner.png");
  }
}
.banner__carousel-item--digital-marketing .banner__button {
  background-color: #2ECC71;
}
.banner__carousel-item--digital-marketing .banner__button:hover {
  background-color: #208e4e;
}

.banner__carousel-item--telecoms-services {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner-carousel/telecoms-services-banner.png");
}
@media (min-width: 992px) {
  .banner__carousel-item--telecoms-services {
    background-image: linear-gradient(270deg, transparent 25%, #000), url("../images/banner-carousel/telecoms-services-banner.png");
  }
}
.banner__carousel-item--telecoms-services .banner__button {
  background-color: #D64541;
}
.banner__carousel-item--telecoms-services .banner__button:hover {
  background-color: #a72724;
}

.banner__carousel-item--web-design {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner-carousel/web-design-banner.jpg");
}
@media (min-width: 992px) {
  .banner__carousel-item--web-design {
    background-image: linear-gradient(270deg, transparent 25%, #000), url("../images/banner-carousel/web-design-banner.jpg");
  }
}
.banner__carousel-item--web-design .banner__button {
  background-color: #926FB1;
}
.banner__carousel-item--web-design .banner__button:hover {
  background-color: #6c4a89;
}

.banner__carousel-item--cyber-security {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner-carousel/cyber-security-banner.png");
}
@media (min-width: 992px) {
  .banner__carousel-item--cyber-security {
    background-image: linear-gradient(270deg, transparent 25%, #000), url("../images/banner-carousel/cyber-security-banner.png");
  }
}
.banner__carousel-item--cyber-security .banner__button {
  background-color: #F62459;
}
.banner__carousel-item--cyber-security .banner__button:hover {
  background-color: #c50838;
}

.banner__carousel-item--headline .banner__heading {
  font-size: 1.75rem;
}
@media screen and (min-width: 500px) {
  .banner__carousel-item--headline .banner__heading {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .banner__carousel-item--headline .banner__heading {
    font-size: 3.5rem;
  }
}
.banner__carousel-item--headline .banner__tagline {
  font-size: 1rem;
  max-width: 40ch;
}
@media screen and (min-width: 500px) {
  .banner__carousel-item--headline .banner__tagline {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .banner__carousel-item--headline .banner__tagline {
    font-size: 1.625rem;
  }
}

.services__heading {
  margin: 0;
  color: #323544;
  font-size: 2.75rem;
}

.services__view-case-studies-link {
  color: #323544;
  font-size: 1.625rem;
  font-weight: 600;
}
.services__view-case-studies-link:hover {
  text-decoration: underline;
}

.services__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 0;
  transition: 0.5s ease;
  padding: 1.875rem;
  border: 1px solid #ccc;
  border-radius: 1rem;
  box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.services__card:hover {
  top: -0.625rem;
}
.services__card.services__card--bespoke-software:hover {
  background-color: #67809F;
}
.services__card.services__card--bespoke-software:hover .services__card-heading {
  color: #fff;
}
.services__card.services__card--bespoke-software:hover .services__card-description {
  color: #fff;
}
.services__card.services__card--bespoke-software:hover .services__card-read-more-button {
  background-color: #fff;
  color: #67809F;
}
.services__card.services__card--it-support:hover {
  background-color: #4183D7;
}
.services__card.services__card--it-support:hover .services__card-heading {
  color: #fff;
}
.services__card.services__card--it-support:hover .services__card-description {
  color: #fff;
}
.services__card.services__card--it-support:hover .services__card-read-more-button {
  background-color: #fff;
  color: #4183D7;
}
.services__card.services__card--digital-marketing:hover {
  background-color: #2ECC71;
}
.services__card.services__card--digital-marketing:hover .services__card-heading {
  color: #fff;
}
.services__card.services__card--digital-marketing:hover .services__card-description {
  color: #fff;
}
.services__card.services__card--digital-marketing:hover .services__card-read-more-button {
  background-color: #fff;
  color: #2ECC71;
}
.services__card.services__card--telecoms-services:hover {
  background-color: #D64541;
}
.services__card.services__card--telecoms-services:hover .services__card-heading {
  color: #fff;
}
.services__card.services__card--telecoms-services:hover .services__card-description {
  color: #fff;
}
.services__card.services__card--telecoms-services:hover .services__card-read-more-button {
  background-color: #fff;
  color: #D64541;
}
.services__card.services__card--web-design:hover {
  background-color: #926FB1;
}
.services__card.services__card--web-design:hover .services__card-heading {
  color: #fff;
}
.services__card.services__card--web-design:hover .services__card-description {
  color: #fff;
}
.services__card.services__card--web-design:hover .services__card-read-more-button {
  background-color: #fff;
  color: #926FB1;
}
.services__card.services__card--cyber-security:hover {
  background-color: #F62459;
}
.services__card.services__card--cyber-security:hover .services__card-heading {
  color: #fff;
}
.services__card.services__card--cyber-security:hover .services__card-description {
  color: #fff;
}
.services__card.services__card--cyber-security:hover .services__card-read-more-button {
  background-color: #fff;
  color: #F62459;
}
.services__card.services__card--developer-training:hover {
  background-color: #CE4125;
}
.services__card.services__card--developer-training:hover .services__card-heading {
  color: #fff;
}
.services__card.services__card--developer-training:hover .services__card-description {
  color: #fff;
}
.services__card.services__card--developer-training:hover .services__card-read-more-button {
  background-color: #fff;
  color: #CE4125;
}
.services__card.services__card--bespoke-software .services__card-icon-background {
  background-color: #67809F;
}
.services__card.services__card--bespoke-software .icon {
  fill: #fff;
}
.services__card.services__card--bespoke-software:hover .services__card-icon-background {
  background-color: #fff;
}
.services__card.services__card--bespoke-software:hover .icon {
  fill: #67809F;
}
.services__card.services__card--it-support .services__card-icon-background {
  background-color: #4183D7;
}
.services__card.services__card--it-support .icon {
  fill: #fff;
}
.services__card.services__card--it-support:hover .services__card-icon-background {
  background-color: #fff;
}
.services__card.services__card--it-support:hover .icon {
  fill: #4183D7;
}
.services__card.services__card--digital-marketing .services__card-icon-background {
  background-color: #2ECC71;
}
.services__card.services__card--digital-marketing .icon {
  fill: #fff;
}
.services__card.services__card--digital-marketing:hover .services__card-icon-background {
  background-color: #fff;
}
.services__card.services__card--digital-marketing:hover .icon {
  fill: #2ECC71;
}
.services__card.services__card--telecoms-services .services__card-icon-background {
  background-color: #D64541;
}
.services__card.services__card--telecoms-services .icon {
  fill: #fff;
}
.services__card.services__card--telecoms-services:hover .services__card-icon-background {
  background-color: #fff;
}
.services__card.services__card--telecoms-services:hover .icon {
  fill: #D64541;
}
.services__card.services__card--web-design .services__card-icon-background {
  background-color: #926FB1;
}
.services__card.services__card--web-design .icon {
  fill: #fff;
}
.services__card.services__card--web-design:hover .services__card-icon-background {
  background-color: #fff;
}
.services__card.services__card--web-design:hover .icon {
  fill: #926FB1;
}
.services__card.services__card--cyber-security .services__card-icon-background {
  background-color: #F62459;
}
.services__card.services__card--cyber-security .icon {
  fill: #fff;
}
.services__card.services__card--cyber-security:hover .services__card-icon-background {
  background-color: #fff;
}
.services__card.services__card--cyber-security:hover .icon {
  fill: #F62459;
}
.services__card.services__card--developer-training .services__card-icon-background {
  background-color: #CE4125;
}
.services__card.services__card--developer-training .icon {
  fill: #fff;
}
.services__card.services__card--developer-training:hover .services__card-icon-background {
  background-color: #fff;
}
.services__card.services__card--developer-training:hover .icon {
  fill: #CE4125;
}

.services__card-icon-background {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 50%;
}
.services__card-icon-background .icon {
  width: 2rem;
  height: 2rem;
}

.services__card-heading {
  color: #323544;
  font-size: 1.3rem;
  font-weight: 400;
}

.services__card-description {
  color: #323544;
  font-size: 0.8125rem;
}

.services__card-read-more-button {
  margin-top: auto;
}

.services__card-read-more-button--bespoke-software {
  background-color: #67809F;
}
.services__card-read-more-button--bespoke-software:hover {
  background-color: #485b72;
}

.services__card-read-more-button--it-support {
  background-color: #4183D7;
}
.services__card-read-more-button--it-support:hover {
  background-color: #235ea8;
}

.services__card-read-more-button--digital-marketing {
  background-color: #2ECC71;
}
.services__card-read-more-button--digital-marketing:hover {
  background-color: #208e4e;
}

.services__card-read-more-button--telecoms-services {
  background-color: #D64541;
}
.services__card-read-more-button--telecoms-services:hover {
  background-color: #a72724;
}

.services__card-read-more-button--web-design {
  background-color: #926FB1;
}
.services__card-read-more-button--web-design:hover {
  background-color: #6c4a89;
}

.services__card-read-more-button--cyber-security {
  background-color: #F62459;
}
.services__card-read-more-button--cyber-security:hover {
  background-color: #c50838;
}

.services__card-read-more-button--developer-training {
  background-color: #CE4125;
}
.services__card-read-more-button--developer-training:hover {
  background-color: #8d2d19;
}

.services__view-case-studies-link--wide-viewport {
  display: none;
}
@media (min-width: 768px) {
  .services__view-case-studies-link--wide-viewport {
    display: block;
  }
}

.services__view-case-studies-link--narrow-viewport {
  display: block;
  margin-top: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .services__view-case-studies-link--narrow-viewport {
    display: none;
  }
}

.partners img {
  filter: grayscale(1);
}
.partners img:hover {
  filter: grayscale(0);
}

.welcome__heading {
  margin-top: 0;
  font-size: 2.25rem;
}

.welcome__paragraph {
  margin-bottom: 2rem;
  line-height: 1.875rem;
}
.welcome__paragraph a {
  color: #fff;
  text-decoration: none;
}
.welcome__paragraph a:hover {
  text-decoration: underline;
}

.welcome__button-link {
  background-color: #212330;
  margin: 0 0.5rem 1rem 0;
  font-size: 1.25rem;
}
.welcome__button-link:hover {
  background-color: #020203;
}

.welcome__star {
  fill: #ffa500;
}

.welcome__testimonial {
  margin: 2rem 0;
}

.welcome__testimonial-quote {
  font-size: 1.3rem;
  font-style: italic;
}

.welcome__testimonial-author {
  margin-top: 2rem;
  font-size: 1.1rem;
  font-weight: 600;
}
.welcome__testimonial-author a {
  color: #fff;
  text-decoration: none;
}
.welcome__testimonial-author a:hover {
  text-decoration: underline;
}

.welcome__testimonial-author-name {
  color: #ccc;
}

.welcome__testimonial-author-organisation:before {
  content: "-";
  padding: 0 0.5em;
}

.welcome__paragraph--first {
  font-weight: 600;
}

.welcome__button-link--google {
  background-color: #4387f6;
}
.welcome__button-link--google:hover {
  background-color: #0b5ce2;
}

.welcome__button-link--trustpilot {
  background-color: #00b67b;
}
.welcome__button-link--trustpilot:hover {
  background-color: #006a47;
}

.news__header {
  margin: 0;
  color: #323544;
  font-size: 2.25rem;
}

.news__view-all-link {
  color: #323544;
  font-size: 1.625rem;
  font-weight: 600;
}
.news__view-all-link:hover {
  text-decoration: underline;
}

.news__card {
  position: relative;
  top: 0;
  transition: 0.5s ease;
}
.news__card:hover {
  top: -10px;
  transition: 0.5s ease;
}

.news__card-image {
  display: block;
  width: 100%;
}

.news__card-category-label {
  position: absolute;
  top: 0.5rem;
  right: 0;
  padding: 0.25em 1em;
  color: #fff;
  background-color: #323544;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.news__card-category-label:hover {
  text-decoration: underline;
}

.news__card-text-container {
  padding: 1.875rem;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 3px;
  box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1);
}

.news__card-title {
  display: inline;
  font-size: 1rem;
}

.news__card-read-length {
  color: #999AA1;
  font-size: 0.85rem;
  text-transform: uppercase;
}
.news__card-read-length:before {
  content: "-";
  padding-right: 0.5em;
}

.news__card-summary {
  margin-bottom: 2rem;
  color: #666;
  font-size: 0.8125rem;
}

.news__card-author-container {
  display: flex;
  align-items: center;
  padding-top: 1.875rem;
  border-top: 1px solid #ccc;
  margin-top: 1.875rem;
}

.news__card-avatar {
  max-width: 3.125rem;
  height: 100%;
  border-radius: 50%;
}

.news__card-author-text-container {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  font-size: 0.875rem;
}

.news__card-posted-by {
  color: #323544;
  font-weight: 600;
}

.news__card-posted-date {
  display: block;
  color: #666;
}

.news__card-title--careers {
  color: #4183d7;
}

.news__card-title--bespoke-software {
  color: #67809F;
}

.news__card-title--it-support {
  color: #4183D7;
}

.news__card-title--web-design {
  color: #926FB1;
}

.news__card-read-more-button--careers {
  background-color: #4183d7;
}
.news__card-read-more-button--careers:hover {
  background-color: #235ea8;
}

.news__card-read-more-button--bespoke-software {
  background-color: #67809F;
}
.news__card-read-more-button--bespoke-software:hover {
  background-color: #485b72;
}

.news__card-read-more-button--it-support {
  background-color: #4183D7;
}
.news__card-read-more-button--it-support:hover {
  background-color: #235ea8;
}

.news__card-read-more-button--web-design {
  background-color: #926FB1;
}
.news__card-read-more-button--web-design:hover {
  background-color: #6c4a89;
}

.news__view-all-link--wide-viewport {
  display: none;
}
@media (min-width: 768px) {
  .news__view-all-link--wide-viewport {
    display: block;
  }
}

.news__view-all-link--narrow-viewport {
  display: block;
  margin-top: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .news__view-all-link--narrow-viewport {
    display: none;
  }
}

.clients__section-for-each-client {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
}
.clients__section-for-each-client img {
  max-height: 4.5rem;
  filter: grayscale(1);
}
.clients__section-for-each-client img:hover {
  filter: grayscale(0);
}

.clients__pop-up-hover-container {
  position: absolute;
  display: none;
  width: 20rem;
  bottom: 100%;
}

.clients__section-for-each-client:hover .clients__pop-up-hover-container {
  display: block;
}

.clients__pop-up-box {
  background-color: #323544;
  color: #fff;
  padding: 1.25rem;
  width: 18rem;
  bottom: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
.clients__pop-up-box .icon {
  width: 1rem;
  margin-left: 0.25rem;
  fill: #fff;
}

.clients__pop-up-box::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  right: 50%;
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2rem solid #323544;
}

.clients__pop-up-heading {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
}

.clients__pop-up-description {
  font-size: 0.8125rem;
}

.clients__pop-up-link--bespoke-software {
  background-color: #67809F;
}
.clients__pop-up-link--bespoke-software:hover {
  background-color: #485b72;
}

.clients__pop-up-link--it-support {
  background-color: #4183D7;
}
.clients__pop-up-link--it-support:hover {
  background-color: #235ea8;
}

.clients__pop-up-link--digital-marketing {
  background-color: #2ECC71;
}
.clients__pop-up-link--digital-marketing:hover {
  background-color: #208e4e;
}

.clients__pop-up-link--web-design {
  background-color: #926FB1;
}
.clients__pop-up-link--web-design:hover {
  background-color: #6c4a89;
}

.newsletter-form__heading {
  margin: 0 0 1rem;
  font-size: 2rem;
  font-weight: 400;
  color: #323544;
}

.newsletter-form__flex-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .newsletter-form__flex-container {
    flex-direction: row;
    gap: 2rem;
  }
}

.newsletter-form__input-container {
  margin-bottom: 1rem;
  width: 100%;
}

.newsletter-form__label {
  display: inline-block;
  font-weight: 600;
  line-height: 2;
  color: #323544;
}
.newsletter-form__label a {
  text-decoration: underline;
}
.newsletter-form__label a:hover, .newsletter-form__label a:visited {
  color: #212330;
}

.newsletter-form__button {
  background-color: #323544;
  margin-top: 0.6875em;
  background-color: #323544;
}
.newsletter-form__button:hover {
  background-color: #121318;
}

.newsletter-form__checkbox-flex-container {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.newsletter-form__input--text {
  display: block;
  width: 100%;
  height: 3rem;
  padding: 5px 15px;
  border: 1px solid #ccc;
  color: #666;
  font-size: 0.875rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.newsletter-form__input--text:focus {
  border-color: #5bc0de;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(91, 192, 222, 0.6);
}

.newsletter-form__input-container--required label::after {
  content: "*";
  color: #d24d57;
  padding-left: 0.2em;
}

.newsletter-form__input--checkbox {
  opacity: 0;
  position: absolute;
}

.newsletter-form__label[for=newsletter-form-preferences] {
  display: flex;
  align-items: center;
}

.newsletter-form__label[for=newsletter-form-preferences]::before {
  content: "";
  display: inline-block;
  align-self: start;
  min-width: 2rem;
  height: 2rem;
  margin-right: 1.5rem;
  border: 0.1875rem solid #323544;
  border-radius: 0.1875rem;
  font-size: 1.25rem;
}

.newsletter-form__input--checkbox:checked + .newsletter-form__label::before {
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #323544;
  color: #fff;
}

.footer__logo-container {
  max-width: 20rem;
}
.footer__logo-container img {
  display: block;
  width: 100%;
}

.footer__heading {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

.footer__social-media-link {
  display: inline-block;
  padding: 1rem 1.25rem 0.75rem;
  margin: 0.25rem;
  background-color: #212330;
}
.footer__social-media-link svg {
  height: 1.5rem;
}
.footer__social-media-link path {
  fill: #fff;
}

.footer__nav-list {
  list-style-type: none;
  font-size: 0.8rem;
}

.footer__nav-item {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.footer__nav-link {
  color: #fff;
  text-decoration: none;
}
.footer__nav-link:hover {
  text-decoration: underline;
}

.footer__legal-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 2rem;
  background-color: #212330;
  color: #fff;
}

.footer__legal-text {
  display: block;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .footer__legal-text {
    display: inline;
  }
}
@media (min-width: 768px) {
  .footer__legal-text + .footer__legal-text::after {
    content: " - ";
  }
}

.footer__nav-link--sitemap {
  display: block;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .footer__nav-link--sitemap {
    display: inline;
    margin-left: 0.2rem;
  }
}

.footer__social-media-link--facebook:hover {
  background-color: #3b5998;
}

.footer__social-media-link--linkedin:hover {
  background-color: #0077b5;
}

.footer__social-media-link--twitter:hover {
  background-color: #1da1f2;
}

.footer__social-media-link--instagram:hover {
  background-color: #e4405f;
}

.cookies-popup__manage-consent-button {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 24;
  border: none;
  border-top-right-radius: 0.625rem;
  padding: 0.25rem 0.75rem;
  background-color: #666;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
}
.cookies-popup__manage-consent-button:hover {
  background-color: #999AA1;
}

.cookies-popup__modal-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  z-index: 30;
  padding: 1.5rem 0;
  margin: 2rem;
  border-radius: 0.25rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .cookies-popup__modal-container {
    width: 600px;
  }
}
.cookies-popup__modal-container h2 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.cookies-popup__modal-container .cookies-popup__text-container {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.cookies-popup__modal-container .cookies-popup__text-container p {
  margin: 0 1.5rem;
}
.cookies-popup__modal-container .cookies-popup__modal-button-group {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0 1.5rem;
}
@media (min-width: 768px) {
  .cookies-popup__modal-container .cookies-popup__modal-button-group {
    flex-direction: row;
  }
}
.cookies-popup__modal-container .cookies-popup__modal-button-group button {
  width: 100%;
}

button.cookies-popup__accept-button {
  background-color: #926FB1;
}
button.cookies-popup__accept-button:hover {
  background-color: #79539a;
}

.cookies-popup__preferences-menu {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  overflow-y: auto;
  z-index: 35;
  background-color: #fff;
  padding: 2rem;
  width: 100%;
}
.cookies-popup__preferences-menu .cookies-popup__preferences-menu-max-width-container {
  max-width: 65ch;
  margin: 0 auto;
}
.cookies-popup__preferences-menu p {
  font-size: 0.875rem;
  line-height: 1.5;
}
.cookies-popup__preferences-menu strong {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}
.cookies-popup__preferences-menu ul {
  padding-left: 2rem;
  list-style-type: disc;
  color: #323544;
  margin-bottom: 1rem;
}
.cookies-popup__preferences-menu button {
  display: inline-block;
}
.cookies-popup__preferences-menu .cookies-popup__switch-button-group,
.cookies-popup__preferences-menu .cookies-popup__accept-button-group {
  display: flex;
  gap: 0.5rem;
}
@media (min-width: 992px) {
  .cookies-popup__preferences-menu .cookies-popup__switch-button-group button:first-child,
  .cookies-popup__preferences-menu .cookies-popup__accept-button-group button:first-child {
    margin-left: auto;
  }
}
.cookies-popup__preferences-menu .cookies-popup__button--active {
  background-color: #926FB1;
}
.cookies-popup__preferences-menu .cookies-popup__button--active:hover {
  background-color: #6c4a89;
}
.cookies-popup__preferences-menu .cookies-popup__button--inactive {
  background-color: #fff;
  color: #999AA1;
  border: 1px solid #dbdcde;
}
.cookies-popup__preferences-menu .cookies-popup__button--inactive:hover {
  background-color: #fff;
}
.cookies-popup__preferences-menu .cookies-popup__show-more-button {
  margin-bottom: 1rem;
}

/*# sourceMappingURL=application.css.map */
