.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../assets/src/sass/main.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  display: inline-block;
  vertical-align: top;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* Responsive media elements so that images and embeds scale with the browser width */
img,
embed,
object,
audio,
video {
  max-width: 100%;
  height: auto;
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

@font-face {
  font-family: "Proxima Nova Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../woff2/proximanovareg.woff2") format("woff2"), url("../woff/proximanovareg.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../woff2/proximanovabold.woff2") format("woff2"), url("../woff/proximanovabold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nunito Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../woff2/nunito-bold.woff2") format("woff2"), url("../woff/nunito-bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../woff2/poppins-light.woff2") format("woff2"), url("../woff/poppins-light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../woff2/poppins-regular.woff2") format("woff2"), url("../woff/poppins-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../woff2/poppins-medium.woff2") format("woff2"), url("../woff/poppins-medium.woff") format("woff");
  font-display: swap;
}
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-y: unset;
}

body {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  color: #202830;
  font-family: "Nunito Bold", sans-serif;
  font-size: 62.5%;
  text-align: left;
  overflow-x: hidden;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}
body.single-product {
  background-color: #fff;
}
body.no-scroll {
  overflow-y: hidden;
}

* {
  font-synthesis: inherit;
}
*, *::before, *::after {
  box-sizing: inherit;
}

address {
  font-size: inherit;
  font-style: inherit;
}

figure {
  margin: 0;
}

.touch {
  cursor: pointer;
}

::selection {
  color: #fff;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.skip-link {
  position: absolute;
  left: 0;
  z-index: 1090;
  padding: 4px;
  background: #fff;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  transform: translateY(-100%);
}

.skip-link:focus {
  transform: translateY(0%);
}

.main {
  position: relative;
  z-index: 1020;
  min-height: 80vh;
  margin-top: -10px;
}
@media (min-width: 64.063em) {
  .main {
    padding-top: 0;
  }
  .main .page-content > div:last-child {
    padding-bottom: 210px;
  }
}

