/*
Theme Name: Creed Comms
Version: 1.0
Author: Creed Comms
Description: Custom theme designed and developed for creedcommms.co.uk
*/
:root {
  --c-body: #331158;
  --c-purple: #6420AC;
  --c-purple-dark: #331158;
  --c-purple-light: #B17EE7;
  --c-purple-lighest: #E5D4F7;
  --c-yellow: #F5C60A;
  --c-green: #3CBF74;
  --c-white: #FFFFFF;
  --c-grey: #F5F5F5;
  --f-big-heading: "museo-sans-display", sans-serif;
  --f-small-heading: "museo-sans", sans-serif;
  --f-body: "Arial", sans-serif;
  --fw-big-heading: 800;
  --fw-small-heading: 500;
  --fs-body: 1.8rem;
  --fs-body-large: 2.4rem;
  --fs-body-mobile: 1.6rem;
  --site-header-height: 11rem;
  --site-header-height-mobile: 9rem;
  --transition: all 0.3s ease-in-out;
}
.u-container {
  margin: 0 auto;
  padding: 0 3rem;
  max-width: 135rem;
}
.u-container-large {
  margin: 0 auto;
  padding: 0 3rem;
  max-width: 146rem;
}
.u-container-small {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 108.6rem;
}
.u-container-xsmall {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 95rem;
}
.u-flexible-block {
  margin: 10rem 0;
}
@media (max-width: 980px) {
  .u-flexible-block {
    margin: 7.5rem 0;
  }
}
@media (max-width: 767px) {
  .u-flexible-block {
    margin: 5rem 0;
  }
}
.u-fixed-block {
  margin: 10rem 0;
}
@media (max-width: 980px) {
  .u-fixed-block {
    margin: 7.5rem 0;
  }
}
@media (max-width: 767px) {
  .u-fixed-block {
    margin: 5rem 0;
  }
}
.u-no-top-margin {
  margin-top: 0;
}
.u-no-bottom-margin {
  margin-bottom: 0;
}
.u-no-top-padding {
  padding-top: 0 !important;
}
.u-no-bottom-padding {
  padding-bottom: 0 !important;
}
.u-bg-purple {
  background-color: var(--c-purple) !important;
}
.u-bg-purple-dark {
  background-color: var(--c-purple-dark) !important;
}
.u-bg-purple-light {
  background-color: var(--c-purple-light) !important;
}
.u-bg-purple-lightest {
  background-color: var(--c-purple-lightest) !important;
}
.u-bg-yellow {
  background-color: var(--c-yellow) !important;
}
.u-bg-green {
  background-color: var(--c-green) !important;
}
.u-bg-white {
  background-color: var(--c-white) !important;
}
.u-bg-grey {
  background-color: var(--c-grey) !important;
}
.u-bg-grad-purple-dark-to-light {
  background: #6420ac;
  background: linear-gradient(0deg, #6420ac 0%, #331158 100%);
}
.u-bg-grad-purple-light-to-dark {
  background: #6420ac;
  background: linear-gradient(180deg, #6420ac 0%, #331158 100%);
}
.u-c-body {
  color: var(--c-purple) !important;
}
.u-c-purple {
  color: var(--c-purple) !important;
}
.u-c-purple-dark {
  color: var(--c-purple-dark) !important;
}
.u-c-purple-light {
  color: var(--c-purple-light) !important;
}
.u-c-purple-lightest {
  color: var(--c-purple-lightest) !important;
}
.u-c-yellow {
  color: var(--c-yellow) !important;
}
.u-c-green {
  color: var(--c-green) !important;
}
.u-c-white {
  color: var(--c-white) !important;
}
.u-c-grey {
  color: var(--c-grey) !important;
}
.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@keyframes slow-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.u-rotate-slow {
  animation: slow-rotation 40s linear infinite;
}
@keyframes slow-rotation-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.u-rotate-slow-reverse {
  animation: slow-rotation-reverse 40s linear infinite;
}
@keyframes very-slow-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.u-rotate-very-slow {
  animation: very-slow-rotation 80s linear infinite;
}
@keyframes very-slow-rotation-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.u-rotate-very-slow-reverse {
  animation: very-slow-rotation-reverse 80s linear infinite;
}
[data-aos="fade-up"] {
  transform: translateY(3rem) !important;
}
[data-aos="fade-up"].aos-animate {
  transform: translateY(0) !important;
}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*! 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 */
}
* {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  box-sizing: border-box;
}
/**
 * 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;
}
html {
  box-sizing: border-box;
  overflow-x: hidden;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-family: var(--f-body);
  font-size: var(--fs-body);
  line-height: 1.3;
  color: var(--c-body);
}
@media (max-width: 480px) {
  body {
    font-size: var(--fs-body-mobile);
  }
}
ul, ol {
  margin-bottom: 2rem;
  margin-left: 2rem;
  padding: 0;
}
li {
  margin-bottom: 1rem;
}
.ul-reset, nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ul-reset li, nav ul li {
  margin: 0;
}
.ul-reset li a, nav ul li a {
  text-decoration: none;
}
.site-content {
  padding-top: 11rem;
}
video {
  display: block;
  width: 100%;
}
img {
  display: block;
  width: 100%;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.error-404 {
  margin: 10rem 0;
}
@media (max-width: 767px) {
  .error-404 {
    margin: 5rem 0 7.5rem 0;
  }
}
.error-404__text {
  margin-bottom: 5rem;
}
h1, .u-h1, h2, .u-h2, h3, .u-h3, h4, .u-h4, h5, .u-h5, h6, .u-h6 {
  margin: 0 0 3rem 0;
  padding: 0;
}
h1, .u-h1 {
  font-size: clamp(4.5rem, 6vw, 8rem);
  font-family: var(--f-big-heading);
  font-weight: var(--fw-big-heading);
  line-height: 1;
}
h2, .u-h2 {
  font-family: var(--f-big-heading);
  font-weight: var(--fw-big-heading);
  font-size: clamp(3.5rem, 5vw, 5rem);
  line-height: 1.1;
}
h3, .u-h3 {
  font-size: clamp(2.2rem, 3vw, 3.4rem);
  font-family: var(--f-small-heading);
  font-weight: var(--fw-small-heading);
  line-height: 1.4;
}
h4, .u-h4 {
  font-family: var(--f-small-heading);
  font-weight: var(--fw-small-heading);
  font-size: clamp(1.9rem, 2.3vw, 2.4rem);
  line-height: 1.3;
}
h5, .u-h5, h6, .u-h6 {
  font-family: var(--f-small-heading);
  font-weight: var(--fw-small-heading);
  font-size: 1.8rem;
}
p {
  margin: 0 0 2rem 0;
}
a {
  color: var(--c-body);
}
.btn {
  padding: 1.25rem 4rem;
  display: inline-block;
  font-family: var(--f-body);
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1rem;
  color: var(--c-purple);
  border: 0.3rem solid var(--c-purple);
  border-radius: 100rem;
  background: none;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.btn:hover {
  background: var(--c-purple);
  color: var(--c-white);
}
.btn--white {
  color: var(--c-white);
  border-color: var(--c-white);
}
.btn--white:hover {
  color: var(--c-purple);
  background-color: var(--c-white);
}
.btn--green {
  color: var(--c-green);
  border-color: var(--c-green);
}
.btn--green:hover {
  color: #fff;
  background-color: var(--c-green);
}
.btn--purple-dark {
  color: var(--c-purple-dark);
  border-color: var(--c-purple-dark);
}
.btn--purple-dark:hover {
  color: #fff;
  background-color: var(--c-purple-dark);
}
.link {
  display: inline-block;
  font-family: var(--f-body);
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1rem;
  color: var(--c-purple);
}
.link:hover span {
  border-bottom: 0.1rem solid;
}
.link--white {
  color: var(--c-white);
}
.link--green {
  color: var(--c-green);
}
.modal {
  display: none;
}
.modal[aria-hidden="false"] {
  display: block;
}
.modal__overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__container {
  position: relative;
  background: white;
  border-radius: 1rem;
  max-width: 80rem;
  width: 90%;
  animation: slideIn 0.3s ease-out;
  max-height: 90vh;
  overflow: scroll;
}
@keyframes slideIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.guide-modal {
  position: relative;
  z-index: 9999;
}
.guide-modal__btn {
  display: block;
  width: 100%;
  position: absolute;
  top: 1rem;
  right: 1rem;
  text-align: right;
  background: none;
  border: none;
  cursor: pointer;
}
.guide-modal__btn svg {
  width: 4rem;
  height: 4rem;
  fill: var(--c-purple-dark);
  pointer-events: none;
}
.guide-modal__content {
  padding: 2rem 4rem;
}
.guide-modal__image {
  height: 25rem;
  position: relative;
}
.guide-modal__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-form {
  margin-bottom: 4rem;
  max-width: 55rem;
}
.contact-form .gform-theme--foundation .gform_fields {
  row-gap: 1.5rem;
}
.contact-form .gfield_label, .contact-form .gform-field-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
  padding: 2.5rem 1.5rem !important;
  font-size: 1.8rem !important;
  border-radius: 1rem !important;
}
.contact-form .large.gfield_select {
  height: 5.3rem;
  padding: 0.75rem 1.5rem 0 1.5rem !important;
  font-size: 1.8rem !important;
  border-radius: 1rem !important;
}
.contact-form textarea {
  padding: 1.5rem !important;
}
.contact-form input[type="submit"] {
  padding: 1.5rem 8rem !important;
  background: var(--c-green) !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  border-radius: 10rem !important;
}
.contact-form .validation_message, .contact-form .gform_submission_error {
  color: var(--c-white) !important;
}
.anchor-nav__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 0.25rem;
  max-width: 77rem;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .anchor-nav__list {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .anchor-nav__list {
    font-size: 1.8rem;
  }
}
.anchor-nav__item:after {
  content: "/";
  color: var(--c-green);
}
.anchor-nav__item:last-child:after {
  display: none;
}
.anchor-nav__link {
  padding-right: 1rem;
  color: var(--c-green);
}
.anchor-nav__link:hover {
  color: var(--c-purple-dark);
}
.site-footer {
  padding-bottom: 2rem;
  background: var(--c-purple-dark);
  color: var(--c-white);
}
@media (max-width: 980px) {
  .site-footer {
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 2.5rem;
  }
}
.site-footer__main {
  padding-top: 9rem;
}
@media (max-width: 980px) {
  .site-footer__main {
    padding-top: 7.5rem;
  }
}
@media (max-width: 767px) {
  .site-footer__main {
    padding-top: 5rem;
  }
}
.b-client-carousel {
  padding-top: 10rem;
  text-align: center;
}
@media (max-width: 980px) {
  .b-client-carousel {
    padding-top: 7.5rem;
  }
}
@media (max-width: 767px) {
  .b-client-carousel {
    padding-top: 5rem;
  }
}
.b-client-carousel__title {
  margin-bottom: 4rem;
}
.b-client-carousel .client-carousel__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.b-client-carousel .client-carousel__logo {
  padding: 0 3rem;
  display: block;
  width: auto;
  max-width: 22.5rem;
}
.site-awards {
  margin: 0 auto 7.5rem auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 3rem;
  justify-items: center;
  align-items: center;
  justify-content: center;
}
@media (max-width: 980px) {
  .site-awards {
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 767px) {
  .site-awards {
    margin-bottom: 5rem;
  }
}
.site-awards__item {
  display: flex;
  justify-content: center;
  width: 100%;
}
.site-awards__item img {
  width: 100%;
  max-width: 12rem;
}
@media (max-width: 980px) {
  .site-awards__item img {
    max-width: 10rem;
  }
}
.site-accreds {
  margin: 0 auto 10rem auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 3rem;
  justify-items: center;
  align-items: center;
  justify-content: center;
}
@media (max-width: 980px) {
  .site-accreds {
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 767px) {
  .site-accreds {
    margin-bottom: 5rem;
  }
}
.site-accreds__item {
  display: flex;
  justify-content: center;
  width: 100%;
}
.site-accreds__item img {
  width: 100%;
  max-width: 15rem;
}
@media (max-width: 980px) {
  .site-accreds__item img {
    max-width: 12rem;
  }
}
.site-outro {
  margin: 5rem 0 12.5rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  column-gap: 4rem;
}
@media (max-width: 767px) {
  .site-outro {
    margin: 6rem 0;
  }
}
@media (max-width: 767px) {
  .site-outro {
    flex-direction: column;
    align-items: center;
  }
}
.site-outro__heading {
  margin-bottom: 0;
  flex: 4;
}
@media (max-width: 767px) {
  .site-outro__heading {
    margin-bottom: 2.5rem;
    text-align: center;
  }
}
.site-outro__contact {
  flex: 1;
  min-width: 25rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.site-outro__btn {
  margin-bottom: 1rem;
}
.site-outro__call {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--c-green);
}
.site-outro__call a {
  color: var(--c-green);
}
.site-signup {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .site-signup {
    flex-direction: column;
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .site-signup {
    justify-content: start;
  }
}
.site-signup .newsletter-form form {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1100px) {
  .site-signup .newsletter-form form {
    margin-bottom: 4rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
.site-signup .newsletter-form .gfield_label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.site-signup .newsletter-form input[type="email"] {
  padding: 1rem 1.5rem !important;
  font-size: 1.4rem !important;
  border-radius: 1rem !important;
}
@media (max-width: 1100px) {
  .site-signup .newsletter-form .gform_fields {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.site-signup .newsletter-form .gfield--type-html {
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) {
  .site-signup .newsletter-form .gfield--type-html {
    flex-direction: column;
  }
}
.site-signup .newsletter-form .gfield--type-html p {
  margin-bottom: 0;
}
.site-signup .newsletter-form .gform-footer {
  margin-top: 0;
}
.site-signup .newsletter-form input[type="submit"] {
  padding: 0.75rem 3rem !important;
  background: var(--c-green) !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  border-radius: 10rem !important;
}
.site-links-group {
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 2rem;
}
@media (max-width: 767px) {
  .site-links-group {
    flex-direction: column;
    gap: 2.5rem;
    align-items: start;
  }
}
.site-legal {
  font-size: 1.4rem;
}
.site-legal a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none;
  cursor: default;
}
.site-social {
  display: flex;
  column-gap: 8rem;
}
@media (max-width: 767px) {
  .site-social {
    column-gap: 4rem;
  }
}
.site-social__crest {
  width: 4rem;
}
.site-social__list {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.site-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  color: #fff;
  border: 0.1rem solid #fff;
  border-radius: 100rem;
}
.site-social__link:hover {
  background-color: #fff;
}
.site-social__link:hover .site-social__icon {
  color: var(--c-purple-dark);
}
.site-social__icon {
  width: 1.9rem;
}
.legal-nav ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4rem;
  row-gap: 1rem;
}
@media (max-width: 767px) {
  .legal-nav ul {
    column-gap: 2rem;
  }
}
.legal-nav a {
  color: #fff;
}
.legal-nav a:hover {
  border-bottom: 0.1rem solid;
}
.site-header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 11rem;
  z-index: 9;
  height: var(--site-header-height);
  background: var(--c-purple-dark);
  transition: var(--transition);
}
@media (max-width: 1250px) {
  .site-header {
    height: var(--site-header-height-mobile);
  }
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 4rem;
  width: 100%;
}
@media (max-width: 480px) {
  .site-header__inner {
    column-gap: 2rem;
  }
}
.site-header a {
  color: var(--c-white);
}
.site-header--dark a {
  color: var(--c-white);
}
.site-header--dark .site-branding__logo {
  color: var(--c-white);
}
.site-header--at-top {
  background: none;
}
.site-header--at-top a {
  color: var(--c-purple-dark);
}
.site-header--at-top a:hover {
  color: var(--c-green) !important;
}
.site-header--at-top .site-nav__mobile-btn {
  color: var(--c-purple-dark);
}
.site-header--at-top.site-header--dark .site-nav__mobile-btn {
  color: #fff;
}
.site-header--at-top.site-header--dark .site-branding__logo {
  color: var(--c-white);
}
.site-header--at-top.site-header--dark a {
  color: var(--c-white);
}
.site-header--at-top.site-header--dark .site-nav ul li .sub-menu {
  background: var(--c-white);
}
.site-header--at-top.site-header--dark .site-nav ul li .sub-menu a {
  color: var(--c-purple-dark);
}
.site-header--at-top.site-header--dark .site-nav__btn {
  color: var(--c-white);
  border-color: var(--c-white);
}
.site-header--at-top.site-header--dark .site-nav__btn:hover {
  color: var(--c-purple) !important;
  background-color: var(--c-white) !important;
}
.site-header--at-top .site-branding__logo {
  color: var(--c-purple);
}
.site-header--at-top .site-nav ul li .sub-menu {
  background: var(--c-purple);
}
.site-header--at-top .site-nav ul li .sub-menu a {
  color: var(--c-white);
}
.site-header--at-top .site-nav__btn {
  color: var(--c-purple);
  border-color: var(--c-purple);
}
.site-header--at-top .site-nav__btn:hover {
  color: var(--c-white) !important;
  background-color: var(--c-purple) !important;
}
.site-header--hidden {
  transform: translateY(-11rem);
}
.site-branding {
  display: block;
}
.site-branding__logo {
  width: 22rem;
  height: auto;
  color: var(--c-white);
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .site-branding__logo {
    width: 18rem;
  }
}
@media (max-width: 450px) {
  .site-branding__logo {
    width: 16rem;
  }
}
.site-nav {
  display: flex;
  align-items: center;
  column-gap: 9rem;
}
.site-nav ul {
  display: flex;
  column-gap: 4rem;
  flex-wrap: wrap;
}
@media (max-width: 1250px) {
  .site-nav ul {
    display: none;
  }
}
.site-nav ul li {
  position: relative;
}
.site-nav ul li:hover > .sub-menu {
  display: block;
}
.site-nav ul li.current_page_item a, .site-nav ul li.current-menu-ancestor a, .site-nav ul li.current-menu-item a, .single-post .site-nav ul li.current_page_parent a {
  color: var(--c-green);
}
.site-nav ul li a {
  padding: 1.5rem 1rem;
  display: block;
}
.site-nav ul li a:hover {
  transition: color 0.15s ease;
}
.site-nav ul li .sub-menu {
  padding: 1rem;
  width: 20rem;
  left: 0;
  display: none;
  position: absolute;
  background: var(--c-white);
  border-radius: 1rem;
}
.site-nav ul li .sub-menu li.current_page_item a {
  color: var(--c-green);
}
.site-nav ul li .sub-menu li a {
  padding: 0.75rem 0.5rem;
  color: var(--c-purple-dark);
  background: none;
}
.site-nav ul li .sub-menu li a:hover {
  text-decoration: none;
  color: var(--c-green);
}
.site-nav ul a:hover {
  color: var(--c-green);
}
.site-nav__btn-group {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
@media (max-width: 500px) {
  .site-nav__btn-group {
    column-gap: 0.5rem;
  }
}
.site-nav__mobile-btn {
  display: none;
  width: 5rem;
  padding: 0.5rem 1rem;
  line-height: 0;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}
.site-nav__mobile-btn:hover svg {
  color: var(--c-green);
}
@media (max-width: 1250px) {
  .site-nav__mobile-btn {
    display: block;
  }
}
.site-nav__btn {
  padding: 1.25rem 6rem !important;
}
@media (max-width: 767px) {
  .site-nav__btn {
    padding: 1rem 2rem !important;
    font-size: 1.2rem;
  }
}
@media (max-width: 420px) {
  .site-nav__btn {
    display: none;
  }
}
.no-scroll {
  overflow: hidden;
}
.site-nav-mobile {
  display: none;
  overflow-y: auto;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.site-nav-mobile.is-visible {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1250px) {
  .site-nav-mobile {
    padding: 2rem;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    background: var(--c-purple-dark);
  }
}
.site-nav-mobile__btn {
  color: var(--c-white) !important;
}
.site-nav-mobile__mobile-close-btn {
  margin-top: 0.4rem;
  margin-right: 0.5rem;
  display: block;
  text-align: right;
  line-height: 0;
  cursor: pointer;
}
.site-nav-mobile__mobile-close-btn svg {
  width: 4rem;
  height: 4rem;
  fill: var(--c-white);
}
.site-nav-mobile__mobile-close-btn:hover svg {
  fill: var(--c-green);
}
.site-nav-mobile ul li {
  margin-bottom: 1.75rem;
}
.site-nav-mobile ul li a {
  font-family: var(--f-big-heading);
  font-weight: var(--fw-big-heading);
  font-size: 2.6rem;
  color: var(--c-white);
}
.site-nav-mobile ul li.current_page_item > a, .site-nav-mobile ul li.current-menu-ancestor > a, .site-nav-mobile ul li.current-menu-item > a, .single-post .site-nav-mobile ul li.current_page_parent > a {
  color: var(--c-green);
}
.site-nav-mobile ul.sub-menu {
  margin-top: 0.5rem;
}
.site-nav-mobile ul.sub-menu li {
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
}
.site-nav-mobile ul.sub-menu li a {
  font-size: 1.8rem;
  font-family: var(--f-small-heading);
}
.s-hero-about {
  margin-top: 25rem;
  margin-bottom: 20rem;
  color: #fff;
}
@media (max-width: 767px) {
  .s-hero-about {
    margin-top: 10rem;
  }
}
.s-hero-about__b-video {
  top: -15rem;
  position: relative;
}
@media (max-width: 767px) {
  .s-hero-about__b-video {
    top: -7.5rem;
  }
}
.s-hero-about__b-video .b-video {
  margin-bottom: 0;
}
.s-hero-about__intro-text {
  margin: 0 auto;
  max-width: 114rem;
  font-size: 2.4rem;
}
@media (max-width: 980px) {
  .s-hero-about__intro-text {
    font-size: 1.6rem;
  }
}
.s-hero-about__hero-cards {
  position: relative;
  bottom: -13rem;
}
@media (max-width: 767px) {
  .s-hero-about__hero-cards {
    bottom: -12rem;
  }
}
.s-hero-contact {
  padding-bottom: 20rem;
  position: relative;
  overflow: hidden;
}
.s-hero-contact__intro {
  margin: 10rem 0 4rem 0;
  max-width: 82rem;
}
.s-hero-contact__details {
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .s-hero-contact__details {
    font-size: 1.9rem;
  }
}
.s-hero-contact__email {
  margin-bottom: 0;
  text-decoration: none;
  color: var(--c-white);
}
.s-hero-contact__tel {
  margin-bottom: 3rem;
}
.s-hero-contact__tel a {
  color: var(--c-white);
  -webkit-text-fill-color: var(--c-white);
}
.s-hero-contact__creed-flower {
  position: absolute;
  bottom: -65rem;
  right: 4rem;
  width: 110rem;
  z-index: 1;
  opacity: 0.7;
}
@media (max-width: 1200px) {
  .s-hero-contact__creed-flower {
    width: 80rem;
    bottom: -45rem;
  }
}
@media (max-width: 900px) {
  .s-hero-contact__creed-flower {
    width: 50rem;
    bottom: -28rem;
    right: -2rem;
  }
}
@media (max-width: 767px) {
  .s-hero-contact__creed-flower {
    width: 40rem;
    bottom: -22rem;
  }
}
.s-home-hero-video {
  height: calc(100vh - 11rem);
  overflow: hidden;
}
.s-home-hero-video__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.s-home-hero-video__loop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.s-home-hero-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-white);
  padding: 2rem;
}
.s-home-hero-video__opening {
  display: flex;
  flex-direction: column;
}
@media (max-width: 980px) {
  .s-home-hero-video__opening {
    margin-bottom: 5rem;
  }
}
.s-home-hero-video__sub-heading {
  max-width: 80rem;
}
.s-hero-home {
  margin-bottom: 20rem;
  color: var(--c-white);
}
@media (max-width: 980px) {
  .s-hero-home {
    margin-top: 8rem;
  }
}
@media (max-width: 767px) {
  .s-hero-home {
    margin-top: 5rem;
  }
}
.s-hero-home__opening {
  height: calc(100vh - 11rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 980px) {
  .s-hero-home__opening {
    margin-bottom: 5rem;
  }
}
.s-hero-home__sub-heading {
  max-width: 80rem;
}
.s-hero-home__intro-text {
  max-width: 95rem;
  font-size: var(--fs-body-large);
}
@media (max-width: 980px) {
  .s-hero-home__intro-text {
    font-size: var(--fs-body);
  }
}
.s-hero-home__intro-text--bg-video-above {
  padding-top: 10rem;
}
.s-hero-home__hero-cards {
  position: relative;
  bottom: -13rem;
}
@media (max-width: 767px) {
  .s-hero-home__hero-cards {
    bottom: -12rem;
  }
}
.b-post-filter {
  margin: 8rem 0 5rem 0;
}
.b-post-filter__flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}
.b-post-filter__heading {
  margin-bottom: 0;
}
.b-post-filter .is-active {
  color: #fff;
  background-color: var(--c-purple);
  border-color: var(--c-purple);
}
.b-post-author__flex-container {
  display: flex;
  gap: 2rem;
}
.b-post-author__profile {
  flex-basis: 11.5rem;
}
.b-post-author__image img {
  display: block;
  border-radius: 1rem;
}
.b-post-author__prename {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.b-post-author__name {
  margin-bottom: 0;
  font-size: 2.4rem;
  font-family: var(--f-big-heading);
  font-weight: var(--fw-big-heading);
}
@media (max-width: 480px) {
  .b-post-author__name {
    font-size: 2.1rem;
  }
}
.b-post-author__role {
  margin-bottom: 0.5rem;
  font-size: 2.1rem;
}
@media (max-width: 480px) {
  .b-post-author__role {
    font-size: 1.8rem;
  }
}
.b-post-author__linkedin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  color: var(--c-purple);
  border: 0.1rem solid var(--c-purple);
  border-radius: 100rem;
}
.b-post-author__linkedin-icon {
  width: 1.5rem;
  fill: var(--c-purple);
  color: var(--c-purple);
}
.b-centered-text__content {
  max-width: 94rem;
  font-size: var(--fs-body-large);
}
@media (max-width: 767px) {
  .b-centered-text__content {
    font-size: var(--fs-body-mobile);
  }
}
.b-centered-text__title-group {
  margin-bottom: 4rem;
}
.b-centered-text__title {
  margin-bottom: 1.5rem;
}
.b-centered-text__text img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.content-reveal-item {
  position: relative;
  height: 41rem;
  color: var(--c-white);
  overflow: hidden;
}
@media (max-width: 767px) {
  .content-reveal-item {
    height: auto;
    color: var(--c-purple-dark);
    background: var(--c-grey);
  }
}
.content-reveal-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: -1;
}
@media (max-width: 767px) {
  .content-reveal-item::after {
    display: none;
  }
}
.content-reveal-item--active::after {
  opacity: 1;
}
.content-reveal-item--active .content-reveal-item__icon {
  transform: rotate(90deg);
}
.content-reveal-item::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(0deg, rgba(44, 44, 44, 0.7) 0%, rgba(44, 44, 44, 0) 100%);
}
@media (max-width: 767px) {
  .content-reveal-item::before {
    display: none;
  }
}
.content-reveal-item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
@media (max-width: 767px) {
  .content-reveal-item__image img {
    position: static;
    height: 20rem;
  }
}
.content-reveal-item__content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100.5rem;
  padding: 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}
.content-reveal-item__title-group {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .content-reveal-item__title-group {
    justify-content: space-between;
  }
}
.content-reveal-item__title {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .content-reveal-item__title {
    width: 100%;
  }
}
.content-reveal-item__icon {
  width: 3rem;
  transition: transform 0.2s ease;
}
.content-reveal-item__text {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out, opacity 0.1s ease-in;
  transition-delay: 0s, 0s;
}
.content-reveal-item:hover .content-reveal-item__text {
  max-height: 50rem;
  opacity: 1;
  transition: max-height 0.8s ease-out, opacity 0.2s ease-in;
  transition-delay: 0s, 0.1s;
}
.b-hero {
  margin-top: 10rem;
}
@media (max-width: 980px) {
  .b-hero {
    margin-top: 8rem;
  }
}
@media (max-width: 767px) {
  .b-hero {
    margin-top: 5rem;
  }
}
.b-hero__inner {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 5rem;
}
@media (max-width: 980px) {
  .b-hero__inner {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .b-hero__inner {
    margin-bottom: 1rem;
  }
}
.b-hero__roundel {
  min-width: 14rem;
}
@media (max-width: 767px) {
  .b-hero__roundel {
    display: none;
  }
}
.b-hero__roundel img {
  max-width: 14rem;
}
.b-hero__award-group {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  column-gap: 3rem;
}
@media (max-width: 767px) {
  .b-hero__award-group {
    column-gap: 2rem;
  }
}
.b-hero__award-logo img {
  display: block;
  width: auto;
  max-height: 4rem;
}
@media (max-width: 767px) {
  .b-hero__award-logo img {
    max-height: 2.5rem;
  }
}
.b-hero__award-text {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .b-hero__award-text {
    font-size: 1.4rem;
  }
}
.b-hero__award-text strong {
  text-transform: uppercase;
}
.b-hero__image-tag {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--c-green);
}
.b-hero__image {
  border-radius: 1rem;
}
.b-hero__image img {
  border-radius: 1rem;
}
.b-hero__category {
  text-transform: uppercase;
  color: var(--c-green);
  font-weight: bold;
}
.b-hero__featured-image {
  aspect-ratio: 1.7777777778;
  object-fit: cover;
  border-radius: 1rem;
}
.b-hero__featured-image img {
  aspect-ratio: 1.7777777778;
  object-fit: cover;
  border-radius: 1rem;
}
.b-image-collage__container {
  padding-top: 4rem;
  padding-bottom: 7.5rem;
  background: #F5F5F5;
}
.b-image-collage__grid {
  display: grid;
  grid-template-columns: 27fr 42fr 31fr;
  gap: 2rem;
}
@media (max-width: 980px) {
  .b-image-collage__grid {
    grid-template-columns: 4fr 6fr;
    grid-template-rows: auto auto;
  }
  .b-image-collage__grid > :nth-child(3) {
    grid-column: 1 / -1;
  }
}
.b-image-collage__grid-row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.b-image-collage__grid-row:first-child {
  margin-top: 3rem;
}
.b-image-collage__grid-row:last-child {
  margin-top: 4.5rem;
}
@media (max-width: 980px) {
  .b-image-collage__grid-row:last-child {
    margin-top: 0;
    flex-direction: row;
  }
}
.b-image-collage__grid-item {
  position: relative;
}
.b-image-collage__grid-item-inner {
  overflow: hidden;
  border-radius: 2.5rem;
}
.b-image-collage__grid-item-inner--shorter {
  max-width: 85%;
}
.b-image-collage__grid-image {
  display: block;
  width: 100%;
}
.b-lozenge-list__title {
  margin-bottom: 5rem;
}
.b-lozenge-list .lozenge-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.75rem;
  row-gap: 1.35rem;
  list-style: none;
}
@media (max-width: 767px) {
  .b-lozenge-list .lozenge-list {
    column-gap: 1.25rem;
    row-gap: 0rem;
  }
}
.b-lozenge-list .lozenge-list__item--no-link {
  margin: 0;
  padding: 1.5rem 6.5rem;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: var(--c-white);
  background: var(--c-purple-dark);
  border-radius: 100rem;
}
@media (max-width: 767px) {
  .b-lozenge-list .lozenge-list__item--no-link {
    padding: 0.74rem 2rem;
    font-size: 1.2rem;
  }
}
.b-lozenge-list .lozenge-list__item a {
  margin: 0;
  padding: 1.5rem 6.5rem;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: var(--c-white);
  background: var(--c-purple-dark);
  border-radius: 100rem;
}
@media (max-width: 767px) {
  .b-lozenge-list .lozenge-list__item a {
    padding: 0.74rem 2rem;
    font-size: 1.2rem;
  }
}
.b-lozenge-list .lozenge-list__item a:hover {
  background: var(--c-green);
}
.b-lozenge-list--dark {
  padding: 10rem 0;
}
.b-lozenge-list--dark .lozenge-list__item {
  color: var(--c-purple-dark);
  background: var(--c-white);
}
.b-newsletter {
  padding: 13rem 0;
}
.b-newsletter__content {
  margin: 0 auto;
  max-width: 118rem;
  text-align: center;
}
.b-newsletter__title {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .b-newsletter__title {
    margin-bottom: 3rem;
  }
}
.b-newsletter__signup {
  margin-top: 7rem;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--c-green);
}
@media (max-width: 767px) {
  .b-newsletter__signup {
    margin-top: 4rem;
  }
}
.b-people {
  padding: 10rem 0;
}
.b-people__title {
  margin-bottom: 7rem;
}
.b-people__grid {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 4rem;
  row-gap: 3rem;
  list-style: none;
}
@media (max-width: 980px) {
  .b-people__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .b-people__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.b-people__item {
  margin: 0;
}
.b-people__image {
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0.5rem;
}
.b-people__image img {
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0.5rem;
}
.b-people__name {
  margin-bottom: 0rem;
}
.b-people__role {
  margin-bottom: 0;
}
.b-people__linkedin {
  margin-top: 1rem;
  display: inline-block;
  color: var(--c-white);
}
.service-link {
  margin: 10rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5rem;
  row-gap: 2.5rem;
  align-items: center;
}
@media (max-width: 767px) {
  .service-link {
    margin: 5rem 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-link__content {
  max-width: 56rem;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .service-link__content {
    order: 2;
  }
}
@media (max-width: 480px) {
  .service-link__content {
    font-size: var(--fs-body-mobile);
  }
}
.service-link__btn-group {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  column-gap: 5rem;
  row-gap: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .service-link__btn-group {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .service-link__btn-group {
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .service-link__btn-group {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .service-link__image {
    order: 1;
  }
}
.service-link__img {
  border-radius: 1rem;
}
.service-link__img img {
  border-radius: 1rem;
}
.b-work-links {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media (max-width: 980px) {
  .b-work-links {
    margin-top: 7.5rem;
  }
}
@media (max-width: 767px) {
  .b-work-links {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.b-work-links__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .b-work-links__grid {
    grid-template-columns: 1fr;
  }
}
.work-link {
  display: block;
  position: relative;
  min-height: 48rem;
  overflow: hidden;
  text-decoration: none;
  color: var(--c-white);
  border-radius: 1rem;
}
@media (max-width: 980px) {
  .work-link {
    min-height: 40rem;
  }
}
@media (max-width: 767px) {
  .work-link {
    min-height: 35rem;
  }
}
.work-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  transition: opacity 0.3s ease;
}
.work-link__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.work-link__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.work-link__content {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.work-link__title-group {
  display: block;
  text-align: center;
}
.work-link__title {
  margin-bottom: 0.5rem;
}
.work-link__sub-title {
  margin-bottom: 0;
}
.work-link__link-group {
  display: block;
  margin-top: 1rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0s ease-out, opacity 0.2s ease-in;
  transition-delay: 0s, 0s;
}
.work-link:hover .work-link__link-group {
  max-height: 50rem;
  opacity: 1;
}
.work-link__link {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--c-green);
}
.work-link__icon {
  width: 1.8rem;
}
.b-hero-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 980px) {
  .b-hero-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .b-hero-cards__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.b-hero-cards__carousel .slick-slide {
  margin: 0 1rem;
}
.b-hero-cards__carousel .slick-list {
  margin: 0 -1rem;
  overflow: hidden;
}
.b-hero-cards__link-container {
  margin-top: 1rem;
  text-align: right;
}
.b-hero-cards__link {
  padding: 1rem 0 1rem 2rem;
  display: inline-block;
  line-height: 1;
  color: var(--c-purple-dark);
}
.b-hero-cards__link-icon {
  width: 3rem;
}
.b-hero-cards__link-icon:hover {
  color: var(--c-purple);
}
.hero-card {
  height: 42rem;
  position: relative;
  overflow: hidden;
  background: var(--c-purple-lighest);
  border-radius: 2.5rem 10rem 1rem 1rem;
}
@media (max-width: 600px) {
  .hero-card {
    min-height: 35rem;
  }
}
.hero-card--grad-overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(51, 17, 88, 0.7217480742) 100%);
}
.hero-card--grad-overlay-ltr:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: white;
  background: linear-gradient(275deg, rgba(255, 255, 255, 0) 0%, rgba(51, 17, 88, 0.7217480742) 100%);
}
.hero-card__creed-flower {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 60%;
  max-width: 20rem;
  z-index: 1;
}
.hero-card__creed-flower--opaque {
  opacity: 0.3;
}
.hero-card__bg-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}
.hero-card__content {
  padding: 2.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  height: 100%;
  z-index: 1;
  color: #fff;
}
.hero-card__sub-title {
  margin-bottom: 0;
  font-family: var(--f-small-heading);
  font-weight: var(--fw-big-heading);
}
.hero-card__title {
  margin-bottom: 0;
}
.hero-card__title--main {
  font-size: 4rem;
  line-height: 1.1;
}
.hero-card__link {
  margin-top: 2rem;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border-bottom: 0.1rem solid transparent;
}
.hero-card__link:hover {
  border-bottom: 0.1rem solid;
}
.b-more-posts-grid__inner--with-background {
  padding: 7.5rem 4rem;
}
@media (max-width: 767px) {
  .b-more-posts-grid__inner--with-background {
    padding: 5rem 2rem;
  }
}
.b-more-posts-grid__intro {
  margin-bottom: 4rem;
  max-width: 100rem;
}
.b-more-posts-grid__title {
  margin-bottom: 1.5rem;
}
.b-more-posts-grid__btn-wrap {
  margin: 7rem 0 2rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .b-more-posts-grid__btn-wrap {
    margin: 3rem 0;
  }
}
.more-posts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2rem;
  row-gap: 2.8rem;
}
@media (max-width: 980px) {
  .more-posts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .more-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .more-posts-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.more-posts-grid__link {
  text-decoration: none;
}
.more-posts-grid__link:hover {
  opacity: 0.8;
}
.more-posts-grid__image {
  margin-bottom: 1.8rem;
  display: block;
  aspect-ratio: 1.3333333333;
  object-fit: cover;
  border-radius: 1rem;
}
.more-posts-grid__image img {
  margin-bottom: 1.8rem;
  display: block;
  aspect-ratio: 1.3333333333;
  object-fit: cover;
  border-radius: 1rem;
}
.more-posts-grid__title {
  margin-bottom: 0;
}
.more-posts-grid__category {
  font-size: 1.3rem;
  text-transform: uppercase;
  color: var(--c-green);
  font-weight: bold;
}
@media (max-width: 480px) {
  .more-posts-grid__category {
    font-size: 1.2rem;
  }
}
.b-insights-posts-grid__btn-wrap {
  margin: 7rem 0 2rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .b-insights-posts-grid__btn-wrap {
    margin: 3rem 0;
  }
}
.insights-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  row-gap: 2.8rem;
}
@media (max-width: 767px) {
  .insights-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .insights-posts-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.insights-posts-grid__link {
  display: block;
  text-decoration: none;
}
.insights-posts-grid__link:hover {
  opacity: 0.8;
}
.insights-posts-grid__image {
  margin-bottom: 1.25rem;
  display: block;
  aspect-ratio: 1.7777777778;
  object-fit: cover;
  border-radius: 1rem;
}
.insights-posts-grid__image img {
  margin-bottom: 1.25rem;
  display: block;
  aspect-ratio: 1.7777777778;
  object-fit: cover;
  border-radius: 1rem;
}
.insights-posts-grid__title {
  margin-bottom: 0;
}
.insights-posts-grid__category {
  margin-bottom: 1.25rem;
  padding: 0.25rem 1rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--c-green);
  border-radius: 100rem;
  border: 0.1rem solid var(--c-green);
}
.insights-posts-grid__more {
  margin-bottom: 0;
  font-size: 1.3rem;
}
.b-pinned-posts {
  margin-top: 10rem;
}
@media (max-width: 980px) {
  .b-pinned-posts {
    margin-top: 7.5rem;
  }
}
@media (max-width: 767px) {
  .b-pinned-posts {
    margin-top: 3rem;
  }
}
.b-pinned-posts__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .b-pinned-posts__grid {
    grid-template-columns: 1fr;
  }
}
.pinned-post {
  height: 30rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  border-radius: 1rem;
}
.pinned-post:hover {
  opacity: 0.9;
}
.pinned-post::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  transition: opacity 0.3s ease;
}
.pinned-post--no-image::before {
  display: none;
}
.pinned-post__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  border-radius: 1rem;
}
.pinned-post__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  border-radius: 1rem;
}
.pinned-post__image--placeholder {
  object-position: right;
}
.pinned-post__content {
  padding: 2rem 3rem;
  z-index: 1;
}
.pinned-post__title {
  margin-bottom: 1rem;
  font-size: 2.7rem;
  line-height: 1.2;
  text-decoration: none;
}
.pinned-post__category {
  margin-bottom: 1.25rem;
  padding: 0.25rem 1rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--c-green);
  border-radius: 100rem;
  border: 0.1rem solid var(--c-green);
}
.pinned-post__more {
  margin-bottom: 0;
  font-size: 1.3rem;
}
.b-report-download__content {
  padding: 8%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 15rem;
  row-gap: 2.5rem;
  border-radius: 1rem;
}
@media (max-width: 980px) {
  .b-report-download__content {
    column-gap: 7.5rem;
  }
}
@media (max-width: 767px) {
  .b-report-download__content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .b-report-download__form {
    order: 2;
  }
}
.b-report-download__form-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .b-report-download__image {
    order: 1;
  }
}
.b-report-download__image img {
  margin: 0 auto;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .b-report-download__image img {
    max-width: 40rem;
    aspect-ratio: 1;
    object-fit: cover;
  }
}
.b-text-image-stack__inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 6rem;
  max-width: 118rem;
}
@media (max-width: 767px) {
  .b-text-image-stack__inner {
    flex-direction: column;
    gap: 3rem;
  }
}
.b-text-image-stack__text {
  flex: 1;
}
@media (max-width: 767px) {
  .b-text-image-stack__text {
    order: 2;
  }
}
.b-text-image-stack__text p:last-of-type {
  margin-bottom: 0;
}
.b-text-image-stack__image {
  flex: 1;
}
.b-text-image-stack__image--reverse {
  order: 2;
}
@media (max-width: 767px) {
  .b-text-image-stack__image--reverse {
    order: 1;
  }
}
.b-text-image-stack__image img {
  border-radius: 1rem;
}
.b-cta__inner {
  padding: 8rem 0;
}
.b-cta__content {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 118rem;
  text-align: center;
}
.b-cta__title {
  margin-bottom: 1.5rem;
}
.b-cta__btn {
  margin-top: 3rem;
}
.b-faqs {
  padding: 13rem 0;
}
@media (max-width: 980px) {
  .b-faqs {
    padding: 7.5rem 0;
  }
}
.b-faqs__inner {
  display: grid;
  grid-template-columns: 4fr 3fr;
  column-gap: 3rem;
  row-gap: 2rem;
}
@media (max-width: 767px) {
  .b-faqs__inner {
    grid-template-columns: 1fr;
  }
}
.b-faqs__icon {
  margin-bottom: 3rem;
  max-width: 17rem;
}
.b-faqs__icon img {
  margin-bottom: 3rem;
  max-width: 17rem;
}
.faq-accordion {
  margin: 0;
  list-style: none;
}
.faq-accordion__item {
  margin-bottom: 0;
  border-bottom: 0.1rem solid;
}
.faq-accordion__item.active .faq-accordion__icon {
  transform: rotate(90deg);
}
.faq-accordion__question {
  padding: 1.5rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 1.5rem;
  width: 100%;
  font-size: 2.4rem;
  text-align: left;
  color: var(--c-white);
  background: none;
  border: none;
  cursor: pointer;
}
.faq-accordion__icon {
  max-width: 3rem;
  color: var(--c-green);
  transition: transform 0.2s ease;
}
.faq-accordion__answer {
  display: none;
}
.b-icon-grid__title {
  margin-bottom: 4rem;
}
.icon-grid__grid {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  list-style: none;
}
@media (max-width: 767px) {
  .icon-grid__grid {
    grid-template-columns: 1fr;
  }
}
.icon-grid__item {
  margin: 0;
  padding: 5rem 2rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  background: var(--c-grey);
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .icon-grid__item {
    padding: 2.5rem 2rem;
  }
}
.icon-grid__icon {
  display: flex;
  justify-content: center;
  flex: 2;
}
.icon-grid__icon img {
  width: auto;
  max-height: 10rem;
}
.icon-grid__content {
  flex: 12;
}
.icon-grid__content p:last-of-type {
  margin-bottom: 0;
}
.icon-grid__title {
  margin-bottom: 1.5rem;
}
.image-carousel {
  padding: 10rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .image-carousel {
    padding: 5rem 0;
  }
}
.image-carousel .slick-list {
  margin: 0 7%;
  border-radius: 1rem;
}
.image-carousel .slick-slide {
  margin: 0 1rem;
}
.image-carousel .slick-prev {
  width: 3rem;
  left: 2rem;
}
@media (max-width: 900px) {
  .image-carousel .slick-prev {
    left: 0;
  }
}
@media (max-width: 500px) {
  .image-carousel .slick-prev {
    width: 2.5rem;
  }
}
.image-carousel .slick-next {
  width: 3rem;
  right: 2rem;
}
@media (max-width: 900px) {
  .image-carousel .slick-next {
    right: 0;
  }
}
@media (max-width: 500px) {
  .image-carousel .slick-next {
    width: 2.5rem;
  }
}
.image-carousel .slick-arrow.slick-disabled {
  opacity: 0.25;
}
.image-carousel__item {
  overflow: hidden;
  border-radius: 1rem;
}
.image-carousel__img {
  margin: 0;
  padding: 0;
  display: block;
}
.b-stats--remove-bottom-margin {
  margin-bottom: 0 !important;
}
.b-stats--dark {
  padding: 10rem 0;
}
.b-stats__intro {
  margin: 0 auto 6rem auto;
  font-size: 1.8rem;
}
.b-stats__title {
  margin-bottom: 1rem;
}
.b-stats__grid {
  margin: 0 auto;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 2rem;
  list-style: none;
}
@media (max-width: 1100px) {
  .b-stats__grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: unset;
  }
}
@media (max-width: 767px) {
  .b-stats__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .b-stats__grid {
    grid-template-columns: 1fr;
  }
}
.b-stats__item {
  margin: 0;
  padding: 4rem 2rem;
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  justify-content: top;
  color: var(--c-purple-dark);
  background: var(--c-grey);
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .b-stats__item {
    padding: 4rem 2rem;
    min-height: 15rem;
  }
}
@media (max-width: 480px) {
  .b-stats__item {
    align-items: center;
  }
}
.b-stats__number {
  margin-bottom: 0.5rem;
}
.b-stats__number-suffix {
  font-size: 3rem;
}
.b-stats__desc {
  margin-bottom: 0;
  font-size: 2.1rem;
}
.b-text-image__inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 6rem;
  max-width: 118rem;
}
@media (max-width: 767px) {
  .b-text-image__inner {
    flex-direction: column;
    gap: 3rem;
  }
}
.b-text-image__text {
  flex: 1;
}
@media (max-width: 767px) {
  .b-text-image__text {
    order: 2;
  }
}
.b-text-image__text p:last-of-type {
  margin-bottom: 0;
}
.b-text-image__image {
  flex: 1;
}
.b-text-image__image--reverse {
  order: 2;
}
@media (max-width: 767px) {
  .b-text-image__image--reverse {
    order: 1;
  }
}
.b-text-image__image img {
  border-radius: 1rem;
}
.b-text__title {
  margin-bottom: 1.5rem;
}
.b-video__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1.7777777778;
  overflow: hidden;
  border-radius: 1rem;
  background: var(--c-purple);
}
.b-video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.b-video__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.b-video__loop {
  position: absolute;
  top: 0;
}
.b-video__play-btn {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--c-white);
}
.b-video__play-btn:hover {
  opacity: 0.9;
}
.b-video__play-btn span {
  display: inline-block;
  background: var(--c-purple);
  border-radius: 100rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .b-video__play-btn span {
    padding: 1rem;
  }
}
.b-video__play-btn-icon {
  position: relative;
  left: 0.3rem;
  top: 0.2rem;
  fill: var(--c-white);
  width: 7.5rem;
}
@media (max-width: 767px) {
  .b-video__play-btn-icon {
    width: 5rem;
  }
}
.b-video__caption {
  margin: 2rem 0;
  display: block;
  text-align: center;
}
@media (max-width: 480px) {
  .b-video__caption {
    font-size: 1.4rem !important;
  }
}
.image-grid {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (max-width: 980px) {
  .image-grid {
    margin-bottom: 1rem;
    gap: 1rem;
  }
}
.image-grid--2pr {
  grid-template-columns: 1fr 1fr;
}
.image-grid--3pr {
  grid-template-columns: 1fr 1fr 1fr;
}
.image-grid--4pr {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .image-grid--4pr {
    grid-template-columns: 1fr 1fr;
  }
}
.image-grid__picture img {
  border-radius: 1rem;
}
@media (max-width: 980px) {
  .image-grid__picture img {
    border-radius: 0.5rem;
  }
}
.b-phone-gallery {
  position: relative;
}
.b-phone-gallery__grid {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.b-phone-gallery__grid img {
  width: 28.6rem;
}
@media (max-width: 980px) {
  .b-phone-gallery__grid img {
    width: 22rem;
  }
}
@media (max-width: 767px) {
  .b-phone-gallery__grid img {
    width: 18rem;
  }
}
@media (max-width: 480px) {
  .b-phone-gallery__grid img {
    width: 10rem;
  }
}
.b-phone-gallery__text {
  margin: 2rem auto;
  max-width: 60rem;
  background: white;
}