@media (min-width: 64.063em) {
  .case-studies {
    padding-bottom: 120px;
  }
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.t1 {
  font-size: 3.2rem;
  line-height: 4rem;
}
@media (min-width: 50em) {
  .t1 {
    font-size: 7.2rem;
    line-height: 8rem;
  }
}

h1 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media (min-width: 50em) {
  h1 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

h2 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media (min-width: 50em) {
  h2 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

h3 {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (min-width: 50em) {
  h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

h4 {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
@media (min-width: 50em) {
  h4 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
  transition: all 100ms ease-out;
}
h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible {
  outline: 1px dashed #039BE5;
}

button:focus-visible {
  outline: 1px dashed #039BE5;
}

p {
  margin-bottom: 0;
  color: inherit;
  font-family: inherit;
  line-height: 1.4;
}

ul, ol {
  margin-bottom: 0;
  padding: 0;
}

::selection {
  background-color: #7B1FA2;
  color: #fff;
}

.c-header--white .c-navigation .c-navigation__link {
  color: #313C47;
}
.c-header--white .e-burger .e-burger__text {
  color: #313C47;
}

.c-utility-bar {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8rem;
}
.c-utility-bar a {
  color: #fff;
}

.c-utility--mobile .c-utility__link {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
}

.c-navigation .c-navigation__link {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
}
.c-navigation .c-navigation__children .c-navigation__link {
  color: #313C47;
}
@media (min-width: 64.063em) {
  .c-navigation .c-navigation__link {
    color: #fff;
  }
}

.c-nav-head {
  font-weight: bold;
}
.c-nav-head .c-nav-head__section-title {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.c-nav-head .c-nav-head__menu-close {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.c-mega-nav .c-mega-nav__primary-link {
  color: #313C47;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
}
.c-mega-nav .c-mega-nav__secondary-item-title {
  color: #313C47;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
}
.c-mega-nav .c-mega-nav__secondary-link {
  color: #313C47;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.c-hero {
  color: #fff;
}
.c-hero .c-hero__content {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
}
.c-hero .c-hero__content a {
  color: #fff;
}
@media (min-width: 50em) {
  .c-hero .c-hero__content {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.c-hero--post .c-hero__category {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.c-hero--post .c-hero__main {
  text-align: center;
}
.c-hero--post .c-hero__meta span {
  color: #313C47;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.c-hero--standard .c-hero__category {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.c-hero--standard .c-hero__meta span {
  color: #313C47;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.c-hero--furniture .c-hero__title {
  font-size: 3.2rem;
  line-height: 4rem;
}
@media (min-width: 64.063em) {
  .c-hero--furniture .c-hero__title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

.c-sub-hero .c-sub-hero__heading {
  color: #fff;
  text-align: center;
}
.c-sub-hero .c-sub-hero__content {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
}
@media (min-width: 64.063em) {
  .c-sub-hero .c-sub-hero__content {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.c-wysiwyg {
  font-family: "Poppins", sans-serif;
}
.c-wysiwyg div {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
}
.c-wysiwyg h2, .c-wysiwyg h3, .c-wysiwyg h4 {
  margin-bottom: 24px;
  font-family: "Nunito Bold", sans-serif;
}
.c-wysiwyg p {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
}
.c-wysiwyg p:last-child {
  margin-bottom: 0;
}
.c-wysiwyg ul li {
  list-style-type: disc;
}
.c-wysiwyg ul, .c-wysiwyg ol {
  margin-bottom: 24px;
  padding-left: 24px;
}
.c-wysiwyg ul li, .c-wysiwyg ol li {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
}
.c-wysiwyg a {
  text-decoration: underline;
}
.c-wysiwyg a:hover {
  color: #5C7083;
}
.c-wysiwyg b, .c-wysiwyg strong {
  font-weight: bold;
}
.c-wysiwyg .alignleft {
  float: left;
  padding-right: 16px;
  padding-bottom: 16px;
}
.c-wysiwyg .aligncenter {
  display: block;
  margin: 0 auto;
}
.c-wysiwyg .alignright {
  float: right;
  padding-bottom: 16px;
  padding-left: 16px;
}
.c-media .c-media__caption {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8rem;
  text-align: center;
}

.pagination {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.c-footer {
  color: #fff;
}
.c-footer .c-footer__about {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.8rem;
}
.c-footer .c-footer__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
}
.c-footer .c-footer__secondary {
  color: #313C47;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
}
.c-footer .c-footer__copyright,
.c-footer .c-footer__website {
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: center;
}
.c-footer .c-footer__local li a {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
}
.c-footer .c-footer__section {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.c-footer .c-footer__contact-item {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8rem;
}
.c-footer .c-footer__contact-item .c-footer__contact-item-title {
  font-weight: 500;
}
.c-footer .c-footer__nav .c-footer__nav-link {
  color: #313C47;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media (min-width: 64.063em) {
  .c-footer .c-footer__about {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .c-footer .c-footer__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .c-footer .c-footer__contact-item {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .c-footer .c-footer__copyright,
  .c-footer .c-footer__website {
    text-align: left;
  }
}

.e-card {
  font-size: #313C47;
}
.e-card .e-card__excerpt {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.e-burger .e-burger__text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8rem;
}

.e-cta-button {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
}
.u-add-bottom-margin {
  margin-bottom: 60px;
}
@media (min-width: 40.063em) {
  .u-add-bottom-margin {
    margin-bottom: 80px;
  }
}
@media (min-width: 64.063em) {
  .u-add-bottom-margin {
    margin-bottom: 120px;
  }
}

.container, .block {
  position: relative;
  width: 100%;
}
.container .container__inner, .container .block__inner, .block .container__inner, .block .block__inner {
  position: relative;
  z-index: 1050;
  max-width: 1168px;
  padding: 0 16px;
}
@media (min-width: 40.063em) {
  .container .container__inner, .container .block__inner, .block .container__inner, .block .block__inner {
    margin: 0 auto;
  }
}
@media (min-width: 64.063em) {
  .container .container__inner, .container .block__inner, .block .container__inner, .block .block__inner {
    padding: 0 24px;
  }
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
@media (min-width: 64.063em) {
  .grid {
    margin-right: -16px;
    margin-left: -16px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col {
    padding: 0 16px;
  }
}

.col-1 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 8.3333333333%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-1 {
    padding: 0 16px;
  }
}

.col-2 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 16.6666666667%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-2 {
    padding: 0 16px;
  }
}

.col-3 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 25%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-3 {
    padding: 0 16px;
  }
}

.col-4 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 33.3333333333%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-4 {
    padding: 0 16px;
  }
}

.col-5 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 41.6666666667%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-5 {
    padding: 0 16px;
  }
}

.col-6 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 50%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-6 {
    padding: 0 16px;
  }
}

.col-7 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 58.3333333333%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-7 {
    padding: 0 16px;
  }
}

.col-8 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 66.6666666667%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-8 {
    padding: 0 16px;
  }
}

.col-9 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 75%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-9 {
    padding: 0 16px;
  }
}

.col-10 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 83.3333333333%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-10 {
    padding: 0 16px;
  }
}

.col-11 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 91.6666666667%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-11 {
    padding: 0 16px;
  }
}

.col-12 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 100%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-12 {
    padding: 0 16px;
  }
}

@media (min-width: 22.438em) {
  .col-sm-0 {
    width: 0%;
    padding-right: 0;
    padding-left: 0;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .order-sm-1 {
    order: 1;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .order-sm-2 {
    order: 2;
  }
  .col-sm-3 {
    width: 25%;
  }
  .order-sm-3 {
    order: 3;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .order-sm-4 {
    order: 4;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .order-sm-5 {
    order: 5;
  }
  .col-sm-6 {
    width: 50%;
  }
  .order-sm-6 {
    order: 6;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .order-sm-7 {
    order: 7;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .order-sm-8 {
    order: 8;
  }
  .col-sm-9 {
    width: 75%;
  }
  .order-sm-9 {
    order: 9;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .order-sm-10 {
    order: 10;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .order-sm-11 {
    order: 11;
  }
  .col-sm-12 {
    width: 100%;
  }
  .order-sm-12 {
    order: 12;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
}
@media (min-width: 40.063em) {
  .col-md-0 {
    width: 0%;
    padding-right: 0;
    padding-left: 0;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .order-md-1 {
    order: 1;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .order-md-2 {
    order: 2;
  }
  .col-md-3 {
    width: 25%;
  }
  .order-md-3 {
    order: 3;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .order-md-4 {
    order: 4;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .order-md-5 {
    order: 5;
  }
  .col-md-6 {
    width: 50%;
  }
  .order-md-6 {
    order: 6;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .order-md-7 {
    order: 7;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .order-md-8 {
    order: 8;
  }
  .col-md-9 {
    width: 75%;
  }
  .order-md-9 {
    order: 9;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .order-md-10 {
    order: 10;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .order-md-11 {
    order: 11;
  }
  .col-md-12 {
    width: 100%;
  }
  .order-md-12 {
    order: 12;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
}
@media (min-width: 64.063em) {
  .col-lg-0 {
    width: 0%;
    padding-right: 0;
    padding-left: 0;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .order-lg-1 {
    order: 1;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .order-lg-2 {
    order: 2;
  }
  .col-lg-3 {
    width: 25%;
  }
  .order-lg-3 {
    order: 3;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .order-lg-4 {
    order: 4;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .order-lg-5 {
    order: 5;
  }
  .col-lg-6 {
    width: 50%;
  }
  .order-lg-6 {
    order: 6;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .order-lg-7 {
    order: 7;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .order-lg-8 {
    order: 8;
  }
  .col-lg-9 {
    width: 75%;
  }
  .order-lg-9 {
    order: 9;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .order-lg-10 {
    order: 10;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .order-lg-11 {
    order: 11;
  }
  .col-lg-12 {
    width: 100%;
  }
  .order-lg-12 {
    order: 12;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.align-base {
  align-items: flex-end;
}

@media (min-width: 64.063em) {
  .pr-off {
    padding-right: 0;
  }
}

.o-row {
  width: 100%;
  margin-bottom: 30px;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 40.063em) {
  .o-row {
    padding-right: 35px;
    padding-left: 35px;
  }
}
@media (min-width: 75em) {
  .o-row {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 40.063em) {
  .o-row {
    margin-bottom: 35px;
  }
}
@media (min-width: 50em) {
  .o-row {
    margin-bottom: 40px;
  }
}
@media (min-width: 75em) {
  .o-row {
    margin-bottom: 50px;
  }
}
@media (min-width: 83.75em) {
  .o-row {
    margin-bottom: 60px;
  }
}
@media (min-width: 0) and (max-width: 40.063em) {
  .o-row--mobile-loose {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.o-row--no-margin {
  margin: 0px;
}
.o-row--no-margin__bottom {
  margin-bottom: 0px;
}
.o-row--no-padding {
  padding: 0px;
}
.o-row--no-padding__left {
  padding-left: 0px;
}
.o-row--no-padding__right {
  padding-right: 0px;
}

.o-grid-container {
  max-width: 1168px;
  margin-right: auto;
  margin-left: auto;
}
.o-grid-container--full-width {
  max-width: unset;
}

.container__spacing {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 64.063em) {
  .container__spacing {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.container__spacing--no-spacing {
  padding-bottom: 0;
}

.container__color--grey {
  background-color: #F6F6F6;
}
.container__color--pink {
  position: relative;
}
.container__color--pink:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 100%);
  content: "";
  opacity: 0.1;
}

.c-header {
  position: fixed;
  z-index: 1040;
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.8) 0%, rgba(34, 34, 34, 0) 100%);
  transition: all 0.3s;
}
.c-header:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
  content: "";
}
@media (min-width: 64.063em) {
  .c-header:before {
    position: absolute;
    top: 32px;
    z-index: 1060;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
    transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    opacity: 0;
    content: "";
  }
}

.c-header--shrink {
  transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-header--shrink .c-header__inner {
  padding-top: 4px;
}
@media (min-width: 64.063em) {
  .c-header--shrink:before {
    transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    opacity: 1;
  }
  .c-header--shrink .c-header-main {
    height: 80px;
    transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
}

.c-header-main {
  transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-header-main .c-header-main__container {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}
.c-header-main .c-header-main__logo-container {
  display: flex;
  align-items: center;
}
.c-header-main .c-header-main__logo .c-header-main__logo-image {
  display: none;
  height: 24px;
}
.c-header-main .c-header-main__logo .c-header-main__logo-image--alt {
  display: block;
}
.c-header-main .c-header__partner-logo {
  margin-left: 16px;
}
.c-header-main .c-header__partner-logo img {
  width: 100%;
  max-width: 90px;
}
@media (min-width: 64.063em) {
  .c-header-main .c-header__partner-logo {
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid #C2C2C2;
  }
  .c-header-main .c-header__partner-logo img {
    max-width: 200px;
  }
}
.c-header-main .c-header-main__menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1090;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-header-main .c-header-main__menu:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
  content: "";
}
.c-header-main .c-header-main__menu.open {
  transform: translateX(0%);
  transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-header-main .c-header-main__search {
  margin-right: 16px;
  margin-left: auto;
}
.c-header-main .c-header-main__contact-btn {
  display: none;
}
@media (min-width: 64.063em) {
  .c-header-main {
    height: 96px;
  }
  .c-header-main .c-header-main__container {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .c-header-main .c-header-main__logo {
    display: flex;
    align-items: center;
  }
  .c-header-main .c-header-main__logo .c-header-main__logo-image {
    height: 48px;
  }
  .c-header-main .c-header-main__menu {
    position: relative;
    display: block;
    margin-left: auto;
    background-color: transparent;
    transform: translateX(0);
  }
  .c-header-main .c-header-main__menu:before {
    display: none;
  }
  .c-header-main .c-header-main__menu.open {
    display: inline-block;
    transform: translateX(0);
  }
  .c-header-main .c-header-main__search {
    z-index: 1100;
    display: flex;
    align-items: center;
    margin: 0 16px;
  }
  .c-header-main .c-header-main__contact-btn {
    display: flex;
    align-items: center;
  }
}

.c-header--white {
  background-color: #fff;
  background-image: none;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 2px 0px, rgba(0, 0, 0, 0.08) 0px 6px 4px -4px;
}
.c-header--white .c-header-main__logo .c-header-main__logo-image {
  display: block;
}
.c-header--white .c-header-main__logo .c-header-main__logo-image--alt {
  display: none;
}
.c-header--white .e-search__toggle {
  background-image: url("../svg/icon-search.svg");
}
@media (min-width: 64.063em) {
  .c-header--white .e-search__toggle {
    border: 2px solid #E81F63;
  }
  .c-header--white .e-search__toggle:hover {
    border: 2px solid #fff;
  }
}
.c-header--white .e-burger .e-burger__box {
  background-color: #E81F63;
}
.c-header--white .e-burger .e-burger__box:before, .c-header--white .e-burger .e-burger__box:after {
  background-color: #E81F63;
}

.c-header--landing .c-header-main__contact-btn {
  display: flex;
}

.c-footer {
  z-index: 1010;
  margin-top: -20px;
  position: relative;
}
.c-footer:before {
  top: 0;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 4.4%;
  background-image: url("../svg/outsidetop-black.svg");
  background-size: cover;
  content: "";
}
.c-footer .c-footer__primary {
  padding: 24px 0;
  background-color: #202830;
}
.c-footer .c-footer__details {
  margin-bottom: 24px;
}
.c-footer .c-footer__logo {
  margin-bottom: 16px;
}
.c-footer .c-footer__logo img {
  width: 72px;
}
.c-footer .c-footer__social {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 24px;
}
.c-footer .c-footer__social .c-footer__social-item {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 6px;
}
.c-footer .c-footer__section {
  margin: 0;
  margin-right: -16px;
  margin-left: -16px;
  padding: 0 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.c-footer .c-footer__section .c-footer__section-content {
  max-height: 0;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.5, 1, 0.89, 1);
}
.c-footer .c-footer__section .c-footer__title:after {
  transform: rotate(0deg);
  transition: all 300ms cubic-bezier(0.5, 1, 0.89, 1);
}
.c-footer .c-footer__section.c-accordion__item--active {
  border-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 8px 8px -4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 64.063em) {
  .c-footer .c-footer__section.c-accordion__item--active {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08), 0 24px 40px -4px rgba(0, 0, 0, 0.1);
  }
}
.c-footer .c-footer__section.c-accordion__item--active .c-footer__title:after {
  transform: rotate(45deg);
  transition: all 300ms cubic-bezier(0.5, 1, 0.89, 1);
}
.c-footer .c-footer__section.c-accordion__item--active .c-footer__section-content {
  max-height: 1000px;
}
.c-footer .c-footer__section--end {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.c-footer .c-footer__section-head {
  padding: 16px 0;
}
.c-footer .c-footer__section-head .c-footer__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-footer .c-footer__section-head .c-footer__title:after {
  width: 12px;
  height: 12px;
  background-image: url("../svg/icon-plus.svg");
  content: "";
}
.c-footer .c-footer__local {
  padding: 0px 24px 16px;
  column-count: 1;
}
.c-footer .c-footer__local .c-footer__local-item {
  margin-bottom: 16px;
}
.c-footer .c-footer__local .c-footer__local-item:before {
  display: inline-block;
  width: 1.4em;
  margin-left: -1em;
  color: #E81F63;
  font-weight: bold;
  content: "•";
}
.c-footer .c-footer__contact-item {
  margin-bottom: 16px;
}
.c-footer .c-footer__buttons .c-footer__button {
  margin-bottom: 16px;
}
.c-footer .c-footer__secondary {
  position: relative;
  padding: 24px 0 16px;
}
.c-footer .c-footer__secondary:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
}
.c-footer .c-footer__copyright {
  margin-bottom: 6px;
}
.c-footer .c-footer__nav {
  margin: 0 0 16px;
  margin-right: -16px;
  margin-left: -16px;
  padding: 0 16px 16px;
  border-bottom: 1px solid #EBEBEB;
  text-align: center;
}
.c-footer .c-footer__nav .c-footer__nav-item {
  margin-bottom: 6px;
}
.c-footer .c-footer__nav .c-footer__nav-link {
  transition: opacity 300ms cubic-bezier(0.5, 1, 0.89, 1);
}
.c-footer .c-footer__nav .c-footer__nav-link:hover {
  opacity: 0.9;
}
@media (min-width: 40.063em) {
  .c-footer .c-footer__local {
    column-count: 2;
  }
}
@media (min-width: 64.063em) {
  .c-footer {
    z-index: 1020;
    margin-top: -90px;
  }
  .c-footer .c-footer__inner {
    max-width: 1312px;
    padding: 0 24px;
  }
  .c-footer .c-footer__primary {
    padding: 80px 0 120px;
  }
  .c-footer .c-footer__details {
    margin-bottom: 0;
  }
  .c-footer .c-footer__logo {
    margin-bottom: 32px;
  }
  .c-footer .c-footer__logo img {
    width: 143px;
  }
  .c-footer .c-footer__social {
    justify-content: flex-start;
    margin-top: 32px;
  }
  .c-footer .c-footer__social .c-footer__social-item {
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-right: 16px;
    padding: 14px;
    border: 2px solid #fff;
    border-radius: 24px;
  }
  .c-footer .c-footer__section {
    margin: 0;
    padding: 0;
    border: none;
  }
  .c-footer .c-footer__section.c-accordion__item--active {
    box-shadow: none;
  }
  .c-footer .c-footer__section .c-footer__section-content {
    max-height: none;
  }
  .c-footer .c-footer__section-head {
    margin-bottom: 16px;
    padding: 0;
  }
  .c-footer .c-footer__section-head .c-footer__title:after {
    display: none;
  }
  .c-footer .c-footer__local {
    padding-left: 16px;
    column-count: 2;
  }
  .c-footer .c-footer__contact-item {
    margin-bottom: 14px;
  }
  .c-footer .c-footer__contact-item:last-child {
    margin-bottom: 0;
  }
  .c-footer .c-footer__buttons {
    margin-top: 32px;
  }
  .c-footer .c-footer__buttons .c-footer__button {
    margin-bottom: 16px;
  }
  .c-footer .c-footer__buttons .c-footer__button:last-child {
    margin-bottom: 0;
  }
  .c-footer .c-footer__secondary {
    padding: 38px 0 32px;
  }
  .c-footer .c-footer__nav {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .c-footer .c-footer__nav .c-footer__nav-item {
    margin-bottom: 0;
    margin-left: 14px;
    padding-left: 14px;
    border-left: 1px solid #313C47;
  }
  .c-footer .c-footer__nav .c-footer__nav-item:first-child {
    margin: 0;
    padding: 0;
    border: none;
  }
}

.c-utility-bar {
  display: none;
  background-color: #202830;
}
.c-utility-bar .c-utility-bar__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
}
.c-utility-bar .c-utility-bar__contact {
  display: flex;
}
.c-utility-bar .c-utility-bar__contact-item {
  margin-right: 24px;
}
.c-utility-bar .c-utility-bar__contact-item .c-utility-bar__link {
  transition: opacity 300ms cubic-bezier(0.5, 1, 0.89, 1);
}
.c-utility-bar .c-utility-bar__contact-item .c-utility-bar__link:hover {
  opacity: 0.9;
}
@media (min-width: 64.063em) {
  .c-utility-bar {
    display: block;
  }
}

.c-utility .c-utility__list {
  display: flex;
}
@media (min-width: 64.063em) {
  .c-utility .c-utility__list {
    margin-right: -21px;
  }
}
.c-utility .c-utility__item {
  margin-right: 24px;
}
@media (min-width: 64.063em) {
  .c-utility .c-utility__item.for-mobile {
    display: none;
  }
}
.c-utility .c-utility__item .c-utility__link {
  transition: opacity 300ms cubic-bezier(0.5, 1, 0.89, 1);
}
.c-utility .c-utility__item .c-utility__link:hover {
  opacity: 0.9;
}

.c-utility--mobile .c-utility__list {
  display: block;
  height: 100%;
}
.c-utility--mobile .c-utility__list .c-utility__item {
  position: relative;
  margin-right: 0;
}
.c-utility--mobile .c-utility__list .c-utility__item .c-utility__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 0 0 24px;
  border-bottom: 1px solid #EBEBEB;
}
@media (min-width: 64.063em) {
  .c-utility--mobile {
    display: none;
  }
}

.c-nav-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 16px 24px;
  background-color: #202830;
  color: #fff;
}
.c-nav-head:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
  content: "";
}
.c-nav-head .c-nav-head__section-title--sub {
  display: flex;
  align-items: center;
}
.c-nav-head .c-nav-head__section-title--sub:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url("../svg/icon-arrow-l-white.svg");
}
.c-nav-head .c-nav-head__menu-close {
  position: relative;
  padding-right: 20px;
}
.c-nav-head .c-nav-head__menu-close:after {
  position: absolute;
  top: 4px;
  right: 0;
  width: 12px;
  height: 12px;
  background-image: url("../svg/icon-plus.svg");
  background-size: contain;
  transform: rotate(45deg);
  content: "";
}
@media (min-width: 64.063em) {
  .c-nav-head {
    display: none;
  }
}

.c-navigation .c-navigation__list {
  height: 100%;
}
.c-navigation .c-navigation__list .c-navigation__item {
  position: relative;
}
@media (min-width: 64.063em) {
  .c-navigation .c-navigation__list .c-navigation__item.for-mobile {
    display: none;
  }
}
.c-navigation .c-navigation__list .c-navigation__item .c-navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 0 0 24px;
  border-bottom: 1px solid #EBEBEB;
}
.c-navigation .c-navigation__list .c-navigation__item .icon {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 56px;
  height: 56px;
  background-image: url("../svg/icon-arrow-r.svg");
  background-position: center;
  background-size: 16px 16px;
}
.c-navigation .c-navigation__list .c-navigation__item.menu-item-has-children .icon {
  display: inline-block;
}
.c-navigation .c-navigation__list .c-navigation__children {
  position: fixed;
  top: 0;
  z-index: 1040;
  width: 100%;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-navigation .c-navigation__list .c-navigation__children.open {
  height: 100%;
  background-color: #fff;
  transform: translateX(0%);
  transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  overflow-y: scroll;
}
@media (min-width: 64.063em) {
  .c-navigation {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .c-navigation .c-navigation__list {
    display: flex;
    padding: 0;
  }
  .c-navigation .c-navigation__list .c-navigation__children {
    top: 56px;
  }
  .c-navigation .c-navigation__list .c-navigation__item {
    position: relative;
  }
  .c-navigation .c-navigation__list .c-navigation__item .c-navigation__link {
    height: 100%;
    padding: 0 12px;
    border: none;
    transition: opacity 300ms cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-navigation .c-navigation__list .c-navigation__item .c-navigation__link:hover {
    opacity: 0.9;
  }
  .c-navigation .c-navigation__list .c-navigation__item .c-navigation__link .icon {
    position: relative;
    display: none;
    width: 16px;
    height: 16px;
    margin: 2px 0 0 6px;
    background-image: url("../svg/icon-menu-arrow-d.svg");
    transition: transform 300ms cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-navigation .c-navigation__list .c-navigation__item.open .icon {
    transform: rotate(-180deg);
  }
  .c-navigation .c-navigation__list .c-navigation__item.menu-item-has-children .icon {
    display: inline-block;
  }
  .c-navigation .c-navigation__list .c-navigation__item .icon.js-open-sub {
    display: none;
  }
  .c-navigation .c-navigation__list .c-navigation__item:last-child {
    padding-right: 0;
  }
  .c-navigation .c-navigation__list .c-navigation__item:hover > .c-navigation__children, .c-navigation .c-navigation__list .c-navigation__item:focus-within > .c-navigation__children {
    height: auto;
    transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
    opacity: 1;
  }
  .c-navigation .c-navigation__list.c-navigation__children {
    position: absolute;
    top: auto;
    left: -10px;
    display: block;
    min-width: 288px;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 8px 0px, rgba(0, 0, 0, 0.1) 0px 12px 20px -4px;
    transform: translateX(0%);
    transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1), height 0s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
    opacity: 0;
  }
  .c-navigation .c-navigation__list.c-navigation__children:before {
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
    content: "";
  }
  .c-navigation .c-navigation__list.c-navigation__children .c-navigation__item {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #EBEBEB;
  }
  .c-navigation .c-navigation__list.c-navigation__children .c-navigation__item .c-navigation__link {
    padding: 16px 16px 16px 24px;
  }
  .c-navigation .c-navigation__list.c-navigation__children .c-navigation__item:last-child {
    border-bottom: none;
  }
}

.c-navigation--home .c-navigation__list {
  background-color: #fff;
}

@media (min-width: 64.063em) {
  .c-navigation .c-navigation__list.c-navigation__list--multi-col {
    position: fixed;
    right: -252px;
    left: auto;
    display: flex;
    flex-wrap: wrap;
    width: 723px;
  }
  .c-navigation .c-navigation__list.c-navigation__list--multi-col .c-navigation__item {
    position: relative;
    width: 33.333%;
    border-bottom: none;
  }
  .c-navigation .c-navigation__list.c-navigation__list--multi-col .c-navigation__item:after {
    position: absolute;
    bottom: -1px;
    left: 24px;
    width: calc(100% - 48px);
    height: 1px;
    background-color: #EBEBEB;
    content: "";
  }
}
.mega-nav-wrap {
  position: absolute;
  top: 0;
  z-index: 1080;
}
@media (min-width: 64.063em) {
  .mega-nav-wrap {
    position: relative;
  }
}

@media (min-width: 64.063em) {
  .mega-sub .mega-sub__cols {
    column-gap: 24px;
    column-count: 3;
  }
  .mega-sub .mega-sub__cols-single {
    column-gap: 24px;
    column-count: 1;
  }
}

.c-mega-nav {
  position: fixed;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-mega-nav.open {
  height: 100%;
  background-color: #fff;
  transform: translateX(0%);
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  overflow-y: scroll;
}
.c-mega-nav .c-mega-nav__grey-bg {
  display: none;
}
.c-mega-nav .c-mega-nav__inner {
  height: 100%;
  padding: 0;
  overflow: hidden;
}
.c-mega-nav .c-mega-nav__left,
.c-mega-nav .c-mega-nav__right {
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-mega-nav .c-mega-nav__right {
  transform: translateX(100%);
}
.c-mega-nav .c-mega-nav__primary {
  height: 100%;
  background-color: #F6F6F6;
}
.c-mega-nav .c-mega-nav__primary .c-mega-nav__primary-item {
  position: relative;
}
.c-mega-nav .c-mega-nav__primary .c-mega-nav__primary-item:after {
  position: absolute;
  top: 22px;
  right: 25px;
  width: 16px;
  height: 16px;
  background-image: url("../svg/icon-arrow-r.svg");
  content: "";
}
.c-mega-nav .c-mega-nav__primary .c-mega-nav__primary-link {
  display: block;
  padding: 16px 45px 16px 60px;
  background-repeat: no-repeat;
  background-position: 24px center;
  background-size: 24px 24px;
  border-bottom: 1px solid #EBEBEB;
}
.c-mega-nav .c-mega-nav__secondary {
  position: absolute;
  width: 100%;
  height: auto;
  min-height: 100%;
  background: #fff;
  transform: translateX(0%);
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-mega-nav .c-mega-nav__secondary.open {
  padding-bottom: 100px;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-mega-nav .c-mega-nav__secondary .c-mega-nav__secondary-item-title {
  padding: 16px 16px 16px 24px;
  border-bottom: 1px solid #EBEBEB;
}
.c-mega-nav .c-mega-nav__secondary .c-mega-nav__secondary-link {
  display: block;
  padding: 16px 16px 16px 24px;
  border-bottom: 1px solid #EBEBEB;
}
@media (min-width: 64.063em) {
  .c-mega-nav {
    position: absolute;
    display: block;
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 8px 0px, rgba(0, 0, 0, 0.08) 0px 12px 20px -4px;
    transform: translateX(0%);
    transition: opacity 0.2s 0.1s cubic-bezier(0.5, 1, 0.89, 1), max-height 0s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
    opacity: 0;
  }
  .c-mega-nav:before {
    position: absolute;
    top: 0;
    z-index: 1060;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
    content: "";
  }
  .c-mega-nav.open {
    height: auto;
    max-height: 800px;
    overflow: hidden;
    transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1), max-height 0s cubic-bezier(0.5, 1, 0.89, 1);
    opacity: 1;
  }
  .c-mega-nav .c-mega-nav__grey-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
    width: 50%;
    height: 100%;
    background-color: #F6F6F6;
  }
  .c-mega-nav .c-mega-nav__inner {
    display: flex;
    align-items: center;
    min-height: 500px;
    margin: 0 auto;
    overflow: initial;
  }
  .c-mega-nav .c-mega-nav__left,
  .c-mega-nav .c-mega-nav__right {
    width: auto;
    height: auto;
  }
  .c-mega-nav .c-mega-nav__primary,
  .c-mega-nav .c-mega-nav__secondary {
    transform: translateX(0%);
  }
  .c-mega-nav .c-mega-nav__left {
    position: relative;
    width: 30%;
  }
  .c-mega-nav .c-mega-nav__primary {
    z-index: 1010;
    height: auto;
    margin-left: -32px;
    padding: 16px 0;
  }
  .c-mega-nav .c-mega-nav__primary .c-mega-nav__primary-item.open .c-mega-nav__primary-link, .c-mega-nav .c-mega-nav__primary .c-mega-nav__primary-item.current .c-mega-nav__primary-link {
    background-color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 4px solid #E81F63;
  }
  .c-mega-nav .c-mega-nav__primary .c-mega-nav__primary-item:after {
    top: calc(50% - 8px);
  }
  .c-mega-nav .c-mega-nav__primary .c-mega-nav__primary-link {
    display: block;
    border-right: 1px solid #EBEBEB;
    border-left: 4px solid #F6F6F6;
  }
  .c-mega-nav .c-mega-nav__primary .c-mega-nav__primary-link:hover {
    background-color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 4px solid #E81F63;
  }
  .c-mega-nav .c-mega-nav__right {
    position: relative;
    z-index: 1010;
    width: 70%;
    height: 100%;
    background-color: #fff;
    transform: translateX(0%);
  }
  .c-mega-nav .c-mega-nav__secondary {
    position: relative;
    height: auto;
    min-height: 0;
    overflow: hidden;
  }
  .c-mega-nav .c-mega-nav__secondary.c-mega-nav__secondary--zero-height {
    height: 0;
  }
  .c-mega-nav .c-mega-nav__secondary.open, .c-mega-nav .c-mega-nav__secondary.current {
    height: auto;
    padding: 34px 32px 24px;
    transform: translateX(0%);
  }
  .c-mega-nav .c-mega-nav__secondary .c-mega-nav__secondary-item {
    margin-bottom: 40px;
    break-inside: avoid-column;
  }
  .c-mega-nav .c-mega-nav__secondary .c-mega-nav__secondary-item-title {
    margin-bottom: 10px;
    padding: 0;
    border-bottom: none;
  }
  .c-mega-nav .c-mega-nav__secondary .c-mega-nav__secondary-list li {
    margin-bottom: 8px;
  }
  .c-mega-nav .c-mega-nav__secondary .c-mega-nav__secondary-link {
    display: inline;
    padding: 0;
    border-bottom: none;
  }
}

.error404 .main {
  margin-bottom: -200px;
  padding-bottom: 200px;
  background-image: url("../png/hero-a-gradient-dark.png"), linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 100%);
  background-position: 120% 168px, 0px 0;
}
.error404 .c-hero {
  background-color: transparent;
}
.error404 .c-hero:after {
  display: none;
}
.error404 .c-hero .c-hero__main .c-hero__content:before {
  background-color: #fff;
}
@media (min-width: 64.063em) {
  .error404 .c-hero .c-hero__logo-graphic {
    background-image: none;
  }
}
.error404 .container__spacing {
  padding-top: 0;
}
.error404 .c-listing__line {
  background-color: #fff;
}
.error404 .c-listing__title {
  color: #fff;
}
.error404 .c-listing__description {
  color: #fff;
}
.error404 .c-footer {
  z-index: 1090;
}

.module-line {
  width: 32px;
  height: 4px;
  margin: 16px auto 32px;
  background-color: #E81F63;
  border-radius: 2px;
}
@media (min-width: 64.063em) {
  .module-line {
    margin-right: 0;
    margin-left: 0;
  }
}

.c-hero--post .module-content a:not(.e-cta-button) {
  color: #fff;
}

.module-content {
  margin-top: -8px;
}
.module-content p, .module-content ul, .module-content ol {
  margin-top: 24px;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
}
.module-content h3, .module-content h4 {
  margin-top: 24px;
  margin-bottom: -12px;
}
.module-content.c-sub-hero__content, .module-content.c-hero__content {
  margin-top: 0;
}
.module-content.c-sub-hero__content p, .module-content.c-sub-hero__content ul, .module-content.c-sub-hero__content ol, .module-content.c-hero__content p, .module-content.c-hero__content ul, .module-content.c-hero__content ol {
  font-weight: 400;
}
.module-content a:not(.e-cta-button) {
  color: #E81F63;
  text-decoration: underline;
}
.module-content p strong {
  font-weight: 500;
}
.module-content ul li {
  position: relative;
  padding: 16px 0 16px 42px;
  border-top: 1px solid #C2C2C2;
}
.module-content ul li:before {
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../svg/icon-bullet.svg");
  content: "";
}
.module-content ul li:first-of-type {
  padding-top: 0;
  border-top: none;
}
.module-content ul li:last-of-type {
  padding-bottom: 0;
}
.module-content ol {
  list-style: none;
  counter-reset: counter;
}
.module-content ol li {
  position: relative;
  padding: 16px 0 16px 42px;
  border-top: 1px solid #C2C2C2;
  counter-increment: counter;
}
.module-content ol li:before {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 2px solid #E81F63;
  border-radius: 50%;
  color: #E81F63;
  font-family: "Nunito Bold", sans-serif;
  content: counter(counter);
  font-size: 1.4rem;
}
.module-content ol li:first-of-type {
  padding-top: 0;
  border-top: none;
}
.module-content ol li:last-of-type {
  padding-bottom: 0;
}

.module-content--large p, .module-content--large ul, .module-content--large ol {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
}
@media (min-width: 64.063em) {
  .module-content--large p, .module-content--large ul, .module-content--large ol {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

/**
 * Swiper 7.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 29, 2021
 */
@font-face {
  font-family: "swiper-icons";
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
;font-display: swap;
}
:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
}

.swiper {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  transition-property: transform;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  width: var(--swiper-virtual-size);
  height: 1px;
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: "swiper-icons";
  font-size: var(--swiper-navigation-size);
  font-variant: initial;
  line-height: 1;
  text-transform: none;
  text-transform: none;
  letter-spacing: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: 300ms opacity;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: 50%;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -ms-touch-action: none;
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: 3px;
  left: 1%;
  z-index: 50;
  width: 98%;
  height: 5px;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  top: 1%;
  right: 3px;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  z-index: 1;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  pointer-events: none;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.swiper-cube .swiper-cube-shadow:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  overflow: hidden;
  transition-property: transform, opacity, height;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  overflow: hidden;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.c-hero {
  position: relative;
  z-index: 1050;
  display: flex;
  align-items: flex-end;
  padding-top: 96px;
  padding-bottom: 50px;
  background-color: #4A0072;
  background-position: center;
  background-size: cover;
  position: relative;
}
.c-hero:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 4.4%;
  background-image: url("../svg/bottom-white.svg");
  background-size: cover;
  content: "";
}
.c-hero .c-hero__inner {
  width: 100%;
}
.c-hero .c-hero__main .c-hero__title {
  margin-bottom: 16px;
}
.c-hero .c-hero__main .c-hero__content {
  position: relative;
  padding-left: 24px;
}
.c-hero .c-hero__main .c-hero__content:before {
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #E81F63;
  border-radius: 4px;
  content: "";
}
.c-hero .c-hero__main .c-hero__content.module-content ul, .c-hero .c-hero__main .c-hero__content.module-content ol {
  margin-top: 16px;
  padding-left: 24px;
}
.c-hero .c-hero__main .c-hero__content.module-content li {
  list-style-type: disc;
  padding: 0;
  border: none;
}
.c-hero .c-hero__main .c-hero__content.module-content li:before {
  display: none;
}
.c-hero .c-hero__main .c-hero__content.module-content ol li {
  list-style-type: decimal;
}
.c-hero .c-hero__main .c-hero__pre-content {
  margin-bottom: 16px;
}
.c-hero .c-hero__main .c-hero__pre-content .c-hero__pre-content-item {
  position: relative;
  margin-top: 14px;
  padding-left: 32px;
}
@media (min-width: 40.063em) {
  .c-hero .c-hero__main .c-hero__pre-content .c-hero__pre-content-item {
    display: inline;
    margin-top: 0;
    margin-right: 16px;
  }
}
.c-hero .c-hero__main .c-hero__pre-content .c-hero__pre-content-item:before {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("../svg/tick-clear.svg");
  content: "";
}
.c-hero .c-hero__image {
  display: none;
}
@media (min-width: 64.063em) {
  .c-hero {
    padding-top: 208px;
    padding-bottom: 120px;
  }
  .c-hero .c-hero__logo-graphic {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../png/hero-a-gradient.png");
    background-position: left 110% bottom -200px;
  }
  .c-hero .c-hero__main .c-hero__title {
    margin-bottom: 24px;
  }
  .c-hero .c-hero__main .c-hero__content {
    position: relative;
    padding-left: 32px;
  }
  .c-hero .c-hero__image {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
  }
  .c-hero .c-hero__image.c-hero__image--play::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../svg/icon-play.svg);
    background-position: center;
    background-size: 200px;
    cursor: pointer;
    content: "";
  }
  .c-hero .c-hero__image img {
    height: 100%;
    border-radius: 25px;
    object-fit: cover;
  }
}

.c-hero--hasSubContent {
  position: relative;
}
.c-hero--hasSubContent:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 4.4%;
  background-image: url("../svg/outsidetop-black.svg");
  background-size: cover;
  content: "";
}

.c-hero--featured:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(225deg, rgba(3, 155, 229, 0.8) 0%, rgba(123, 31, 162, 0.9) 100%);
}
@media (min-width: 64.063em) {
  .c-hero--featured .c-hero__logo-graphic {
    background-image: url("../svg/a-graphic-outline-p100.svg");
  }
}

.c-hero--post {
  margin-bottom: 170px;
  padding-top: 96px;
  background-image: url("../jpg/abstract-image.jpg");
  background-position: top;
  position: relative;
}
.c-hero--post:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 4.4%;
  background-image: url("../svg/top-white.svg");
  background-size: cover;
  content: "";
}
.c-hero--post:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
  content: "";
}
.c-hero--post .c-hero__logo-graphic {
  display: none;
}
.c-hero--post .c-hero__main .c-hero__category {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.c-hero--post .c-hero__main .c-hero__category .c-hero__category-item {
  display: inline-flex;
}
.c-hero--post .c-hero__main .c-hero__category .c-hero__category-item:after {
  margin: 0 6px;
  color: #E81F63;
  content: "•";
}
.c-hero--post .c-hero__main .c-hero__category .c-hero__category-item:last-child:after {
  display: none;
}
.c-hero--post .c-hero__main .c-hero__content {
  padding-left: 0;
}
.c-hero--post .c-hero__main .c-hero__content::before {
  display: none;
}
.c-hero--post .c-hero__main .c-hero__meta {
  display: inline-block;
  margin-top: 24px;
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 30px;
}
.c-hero--post .c-hero__main .c-hero__meta .c-hero__date:after {
  margin: 0 6px;
  color: #E81F63;
  content: "•";
}
.c-hero--post .c-hero__main .c-hero__arrow {
  position: relative;
  display: none;
  width: 48px;
  height: 48px;
  margin: 40px auto 0;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer;
}
.c-hero--post .c-hero__main .c-hero__arrow:before {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 16px;
  height: 16px;
  background-image: url("../svg/icon-arrow-d.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.c-hero--post .c-hero__image {
  display: block;
  margin-top: 32px;
  margin-bottom: -170px;
  overflow: hidden;
  text-align: center;
}
.c-hero--post .c-hero__image img {
  border-radius: 25px;
}
@media (min-width: 40.063em) {
  .c-hero--post .c-hero__main .c-hero__content {
    padding: 0 10%;
  }
}
@media (min-width: 64.063em) {
  .c-hero--post {
    margin-bottom: 520px;
    padding-top: 248px;
    padding-bottom: 0;
  }
  .c-hero--post .c-hero__main .c-hero__title {
    margin-bottom: 32px;
  }
  .c-hero--post .c-hero__main .c-hero__arrow {
    display: block;
  }
  .c-hero--post .c-hero__main .c-hero__meta {
    margin-top: 32px;
  }
  .c-hero--post .c-hero__image {
    height: 630px;
    margin-top: 120px;
    margin-bottom: -450px;
  }
}

.c-hero--feature-off {
  margin-bottom: 32px;
}
@media (min-width: 64.063em) {
  .c-hero--feature-off {
    margin-bottom: 80px;
    padding-bottom: 120px;
  }
}

.c-hero--case-studies {
  margin-bottom: -48px;
  background-image: none;
  background-position: top;
  position: relative;
}
.c-hero--case-studies:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 4.4%;
  background-image: url("../svg/top-white.svg");
  background-size: cover;
  content: "";
}
.c-hero--case-studies:before {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: none;
  content: "";
}
.c-hero--case-studies .c-hero__logo-graphic {
  display: block;
}
.c-hero--case-studies .c-hero__title {
  margin-bottom: 16px;
}
.c-hero--case-studies .c-hero__content {
  position: relative;
  margin-bottom: 24px;
  padding-left: 24px;
}
.c-hero--case-studies .c-hero__content:before {
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #E81F63;
  border-radius: 4px;
  content: "";
}
.c-hero--case-studies .c-hero__image {
  margin-top: 0;
  margin-bottom: 16px;
  text-align: left;
}
.c-hero--case-studies .c-hero__image img {
  max-width: 80px;
}
@media (min-width: 64.063em) {
  .c-hero--case-studies {
    margin-bottom: -150px;
    padding-bottom: 220px;
  }
  .c-hero--case-studies .c-hero__title {
    margin-bottom: 24px;
  }
  .c-hero--case-studies .c-hero__content {
    position: relative;
    margin-bottom: 32px;
    padding-left: 32px;
  }
  .c-hero--case-studies .c-hero__image {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .c-hero--case-studies .c-hero__image img {
    width: 60%;
    max-width: none;
  }
}

.c-hero--case-studieslist {
  position: relative;
}
.c-hero--case-studieslist:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 4.4%;
  background-image: url("../svg/outsidetop-neutral.svg");
  background-size: cover;
  content: "";
}

.c-hero--standard {
  margin-bottom: 32px;
  padding-bottom: 72px;
}
.c-hero--standard .c-hero__category {
  display: flex;
  margin-top: 12px;
}
.c-hero--standard .c-hero__category .c-hero__category-item {
  display: inline-flex;
}
.c-hero--standard .c-hero__category .c-hero__category-item:after {
  margin: 0 6px;
  color: #E81F63;
  content: "•";
}
.c-hero--standard .c-hero__category .c-hero__category-item:last-child:after {
  display: none;
}
.c-hero--standard .c-hero__meta {
  display: inline-block;
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 30px;
}
.c-hero--standard .c-hero__meta .c-hero__date:after {
  margin: 0 6px;
  color: #E81F63;
  content: "•";
}
@media (min-width: 40.063em) {
  .c-hero--standard {
    padding-bottom: 90px;
  }
}
@media (min-width: 64.063em) {
  .c-hero--standard {
    margin-bottom: 120px;
    padding-bottom: 120px;
  }
}

.c-hero--postlist {
  background-image: url("../jpg/abstract-image.jpg");
  background-position: top;
  position: relative;
}
.c-hero--postlist:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 4.4%;
  background-image: url("../svg/outsidetop-neutral.svg");
  background-size: cover;
  content: "";
}
.c-hero--postlist:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.c-hero--grey-curve {
  position: relative;
}
.c-hero--grey-curve:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 4.4%;
  background-image: url("../svg/outsidetop-neutral.svg");
  background-size: cover;
  content: "";
}

.c-hero--post-overlap {
  margin-bottom: -48px;
}
@media (min-width: 64.063em) {
  .c-hero--post-overlap {
    margin-bottom: -184px;
  }
}

.c-hero--furniture {
  min-height: 248px;
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 100%);
}
.c-hero--furniture .c-hero__logo-graphic {
  display: none;
}
.c-hero--furniture .col-md-8 {
  width: 100%;
}
.c-hero--furniture .c-hero__inner {
  text-align: center;
}
.c-hero--furniture .c-hero__main .c-hero__title {
  margin-bottom: 0;
}
@media (min-width: 64.063em) {
  .c-hero--furniture {
    padding-top: 248px;
  }
}

@media (min-width: 64.063em) {
  .c-hero--medium {
    min-height: 560px;
  }
}

@media (min-width: 64.063em) {
  .c-hero--large {
    min-height: 768px;
  }
}

.c-hero--logos .c-hero__logos {
  display: flex;
  margin-bottom: 16px;
}
.c-hero--logos .c-hero__logos .c-hero__logos-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  padding: 4px;
  background-color: #fff;
  border-radius: 8px;
}
.c-hero--logos .c-hero__logos .c-hero__logos-item:last-child {
  margin-right: 0;
}
@media (min-width: 64.063em) {
  .c-hero--logos {
    padding-top: 208px;
  }
  .c-hero--logos .c-hero__logos {
    margin-bottom: 24px;
  }
  .c-hero--logos .c-hero__logos .c-hero__logos-item {
    width: 80px;
    height: 80px;
    margin-right: 24px;
    padding: 8px;
    border-radius: 16px;
  }
}

.c-hero__logo {
  max-width: 170px;
  padding: 0 0 16px 0px;
}

.c-hero--team {
  margin-bottom: 0;
  text-align: center;
  position: relative;
}
.c-hero--team:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 4.4%;
  background-image: url("../svg/outsidetop-neutral.svg");
  background-size: cover;
  content: "";
}
@media (min-width: 64.063em) {
  .c-hero--team .c-hero--team__details {
    padding-bottom: 100px;
  }
}
.c-hero--team .c-hero--team__image {
  display: inline-block;
  width: 258px;
  height: 258px;
  overflow: hidden;
  border-radius: 50%;
}
.c-hero--team .c-hero--team__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-hero--team .c-hero--team__header {
  margin-top: 14px;
  font-family: "Nunito Bold", sans-serif;
  font-size: 32px;
}
@media (min-width: 64.063em) {
  .c-hero--team .c-hero--team__header {
    font-size: 72px;
  }
}
.c-hero--team .c-hero--team__role {
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
}
@media (min-width: 64.063em) {
  .c-hero--team .c-hero--team__role {
    font-size: 20px;
  }
}

.c-sub-hero {
  z-index: 1020;
  display: flex;
  align-items: center;
  margin-bottom: -60px;
  padding: 64px 0 50px;
  background-color: #202830;
  position: relative;
}
.c-sub-hero:after {
  position: absolute;
  top: 100%;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 4.4%;
  background-image: url("../svg/bottom-black.svg");
  background-size: cover;
  content: "";
}
.c-sub-hero .c-sub-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-sub-hero .c-sub-hero__heading {
  margin-bottom: 24px;
  padding: 0 24px;
  color: #fff;
}
.c-sub-hero .c-sub-hero__line {
  width: 32px;
  height: 4px;
  margin: 0 auto 24px;
  background-color: #E81F63;
  border-radius: 2px;
}
@media (min-width: 64.063em) {
  .c-sub-hero {
    min-height: 340px;
    margin-bottom: 0px;
    padding: 80px 0;
  }
  .c-sub-hero .c-sub-hero__heading {
    margin-bottom: 16px;
    padding: 0;
  }
}

.c-sub-hero--overlap {
  margin-bottom: -140px;
}
@media (min-width: 64.063em) {
  .c-sub-hero--overlap {
    margin-bottom: -360px;
  }
}

.c-sub-hero--alt {
  min-height: 208px;
  margin-bottom: -176px;
  background: #F6F6F6;
  position: relative;
}
.c-sub-hero--alt:after {
  position: absolute;
  top: 100%;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 4.4%;
  background-image: url("../svg/bottom-neutral.svg");
  background-size: cover;
  content: "";
}
@media (min-width: 40.063em) {
  .c-sub-hero--alt {
    min-height: 148px;
    margin-bottom: -108px;
  }
}
@media (min-width: 64.063em) {
  .c-sub-hero--alt {
    min-height: 248px;
    margin-bottom: -208px;
  }
}

.c-sub-hero--news,
.c-sub-hero--resources {
  margin-bottom: -176px;
}
@media (min-width: 40.063em) {
  .c-sub-hero--news,
  .c-sub-hero--resources {
    margin-bottom: -88px;
  }
}
@media (min-width: 64.063em) {
  .c-sub-hero--news,
  .c-sub-hero--resources {
    margin-bottom: -188px;
  }
}

@media (min-width: 64.063em) {
  .c-sub-hero--case-studies {
    margin-bottom: -168px;
  }
}

.c-listing__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 8px 8px -4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 64.063em) {
  .c-listing__icon {
    order: 2;
    width: 108px;
    height: 108px;
    margin: 0 16px 24px auto;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 12px 20px -4px rgba(0, 0, 0, 0.1);
  }
}
.c-listing__icon img {
  max-width: 45px;
  max-height: 45px;
}
@media (min-width: 64.063em) {
  .c-listing__icon img {
    max-width: 64px;
    max-height: 64px;
  }
}

.c-listing__title {
  margin-bottom: 16px;
  color: #202830;
  text-align: center;
}
@media (min-width: 64.063em) {
  .c-listing__title {
    max-width: 600px;
    text-align: left;
  }
}
.c-listing__title--coloured {
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}

@media (min-width: 64.063em) {
  .c-listing__cards .c-listing__card:nth-last-child(-n+3) .e-card:not(.e-card--team) {
    height: 100%;
    margin-bottom: 0;
  }
}

.c-listing__grid--center .c-listing__title,
.c-listing__grid--center .c-listing__description,
.c-listing__grid--center .module-line {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.c-listing__grid--center .e-card {
  text-align: center;
}
.c-listing__grid--center .e-card .e-card__icon {
  margin-left: 0;
}
.c-listing__grid--center .e-card .e-cta-button {
  margin-top: 8px;
}

@media (min-width: 64.063em) {
  .c-listing--grid .c-listing__title {
    text-align: center;
  }
}
@media (min-width: 64.063em) {
  .c-listing--grid .c-listing__description {
    text-align: center;
  }
}
.c-listing--grid .module-line {
  margin-right: auto;
  margin-left: auto;
}
.c-listing--grid .c-listing__card {
  position: relative;
}
.c-listing--grid .c-listing__card:before {
  position: absolute;
  top: 0;
  left: 16px;
  width: calc(100% - 32px);
  height: 1px;
  background-color: #C2C2C2;
  content: "";
}
.c-listing--grid .c-listing__card:nth-of-type(1):before {
  display: none;
}
@media (min-width: 64.063em) {
  .c-listing--grid .c-listing__card:before {
    left: 0;
    width: 100%;
  }
  .c-listing--grid .c-listing__card:nth-of-type(-n+3):before {
    display: none;
  }
  .c-listing--grid .c-listing__card:nth-of-type(3n+1):before {
    left: 16px;
  }
  .c-listing--grid .c-listing__card:nth-of-type(3n+3):before {
    left: -16px;
  }
  .c-listing--grid .c-listing__card:nth-of-type(3n+2) .e-card:before, .c-listing--grid .c-listing__card:nth-of-type(3n+2) .e-card:after {
    position: absolute;
    top: -32px;
    left: -16px;
    width: 1px;
    height: calc(100% + 32px);
    background-color: #C2C2C2;
    content: "";
  }
  .c-listing--grid .c-listing__card:nth-of-type(3n+2) .e-card:after {
    right: -16px;
    left: auto;
  }
}
@media (min-width: 64.063em) {
  .c-listing--grid .e-card {
    position: relative;
    overflow: unset;
  }
}

.c-form {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
}
.c-form select {
  width: 100%;
  padding: 13px 24px 11px;
  background-color: #fff;
  border: 2px solid #888888;
  border-radius: 8px;
}
@media (min-width: 40.063em) {
  .c-form {
    width: auto;
    min-width: 256px;
  }
}
.c-form .c-form__title {
  margin-bottom: 16px;
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  font-family: "Nunito Bold", sans-serif;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}
.c-form .c-form__description {
  margin-bottom: 16px;
  color: #313C47;
}
.c-form .c-form__description p {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media (min-width: 64.063em) {
  .c-form .c-form__description p {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.c-form .c-form__description a {
  color: #E81F63;
  text-decoration: underline;
}
.c-form .c-form__line {
  width: 32px;
  height: 4px;
  margin: 0 0 32px;
  background-color: #E81F63;
  border-radius: 2px;
}
.c-form .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 32px;
}
.c-form .gform_wrapper.gravity-theme .gfield label {
  margin-bottom: 10px;
  font-family: "Nunito Bold", sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
}
.c-form .gform_wrapper.gravity-theme .gfield input[type=text],
.c-form .gform_wrapper.gravity-theme .gfield input[type=tel],
.c-form .gform_wrapper.gravity-theme .gfield input[type=email],
.c-form .gform_wrapper.gravity-theme .gfield textarea,
.c-form .gform_wrapper.gravity-theme .gfield select {
  width: 100%;
  height: 48px;
  padding: 12px 16px 8px;
  background-color: #fff;
  border: 2px solid #888888;
  border-radius: 8px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.c-form .gform_wrapper.gravity-theme .gfield textarea, .c-form .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 144px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.c-form .gform_wrapper.gravity-theme .gfield select {
  background-image: url("../svg/icon-select.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
}
.c-form .gform_wrapper.gravity-theme .gfield_radio .gchoice input {
  display: none;
}
.c-form .gform_wrapper.gravity-theme .gfield_radio .gchoice label {
  position: relative;
  padding: 6px 0 6px 50px;
}
.c-form .gform_wrapper.gravity-theme .gfield_radio .gchoice label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #888888;
  border-radius: 50%;
  content: "";
}
.c-form .gform_wrapper.gravity-theme .gfield_radio .gchoice label a {
  text-decoration: underline;
}
.c-form .gform_wrapper.gravity-theme .gfield_radio .gchoice input:checked ~ label:after {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 12px;
  height: 12px;
  background-color: #E81F63;
  border-radius: 50%;
  content: "";
}
.c-form .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input,
.c-form .gform_wrapper.gravity-theme .ginput_container_consent input {
  display: none;
}
.c-form .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label,
.c-form .gform_wrapper.gravity-theme .ginput_container_consent label {
  position: relative;
  display: block;
  padding: 6px 0 6px 50px;
}
.c-form .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label:before,
.c-form .gform_wrapper.gravity-theme .ginput_container_consent label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #888888;
  border-radius: 4px;
  content: "";
}
.c-form .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label a,
.c-form .gform_wrapper.gravity-theme .ginput_container_consent label a {
  text-decoration: underline;
}
.c-form .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input:checked ~ label:after,
.c-form .gform_wrapper.gravity-theme .ginput_container_consent input:checked ~ label:after {
  position: absolute;
  top: 11px;
  left: 8px;
  width: 16px;
  height: 12px;
  background-image: url("../svg/checkbox-tick.svg");
  background-position: center;
  background-size: contain;
  content: "";
}
.c-form .gform_wrapper.gravity-theme input[type=submit] {
  height: 48px;
  padding: 0 40px 0 24px;
  background-image: url("../svg/icon-button-arrow.svg"), linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 100%);
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center, center;
  border-radius: 24px;
  color: #fff;
  font-family: "Nunito Bold", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.c-form--hero {
  width: 85%;
  margin: 48px auto 0;
  padding: 24px;
  background-color: #fff;
  border-radius: 32px;
  color: #202830;
}
@media (min-width: 64.063em) {
  .c-form--hero {
    float: right;
    margin: 0;
  }
}
.c-form--hero .c-form__title {
  text-align: center;
}
@media (min-width: 64.063em) {
  .c-form--hero .c-form__title {
    font-size: 2.7rem;
    line-height: 3.5rem;
  }
}

.c-signpost {
  position: relative;
  z-index: 1010;
}

@media (min-width: 64.063em) {
  .c-signpost__grid {
    flex-direction: row-reverse;
  }
}

.c-signpost__line {
  width: 32px;
  height: 4px;
  margin: 0 0 40px;
  background-color: #E81F63;
  border-radius: 2px;
}

.c-signpost__image {
  position: relative;
  width: 100%;
  height: 275px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 64.063em) {
  .c-signpost__image {
    width: 58%;
    height: auto;
    margin-left: -8%;
    padding-right: 16px;
    overflow: hidden;
  }
}
.c-signpost__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 64.063em) {
  .c-signpost__image img {
    border-radius: 24px;
  }
}

.c-signpost__content {
  position: relative;
  z-index: 2;
  margin-top: -32px;
}
@media (min-width: 64.063em) {
  .c-signpost__content {
    margin-top: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.c-signpost__content-inner {
  padding: 32px 24px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 8px 8px -4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 64.063em) {
  .c-signpost__content-inner {
    padding: 64px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08), 0 24px 40px -4px rgba(0, 0, 0, 0.1);
  }
}

.c-signpost__terms {
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  margin-bottom: 16px;
}

.c-signpost__term {
  margin-right: 8px;
  padding: 6px 8px 2px;
  background-color: #E81F63;
  border-radius: 8px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
}

.c-signpost__title {
  margin-bottom: 16px;
  color: #202830;
}

.c-signpost__date {
  margin-bottom: 11px;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.2rem;
}

.c-signpost__description {
  margin-bottom: 16px;
  color: #313C47;
}
.c-signpost__description p {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media (min-width: 64.063em) {
  .c-signpost__description p {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.c-signpost__item {
  position: relative;
  padding: 16px 0 16px 42px;
  border-top: 1px solid #C2C2C2;
  color: #313C47;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.c-signpost__item:before {
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../svg/icon-bullet.svg");
  content: "";
}
.c-signpost__item:first-of-type {
  padding-top: 0;
  border-top: none;
}
.c-signpost__item:last-of-type {
  padding-bottom: 0;
}

.c-signpost__cta {
  margin-top: 32px;
}

@media (min-width: 64.063em) {
  .c-signpost--wide .c-signpost__content {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}
@media (min-width: 64.063em) {
  .c-signpost--wide .c-signpost__image {
    width: 82%;
    margin-left: -32%;
  }
}
@media (min-width: 64.063em) {
  .c-signpost--wide.c-signpost--left .c-signpost__grid {
    flex-direction: row;
  }
}
@media (min-width: 64.063em) {
  .c-signpost--wide.c-signpost--left .c-signpost__image {
    margin-right: -32%;
    margin-left: 0;
    padding-right: 0;
    padding-left: 16px;
  }
}

.c-signpost--flush {
  z-index: 1060;
}
.c-signpost--flush .c-signpost__image {
  padding-right: 16px;
  padding-left: 16px;
}
.c-signpost--flush .c-signpost__image img {
  border-radius: 24px 24px 0 0;
}
.c-signpost--flush .c-signpost__content {
  margin-top: 0;
}
@media (min-width: 64.063em) {
  .c-signpost--flush .c-signpost__content {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.c-signpost--flush .c-signpost__content-inner {
  border-radius: 0 0 24px 24px;
}
@media (min-width: 64.063em) {
  .c-signpost--flush .c-signpost__content-inner {
    height: 100%;
    border-radius: 24px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08), 0 24px 40px -4px rgba(0, 0, 0, 0.1);
  }
}
.c-signpost--flush .c-signpost__title {
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}
@media (min-width: 64.063em) {
  .c-signpost--flush .c-signpost__image {
    width: calc(50% - 16px);
    margin-right: 16px;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0 24px 24px 0;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08), 0 24px 40px -4px rgba(0, 0, 0, 0.1);
  }
  .c-signpost--flush .c-signpost__image img {
    border-radius: 0;
  }
}

.c-signpost--list {
  margin-bottom: 16px;
  padding: 0;
}
.c-signpost--list .container__inner {
  padding: 0;
}
@media (min-width: 64.063em) {
  .c-signpost--list {
    margin-bottom: 32px;
  }
}

.c-signpost--blog .c-signpost__title {
  background-image: none;
  -webkit-background-clip: unset;
  -moz-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  -moz-text-fill-color: unset;
  text-fill-color: unset;
}

.c-two-column--background {
  width: calc(100% - 32px);
  margin-right: 16px;
  margin-left: 16px;
}
.c-two-column--background .c-two-column__inner {
  padding-top: 32px;
  padding-bottom: 24px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 8px 8px -4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 64.063em) {
  .c-two-column--background .c-two-column__inner {
    padding-top: 64px;
    padding-bottom: 48px;
    border-radius: 24px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08), 0 24px 40px -4px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 64.063em) {
  .c-two-column--background .c-two-column__col--1 {
    padding-left: 96px;
  }
}
@media (min-width: 64.063em) {
  .c-two-column--background .c-two-column__col--2 {
    padding-right: 96px;
  }
}
.c-two-column h2 {
  margin-bottom: 16px;
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 3.2rem;
  line-height: 4rem;
}
@media (min-width: 64.063em) {
  .c-two-column h2 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.c-two-column h3 {
  margin-bottom: 16px;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media (min-width: 64.063em) {
  .c-two-column h3 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
.c-two-column h4 {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
}
@media (min-width: 64.063em) {
  .c-two-column h4 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.c-two-column .c-two-column__col > p, .c-two-column .c-two-column__col > ol, .c-two-column .c-two-column__col > ul {
  margin-top: 0;
  margin-bottom: 24px;
}

.c-carousel .c-carousel__title {
  margin-bottom: 16px;
  color: #202830;
}
.c-carousel .c-carousel__swiper {
  margin-right: -16px;
  margin-left: -16px;
  padding-bottom: 16px;
}
.c-carousel .c-carousel__pagination {
  bottom: auto;
  left: auto;
  display: flex;
  justify-content: center;
}
.c-carousel .c-carousel__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  background-color: #5C7083;
  border-radius: 100%;
}
.c-carousel .c-carousel__pagination .swiper-pagination-bullet-active {
  background-color: #E81F63;
}
.c-carousel .c-carousel__pagination .swiper-pagination-bullet-active:before {
  display: block;
  width: 18px;
  height: 18px;
  margin: -5px 0 0 -5px;
  border: 2px solid #E81F63;
  border-radius: 100%;
  content: "";
}
.c-carousel .c-carousel__buttons {
  display: none;
  justify-content: flex-end;
}
@media (min-width: 64.063em) {
  .c-carousel .c-carousel__buttons {
    display: flex;
  }
}
.c-carousel .c-carousel__prev,
.c-carousel .c-carousel__next {
  position: relative;
  top: 24px;
  right: auto;
  left: auto;
  width: 48px;
  height: 48px;
  margin-left: 16px;
  border: 2px solid #E81F63;
  border-radius: 100%;
  opacity: 1;
}
.c-carousel .c-carousel__prev:before,
.c-carousel .c-carousel__next:before {
  position: absolute;
  top: 14px;
  left: 13px;
  width: 16px;
  height: 16px;
  background-image: url("../svg/icon-arrow-r.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.c-carousel .c-carousel__prev:after,
.c-carousel .c-carousel__next:after {
  display: none;
}
.c-carousel .c-carousel__prev.swiper-button-disabled,
.c-carousel .c-carousel__next.swiper-button-disabled {
  border-color: rgba(232, 31, 99, 0.2);
}
.c-carousel .c-carousel__prev.swiper-button-disabled:before,
.c-carousel .c-carousel__next.swiper-button-disabled:before {
  opacity: 0.2;
}
.c-carousel .c-carousel__prev:before {
  transform: rotate(180deg);
}
.c-carousel .swiper-slide--logo {
  position: relative;
  width: calc(50% - 32px);
  padding: 8px 16px 24px;
}
@media (min-width: 64.063em) {
  .c-carousel .swiper-slide--logo {
    width: calc(16.6666666667% - 32px);
  }
}
.c-carousel .swiper-slide--logo:after {
  display: block;
  padding-bottom: 100%;
  content: "";
}
.c-carousel .swiper-slide--location {
  position: relative;
  width: calc(100% - 32px);
  padding: 8px 16px 0;
}
@media (min-width: 64.063em) {
  .c-carousel .swiper-slide--location {
    width: calc(33.3333333333% - 32px);
  }
}
.c-carousel .swiper-slide--stat {
  width: calc(100% - 32px);
  height: auto;
  padding: 8px 16px 24px;
}
@media (min-width: 64.063em) {
  .c-carousel .swiper-slide--stat {
    width: calc(25% - 32px);
  }
}
.c-carousel .swiper-slide--post,
.c-carousel .swiper-slide--page,
.c-carousel .swiper-slide--testimonials,
.c-carousel .swiper-slide--team,
.c-carousel .swiper-slide--case-studies {
  position: relative;
  width: calc(100% - 32px);
  height: auto;
  padding: 8px 16px 32px;
}
@media (min-width: 64.063em) {
  .c-carousel .swiper-slide--post,
  .c-carousel .swiper-slide--page,
  .c-carousel .swiper-slide--testimonials,
  .c-carousel .swiper-slide--team,
  .c-carousel .swiper-slide--case-studies {
    width: calc(33.3333333333% - 32px);
  }
}
.c-carousel .swiper-slide--post .e-card,
.c-carousel .swiper-slide--page .e-card,
.c-carousel .swiper-slide--testimonials .e-card,
.c-carousel .swiper-slide--team .e-card,
.c-carousel .swiper-slide--case-studies .e-card {
  height: 100%;
  margin-bottom: 0;
}

.c-testimonials .c-testimonials__content-inner {
  text-align: center;
}
.c-testimonials .c-testimonials__title {
  margin-bottom: 16px;
  color: #202830;
}
.c-testimonials .module-line {
  margin-right: auto;
  margin-left: auto;
}
.c-testimonials .c-testimonials__swiper {
  margin-right: -16px;
  margin-left: -16px;
  padding-bottom: 16px;
}
.c-testimonials .c-testimonials__pagination {
  bottom: auto;
  left: auto;
  display: flex;
  justify-content: center;
}
.c-testimonials .c-testimonials__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  background-color: #5C7083;
  border-radius: 100%;
}
.c-testimonials .c-testimonials__pagination .swiper-pagination-bullet-active {
  background-color: #E81F63;
}
.c-testimonials .c-testimonials__pagination .swiper-pagination-bullet-active:before {
  display: block;
  width: 18px;
  height: 18px;
  margin: -5px 0 0 -5px;
  border: 2px solid #E81F63;
  border-radius: 100%;
  content: "";
}
.c-testimonials .c-testimonials__swiper-wrapper {
  position: relative;
}
.c-testimonials .c-testimonials__buttons {
  position: absolute;
  top: 50%;
  display: none;
  width: 100%;
  margin-top: -15px;
}
@media (min-width: 64.063em) {
  .c-testimonials .c-testimonials__buttons {
    display: block;
  }
}
.c-testimonials .c-testimonials__prev,
.c-testimonials .c-testimonials__next {
  top: 0;
  right: 32px;
  left: auto;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  opacity: 1;
}
.c-testimonials .c-testimonials__prev:before,
.c-testimonials .c-testimonials__next:before {
  position: absolute;
  top: 14px;
  left: 13px;
  width: 16px;
  height: 16px;
  background-image: url("../svg/icon-arrow-r.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.c-testimonials .c-testimonials__prev:after,
.c-testimonials .c-testimonials__next:after {
  display: none;
}
.c-testimonials .c-testimonials__prev.swiper-button-disabled,
.c-testimonials .c-testimonials__next.swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.c-testimonials .c-testimonials__prev.swiper-button-disabled:before,
.c-testimonials .c-testimonials__next.swiper-button-disabled:before {
  opacity: 0.2;
}
.c-testimonials .c-testimonials__prev {
  right: auto;
  left: 0;
}
.c-testimonials .c-testimonials__prev:before {
  transform: rotate(180deg);
}
.c-testimonials .swiper-slide--testimonials {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 32px;
}
.c-testimonials .c-testimonials__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 593px;
  margin-right: 16px;
  margin-left: 16px;
  padding: 32px 16px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 12px 20px -4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 64.063em) {
  .c-testimonials .c-testimonials__item {
    margin-right: 0;
    margin-left: 0;
    padding: 40px 72px;
  }
}
.c-testimonials .c-testimonials__item:before, .c-testimonials .c-testimonials__item:after {
  position: absolute;
  top: -8px;
  width: 27px;
  height: 17px;
  background-image: url("../svg/icon-quote-marks-mobile.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media (min-width: 64.063em) {
  .c-testimonials .c-testimonials__item:before, .c-testimonials .c-testimonials__item:after {
    top: 50%;
    width: 80px;
    height: 50px;
    margin-top: -25px;
    background-image: url("../svg/icon-quote-marks.svg");
  }
}
@media (min-width: 64.063em) {
  .c-testimonials .c-testimonials__item:before {
    left: -37px;
  }
}
.c-testimonials .c-testimonials__item:after {
  display: none;
}
@media (min-width: 64.063em) {
  .c-testimonials .c-testimonials__item:after {
    right: -37px;
    display: block;
    transform: rotate(180deg);
  }
}
.c-testimonials .c-testimonials__item .c-testimonials__border {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  pointer-events: none;
}
.c-testimonials .c-testimonials__item .c-testimonials__border:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
  content: "";
}
.c-testimonials .c-testimonials__quote {
  margin-bottom: 24px;
  color: #313C47;
}
.c-testimonials .c-testimonials__quote a {
  text-decoration: underline;
}
.c-testimonials .c-testimonials__quote p {
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-align: center;
}
@media (min-width: 64.063em) {
  .c-testimonials .c-testimonials__quote p {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.c-testimonials .c-testimonials__quote ul, .c-testimonials .c-testimonials__quote ol {
  padding: 0 10%;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
@media (min-width: 64.063em) {
  .c-testimonials .c-testimonials__quote ul, .c-testimonials .c-testimonials__quote ol {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.c-testimonials .c-testimonials__quote ul li {
  list-style-type: disc;
}
.c-testimonials .c-testimonials__quote ol li {
  list-style-type: decimal;
}
.c-testimonials .c-testimonials__name {
  margin-bottom: 8px;
  color: #313C47;
  font-family: "Nunito Bold", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.c-testimonials .c-testimonials__role {
  color: #313C47;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.c-trustindex .ti-widget-container {
  margin: 0 !important;
}

.c-accordion .c-accordion__title {
  margin-bottom: 16px;
  color: #202830;
}
.c-accordion .c-accordion__items {
  margin-bottom: 32px;
}
@media (min-width: 64.063em) {
  .c-accordion .c-accordion__items {
    margin-bottom: 0;
  }
}
.c-accordion .c-accordion__aside .e-card--accordion {
  margin-bottom: 0;
}
.c-accordion .c-accordion__item {
  margin-top: 16px;
  padding: 16px 24px;
  background-color: #fff;
  border: 1px solid #C2C2C2;
  border-radius: 16px;
}
@media (min-width: 64.063em) {
  .c-accordion .c-accordion__item {
    padding: 22px 32px;
  }
}
.c-accordion .c-accordion__item-header {
  position: relative;
  padding-right: 45px;
  font-size: 2rem;
  line-height: 3.2rem;
  cursor: pointer;
}
@media (min-width: 64.063em) {
  .c-accordion .c-accordion__item-header {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.c-accordion .c-accordion__item-header:before, .c-accordion .c-accordion__item-header:after {
  position: absolute;
  top: 15px;
  right: 0;
  width: 22px;
  height: 2px;
  background-color: #E81F63;
  transition: all 300ms cubic-bezier(0.5, 1, 0.89, 1);
  content: "";
}
@media (min-width: 64.063em) {
  .c-accordion .c-accordion__item-header:before, .c-accordion .c-accordion__item-header:after {
    top: 17px;
    width: 24px;
  }
}
.c-accordion .c-accordion__item-header:before {
  transform: rotate(0deg);
}
.c-accordion .c-accordion__item-header:after {
  transform: rotate(90deg);
}
.c-accordion .c-accordion__item-content {
  max-height: 0;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.5, 1, 0.89, 1);
}
.c-accordion .c-accordion__item-content .c-accordion__item-content__inner {
  padding-top: 8px;
}
.c-accordion .c-accordion__item-content p, .c-accordion .c-accordion__item-content ol, .c-accordion .c-accordion__item-content ul {
  margin-top: 16px;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
}
.c-accordion .c-accordion__item-content ul li {
  margin-left: 18px;
  list-style: disc;
}
.c-accordion .c-accordion__item-content ul li::marker {
  color: #E81F63;
}
.c-accordion .c-accordion__item-content ol li {
  margin-left: 16px;
  list-style: decimal;
}
.c-accordion .c-accordion__item-content ol li::marker {
  color: #E81F63;
}
.c-accordion .c-accordion__item-content a {
  color: #E81F63;
  text-decoration: underline;
}
.c-accordion .c-accordion__item--active {
  border-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 8px 8px -4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 64.063em) {
  .c-accordion .c-accordion__item--active {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08), 0 24px 40px -4px rgba(0, 0, 0, 0.1);
  }
}
.c-accordion .c-accordion__item--active .c-accordion__item-header:before {
  transform: rotate(-45deg);
}
.c-accordion .c-accordion__item--active .c-accordion__item-header:after {
  transform: rotate(45deg);
}
.c-accordion .c-accordion__item--active .c-accordion__item-content {
  max-height: 1000px;
}

.c-wysiwyg {
  margin-bottom: 16px;
}
@media (min-width: 64.063em) {
  .c-wysiwyg {
    margin-bottom: 40px;
  }
}

/* stylelint-disable */
.cli_user_consent_state {
  margin-bottom: 16px;
  color: #202830;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.2rem;
}

.cookielawinfo-classic {
  margin-bottom: 24px;
  margin-left: 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 1.6rem;
}

/* stylelint-enable */
.c-video .c-video__title {
  margin-bottom: 16px;
  color: #202830;
}
.c-video .c-video__description {
  margin-bottom: 16px;
}
.c-video .c-video__content {
  margin-bottom: 8px;
}
@media (min-width: 64.063em) {
  .c-video .c-video__content {
    margin-top: 1px;
    margin-bottom: 0;
  }
}
.c-video .c-video__content > p, .c-video .c-video__content > ol, .c-video .c-video__content > ul {
  margin-top: 0;
  margin-bottom: 16px;
}

.c-media {
  margin-bottom: 24px;
}
.c-media .e-image {
  overflow: hidden;
  border-radius: 24px;
}
.c-media .c-media__caption {
  margin-top: 16px;
}
@media (min-width: 64.063em) {
  .c-media {
    margin-bottom: 40px;
  }
  .c-media .c-media__caption {
    margin-top: 32px;
  }
}

.c-quote {
  margin-bottom: 24px;
}
@media (min-width: 64.063em) {
  .c-quote {
    margin-bottom: 40px;
  }
}
.c-quote .quote__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 12px 20px -4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 64.063em) {
  .c-quote .quote__item {
    margin-right: 0;
    margin-left: 0;
    padding: 40px 72px;
  }
}
.c-quote .quote__item:before, .c-quote .quote__item:after {
  position: absolute;
  top: -8px;
  width: 27px;
  height: 17px;
  background-image: url("../svg/icon-quote-marks-mobile.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media (min-width: 64.063em) {
  .c-quote .quote__item:before, .c-quote .quote__item:after {
    top: 50%;
    width: 80px;
    height: 50px;
    margin-top: -25px;
    background-image: url("../svg/icon-quote-marks.svg");
  }
}
@media (min-width: 64.063em) {
  .c-quote .quote__item:before {
    left: -37px;
  }
}
.c-quote .quote__item:after {
  display: none;
}
@media (min-width: 64.063em) {
  .c-quote .quote__item:after {
    right: -37px;
    display: block;
    transform: rotate(180deg);
  }
}
.c-quote .quote__item .c-quote__border {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  pointer-events: none;
}
.c-quote .quote__item .c-quote__border:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
  content: "";
}
.c-quote .c-quote__quote {
  margin-bottom: 24px;
  color: #313C47;
  text-align: center;
}
.c-quote .c-quote__quote p {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
@media (min-width: 64.063em) {
  .c-quote .c-quote__quote p {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.c-quote .c-quote__name {
  margin-bottom: 8px;
  color: #313C47;
  font-family: "Nunito Bold", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.c-quote .c-quote__role {
  color: #313C47;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.c-filter {
  margin-bottom: 32px;
}
.c-filter .c-filter__item {
  position: relative;
}
.c-filter .c-filter__item:after {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  background-image: url("../svg/icon-menu-arrow-d.svg");
  content: "";
}
.c-filter .c-filter__item:first-child {
  margin-bottom: 16px;
}
@media (min-width: 40.063em) {
  .c-filter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .c-filter .c-filter__item:first-child {
    margin-bottom: 0;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 48px;
}
.pagination .pagination__disabled {
  opacity: 0.3;
  pointer-events: none;
}
.pagination .pagination__arrow {
  position: relative;
  width: 48px;
  height: 48px;
  border: 2px solid #E81F63;
  border-radius: 100%;
}
.pagination .pagination__arrow:before {
  position: absolute;
  top: 14px;
  left: 13px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.pagination .pagination__prev:before {
  background-image: url("../svg/icon-arrow-l.svg");
}
.pagination .pagination__next:before {
  background-image: url("../svg/icon-arrow-r.svg");
}
.pagination .pagination__pages {
  display: flex;
  padding: 0 32px;
}
.pagination .pagination__pages li {
  padding: 0 12px;
}
.pagination .pagination__pages li .current {
  color: #E81F63;
}
.pagination .pagination__pages li:first-child {
  padding-left: 0;
}
.pagination .pagination__pages li:last-child {
  padding-right: 0;
}
@media (min-width: 64.063em) {
  .pagination {
    margin-top: 24px;
    margin-bottom: 80px;
  }
}

.pagination__single {
  margin-top: 32px;
}
.pagination__single .pagination__arrow span {
  display: none;
}
.pagination__single .pagination__prev {
  margin-right: 16px;
}
.pagination__single .pagination__next {
  margin-left: 16px;
}
@media (min-width: 40.063em) {
  .pagination__single .pagination__arrow {
    display: block;
    width: auto;
    height: auto;
    padding: 11px 24px 13px;
    border-radius: 50px;
    line-height: 2rem;
  }
  .pagination__single .pagination__arrow span {
    display: block;
  }
  .pagination__single .pagination__prev {
    padding-left: 48px;
  }
  .pagination__single .pagination__next {
    padding-right: 48px;
  }
  .pagination__single .pagination__next:before {
    right: 16px;
    left: auto;
  }
}
@media (min-width: 64.063em) {
  .pagination__single {
    margin-top: 80px;
  }
}

.c-map h2, .c-map h3, .c-map h4, .c-map h5 {
  margin-bottom: 24px;
}
.c-map h4 {
  font-weight: 300;
}
@media (min-width: 64.063em) {
  .c-map .c-map__col--1 {
    margin-bottom: 64px;
    padding-left: 96px;
  }
}
@media (min-width: 64.063em) {
  .c-map .c-map__col--2 {
    margin-bottom: 64px;
    padding-right: 96px;
  }
  .c-map .c-map__col--2 > p, .c-map .c-map__col--2 > ol, .c-map .c-map__col--2 > ul {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.c-map .c-map__col--map {
  margin-top: 24px;
  overflow: hidden;
}
@media (min-width: 64.063em) {
  .c-map .c-map__col--map {
    height: auto;
    margin-top: 0;
  }
}
.c-map .c-map__col--map .c-map_static-map {
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
@media (min-width: 64.063em) {
  .c-map .c-map__col--map .c-map_static-map {
    height: auto;
    border-radius: 24px;
    object-fit: unset;
  }
}
.c-map .c-map__map {
  height: 770px;
  border-radius: 24px;
}
.c-map .c-map__line {
  width: 32px;
  height: 4px;
  margin: 0 0 32px;
  background-color: #E81F63;
  border-radius: 2px;
}
@media (min-width: 64.063em) {
  .c-map .c-map__line {
    margin-top: 24px;
  }
}

.c-impact .c-impact__inner {
  padding: 40px 16px;
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 100%);
  color: #fff;
  text-align: center;
}
@media (min-width: 64.063em) {
  .c-impact .c-impact__inner {
    padding: 64px 96px;
    border-radius: 24px;
  }
}

.c-impact--button .c-impact__inner {
  padding: 24px 16px;
  text-align: left;
}
@media (min-width: 64.063em) {
  .c-impact--button .c-impact__inner {
    padding: 30px 40px;
  }
}
.c-impact--button .c-impact__inner .c-impact__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-impact--button .e-cta-button {
  margin-top: 16px;
}
@media (min-width: 64.063em) {
  .c-impact--button .e-cta-button {
    margin-top: 0;
  }
}

.c-search .c-listing {
  padding-top: 24px;
}
@media (min-width: 64.063em) {
  .c-search .c-listing {
    padding-top: 56px;
  }
}
.c-search .c-listing .c-listing__cards .c-listing__card:nth-last-child(-n+3) .e-card {
  height: calc(100% - 32px);
  margin-bottom: 32px;
}

.c-search__count {
  padding-top: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (min-width: 64.063em) {
  .c-search__count {
    padding-top: 40px;
    padding-left: 24px;
    font-size: 2rem;
    line-height: 3rem;
  }
}

.c-search__results--padding {
  padding-bottom: 48px;
}

/* stylelint-disable */
.search-results #si-wrapper {
  display: none !important;
}

/* stylelint-enable */
.c-gallery .c-gallery__title {
  margin-bottom: 16px;
  color: #202830;
  text-align: center;
}
.c-gallery .module-content {
  text-align: center;
}
.c-gallery .module-line {
  margin-right: auto;
  margin-left: auto;
}
.c-gallery .c-gallery__swiper {
  padding-bottom: 40px;
}
@media (min-width: 64.063em) {
  .c-gallery .c-gallery__swiper {
    padding-bottom: 0;
  }
}
.c-gallery .c-gallery-thumbs__swiper {
  display: none;
}
@media (min-width: 64.063em) {
  .c-gallery .c-gallery-thumbs__swiper {
    display: block;
    margin-right: 96px;
    margin-left: 96px;
  }
}
.c-gallery .c-gallery__image {
  width: 100%;
  height: 50vw;
  overflow: hidden;
  box-sizing: border-box;
}
@media (min-width: 64.063em) {
  .c-gallery .c-gallery__image {
    height: 522px;
    margin-bottom: 32px;
    padding-right: 96px;
    padding-left: 96px;
  }
}
.c-gallery .c-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.c-gallery .c-gallery__thumb {
  position: relative;
  width: 100%;
  height: 90px;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}
.c-gallery .c-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-gallery .swiper-slide-thumb-active .c-gallery__thumb:after {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: rgba(0, 0, 0, 0.3);
  border: 2px solid #E81F63;
  border-radius: 8px;
  content: "";
}
.c-gallery .c-gallery__prev,
.c-gallery .c-gallery__next {
  display: none;
}
@media (min-width: 64.063em) {
  .c-gallery .c-gallery__prev,
  .c-gallery .c-gallery__next {
    position: absolute;
    top: 49%;
    right: 0;
    display: block;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: 16px;
    border: 2px solid #E81F63;
    border-radius: 100%;
    opacity: 1;
  }
  .c-gallery .c-gallery__prev:before,
  .c-gallery .c-gallery__next:before {
    position: absolute;
    top: 14px;
    left: 13px;
    width: 16px;
    height: 16px;
    background-image: url("../svg/icon-arrow-r.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
  .c-gallery .c-gallery__prev:after,
  .c-gallery .c-gallery__next:after {
    display: none;
  }
  .c-gallery .c-gallery__prev.swiper-button-disabled,
  .c-gallery .c-gallery__next.swiper-button-disabled {
    border-color: rgba(232, 31, 99, 0.2);
  }
  .c-gallery .c-gallery__prev.swiper-button-disabled:before,
  .c-gallery .c-gallery__next.swiper-button-disabled:before {
    opacity: 0.2;
  }
}
.c-gallery .c-gallery__prev {
  right: auto;
  left: -16px;
}
.c-gallery .c-gallery__prev:before {
  transform: rotate(180deg);
}
.c-gallery .c-gallery__pagination {
  bottom: 6px;
  left: auto;
  display: flex;
  justify-content: center;
}
.c-gallery .c-gallery__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  background-color: #5C7083;
  border-radius: 100%;
}
.c-gallery .c-gallery__pagination .swiper-pagination-bullet-active {
  background-color: #E81F63;
}
.c-gallery .c-gallery__pagination .swiper-pagination-bullet-active:before {
  display: block;
  width: 18px;
  height: 18px;
  margin: -5px 0 0 -5px;
  border: 2px solid #E81F63;
  border-radius: 100%;
  content: "";
}

@media (min-width: 64.063em) {
  .c-layout-aside__grid {
    flex-direction: row-reverse;
  }
}

@media (min-width: 64.063em) {
  .c-layout-aside__main {
    background-color: #fff;
  }
}
.c-layout-aside__main .container .container__inner {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 64.063em) {
  .c-layout-aside__main--wrapped {
    padding: 0 80px;
    border-radius: 24px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08), 0 24px 40px -4px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 64.063em) {
  .c-layout-aside__main--wrapped .container__spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 64.063em) {
  .c-layout-aside--blog .c-layout-aside__col-inner {
    position: sticky;
    top: 170px;
  }
}
@media (min-width: 64.063em) {
  .c-layout-aside--blog .c-layout-aside__grid {
    flex-direction: row;
  }
}

.c-lightbox {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
}
.c-lightbox.open {
  display: block;
  display: flex;
  justify-content: center;
}
.c-lightbox .c-lightbox__close {
  position: absolute;
  top: 14px;
  top: -50px;
  right: 20px;
  height: 40px;
  transform: rotate(45deg);
  cursor: pointer;
}
@media (min-width: 40.063em) {
  .c-lightbox .c-lightbox__close {
    top: -40px;
    right: -30px;
  }
}
.c-lightbox .c-lightbox__close:before, .c-lightbox .c-lightbox__close:after {
  position: absolute;
  top: 15px;
  right: 0;
  width: 22px;
  height: 2px;
  background-color: #E81F63;
  transition: all 300ms cubic-bezier(0.5, 1, 0.89, 1);
  content: "";
}
@media (min-width: 64.063em) {
  .c-lightbox .c-lightbox__close:before, .c-lightbox .c-lightbox__close:after {
    top: 17px;
    width: 24px;
  }
}
.c-lightbox .c-lightbox__close:before {
  transform: rotate(0deg);
}
.c-lightbox .c-lightbox__close:after {
  transform: rotate(90deg);
}
.c-lightbox .c-lightbox__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 40.063em) {
  .c-lightbox .c-lightbox__container {
    width: 80%;
  }
}
@media (min-width: 64.063em) {
  .c-lightbox .c-lightbox__container {
    width: 60%;
  }
}
.c-lightbox .c-lightbox__content {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.c-lightbox .c-lightbox__content .js-lightboxContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.graphic:before {
  display: none;
}
@media (min-width: 64.063em) {
  .graphic:before {
    position: absolute;
    display: block;
    width: 544px;
    height: 544px;
    background-size: contain;
    content: "";
  }
}
.graphic--iconA:before {
  bottom: -120px;
  left: calc(100% - 272px);
  background-image: url("../svg/graphic-a.svg");
  background-position: bottom right;
}
.graphic--iconG:before {
  top: 0;
  left: -272px;
  background-image: url("../svg/graphic-g.svg");
  background-position: top left;
}

.google-review {
  position: absolute;
  bottom: -22px;
  left: 50%;
  z-index: 1040;
  display: none;
  margin-left: -127px;
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 100em;
}
.google-review .branding {
  height: 0;
  margin-top: 0;
  overflow: hidden;
}
@media (min-width: 64.063em) {
  .google-review {
    display: block;
  }
}

.google-review--alt {
  position: relative;
  bottom: auto;
  left: auto;
  display: inline-block;
  margin: 0 0 16px;
}

.c-term-menu {
  margin: 0 24px 0 0;
  padding: 0;
  list-style: none;
}
.c-term-menu li {
  border-bottom: 1px solid #EBEBEB;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.c-term-menu li a {
  display: block;
  padding: 16px;
}
.c-term-menu li.current-menu-item a {
  color: #E81F63;
}

/* stylelint-disable */
#social-intents-tab-chat,
#si-wrapper .silc-btn,
#siWidget-chat {
  right: calc(-100vw - 100px) !important;
}
@media (min-width: 40.063em) {
  #social-intents-tab-chat,
  #si-wrapper .silc-btn,
  #siWidget-chat {
    right: 25px !important;
  }
}

.silc-btn-button.silc-btn-button-color {
  background-color: #E81F63 !important;
}

.postid1698 #si-wrapper {
  display: none !important;
}

/* stylelint-enable */
.post__authors {
  max-width: 546px;
  margin: 0 auto;
  padding: 30px 0 25px;
  border-top: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2;
}

.post__author {
  display: flex;
  justify-content: center;
  text-align: center;
}
.post__author .post__author--image {
  display: inline-block;
  width: 122px;
  height: 122px;
  overflow: hidden;
  border-radius: 50%;
}
.post__author .post__author--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post__author .post__author--name {
  position: relative;
  margin-top: 13px;
  color: #202830;
  font-family: "Nunito Bold", sans-serif;
  font-size: 20px;
}
@media (min-width: 64.063em) {
  .post__author .post__author--name {
    font-size: 24px;
  }
}
.post__author .post__author--name:after {
  position: absolute;
  top: 7px;
  width: 16px;
  height: 16px;
  margin-left: 7px;
  background-image: url(../svg/icon-arrow-r.svg);
  content: "";
  transition: margin-left 300ms;
}
@media (min-width: 64.063em) {
  .post__author .post__author--name:after {
    top: 10px;
    margin-left: 9px;
  }
}
.post__author .post__author--role {
  margin-top: 10px;
  color: #202830;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 64.063em) {
  .post__author .post__author--role {
    font-size: 18px;
  }
}
.post__author:hover .post__author--name:after {
  margin-left: 11px;
}
@media (min-width: 64.063em) {
  .post__author:hover .post__author--name:after {
    margin-left: 13px;
  }
}

.c-number-list {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
}
.c-number-list .c-number-list__title {
  margin-bottom: 16px;
  font-family: "Nunito Bold", sans-serif;
}
.c-number-list .c-number-list__description {
  margin-bottom: 16px;
  color: #313C47;
}
.c-number-list .c-number-list__description p {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media (min-width: 64.063em) {
  .c-number-list .c-number-list__description p {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.c-number-list .c-number-list__description a {
  color: #E81F63;
  text-decoration: underline;
}
.c-number-list .c-number-list__line {
  width: 32px;
  height: 4px;
  margin: 0 0 32px;
  background-color: #E81F63;
  border-radius: 2px;
}
.c-number-list .c-number-list__wrapper {
  counter-reset: section;
}
@media (min-width: 64.063em) {
  .c-number-list .c-number-list__wrapper {
    margin-top: 40px;
  }
}
.c-number-list .c-number-list__item {
  margin-bottom: 10px;
  padding: 18px 16px;
  background-color: #fff;
  border: 1px solid #C2C2C2;
  border-radius: 16px;
}
@media (min-width: 64.063em) {
  .c-number-list .c-number-list__item {
    margin-bottom: 20px;
    padding: 26px 30px;
  }
}
.c-number-list .c-number-list__item-title {
  margin-bottom: 12px;
  font-family: "Nunito Bold", sans-serif;
  font-size: 20px;
}
@media (min-width: 64.063em) {
  .c-number-list .c-number-list__item-title {
    margin-bottom: 16px;
    font-size: 24px;
  }
}
.c-number-list .c-number-list__item-title:before {
  counter-increment: section;
  content: counter(section) ". ";
}
.c-number-list .c-number-list__item-content {
  font-weight: 300;
}
.c-number-list .c-number-list__item-content p {
  font-size: 16px;
  line-height: 24px;
}

.e-card {
  position: relative;
  display: block;
  height: calc(100% - 16px);
  margin-bottom: 16px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #C2C2C2;
  border-radius: 24px;
}
@media (min-width: 64.063em) {
  .e-card {
    height: calc(100% - 32px);
    margin-bottom: 32px;
  }
}
.e-card .e-card__image {
  position: relative;
  height: 162px;
}
@media (min-width: 64.063em) {
  .e-card .e-card__image {
    height: 198px;
  }
}
.e-card .e-card__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 24px 24px 0 0;
  object-fit: cover;
}
.e-card .e-card__icon {
  display: block;
  margin: 24px 0 0 24px;
}
@media (min-width: 64.063em) {
  .e-card .e-card__icon {
    margin: 32px 0 0 32px;
  }
}
.e-card .e-card__icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
@media (min-width: 64.063em) {
  .e-card .e-card__icon--small {
    margin-bottom: -16px;
  }
}
.e-card .e-card__icon--small img {
  width: 24px;
  height: 24px;
}
.e-card .e-card__terms {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  padding: 16px;
}
.e-card .e-card__term {
  margin-right: 8px;
  padding: 6px 8px 2px;
  background-color: #E81F63;
  border-radius: 8px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.e-card .e-card__main {
  height: 100%;
  padding: 16px;
  background-color: #fff;
}
@media (min-width: 64.063em) {
  .e-card .e-card__main {
    padding: 32px;
  }
}
.e-card .e-card__title {
  margin-bottom: 22px;
  color: #202830;
}
.e-card .e-card__meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.e-card .e-card__meta-item {
  position: relative;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.e-card .e-card__meta-item:first-of-type {
  font-weight: 500;
}
.e-card .e-card__date {
  margin-bottom: 11px;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.2rem;
}
.e-card .e-card__excerpt {
  margin-bottom: 16px;
  color: #313C47;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
}
.e-card .e-card__excerpt:last-child {
  margin-bottom: 0;
}
.e-card .e-card__cta {
  position: relative;
  display: inline-block;
  padding-right: 1.8rem;
  color: #E81F63;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.e-card .e-card__cta:after {
  position: absolute;
  top: 6px;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url("../svg/icon-arrow-r.svg");
  content: "";
  transition: right 300ms;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}
.e-card:hover .e-card__cta:after {
  right: -4px;
}
.e-card .e-card__detail {
  position: relative;
  display: block;
  margin-top: 8px;
  padding-left: 32px;
  color: #E81F63;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.e-card .e-card__detail:first-of-type {
  margin-top: 0;
}
.e-card .e-card__detail:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  content: "";
}
.e-card .e-card__detail--phone:before {
  background-image: url("../svg/icon-phone.svg");
}
.e-card .e-card__detail--email:before {
  background-image: url("../svg/icon-email.svg");
}
.e-card .e-cta-button {
  margin-top: 24px;
}

.e-card--mega-nav {
  margin: 16px 16px 0;
}
@media (min-width: 64.063em) {
  .e-card--mega-nav {
    margin: 0;
  }
}

.e-card--shadow {
  border: none;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 12px 20px -4px rgba(0, 0, 0, 0.1);
}

.e-card--aside {
  height: auto;
}

.e-card--logo {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  margin-bottom: 0;
  border: none;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 12px 20px -4px rgba(0, 0, 0, 0.1);
}
.e-card--logo .e-card__main {
  display: none;
}
.e-card--logo .e-card__icon {
  margin: 0;
}
.e-card--logo .e-card__icon img {
  width: 124px;
  height: 92px;
  object-fit: contain;
}
.e-card--logo .e-card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.e-card--post .e-card__title {
  position: relative;
  margin-bottom: 16px;
  padding-right: 40px;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.e-card--post .e-card__title:after {
  position: absolute;
  top: 7px;
  right: -3px;
  width: 15px;
  height: 15px;
  background-image: url("../svg/icon-arrow-r.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  content: "";
  transition: right 300ms;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}
.e-card--post:hover .e-card__title:after {
  right: -7px;
}

.e-card--case-studies .e-card__image img {
  object-fit: cover;
}
.e-card--case-studies .e-card__title {
  position: relative;
  margin-bottom: 16px;
  padding-right: 40px;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.e-card--case-studies .e-card__title:after {
  position: absolute;
  top: 7px;
  right: -3px;
  width: 15px;
  height: 15px;
  background-image: url("../svg/icon-arrow-r.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  content: "";
  transition: right 300ms;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}
.e-card--case-studies:hover .e-card__title:after {
  right: -7px;
}

.e-card--location .e-card__icon img {
  width: 20px;
  height: 30px;
}

.e-card--stat {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  margin-bottom: 0;
  background-color: #fff;
  border: none;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 12px 20px -4px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.e-card--stat .e-card__main {
  padding: 22px 64px;
}
@media (min-width: 64.063em) {
  .e-card--stat .e-card__main {
    padding: 24px 40px;
  }
}
.e-card--stat .e-card__title {
  margin-bottom: 16px;
  color: #E81F63;
  font-size: 52px;
  line-height: 58px;
}
@media (min-width: 64.063em) {
  .e-card--stat .e-card__title {
    font-size: 72px;
    line-height: 78px;
  }
}
.e-card--stat .e-card__excerpt {
  margin-bottom: 0;
}

.e-card--accordion {
  height: auto;
  border: none;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 12px 20px -4px rgba(0, 0, 0, 0.1);
}
.e-card--accordion .e-card__image {
  height: 288px;
}
@media (min-width: 64.063em) {
  .e-card--accordion .e-card__image {
    height: 352px;
  }
}
.e-card--accordion .e-card__main {
  padding-top: 24px;
}
.e-card--accordion .e-card__title {
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  font-size: 2.4rem;
  line-height: 3rem;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}
@media (min-width: 64.063em) {
  .e-card--accordion .e-card__title {
    font-size: 3.18rem;
    line-height: 3.6rem;
  }
}

.e-card--item {
  text-align: center;
}
.e-card--item .e-card__image {
  height: 152px;
  padding-top: 32px;
}
.e-card--item .e-card__image img {
  position: relative;
  width: auto;
  height: 100%;
  border-radius: 0;
  object-fit: unset;
}

.e-card--grid {
  overflow: unset;
  background-color: transparent;
  border: none;
  border-radius: 0;
  text-align: center;
}
.e-card--grid .e-card__image {
  display: none;
}
.e-card--grid .e-card__icon {
  margin-left: 0;
}
.e-card--grid .e-card__main {
  background-color: transparent;
}
@media (min-width: 64.063em) {
  .e-card--grid .e-card__main {
    padding-bottom: 0;
  }
}

.e-card--team .e-card__icon {
  display: none;
}
.e-card--team .e-card__image {
  height: 288px;
}
@media (min-width: 64.063em) {
  .e-card--team .e-card__image {
    height: 352px;
  }
}
.e-card--team .e-card__title {
  position: relative;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 26px;
}
.e-card--team .e-card__title:after {
  position: absolute;
  top: 5px;
  width: 16px;
  height: 16px;
  margin-left: 7px;
  background-image: url(../svg/icon-arrow-r.svg);
  content: "";
  transition: margin-left 300ms;
}
.e-card--team .e-card__job-title {
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.e-card--team:hover .e-card__title:after {
  margin-left: 11px;
}

.c-listing__card--half .e-card--team {
  background-color: transparent;
  border: none;
}
@media (min-width: 64.063em) {
  .c-listing__card--half .e-card--team {
    background-color: #fff;
    border: 1px solid #C2C2C2;
  }
}
.c-listing__card--half .e-card--team .e-card__image {
  height: calc(50vw - 32px);
}
@media (min-width: 64.063em) {
  .c-listing__card--half .e-card--team .e-card__image {
    height: 352px;
  }
}
.c-listing__card--half .e-card--team .e-card__image img {
  border-radius: 24px;
}
@media (min-width: 64.063em) {
  .c-listing__card--half .e-card--team .e-card__image img {
    border-radius: 24px 24px 0 0;
  }
}
.c-listing__card--half .e-card--team .e-card__main {
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
}
@media (min-width: 64.063em) {
  .c-listing__card--half .e-card--team .e-card__main {
    padding-right: 32px;
    padding-left: 32px;
    background-color: #fff;
  }
}
.c-listing__card--half .e-card--team .e-card__job-title {
  margin-bottom: 0;
}
@media (min-width: 64.063em) {
  .c-listing__card--half .e-card--team .e-card__job-title {
    margin-bottom: 12px;
  }
}
.c-listing__card--half .e-card--team .e-card__excerpt {
  display: none;
}
@media (min-width: 64.063em) {
  .c-listing__card--half .e-card--team .e-card__excerpt {
    display: block;
  }
}

.e-cta-button {
  position: relative;
  z-index: 1090;
  display: inline-block;
  width: 100%;
  min-width: 140px;
  padding: 12px 16px;
  border-radius: 100em;
  text-align: center;
  cursor: pointer;
}
.e-cta-button .e-cta-button__text {
  position: relative;
}
@media (min-width: 64.063em) {
  .e-cta-button {
    width: auto;
    padding: 11px 24px 13px;
  }
}

.e-cta-button--arrow {
  position: relative;
  padding-right: 32px;
}
.e-cta-button--arrow:after {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  background-image: url("../svg/icon-button-arrow.svg");
  content: "";
}
@media (min-width: 64.063em) {
  .e-cta-button--arrow {
    padding-right: 46px;
  }
}

.button-helper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 100em;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  opacity: 0;
}

.e-cta-button--brand {
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
}

.e-cta-button--warm {
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 100%);
}
.e-cta-button--warm .button-helper {
  background-image: linear-gradient(135deg, #4A0072 100%, #4A0072 100%);
}
.e-cta-button--warm:hover .button-helper {
  opacity: 1;
}

.e-cta-button--cool {
  background-image: linear-gradient(135deg, #039BE5 0%, #7B1FA2 100%);
}

.e-cta-button--outline {
  background-color: transparent;
  border: 2px solid #fff;
}
.e-cta-button--outline:hover {
  background-color: #fff;
  color: #313C47;
}
.e-cta-button--outline:hover:after {
  background-image: url("../svg/icon-button-arrow-brand.svg");
}

.e-cta-button--accent {
  border: 2px solid #E81F63;
  color: #313C47;
}
.e-cta-button--accent.e-cta-button--arrow:after {
  background-image: url("../svg/icon-button-arrow-brand.svg");
}

.e-cta-button--white {
  background-color: #fff;
  color: #313C47;
}
.e-cta-button--white.e-cta-button--arrow:after {
  background-image: url("../svg/icon-button-arrow-brand.svg");
}

.e-cta-button--hero {
  margin-top: 24px;
}
@media (min-width: 64.063em) {
  .e-cta-button--hero {
    margin-top: 32px;
  }
}

@media (min-width: 64.063em) {
  .js-lightbox-button {
    display: none;
  }
}

.e-burger {
  display: flex;
  align-items: center;
  height: 24px;
  cursor: pointer;
}
.e-burger .e-burger__text {
  margin-right: 10px;
}
.e-burger .e-burger__box {
  position: relative;
  display: block;
  width: 14px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.e-burger .e-burger__box:before, .e-burger .e-burger__box:after {
  position: absolute;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 200ms;
  content: "";
}
.e-burger .e-burger__box:before {
  top: -5px;
}
.e-burger .e-burger__box:after {
  bottom: -5px;
}
@media (min-width: 64.063em) {
  .e-burger {
    display: none;
    width: 40px;
    height: 40px;
    margin-right: -18px;
  }
}

.e-breadcrumb {
  margin-bottom: 14px;
  font-size: 12px;
}
@media (min-width: 64.063em) {
  .e-breadcrumb {
    font-size: 16px;
  }
}
.e-breadcrumb .e-breadcrumb__item:first-child {
  display: none;
}
.e-breadcrumb .e-breadcrumb__item-linked {
  opacity: 0.6;
}
.e-breadcrumb .e-breadcrumb__spacer:nth-child(2) {
  display: none;
}

.e-search {
  position: relative;
}

.e-search__toggle {
  width: 24px;
  height: 24px;
  background-image: url("../svg/icon-search-white.svg");
  background-position: center;
  cursor: pointer;
}
@media (min-width: 64.063em) {
  .e-search__toggle {
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 100%;
    transition: border 0.2s;
  }
  .e-search__toggle:hover {
    border: 2px solid #E81F63;
  }
}

.e-search__form {
  position: fixed;
  top: -56px;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 56px;
  background-color: #fff;
  transition: all 300ms cubic-bezier(0.5, 1, 0.89, 1);
}
@media (min-width: 64.063em) {
  .e-search__form {
    position: absolute;
    top: 0;
    right: -1px;
    left: auto;
    width: 0;
    height: 48px;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 12px 20px -4px rgba(0, 0, 0, 0.1);
  }
}
.e-search__form--open {
  top: 0;
}
@media (min-width: 64.063em) {
  .e-search__form--open {
    width: 600px;
  }
}

.e-search__input {
  width: 100%;
  height: 100%;
  padding: 4px 52px 0;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
}

.e-search__submit {
  position: absolute;
  top: 50%;
  right: 9px;
  z-index: 2;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background-image: url("../svg/icon-search.svg");
  background-position: center;
  outline: none;
  cursor: pointer;
}

.e-search__close {
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 2;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background-image: url("../svg/icon-close.svg");
  background-position: center;
  cursor: pointer;
}

.e-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.e-video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.e-video__placeholder {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.e-video__placeholder.hide {
  display: none;
}
.e-video__play {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(../svg/icon-play.svg);
  background-position: center;
  background-size: 60px;
  cursor: pointer;
  pointer-events: none;
}
@media (min-width: 75em) {
  .e-video__play {
    background-size: 125px;
  }
}

.e-back-to-top {
  opacity: 0;
}
.e-back-to-top.show {
  opacity: 1;
}

.e-cookie {
  display: none;
}
.e-cookie.show {
  display: block;
}


.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr{content-visibility:auto}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}
.tablepress{font-size:14px}.pricingComparisonTable thead tr.row-1 th.column-2,.pricingComparisonTable thead tr.row-1 th.column-1{background-color:#4a0072!important}.pricingComparisonTable thead tr:first-child th.column-3{background:linear-gradient(-35deg,#e81f63 0%,#7b1fa2 50%,#039be5 100%)!important}.pricingComparisonTable thead tr.row-1 th h3{color:#fff!important;font-family:"Nunito Bold",sans-serif!important}.pricingComparisonTable thead tr.row-1 th.column-2,.pricingComparisonTable tbody td.column-2{width:25%!important}.pricingComparisonTable thead tr.row-1 th.column-3,.pricingComparisonTable tbody td.column-3{width:25%!important}.pricingComparisonTable thead tr.row-1 th,.pricingComparisonTable tbody tr td{border-right:1px solid #e0e0e0!important}