@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
:root{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #ed0000;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #747474;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #efefef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #747474;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #171717;--bs-primary: #0220e7;--bs-secondary: #fff;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #ed0000;--bs-light: #fff;--bs-dark: #171717;--bs-primary-rgb: 2, 32, 231;--bs-secondary-rgb: 255, 255, 255;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 237, 0, 0;--bs-light-rgb: 255, 255, 255;--bs-dark-rgb: 23, 23, 23;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-body-color-rgb: 23, 23, 23;--bs-body-bg-rgb: 255, 255, 255;--bs-font-sans-serif: "Object Sans", system-ui, -apple-system, "Segoe UI", roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight: 315;--bs-body-line-height: 1.5;--bs-body-color: #171717;--bs-body-bg: #fff;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.5rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-2xl: 2rem;--bs-border-radius-pill: 50rem;--bs-link-color: #0220e7;--bs-link-hover-color: #0220e7;--bs-code-color: #d63384;--bs-highlight-bg: #fff3cd}.page-links-list__list{padding:0;margin:0;list-style:none}.navigation-promo-items__overlay{position:absolute;top:0;left:0;width:100%;height:100%}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:1.25rem;font-weight:500;line-height:1.2}h1,.h1{font-size:calc(1.35rem + 1.2vw)}@media(min-width: 1200px){h1,.h1{font-size:2.25rem}}h2,.h2{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){h2,.h2{font-size:1.75rem}}h3,.h3{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h3,.h3{font-size:1.5rem}}h4,.h4{font-size:1.25rem}h5,.h5{font-size:1rem}h6,.h6{font-size:0.875rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:570}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:0.875em}mark,.mark{padding:.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:var(--bs-link-color);text-decoration:underline}a:hover{color:var(--bs-link-hover-color);text-decoration:none}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#747474;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#747474}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid var(--bs-border-color);border-radius:.5rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:0.875em;color:#747474}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media(min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1920px}}.row{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media(min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media(min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media(min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media(min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media(min-width: 1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.table{--bs-table-color: var(--bs-body-color);--bs-table-bg: transparent;--bs-table-border-color: var(--bs-border-color);--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--bs-body-color);--bs-table-striped-bg: rgba(0, 0, 0, 0.05);--bs-table-active-color: var(--bs-body-color);--bs-table-active-bg: rgba(0, 0, 0, 0.1);--bs-table-hover-color: var(--bs-body-color);--bs-table-hover-bg: rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:var(--bs-table-color);vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:2px solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg: var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-accent-bg: var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg: var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg: var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-color: #171717;--bs-table-bg: #ccd2fa;--bs-table-border-color: #babfe3;--bs-table-striped-bg: #c3c9ef;--bs-table-striped-color: #171717;--bs-table-active-bg: #babfe3;--bs-table-active-color: #171717;--bs-table-hover-bg: #bec4e9;--bs-table-hover-color: #171717;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #171717;--bs-table-bg: white;--bs-table-border-color: #e8e8e8;--bs-table-striped-bg: #f3f3f3;--bs-table-striped-color: #171717;--bs-table-active-bg: #e8e8e8;--bs-table-active-color: #171717;--bs-table-hover-bg: #eeeeee;--bs-table-hover-color: #171717;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #171717;--bs-table-bg: #d1e7dd;--bs-table-border-color: #bed2c9;--bs-table-striped-bg: #c8ddd3;--bs-table-striped-color: #171717;--bs-table-active-bg: #bed2c9;--bs-table-active-color: #171717;--bs-table-hover-bg: #c3d7ce;--bs-table-hover-color: #171717;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #171717;--bs-table-bg: #cff4fc;--bs-table-border-color: #bddee5;--bs-table-striped-bg: #c6e9f1;--bs-table-striped-color: #171717;--bs-table-active-bg: #bddee5;--bs-table-active-color: #171717;--bs-table-hover-bg: #c1e3eb;--bs-table-hover-color: #171717;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #171717;--bs-table-bg: #fff3cd;--bs-table-border-color: #e8ddbb;--bs-table-striped-bg: #f3e8c4;--bs-table-striped-color: #171717;--bs-table-active-bg: #e8ddbb;--bs-table-active-color: #171717;--bs-table-hover-bg: #eee3bf;--bs-table-hover-color: #171717;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #171717;--bs-table-bg: #fbcccc;--bs-table-border-color: #e4baba;--bs-table-striped-bg: #f0c3c3;--bs-table-striped-color: #171717;--bs-table-active-bg: #e4baba;--bs-table-active-color: #171717;--bs-table-hover-bg: #eabebe;--bs-table-hover-color: #171717;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #171717;--bs-table-bg: #fff;--bs-table-border-color: #e8e8e8;--bs-table-striped-bg: #f3f3f3;--bs-table-striped-color: #171717;--bs-table-active-bg: #e8e8e8;--bs-table-active-color: #171717;--bs-table-hover-bg: #eeeeee;--bs-table-hover-color: #171717;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #171717;--bs-table-border-color: #2e2e2e;--bs-table-striped-bg: #232323;--bs-table-striped-color: #fff;--bs-table-active-bg: #2e2e2e;--bs-table-active-color: #fff;--bs-table-hover-bg: #282828;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width: 575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.875rem}.form-text{margin-top:.25rem;font-size:0.875em;color:#747474}.form-control{display:block;width:100%;padding:.25rem 0;font-size:1.25rem;font-weight:315;line-height:1.5;color:#171717;background-color:rgba(0,0,0,0);background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;transition:border-color .25s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#171717;background-color:rgba(0,0,0,0);border-color:#8190f3;outline:0;box-shadow:none}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#747474;opacity:1}.form-control::placeholder{color:#747474;opacity:1}.form-control:disabled{background-color:#efefef;opacity:1}.form-control::file-selector-button{padding:.25rem 0;margin:-0.25rem 0;margin-inline-end:0;color:#171717;background-color:#efefef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,-webkit-text-decoration .3s ease-out;transition:color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out;transition:color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out,-webkit-text-decoration .3s ease-out}@media(prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#e3e3e3}.form-control-plaintext{display:block;width:100%;padding:.25rem 0;margin-bottom:0;line-height:1.5;color:#171717;background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:1px 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + 1px);padding:.25rem .5rem;font-size:0.875rem;border-radius:.25rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-0.25rem -0.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 1px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 0.5rem + 1px)}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + 1px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 1px)}.form-control-color{width:3rem;height:calc(1.5em + 0.5rem + 1px);padding:.25rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0 !important;border-radius:0}.form-control-color::-webkit-color-swatch{border-radius:0}.form-control-color.form-control-sm{height:calc(1.5em + 0.5rem + 1px)}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + 1px)}.form-select{display:block;width:100%;padding:.25rem 0 .25rem 0;-moz-padding-start:-3px;font-size:1.25rem;font-weight:315;line-height:1.5;color:#171717;background-color:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 0 center;background-size:16px 12px;border:1px solid #ced4da;border-radius:0;transition:border-color .25s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion: reduce){.form-select{transition:none}}.form-select:focus{border-color:#8190f3;outline:0;box-shadow:0 0 0 .25rem rgba(2,32,231,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:0;background-image:none}.form-select:disabled{background-color:#efefef}.form-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #171717}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.875rem;border-radius:.25rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.5rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#8190f3;outline:0;box-shadow:0 0 0 .25rem rgba(2,32,231,.25)}.form-check-input:checked{background-color:#0220e7;border-color:#0220e7}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0220e7;border-color:#0220e7;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238190f3'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check[disabled]+input[type=submit],.btn-check:disabled+.btn,.btn-check:disabled+input[type=submit]{pointer-events:none;filter:none;opacity:1}.form-range{width:100%;height:1.5rem;padding:0;background-color:rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,none}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,none}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#0220e7;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media(prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b3bcf8}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0);border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0220e7;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b3bcf8}.form-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0);border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + 1px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem 0;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:1px solid rgba(0,0,0,0);transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem 0}.form-floating>.form-control::-moz-placeholder, .form-floating>.form-control-plaintext::-moz-placeholder{color:rgba(0,0,0,0)}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:rgba(0,0,0,0)}.form-floating>.form-control:not(:-moz-placeholder-shown), .form-floating>.form-control-plaintext:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control-plaintext~label{border-width:1px 0}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn,.input-group input[type=submit]{position:relative;z-index:2}.input-group .btn:focus,.input-group input[type=submit]:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.25rem 0;font-size:1.25rem;font-weight:315;line-height:1.5;color:#171717;text-align:center;white-space:nowrap;background-color:#efefef;border:1px solid #ced4da;border-radius:0}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn,.input-group-lg>input[type=submit]{padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn,.input-group-sm>input[type=submit]{padding:.25rem .5rem;font-size:0.875rem;border-radius:.25rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:0}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.5rem}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#198754;padding-right:calc(1.5em + 0.5rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.125rem) center;background-size:calc(0.75em + 0.25rem) calc(0.75em + 0.25rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 0.5rem);background-position:top calc(0.375em + 0.125rem) right calc(0.375em + 0.125rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:#198754}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{padding-right:0;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right 0 center,center right 0;background-size:16px 12px,calc(0.75em + 0.25rem) calc(0.75em + 0.25rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3rem + calc(1.5em + 0.5rem))}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:#198754}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:#198754}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#ed0000}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:rgba(237,0,0,.9);border-radius:.5rem}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#ed0000;padding-right:calc(1.5em + 0.5rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ed0000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ed0000' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.125rem) center;background-size:calc(0.75em + 0.25rem) calc(0.75em + 0.25rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#ed0000;box-shadow:0 0 0 .25rem rgba(237,0,0,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.5rem);background-position:top calc(0.375em + 0.125rem) right calc(0.375em + 0.125rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:#ed0000}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{padding-right:0;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ed0000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ed0000' stroke='none'/%3e%3c/svg%3e");background-position:right 0 center,center right 0;background-size:16px 12px,calc(0.75em + 0.25rem) calc(0.75em + 0.25rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:#ed0000;box-shadow:0 0 0 .25rem rgba(237,0,0,.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3rem + calc(1.5em + 0.5rem))}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:#ed0000}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:#ed0000}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(237,0,0,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#ed0000}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.btn,input[type=submit]{--bs-btn-padding-x: 1rem;--bs-btn-padding-y: 1rem;--bs-btn-font-family: ;--bs-btn-font-size:1.125rem;--bs-btn-font-weight: 430;--bs-btn-line-height: 1.3333333333;--bs-btn-color: #171717;--bs-btn-bg: transparent;--bs-btn-border-width: 1px;--bs-btn-border-color: transparent;--bs-btn-border-radius: 0.5rem;--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);--bs-btn-disabled-opacity: 1;--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,-webkit-text-decoration .3s ease-out;transition:color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out;transition:color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out,-webkit-text-decoration .3s ease-out}@media(prefers-reduced-motion: reduce){.btn,input[type=submit]{transition:none}}.btn:hover,input[type=submit]:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover,.btn-check+input[type=submit]:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible,input[type=submit]:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn,.btn-check:focus-visible+input[type=submit]{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn-check:checked+input[type=submit],:not(.btn-check)+.btn:active,:not(.btn-check)+input[type=submit]:active,.btn:first-child:active,input[type=submit]:first-child:active,.btn.active,input.active[type=submit],.btn.show,input.show[type=submit]{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.btn-check:checked+input[type=submit]:focus-visible,:not(.btn-check)+.btn:active:focus-visible,:not(.btn-check)+input[type=submit]:active:focus-visible,.btn:first-child:active:focus-visible,input[type=submit]:first-child:active:focus-visible,.btn.active:focus-visible,input.active[type=submit]:focus-visible,.btn.show:focus-visible,input.show[type=submit]:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,input[type=submit]:disabled,.btn.disabled,input.disabled[type=submit],fieldset:disabled .btn,fieldset:disabled input[type=submit]{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #0220e7;--bs-btn-border-color: #0220e7;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0220e7;--bs-btn-hover-border-color: #0220e7;--bs-btn-focus-shadow-rgb: 40, 65, 235;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0220e7;--bs-btn-active-border-color: #0220e7;--bs-btn-active-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #0220e7;--bs-btn-disabled-border-color: #0220e7}.btn-secondary{--bs-btn-color: #171717;--bs-btn-bg: #fff;--bs-btn-border-color: #fff;--bs-btn-hover-color: #171717;--bs-btn-hover-bg: white;--bs-btn-hover-border-color: white;--bs-btn-focus-shadow-rgb: 220, 220, 220;--bs-btn-active-color: #171717;--bs-btn-active-bg: white;--bs-btn-active-border-color: white;--bs-btn-active-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: #171717;--bs-btn-disabled-bg: #fff;--bs-btn-disabled-border-color: #fff}.btn-success{--bs-btn-color: #fff;--bs-btn-bg: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #198754;--bs-btn-hover-border-color: #198754;--bs-btn-focus-shadow-rgb: 60, 153, 110;--bs-btn-active-color: #fff;--bs-btn-active-bg: #198754;--bs-btn-active-border-color: #198754;--bs-btn-active-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #198754;--bs-btn-disabled-border-color: #198754}.btn-info{--bs-btn-color: #171717;--bs-btn-bg: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #171717;--bs-btn-hover-bg: #0dcaf0;--bs-btn-hover-border-color: #0dcaf0;--bs-btn-focus-shadow-rgb: 15, 175, 207;--bs-btn-active-color: #171717;--bs-btn-active-bg: #0dcaf0;--bs-btn-active-border-color: #0dcaf0;--bs-btn-active-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: #171717;--bs-btn-disabled-bg: #0dcaf0;--bs-btn-disabled-border-color: #0dcaf0}.btn-warning{--bs-btn-color: #171717;--bs-btn-bg: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #171717;--bs-btn-hover-bg: #ffc107;--bs-btn-hover-border-color: #ffc107;--bs-btn-focus-shadow-rgb: 220, 168, 9;--bs-btn-active-color: #171717;--bs-btn-active-bg: #ffc107;--bs-btn-active-border-color: #ffc107;--bs-btn-active-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: #171717;--bs-btn-disabled-bg: #ffc107;--bs-btn-disabled-border-color: #ffc107}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #ed0000;--bs-btn-border-color: #ed0000;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #ed0000;--bs-btn-hover-border-color: #ed0000;--bs-btn-focus-shadow-rgb: 240, 38, 38;--bs-btn-active-color: #fff;--bs-btn-active-bg: #ed0000;--bs-btn-active-border-color: #ed0000;--bs-btn-active-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #ed0000;--bs-btn-disabled-border-color: #ed0000}.btn-light{--bs-btn-color: #171717;--bs-btn-bg: #fff;--bs-btn-border-color: #fff;--bs-btn-hover-color: #171717;--bs-btn-hover-bg: white;--bs-btn-hover-border-color: white;--bs-btn-focus-shadow-rgb: 220, 220, 220;--bs-btn-active-color: #171717;--bs-btn-active-bg: white;--bs-btn-active-border-color: white;--bs-btn-active-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: #171717;--bs-btn-disabled-bg: #fff;--bs-btn-disabled-border-color: #fff}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #171717;--bs-btn-border-color: #171717;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #171717;--bs-btn-hover-border-color: #171717;--bs-btn-focus-shadow-rgb: 58, 58, 58;--bs-btn-active-color: #fff;--bs-btn-active-bg: #171717;--bs-btn-active-border-color: #171717;--bs-btn-active-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #171717;--bs-btn-disabled-border-color: #171717}.btn-outline-primary{--bs-btn-color: #0220e7;--bs-btn-border-color: #0220e7;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0220e7;--bs-btn-hover-border-color: #0220e7;--bs-btn-focus-shadow-rgb: 2, 32, 231;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0220e7;--bs-btn-active-border-color: #0220e7;--bs-btn-active-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: #0220e7;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0220e7;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #fff;--bs-btn-border-color: #fff;--bs-btn-hover-color: #171717;--bs-btn-hover-bg: #fff;--bs-btn-hover-border-color: #fff;--bs-btn-focus-shadow-rgb: 255, 255, 255;--bs-btn-active-color: #171717;--bs-btn-active-bg: #fff;--bs-btn-active-border-color: #fff;--bs-btn-active-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #fff;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #198754;--bs-btn-hover-border-color: #198754;--bs-btn-focus-shadow-rgb: 25, 135, 84;--bs-btn-active-color: #fff;--bs-btn-active-bg: #198754;--bs-btn-active-border-color: #198754;--bs-btn-active-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: #198754;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #198754;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #171717;--bs-btn-hover-bg: #0dcaf0;--bs-btn-hover-border-color: #0dcaf0;--bs-btn-focus-shadow-rgb: 13, 202, 240;--bs-btn-active-color: #171717;--bs-btn-active-bg: #0dcaf0;--bs-btn-active-border-color: #0dcaf0;--bs-btn-active-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: #0dcaf0;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0dcaf0;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #171717;--bs-btn-hover-bg: #ffc107;--bs-btn-hover-border-color: #ffc107;--bs-btn-focus-shadow-rgb: 255, 193, 7;--bs-btn-active-color: #171717;--bs-btn-active-bg: #ffc107;--bs-btn-active-border-color: #ffc107;--bs-btn-active-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: #ffc107;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ffc107;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #ed0000;--bs-btn-border-color: #ed0000;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #ed0000;--bs-btn-hover-border-color: #ed0000;--bs-btn-focus-shadow-rgb: 237, 0, 0;--bs-btn-active-color: #fff;--bs-btn-active-bg: #ed0000;--bs-btn-active-border-color: #ed0000;--bs-btn-active-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: #ed0000;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ed0000;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #fff;--bs-btn-border-color: #fff;--bs-btn-hover-color: #171717;--bs-btn-hover-bg: #fff;--bs-btn-hover-border-color: #fff;--bs-btn-focus-shadow-rgb: 255, 255, 255;--bs-btn-active-color: #171717;--bs-btn-active-bg: #fff;--bs-btn-active-border-color: #fff;--bs-btn-active-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #fff;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #171717;--bs-btn-border-color: #171717;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #171717;--bs-btn-hover-border-color: #171717;--bs-btn-focus-shadow-rgb: 23, 23, 23;--bs-btn-active-color: #fff;--bs-btn-active-bg: #171717;--bs-btn-active-border-color: #171717;--bs-btn-active-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: #171717;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #171717;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 315;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #171717;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: none;--bs-btn-focus-shadow-rgb: 40, 65, 235;text-decoration:underline}.btn-link:hover,.btn-link:focus-visible{text-decoration:none}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg{--bs-btn-padding-y: 0.5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius: 0.5rem}.btn-sm{--bs-btn-padding-y: 0.25rem;--bs-btn-padding-x: 0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius: 0.25rem}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .5s ease-in-out}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}.card{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: 0.5rem;--bs-card-border-width: 1px;--bs-card-border-color: var(--bs-border-color-translucent);--bs-card-border-radius: 8px;--bs-card-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);--bs-card-inner-border-radius: 7px;--bs-card-cap-padding-y: 0.5rem;--bs-card-cap-padding-x: 1rem;--bs-card-cap-bg: rgba(0, 0, 0, 0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: #fff;--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: 0.625rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y)}.card-subtitle{margin-top:calc(-0.5*var(--bs-card-title-spacer-y));margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-bottom:calc(-1*var(--bs-card-cap-padding-y));margin-left:calc(-0.5*var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-left:calc(-0.5*var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media(min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.badge,.explanation-text,.tag-outline,.tag,.navigation-promo-items__badge{--bs-badge-padding-x: 0.5rem;--bs-badge-padding-y: 0.25rem;--bs-badge-font-size:0.875rem;--bs-badge-font-weight: 430;--bs-badge-color: #171717;--bs-badge-border-radius: 0.5rem;display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty,.explanation-text:empty,.tag-outline:empty,.tag:empty,.navigation-promo-items__badge:empty{display:none}.btn .badge,input[type=submit] .badge,.btn .explanation-text,input[type=submit] .explanation-text,.btn .tag-outline,input[type=submit] .tag-outline,.btn .tag,.btn .navigation-promo-items__badge,input[type=submit] .tag,input[type=submit] .navigation-promo-items__badge{position:relative;top:-1px}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: 0.5rem;--bs-modal-color: ;--bs-modal-bg: #fff;--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: 1px;--bs-modal-border-radius: 0.5rem;--bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-modal-inner-border-radius: calc(0.5rem - 1px);--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: 1px;--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: 0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: 1px;position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:none}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin)*2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: 0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);margin:calc(-0.5*var(--bs-modal-header-padding-y)) calc(-0.5*var(--bs-modal-header-padding-x)) calc(-0.5*var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media(min-width: 576px){.modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 300px}}@media(min-width: 992px){.modal-lg,.modal-xl{--bs-modal-width: 800px}}@media(min-width: 1200px){.modal-xl{--bs-modal-width: 1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.offcanvas,.offcanvas-xxl,.offcanvas-xl,.offcanvas-lg,.offcanvas-md,.offcanvas-sm{--bs-offcanvas-zindex: 1045;--bs-offcanvas-width: 400px;--bs-offcanvas-height: 30vh;--bs-offcanvas-padding-x: 1rem;--bs-offcanvas-padding-y: 1rem;--bs-offcanvas-color: ;--bs-offcanvas-bg: #fff;--bs-offcanvas-border-width: 0;--bs-offcanvas-border-color: transparent;--bs-offcanvas-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15)}@media(max-width: 575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width: 575.98px)and (prefers-reduced-motion: reduce){.offcanvas-sm{transition:none}}@media(max-width: 575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media(max-width: 575.98px){.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media(max-width: 575.98px){.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width: 575.98px){.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width: 575.98px){.offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding){transform:none}}@media(max-width: 575.98px){.offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show{visibility:visible}}@media(min-width: 576px){.offcanvas-sm{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width: 767.98px)and (prefers-reduced-motion: reduce){.offcanvas-md{transition:none}}@media(max-width: 767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media(max-width: 767.98px){.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media(max-width: 767.98px){.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width: 767.98px){.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width: 767.98px){.offcanvas-md.showing,.offcanvas-md.show:not(.hiding){transform:none}}@media(max-width: 767.98px){.offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show{visibility:visible}}@media(min-width: 768px){.offcanvas-md{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width: 991.98px)and (prefers-reduced-motion: reduce){.offcanvas-lg{transition:none}}@media(max-width: 991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media(max-width: 991.98px){.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media(max-width: 991.98px){.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width: 991.98px){.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width: 991.98px){.offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding){transform:none}}@media(max-width: 991.98px){.offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show{visibility:visible}}@media(min-width: 992px){.offcanvas-lg{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width: 1199.98px)and (prefers-reduced-motion: reduce){.offcanvas-xl{transition:none}}@media(max-width: 1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media(max-width: 1199.98px){.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media(max-width: 1199.98px){.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width: 1199.98px){.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width: 1199.98px){.offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding){transform:none}}@media(max-width: 1199.98px){.offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show{visibility:visible}}@media(min-width: 1200px){.offcanvas-xl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width: 1399.98px)and (prefers-reduced-motion: reduce){.offcanvas-xxl{transition:none}}@media(max-width: 1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media(max-width: 1399.98px){.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media(max-width: 1399.98px){.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width: 1399.98px){.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width: 1399.98px){.offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding){transform:none}}@media(max-width: 1399.98px){.offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show{visibility:visible}}@media(min-width: 1400px){.offcanvas-xxl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media(prefers-reduced-motion: reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.showing,.offcanvas.show:not(.hiding){transform:none}.offcanvas.showing,.offcanvas.hiding,.offcanvas.show{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);margin-top:calc(-0.5*var(--bs-offcanvas-padding-y));margin-right:calc(-0.5*var(--bs-offcanvas-padding-x));margin-bottom:calc(-0.5*var(--bs-offcanvas-padding-y))}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff !important;background-color:RGBA(2, 32, 231, var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#171717 !important;background-color:RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#fff !important;background-color:RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#171717 !important;background-color:RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#171717 !important;background-color:RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(237, 0, 0, var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#171717 !important;background-color:RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(23, 23, 23, var(--bs-bg-opacity, 1)) !important}.link-primary{color:#0220e7 !important}.link-secondary{color:#fff !important}.link-success{color:#198754 !important}.link-info{color:#0dcaf0 !important}.link-warning{color:#ffc107 !important}.link-danger{color:#ed0000 !important}.link-light{color:#fff !important}.link-dark{color:#171717 !important}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.organisation-list__org-heading,.navigation-header__offcanvas-title,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}.ps{overflow:hidden !important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0px;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports(-ms-overflow-style: none){.ps{overflow:auto !important}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.ps{overflow:auto !important}}@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.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{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.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;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(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))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.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{height:100%;width:var(--swiper-centered-offset-after)}.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%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none !important}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.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;text-align:center;transition:300ms opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.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{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px, -50%, 0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.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%;transform:translateX(-50%);white-space:nowrap}.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}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;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{width:100%;height:4px;left:0;top:0}.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{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}:root{--viewport-width: 100vw;--viewport-height: 100vh;--line-length-max-width: 40rem}@media(min-width: 1200px){:root{--line-length-max-width: 45rem}}@property --gradient-angle{syntax:"<angle>";inherits:false;initial-value:242.43deg}@property --gradient-start{syntax:"<percentage>";inherits:false;initial-value:-5.76%}@property --gradient-end{syntax:"<percentage>";inherits:false;initial-value:105.65%}@property --gradient-active-hover-start{syntax:"<percentage>";inherits:false;initial-value:49.41%}.btn-primary{--bs-btn-color: #ffa49b;--bs-btn-hover-color: #ffa49b;--bs-btn-active-color: #ffa49b;--bs-btn-disabled-color: #171717;--bs-btn-border-color: transparent;--bs-btn-hover-border-color: transparent;--bs-btn-active-border-color: transparent;--bs-btn-bg: #0220e7;--bs-btn-hover-bg: #0220e7;--bs-btn-active-bg: #0220e7;--bs-btn-disabled-bg: #efefef;--btn-gradient-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-start), #171717 var(--gradient-end));--btn-gradient-border-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-active-hover-start), #171717 var(--gradient-end));background-image:var(--btn-gradient-bg);background-origin:border-box;transition:--gradient-angle .5s ease-in-out,--gradient-start .5s ease-in-out,--gradient-end .5s ease-in-out,color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out}.btn-primary:hover,.btn-primary:active{--gradient-start: 49.41%;--gradient-active-hover-start: -5.76%;background-image:var(--btn-gradient-bg),var(--btn-gradient-border-bg);background-clip:padding-box,border-box}.contact-details__btn-close,.btn-primary-alt{--bs-btn-color: #0220e7;--bs-btn-hover-color: #0220e7;--bs-btn-active-color: #0220e7;--bs-btn-bg: #ffa49b;--bs-btn-hover-bg: #ffa49b;--bs-btn-active-bg: #ffa49b;--bs-btn-border-color: transparent;--bs-btn-hover-border-color: transparent;--bs-btn-active-border-color: transparent;--btn-gradient-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-start), #fff var(--gradient-end));--btn-gradient-border-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-active-hover-start), #fff var(--gradient-end));background-image:var(--btn-gradient-bg);background-origin:border-box;transition:--gradient-angle .5s ease-in-out,--gradient-start .5s ease-in-out,--gradient-end .5s ease-in-out,color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out}.contact-details__btn-close:hover,.btn-primary-alt:hover,.contact-details__btn-close:active,.btn-primary-alt:active{--gradient-start: 49.41%;--gradient-active-hover-start: -5.76%;background-image:var(--btn-gradient-bg),var(--btn-gradient-border-bg);background-clip:padding-box,border-box}.filter__value-label,.btn-icon__text{color:rgba(0,0,0,0);background-image:var(--btn-secondary-bg);-webkit-background-clip:text;background-clip:text;position:relative}.explanation-text,.tag-outline,.tag,.navigation-promo-items__badge{--tag-text-color: #171717;--tag-bg-color: #efefef;--tag-border-color: #fff}.tag-outline{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}:root:not(.reduced-motion) .theme .theme-zone.theme--dark .outline-image-primary,:root:not(.reduced-motion) .theme .theme-zone.theme--matte-black .outline-image-primary,:root:not(.reduced-motion) .theme.theme--dark .outline-image-primary,:root:not(.reduced-motion) .theme.theme--matte-black .outline-image-primary,.reduced-motion .theme-section .theme-zone.theme--dark .outline-image-primary,.reduced-motion .theme-section .theme-zone.theme--matte-black .outline-image-primary,.reduced-motion .theme-zone .theme-zone.theme--dark .outline-image-primary,.reduced-motion .theme-zone .theme-zone.theme--matte-black .outline-image-primary,.reduced-motion .theme-section.theme--dark .outline-image-primary,.reduced-motion .theme-section.theme--matte-black .outline-image-primary,.reduced-motion .theme-zone.theme--dark .outline-image-primary,.reduced-motion .theme-zone.theme--matte-black .outline-image-primary{filter:brightness(0) invert(0%) sepia(13%) saturate(323%) hue-rotate(342deg) brightness(89%) contrast(82%)}:root:not(.reduced-motion) .theme .theme-zone.theme--pinky-peach .outline-image-primary,:root:not(.reduced-motion) .theme.theme--pinky-peach .outline-image-primary,.reduced-motion .theme-section .theme-zone.theme--pinky-peach .outline-image-primary,.reduced-motion .theme-zone .theme-zone.theme--pinky-peach .outline-image-primary,.reduced-motion .theme-section.theme--pinky-peach .outline-image-primary,.reduced-motion .theme-zone.theme--pinky-peach .outline-image-primary{filter:brightness(0) invert(78%) sepia(20%) saturate(760%) hue-rotate(322deg) brightness(103%) contrast(101%)}:root:not(.reduced-motion) .theme .theme-zone.theme--pastel-green .outline-image-primary,:root:not(.reduced-motion) .theme.theme--pastel-green .outline-image-primary,.reduced-motion .theme-section .theme-zone.theme--pastel-green .outline-image-primary,.reduced-motion .theme-zone .theme-zone.theme--pastel-green .outline-image-primary,.reduced-motion .theme-section.theme--pastel-green .outline-image-primary,.reduced-motion .theme-zone.theme--pastel-green .outline-image-primary{filter:brightness(0) invert(95%) sepia(10%) saturate(271%) hue-rotate(120deg) brightness(94%) contrast(90%)}:root:not(.reduced-motion) .theme .theme-zone.theme--cool-grey .outline-image-primary,:root:not(.reduced-motion) .theme.theme--cool-grey .outline-image-primary,.reduced-motion .theme-section .theme-zone.theme--cool-grey .outline-image-primary,.reduced-motion .theme-zone .theme-zone.theme--cool-grey .outline-image-primary,.reduced-motion .theme-section.theme--cool-grey .outline-image-primary,.reduced-motion .theme-zone.theme--cool-grey .outline-image-primary{filter:brightness(0) invert(99%) sepia(21%) saturate(199%) hue-rotate(185deg) brightness(114%) contrast(87%)}:root:not(.reduced-motion) .theme .theme-zone.theme--electric-green .outline-image-primary,:root:not(.reduced-motion) .theme.theme--electric-green .outline-image-primary,.reduced-motion .theme-section .theme-zone.theme--electric-green .outline-image-primary,.reduced-motion .theme-zone .theme-zone.theme--electric-green .outline-image-primary,.reduced-motion .theme-section.theme--electric-green .outline-image-primary,.reduced-motion .theme-zone.theme--electric-green .outline-image-primary{filter:brightness(0) invert(75%) sepia(25%) saturate(963%) hue-rotate(109deg) brightness(107%) contrast(101%)}:root:not(.reduced-motion) .theme .theme-zone.theme--manchester-yellow .outline-image-primary,:root:not(.reduced-motion) .theme.theme--manchester-yellow .outline-image-primary,.reduced-motion .theme-section .theme-zone.theme--manchester-yellow .outline-image-primary,.reduced-motion .theme-zone .theme-zone.theme--manchester-yellow .outline-image-primary,.reduced-motion .theme-section.theme--manchester-yellow .outline-image-primary,.reduced-motion .theme-zone.theme--manchester-yellow .outline-image-primary{filter:brightness(0) invert(86%) sepia(21%) saturate(1089%) hue-rotate(345deg) brightness(103%) contrast(94%)}:root:not(.reduced-motion) .theme .theme-zone.theme--electric-blue .outline-image-primary,:root:not(.reduced-motion) .theme.theme--electric-blue .outline-image-primary,.reduced-motion .theme-section .theme-zone.theme--electric-blue .outline-image-primary,.reduced-motion .theme-zone .theme-zone.theme--electric-blue .outline-image-primary,.reduced-motion .theme-section.theme--electric-blue .outline-image-primary,.reduced-motion .theme-zone.theme--electric-blue .outline-image-primary{filter:brightness(0) invert(11%) sepia(87%) saturate(7288%) hue-rotate(241deg) brightness(85%) contrast(116%)}.reduced-motion .theme-section,.reduced-motion .theme-zone{--theme-bg-color: #fff;--theme-text-color: #171717;--theme-text-contrast-color: #ffa49b;--theme-primary-color: #0220e7;--theme-primary-contrast-color: #ffa49b;--bs-primary: #0220e7;--bs-link-color: #171717;--bs-link-hover-color: #171717;--btn-secondary-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-start), #171717 var(--gradient-end));--bg-gradient-img: url("/dist/assets/img/gradient-background-dark.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;--takeover-bg-image: linear-gradient(270deg, color-mix(in srgb, var(--theme-bg-color), transparent 100%) 40%, var(--theme-bg-color) 100%), url("/dist/assets/img/hero-shape-dark.png");--takeover-bg-height: 100%;--takeover-bg-width: 70%;--takeover-bg-left: 40%;--takeover-bg-top: 0;--takeover-mask-image: url("/dist/assets/img/hero-shape-dark.png");color:var(--theme-text-color);background-color:var(--theme-bg-color)}.reduced-motion .theme-section .btn-primary,.reduced-motion .theme-section input[type=submit],.reduced-motion .theme-zone .btn-primary,.reduced-motion .theme-zone input[type=submit]{--bs-btn-color: #ffa49b;--bs-btn-hover-color: #ffa49b;--bs-btn-active-color: #ffa49b;--bs-btn-disabled-color: #171717;--bs-btn-border-color: transparent;--bs-btn-hover-border-color: transparent;--bs-btn-active-border-color: transparent;--bs-btn-bg: #0220e7;--bs-btn-hover-bg: #0220e7;--bs-btn-active-bg: #0220e7;--bs-btn-disabled-bg: #efefef;--btn-gradient-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-start), #171717 var(--gradient-end));--btn-gradient-border-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-active-hover-start), #171717 var(--gradient-end));background-image:var(--btn-gradient-bg);background-origin:border-box;transition:--gradient-angle .5s ease-in-out,--gradient-start .5s ease-in-out,--gradient-end .5s ease-in-out,color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out}.reduced-motion .theme-section .btn-primary:hover,.reduced-motion .theme-section .btn-primary:active,.reduced-motion .theme-section input[type=submit]:hover,.reduced-motion .theme-section input[type=submit]:active,.reduced-motion .theme-zone .btn-primary:hover,.reduced-motion .theme-zone .btn-primary:active,.reduced-motion .theme-zone input[type=submit]:hover,.reduced-motion .theme-zone input[type=submit]:active{--gradient-start: 49.41%;--gradient-active-hover-start: -5.76%;background-image:var(--btn-gradient-bg),var(--btn-gradient-border-bg);background-clip:padding-box,border-box}.reduced-motion .theme-section table,.reduced-motion .theme-zone table{--table-bg-color: #e6e9fd;--table-border-gradient-start: #0220e7;--table-border-gradient-end: #171717;--table-head-bg-color: #ccd2fa;--table-head-text-color: inherit;--table-body-text-color: inherit;--table-row-bg-color: #f7f8fe;--table-scrollbar-color: #6f80f1}.reduced-motion .theme-section .tag,.reduced-motion .theme-section .navigation-promo-items__badge,.reduced-motion .theme-section .explanation-text,.reduced-motion .theme-zone .tag,.reduced-motion .theme-zone .navigation-promo-items__badge,.reduced-motion .theme-zone .explanation-text{--tag-text-color: #171717;--tag-bg-color: #efefef;--tag-border-color: #fff}.reduced-motion .theme-section .item-card,.reduced-motion .theme-zone .item-card{--item-card-border-color: transparent;--item-card-bg-color: transparent;--item-card-heading-color: #171717;--item-card-active-border-color: #0220e7;--item-card-active-bg-color: transparent;--item-card-active-heading-color: #0220e7}.reduced-motion .theme-section .outline-image,.reduced-motion .theme-section .organisation-list__image,.reduced-motion .theme-zone .outline-image,.reduced-motion .theme-zone .organisation-list__image{filter:brightness(0)}.reduced-motion .theme-section .outline-image-primary,.reduced-motion .theme-zone .outline-image-primary{filter:brightness(0) invert(1)}.reduced-motion .theme-section.theme--light,.reduced-motion .theme-zone.theme--light{--theme-bg-color: #fff;--theme-text-color: #171717;--theme-text-contrast-color: #ffa49b;--theme-primary-color: #0220e7;--theme-primary-contrast-color: #ffa49b;--bs-primary: #0220e7;--bs-link-color: #171717;--bs-link-hover-color: #171717;--btn-secondary-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-start), #171717 var(--gradient-end));--bg-gradient-img: url("/dist/assets/img/gradient-background-dark.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;--takeover-bg-image: linear-gradient(270deg, color-mix(in srgb, var(--theme-bg-color), transparent 100%) 40%, var(--theme-bg-color) 100%), url("/dist/assets/img/hero-shape-dark.png");--takeover-bg-height: 100%;--takeover-bg-width: 70%;--takeover-bg-left: 40%;--takeover-bg-top: 0;--takeover-mask-image: url("/dist/assets/img/hero-shape-dark.png")}.reduced-motion .theme-section.theme--light .outline-image-primary,.reduced-motion .theme-zone.theme--light .outline-image-primary{filter:brightness(0) invert(1)}.reduced-motion .theme-section.theme--light .btn-primary,.reduced-motion .theme-section.theme--light input[type=submit],.reduced-motion .theme-zone.theme--light .btn-primary,.reduced-motion .theme-zone.theme--light input[type=submit]{--bs-btn-color: #ffa49b;--bs-btn-hover-color: #ffa49b;--bs-btn-active-color: #ffa49b;--bs-btn-disabled-color: #171717;--bs-btn-border-color: transparent;--bs-btn-hover-border-color: transparent;--bs-btn-active-border-color: transparent;--bs-btn-bg: #0220e7;--bs-btn-hover-bg: #0220e7;--bs-btn-active-bg: #0220e7;--bs-btn-disabled-bg: #efefef;--btn-gradient-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-start), #171717 var(--gradient-end));--btn-gradient-border-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-active-hover-start), #171717 var(--gradient-end));background-image:var(--btn-gradient-bg);background-origin:border-box;transition:--gradient-angle .5s ease-in-out,--gradient-start .5s ease-in-out,--gradient-end .5s ease-in-out,color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out}.reduced-motion .theme-section.theme--light .btn-primary:hover,.reduced-motion .theme-section.theme--light .btn-primary:active,.reduced-motion .theme-section.theme--light input[type=submit]:hover,.reduced-motion .theme-section.theme--light input[type=submit]:active,.reduced-motion .theme-zone.theme--light .btn-primary:hover,.reduced-motion .theme-zone.theme--light .btn-primary:active,.reduced-motion .theme-zone.theme--light input[type=submit]:hover,.reduced-motion .theme-zone.theme--light input[type=submit]:active{--gradient-start: 49.41%;--gradient-active-hover-start: -5.76%;background-image:var(--btn-gradient-bg),var(--btn-gradient-border-bg);background-clip:padding-box,border-box}.reduced-motion .theme-section.theme--light table,.reduced-motion .theme-zone.theme--light table{--table-bg-color: #e6e9fd;--table-border-gradient-start: #0220e7;--table-border-gradient-end: #171717;--table-head-bg-color: #ccd2fa;--table-head-text-color: inherit;--table-body-text-color: inherit;--table-row-bg-color: #f7f8fe;--table-scrollbar-color: #6f80f1}.reduced-motion .theme-section.theme--light .tag,.reduced-motion .theme-section.theme--light .navigation-promo-items__badge,.reduced-motion .theme-section.theme--light .explanation-text,.reduced-motion .theme-zone.theme--light .tag,.reduced-motion .theme-zone.theme--light .navigation-promo-items__badge,.reduced-motion .theme-zone.theme--light .explanation-text{--tag-text-color: #171717;--tag-bg-color: #efefef;--tag-border-color: #fff}.reduced-motion .theme-section.theme--light .item-card,.reduced-motion .theme-zone.theme--light .item-card{--item-card-border-color: transparent;--item-card-bg-color: transparent;--item-card-heading-color: #171717;--item-card-active-border-color: #0220e7;--item-card-active-bg-color: transparent;--item-card-active-heading-color: #0220e7}.reduced-motion .theme-section.theme--light .outline-image,.reduced-motion .theme-section.theme--light .organisation-list__image,.reduced-motion .theme-zone.theme--light .outline-image,.reduced-motion .theme-zone.theme--light .organisation-list__image{filter:brightness(0)}.reduced-motion .theme-section.theme--light .outline-image-primary,.reduced-motion .theme-zone.theme--light .outline-image-primary{filter:brightness(0) invert(1)}.reduced-motion .theme-section.theme--dark,.reduced-motion .theme-section.theme--matte-black,.reduced-motion .theme-zone.theme--dark,.reduced-motion .theme-zone.theme--matte-black{--theme-bg-color: #171717;--theme-text-color: #fff;--theme-text-contrast-color: #171717;--theme-primary-color: #ffa49b;--theme-primary-contrast-color: #0220e7;--bs-primary: #ffa49b;--bs-link-color: #fff;--bs-link-hover-color: #fff;--btn-secondary-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-start), #fff var(--gradient-end));--takeover-bg-image: linear-gradient(270deg, color-mix(in srgb, var(--theme-bg-color), transparent 100%) 40%, var(--theme-bg-color) 100%), url("/dist/assets/img/hero-shape-dark.png");--takeover-bg-height: 100%;--takeover-bg-width: 70%;--takeover-bg-left: 40%;--takeover-bg-top: 0;--takeover-mask-image: url("/dist/assets/img/hero-shape-dark.png")}.reduced-motion .theme-section.theme--dark .btn-primary,.reduced-motion .theme-section.theme--dark input[type=submit],.reduced-motion .theme-section.theme--matte-black .btn-primary,.reduced-motion .theme-section.theme--matte-black input[type=submit],.reduced-motion .theme-zone.theme--dark .btn-primary,.reduced-motion .theme-zone.theme--dark input[type=submit],.reduced-motion .theme-zone.theme--matte-black .btn-primary,.reduced-motion .theme-zone.theme--matte-black input[type=submit]{--bs-btn-color: #0220e7;--bs-btn-hover-color: #0220e7;--bs-btn-active-color: #0220e7;--bs-btn-bg: #ffa49b;--bs-btn-hover-bg: #ffa49b;--bs-btn-active-bg: #ffa49b;--bs-btn-border-color: transparent;--bs-btn-hover-border-color: transparent;--bs-btn-active-border-color: transparent;--btn-gradient-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-start), #fff var(--gradient-end));--btn-gradient-border-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-active-hover-start), #fff var(--gradient-end));background-image:var(--btn-gradient-bg);background-origin:border-box;transition:--gradient-angle .5s ease-in-out,--gradient-start .5s ease-in-out,--gradient-end .5s ease-in-out,color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out}.reduced-motion .theme-section.theme--dark .btn-primary:hover,.reduced-motion .theme-section.theme--dark .btn-primary:active,.reduced-motion .theme-section.theme--dark input[type=submit]:hover,.reduced-motion .theme-section.theme--dark input[type=submit]:active,.reduced-motion .theme-section.theme--matte-black .btn-primary:hover,.reduced-motion .theme-section.theme--matte-black .btn-primary:active,.reduced-motion .theme-section.theme--matte-black input[type=submit]:hover,.reduced-motion .theme-section.theme--matte-black input[type=submit]:active,.reduced-motion .theme-zone.theme--dark .btn-primary:hover,.reduced-motion .theme-zone.theme--dark .btn-primary:active,.reduced-motion .theme-zone.theme--dark input[type=submit]:hover,.reduced-motion .theme-zone.theme--dark input[type=submit]:active,.reduced-motion .theme-zone.theme--matte-black .btn-primary:hover,.reduced-motion .theme-zone.theme--matte-black .btn-primary:active,.reduced-motion .theme-zone.theme--matte-black input[type=submit]:hover,.reduced-motion .theme-zone.theme--matte-black input[type=submit]:active{--gradient-start: 49.41%;--gradient-active-hover-start: -5.76%;background-image:var(--btn-gradient-bg),var(--btn-gradient-border-bg);background-clip:padding-box,border-box}.reduced-motion .theme-section.theme--dark table,.reduced-motion .theme-section.theme--matte-black table,.reduced-motion .theme-zone.theme--dark table,.reduced-motion .theme-zone.theme--matte-black table{--table-bg-color: #454545;--table-border-gradient-start: #ffa49b;--table-border-gradient-end: #fff;--table-head-bg-color: #ffa49b;--table-head-text-color: #171717;--table-body-text-color: #fff;--table-row-bg-color: #575757;--table-scrollbar-color: #ffb7af}.reduced-motion .theme-section.theme--dark .tag,.reduced-motion .theme-section.theme--dark .navigation-promo-items__badge,.reduced-motion .theme-section.theme--dark .explanation-text,.reduced-motion .theme-section.theme--matte-black .tag,.reduced-motion .theme-section.theme--matte-black .navigation-promo-items__badge,.reduced-motion .theme-section.theme--matte-black .explanation-text,.reduced-motion .theme-zone.theme--dark .tag,.reduced-motion .theme-zone.theme--dark .navigation-promo-items__badge,.reduced-motion .theme-zone.theme--dark .explanation-text,.reduced-motion .theme-zone.theme--matte-black .tag,.reduced-motion .theme-zone.theme--matte-black .navigation-promo-items__badge,.reduced-motion .theme-zone.theme--matte-black .explanation-text{--tag-text-color: #efefef;--tag-bg-color: transparent;--tag-border-color: #efefef}.reduced-motion .theme-section.theme--dark .item-card,.reduced-motion .theme-section.theme--matte-black .item-card,.reduced-motion .theme-zone.theme--dark .item-card,.reduced-motion .theme-zone.theme--matte-black .item-card{--item-card-border-color: transparent;--item-card-bg-color: transparent;--item-card-heading-color: #fff;--item-card-active-border-color: #41ffc9;--item-card-active-bg-color: transparent;--item-card-active-heading-color: #41ffc9}.reduced-motion .theme-section.theme--dark .outline-image,.reduced-motion .theme-section.theme--dark .organisation-list__image,.reduced-motion .theme-section.theme--matte-black .outline-image,.reduced-motion .theme-section.theme--matte-black .organisation-list__image,.reduced-motion .theme-zone.theme--dark .outline-image,.reduced-motion .theme-zone.theme--dark .organisation-list__image,.reduced-motion .theme-zone.theme--matte-black .outline-image,.reduced-motion .theme-zone.theme--matte-black .organisation-list__image{filter:brightness(0) invert(1)}.reduced-motion .theme-section.theme--electric-blue,.reduced-motion .theme-zone.theme--electric-blue{--theme-bg-color: #e6e9fd}.reduced-motion .theme-section.theme--electric-blue .tag,.reduced-motion .theme-section.theme--electric-blue .navigation-promo-items__badge,.reduced-motion .theme-section.theme--electric-blue .explanation-text,.reduced-motion .theme-zone.theme--electric-blue .tag,.reduced-motion .theme-zone.theme--electric-blue .navigation-promo-items__badge,.reduced-motion .theme-zone.theme--electric-blue .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}.reduced-motion .theme-section.theme--electric-blue .outline-image,.reduced-motion .theme-section.theme--electric-blue .organisation-list__image,.reduced-motion .theme-zone.theme--electric-blue .outline-image,.reduced-motion .theme-zone.theme--electric-blue .organisation-list__image{filter:brightness(0)}.reduced-motion .theme-section.theme--electric-blue.takeover-hero,.reduced-motion .theme-zone.theme--electric-blue.takeover-hero{--theme-bg-color: #0220e7;--theme-text-color: #fff;--theme-text-contrast-color: #171717;--theme-primary-color: #ffa49b;--theme-primary-contrast-color: #0220e7;--bs-primary: #ffa49b;--bs-link-color: #fff;--bs-link-hover-color: #fff;--btn-secondary-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-start), #fff var(--gradient-end));--takeover-bg-image: linear-gradient(270deg, color-mix(in srgb, var(--theme-bg-color), transparent 100%) 40%, var(--theme-bg-color) 100%), url("/dist/assets/img/hero-shape-dark.png");--takeover-bg-height: 100%;--takeover-bg-width: 70%;--takeover-bg-left: 40%;--takeover-bg-top: 0;--takeover-mask-image: url("/dist/assets/img/hero-shape-dark.png")}.reduced-motion .theme-section.theme--electric-blue.takeover-hero .btn-primary,.reduced-motion .theme-section.theme--electric-blue.takeover-hero input[type=submit],.reduced-motion .theme-zone.theme--electric-blue.takeover-hero .btn-primary,.reduced-motion .theme-zone.theme--electric-blue.takeover-hero input[type=submit]{--bs-btn-color: #0220e7;--bs-btn-hover-color: #0220e7;--bs-btn-active-color: #0220e7;--bs-btn-bg: #ffa49b;--bs-btn-hover-bg: #ffa49b;--bs-btn-active-bg: #ffa49b;--bs-btn-border-color: transparent;--bs-btn-hover-border-color: transparent;--bs-btn-active-border-color: transparent;--btn-gradient-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-start), #fff var(--gradient-end));--btn-gradient-border-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-active-hover-start), #fff var(--gradient-end));background-image:var(--btn-gradient-bg);background-origin:border-box;transition:--gradient-angle .5s ease-in-out,--gradient-start .5s ease-in-out,--gradient-end .5s ease-in-out,color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out}.reduced-motion .theme-section.theme--electric-blue.takeover-hero .btn-primary:hover,.reduced-motion .theme-section.theme--electric-blue.takeover-hero .btn-primary:active,.reduced-motion .theme-section.theme--electric-blue.takeover-hero input[type=submit]:hover,.reduced-motion .theme-section.theme--electric-blue.takeover-hero input[type=submit]:active,.reduced-motion .theme-zone.theme--electric-blue.takeover-hero .btn-primary:hover,.reduced-motion .theme-zone.theme--electric-blue.takeover-hero .btn-primary:active,.reduced-motion .theme-zone.theme--electric-blue.takeover-hero input[type=submit]:hover,.reduced-motion .theme-zone.theme--electric-blue.takeover-hero input[type=submit]:active{--gradient-start: 49.41%;--gradient-active-hover-start: -5.76%;background-image:var(--btn-gradient-bg),var(--btn-gradient-border-bg);background-clip:padding-box,border-box}.reduced-motion .theme-section.theme--electric-blue.takeover-hero table,.reduced-motion .theme-zone.theme--electric-blue.takeover-hero table{--table-bg-color: #454545;--table-border-gradient-start: #ffa49b;--table-border-gradient-end: #fff;--table-head-bg-color: #ffa49b;--table-head-text-color: #171717;--table-body-text-color: #fff;--table-row-bg-color: #575757;--table-scrollbar-color: #ffb7af}.reduced-motion .theme-section.theme--electric-blue.takeover-hero .tag,.reduced-motion .theme-section.theme--electric-blue.takeover-hero .navigation-promo-items__badge,.reduced-motion .theme-section.theme--electric-blue.takeover-hero .explanation-text,.reduced-motion .theme-zone.theme--electric-blue.takeover-hero .tag,.reduced-motion .theme-zone.theme--electric-blue.takeover-hero .navigation-promo-items__badge,.reduced-motion .theme-zone.theme--electric-blue.takeover-hero .explanation-text{--tag-text-color: #efefef;--tag-bg-color: transparent;--tag-border-color: #efefef}.reduced-motion .theme-section.theme--electric-blue.takeover-hero .item-card,.reduced-motion .theme-zone.theme--electric-blue.takeover-hero .item-card{--item-card-border-color: transparent;--item-card-bg-color: transparent;--item-card-heading-color: #fff;--item-card-active-border-color: #41ffc9;--item-card-active-bg-color: transparent;--item-card-active-heading-color: #41ffc9}.reduced-motion .theme-section.theme--electric-blue.takeover-hero .outline-image,.reduced-motion .theme-section.theme--electric-blue.takeover-hero .organisation-list__image,.reduced-motion .theme-zone.theme--electric-blue.takeover-hero .outline-image,.reduced-motion .theme-zone.theme--electric-blue.takeover-hero .organisation-list__image{filter:brightness(0) invert(1)}.reduced-motion .theme-section.theme--pastel-green,.reduced-motion .theme-zone.theme--pastel-green{--theme-bg-color: #cde3e0}.reduced-motion .theme-section.theme--pastel-green .tag,.reduced-motion .theme-section.theme--pastel-green .navigation-promo-items__badge,.reduced-motion .theme-section.theme--pastel-green .explanation-text,.reduced-motion .theme-zone.theme--pastel-green .tag,.reduced-motion .theme-zone.theme--pastel-green .navigation-promo-items__badge,.reduced-motion .theme-zone.theme--pastel-green .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}.reduced-motion .theme-section.theme--pastel-green .outline-image,.reduced-motion .theme-section.theme--pastel-green .organisation-list__image,.reduced-motion .theme-zone.theme--pastel-green .outline-image,.reduced-motion .theme-zone.theme--pastel-green .organisation-list__image{filter:brightness(0)}.reduced-motion .theme-section.theme--pinky-peach,.reduced-motion .theme-zone.theme--pinky-peach{--theme-bg-color: #ffedeb}.reduced-motion .theme-section.theme--pinky-peach .tag,.reduced-motion .theme-section.theme--pinky-peach .navigation-promo-items__badge,.reduced-motion .theme-section.theme--pinky-peach .explanation-text,.reduced-motion .theme-zone.theme--pinky-peach .tag,.reduced-motion .theme-zone.theme--pinky-peach .navigation-promo-items__badge,.reduced-motion .theme-zone.theme--pinky-peach .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}.reduced-motion .theme-section.theme--pinky-peach .outline-image,.reduced-motion .theme-section.theme--pinky-peach .organisation-list__image,.reduced-motion .theme-zone.theme--pinky-peach .outline-image,.reduced-motion .theme-zone.theme--pinky-peach .organisation-list__image{filter:brightness(0)}.reduced-motion .theme-section.theme--manchester-yellow,.reduced-motion .theme-zone.theme--manchester-yellow{--theme-bg-color: #f7d46b}.reduced-motion .theme-section.theme--manchester-yellow .tag,.reduced-motion .theme-section.theme--manchester-yellow .navigation-promo-items__badge,.reduced-motion .theme-section.theme--manchester-yellow .explanation-text,.reduced-motion .theme-zone.theme--manchester-yellow .tag,.reduced-motion .theme-zone.theme--manchester-yellow .navigation-promo-items__badge,.reduced-motion .theme-zone.theme--manchester-yellow .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}.reduced-motion .theme-section.theme--manchester-yellow .outline-image,.reduced-motion .theme-section.theme--manchester-yellow .organisation-list__image,.reduced-motion .theme-zone.theme--manchester-yellow .outline-image,.reduced-motion .theme-zone.theme--manchester-yellow .organisation-list__image{filter:brightness(0)}.reduced-motion .theme-section.theme--electric-green,.reduced-motion .theme-zone.theme--electric-green{--theme-bg-color: #41ffc9}.reduced-motion .theme-section.theme--electric-green .tag,.reduced-motion .theme-section.theme--electric-green .navigation-promo-items__badge,.reduced-motion .theme-section.theme--electric-green .explanation-text,.reduced-motion .theme-zone.theme--electric-green .tag,.reduced-motion .theme-zone.theme--electric-green .navigation-promo-items__badge,.reduced-motion .theme-zone.theme--electric-green .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}.reduced-motion .theme-section.theme--electric-green .outline-image,.reduced-motion .theme-section.theme--electric-green .organisation-list__image,.reduced-motion .theme-zone.theme--electric-green .outline-image,.reduced-motion .theme-zone.theme--electric-green .organisation-list__image{filter:brightness(0)}.reduced-motion .theme-section.theme--cool-grey,.reduced-motion .theme-zone.theme--cool-grey{--theme-bg-color: #efefef}.reduced-motion .theme-section.theme--cool-grey .tag,.reduced-motion .theme-section.theme--cool-grey .navigation-promo-items__badge,.reduced-motion .theme-section.theme--cool-grey .explanation-text,.reduced-motion .theme-zone.theme--cool-grey .tag,.reduced-motion .theme-zone.theme--cool-grey .navigation-promo-items__badge,.reduced-motion .theme-zone.theme--cool-grey .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}.reduced-motion .theme-section.theme--cool-grey .outline-image,.reduced-motion .theme-section.theme--cool-grey .organisation-list__image,.reduced-motion .theme-zone.theme--cool-grey .outline-image,.reduced-motion .theme-zone.theme--cool-grey .organisation-list__image{filter:brightness(0)}.reduced-motion .theme-section.theme--cool-grey .btn-primary,.reduced-motion .theme-zone.theme--cool-grey .btn-primary{--bs-btn-disabled-bg: #fff}.reduced-motion .theme-section .theme-zone,.reduced-motion .theme-zone .theme-zone{--theme-bg-color: #fff;--theme-text-color: #171717;--theme-text-contrast-color: #ffa49b;--theme-primary-color: #0220e7;--theme-primary-contrast-color: #ffa49b;--bs-primary: #0220e7;--bs-link-color: #171717;--bs-link-hover-color: #171717;--btn-secondary-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-start), #171717 var(--gradient-end));--bg-gradient-img: url("/dist/assets/img/gradient-background-dark.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;--takeover-bg-image: linear-gradient(270deg, color-mix(in srgb, var(--theme-bg-color), transparent 100%) 40%, var(--theme-bg-color) 100%), url("/dist/assets/img/hero-shape-dark.png");--takeover-bg-height: 100%;--takeover-bg-width: 70%;--takeover-bg-left: 40%;--takeover-bg-top: 0;--takeover-mask-image: url("/dist/assets/img/hero-shape-dark.png");color:var(--theme-text-color);background-color:var(--theme-bg-color)}.reduced-motion .theme-section .theme-zone .btn-primary,.reduced-motion .theme-section .theme-zone input[type=submit],.reduced-motion .theme-zone .theme-zone .btn-primary,.reduced-motion .theme-zone .theme-zone input[type=submit]{--bs-btn-color: #ffa49b;--bs-btn-hover-color: #ffa49b;--bs-btn-active-color: #ffa49b;--bs-btn-disabled-color: #171717;--bs-btn-border-color: transparent;--bs-btn-hover-border-color: transparent;--bs-btn-active-border-color: transparent;--bs-btn-bg: #0220e7;--bs-btn-hover-bg: #0220e7;--bs-btn-active-bg: #0220e7;--bs-btn-disabled-bg: #efefef;--btn-gradient-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-start), #171717 var(--gradient-end));--btn-gradient-border-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-active-hover-start), #171717 var(--gradient-end));background-image:var(--btn-gradient-bg);background-origin:border-box;transition:--gradient-angle .5s ease-in-out,--gradient-start .5s ease-in-out,--gradient-end .5s ease-in-out,color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out}.reduced-motion .theme-section .theme-zone .btn-primary:hover,.reduced-motion .theme-section .theme-zone .btn-primary:active,.reduced-motion .theme-section .theme-zone input[type=submit]:hover,.reduced-motion .theme-section .theme-zone input[type=submit]:active,.reduced-motion .theme-zone .theme-zone .btn-primary:hover,.reduced-motion .theme-zone .theme-zone .btn-primary:active,.reduced-motion .theme-zone .theme-zone input[type=submit]:hover,.reduced-motion .theme-zone .theme-zone input[type=submit]:active{--gradient-start: 49.41%;--gradient-active-hover-start: -5.76%;background-image:var(--btn-gradient-bg),var(--btn-gradient-border-bg);background-clip:padding-box,border-box}.reduced-motion .theme-section .theme-zone table,.reduced-motion .theme-zone .theme-zone table{--table-bg-color: #e6e9fd;--table-border-gradient-start: #0220e7;--table-border-gradient-end: #171717;--table-head-bg-color: #ccd2fa;--table-head-text-color: inherit;--table-body-text-color: inherit;--table-row-bg-color: #f7f8fe;--table-scrollbar-color: #6f80f1}.reduced-motion .theme-section .theme-zone .tag,.reduced-motion .theme-section .theme-zone .navigation-promo-items__badge,.reduced-motion .theme-section .theme-zone .explanation-text,.reduced-motion .theme-zone .theme-zone .tag,.reduced-motion .theme-zone .theme-zone .navigation-promo-items__badge,.reduced-motion .theme-zone .theme-zone .explanation-text{--tag-text-color: #171717;--tag-bg-color: #efefef;--tag-border-color: #fff}.reduced-motion .theme-section .theme-zone .item-card,.reduced-motion .theme-zone .theme-zone .item-card{--item-card-border-color: transparent;--item-card-bg-color: transparent;--item-card-heading-color: #171717;--item-card-active-border-color: #0220e7;--item-card-active-bg-color: transparent;--item-card-active-heading-color: #0220e7}.reduced-motion .theme-section .theme-zone .outline-image,.reduced-motion .theme-section .theme-zone .organisation-list__image,.reduced-motion .theme-zone .theme-zone .outline-image,.reduced-motion .theme-zone .theme-zone .organisation-list__image{filter:brightness(0)}.reduced-motion .theme-section .theme-zone .outline-image-primary,.reduced-motion .theme-zone .theme-zone .outline-image-primary{filter:brightness(0) invert(1)}.reduced-motion .theme-section .theme-zone.theme--light,.reduced-motion .theme-zone .theme-zone.theme--light{--theme-bg-color: #fff;--theme-text-color: #171717;--theme-text-contrast-color: #ffa49b;--theme-primary-color: #0220e7;--theme-primary-contrast-color: #ffa49b;--bs-primary: #0220e7;--bs-link-color: #171717;--bs-link-hover-color: #171717;--btn-secondary-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-start), #171717 var(--gradient-end));--bg-gradient-img: url("/dist/assets/img/gradient-background-dark.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;--takeover-bg-image: linear-gradient(270deg, color-mix(in srgb, var(--theme-bg-color), transparent 100%) 40%, var(--theme-bg-color) 100%), url("/dist/assets/img/hero-shape-dark.png");--takeover-bg-height: 100%;--takeover-bg-width: 70%;--takeover-bg-left: 40%;--takeover-bg-top: 0;--takeover-mask-image: url("/dist/assets/img/hero-shape-dark.png")}.reduced-motion .theme-section .theme-zone.theme--light .outline-image-primary,.reduced-motion .theme-zone .theme-zone.theme--light .outline-image-primary{filter:brightness(0) invert(1)}.reduced-motion .theme-section .theme-zone.theme--light .btn-primary,.reduced-motion .theme-section .theme-zone.theme--light input[type=submit],.reduced-motion .theme-zone .theme-zone.theme--light .btn-primary,.reduced-motion .theme-zone .theme-zone.theme--light input[type=submit]{--bs-btn-color: #ffa49b;--bs-btn-hover-color: #ffa49b;--bs-btn-active-color: #ffa49b;--bs-btn-disabled-color: #171717;--bs-btn-border-color: transparent;--bs-btn-hover-border-color: transparent;--bs-btn-active-border-color: transparent;--bs-btn-bg: #0220e7;--bs-btn-hover-bg: #0220e7;--bs-btn-active-bg: #0220e7;--bs-btn-disabled-bg: #efefef;--btn-gradient-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-start), #171717 var(--gradient-end));--btn-gradient-border-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-active-hover-start), #171717 var(--gradient-end));background-image:var(--btn-gradient-bg);background-origin:border-box;transition:--gradient-angle .5s ease-in-out,--gradient-start .5s ease-in-out,--gradient-end .5s ease-in-out,color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out}.reduced-motion .theme-section .theme-zone.theme--light .btn-primary:hover,.reduced-motion .theme-section .theme-zone.theme--light .btn-primary:active,.reduced-motion .theme-section .theme-zone.theme--light input[type=submit]:hover,.reduced-motion .theme-section .theme-zone.theme--light input[type=submit]:active,.reduced-motion .theme-zone .theme-zone.theme--light .btn-primary:hover,.reduced-motion .theme-zone .theme-zone.theme--light .btn-primary:active,.reduced-motion .theme-zone .theme-zone.theme--light input[type=submit]:hover,.reduced-motion .theme-zone .theme-zone.theme--light input[type=submit]:active{--gradient-start: 49.41%;--gradient-active-hover-start: -5.76%;background-image:var(--btn-gradient-bg),var(--btn-gradient-border-bg);background-clip:padding-box,border-box}.reduced-motion .theme-section .theme-zone.theme--light table,.reduced-motion .theme-zone .theme-zone.theme--light table{--table-bg-color: #e6e9fd;--table-border-gradient-start: #0220e7;--table-border-gradient-end: #171717;--table-head-bg-color: #ccd2fa;--table-head-text-color: inherit;--table-body-text-color: inherit;--table-row-bg-color: #f7f8fe;--table-scrollbar-color: #6f80f1}.reduced-motion .theme-section .theme-zone.theme--light .tag,.reduced-motion .theme-section .theme-zone.theme--light .navigation-promo-items__badge,.reduced-motion .theme-section .theme-zone.theme--light .explanation-text,.reduced-motion .theme-zone .theme-zone.theme--light .tag,.reduced-motion .theme-zone .theme-zone.theme--light .navigation-promo-items__badge,.reduced-motion .theme-zone .theme-zone.theme--light .explanation-text{--tag-text-color: #171717;--tag-bg-color: #efefef;--tag-border-color: #fff}.reduced-motion .theme-section .theme-zone.theme--light .item-card,.reduced-motion .theme-zone .theme-zone.theme--light .item-card{--item-card-border-color: transparent;--item-card-bg-color: transparent;--item-card-heading-color: #171717;--item-card-active-border-color: #0220e7;--item-card-active-bg-color: transparent;--item-card-active-heading-color: #0220e7}.reduced-motion .theme-section .theme-zone.theme--light .outline-image,.reduced-motion .theme-section .theme-zone.theme--light .organisation-list__image,.reduced-motion .theme-zone .theme-zone.theme--light .outline-image,.reduced-motion .theme-zone .theme-zone.theme--light .organisation-list__image{filter:brightness(0)}.reduced-motion .theme-section .theme-zone.theme--light .outline-image-primary,.reduced-motion .theme-zone .theme-zone.theme--light .outline-image-primary{filter:brightness(0) invert(1)}.reduced-motion .theme-section .theme-zone.theme--dark,.reduced-motion .theme-section .theme-zone.theme--matte-black,.reduced-motion .theme-zone .theme-zone.theme--dark,.reduced-motion .theme-zone .theme-zone.theme--matte-black{--theme-bg-color: #171717;--theme-text-color: #fff;--theme-text-contrast-color: #171717;--theme-primary-color: #ffa49b;--theme-primary-contrast-color: #0220e7;--bs-primary: #ffa49b;--bs-link-color: #fff;--bs-link-hover-color: #fff;--btn-secondary-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-start), #fff var(--gradient-end));--takeover-bg-image: linear-gradient(270deg, color-mix(in srgb, var(--theme-bg-color), transparent 100%) 40%, var(--theme-bg-color) 100%), url("/dist/assets/img/hero-shape-dark.png");--takeover-bg-height: 100%;--takeover-bg-width: 70%;--takeover-bg-left: 40%;--takeover-bg-top: 0;--takeover-mask-image: url("/dist/assets/img/hero-shape-dark.png")}.reduced-motion .theme-section .theme-zone.theme--dark .btn-primary,.reduced-motion .theme-section .theme-zone.theme--dark input[type=submit],.reduced-motion .theme-section .theme-zone.theme--matte-black .btn-primary,.reduced-motion .theme-section .theme-zone.theme--matte-black input[type=submit],.reduced-motion .theme-zone .theme-zone.theme--dark .btn-primary,.reduced-motion .theme-zone .theme-zone.theme--dark input[type=submit],.reduced-motion .theme-zone .theme-zone.theme--matte-black .btn-primary,.reduced-motion .theme-zone .theme-zone.theme--matte-black input[type=submit]{--bs-btn-color: #0220e7;--bs-btn-hover-color: #0220e7;--bs-btn-active-color: #0220e7;--bs-btn-bg: #ffa49b;--bs-btn-hover-bg: #ffa49b;--bs-btn-active-bg: #ffa49b;--bs-btn-border-color: transparent;--bs-btn-hover-border-color: transparent;--bs-btn-active-border-color: transparent;--btn-gradient-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-start), #fff var(--gradient-end));--btn-gradient-border-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-active-hover-start), #fff var(--gradient-end));background-image:var(--btn-gradient-bg);background-origin:border-box;transition:--gradient-angle .5s ease-in-out,--gradient-start .5s ease-in-out,--gradient-end .5s ease-in-out,color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out}.reduced-motion .theme-section .theme-zone.theme--dark .btn-primary:hover,.reduced-motion .theme-section .theme-zone.theme--dark .btn-primary:active,.reduced-motion .theme-section .theme-zone.theme--dark input[type=submit]:hover,.reduced-motion .theme-section .theme-zone.theme--dark input[type=submit]:active,.reduced-motion .theme-section .theme-zone.theme--matte-black .btn-primary:hover,.reduced-motion .theme-section .theme-zone.theme--matte-black .btn-primary:active,.reduced-motion .theme-section .theme-zone.theme--matte-black input[type=submit]:hover,.reduced-motion .theme-section .theme-zone.theme--matte-black input[type=submit]:active,.reduced-motion .theme-zone .theme-zone.theme--dark .btn-primary:hover,.reduced-motion .theme-zone .theme-zone.theme--dark .btn-primary:active,.reduced-motion .theme-zone .theme-zone.theme--dark input[type=submit]:hover,.reduced-motion .theme-zone .theme-zone.theme--dark input[type=submit]:active,.reduced-motion .theme-zone .theme-zone.theme--matte-black .btn-primary:hover,.reduced-motion .theme-zone .theme-zone.theme--matte-black .btn-primary:active,.reduced-motion .theme-zone .theme-zone.theme--matte-black input[type=submit]:hover,.reduced-motion .theme-zone .theme-zone.theme--matte-black input[type=submit]:active{--gradient-start: 49.41%;--gradient-active-hover-start: -5.76%;background-image:var(--btn-gradient-bg),var(--btn-gradient-border-bg);background-clip:padding-box,border-box}.reduced-motion .theme-section .theme-zone.theme--dark table,.reduced-motion .theme-section .theme-zone.theme--matte-black table,.reduced-motion .theme-zone .theme-zone.theme--dark table,.reduced-motion .theme-zone .theme-zone.theme--matte-black table{--table-bg-color: #454545;--table-border-gradient-start: #ffa49b;--table-border-gradient-end: #fff;--table-head-bg-color: #ffa49b;--table-head-text-color: #171717;--table-body-text-color: #fff;--table-row-bg-color: #575757;--table-scrollbar-color: #ffb7af}.reduced-motion .theme-section .theme-zone.theme--dark .tag,.reduced-motion .theme-section .theme-zone.theme--dark .navigation-promo-items__badge,.reduced-motion .theme-section .theme-zone.theme--dark .explanation-text,.reduced-motion .theme-section .theme-zone.theme--matte-black .tag,.reduced-motion .theme-section .theme-zone.theme--matte-black .navigation-promo-items__badge,.reduced-motion .theme-section .theme-zone.theme--matte-black .explanation-text,.reduced-motion .theme-zone .theme-zone.theme--dark .tag,.reduced-motion .theme-zone .theme-zone.theme--dark .navigation-promo-items__badge,.reduced-motion .theme-zone .theme-zone.theme--dark .explanation-text,.reduced-motion .theme-zone .theme-zone.theme--matte-black .tag,.reduced-motion .theme-zone .theme-zone.theme--matte-black .navigation-promo-items__badge,.reduced-motion .theme-zone .theme-zone.theme--matte-black .explanation-text{--tag-text-color: #efefef;--tag-bg-color: transparent;--tag-border-color: #efefef}.reduced-motion .theme-section .theme-zone.theme--dark .item-card,.reduced-motion .theme-section .theme-zone.theme--matte-black .item-card,.reduced-motion .theme-zone .theme-zone.theme--dark .item-card,.reduced-motion .theme-zone .theme-zone.theme--matte-black .item-card{--item-card-border-color: transparent;--item-card-bg-color: transparent;--item-card-heading-color: #fff;--item-card-active-border-color: #41ffc9;--item-card-active-bg-color: transparent;--item-card-active-heading-color: #41ffc9}.reduced-motion .theme-section .theme-zone.theme--dark .outline-image,.reduced-motion .theme-section .theme-zone.theme--dark .organisation-list__image,.reduced-motion .theme-section .theme-zone.theme--matte-black .outline-image,.reduced-motion .theme-section .theme-zone.theme--matte-black .organisation-list__image,.reduced-motion .theme-zone .theme-zone.theme--dark .outline-image,.reduced-motion .theme-zone .theme-zone.theme--dark .organisation-list__image,.reduced-motion .theme-zone .theme-zone.theme--matte-black .outline-image,.reduced-motion .theme-zone .theme-zone.theme--matte-black .organisation-list__image{filter:brightness(0) invert(1)}.reduced-motion .theme-section .theme-zone.theme--electric-blue,.reduced-motion .theme-zone .theme-zone.theme--electric-blue{--theme-bg-color: #e6e9fd}.reduced-motion .theme-section .theme-zone.theme--electric-blue .tag,.reduced-motion .theme-section .theme-zone.theme--electric-blue .navigation-promo-items__badge,.reduced-motion .theme-section .theme-zone.theme--electric-blue .explanation-text,.reduced-motion .theme-zone .theme-zone.theme--electric-blue .tag,.reduced-motion .theme-zone .theme-zone.theme--electric-blue .navigation-promo-items__badge,.reduced-motion .theme-zone .theme-zone.theme--electric-blue .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}.reduced-motion .theme-section .theme-zone.theme--electric-blue .outline-image,.reduced-motion .theme-section .theme-zone.theme--electric-blue .organisation-list__image,.reduced-motion .theme-zone .theme-zone.theme--electric-blue .outline-image,.reduced-motion .theme-zone .theme-zone.theme--electric-blue .organisation-list__image{filter:brightness(0)}.reduced-motion .theme-section .theme-zone.theme--electric-blue.takeover-hero,.reduced-motion .theme-zone .theme-zone.theme--electric-blue.takeover-hero{--theme-bg-color: #0220e7;--theme-text-color: #fff;--theme-text-contrast-color: #171717;--theme-primary-color: #ffa49b;--theme-primary-contrast-color: #0220e7;--bs-primary: #ffa49b;--bs-link-color: #fff;--bs-link-hover-color: #fff;--btn-secondary-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-start), #fff var(--gradient-end));--takeover-bg-image: linear-gradient(270deg, color-mix(in srgb, var(--theme-bg-color), transparent 100%) 40%, var(--theme-bg-color) 100%), url("/dist/assets/img/hero-shape-dark.png");--takeover-bg-height: 100%;--takeover-bg-width: 70%;--takeover-bg-left: 40%;--takeover-bg-top: 0;--takeover-mask-image: url("/dist/assets/img/hero-shape-dark.png")}.reduced-motion .theme-section .theme-zone.theme--electric-blue.takeover-hero .btn-primary,.reduced-motion .theme-section .theme-zone.theme--electric-blue.takeover-hero input[type=submit],.reduced-motion .theme-zone .theme-zone.theme--electric-blue.takeover-hero .btn-primary,.reduced-motion .theme-zone .theme-zone.theme--electric-blue.takeover-hero input[type=submit]{--bs-btn-color: #0220e7;--bs-btn-hover-color: #0220e7;--bs-btn-active-color: #0220e7;--bs-btn-bg: #ffa49b;--bs-btn-hover-bg: #ffa49b;--bs-btn-active-bg: #ffa49b;--bs-btn-border-color: transparent;--bs-btn-hover-border-color: transparent;--bs-btn-active-border-color: transparent;--btn-gradient-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-start), #fff var(--gradient-end));--btn-gradient-border-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-active-hover-start), #fff var(--gradient-end));background-image:var(--btn-gradient-bg);background-origin:border-box;transition:--gradient-angle .5s ease-in-out,--gradient-start .5s ease-in-out,--gradient-end .5s ease-in-out,color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out}.reduced-motion .theme-section .theme-zone.theme--electric-blue.takeover-hero .btn-primary:hover,.reduced-motion .theme-section .theme-zone.theme--electric-blue.takeover-hero .btn-primary:active,.reduced-motion .theme-section .theme-zone.theme--electric-blue.takeover-hero input[type=submit]:hover,.reduced-motion .theme-section .theme-zone.theme--electric-blue.takeover-hero input[type=submit]:active,.reduced-motion .theme-zone .theme-zone.theme--electric-blue.takeover-hero .btn-primary:hover,.reduced-motion .theme-zone .theme-zone.theme--electric-blue.takeover-hero .btn-primary:active,.reduced-motion .theme-zone .theme-zone.theme--electric-blue.takeover-hero input[type=submit]:hover,.reduced-motion .theme-zone .theme-zone.theme--electric-blue.takeover-hero input[type=submit]:active{--gradient-start: 49.41%;--gradient-active-hover-start: -5.76%;background-image:var(--btn-gradient-bg),var(--btn-gradient-border-bg);background-clip:padding-box,border-box}.reduced-motion .theme-section .theme-zone.theme--electric-blue.takeover-hero table,.reduced-motion .theme-zone .theme-zone.theme--electric-blue.takeover-hero table{--table-bg-color: #454545;--table-border-gradient-start: #ffa49b;--table-border-gradient-end: #fff;--table-head-bg-color: #ffa49b;--table-head-text-color: #171717;--table-body-text-color: #fff;--table-row-bg-color: #575757;--table-scrollbar-color: #ffb7af}.reduced-motion .theme-section .theme-zone.theme--electric-blue.takeover-hero .tag,.reduced-motion .theme-section .theme-zone.theme--electric-blue.takeover-hero .navigation-promo-items__badge,.reduced-motion .theme-section .theme-zone.theme--electric-blue.takeover-hero .explanation-text,.reduced-motion .theme-zone .theme-zone.theme--electric-blue.takeover-hero .tag,.reduced-motion .theme-zone .theme-zone.theme--electric-blue.takeover-hero .navigation-promo-items__badge,.reduced-motion .theme-zone .theme-zone.theme--electric-blue.takeover-hero .explanation-text{--tag-text-color: #efefef;--tag-bg-color: transparent;--tag-border-color: #efefef}.reduced-motion .theme-section .theme-zone.theme--electric-blue.takeover-hero .item-card,.reduced-motion .theme-zone .theme-zone.theme--electric-blue.takeover-hero .item-card{--item-card-border-color: transparent;--item-card-bg-color: transparent;--item-card-heading-color: #fff;--item-card-active-border-color: #41ffc9;--item-card-active-bg-color: transparent;--item-card-active-heading-color: #41ffc9}.reduced-motion .theme-section .theme-zone.theme--electric-blue.takeover-hero .outline-image,.reduced-motion .theme-section .theme-zone.theme--electric-blue.takeover-hero .organisation-list__image,.reduced-motion .theme-zone .theme-zone.theme--electric-blue.takeover-hero .outline-image,.reduced-motion .theme-zone .theme-zone.theme--electric-blue.takeover-hero .organisation-list__image{filter:brightness(0) invert(1)}.reduced-motion .theme-section .theme-zone.theme--pastel-green,.reduced-motion .theme-zone .theme-zone.theme--pastel-green{--theme-bg-color: #cde3e0}.reduced-motion .theme-section .theme-zone.theme--pastel-green .tag,.reduced-motion .theme-section .theme-zone.theme--pastel-green .navigation-promo-items__badge,.reduced-motion .theme-section .theme-zone.theme--pastel-green .explanation-text,.reduced-motion .theme-zone .theme-zone.theme--pastel-green .tag,.reduced-motion .theme-zone .theme-zone.theme--pastel-green .navigation-promo-items__badge,.reduced-motion .theme-zone .theme-zone.theme--pastel-green .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}.reduced-motion .theme-section .theme-zone.theme--pastel-green .outline-image,.reduced-motion .theme-section .theme-zone.theme--pastel-green .organisation-list__image,.reduced-motion .theme-zone .theme-zone.theme--pastel-green .outline-image,.reduced-motion .theme-zone .theme-zone.theme--pastel-green .organisation-list__image{filter:brightness(0)}.reduced-motion .theme-section .theme-zone.theme--pinky-peach,.reduced-motion .theme-zone .theme-zone.theme--pinky-peach{--theme-bg-color: #ffedeb}.reduced-motion .theme-section .theme-zone.theme--pinky-peach .tag,.reduced-motion .theme-section .theme-zone.theme--pinky-peach .navigation-promo-items__badge,.reduced-motion .theme-section .theme-zone.theme--pinky-peach .explanation-text,.reduced-motion .theme-zone .theme-zone.theme--pinky-peach .tag,.reduced-motion .theme-zone .theme-zone.theme--pinky-peach .navigation-promo-items__badge,.reduced-motion .theme-zone .theme-zone.theme--pinky-peach .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}.reduced-motion .theme-section .theme-zone.theme--pinky-peach .outline-image,.reduced-motion .theme-section .theme-zone.theme--pinky-peach .organisation-list__image,.reduced-motion .theme-zone .theme-zone.theme--pinky-peach .outline-image,.reduced-motion .theme-zone .theme-zone.theme--pinky-peach .organisation-list__image{filter:brightness(0)}.reduced-motion .theme-section .theme-zone.theme--manchester-yellow,.reduced-motion .theme-zone .theme-zone.theme--manchester-yellow{--theme-bg-color: #f7d46b}.reduced-motion .theme-section .theme-zone.theme--manchester-yellow .tag,.reduced-motion .theme-section .theme-zone.theme--manchester-yellow .navigation-promo-items__badge,.reduced-motion .theme-section .theme-zone.theme--manchester-yellow .explanation-text,.reduced-motion .theme-zone .theme-zone.theme--manchester-yellow .tag,.reduced-motion .theme-zone .theme-zone.theme--manchester-yellow .navigation-promo-items__badge,.reduced-motion .theme-zone .theme-zone.theme--manchester-yellow .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}.reduced-motion .theme-section .theme-zone.theme--manchester-yellow .outline-image,.reduced-motion .theme-section .theme-zone.theme--manchester-yellow .organisation-list__image,.reduced-motion .theme-zone .theme-zone.theme--manchester-yellow .outline-image,.reduced-motion .theme-zone .theme-zone.theme--manchester-yellow .organisation-list__image{filter:brightness(0)}.reduced-motion .theme-section .theme-zone.theme--electric-green,.reduced-motion .theme-zone .theme-zone.theme--electric-green{--theme-bg-color: #41ffc9}.reduced-motion .theme-section .theme-zone.theme--electric-green .tag,.reduced-motion .theme-section .theme-zone.theme--electric-green .navigation-promo-items__badge,.reduced-motion .theme-section .theme-zone.theme--electric-green .explanation-text,.reduced-motion .theme-zone .theme-zone.theme--electric-green .tag,.reduced-motion .theme-zone .theme-zone.theme--electric-green .navigation-promo-items__badge,.reduced-motion .theme-zone .theme-zone.theme--electric-green .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}.reduced-motion .theme-section .theme-zone.theme--electric-green .outline-image,.reduced-motion .theme-section .theme-zone.theme--electric-green .organisation-list__image,.reduced-motion .theme-zone .theme-zone.theme--electric-green .outline-image,.reduced-motion .theme-zone .theme-zone.theme--electric-green .organisation-list__image{filter:brightness(0)}.reduced-motion .theme-section .theme-zone.theme--cool-grey,.reduced-motion .theme-zone .theme-zone.theme--cool-grey{--theme-bg-color: #efefef}.reduced-motion .theme-section .theme-zone.theme--cool-grey .tag,.reduced-motion .theme-section .theme-zone.theme--cool-grey .navigation-promo-items__badge,.reduced-motion .theme-section .theme-zone.theme--cool-grey .explanation-text,.reduced-motion .theme-zone .theme-zone.theme--cool-grey .tag,.reduced-motion .theme-zone .theme-zone.theme--cool-grey .navigation-promo-items__badge,.reduced-motion .theme-zone .theme-zone.theme--cool-grey .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}.reduced-motion .theme-section .theme-zone.theme--cool-grey .outline-image,.reduced-motion .theme-section .theme-zone.theme--cool-grey .organisation-list__image,.reduced-motion .theme-zone .theme-zone.theme--cool-grey .outline-image,.reduced-motion .theme-zone .theme-zone.theme--cool-grey .organisation-list__image{filter:brightness(0)}.reduced-motion .theme-section .theme-zone.theme--cool-grey .btn-primary,.reduced-motion .theme-zone .theme-zone.theme--cool-grey .btn-primary{--bs-btn-disabled-bg: #fff}:root:not(.reduced-motion) .theme{--theme-bg-color: #fff;--theme-text-color: #171717;--theme-text-contrast-color: #ffa49b;--theme-primary-color: #0220e7;--theme-primary-contrast-color: #ffa49b;--bs-primary: #0220e7;--bs-link-color: #171717;--bs-link-hover-color: #171717;--btn-secondary-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-start), #171717 var(--gradient-end));--bg-gradient-img: url("/dist/assets/img/gradient-background-dark.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;--takeover-bg-image: linear-gradient(270deg, color-mix(in srgb, var(--theme-bg-color), transparent 100%) 40%, var(--theme-bg-color) 100%), url("/dist/assets/img/hero-shape-dark.png");--takeover-bg-height: 100%;--takeover-bg-width: 70%;--takeover-bg-left: 40%;--takeover-bg-top: 0;--takeover-mask-image: url("/dist/assets/img/hero-shape-dark.png");color:var(--theme-text-color);background-color:var(--theme-bg-color)}:root:not(.reduced-motion) .theme .btn-primary,:root:not(.reduced-motion) .theme input[type=submit]{--bs-btn-color: #ffa49b;--bs-btn-hover-color: #ffa49b;--bs-btn-active-color: #ffa49b;--bs-btn-disabled-color: #171717;--bs-btn-border-color: transparent;--bs-btn-hover-border-color: transparent;--bs-btn-active-border-color: transparent;--bs-btn-bg: #0220e7;--bs-btn-hover-bg: #0220e7;--bs-btn-active-bg: #0220e7;--bs-btn-disabled-bg: #efefef;--btn-gradient-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-start), #171717 var(--gradient-end));--btn-gradient-border-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-active-hover-start), #171717 var(--gradient-end));background-image:var(--btn-gradient-bg);background-origin:border-box;transition:--gradient-angle .5s ease-in-out,--gradient-start .5s ease-in-out,--gradient-end .5s ease-in-out,color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out}:root:not(.reduced-motion) .theme .btn-primary:hover,:root:not(.reduced-motion) .theme .btn-primary:active,:root:not(.reduced-motion) .theme input[type=submit]:hover,:root:not(.reduced-motion) .theme input[type=submit]:active{--gradient-start: 49.41%;--gradient-active-hover-start: -5.76%;background-image:var(--btn-gradient-bg),var(--btn-gradient-border-bg);background-clip:padding-box,border-box}:root:not(.reduced-motion) .theme table{--table-bg-color: #e6e9fd;--table-border-gradient-start: #0220e7;--table-border-gradient-end: #171717;--table-head-bg-color: #ccd2fa;--table-head-text-color: inherit;--table-body-text-color: inherit;--table-row-bg-color: #f7f8fe;--table-scrollbar-color: #6f80f1}:root:not(.reduced-motion) .theme .tag,:root:not(.reduced-motion) .theme .navigation-promo-items__badge,:root:not(.reduced-motion) .theme .explanation-text{--tag-text-color: #171717;--tag-bg-color: #efefef;--tag-border-color: #fff}:root:not(.reduced-motion) .theme .item-card{--item-card-border-color: transparent;--item-card-bg-color: transparent;--item-card-heading-color: #171717;--item-card-active-border-color: #0220e7;--item-card-active-bg-color: transparent;--item-card-active-heading-color: #0220e7}:root:not(.reduced-motion) .theme .outline-image,:root:not(.reduced-motion) .theme .organisation-list__image{filter:brightness(0)}:root:not(.reduced-motion) .theme .outline-image-primary{filter:brightness(0) invert(1)}:root:not(.reduced-motion) .theme.theme--light{--theme-bg-color: #fff;--theme-text-color: #171717;--theme-text-contrast-color: #ffa49b;--theme-primary-color: #0220e7;--theme-primary-contrast-color: #ffa49b;--bs-primary: #0220e7;--bs-link-color: #171717;--bs-link-hover-color: #171717;--btn-secondary-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-start), #171717 var(--gradient-end));--bg-gradient-img: url("/dist/assets/img/gradient-background-dark.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;--takeover-bg-image: linear-gradient(270deg, color-mix(in srgb, var(--theme-bg-color), transparent 100%) 40%, var(--theme-bg-color) 100%), url("/dist/assets/img/hero-shape-dark.png");--takeover-bg-height: 100%;--takeover-bg-width: 70%;--takeover-bg-left: 40%;--takeover-bg-top: 0;--takeover-mask-image: url("/dist/assets/img/hero-shape-dark.png")}:root:not(.reduced-motion) .theme.theme--light .outline-image-primary{filter:brightness(0) invert(1)}:root:not(.reduced-motion) .theme.theme--light .btn-primary,:root:not(.reduced-motion) .theme.theme--light input[type=submit]{--bs-btn-color: #ffa49b;--bs-btn-hover-color: #ffa49b;--bs-btn-active-color: #ffa49b;--bs-btn-disabled-color: #171717;--bs-btn-border-color: transparent;--bs-btn-hover-border-color: transparent;--bs-btn-active-border-color: transparent;--bs-btn-bg: #0220e7;--bs-btn-hover-bg: #0220e7;--bs-btn-active-bg: #0220e7;--bs-btn-disabled-bg: #efefef;--btn-gradient-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-start), #171717 var(--gradient-end));--btn-gradient-border-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-active-hover-start), #171717 var(--gradient-end));background-image:var(--btn-gradient-bg);background-origin:border-box;transition:--gradient-angle .5s ease-in-out,--gradient-start .5s ease-in-out,--gradient-end .5s ease-in-out,color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out}:root:not(.reduced-motion) .theme.theme--light .btn-primary:hover,:root:not(.reduced-motion) .theme.theme--light .btn-primary:active,:root:not(.reduced-motion) .theme.theme--light input[type=submit]:hover,:root:not(.reduced-motion) .theme.theme--light input[type=submit]:active{--gradient-start: 49.41%;--gradient-active-hover-start: -5.76%;background-image:var(--btn-gradient-bg),var(--btn-gradient-border-bg);background-clip:padding-box,border-box}:root:not(.reduced-motion) .theme.theme--light table{--table-bg-color: #e6e9fd;--table-border-gradient-start: #0220e7;--table-border-gradient-end: #171717;--table-head-bg-color: #ccd2fa;--table-head-text-color: inherit;--table-body-text-color: inherit;--table-row-bg-color: #f7f8fe;--table-scrollbar-color: #6f80f1}:root:not(.reduced-motion) .theme.theme--light .tag,:root:not(.reduced-motion) .theme.theme--light .navigation-promo-items__badge,:root:not(.reduced-motion) .theme.theme--light .explanation-text{--tag-text-color: #171717;--tag-bg-color: #efefef;--tag-border-color: #fff}:root:not(.reduced-motion) .theme.theme--light .item-card{--item-card-border-color: transparent;--item-card-bg-color: transparent;--item-card-heading-color: #171717;--item-card-active-border-color: #0220e7;--item-card-active-bg-color: transparent;--item-card-active-heading-color: #0220e7}:root:not(.reduced-motion) .theme.theme--light .outline-image,:root:not(.reduced-motion) .theme.theme--light .organisation-list__image{filter:brightness(0)}:root:not(.reduced-motion) .theme.theme--light .outline-image-primary{filter:brightness(0) invert(1)}:root:not(.reduced-motion) .theme.theme--dark,:root:not(.reduced-motion) .theme.theme--matte-black{--theme-bg-color: #171717;--theme-text-color: #fff;--theme-text-contrast-color: #171717;--theme-primary-color: #ffa49b;--theme-primary-contrast-color: #0220e7;--bs-primary: #ffa49b;--bs-link-color: #fff;--bs-link-hover-color: #fff;--btn-secondary-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-start), #fff var(--gradient-end));--takeover-bg-image: linear-gradient(270deg, color-mix(in srgb, var(--theme-bg-color), transparent 100%) 40%, var(--theme-bg-color) 100%), url("/dist/assets/img/hero-shape-dark.png");--takeover-bg-height: 100%;--takeover-bg-width: 70%;--takeover-bg-left: 40%;--takeover-bg-top: 0;--takeover-mask-image: url("/dist/assets/img/hero-shape-dark.png")}:root:not(.reduced-motion) .theme.theme--dark .btn-primary,:root:not(.reduced-motion) .theme.theme--dark input[type=submit],:root:not(.reduced-motion) .theme.theme--matte-black .btn-primary,:root:not(.reduced-motion) .theme.theme--matte-black input[type=submit]{--bs-btn-color: #0220e7;--bs-btn-hover-color: #0220e7;--bs-btn-active-color: #0220e7;--bs-btn-bg: #ffa49b;--bs-btn-hover-bg: #ffa49b;--bs-btn-active-bg: #ffa49b;--bs-btn-border-color: transparent;--bs-btn-hover-border-color: transparent;--bs-btn-active-border-color: transparent;--btn-gradient-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-start), #fff var(--gradient-end));--btn-gradient-border-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-active-hover-start), #fff var(--gradient-end));background-image:var(--btn-gradient-bg);background-origin:border-box;transition:--gradient-angle .5s ease-in-out,--gradient-start .5s ease-in-out,--gradient-end .5s ease-in-out,color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out}:root:not(.reduced-motion) .theme.theme--dark .btn-primary:hover,:root:not(.reduced-motion) .theme.theme--dark .btn-primary:active,:root:not(.reduced-motion) .theme.theme--dark input[type=submit]:hover,:root:not(.reduced-motion) .theme.theme--dark input[type=submit]:active,:root:not(.reduced-motion) .theme.theme--matte-black .btn-primary:hover,:root:not(.reduced-motion) .theme.theme--matte-black .btn-primary:active,:root:not(.reduced-motion) .theme.theme--matte-black input[type=submit]:hover,:root:not(.reduced-motion) .theme.theme--matte-black input[type=submit]:active{--gradient-start: 49.41%;--gradient-active-hover-start: -5.76%;background-image:var(--btn-gradient-bg),var(--btn-gradient-border-bg);background-clip:padding-box,border-box}:root:not(.reduced-motion) .theme.theme--dark table,:root:not(.reduced-motion) .theme.theme--matte-black table{--table-bg-color: #454545;--table-border-gradient-start: #ffa49b;--table-border-gradient-end: #fff;--table-head-bg-color: #ffa49b;--table-head-text-color: #171717;--table-body-text-color: #fff;--table-row-bg-color: #575757;--table-scrollbar-color: #ffb7af}:root:not(.reduced-motion) .theme.theme--dark .tag,:root:not(.reduced-motion) .theme.theme--dark .navigation-promo-items__badge,:root:not(.reduced-motion) .theme.theme--dark .explanation-text,:root:not(.reduced-motion) .theme.theme--matte-black .tag,:root:not(.reduced-motion) .theme.theme--matte-black .navigation-promo-items__badge,:root:not(.reduced-motion) .theme.theme--matte-black .explanation-text{--tag-text-color: #efefef;--tag-bg-color: transparent;--tag-border-color: #efefef}:root:not(.reduced-motion) .theme.theme--dark .item-card,:root:not(.reduced-motion) .theme.theme--matte-black .item-card{--item-card-border-color: transparent;--item-card-bg-color: transparent;--item-card-heading-color: #fff;--item-card-active-border-color: #41ffc9;--item-card-active-bg-color: transparent;--item-card-active-heading-color: #41ffc9}:root:not(.reduced-motion) .theme.theme--dark .outline-image,:root:not(.reduced-motion) .theme.theme--dark .organisation-list__image,:root:not(.reduced-motion) .theme.theme--matte-black .outline-image,:root:not(.reduced-motion) .theme.theme--matte-black .organisation-list__image{filter:brightness(0) invert(1)}:root:not(.reduced-motion) .theme.theme--electric-blue{--theme-bg-color: #e6e9fd}:root:not(.reduced-motion) .theme.theme--electric-blue .tag,:root:not(.reduced-motion) .theme.theme--electric-blue .navigation-promo-items__badge,:root:not(.reduced-motion) .theme.theme--electric-blue .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}:root:not(.reduced-motion) .theme.theme--electric-blue .outline-image,:root:not(.reduced-motion) .theme.theme--electric-blue .organisation-list__image{filter:brightness(0)}:root:not(.reduced-motion) .theme.theme--electric-blue.takeover-hero{--theme-bg-color: #0220e7;--theme-text-color: #fff;--theme-text-contrast-color: #171717;--theme-primary-color: #ffa49b;--theme-primary-contrast-color: #0220e7;--bs-primary: #ffa49b;--bs-link-color: #fff;--bs-link-hover-color: #fff;--btn-secondary-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-start), #fff var(--gradient-end));--takeover-bg-image: linear-gradient(270deg, color-mix(in srgb, var(--theme-bg-color), transparent 100%) 40%, var(--theme-bg-color) 100%), url("/dist/assets/img/hero-shape-dark.png");--takeover-bg-height: 100%;--takeover-bg-width: 70%;--takeover-bg-left: 40%;--takeover-bg-top: 0;--takeover-mask-image: url("/dist/assets/img/hero-shape-dark.png")}:root:not(.reduced-motion) .theme.theme--electric-blue.takeover-hero .btn-primary,:root:not(.reduced-motion) .theme.theme--electric-blue.takeover-hero input[type=submit]{--bs-btn-color: #0220e7;--bs-btn-hover-color: #0220e7;--bs-btn-active-color: #0220e7;--bs-btn-bg: #ffa49b;--bs-btn-hover-bg: #ffa49b;--bs-btn-active-bg: #ffa49b;--bs-btn-border-color: transparent;--bs-btn-hover-border-color: transparent;--bs-btn-active-border-color: transparent;--btn-gradient-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-start), #fff var(--gradient-end));--btn-gradient-border-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-active-hover-start), #fff var(--gradient-end));background-image:var(--btn-gradient-bg);background-origin:border-box;transition:--gradient-angle .5s ease-in-out,--gradient-start .5s ease-in-out,--gradient-end .5s ease-in-out,color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out}:root:not(.reduced-motion) .theme.theme--electric-blue.takeover-hero .btn-primary:hover,:root:not(.reduced-motion) .theme.theme--electric-blue.takeover-hero .btn-primary:active,:root:not(.reduced-motion) .theme.theme--electric-blue.takeover-hero input[type=submit]:hover,:root:not(.reduced-motion) .theme.theme--electric-blue.takeover-hero input[type=submit]:active{--gradient-start: 49.41%;--gradient-active-hover-start: -5.76%;background-image:var(--btn-gradient-bg),var(--btn-gradient-border-bg);background-clip:padding-box,border-box}:root:not(.reduced-motion) .theme.theme--electric-blue.takeover-hero table{--table-bg-color: #454545;--table-border-gradient-start: #ffa49b;--table-border-gradient-end: #fff;--table-head-bg-color: #ffa49b;--table-head-text-color: #171717;--table-body-text-color: #fff;--table-row-bg-color: #575757;--table-scrollbar-color: #ffb7af}:root:not(.reduced-motion) .theme.theme--electric-blue.takeover-hero .tag,:root:not(.reduced-motion) .theme.theme--electric-blue.takeover-hero .navigation-promo-items__badge,:root:not(.reduced-motion) .theme.theme--electric-blue.takeover-hero .explanation-text{--tag-text-color: #efefef;--tag-bg-color: transparent;--tag-border-color: #efefef}:root:not(.reduced-motion) .theme.theme--electric-blue.takeover-hero .item-card{--item-card-border-color: transparent;--item-card-bg-color: transparent;--item-card-heading-color: #fff;--item-card-active-border-color: #41ffc9;--item-card-active-bg-color: transparent;--item-card-active-heading-color: #41ffc9}:root:not(.reduced-motion) .theme.theme--electric-blue.takeover-hero .outline-image,:root:not(.reduced-motion) .theme.theme--electric-blue.takeover-hero .organisation-list__image{filter:brightness(0) invert(1)}:root:not(.reduced-motion) .theme.theme--pastel-green{--theme-bg-color: #cde3e0}:root:not(.reduced-motion) .theme.theme--pastel-green .tag,:root:not(.reduced-motion) .theme.theme--pastel-green .navigation-promo-items__badge,:root:not(.reduced-motion) .theme.theme--pastel-green .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}:root:not(.reduced-motion) .theme.theme--pastel-green .outline-image,:root:not(.reduced-motion) .theme.theme--pastel-green .organisation-list__image{filter:brightness(0)}:root:not(.reduced-motion) .theme.theme--pinky-peach{--theme-bg-color: #ffedeb}:root:not(.reduced-motion) .theme.theme--pinky-peach .tag,:root:not(.reduced-motion) .theme.theme--pinky-peach .navigation-promo-items__badge,:root:not(.reduced-motion) .theme.theme--pinky-peach .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}:root:not(.reduced-motion) .theme.theme--pinky-peach .outline-image,:root:not(.reduced-motion) .theme.theme--pinky-peach .organisation-list__image{filter:brightness(0)}:root:not(.reduced-motion) .theme.theme--manchester-yellow{--theme-bg-color: #f7d46b}:root:not(.reduced-motion) .theme.theme--manchester-yellow .tag,:root:not(.reduced-motion) .theme.theme--manchester-yellow .navigation-promo-items__badge,:root:not(.reduced-motion) .theme.theme--manchester-yellow .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}:root:not(.reduced-motion) .theme.theme--manchester-yellow .outline-image,:root:not(.reduced-motion) .theme.theme--manchester-yellow .organisation-list__image{filter:brightness(0)}:root:not(.reduced-motion) .theme.theme--electric-green{--theme-bg-color: #41ffc9}:root:not(.reduced-motion) .theme.theme--electric-green .tag,:root:not(.reduced-motion) .theme.theme--electric-green .navigation-promo-items__badge,:root:not(.reduced-motion) .theme.theme--electric-green .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}:root:not(.reduced-motion) .theme.theme--electric-green .outline-image,:root:not(.reduced-motion) .theme.theme--electric-green .organisation-list__image{filter:brightness(0)}:root:not(.reduced-motion) .theme.theme--cool-grey{--theme-bg-color: #efefef}:root:not(.reduced-motion) .theme.theme--cool-grey .tag,:root:not(.reduced-motion) .theme.theme--cool-grey .navigation-promo-items__badge,:root:not(.reduced-motion) .theme.theme--cool-grey .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}:root:not(.reduced-motion) .theme.theme--cool-grey .outline-image,:root:not(.reduced-motion) .theme.theme--cool-grey .organisation-list__image{filter:brightness(0)}:root:not(.reduced-motion) .theme.theme--cool-grey .btn-primary{--bs-btn-disabled-bg: #fff}:root:not(.reduced-motion) .theme:not(.theme-init){transition:color .5s ease-in-out,background-color .5s ease-in-out}:root:not(.reduced-motion) .theme .theme-zone{--theme-bg-color: #fff;--theme-text-color: #171717;--theme-text-contrast-color: #ffa49b;--theme-primary-color: #0220e7;--theme-primary-contrast-color: #ffa49b;--bs-primary: #0220e7;--bs-link-color: #171717;--bs-link-hover-color: #171717;--btn-secondary-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-start), #171717 var(--gradient-end));--bg-gradient-img: url("/dist/assets/img/gradient-background-dark.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;--takeover-bg-image: linear-gradient(270deg, color-mix(in srgb, var(--theme-bg-color), transparent 100%) 40%, var(--theme-bg-color) 100%), url("/dist/assets/img/hero-shape-dark.png");--takeover-bg-height: 100%;--takeover-bg-width: 70%;--takeover-bg-left: 40%;--takeover-bg-top: 0;--takeover-mask-image: url("/dist/assets/img/hero-shape-dark.png");color:var(--theme-text-color);background-color:var(--theme-bg-color)}:root:not(.reduced-motion) .theme .theme-zone .btn-primary,:root:not(.reduced-motion) .theme .theme-zone input[type=submit]{--bs-btn-color: #ffa49b;--bs-btn-hover-color: #ffa49b;--bs-btn-active-color: #ffa49b;--bs-btn-disabled-color: #171717;--bs-btn-border-color: transparent;--bs-btn-hover-border-color: transparent;--bs-btn-active-border-color: transparent;--bs-btn-bg: #0220e7;--bs-btn-hover-bg: #0220e7;--bs-btn-active-bg: #0220e7;--bs-btn-disabled-bg: #efefef;--btn-gradient-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-start), #171717 var(--gradient-end));--btn-gradient-border-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-active-hover-start), #171717 var(--gradient-end));background-image:var(--btn-gradient-bg);background-origin:border-box;transition:--gradient-angle .5s ease-in-out,--gradient-start .5s ease-in-out,--gradient-end .5s ease-in-out,color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out}:root:not(.reduced-motion) .theme .theme-zone .btn-primary:hover,:root:not(.reduced-motion) .theme .theme-zone .btn-primary:active,:root:not(.reduced-motion) .theme .theme-zone input[type=submit]:hover,:root:not(.reduced-motion) .theme .theme-zone input[type=submit]:active{--gradient-start: 49.41%;--gradient-active-hover-start: -5.76%;background-image:var(--btn-gradient-bg),var(--btn-gradient-border-bg);background-clip:padding-box,border-box}:root:not(.reduced-motion) .theme .theme-zone table{--table-bg-color: #e6e9fd;--table-border-gradient-start: #0220e7;--table-border-gradient-end: #171717;--table-head-bg-color: #ccd2fa;--table-head-text-color: inherit;--table-body-text-color: inherit;--table-row-bg-color: #f7f8fe;--table-scrollbar-color: #6f80f1}:root:not(.reduced-motion) .theme .theme-zone .tag,:root:not(.reduced-motion) .theme .theme-zone .navigation-promo-items__badge,:root:not(.reduced-motion) .theme .theme-zone .explanation-text{--tag-text-color: #171717;--tag-bg-color: #efefef;--tag-border-color: #fff}:root:not(.reduced-motion) .theme .theme-zone .item-card{--item-card-border-color: transparent;--item-card-bg-color: transparent;--item-card-heading-color: #171717;--item-card-active-border-color: #0220e7;--item-card-active-bg-color: transparent;--item-card-active-heading-color: #0220e7}:root:not(.reduced-motion) .theme .theme-zone .outline-image,:root:not(.reduced-motion) .theme .theme-zone .organisation-list__image{filter:brightness(0)}:root:not(.reduced-motion) .theme .theme-zone .outline-image-primary{filter:brightness(0) invert(1)}:root:not(.reduced-motion) .theme .theme-zone.theme--light{--theme-bg-color: #fff;--theme-text-color: #171717;--theme-text-contrast-color: #ffa49b;--theme-primary-color: #0220e7;--theme-primary-contrast-color: #ffa49b;--bs-primary: #0220e7;--bs-link-color: #171717;--bs-link-hover-color: #171717;--btn-secondary-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-start), #171717 var(--gradient-end));--bg-gradient-img: url("/dist/assets/img/gradient-background-dark.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;--takeover-bg-image: linear-gradient(270deg, color-mix(in srgb, var(--theme-bg-color), transparent 100%) 40%, var(--theme-bg-color) 100%), url("/dist/assets/img/hero-shape-dark.png");--takeover-bg-height: 100%;--takeover-bg-width: 70%;--takeover-bg-left: 40%;--takeover-bg-top: 0;--takeover-mask-image: url("/dist/assets/img/hero-shape-dark.png")}:root:not(.reduced-motion) .theme .theme-zone.theme--light .outline-image-primary{filter:brightness(0) invert(1)}:root:not(.reduced-motion) .theme .theme-zone.theme--light .btn-primary,:root:not(.reduced-motion) .theme .theme-zone.theme--light input[type=submit]{--bs-btn-color: #ffa49b;--bs-btn-hover-color: #ffa49b;--bs-btn-active-color: #ffa49b;--bs-btn-disabled-color: #171717;--bs-btn-border-color: transparent;--bs-btn-hover-border-color: transparent;--bs-btn-active-border-color: transparent;--bs-btn-bg: #0220e7;--bs-btn-hover-bg: #0220e7;--bs-btn-active-bg: #0220e7;--bs-btn-disabled-bg: #efefef;--btn-gradient-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-start), #171717 var(--gradient-end));--btn-gradient-border-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-active-hover-start), #171717 var(--gradient-end));background-image:var(--btn-gradient-bg);background-origin:border-box;transition:--gradient-angle .5s ease-in-out,--gradient-start .5s ease-in-out,--gradient-end .5s ease-in-out,color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out}:root:not(.reduced-motion) .theme .theme-zone.theme--light .btn-primary:hover,:root:not(.reduced-motion) .theme .theme-zone.theme--light .btn-primary:active,:root:not(.reduced-motion) .theme .theme-zone.theme--light input[type=submit]:hover,:root:not(.reduced-motion) .theme .theme-zone.theme--light input[type=submit]:active{--gradient-start: 49.41%;--gradient-active-hover-start: -5.76%;background-image:var(--btn-gradient-bg),var(--btn-gradient-border-bg);background-clip:padding-box,border-box}:root:not(.reduced-motion) .theme .theme-zone.theme--light table{--table-bg-color: #e6e9fd;--table-border-gradient-start: #0220e7;--table-border-gradient-end: #171717;--table-head-bg-color: #ccd2fa;--table-head-text-color: inherit;--table-body-text-color: inherit;--table-row-bg-color: #f7f8fe;--table-scrollbar-color: #6f80f1}:root:not(.reduced-motion) .theme .theme-zone.theme--light .tag,:root:not(.reduced-motion) .theme .theme-zone.theme--light .navigation-promo-items__badge,:root:not(.reduced-motion) .theme .theme-zone.theme--light .explanation-text{--tag-text-color: #171717;--tag-bg-color: #efefef;--tag-border-color: #fff}:root:not(.reduced-motion) .theme .theme-zone.theme--light .item-card{--item-card-border-color: transparent;--item-card-bg-color: transparent;--item-card-heading-color: #171717;--item-card-active-border-color: #0220e7;--item-card-active-bg-color: transparent;--item-card-active-heading-color: #0220e7}:root:not(.reduced-motion) .theme .theme-zone.theme--light .outline-image,:root:not(.reduced-motion) .theme .theme-zone.theme--light .organisation-list__image{filter:brightness(0)}:root:not(.reduced-motion) .theme .theme-zone.theme--light .outline-image-primary{filter:brightness(0) invert(1)}:root:not(.reduced-motion) .theme .theme-zone.theme--dark,:root:not(.reduced-motion) .theme .theme-zone.theme--matte-black{--theme-bg-color: #171717;--theme-text-color: #fff;--theme-text-contrast-color: #171717;--theme-primary-color: #ffa49b;--theme-primary-contrast-color: #0220e7;--bs-primary: #ffa49b;--bs-link-color: #fff;--bs-link-hover-color: #fff;--btn-secondary-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-start), #fff var(--gradient-end));--takeover-bg-image: linear-gradient(270deg, color-mix(in srgb, var(--theme-bg-color), transparent 100%) 40%, var(--theme-bg-color) 100%), url("/dist/assets/img/hero-shape-dark.png");--takeover-bg-height: 100%;--takeover-bg-width: 70%;--takeover-bg-left: 40%;--takeover-bg-top: 0;--takeover-mask-image: url("/dist/assets/img/hero-shape-dark.png")}:root:not(.reduced-motion) .theme .theme-zone.theme--dark .btn-primary,:root:not(.reduced-motion) .theme .theme-zone.theme--dark input[type=submit],:root:not(.reduced-motion) .theme .theme-zone.theme--matte-black .btn-primary,:root:not(.reduced-motion) .theme .theme-zone.theme--matte-black input[type=submit]{--bs-btn-color: #0220e7;--bs-btn-hover-color: #0220e7;--bs-btn-active-color: #0220e7;--bs-btn-bg: #ffa49b;--bs-btn-hover-bg: #ffa49b;--bs-btn-active-bg: #ffa49b;--bs-btn-border-color: transparent;--bs-btn-hover-border-color: transparent;--bs-btn-active-border-color: transparent;--btn-gradient-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-start), #fff var(--gradient-end));--btn-gradient-border-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-active-hover-start), #fff var(--gradient-end));background-image:var(--btn-gradient-bg);background-origin:border-box;transition:--gradient-angle .5s ease-in-out,--gradient-start .5s ease-in-out,--gradient-end .5s ease-in-out,color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out}:root:not(.reduced-motion) .theme .theme-zone.theme--dark .btn-primary:hover,:root:not(.reduced-motion) .theme .theme-zone.theme--dark .btn-primary:active,:root:not(.reduced-motion) .theme .theme-zone.theme--dark input[type=submit]:hover,:root:not(.reduced-motion) .theme .theme-zone.theme--dark input[type=submit]:active,:root:not(.reduced-motion) .theme .theme-zone.theme--matte-black .btn-primary:hover,:root:not(.reduced-motion) .theme .theme-zone.theme--matte-black .btn-primary:active,:root:not(.reduced-motion) .theme .theme-zone.theme--matte-black input[type=submit]:hover,:root:not(.reduced-motion) .theme .theme-zone.theme--matte-black input[type=submit]:active{--gradient-start: 49.41%;--gradient-active-hover-start: -5.76%;background-image:var(--btn-gradient-bg),var(--btn-gradient-border-bg);background-clip:padding-box,border-box}:root:not(.reduced-motion) .theme .theme-zone.theme--dark table,:root:not(.reduced-motion) .theme .theme-zone.theme--matte-black table{--table-bg-color: #454545;--table-border-gradient-start: #ffa49b;--table-border-gradient-end: #fff;--table-head-bg-color: #ffa49b;--table-head-text-color: #171717;--table-body-text-color: #fff;--table-row-bg-color: #575757;--table-scrollbar-color: #ffb7af}:root:not(.reduced-motion) .theme .theme-zone.theme--dark .tag,:root:not(.reduced-motion) .theme .theme-zone.theme--dark .navigation-promo-items__badge,:root:not(.reduced-motion) .theme .theme-zone.theme--dark .explanation-text,:root:not(.reduced-motion) .theme .theme-zone.theme--matte-black .tag,:root:not(.reduced-motion) .theme .theme-zone.theme--matte-black .navigation-promo-items__badge,:root:not(.reduced-motion) .theme .theme-zone.theme--matte-black .explanation-text{--tag-text-color: #efefef;--tag-bg-color: transparent;--tag-border-color: #efefef}:root:not(.reduced-motion) .theme .theme-zone.theme--dark .item-card,:root:not(.reduced-motion) .theme .theme-zone.theme--matte-black .item-card{--item-card-border-color: transparent;--item-card-bg-color: transparent;--item-card-heading-color: #fff;--item-card-active-border-color: #41ffc9;--item-card-active-bg-color: transparent;--item-card-active-heading-color: #41ffc9}:root:not(.reduced-motion) .theme .theme-zone.theme--dark .outline-image,:root:not(.reduced-motion) .theme .theme-zone.theme--dark .organisation-list__image,:root:not(.reduced-motion) .theme .theme-zone.theme--matte-black .outline-image,:root:not(.reduced-motion) .theme .theme-zone.theme--matte-black .organisation-list__image{filter:brightness(0) invert(1)}:root:not(.reduced-motion) .theme .theme-zone.theme--electric-blue{--theme-bg-color: #e6e9fd}:root:not(.reduced-motion) .theme .theme-zone.theme--electric-blue .tag,:root:not(.reduced-motion) .theme .theme-zone.theme--electric-blue .navigation-promo-items__badge,:root:not(.reduced-motion) .theme .theme-zone.theme--electric-blue .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}:root:not(.reduced-motion) .theme .theme-zone.theme--electric-blue .outline-image,:root:not(.reduced-motion) .theme .theme-zone.theme--electric-blue .organisation-list__image{filter:brightness(0)}:root:not(.reduced-motion) .theme .theme-zone.theme--electric-blue.takeover-hero{--theme-bg-color: #0220e7;--theme-text-color: #fff;--theme-text-contrast-color: #171717;--theme-primary-color: #ffa49b;--theme-primary-contrast-color: #0220e7;--bs-primary: #ffa49b;--bs-link-color: #fff;--bs-link-hover-color: #fff;--btn-secondary-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-start), #fff var(--gradient-end));--takeover-bg-image: linear-gradient(270deg, color-mix(in srgb, var(--theme-bg-color), transparent 100%) 40%, var(--theme-bg-color) 100%), url("/dist/assets/img/hero-shape-dark.png");--takeover-bg-height: 100%;--takeover-bg-width: 70%;--takeover-bg-left: 40%;--takeover-bg-top: 0;--takeover-mask-image: url("/dist/assets/img/hero-shape-dark.png")}:root:not(.reduced-motion) .theme .theme-zone.theme--electric-blue.takeover-hero .btn-primary,:root:not(.reduced-motion) .theme .theme-zone.theme--electric-blue.takeover-hero input[type=submit]{--bs-btn-color: #0220e7;--bs-btn-hover-color: #0220e7;--bs-btn-active-color: #0220e7;--bs-btn-bg: #ffa49b;--bs-btn-hover-bg: #ffa49b;--bs-btn-active-bg: #ffa49b;--bs-btn-border-color: transparent;--bs-btn-hover-border-color: transparent;--bs-btn-active-border-color: transparent;--btn-gradient-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-start), #fff var(--gradient-end));--btn-gradient-border-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-active-hover-start), #fff var(--gradient-end));background-image:var(--btn-gradient-bg);background-origin:border-box;transition:--gradient-angle .5s ease-in-out,--gradient-start .5s ease-in-out,--gradient-end .5s ease-in-out,color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out}:root:not(.reduced-motion) .theme .theme-zone.theme--electric-blue.takeover-hero .btn-primary:hover,:root:not(.reduced-motion) .theme .theme-zone.theme--electric-blue.takeover-hero .btn-primary:active,:root:not(.reduced-motion) .theme .theme-zone.theme--electric-blue.takeover-hero input[type=submit]:hover,:root:not(.reduced-motion) .theme .theme-zone.theme--electric-blue.takeover-hero input[type=submit]:active{--gradient-start: 49.41%;--gradient-active-hover-start: -5.76%;background-image:var(--btn-gradient-bg),var(--btn-gradient-border-bg);background-clip:padding-box,border-box}:root:not(.reduced-motion) .theme .theme-zone.theme--electric-blue.takeover-hero table{--table-bg-color: #454545;--table-border-gradient-start: #ffa49b;--table-border-gradient-end: #fff;--table-head-bg-color: #ffa49b;--table-head-text-color: #171717;--table-body-text-color: #fff;--table-row-bg-color: #575757;--table-scrollbar-color: #ffb7af}:root:not(.reduced-motion) .theme .theme-zone.theme--electric-blue.takeover-hero .tag,:root:not(.reduced-motion) .theme .theme-zone.theme--electric-blue.takeover-hero .navigation-promo-items__badge,:root:not(.reduced-motion) .theme .theme-zone.theme--electric-blue.takeover-hero .explanation-text{--tag-text-color: #efefef;--tag-bg-color: transparent;--tag-border-color: #efefef}:root:not(.reduced-motion) .theme .theme-zone.theme--electric-blue.takeover-hero .item-card{--item-card-border-color: transparent;--item-card-bg-color: transparent;--item-card-heading-color: #fff;--item-card-active-border-color: #41ffc9;--item-card-active-bg-color: transparent;--item-card-active-heading-color: #41ffc9}:root:not(.reduced-motion) .theme .theme-zone.theme--electric-blue.takeover-hero .outline-image,:root:not(.reduced-motion) .theme .theme-zone.theme--electric-blue.takeover-hero .organisation-list__image{filter:brightness(0) invert(1)}:root:not(.reduced-motion) .theme .theme-zone.theme--pastel-green{--theme-bg-color: #cde3e0}:root:not(.reduced-motion) .theme .theme-zone.theme--pastel-green .tag,:root:not(.reduced-motion) .theme .theme-zone.theme--pastel-green .navigation-promo-items__badge,:root:not(.reduced-motion) .theme .theme-zone.theme--pastel-green .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}:root:not(.reduced-motion) .theme .theme-zone.theme--pastel-green .outline-image,:root:not(.reduced-motion) .theme .theme-zone.theme--pastel-green .organisation-list__image{filter:brightness(0)}:root:not(.reduced-motion) .theme .theme-zone.theme--pinky-peach{--theme-bg-color: #ffedeb}:root:not(.reduced-motion) .theme .theme-zone.theme--pinky-peach .tag,:root:not(.reduced-motion) .theme .theme-zone.theme--pinky-peach .navigation-promo-items__badge,:root:not(.reduced-motion) .theme .theme-zone.theme--pinky-peach .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}:root:not(.reduced-motion) .theme .theme-zone.theme--pinky-peach .outline-image,:root:not(.reduced-motion) .theme .theme-zone.theme--pinky-peach .organisation-list__image{filter:brightness(0)}:root:not(.reduced-motion) .theme .theme-zone.theme--manchester-yellow{--theme-bg-color: #f7d46b}:root:not(.reduced-motion) .theme .theme-zone.theme--manchester-yellow .tag,:root:not(.reduced-motion) .theme .theme-zone.theme--manchester-yellow .navigation-promo-items__badge,:root:not(.reduced-motion) .theme .theme-zone.theme--manchester-yellow .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}:root:not(.reduced-motion) .theme .theme-zone.theme--manchester-yellow .outline-image,:root:not(.reduced-motion) .theme .theme-zone.theme--manchester-yellow .organisation-list__image{filter:brightness(0)}:root:not(.reduced-motion) .theme .theme-zone.theme--electric-green{--theme-bg-color: #41ffc9}:root:not(.reduced-motion) .theme .theme-zone.theme--electric-green .tag,:root:not(.reduced-motion) .theme .theme-zone.theme--electric-green .navigation-promo-items__badge,:root:not(.reduced-motion) .theme .theme-zone.theme--electric-green .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}:root:not(.reduced-motion) .theme .theme-zone.theme--electric-green .outline-image,:root:not(.reduced-motion) .theme .theme-zone.theme--electric-green .organisation-list__image{filter:brightness(0)}:root:not(.reduced-motion) .theme .theme-zone.theme--cool-grey{--theme-bg-color: #efefef}:root:not(.reduced-motion) .theme .theme-zone.theme--cool-grey .tag,:root:not(.reduced-motion) .theme .theme-zone.theme--cool-grey .navigation-promo-items__badge,:root:not(.reduced-motion) .theme .theme-zone.theme--cool-grey .explanation-text{--tag-text-color: #171717;--tag-bg-color: transparent;--tag-border-color: #171717}:root:not(.reduced-motion) .theme .theme-zone.theme--cool-grey .outline-image,:root:not(.reduced-motion) .theme .theme-zone.theme--cool-grey .organisation-list__image{filter:brightness(0)}:root:not(.reduced-motion) .theme .theme-zone.theme--cool-grey .btn-primary{--bs-btn-disabled-bg: #fff}body{overflow-y:scroll}@font-face{font-family:"Object Sans";font-weight:215;src:url("./assets/webfonts/PPObjectSans-Light.woff2") format("woff2"),url("./assets/webfonts/PPObjectSans-Light.woff") format("woff");font-display:swap}@font-face{font-family:"Object Sans";font-weight:315;src:url("./assets/webfonts/PPObjectSans-Regular.woff2") format("woff2"),url("./assets/webfonts/PPObjectSans-Regular.woff") format("woff");font-display:swap}@font-face{font-family:"Object Sans";font-style:italic;font-weight:315;src:url("./assets/webfonts/PPObjectSans-Slanted.woff2") format("woff2"),url("./assets/webfonts/PPObjectSans-Slanted.woff") format("woff");font-display:swap}@font-face{font-family:"Object Sans";font-weight:430;src:url("./assets/webfonts/PPObjectSans-Medium.woff2") format("woff2"),url("./assets/webfonts/PPObjectSans-Medium.woff") format("woff");font-display:swap}@font-face{font-family:"Object Sans";font-style:italic;font-weight:430;src:url("./assets/webfonts/PPObjectSans-MediumSlanted.woff2") format("woff2"),url("./assets/webfonts/PPObjectSans-MediumSlanted.woff") format("woff");font-display:swap}@font-face{font-family:"Object Sans";font-weight:570;src:url("./assets/webfonts/PPObjectSans-Bold.woff2") format("woff2"),url("./assets/webfonts/PPObjectSans-Bold.woff") format("woff");font-display:swap}@font-face{font-family:"Object Sans";font-style:italic;font-weight:570;src:url("./assets/webfonts/PPObjectSans-BoldSlanted.woff2") format("woff2"),url("./assets/webfonts/PPObjectSans-BoldSlanted.woff") format("woff");font-display:swap}.explanation-text,.tag-outline,.tag,.navigation-promo-items__badge{line-height:1.5714285714;color:var(--tag-text-color);background-color:var(--tag-bg-color);border:1px solid var(--tag-border-color)}@media(min-width: 992px){.tag,.navigation-promo-items__badge{--bs-badge-font-size: 1.125rem;--bs-badge-padding-y: 0.5rem;--bs-badge-padding-x: 1rem}}@media(min-width: 992px){.tag-outline{--bs-badge-font-size: 1.125rem;--bs-badge-padding-y: 0.5rem;--bs-badge-padding-x: 1rem}}a{color:var(--bs-link-color);text-decoration:underline}a:hover{color:var(--bs-link-hover-color);text-decoration:underline}.btn,input[type=submit]{position:relative;-webkit-text-decoration:underline solid rgba(0,0,0,0);text-decoration:underline solid rgba(0,0,0,0);box-shadow:var(--bs-btn-box-shadow)}.btn:hover,input[type=submit]:hover{-webkit-text-decoration:underline solid currentcolor;text-decoration:underline solid currentcolor;box-shadow:var(--bs-btn-active-shadow)}.btn[disabled],input[disabled][type=submit],.btn.disabled,input.disabled[type=submit]{box-shadow:none}.btn-secondary{--bs-btn-color: #0220e7;--bs-btn-hover-color: #0220e7;--bs-btn-active-color: #0220e7;--bs-btn-disabled-color: #efefef;--bs-btn-border-color: transparent;--bs-btn-hover-border-color: #0220e7;--bs-btn-active-border-color: #0220e7;--bs-btn-disabled-border-color: transparent;--bs-btn-hover-bg: #efefef;--bs-btn-active-bg: #efefef;--bs-btn-disabled-bg: #747474}.btn-cta,input[type=submit]{min-width:14rem}.btn-link{text-decoration:none;border:none;--bs-btn-padding-y: 0;--bs-btn-padding-x: 0;--bs-btn-font-weight: 430}.btn-link .btn-icon__text::after{position:absolute;bottom:0;left:0;width:100%;height:1.5px;content:"";background-image:var(--btn-secondary-bg);opacity:0;transition:opacity .25s,visibility .25s}@media(prefers-reduced-motion){.btn-link .btn-icon__text::after{transition:none}}.btn-link:hover,.btn-link:active{text-decoration:none}.btn-link:hover .btn-icon__text::after,.btn-link:active .btn-icon__text::after{opacity:1}.btn-social{position:relative;color:var(--bs-link-hover-color)}.btn-social__icon{font-size:1.5rem}.btn-icon{position:relative;display:inline-flex;align-items:center}.btn-icon::before{display:inline-block;width:1.5rem;height:1.5rem;content:""}.btn-icon__icon{transition:opacity .25s,visibility .25s;position:absolute;top:50%;left:var(--bs-btn-padding-x);padding-bottom:2px;font-size:.8888888889em;transform:translateY(-50%)}@media(prefers-reduced-motion){.btn-icon__icon{transition:none}}.btn-icon__icon--hover{visibility:hidden;opacity:0}.btn-icon--right::before{display:none}.btn-icon--right::after{display:inline-block;width:1.5rem;content:""}.btn-icon--right .btn-icon__icon{right:var(--bs-btn-padding-x);left:initial}.btn-icon:hover .btn-icon__icon--default{visibility:hidden;opacity:0}.btn-icon:hover .btn-icon__icon--hover{visibility:visible;opacity:1}a.rte-icon-link .btn-icon__text{display:block;line-height:var(--bs-button-line-height)}.control-label{font-size:var(--input-font-size);line-height:1.5}input[type=text].form-control,input[type=email].form-control,select.form-control,textarea.form-control{font-size:var(--input-font-size);line-height:1.5;color:var(--theme-primary-color);background-color:rgba(0,0,0,0);border-color:var(--theme-text-color);border-style:solid;border-width:0 0 2px;border-radius:0}input[type=text].form-control:focus,input[type=email].form-control:focus,select.form-control:focus,textarea.form-control:focus{color:var(--theme-primary-color);border-color:var(--theme-primary-color)}input.input-validation-error[type=text].form-control,input.input-validation-error[type=email].form-control,select.input-validation-error.form-control,textarea.input-validation-error.form-control{color:#ed0000 !important;border-color:#ed0000 !important}.form-field{position:relative;margin-bottom:5rem;--input-font-size: 1.25rem;--input-padding-y: 0.25rem}@media(min-width: 1200px){.form-field{--input-font-size: 1.5rem}}.form-field label:not(.control-label){cursor:pointer}.control-label{position:absolute;top:0;left:0;width:100%;padding-top:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:text;opacity:.5;transform-origin:top left}.form-field--init .control-label{transition:transform .25s ease-in-out,opacity .25s ease-in-out}.form-field--has-focus .control-label,.form-field--has-value .control-label{text-overflow:ellipsis;white-space:nowrap;cursor:pointer;opacity:1;transform:translateY(calc((var(--input-font-size) + var(--input-padding-y)) * -1)) scale(75%)}.form-field--has-value .control-label{color:var(--theme-primary-color)}.form-field--has-error .control-label{color:var(--theme-text-color) !important}.form-field--optional .control-label{padding-right:5rem}textarea.form-control{height:160px}.form-field--has-value input[type=text].form-control,.form-field--has-value input[type=email].form-control,.form-field--has-value select.form-control,.form-field--has-value textarea.form-control{color:var(--theme-primary-color);border-color:var(--theme-primary-color)}select.form-control{color:rgba(0,0,0,0)}select:focus{background-color:var(--theme-bg-color)}input[type=checkbox].form-control{display:inline-block;width:auto;margin:0 .75rem 0 .35rem;vertical-align:middle;transform:scale(1.75);-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}@media(max-width: 1199.98px){input[type=checkbox].form-control{margin:0 .5rem 0 .25rem;transform:scale(1.5)}}input[type=checkbox].form-control+label{display:inline-block;width:95%;vertical-align:top}@media(max-width: 767.98px){input[type=checkbox].form-control+label{width:92.5%}}@media(max-width: 575.98px){input[type=checkbox].form-control+label{width:90%}}.field-validation-error{transition:opacity .5s,visibility .5s;visibility:hidden;opacity:0;position:absolute;top:100%;left:0;display:inline-flex;padding:.25rem .5rem .25rem .25rem;margin-top:.5rem;font-size:0.875rem;font-weight:430;line-height:1.2857142857;color:#ed0000;background-color:#efefef;border-radius:.75rem}@media(prefers-reduced-motion){.field-validation-error{transition:none}}.field-validation-error::before{width:0;margin-right:.25rem;content:"";transition:width .5s ease-in-out}.field-validation-error__icon{position:absolute;top:.25rem;left:.25rem;font-size:1.125rem;transition:transform .5s ease-in-out;transform:scale(0);transform-origin:center left}.form-field--init .field-validation-error{visibility:visible;opacity:1}.form-field--init .field-validation-error::before{width:1.125rem}.form-field--init .field-validation-error__icon{transform:scale(100%)}.explanation-text{position:absolute;top:.1875rem;right:0;transform-origin:top right}.form-field--init .explanation-text{transition:transform .25s ease-in-out}.form-field--has-focus .explanation-text,.form-field--has-value .explanation-text{transform:translateY(calc((var(--input-font-size) + var(--input-padding-y)) * -1)) scale(75%)}@media(min-width: 1200px){.explanation-text{top:.375rem}}@media(prefers-reduced-motion){.control-label{opacity:1;transform:translateY(calc((var(--input-font-size) + var(--input-padding-y)) * -1)) scale(75%)}.form-field--init .control-label{transition:none}.field-validation-error::before{transition:none}.field-validation-error__icon{transition:none}.explanation-text{transform:translateY(calc((var(--input-font-size) + var(--input-padding-y)) * -1)) scale(75%)}.form-field--init .explanation-text{transition:none}}.grecaptcha-badge{bottom:100px !important}.sub-menu__nav-list,.main-menu__secondary-nav-list,.main-menu__primary-nav-list{padding:0;margin:0;list-style:none}.sub-menu__nav-link,.sub-menu__heading-link,.main-menu__secondary-nav-link,.main-menu__primary-nav-link,.article-page-card__heading-link{color:var(--bs-body-color);text-decoration:none}.sub-menu__nav-link:hover,.sub-menu__heading-link:hover,.main-menu__secondary-nav-link:hover,.main-menu__primary-nav-link:hover,.article-page-card__heading-link:hover{color:var(--bs-primary);text-decoration:none}.sub-menu__nav-item,.main-menu__secondary-nav-item,.main-menu__primary-nav-item{position:relative}.sub-menu__nav-link,.main-menu__secondary-nav-link,.main-menu__primary-nav-link{display:inline;width:-moz-fit-content;width:fit-content;font-weight:315}.sub-menu__nav-link::before,.main-menu__secondary-nav-link::before,.main-menu__primary-nav-link::before{position:absolute;top:0;left:0;width:100%;height:100%;content:""}.sub-menu__heading-link,.main-menu__primary-nav-link{font-size:2.25rem;line-height:1.3333333333}@media(min-width: 992px){.sub-menu__heading-link,.main-menu__primary-nav-link{font-size:3rem;line-height:1.5}}.sub-menu__nav-link,.main-menu__secondary-nav-link{font-size:1rem;line-height:1.5}@media(min-width: 992px){.sub-menu__nav-link,.main-menu__secondary-nav-link{font-size:1.5rem;line-height:1.6666666667}}:root{--super-font-size: 3rem;--super-line-height: 1.25;--h1-font-size: 2.25rem;--h2-font-size: 1.75rem;--h3-font-size: 1.5rem;--h4-font-size: 1.25rem}@media(min-width: 768px){:root{--super-font-size:60px;--h1-font-size:48px;--h2-font-size:36px;--h3-font-size:24px;--h4-font-size:20px}}@media(min-width: 768px)and (min-width: 992px){:root{--super-font-size:calc(60px + 60 * ((100vw - 992px) / 928))}}@media(min-width: 768px)and (min-width: 1920px){:root{--super-font-size:120px}}@media(min-width: 768px)and (min-width: 992px){:root{--h1-font-size:calc(48px + 24 * ((100vw - 992px) / 928))}}@media(min-width: 768px)and (min-width: 1920px){:root{--h1-font-size:72px}}@media(min-width: 768px)and (min-width: 992px){:root{--h2-font-size:calc(36px + 18 * ((100vw - 992px) / 928))}}@media(min-width: 768px)and (min-width: 1920px){:root{--h2-font-size:54px}}@media(min-width: 768px)and (min-width: 992px){:root{--h3-font-size:calc(24px + 8 * ((100vw - 992px) / 408))}}@media(min-width: 768px)and (min-width: 1400px){:root{--h3-font-size:32px}}@media(min-width: 768px)and (min-width: 992px){:root{--h4-font-size:calc(20px + 4 * ((100vw - 992px) / 408))}}@media(min-width: 768px)and (min-width: 1400px){:root{--h4-font-size:24px}}@media(min-width: 992px){:root{--super-line-height: 1.1666666667}}.contact-form-page__heading,.takeover-hero__heading,.statistics-item__value,.super{margin-bottom:1.25rem;font-size:var(--super-font-size);font-weight:315;line-height:var(--super-line-height);letter-spacing:-0.03em}.contact-form-page__heading em,.takeover-hero__heading em,.statistics-item__value em,.super em{color:var(--theme-primary-color);transition:color .5s ease-in-out;font-style:normal}.page-links-list__heading,.location-listing__heading,.case-study-page-related__heading,.case-study-page-listing__heading,h1,.h1{margin-bottom:1.25rem;font-size:var(--h1-font-size);font-weight:315;line-height:1.3333333333;letter-spacing:-0.03em}.page-links-list__heading em,.location-listing__heading em,.case-study-page-related__heading em,.case-study-page-listing__heading em,h1 em,.h1 em{color:var(--theme-primary-color);transition:color .5s ease-in-out;font-style:normal}.case-study-page__heading,.team-profile-listing__heading,.statistics-list__heading,.job-page-listing__heading,.heading-summary-text__heading,.full-width-page-card__link,.case-study-page-featured-card__heading,.article-page-listing__heading,.text-cta__heading,.heading-summary-link__heading,h2,.h2{margin-bottom:1.25rem;font-size:var(--h2-font-size);font-weight:315;line-height:1.5;letter-spacing:-0.03em}.case-study-page__heading em,.team-profile-listing__heading em,.statistics-list__heading em,.job-page-listing__heading em,.heading-summary-text__heading em,.full-width-page-card__link em,.case-study-page-featured-card__heading em,.article-page-listing__heading em,.text-cta__heading em,.heading-summary-link__heading em,h2 em,.h2 em{color:var(--theme-primary-color);transition:color .5s ease-in-out;font-style:normal}.organisation-list__heading,.icon-pricing__price-text,.article-page-card--featured .article-page-card__title,h3,.h3{margin-bottom:1.25rem;font-size:var(--h3-font-size);font-weight:315;line-height:1.3333333333;letter-spacing:-0.03em}.contact-form-page__summary p,.testimonial-quote__quote-text p,.takeover-hero__summary p,.statistics-item__label,.page-image-link-card__link,.page-content-summary__rte p,.location-listing__name,.item-card__heading,.article-page-card__heading,h4,.h4{margin-bottom:1.25rem;font-size:var(--h4-font-size);font-weight:315;line-height:1.5;letter-spacing:-0.03em}.location-listing__contact-details,.job-page-card__key-points,p,.team-profile-listing-modal__summary span,.team-profile-listing__summary span,.takeover-hero__summary span,.statistics-list__summary span,.standard-page-content-header__summary span,.section-page-content-header__summary span,.page-links-list__summary span,.page-content-summary__rte span,.page-content-body-text__rte span,.organisation-list__summary span,.job-page-widget__rte span,.job-page-listing__summary span,.job-page-content-header__summary span,.heading-summary-text__summary span,.case-study-page-related__summary span,.case-study-page-listing__summary span,.article-page-listing__summary span,.article-page-content-header__summary span,.text-cta__summary span,.heading-summary-link__summary span,.rte span,.team-profile-listing-modal__summary ul,.team-profile-listing__summary ul,.takeover-hero__summary ul,.statistics-list__summary ul,.standard-page-content-header__summary ul,.section-page-content-header__summary ul,.page-links-list__summary ul,.page-content-summary__rte ul,.page-content-body-text__rte ul,.organisation-list__summary ul,.job-page-widget__rte ul,.job-page-listing__summary ul,.job-page-content-header__summary ul,.heading-summary-text__summary ul,.case-study-page-related__summary ul,.case-study-page-listing__summary ul,.article-page-listing__summary ul,.article-page-content-header__summary ul,.text-cta__summary ul,.heading-summary-link__summary ul,.rte ul,.team-profile-listing-modal__summary ol,.team-profile-listing__summary ol,.takeover-hero__summary ol,.statistics-list__summary ol,.standard-page-content-header__summary ol,.section-page-content-header__summary ol,.page-links-list__summary ol,.page-content-summary__rte ol,.page-content-body-text__rte ol,.organisation-list__summary ol,.job-page-widget__rte ol,.job-page-listing__summary ol,.job-page-content-header__summary ol,.heading-summary-text__summary ol,.case-study-page-related__summary ol,.case-study-page-listing__summary ol,.article-page-listing__summary ol,.article-page-content-header__summary ol,.text-cta__summary ol,.heading-summary-link__summary ol,.rte ol,.team-profile-listing-modal__summary dl,.team-profile-listing__summary dl,.takeover-hero__summary dl,.statistics-list__summary dl,.standard-page-content-header__summary dl,.section-page-content-header__summary dl,.page-links-list__summary dl,.page-content-summary__rte dl,.page-content-body-text__rte dl,.organisation-list__summary dl,.job-page-widget__rte dl,.job-page-listing__summary dl,.job-page-content-header__summary dl,.heading-summary-text__summary dl,.case-study-page-related__summary dl,.case-study-page-listing__summary dl,.article-page-listing__summary dl,.article-page-content-header__summary dl,.text-cta__summary dl,.heading-summary-link__summary dl,.rte dl{margin-bottom:1rem;font-size:1rem;font-weight:315;line-height:1.77}@media(min-width: 992px){.location-listing__contact-details,.job-page-card__key-points,p,.team-profile-listing-modal__summary span,.team-profile-listing__summary span,.takeover-hero__summary span,.statistics-list__summary span,.standard-page-content-header__summary span,.section-page-content-header__summary span,.page-links-list__summary span,.page-content-summary__rte span,.page-content-body-text__rte span,.organisation-list__summary span,.job-page-widget__rte span,.job-page-listing__summary span,.job-page-content-header__summary span,.heading-summary-text__summary span,.case-study-page-related__summary span,.case-study-page-listing__summary span,.article-page-listing__summary span,.article-page-content-header__summary span,.text-cta__summary span,.heading-summary-link__summary span,.rte span,.team-profile-listing-modal__summary ul,.team-profile-listing__summary ul,.takeover-hero__summary ul,.statistics-list__summary ul,.standard-page-content-header__summary ul,.section-page-content-header__summary ul,.page-links-list__summary ul,.page-content-summary__rte ul,.page-content-body-text__rte ul,.organisation-list__summary ul,.job-page-widget__rte ul,.job-page-listing__summary ul,.job-page-content-header__summary ul,.heading-summary-text__summary ul,.case-study-page-related__summary ul,.case-study-page-listing__summary ul,.article-page-listing__summary ul,.article-page-content-header__summary ul,.text-cta__summary ul,.heading-summary-link__summary ul,.rte ul,.team-profile-listing-modal__summary ol,.team-profile-listing__summary ol,.takeover-hero__summary ol,.statistics-list__summary ol,.standard-page-content-header__summary ol,.section-page-content-header__summary ol,.page-links-list__summary ol,.page-content-summary__rte ol,.page-content-body-text__rte ol,.organisation-list__summary ol,.job-page-widget__rte ol,.job-page-listing__summary ol,.job-page-content-header__summary ol,.heading-summary-text__summary ol,.case-study-page-related__summary ol,.case-study-page-listing__summary ol,.article-page-listing__summary ol,.article-page-content-header__summary ol,.text-cta__summary ol,.heading-summary-link__summary ol,.rte ol,.team-profile-listing-modal__summary dl,.team-profile-listing__summary dl,.takeover-hero__summary dl,.statistics-list__summary dl,.standard-page-content-header__summary dl,.section-page-content-header__summary dl,.page-links-list__summary dl,.page-content-summary__rte dl,.page-content-body-text__rte dl,.organisation-list__summary dl,.job-page-widget__rte dl,.job-page-listing__summary dl,.job-page-content-header__summary dl,.heading-summary-text__summary dl,.case-study-page-related__summary dl,.case-study-page-listing__summary dl,.article-page-listing__summary dl,.article-page-content-header__summary dl,.text-cta__summary dl,.heading-summary-link__summary dl,.rte dl{font-size:1.125rem}}.contact-form-page__contact-cta-label,.navigation-footer__secondary-credentials .navigation-footer__legal,.contact-details__contact-item-label,small,.small,.body-small,.sub-heading{margin-bottom:.5rem;font-size:.875rem;font-weight:430;line-height:1.77}.team-profile-listing-modal__summary,.team-profile-listing__summary,.takeover-hero__summary,.statistics-list__summary,.standard-page-content-header__summary,.section-page-content-header__summary,.page-links-list__summary,.page-content-summary__rte,.page-content-body-text__rte,.organisation-list__summary,.job-page-widget__rte,.job-page-listing__summary,.job-page-content-header__summary,.heading-summary-text__summary,.case-study-page-related__summary,.case-study-page-listing__summary,.article-page-listing__summary,.article-page-content-header__summary,.text-cta__summary,.heading-summary-link__summary,.rte{width:100%;max-width:var(--line-length-max-width)}.team-profile-listing-modal__summary h1:last-child,.team-profile-listing__summary h1:last-child,.takeover-hero__summary h1:last-child,.statistics-list__summary h1:last-child,.standard-page-content-header__summary h1:last-child,.section-page-content-header__summary h1:last-child,.page-links-list__summary h1:last-child,.page-content-summary__rte h1:last-child,.page-content-body-text__rte h1:last-child,.organisation-list__summary h1:last-child,.job-page-widget__rte h1:last-child,.job-page-listing__summary h1:last-child,.job-page-content-header__summary h1:last-child,.heading-summary-text__summary h1:last-child,.case-study-page-related__summary h1:last-child,.case-study-page-listing__summary h1:last-child,.article-page-listing__summary h1:last-child,.article-page-content-header__summary h1:last-child,.text-cta__summary h1:last-child,.heading-summary-link__summary h1:last-child,.rte h1:last-child,.team-profile-listing-modal__summary .h1:last-child,.team-profile-listing__summary .h1:last-child,.takeover-hero__summary .h1:last-child,.statistics-list__summary .h1:last-child,.standard-page-content-header__summary .h1:last-child,.section-page-content-header__summary .h1:last-child,.page-links-list__summary .h1:last-child,.page-content-summary__rte .h1:last-child,.page-content-body-text__rte .h1:last-child,.organisation-list__summary .h1:last-child,.job-page-widget__rte .h1:last-child,.job-page-listing__summary .h1:last-child,.job-page-content-header__summary .h1:last-child,.heading-summary-text__summary .h1:last-child,.case-study-page-related__summary .h1:last-child,.case-study-page-listing__summary .h1:last-child,.article-page-listing__summary .h1:last-child,.article-page-content-header__summary .h1:last-child,.text-cta__summary .h1:last-child,.heading-summary-link__summary .h1:last-child,.rte .h1:last-child,.team-profile-listing-modal__summary h2:last-child,.team-profile-listing__summary h2:last-child,.takeover-hero__summary h2:last-child,.statistics-list__summary h2:last-child,.standard-page-content-header__summary h2:last-child,.section-page-content-header__summary h2:last-child,.page-links-list__summary h2:last-child,.page-content-summary__rte h2:last-child,.page-content-body-text__rte h2:last-child,.organisation-list__summary h2:last-child,.job-page-widget__rte h2:last-child,.job-page-listing__summary h2:last-child,.job-page-content-header__summary h2:last-child,.heading-summary-text__summary h2:last-child,.case-study-page-related__summary h2:last-child,.case-study-page-listing__summary h2:last-child,.article-page-listing__summary h2:last-child,.article-page-content-header__summary h2:last-child,.text-cta__summary h2:last-child,.heading-summary-link__summary h2:last-child,.rte h2:last-child,.team-profile-listing-modal__summary .h2:last-child,.team-profile-listing__summary .h2:last-child,.takeover-hero__summary .h2:last-child,.statistics-list__summary .h2:last-child,.standard-page-content-header__summary .h2:last-child,.section-page-content-header__summary .h2:last-child,.page-links-list__summary .h2:last-child,.page-content-summary__rte .h2:last-child,.page-content-body-text__rte .h2:last-child,.organisation-list__summary .h2:last-child,.job-page-widget__rte .h2:last-child,.job-page-listing__summary .h2:last-child,.job-page-content-header__summary .h2:last-child,.heading-summary-text__summary .h2:last-child,.case-study-page-related__summary .h2:last-child,.case-study-page-listing__summary .h2:last-child,.article-page-listing__summary .h2:last-child,.article-page-content-header__summary .h2:last-child,.text-cta__summary .h2:last-child,.heading-summary-link__summary .h2:last-child,.rte .h2:last-child,.team-profile-listing-modal__summary h3:last-child,.team-profile-listing__summary h3:last-child,.takeover-hero__summary h3:last-child,.statistics-list__summary h3:last-child,.standard-page-content-header__summary h3:last-child,.section-page-content-header__summary h3:last-child,.page-links-list__summary h3:last-child,.page-content-summary__rte h3:last-child,.page-content-body-text__rte h3:last-child,.organisation-list__summary h3:last-child,.job-page-widget__rte h3:last-child,.job-page-listing__summary h3:last-child,.job-page-content-header__summary h3:last-child,.heading-summary-text__summary h3:last-child,.case-study-page-related__summary h3:last-child,.case-study-page-listing__summary h3:last-child,.article-page-listing__summary h3:last-child,.article-page-content-header__summary h3:last-child,.text-cta__summary h3:last-child,.heading-summary-link__summary h3:last-child,.rte h3:last-child,.team-profile-listing-modal__summary .h3:last-child,.team-profile-listing__summary .h3:last-child,.takeover-hero__summary .h3:last-child,.statistics-list__summary .h3:last-child,.standard-page-content-header__summary .h3:last-child,.section-page-content-header__summary .h3:last-child,.page-links-list__summary .h3:last-child,.page-content-summary__rte .h3:last-child,.page-content-body-text__rte .h3:last-child,.organisation-list__summary .h3:last-child,.job-page-widget__rte .h3:last-child,.job-page-listing__summary .h3:last-child,.job-page-content-header__summary .h3:last-child,.heading-summary-text__summary .h3:last-child,.case-study-page-related__summary .h3:last-child,.case-study-page-listing__summary .h3:last-child,.article-page-listing__summary .h3:last-child,.article-page-content-header__summary .h3:last-child,.text-cta__summary .h3:last-child,.heading-summary-link__summary .h3:last-child,.rte .h3:last-child,.team-profile-listing-modal__summary h4:last-child,.team-profile-listing__summary h4:last-child,.takeover-hero__summary h4:last-child,.statistics-list__summary h4:last-child,.standard-page-content-header__summary h4:last-child,.section-page-content-header__summary h4:last-child,.page-links-list__summary h4:last-child,.page-content-summary__rte h4:last-child,.page-content-body-text__rte h4:last-child,.organisation-list__summary h4:last-child,.job-page-widget__rte h4:last-child,.job-page-listing__summary h4:last-child,.job-page-content-header__summary h4:last-child,.heading-summary-text__summary h4:last-child,.case-study-page-related__summary h4:last-child,.case-study-page-listing__summary h4:last-child,.article-page-listing__summary h4:last-child,.article-page-content-header__summary h4:last-child,.text-cta__summary h4:last-child,.heading-summary-link__summary h4:last-child,.rte h4:last-child,.team-profile-listing-modal__summary .h4:last-child,.team-profile-listing__summary .h4:last-child,.takeover-hero__summary .h4:last-child,.statistics-list__summary .h4:last-child,.standard-page-content-header__summary .h4:last-child,.section-page-content-header__summary .h4:last-child,.page-links-list__summary .h4:last-child,.page-content-summary__rte .h4:last-child,.page-content-body-text__rte .h4:last-child,.organisation-list__summary .h4:last-child,.job-page-widget__rte .h4:last-child,.job-page-listing__summary .h4:last-child,.job-page-content-header__summary .h4:last-child,.heading-summary-text__summary .h4:last-child,.case-study-page-related__summary .h4:last-child,.case-study-page-listing__summary .h4:last-child,.article-page-listing__summary .h4:last-child,.article-page-content-header__summary .h4:last-child,.text-cta__summary .h4:last-child,.heading-summary-link__summary .h4:last-child,.rte .h4:last-child,.team-profile-listing-modal__summary h5:last-child,.team-profile-listing__summary h5:last-child,.takeover-hero__summary h5:last-child,.statistics-list__summary h5:last-child,.standard-page-content-header__summary h5:last-child,.section-page-content-header__summary h5:last-child,.page-links-list__summary h5:last-child,.page-content-summary__rte h5:last-child,.page-content-body-text__rte h5:last-child,.organisation-list__summary h5:last-child,.job-page-widget__rte h5:last-child,.job-page-listing__summary h5:last-child,.job-page-content-header__summary h5:last-child,.heading-summary-text__summary h5:last-child,.case-study-page-related__summary h5:last-child,.case-study-page-listing__summary h5:last-child,.article-page-listing__summary h5:last-child,.article-page-content-header__summary h5:last-child,.text-cta__summary h5:last-child,.heading-summary-link__summary h5:last-child,.rte h5:last-child,.team-profile-listing-modal__summary .h5:last-child,.team-profile-listing__summary .h5:last-child,.takeover-hero__summary .h5:last-child,.statistics-list__summary .h5:last-child,.standard-page-content-header__summary .h5:last-child,.section-page-content-header__summary .h5:last-child,.page-links-list__summary .h5:last-child,.page-content-summary__rte .h5:last-child,.page-content-body-text__rte .h5:last-child,.organisation-list__summary .h5:last-child,.job-page-widget__rte .h5:last-child,.job-page-listing__summary .h5:last-child,.job-page-content-header__summary .h5:last-child,.heading-summary-text__summary .h5:last-child,.case-study-page-related__summary .h5:last-child,.case-study-page-listing__summary .h5:last-child,.article-page-listing__summary .h5:last-child,.article-page-content-header__summary .h5:last-child,.text-cta__summary .h5:last-child,.heading-summary-link__summary .h5:last-child,.rte .h5:last-child,.team-profile-listing-modal__summary h6:last-child,.team-profile-listing__summary h6:last-child,.takeover-hero__summary h6:last-child,.statistics-list__summary h6:last-child,.standard-page-content-header__summary h6:last-child,.section-page-content-header__summary h6:last-child,.page-links-list__summary h6:last-child,.page-content-summary__rte h6:last-child,.page-content-body-text__rte h6:last-child,.organisation-list__summary h6:last-child,.job-page-widget__rte h6:last-child,.job-page-listing__summary h6:last-child,.job-page-content-header__summary h6:last-child,.heading-summary-text__summary h6:last-child,.case-study-page-related__summary h6:last-child,.case-study-page-listing__summary h6:last-child,.article-page-listing__summary h6:last-child,.article-page-content-header__summary h6:last-child,.text-cta__summary h6:last-child,.heading-summary-link__summary h6:last-child,.rte h6:last-child,.team-profile-listing-modal__summary .h6:last-child,.team-profile-listing__summary .h6:last-child,.takeover-hero__summary .h6:last-child,.statistics-list__summary .h6:last-child,.standard-page-content-header__summary .h6:last-child,.section-page-content-header__summary .h6:last-child,.page-links-list__summary .h6:last-child,.page-content-summary__rte .h6:last-child,.page-content-body-text__rte .h6:last-child,.organisation-list__summary .h6:last-child,.job-page-widget__rte .h6:last-child,.job-page-listing__summary .h6:last-child,.job-page-content-header__summary .h6:last-child,.heading-summary-text__summary .h6:last-child,.case-study-page-related__summary .h6:last-child,.case-study-page-listing__summary .h6:last-child,.article-page-listing__summary .h6:last-child,.article-page-content-header__summary .h6:last-child,.text-cta__summary .h6:last-child,.heading-summary-link__summary .h6:last-child,.rte .h6:last-child,.team-profile-listing-modal__summary p:last-child,.team-profile-listing__summary p:last-child,.takeover-hero__summary p:last-child,.statistics-list__summary p:last-child,.standard-page-content-header__summary p:last-child,.section-page-content-header__summary p:last-child,.page-links-list__summary p:last-child,.page-content-summary__rte p:last-child,.page-content-body-text__rte p:last-child,.organisation-list__summary p:last-child,.job-page-widget__rte p:last-child,.job-page-listing__summary p:last-child,.job-page-content-header__summary p:last-child,.heading-summary-text__summary p:last-child,.case-study-page-related__summary p:last-child,.case-study-page-listing__summary p:last-child,.article-page-listing__summary p:last-child,.article-page-content-header__summary p:last-child,.text-cta__summary p:last-child,.heading-summary-link__summary p:last-child,.rte p:last-child,.team-profile-listing-modal__summary ul:last-child,.team-profile-listing__summary ul:last-child,.takeover-hero__summary ul:last-child,.statistics-list__summary ul:last-child,.standard-page-content-header__summary ul:last-child,.section-page-content-header__summary ul:last-child,.page-links-list__summary ul:last-child,.page-content-summary__rte ul:last-child,.page-content-body-text__rte ul:last-child,.organisation-list__summary ul:last-child,.job-page-widget__rte ul:last-child,.job-page-listing__summary ul:last-child,.job-page-content-header__summary ul:last-child,.heading-summary-text__summary ul:last-child,.case-study-page-related__summary ul:last-child,.case-study-page-listing__summary ul:last-child,.article-page-listing__summary ul:last-child,.article-page-content-header__summary ul:last-child,.text-cta__summary ul:last-child,.heading-summary-link__summary ul:last-child,.rte ul:last-child,.team-profile-listing-modal__summary ol:last-child,.team-profile-listing__summary ol:last-child,.takeover-hero__summary ol:last-child,.statistics-list__summary ol:last-child,.standard-page-content-header__summary ol:last-child,.section-page-content-header__summary ol:last-child,.page-links-list__summary ol:last-child,.page-content-summary__rte ol:last-child,.page-content-body-text__rte ol:last-child,.organisation-list__summary ol:last-child,.job-page-widget__rte ol:last-child,.job-page-listing__summary ol:last-child,.job-page-content-header__summary ol:last-child,.heading-summary-text__summary ol:last-child,.case-study-page-related__summary ol:last-child,.case-study-page-listing__summary ol:last-child,.article-page-listing__summary ol:last-child,.article-page-content-header__summary ol:last-child,.text-cta__summary ol:last-child,.heading-summary-link__summary ol:last-child,.rte ol:last-child,.team-profile-listing-modal__summary dl:last-child,.team-profile-listing__summary dl:last-child,.takeover-hero__summary dl:last-child,.statistics-list__summary dl:last-child,.standard-page-content-header__summary dl:last-child,.section-page-content-header__summary dl:last-child,.page-links-list__summary dl:last-child,.page-content-summary__rte dl:last-child,.page-content-body-text__rte dl:last-child,.organisation-list__summary dl:last-child,.job-page-widget__rte dl:last-child,.job-page-listing__summary dl:last-child,.job-page-content-header__summary dl:last-child,.heading-summary-text__summary dl:last-child,.case-study-page-related__summary dl:last-child,.case-study-page-listing__summary dl:last-child,.article-page-listing__summary dl:last-child,.article-page-content-header__summary dl:last-child,.text-cta__summary dl:last-child,.heading-summary-link__summary dl:last-child,.rte dl:last-child{margin-bottom:0}.team-profile-listing-modal__summary ul,.team-profile-listing__summary ul,.takeover-hero__summary ul,.statistics-list__summary ul,.standard-page-content-header__summary ul,.section-page-content-header__summary ul,.page-links-list__summary ul,.page-content-summary__rte ul,.page-content-body-text__rte ul,.organisation-list__summary ul,.job-page-widget__rte ul,.job-page-listing__summary ul,.job-page-content-header__summary ul,.heading-summary-text__summary ul,.case-study-page-related__summary ul,.case-study-page-listing__summary ul,.article-page-listing__summary ul,.article-page-content-header__summary ul,.text-cta__summary ul,.heading-summary-link__summary ul,.rte ul,.team-profile-listing-modal__summary ol,.team-profile-listing__summary ol,.takeover-hero__summary ol,.statistics-list__summary ol,.standard-page-content-header__summary ol,.section-page-content-header__summary ol,.page-links-list__summary ol,.page-content-summary__rte ol,.page-content-body-text__rte ol,.organisation-list__summary ol,.job-page-widget__rte ol,.job-page-listing__summary ol,.job-page-content-header__summary ol,.heading-summary-text__summary ol,.case-study-page-related__summary ol,.case-study-page-listing__summary ol,.article-page-listing__summary ol,.article-page-content-header__summary ol,.text-cta__summary ol,.heading-summary-link__summary ol,.rte ol{padding-left:1.5rem;list-style:none}.team-profile-listing-modal__summary ul li,.team-profile-listing__summary ul li,.takeover-hero__summary ul li,.statistics-list__summary ul li,.standard-page-content-header__summary ul li,.section-page-content-header__summary ul li,.page-links-list__summary ul li,.page-content-summary__rte ul li,.page-content-body-text__rte ul li,.organisation-list__summary ul li,.job-page-widget__rte ul li,.job-page-listing__summary ul li,.job-page-content-header__summary ul li,.heading-summary-text__summary ul li,.case-study-page-related__summary ul li,.case-study-page-listing__summary ul li,.article-page-listing__summary ul li,.article-page-content-header__summary ul li,.text-cta__summary ul li,.heading-summary-link__summary ul li,.rte ul li,.team-profile-listing-modal__summary ol li,.team-profile-listing__summary ol li,.takeover-hero__summary ol li,.statistics-list__summary ol li,.standard-page-content-header__summary ol li,.section-page-content-header__summary ol li,.page-links-list__summary ol li,.page-content-summary__rte ol li,.page-content-body-text__rte ol li,.organisation-list__summary ol li,.job-page-widget__rte ol li,.job-page-listing__summary ol li,.job-page-content-header__summary ol li,.heading-summary-text__summary ol li,.case-study-page-related__summary ol li,.case-study-page-listing__summary ol li,.article-page-listing__summary ol li,.article-page-content-header__summary ol li,.text-cta__summary ol li,.heading-summary-link__summary ol li,.rte ol li{position:relative}.team-profile-listing-modal__summary ul li:not(:last-child),.team-profile-listing__summary ul li:not(:last-child),.takeover-hero__summary ul li:not(:last-child),.statistics-list__summary ul li:not(:last-child),.standard-page-content-header__summary ul li:not(:last-child),.section-page-content-header__summary ul li:not(:last-child),.page-links-list__summary ul li:not(:last-child),.page-content-summary__rte ul li:not(:last-child),.page-content-body-text__rte ul li:not(:last-child),.organisation-list__summary ul li:not(:last-child),.job-page-widget__rte ul li:not(:last-child),.job-page-listing__summary ul li:not(:last-child),.job-page-content-header__summary ul li:not(:last-child),.heading-summary-text__summary ul li:not(:last-child),.case-study-page-related__summary ul li:not(:last-child),.case-study-page-listing__summary ul li:not(:last-child),.article-page-listing__summary ul li:not(:last-child),.article-page-content-header__summary ul li:not(:last-child),.text-cta__summary ul li:not(:last-child),.heading-summary-link__summary ul li:not(:last-child),.rte ul li:not(:last-child),.team-profile-listing-modal__summary ol li:not(:last-child),.team-profile-listing__summary ol li:not(:last-child),.takeover-hero__summary ol li:not(:last-child),.statistics-list__summary ol li:not(:last-child),.standard-page-content-header__summary ol li:not(:last-child),.section-page-content-header__summary ol li:not(:last-child),.page-links-list__summary ol li:not(:last-child),.page-content-summary__rte ol li:not(:last-child),.page-content-body-text__rte ol li:not(:last-child),.organisation-list__summary ol li:not(:last-child),.job-page-widget__rte ol li:not(:last-child),.job-page-listing__summary ol li:not(:last-child),.job-page-content-header__summary ol li:not(:last-child),.heading-summary-text__summary ol li:not(:last-child),.case-study-page-related__summary ol li:not(:last-child),.case-study-page-listing__summary ol li:not(:last-child),.article-page-listing__summary ol li:not(:last-child),.article-page-content-header__summary ol li:not(:last-child),.text-cta__summary ol li:not(:last-child),.heading-summary-link__summary ol li:not(:last-child),.rte ol li:not(:last-child){margin-bottom:1rem}.team-profile-listing-modal__summary ul li::before,.team-profile-listing__summary ul li::before,.takeover-hero__summary ul li::before,.statistics-list__summary ul li::before,.standard-page-content-header__summary ul li::before,.section-page-content-header__summary ul li::before,.page-links-list__summary ul li::before,.page-content-summary__rte ul li::before,.page-content-body-text__rte ul li::before,.organisation-list__summary ul li::before,.job-page-widget__rte ul li::before,.job-page-listing__summary ul li::before,.job-page-content-header__summary ul li::before,.heading-summary-text__summary ul li::before,.case-study-page-related__summary ul li::before,.case-study-page-listing__summary ul li::before,.article-page-listing__summary ul li::before,.article-page-content-header__summary ul li::before,.text-cta__summary ul li::before,.heading-summary-link__summary ul li::before,.rte ul li::before,.team-profile-listing-modal__summary ol li::before,.team-profile-listing__summary ol li::before,.takeover-hero__summary ol li::before,.statistics-list__summary ol li::before,.standard-page-content-header__summary ol li::before,.section-page-content-header__summary ol li::before,.page-links-list__summary ol li::before,.page-content-summary__rte ol li::before,.page-content-body-text__rte ol li::before,.organisation-list__summary ol li::before,.job-page-widget__rte ol li::before,.job-page-listing__summary ol li::before,.job-page-content-header__summary ol li::before,.heading-summary-text__summary ol li::before,.case-study-page-related__summary ol li::before,.case-study-page-listing__summary ol li::before,.article-page-listing__summary ol li::before,.article-page-content-header__summary ol li::before,.text-cta__summary ol li::before,.heading-summary-link__summary ol li::before,.rte ol li::before{position:absolute;top:0;left:-1.5rem}.team-profile-listing-modal__summary ul li::before,.team-profile-listing__summary ul li::before,.takeover-hero__summary ul li::before,.statistics-list__summary ul li::before,.standard-page-content-header__summary ul li::before,.section-page-content-header__summary ul li::before,.page-links-list__summary ul li::before,.page-content-summary__rte ul li::before,.page-content-body-text__rte ul li::before,.organisation-list__summary ul li::before,.job-page-widget__rte ul li::before,.job-page-listing__summary ul li::before,.job-page-content-header__summary ul li::before,.heading-summary-text__summary ul li::before,.case-study-page-related__summary ul li::before,.case-study-page-listing__summary ul li::before,.article-page-listing__summary ul li::before,.article-page-content-header__summary ul li::before,.text-cta__summary ul li::before,.heading-summary-link__summary ul li::before,.rte ul li::before{border-color:var(--theme-text-color);transition:border-color .5s ease-in-out;width:.625rem;height:.625rem;margin-top:.5em;content:"";border-style:solid;border-width:1px;border-radius:50%}.team-profile-listing-modal__summary ol,.team-profile-listing__summary ol,.takeover-hero__summary ol,.statistics-list__summary ol,.standard-page-content-header__summary ol,.section-page-content-header__summary ol,.page-links-list__summary ol,.page-content-summary__rte ol,.page-content-body-text__rte ol,.organisation-list__summary ol,.job-page-widget__rte ol,.job-page-listing__summary ol,.job-page-content-header__summary ol,.heading-summary-text__summary ol,.case-study-page-related__summary ol,.case-study-page-listing__summary ol,.article-page-listing__summary ol,.article-page-content-header__summary ol,.text-cta__summary ol,.heading-summary-link__summary ol,.rte ol{counter-reset:list}.team-profile-listing-modal__summary ol li,.team-profile-listing__summary ol li,.takeover-hero__summary ol li,.statistics-list__summary ol li,.standard-page-content-header__summary ol li,.section-page-content-header__summary ol li,.page-links-list__summary ol li,.page-content-summary__rte ol li,.page-content-body-text__rte ol li,.organisation-list__summary ol li,.job-page-widget__rte ol li,.job-page-listing__summary ol li,.job-page-content-header__summary ol li,.heading-summary-text__summary ol li,.case-study-page-related__summary ol li,.case-study-page-listing__summary ol li,.article-page-listing__summary ol li,.article-page-content-header__summary ol li,.text-cta__summary ol li,.heading-summary-link__summary ol li,.rte ol li{counter-increment:list}.team-profile-listing-modal__summary ol li::before,.team-profile-listing__summary ol li::before,.takeover-hero__summary ol li::before,.statistics-list__summary ol li::before,.standard-page-content-header__summary ol li::before,.section-page-content-header__summary ol li::before,.page-links-list__summary ol li::before,.page-content-summary__rte ol li::before,.page-content-body-text__rte ol li::before,.organisation-list__summary ol li::before,.job-page-widget__rte ol li::before,.job-page-listing__summary ol li::before,.job-page-content-header__summary ol li::before,.heading-summary-text__summary ol li::before,.case-study-page-related__summary ol li::before,.case-study-page-listing__summary ol li::before,.article-page-listing__summary ol li::before,.article-page-content-header__summary ol li::before,.text-cta__summary ol li::before,.heading-summary-link__summary ol li::before,.rte ol li::before{content:counter(list) "."}.team-profile-listing-modal__summary dl dd,.team-profile-listing__summary dl dd,.takeover-hero__summary dl dd,.statistics-list__summary dl dd,.standard-page-content-header__summary dl dd,.section-page-content-header__summary dl dd,.page-links-list__summary dl dd,.page-content-summary__rte dl dd,.page-content-body-text__rte dl dd,.organisation-list__summary dl dd,.job-page-widget__rte dl dd,.job-page-listing__summary dl dd,.job-page-content-header__summary dl dd,.heading-summary-text__summary dl dd,.case-study-page-related__summary dl dd,.case-study-page-listing__summary dl dd,.article-page-listing__summary dl dd,.article-page-content-header__summary dl dd,.text-cta__summary dl dd,.heading-summary-link__summary dl dd,.rte dl dd{margin-bottom:1rem}.team-profile-listing-modal__summary dl dd:last-child,.team-profile-listing__summary dl dd:last-child,.takeover-hero__summary dl dd:last-child,.statistics-list__summary dl dd:last-child,.standard-page-content-header__summary dl dd:last-child,.section-page-content-header__summary dl dd:last-child,.page-links-list__summary dl dd:last-child,.page-content-summary__rte dl dd:last-child,.page-content-body-text__rte dl dd:last-child,.organisation-list__summary dl dd:last-child,.job-page-widget__rte dl dd:last-child,.job-page-listing__summary dl dd:last-child,.job-page-content-header__summary dl dd:last-child,.heading-summary-text__summary dl dd:last-child,.case-study-page-related__summary dl dd:last-child,.case-study-page-listing__summary dl dd:last-child,.article-page-listing__summary dl dd:last-child,.article-page-content-header__summary dl dd:last-child,.text-cta__summary dl dd:last-child,.heading-summary-link__summary dl dd:last-child,.rte dl dd:last-child{margin-bottom:0}.team-profile-listing-modal__summary img,.team-profile-listing__summary img,.takeover-hero__summary img,.statistics-list__summary img,.standard-page-content-header__summary img,.section-page-content-header__summary img,.page-links-list__summary img,.page-content-summary__rte img,.page-content-body-text__rte img,.organisation-list__summary img,.job-page-widget__rte img,.job-page-listing__summary img,.job-page-content-header__summary img,.heading-summary-text__summary img,.case-study-page-related__summary img,.case-study-page-listing__summary img,.article-page-listing__summary img,.article-page-content-header__summary img,.text-cta__summary img,.heading-summary-link__summary img,.rte img,.team-profile-listing-modal__summary iframe,.team-profile-listing__summary iframe,.takeover-hero__summary iframe,.statistics-list__summary iframe,.standard-page-content-header__summary iframe,.section-page-content-header__summary iframe,.page-links-list__summary iframe,.page-content-summary__rte iframe,.page-content-body-text__rte iframe,.organisation-list__summary iframe,.job-page-widget__rte iframe,.job-page-listing__summary iframe,.job-page-content-header__summary iframe,.heading-summary-text__summary iframe,.case-study-page-related__summary iframe,.case-study-page-listing__summary iframe,.article-page-listing__summary iframe,.article-page-content-header__summary iframe,.text-cta__summary iframe,.heading-summary-link__summary iframe,.rte iframe{max-width:100%}.team-profile-listing-modal__summary img,.team-profile-listing__summary img,.takeover-hero__summary img,.statistics-list__summary img,.standard-page-content-header__summary img,.section-page-content-header__summary img,.page-links-list__summary img,.page-content-summary__rte img,.page-content-body-text__rte img,.organisation-list__summary img,.job-page-widget__rte img,.job-page-listing__summary img,.job-page-content-header__summary img,.heading-summary-text__summary img,.case-study-page-related__summary img,.case-study-page-listing__summary img,.article-page-listing__summary img,.article-page-content-header__summary img,.text-cta__summary img,.heading-summary-link__summary img,.rte img{height:auto}.team-profile-listing-modal__summary .btn-icon__text,.team-profile-listing__summary .btn-icon__text,.takeover-hero__summary .btn-icon__text,.statistics-list__summary .btn-icon__text,.standard-page-content-header__summary .btn-icon__text,.section-page-content-header__summary .btn-icon__text,.page-links-list__summary .btn-icon__text,.page-content-summary__rte .btn-icon__text,.page-content-body-text__rte .btn-icon__text,.organisation-list__summary .btn-icon__text,.job-page-widget__rte .btn-icon__text,.job-page-listing__summary .btn-icon__text,.job-page-content-header__summary .btn-icon__text,.heading-summary-text__summary .btn-icon__text,.case-study-page-related__summary .btn-icon__text,.case-study-page-listing__summary .btn-icon__text,.article-page-listing__summary .btn-icon__text,.article-page-content-header__summary .btn-icon__text,.text-cta__summary .btn-icon__text,.heading-summary-link__summary .btn-icon__text,.rte .btn-icon__text{margin-bottom:0}@media(min-width: 1200px){.team-profile-listing-modal__summary ul,.team-profile-listing__summary ul,.takeover-hero__summary ul,.statistics-list__summary ul,.standard-page-content-header__summary ul,.section-page-content-header__summary ul,.page-links-list__summary ul,.page-content-summary__rte ul,.page-content-body-text__rte ul,.organisation-list__summary ul,.job-page-widget__rte ul,.job-page-listing__summary ul,.job-page-content-header__summary ul,.heading-summary-text__summary ul,.case-study-page-related__summary ul,.case-study-page-listing__summary ul,.article-page-listing__summary ul,.article-page-content-header__summary ul,.text-cta__summary ul,.heading-summary-link__summary ul,.rte ul,.team-profile-listing-modal__summary ol,.team-profile-listing__summary ol,.takeover-hero__summary ol,.statistics-list__summary ol,.standard-page-content-header__summary ol,.section-page-content-header__summary ol,.page-links-list__summary ol,.page-content-summary__rte ol,.page-content-body-text__rte ol,.organisation-list__summary ol,.job-page-widget__rte ol,.job-page-listing__summary ol,.job-page-content-header__summary ol,.heading-summary-text__summary ol,.case-study-page-related__summary ol,.case-study-page-listing__summary ol,.article-page-listing__summary ol,.article-page-content-header__summary ol,.text-cta__summary ol,.heading-summary-link__summary ol,.rte ol{padding-left:2.875rem}.team-profile-listing-modal__summary ul li::before,.team-profile-listing__summary ul li::before,.takeover-hero__summary ul li::before,.statistics-list__summary ul li::before,.standard-page-content-header__summary ul li::before,.section-page-content-header__summary ul li::before,.page-links-list__summary ul li::before,.page-content-summary__rte ul li::before,.page-content-body-text__rte ul li::before,.organisation-list__summary ul li::before,.job-page-widget__rte ul li::before,.job-page-listing__summary ul li::before,.job-page-content-header__summary ul li::before,.heading-summary-text__summary ul li::before,.case-study-page-related__summary ul li::before,.case-study-page-listing__summary ul li::before,.article-page-listing__summary ul li::before,.article-page-content-header__summary ul li::before,.text-cta__summary ul li::before,.heading-summary-link__summary ul li::before,.rte ul li::before,.team-profile-listing-modal__summary ol li::before,.team-profile-listing__summary ol li::before,.takeover-hero__summary ol li::before,.statistics-list__summary ol li::before,.standard-page-content-header__summary ol li::before,.section-page-content-header__summary ol li::before,.page-links-list__summary ol li::before,.page-content-summary__rte ol li::before,.page-content-body-text__rte ol li::before,.organisation-list__summary ol li::before,.job-page-widget__rte ol li::before,.job-page-listing__summary ol li::before,.job-page-content-header__summary ol li::before,.heading-summary-text__summary ol li::before,.case-study-page-related__summary ol li::before,.case-study-page-listing__summary ol li::before,.article-page-listing__summary ol li::before,.article-page-content-header__summary ol li::before,.text-cta__summary ol li::before,.heading-summary-link__summary ol li::before,.rte ol li::before{left:-2.875rem}}.swiper-slide{height:auto}.swiper-wrapper{height:-moz-fit-content;height:fit-content}.swiper-pagination{--swiper-pagination-bullet-width: 100%;--swiper-pagination-bullet-horizontal-gap: 6px;--swiper-pagination-bullet-height: 4px;--swiper-pagination-bullet-inactive-opacity: 1;--swiper-pagination-bullet-opacity: 1;--swiper-pagination-bullet-inactive-color: #efefef;--swiper-pagination-color: #efefef;position:static;display:flex;justify-content:space-between;margin-top:1.25rem}.swiper-pagination-bullet{position:relative;overflow:hidden;border-radius:2px}.swiper-pagination-bullet::before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:#efefef;border-radius:2px;transition:transform .25s linear,background .25s ease-in-out;transform:translateX(-100%)}.swiper-pagination-bullet--swiped-right::before{transform:translateX(100%)}.swiper-pagination-bullet-active::before{background:#0220e7;transform:none}.swiper-button-prev,.swiper-button-next{top:calc(100vw - 4.75rem);font-size:0.875rem;font-weight:430;color:#0220e7;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .5s ease-in-out,left .5s ease-in-out,right .5s ease-in-out}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:1}.swiper-button-prev::before,.swiper-button-next::before{position:absolute;z-index:-1;width:3.375rem;height:3.375rem;content:"";background:#ffa49b;border:1px solid #ffa49b;border-radius:50%;box-shadow:0 0 8px rgba(0,0,0,.25)}.swiper-button-prev::after,.swiper-button-next::after{content:none}.swiper-button-prev{left:2rem}.swiper-button-prev.swiper-button-disabled{left:-4rem}.swiper-button-next{right:2rem}.swiper-button-next.swiper-button-disabled{right:-4rem}@media(min-width: 768px){.swiper-slide{width:40%}.swiper-wrapper{height:auto}.swiper-pagination{display:none}.swiper-button-prev{left:4rem}.swiper-button-next{right:4rem}.swiper-button-prev,.swiper-button-next{top:calc(40vw - 3rem)}.swiper-button-prev::before,.swiper-button-next::before{width:4rem;height:4rem;transition:transform .5s ease-in-out,background .5s ease-in-out}.swiper-button-prev:hover,.swiper-button-next:hover{color:#fff;text-decoration:underline}.swiper-button-prev:hover::before,.swiper-button-next:hover::before{background:rgba(23,23,23,.2);transform:scale(1.4)}}@media(min-width: 992px){.swiper-button-prev,.swiper-button-next{font-size:1.125rem}.swiper-button-prev::before,.swiper-button-next::before{width:5rem;height:5rem}}@keyframes noise{0%{background-position-x:0;background-position-y:1.5rem}10%{background-position-x:-0.5rem;background-position-y:-1rem}20%{background-position-x:-3rem;background-position-y:1rem}30%{background-position-x:1.5rem;background-position-y:-1.5rem}40%{background-position-x:-1rem;background-position-y:2.5rem}50%{background-position-x:-1.5rem;background-position-y:-1rem}60%{background-position-x:1rem;background-position-y:1rem}70%{background-position-x:1.5rem;background-position-y:-1rem}80%{background-position-x:-0.5rem;background-position-y:.5rem}90%{background-position-x:1rem;background-position-y:-0.5rem}to{background-position-x:-3.5rem;background-position-y:0}}.noise-background{position:relative}.noise-background::after{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;content:"";background-image:url("./assets/img/noise-background.png")}:root:not(.reduced-motion) .noise-background::after{animation:noise 1s steps(2) infinite}.contact-form-page__container,.case-study-page__container,.job-page-modal__container,.page-layout__container{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:var(--pl-container-max-width);padding:0 var(--pl-container-padding-x);margin:0 auto}.section-page-content-header__right-column .section-header-video,.full-width-video,.case-study-page-featured-card__media-container,.page-layout__container-breakout{width:var(--viewport-width);margin-right:calc(-1*var(--pl-container-padding-x));margin-left:calc(-1*var(--pl-container-padding-x))}@media(min-width: 1920px){.section-page-content-header__right-column .section-header-video,.full-width-video,.case-study-page-featured-card__media-container,.page-layout__container-breakout{margin-right:calc((var(--viewport-width) - min(var(--pl-container-max-width),var(--viewport-width)))/-2 - var(--pl-container-padding-x));margin-left:calc((var(--viewport-width) - min(var(--pl-container-max-width),var(--viewport-width)))/-2 - var(--pl-container-padding-x))}}.page-layout__section--spacer-top-none .video:first-child,.page-layout__section--spacer-top-none .text-item-list:first-child,.page-layout__section--spacer-top-none .testimonial-quote:first-child,.page-layout__section--spacer-top-none .team-profile-listing:first-child,.page-layout__section--spacer-top-none .statistics-list:first-child,.page-layout__section--spacer-top-none .section-page-content-header__right-column .section-header-video:first-child,.section-page-content-header__right-column .page-layout__section--spacer-top-none .section-header-video:first-child,.page-layout__section--spacer-top-none .page-links-list:first-child,.page-layout__section--spacer-top-none .page-image-links-carousel:first-child,.page-layout__section--spacer-top-none .page-content-summary:first-child,.page-layout__section--spacer-top-none .page-content-body-text:first-child,.page-layout__section--spacer-top-none .organisation-list:first-child,.page-layout__section--spacer-top-none .media-image-gallery:first-child,.page-layout__section--spacer-top-none .media-image-carousel:first-child,.page-layout__section--spacer-top-none .location-listing:first-child,.page-layout__section--spacer-top-none .job-page-widget:first-child,.page-layout__section--spacer-top-none .job-page-listing:first-child,.page-layout__section--spacer-top-none .graphic-text-cta:first-child,.page-layout__section--spacer-top-none .icon-pricing:first-child,.page-layout__section--spacer-top-none .full-width-video:first-child,.page-layout__section--spacer-top-none .case-study-page-related:first-child,.page-layout__section--spacer-top-none .case-study-page-listing:first-child,.page-layout__section--spacer-top-none .article-page-listing:first-child,.page-layout__section--spacer-top-none .text-cta:first-child,.page-layout__section--spacer-top-none .cta-buttons__buttons-row:first-child,.page-layout__section--spacer-top-none .page-layout__container--form:first-child{margin-top:0 !important}.page-layout__section--spacer-top-full .video:first-child,.page-layout__section--spacer-top-full .text-item-list:first-child,.page-layout__section--spacer-top-full .testimonial-quote:first-child,.page-layout__section--spacer-top-full .team-profile-listing:first-child,.page-layout__section--spacer-top-full .statistics-list:first-child,.page-layout__section--spacer-top-full .section-page-content-header__right-column .section-header-video:first-child,.section-page-content-header__right-column .page-layout__section--spacer-top-full .section-header-video:first-child,.page-layout__section--spacer-top-full .page-links-list:first-child,.page-layout__section--spacer-top-full .page-image-links-carousel:first-child,.page-layout__section--spacer-top-full .page-content-summary:first-child,.page-layout__section--spacer-top-full .page-content-body-text:first-child,.page-layout__section--spacer-top-full .organisation-list:first-child,.page-layout__section--spacer-top-full .media-image-gallery:first-child,.page-layout__section--spacer-top-full .media-image-carousel:first-child,.page-layout__section--spacer-top-full .location-listing:first-child,.page-layout__section--spacer-top-full .job-page-widget:first-child,.page-layout__section--spacer-top-full .job-page-listing:first-child,.page-layout__section--spacer-top-full .graphic-text-cta:first-child,.page-layout__section--spacer-top-full .icon-pricing:first-child,.page-layout__section--spacer-top-full .full-width-video:first-child,.page-layout__section--spacer-top-full .case-study-page-related:first-child,.page-layout__section--spacer-top-full .case-study-page-listing:first-child,.page-layout__section--spacer-top-full .article-page-listing:first-child,.page-layout__section--spacer-top-full .text-cta:first-child,.page-layout__section--spacer-top-full .cta-buttons__buttons-row:first-child,.page-layout__section--spacer-top-full .page-layout__container--form:first-child{margin-top:var(--pl-component-spacer-y) !important}@media(max-width: 767.98px){.page-layout__section--spacer-top-half .video:first-child,.page-layout__section--spacer-top-half .text-item-list:first-child,.page-layout__section--spacer-top-half .testimonial-quote:first-child,.page-layout__section--spacer-top-half .team-profile-listing:first-child,.page-layout__section--spacer-top-half .statistics-list:first-child,.page-layout__section--spacer-top-half .section-page-content-header__right-column .section-header-video:first-child,.section-page-content-header__right-column .page-layout__section--spacer-top-half .section-header-video:first-child,.page-layout__section--spacer-top-half .page-links-list:first-child,.page-layout__section--spacer-top-half .page-image-links-carousel:first-child,.page-layout__section--spacer-top-half .page-content-summary:first-child,.page-layout__section--spacer-top-half .page-content-body-text:first-child,.page-layout__section--spacer-top-half .organisation-list:first-child,.page-layout__section--spacer-top-half .media-image-gallery:first-child,.page-layout__section--spacer-top-half .media-image-carousel:first-child,.page-layout__section--spacer-top-half .location-listing:first-child,.page-layout__section--spacer-top-half .job-page-widget:first-child,.page-layout__section--spacer-top-half .job-page-listing:first-child,.page-layout__section--spacer-top-half .graphic-text-cta:first-child,.page-layout__section--spacer-top-half .icon-pricing:first-child,.page-layout__section--spacer-top-half .full-width-video:first-child,.page-layout__section--spacer-top-half .case-study-page-related:first-child,.page-layout__section--spacer-top-half .case-study-page-listing:first-child,.page-layout__section--spacer-top-half .article-page-listing:first-child,.page-layout__section--spacer-top-half .text-cta:first-child,.page-layout__section--spacer-top-half .cta-buttons__buttons-row:first-child,.page-layout__section--spacer-top-half .page-layout__container--form:first-child{margin-top:var(--pl-component-spacer-y) !important}}@media(min-width: 768px){.page-layout__section--spacer-top-half .video:first-child,.page-layout__section--spacer-top-half .text-item-list:first-child,.page-layout__section--spacer-top-half .testimonial-quote:first-child,.page-layout__section--spacer-top-half .team-profile-listing:first-child,.page-layout__section--spacer-top-half .statistics-list:first-child,.page-layout__section--spacer-top-half .section-page-content-header__right-column .section-header-video:first-child,.section-page-content-header__right-column .page-layout__section--spacer-top-half .section-header-video:first-child,.page-layout__section--spacer-top-half .page-links-list:first-child,.page-layout__section--spacer-top-half .page-image-links-carousel:first-child,.page-layout__section--spacer-top-half .page-content-summary:first-child,.page-layout__section--spacer-top-half .page-content-body-text:first-child,.page-layout__section--spacer-top-half .organisation-list:first-child,.page-layout__section--spacer-top-half .media-image-gallery:first-child,.page-layout__section--spacer-top-half .media-image-carousel:first-child,.page-layout__section--spacer-top-half .location-listing:first-child,.page-layout__section--spacer-top-half .job-page-widget:first-child,.page-layout__section--spacer-top-half .job-page-listing:first-child,.page-layout__section--spacer-top-half .graphic-text-cta:first-child,.page-layout__section--spacer-top-half .icon-pricing:first-child,.page-layout__section--spacer-top-half .full-width-video:first-child,.page-layout__section--spacer-top-half .case-study-page-related:first-child,.page-layout__section--spacer-top-half .case-study-page-listing:first-child,.page-layout__section--spacer-top-half .article-page-listing:first-child,.page-layout__section--spacer-top-half .text-cta:first-child,.page-layout__section--spacer-top-half .cta-buttons__buttons-row:first-child,.page-layout__section--spacer-top-half .page-layout__container--form:first-child{margin-top:calc(var(--pl-component-spacer-y)/2) !important}}.page-layout__section--spacer-bottom-none .video:last-child,.page-layout__section--spacer-bottom-none .text-item-list:last-child,.page-layout__section--spacer-bottom-none .testimonial-quote:last-child,.page-layout__section--spacer-bottom-none .team-profile-listing:last-child,.page-layout__section--spacer-bottom-none .statistics-list:last-child,.page-layout__section--spacer-bottom-none .section-page-content-header__right-column .section-header-video:last-child,.section-page-content-header__right-column .page-layout__section--spacer-bottom-none .section-header-video:last-child,.page-layout__section--spacer-bottom-none .page-links-list:last-child,.page-layout__section--spacer-bottom-none .page-image-links-carousel:last-child,.page-layout__section--spacer-bottom-none .page-content-summary:last-child,.page-layout__section--spacer-bottom-none .page-content-body-text:last-child,.page-layout__section--spacer-bottom-none .organisation-list:last-child,.page-layout__section--spacer-bottom-none .media-image-gallery:last-child,.page-layout__section--spacer-bottom-none .media-image-carousel:last-child,.page-layout__section--spacer-bottom-none .location-listing:last-child,.page-layout__section--spacer-bottom-none .job-page-widget:last-child,.page-layout__section--spacer-bottom-none .job-page-listing:last-child,.page-layout__section--spacer-bottom-none .graphic-text-cta:last-child,.page-layout__section--spacer-bottom-none .icon-pricing:last-child,.page-layout__section--spacer-bottom-none .full-width-video:last-child,.page-layout__section--spacer-bottom-none .case-study-page-related:last-child,.page-layout__section--spacer-bottom-none .case-study-page-listing:last-child,.page-layout__section--spacer-bottom-none .article-page-listing:last-child,.page-layout__section--spacer-bottom-none .text-cta:last-child,.page-layout__section--spacer-bottom-none .cta-buttons__buttons-row:last-child,.page-layout__section--spacer-bottom-none .page-layout__container--form:last-child{margin-bottom:0 !important}.page-layout__section--spacer-bottom-full .video:last-child,.page-layout__section--spacer-bottom-full .text-item-list:last-child,.page-layout__section--spacer-bottom-full .testimonial-quote:last-child,.page-layout__section--spacer-bottom-full .team-profile-listing:last-child,.page-layout__section--spacer-bottom-full .statistics-list:last-child,.page-layout__section--spacer-bottom-full .section-page-content-header__right-column .section-header-video:last-child,.section-page-content-header__right-column .page-layout__section--spacer-bottom-full .section-header-video:last-child,.page-layout__section--spacer-bottom-full .page-links-list:last-child,.page-layout__section--spacer-bottom-full .page-image-links-carousel:last-child,.page-layout__section--spacer-bottom-full .page-content-summary:last-child,.page-layout__section--spacer-bottom-full .page-content-body-text:last-child,.page-layout__section--spacer-bottom-full .organisation-list:last-child,.page-layout__section--spacer-bottom-full .media-image-gallery:last-child,.page-layout__section--spacer-bottom-full .media-image-carousel:last-child,.page-layout__section--spacer-bottom-full .location-listing:last-child,.page-layout__section--spacer-bottom-full .job-page-widget:last-child,.page-layout__section--spacer-bottom-full .job-page-listing:last-child,.page-layout__section--spacer-bottom-full .graphic-text-cta:last-child,.page-layout__section--spacer-bottom-full .icon-pricing:last-child,.page-layout__section--spacer-bottom-full .full-width-video:last-child,.page-layout__section--spacer-bottom-full .case-study-page-related:last-child,.page-layout__section--spacer-bottom-full .case-study-page-listing:last-child,.page-layout__section--spacer-bottom-full .article-page-listing:last-child,.page-layout__section--spacer-bottom-full .text-cta:last-child,.page-layout__section--spacer-bottom-full .cta-buttons__buttons-row:last-child,.page-layout__section--spacer-bottom-full .page-layout__container--form:last-child{margin-bottom:var(--pl-component-spacer-y) !important}@media(max-width: 767.98px){.page-layout__section--spacer-bottom-half .video:last-child,.page-layout__section--spacer-bottom-half .text-item-list:last-child,.page-layout__section--spacer-bottom-half .testimonial-quote:last-child,.page-layout__section--spacer-bottom-half .team-profile-listing:last-child,.page-layout__section--spacer-bottom-half .statistics-list:last-child,.page-layout__section--spacer-bottom-half .section-page-content-header__right-column .section-header-video:last-child,.section-page-content-header__right-column .page-layout__section--spacer-bottom-half .section-header-video:last-child,.page-layout__section--spacer-bottom-half .page-links-list:last-child,.page-layout__section--spacer-bottom-half .page-image-links-carousel:last-child,.page-layout__section--spacer-bottom-half .page-content-summary:last-child,.page-layout__section--spacer-bottom-half .page-content-body-text:last-child,.page-layout__section--spacer-bottom-half .organisation-list:last-child,.page-layout__section--spacer-bottom-half .media-image-gallery:last-child,.page-layout__section--spacer-bottom-half .media-image-carousel:last-child,.page-layout__section--spacer-bottom-half .location-listing:last-child,.page-layout__section--spacer-bottom-half .job-page-widget:last-child,.page-layout__section--spacer-bottom-half .job-page-listing:last-child,.page-layout__section--spacer-bottom-half .graphic-text-cta:last-child,.page-layout__section--spacer-bottom-half .icon-pricing:last-child,.page-layout__section--spacer-bottom-half .full-width-video:last-child,.page-layout__section--spacer-bottom-half .case-study-page-related:last-child,.page-layout__section--spacer-bottom-half .case-study-page-listing:last-child,.page-layout__section--spacer-bottom-half .article-page-listing:last-child,.page-layout__section--spacer-bottom-half .text-cta:last-child,.page-layout__section--spacer-bottom-half .cta-buttons__buttons-row:last-child,.page-layout__section--spacer-bottom-half .page-layout__container--form:last-child{margin-bottom:var(--pl-component-spacer-y) !important}}@media(min-width: 768px){.page-layout__section--spacer-bottom-half .video:last-child,.page-layout__section--spacer-bottom-half .text-item-list:last-child,.page-layout__section--spacer-bottom-half .testimonial-quote:last-child,.page-layout__section--spacer-bottom-half .team-profile-listing:last-child,.page-layout__section--spacer-bottom-half .statistics-list:last-child,.page-layout__section--spacer-bottom-half .section-page-content-header__right-column .section-header-video:last-child,.section-page-content-header__right-column .page-layout__section--spacer-bottom-half .section-header-video:last-child,.page-layout__section--spacer-bottom-half .page-links-list:last-child,.page-layout__section--spacer-bottom-half .page-image-links-carousel:last-child,.page-layout__section--spacer-bottom-half .page-content-summary:last-child,.page-layout__section--spacer-bottom-half .page-content-body-text:last-child,.page-layout__section--spacer-bottom-half .organisation-list:last-child,.page-layout__section--spacer-bottom-half .media-image-gallery:last-child,.page-layout__section--spacer-bottom-half .media-image-carousel:last-child,.page-layout__section--spacer-bottom-half .location-listing:last-child,.page-layout__section--spacer-bottom-half .job-page-widget:last-child,.page-layout__section--spacer-bottom-half .job-page-listing:last-child,.page-layout__section--spacer-bottom-half .graphic-text-cta:last-child,.page-layout__section--spacer-bottom-half .icon-pricing:last-child,.page-layout__section--spacer-bottom-half .full-width-video:last-child,.page-layout__section--spacer-bottom-half .case-study-page-related:last-child,.page-layout__section--spacer-bottom-half .case-study-page-listing:last-child,.page-layout__section--spacer-bottom-half .article-page-listing:last-child,.page-layout__section--spacer-bottom-half .text-cta:last-child,.page-layout__section--spacer-bottom-half .cta-buttons__buttons-row:last-child,.page-layout__section--spacer-bottom-half .page-layout__container--form:last-child{margin-bottom:calc(var(--pl-component-spacer-y)/2) !important}}.video,.text-item-list,.testimonial-quote,.team-profile-listing,.statistics-list,.page-links-list,.page-content-summary,.page-content-body-text,.organisation-list,.location-listing,.job-page-widget,.job-page-listing,.graphic-text-cta,.icon-pricing,.case-study-page-related,.case-study-page-listing,.article-page-listing,.text-cta,.cta-buttons__buttons-row,.page-layout__container--form{margin-top:var(--pl-component-spacer-y)}.video:last-child,.text-item-list:last-child,.testimonial-quote:last-child,.team-profile-listing:last-child,.statistics-list:last-child,.page-links-list:last-child,.page-content-summary:last-child,.page-content-body-text:last-child,.organisation-list:last-child,.location-listing:last-child,.job-page-widget:last-child,.job-page-listing:last-child,.graphic-text-cta:last-child,.icon-pricing:last-child,.case-study-page-related:last-child,.case-study-page-listing:last-child,.article-page-listing:last-child,.text-cta:last-child,.cta-buttons__buttons-row:last-child,.page-layout__container--form:last-child{margin-bottom:var(--pl-component-spacer-y)}.page-layout--pre-init{overflow:hidden}.page-layout__section{position:relative;display:flex;flex-direction:column}.page-layout__section--reverse-stack{flex-direction:column-reverse}.page-layout__col{position:relative;display:flex;--pl-component-spacer-y: 2.5rem;--pl-container-padding-x: 0.875rem;--pl-container-max-width: 1920px}.page-layout__container--media{max-width:none;padding-right:0;padding-left:0}.page-layout__container--full-height{min-height:var(--viewport-height);justify-content:center}.edit-mode .page-layout__container--full-height{min-height:auto}@media(min-width: 576px){.page-layout__col{--pl-component-spacer-y: 5rem;--pl-container-padding-x: 2rem}}@media(min-width: 992px){.page-layout__section{flex-direction:row;--bs-gutter-x: 0;--bs-gutter-y: 0}.page-layout__col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y);--pl-component-spacer-y:120px}}@media(min-width: 992px)and (min-width: 992px){.page-layout__col{--pl-component-spacer-y:calc(120px + 60 * ((100vw - 992px) / 928))}}@media(min-width: 992px)and (min-width: 1920px){.page-layout__col{--pl-component-spacer-y:180px}}@media(min-width: 992px){.page-layout__col--main-left{margin-right:auto;margin-left:0}}@media(min-width: 992px){.page-layout__col--main-right{margin-right:0;margin-left:auto}}@media(min-width: 992px){.page-layout__col--sidebar-fixed{position:absolute;top:0;left:0;z-index:1020;background-color:var(--theme-bg-color)}.page-layout__col--main-left+.page-layout__col--sidebar-fixed{right:0;left:auto}}@media(min-width: 992px){.page-layout__col-4{flex:0 0 auto;width:33.33333333%}}@media(min-width: 992px){.page-layout__col-6{flex:0 0 auto;width:50%}}@media(min-width: 992px){.page-layout__col-8{flex:0 0 auto;width:66.66666667%;--pl-container-padding-x:96px}}@media(min-width: 992px)and (min-width: 992px){.page-layout__col-8{--pl-container-padding-x:calc(96px + 48 * ((100vw - 992px) / 928))}}@media(min-width: 992px)and (min-width: 1920px){.page-layout__col-8{--pl-container-padding-x:144px}}@media(min-width: 992px){.page-layout__col-12{flex:0 0 auto;width:100%;--pl-container-padding-x:96px}}@media(min-width: 992px)and (min-width: 992px){.page-layout__col-12{--pl-container-padding-x:calc(96px + 48 * ((100vw - 992px) / 928))}}@media(min-width: 992px)and (min-width: 1920px){.page-layout__col-12{--pl-container-padding-x:144px}}@media(min-width: 992px){.page-layout__container--sidebar-sticky,.page-layout__container--sidebar-fixed{position:sticky;top:0;height:var(--viewport-height);overflow-y:auto}.edit-mode .page-layout__container--sidebar-sticky,.edit-mode .page-layout__container--sidebar-fixed{position:static;height:auto;overflow-y:visible}.page-layout__container--full-height-lg{min-height:var(--viewport-height)}.edit-mode .page-layout__container--full-height-lg{min-height:auto}}.cta-buttons__buttons-row{display:flex;flex-direction:column;align-items:center}.cta-buttons__btn-cta{margin-bottom:1.25rem}@media(min-width: 768px){.cta-buttons__buttons-row{flex-direction:row;justify-content:flex-start}.cta-buttons__btn-cta{margin-left:calc(50% - var(--line-length-max-width)/2)}}@media(min-width: 992px){.cta-buttons__btn-cta{margin:0}}@media(min-width: 1400px){.cta-buttons__btn-cta{margin-left:calc(50% - var(--line-length-max-width)/2)}}.heading-summary-link{--hsl-row-margin-bottom: 1.5rem}.heading-summary-link__heading-row:not(:last-child){margin-bottom:var(--hsl-row-margin-bottom)}.heading-summary-link__heading{margin-bottom:.6666666667em}.heading-summary-link__heading:last-child{margin-bottom:0}.heading-summary-link__heading-link{margin-top:1.25rem}@media(min-width: 768px){.heading-summary-link__heading-col--wide,.heading-summary-link__heading-col--x-wide{display:flex;align-items:flex-end}.heading-summary-link__heading-col--wide .heading-summary-link__heading-text,.heading-summary-link__heading-col--x-wide .heading-summary-link__heading-text{flex:0 1 90%;margin-right:2.5rem}.heading-summary-link__heading-col--wide .heading-summary-link__heading-link,.heading-summary-link__heading-col--x-wide .heading-summary-link__heading-link{flex:1 0 10%;margin-top:0;margin-left:auto;white-space:nowrap}}@media(min-width: 992px){.heading-summary-link{--hsl-row-margin-bottom: 5rem}.heading-summary-link__heading-row{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x));justify-content:center}.heading-summary-link__heading-col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.single-column-section .heading-summary-link__heading-col{flex:0 0 auto;width:83.33333333%}.single-column-section .heading-summary-link__heading-col--wide,.single-column-section .heading-summary-link__heading-col--x-wide{flex:0 0 auto;width:100%}.heading-summary-link__heading-col--wide .heading-summary-link__heading-link,.heading-summary-link__heading-col--x-wide .heading-summary-link__heading-link{margin-bottom:2px}}@media(min-width: 1200px){.single-column-section .heading-summary-link__heading-col{flex:0 0 auto;width:66.66666667%}.single-column-section .heading-summary-link__heading-col--wide{flex:0 0 auto;width:83.33333333%}.single-column-section .heading-summary-link__heading-col--x-wide{flex:0 0 auto;width:100%}.heading-summary-link__heading-link{margin-top:2rem}}.text-cta{--hsl-row-margin-bottom: 1.5rem}.text-cta__heading-row:not(:last-child){margin-bottom:var(--hsl-row-margin-bottom)}.text-cta__heading{margin-bottom:.6666666667em}.text-cta__heading:last-child{margin-bottom:0}.text-cta__heading-link{margin-top:1.25rem}@media(min-width: 768px){.text-cta__heading-col--wide,.text-cta__heading-col--x-wide{display:flex;align-items:flex-end}.text-cta__heading-col--wide .text-cta__heading-text,.text-cta__heading-col--x-wide .text-cta__heading-text{flex:0 1 90%;margin-right:2.5rem}.text-cta__heading-col--wide .text-cta__heading-link,.text-cta__heading-col--x-wide .text-cta__heading-link{flex:1 0 10%;margin-top:0;margin-left:auto;white-space:nowrap}}@media(min-width: 992px){.text-cta{--hsl-row-margin-bottom: 5rem}.text-cta__heading-row{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x));justify-content:center}.text-cta__heading-col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.single-column-section .text-cta__heading-col{flex:0 0 auto;width:83.33333333%}.single-column-section .text-cta__heading-col--wide,.single-column-section .text-cta__heading-col--x-wide{flex:0 0 auto;width:100%}.text-cta__heading-col--wide .text-cta__heading-link,.text-cta__heading-col--x-wide .text-cta__heading-link{margin-bottom:2px}}@media(min-width: 1200px){.single-column-section .text-cta__heading-col{flex:0 0 auto;width:66.66666667%}.single-column-section .text-cta__heading-col--wide{flex:0 0 auto;width:83.33333333%}.single-column-section .text-cta__heading-col--x-wide{flex:0 0 auto;width:100%}.text-cta__heading-link{margin-top:2rem}}@media(min-width: 768px){.text-cta .text-cta__heading-row .text-cta__heading-col{flex-direction:column;gap:2rem;align-items:flex-start}.text-cta .text-cta__heading-row .text-cta__heading-col .text-cta__heading-link{width:-moz-min-content;width:min-content;margin-left:0}}.article-page-card{position:relative;display:flex;flex-direction:row;height:100%;padding:.25rem;background:#fff;border-radius:8px;box-shadow:0 0 8px rgba(0,0,0,.1)}.article-page-card__tag-list{padding:0;margin:0;list-style:none;display:flex}.article-page-card__tag{display:inline-flex;align-items:center;font-size:0.875rem}.article-page-card__tag--category{font-weight:430}.article-page-card__icon{min-width:1.875rem;margin-right:.75rem;font-size:1.5rem}@media(min-width: 992px){.article-page-card__tag{font-size:1.125rem}.article-page-card__icon{font-size:1.5rem}}.article-page-card__img{width:40%;aspect-ratio:1/1}.article-page-card__img img{width:100%;aspect-ratio:var(--media-img-crop-ratio);border-radius:8px}.article-page-card__text{width:60%;padding:.25rem .625rem}.article-page-card__top-section{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.625rem;color:#0220e7}.article-page-card__tag-list{flex-wrap:wrap;overflow:hidden}.article-page-card__tag{color:#454545;white-space:nowrap}.article-page-card__tag:not(:last-child){margin-right:1.5rem}.article-page-card__tag--category{color:rgba(0,0,0,0);background-image:var(--btn-secondary-bg);-webkit-background-clip:text;background-clip:text}.article-page-card__tag--category .article-page-card__icon{display:none}.article-page-card__tag--published-date,.article-page-card__tag--read-time,.article-page-card__tag--listen-time,.article-page-card__tag--watch-time,.article-page-card__tag--author{display:none}.article-page-card--news .article-page-card__tag--published-date{display:inline-flex}.article-page-card--podcast .article-page-card__tag--listen-time{display:inline-flex}.article-page-card--blog .article-page-card__tag--author{display:inline-flex}.article-page-card__icon{display:none}.article-page-card__badge{display:none;margin:0}.article-page-card__heading{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-weight:430}.article-page-card__summary p{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.article-page-card--featured{flex-direction:column}.article-page-card--featured .article-page-card__img{width:100%}.article-page-card--featured .article-page-card__text{width:100%;padding:1rem}.article-page-card--featured .article-page-card__top-section{padding-bottom:.25rem}@media(max-width: 991.98px){.article-page-card__icon{font-size:1rem}}@media(min-width: 768px){.article-page-card{padding:.5rem}.article-page-card__text{width:65%;padding:1rem 1.5rem}.article-page-card__badge{display:block}.article-page-card__heading-link{text-decoration:none;background-image:linear-gradient(to right, var(--bs-primary), var(--bs-primary));background-repeat:no-repeat;background-position:0 100%;background-size:0 .1em;transition:color .25s ease-in-out,background-size .25s ease-in-out}.reduced-motion .article-page-card__heading-link{transition:none}.article-page-card__heading-link:hover{text-decoration:none;background-size:100% .1em}.article-page-card--featured{flex-direction:row}.article-page-card--featured .article-page-card__text{padding:3rem}.article-page-card--featured .article-page-card__top-section{padding-bottom:2.5rem}.article-page-card--featured .article-page-card__summary{padding-bottom:1.25rem}.article-page-card--featured .article-page-card__img{width:auto;height:100%}.article-page-card:not(:hover) .article-page-card__badge .badge-shape__svg{--badge-shape: polygon(0 0, 100% 0, 100% 100%, 0% 100%)}}@media(min-width: 992px){.article-page-card--featured{min-height:400px}}.article-page-content-header{display:flex;flex:1 0 100%;flex-direction:column;align-items:flex-start;padding-top:var(--pch-padding-top);padding-bottom:var(--pch-padding-bottom);--pch-padding-top: 5rem;--pch-padding-bottom: 2.5rem}.article-page-content-header__tag-list{padding:0;margin:0;list-style:none;display:flex}.article-page-content-header__tag{display:inline-flex;align-items:center;font-size:0.875rem}.article-page-content-header__tag--category{font-weight:430}.article-page-content-header__icon{min-width:1.875rem;margin-right:.75rem;font-size:1.5rem}@media(min-width: 992px){.article-page-content-header__tag{font-size:1.125rem}.article-page-content-header__icon{font-size:1.5rem}}.article-page-content-header__breadcrumb-link{margin-bottom:.625rem}.article-page-content-header__breadcrumb-link .btn-icon__text::after{opacity:1}.article-page-content-header__title{margin-bottom:1.25rem;font-size:var(--h1-font-size);font-weight:315;line-height:1.3333333333;letter-spacing:-0.03em;width:100%;margin-bottom:.625rem;word-wrap:break-word}.article-page-content-header__title em{color:var(--theme-primary-color);transition:color .5s ease-in-out;font-style:normal}.article-page-content-header__title:last-child{margin-bottom:0}@media(max-width: 575.98px){.page-layout__section--reverse-stack .article-page-content-header{--pch-padding-top: 1.25rem}}@media(min-width: 576px)and (max-width: 991.98px){.page-layout__section--reverse-stack .article-page-content-header{--pch-padding-top: 2rem}}@media(min-width: 992px){.article-page-content-header{--pch-padding-top: var(--pl-component-spacer-y);--pch-padding-bottom: 3rem}.article-page-content-header__breadcrumb-link{margin-bottom:1.25rem}.article-page-content-header__title{max-width:60vw;margin-bottom:1.25rem}.article-page-content-header__title:last-child{margin-bottom:0}.page-layout__col-4 .article-page-content-header__title{margin-bottom:1.25rem;font-size:var(--h2-font-size);font-weight:315;line-height:1.5;letter-spacing:-0.03em}.page-layout__col-4 .article-page-content-header__title em{color:var(--theme-primary-color);transition:color .5s ease-in-out;font-style:normal}.page-layout__col-4 .article-page-content-header__title:last-child{margin-bottom:0}}.article-page-content-header__tag-list{flex-direction:column;margin-top:3.75rem}.article-page-content-header__tag:not(:last-child){margin-bottom:.75rem}@media(max-width: 575.98px){.article-page-content-header__title{margin-bottom:1.25rem;font-size:var(--h2-font-size);font-weight:315;line-height:1.5;letter-spacing:-0.03em;margin-bottom:.625rem}.article-page-content-header__title em{color:var(--theme-primary-color);transition:color .5s ease-in-out;font-style:normal}}@media(min-width: 992px){.page-layout__col-12 .article-page-content-header__tag-list{flex-direction:row}.page-layout__col-4 .article-page-content-header__tag-list{margin-top:auto}.article-page-content-header__tag:not(:last-child){margin-bottom:1.25rem}.page-layout__col-12 .article-page-content-header__tag{margin-bottom:0}.page-layout__col-12 .article-page-content-header__tag:not(:last-child){margin-right:3.75rem}}.article-page-listing{--hsl-row-margin-bottom: 1.5rem}.article-page-listing__heading-row:not(:last-child){margin-bottom:var(--hsl-row-margin-bottom)}.article-page-listing__heading{margin-bottom:.6666666667em}.article-page-listing__heading:last-child{margin-bottom:0}.article-page-listing__heading-link{margin-top:1.25rem}@media(min-width: 768px){.article-page-listing__heading-col--wide,.article-page-listing__heading-col--x-wide{display:flex;align-items:flex-end}.article-page-listing__heading-col--wide .article-page-listing__heading-text,.article-page-listing__heading-col--x-wide .article-page-listing__heading-text{flex:0 1 90%;margin-right:2.5rem}.article-page-listing__heading-col--wide .article-page-listing__heading-link,.article-page-listing__heading-col--x-wide .article-page-listing__heading-link{flex:1 0 10%;margin-top:0;margin-left:auto;white-space:nowrap}}@media(min-width: 992px){.article-page-listing{--hsl-row-margin-bottom: 5rem}.article-page-listing__heading-row{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x));justify-content:center}.article-page-listing__heading-col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.single-column-section .article-page-listing__heading-col{flex:0 0 auto;width:83.33333333%}.single-column-section .article-page-listing__heading-col--wide,.single-column-section .article-page-listing__heading-col--x-wide{flex:0 0 auto;width:100%}.article-page-listing__heading-col--wide .article-page-listing__heading-link,.article-page-listing__heading-col--x-wide .article-page-listing__heading-link{margin-bottom:2px}}@media(min-width: 1200px){.single-column-section .article-page-listing__heading-col{flex:0 0 auto;width:66.66666667%}.single-column-section .article-page-listing__heading-col--wide{flex:0 0 auto;width:83.33333333%}.single-column-section .article-page-listing__heading-col--x-wide{flex:0 0 auto;width:100%}.article-page-listing__heading-link{margin-top:2rem}}.article-page-listing-results__row{margin-bottom:-1.25rem}.article-page-listing-results__col,.article-page-listing-results__featured-col{margin-bottom:1.25rem}@media(min-width: 992px){.article-page-listing-results__row{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.single-result .article-page-listing-results__row{display:flex;justify-content:center}.article-page-listing-results__col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:50%}.single-result .article-page-listing-results__col{flex:0 0 auto;width:66.66666667%}.article-page-listing-results__featured-col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:100%;max-height:400px}}.badge-shape{position:relative;z-index:1;padding:.5rem 1.5rem;margin:.5rem 1.5rem;color:var(--theme-text-contrast-color)}.badge-shape__svg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;color:var(--theme-primary-color);filter:url("#round");transition:color .25s ease-in-out}.badge-shape__rect{clip-path:var(--badge-shape);transition:clip-path .25s ease-in-out}@keyframes badge-shape-animation{0%{clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)}100%{clip-path:var(--badge-shape)}}.case-study-page-featured-card{position:relative;padding-bottom:5rem}.case-study-page-featured-card__media-container{display:block;overflow:hidden}.case-study-page-featured-card__content{position:absolute;bottom:0;padding:1.25rem;background-color:var(--theme-bg-color);border-radius:.5rem}.case-study-page-featured-card__heading{margin-bottom:.5rem;font-weight:315}.case-study-page-featured-card__heading-link{text-decoration:none;background-image:linear-gradient(to right, var(--bs-link-color), var(--bs-link-color));background-repeat:no-repeat;background-position:0 100%;background-size:0 .1em;transition:color .25s ease-in-out,background-size .25s ease-in-out}.reduced-motion .case-study-page-featured-card__heading-link{transition:none}.case-study-page-featured-card__heading-link:hover{text-decoration:none;background-size:100% .1em}.case-study-page-featured-card__company-name{margin-bottom:1.25rem;font-weight:430}.case-study-page-featured-card__tag-list{padding:0;margin:0;list-style:none;display:flex;margin:0 -0.25rem}.case-study-page-featured-card__tag-item{margin:0 .25rem}@media(min-width: 992px){.case-study-page-featured-card{padding-bottom:86px}.case-study-page-featured-card__media-container{padding-top:.75rem;padding-bottom:.75rem}.case-study-page-featured-card__media-image{transition:transform .5s ease-in-out;transform:scale(1.02)}.case-study-page-featured-card__content{visibility:hidden;opacity:0;position:absolute;width:600px;padding:1.5rem 2rem;transition:transform .5s ease-in-out,visibility .5s ease-in-out,opacity .5s ease-in-out;transform:translateY(100%)}.case-study-page-featured-card__heading{margin-bottom:1.25rem}.case-study-page-featured-card__text{display:flex;align-items:center;justify-content:space-between}.case-study-page-featured-card__company-name{margin-bottom:0}.case-study-page-featured-card--active .case-study-page-featured-card__media-image{transform:scale(0.97)}.case-study-page-featured-card--active .case-study-page-featured-card__content{visibility:visible;opacity:1;transform:translateY(0)}}@media(min-width: 1200px){.case-study-page-featured-card{padding-bottom:7.5rem}.case-study-page-featured-card__content{width:850px;padding:1.5rem 2.5rem 2rem}.case-study-page-featured-card__heading{margin-bottom:2rem}.case-study-page-featured-card__company-name{margin-bottom:1.25rem;font-size:var(--h4-font-size);font-weight:315;line-height:1.5;letter-spacing:-0.03em;margin-bottom:0}}.case-study-page-listing{--hsl-row-margin-bottom: 1.5rem}.case-study-page-listing__heading-row:not(:last-child){margin-bottom:var(--hsl-row-margin-bottom)}.case-study-page-listing__heading{margin-bottom:.6666666667em}.case-study-page-listing__heading:last-child{margin-bottom:0}.case-study-page-listing__heading-link{margin-top:1.25rem}@media(min-width: 768px){.case-study-page-listing__heading-col--wide,.case-study-page-listing__heading-col--x-wide{display:flex;align-items:flex-end}.case-study-page-listing__heading-col--wide .case-study-page-listing__heading-text,.case-study-page-listing__heading-col--x-wide .case-study-page-listing__heading-text{flex:0 1 90%;margin-right:2.5rem}.case-study-page-listing__heading-col--wide .case-study-page-listing__heading-link,.case-study-page-listing__heading-col--x-wide .case-study-page-listing__heading-link{flex:1 0 10%;margin-top:0;margin-left:auto;white-space:nowrap}}@media(min-width: 992px){.case-study-page-listing{--hsl-row-margin-bottom: 5rem}.case-study-page-listing__heading-row{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x));justify-content:center}.case-study-page-listing__heading-col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.single-column-section .case-study-page-listing__heading-col{flex:0 0 auto;width:83.33333333%}.single-column-section .case-study-page-listing__heading-col--wide,.single-column-section .case-study-page-listing__heading-col--x-wide{flex:0 0 auto;width:100%}.case-study-page-listing__heading-col--wide .case-study-page-listing__heading-link,.case-study-page-listing__heading-col--x-wide .case-study-page-listing__heading-link{margin-bottom:2px}}@media(min-width: 1200px){.single-column-section .case-study-page-listing__heading-col{flex:0 0 auto;width:66.66666667%}.single-column-section .case-study-page-listing__heading-col--wide{flex:0 0 auto;width:83.33333333%}.single-column-section .case-study-page-listing__heading-col--x-wide{flex:0 0 auto;width:100%}.case-study-page-listing__heading-link{margin-top:2rem}}.case-study-page-listing-results{--grid-col-offset: 200px}.case-study-page-listing-results__featured-row{margin-bottom:5rem}.case-study-page-listing-results__grid-row{margin-bottom:-5rem}.case-study-page-listing-results__grid-col{margin-bottom:5rem}@media(min-width: 992px){.case-study-page-listing-results__grid-row{--bs-gutter-x: 6rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x));padding-bottom:var(--grid-col-offset)}.single-result .case-study-page-listing-results__grid-row{display:flex;justify-content:center}.case-study-page-listing-results__grid-col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:50%}.case-study-page-listing-results__grid-col:nth-child(2n){transform:translateY(var(--grid-col-offset))}}@media(min-width: 1200px){.case-study-page-listing-results__featured-row{margin-bottom:7.5rem}}.case-study-page-related{--hsl-row-margin-bottom: 1.5rem}.case-study-page-related__heading-row:not(:last-child){margin-bottom:var(--hsl-row-margin-bottom)}.case-study-page-related__heading{margin-bottom:.6666666667em}.case-study-page-related__heading:last-child{margin-bottom:0}.case-study-page-related__heading-link{margin-top:1.25rem}@media(min-width: 768px){.case-study-page-related__heading-col--wide,.case-study-page-related__heading-col--x-wide{display:flex;align-items:flex-end}.case-study-page-related__heading-col--wide .case-study-page-related__heading-text,.case-study-page-related__heading-col--x-wide .case-study-page-related__heading-text{flex:0 1 90%;margin-right:2.5rem}.case-study-page-related__heading-col--wide .case-study-page-related__heading-link,.case-study-page-related__heading-col--x-wide .case-study-page-related__heading-link{flex:1 0 10%;margin-top:0;margin-left:auto;white-space:nowrap}}@media(min-width: 992px){.case-study-page-related{--hsl-row-margin-bottom: 5rem}.case-study-page-related__heading-row{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x));justify-content:center}.case-study-page-related__heading-col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.single-column-section .case-study-page-related__heading-col{flex:0 0 auto;width:83.33333333%}.single-column-section .case-study-page-related__heading-col--wide,.single-column-section .case-study-page-related__heading-col--x-wide{flex:0 0 auto;width:100%}.case-study-page-related__heading-col--wide .case-study-page-related__heading-link,.case-study-page-related__heading-col--x-wide .case-study-page-related__heading-link{margin-bottom:2px}}@media(min-width: 1200px){.single-column-section .case-study-page-related__heading-col{flex:0 0 auto;width:66.66666667%}.single-column-section .case-study-page-related__heading-col--wide{flex:0 0 auto;width:83.33333333%}.single-column-section .case-study-page-related__heading-col--x-wide{flex:0 0 auto;width:100%}.case-study-page-related__heading-link{margin-top:2rem}}.case-study-page-related__heading{font-weight:315}.contact-details{transition:opacity .5s,visibility .5s;visibility:hidden;opacity:0;position:fixed;top:0;left:0;z-index:1055;width:var(--viewport-width);height:var(--viewport-height);background-color:rgba(0,0,0,.7)}@media(prefers-reduced-motion){.contact-details{transition:none}}.contact-details--show-modal{visibility:visible;opacity:1}.contact-details__modal{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--pl-component-spacer-y) var(--pl-container-padding-x);transition:transform .5s ease-in-out;transform:translateY(100%)}.contact-details--show-modal .contact-details__modal{transform:translateY(0)}.contact-details__inner{width:100%;max-width:420px;max-height:calc(100% - 100px);padding:1.25rem 2rem;overflow-y:auto;border-radius:.5rem;box-shadow:0 0 8px rgba(0,0,0,.15)}.contact-details__btn-close{margin-top:2.5rem}.contact-details__contact-list{margin-bottom:-2.5rem}.contact-details__contact-item-label,.contact-details__contact-item{display:none}.contact-details__contact-item-label--mobile-show,.contact-details__contact-item--mobile-show{display:block}.contact-details__contact-item-label{font-weight:315}.contact-details__contact-item{margin-bottom:2.5rem}.contact-details__contact-item-link{display:block;margin-bottom:.5rem}.contact-details__contact-item-social{margin-right:1.25rem}@media(min-width: 992px){.contact-details{visibility:visible;opacity:1;position:sticky;top:0;z-index:0;width:100%;height:var(--viewport-height);overflow-y:auto;background-color:rgba(0,0,0,0)}.contact-details__modal{position:static;justify-content:flex-end;padding:1.25rem;transform:none}.contact-details__inner{max-width:unset}.contact-details__btn-close{display:none}.contact-details__contact-item-label,.contact-details__contact-item{display:block}.contact-details__contact-item-link{font-size:1.125rem;font-weight:430;text-decoration:none}.contact-details__contact-item{margin-bottom:2.5rem}}@media(prefers-reduced-motion){.contact-details__modal{transition:none}}.filter__value-label,.filter__legend{font-size:1.125rem;font-weight:430;line-height:1.3333333333}[x-cloak]{display:none !important}.filter__container{position:absolute;top:2rem;z-index:1055;max-height:500px;padding:1rem 1.5rem;overflow:auto;border-width:1px;border-radius:5px;background:rgba(230,230,230,.5);border:2px solid color-mix(in srgb, #fff, transparent 60%);border-radius:10px;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.filter__legend{margin-bottom:.5rem}.filter__menu{padding:0;margin:0;list-style:none;display:flex;flex-flow:column wrap;align-items:flex-start;margin:-0.5rem}.filter__value .filter__value-label::after{position:absolute;bottom:0;left:0;width:100%;height:1.5px;content:"";background-image:var(--btn-secondary-bg);opacity:0;transition:opacity .25s,visibility .25s}@media(prefers-reduced-motion){.filter__value .filter__value-label::after{transition:none}}.filter__value:hover,.filter__value:active{text-decoration:none}.filter__value:hover .filter__value-label::after,.filter__value:active .filter__value-label::after{opacity:1}.filter__value--list{padding:0;margin:.5rem;box-shadow:none}.filter__value--activate-animation .badge-shape__rect{animation-name:badge-shape-animation;animation-duration:.5s;animation-iteration-count:1}.filter__value--deactivate-animation .badge-shape__svg{color:var(--theme-bg-color)}.filter__value--deactivate-animation .badge-shape__rect{clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);animation-name:badge-shape-animation;animation-duration:.5s;animation-iteration-count:1;animation-direction:reverse}.filter__value:not(.filter__value--checked,.filter__value--deactivate-animation) .badge-shape__svg{--badge-shape: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);color:var(--theme-bg-color)}.filter__value--checked .filter__value-label::after{opacity:1}.filter__value:hover,.filter__value:active{--bs-btn-active-border-color: transparent}.filter__value:hover .badge-shape__svg,.filter__value:active .badge-shape__svg{color:var(--theme-primary-color)}.filter__value:hover .filter__value-label,.filter__value:active .filter__value-label{cursor:pointer}.filter__value-input--checkbox{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}@media(min-width: 576px){.filter{display:flex;align-items:flex-start}.filter__legend{margin-right:1.25rem;margin-bottom:0}}.full-width-page-card{position:relative;display:flex;flex-direction:column}.full-width-page-card__img img{width:100%;aspect-ratio:var(--media-img-crop-ratio)}.full-width-page-card__img-container{width:100%;background-color:#747474}.full-width-page-card__text{position:absolute;bottom:0;width:-webkit-fill-available;width:-moz-available;width:stretch;padding:.75rem;margin:.75rem;background:rgba(230,230,230,.5);border:2px solid color-mix(in srgb, #fff, transparent 60%);border-radius:10px;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.full-width-page-card__text:hover .btn-icon__text::after{position:absolute;bottom:0;left:0;width:100%;height:1.5px;content:"";background-image:var(--btn-secondary-bg);opacity:0;transition:opacity .25s,visibility .25s}@media(prefers-reduced-motion){.full-width-page-card__text:hover .btn-icon__text::after{transition:none}}.full-width-page-card__text:hover:hover,.full-width-page-card__text:hover:active{text-decoration:none}.full-width-page-card__text:hover:hover .btn-icon__text::after,.full-width-page-card__text:hover:active .btn-icon__text::after{opacity:1}.full-width-page-card__text:hover .btn-icon__icon--default{visibility:hidden;opacity:0}.full-width-page-card__text:hover .btn-icon__icon--hover{visibility:visible;opacity:1}.full-width-page-card__link{width:-moz-fit-content;width:fit-content;margin-bottom:.5rem;color:var(--bs-link-color);text-decoration:none}.full-width-page-card__link:hover{text-decoration:none}.full-width-page-card__summary{margin-bottom:1.25rem}@media(min-width: 576px){.full-width-page-card:hover .full-width-page-card__link{text-decoration:none;background-size:100% .1em}.full-width-page-card__text{padding:1.5rem;transition:color .5s ease-in-out,background-color .5s ease-in-out}.full-width-page-card__link{text-decoration:none}.full-width-page-card__link:hover{text-decoration:none}}@media(min-width: 768px){.full-width-page-card__text{right:10%;bottom:50%;width:40%;margin:0;translate:0 50%}}@media(min-width: 992px){.full-width-page-card__summary{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}}@media(prefers-reduced-motion){.full-width-page-card__link{transition:none}}.full-width-page-gallery{overflow-x:hidden}.full-width-page-gallery__heading-row{padding:0 var(--pl-container-padding-x);padding-bottom:2rem}.full-width-page-gallery__container{position:relative}.full-width-page-gallery .swiper-slide{width:100%}.full-width-page-gallery .swiper-pagination{display:none}.full-width-page-gallery .swiper-buttons{position:absolute;top:0;right:10%;z-index:10;display:flex;gap:2rem;color:var(--theme-primary-color)}.full-width-page-gallery .swiper-button-prev,.full-width-page-gallery .swiper-button-next{position:static;transition:opacity .5s ease-in-out}.full-width-page-gallery .swiper-button-prev.swiper-button-disabled,.full-width-page-gallery .swiper-button-next.swiper-button-disabled{opacity:.5}.full-width-page-gallery .swiper-button-prev::before,.full-width-page-gallery .swiper-button-next::before{position:absolute;z-index:-1;width:3rem;height:3rem;content:"";background:#e6e9fd;border:unset;border-radius:50%;box-shadow:unset}.full-width-page-gallery .swiper-button-prev:hover,.full-width-page-gallery .swiper-button-next:hover{color:unset}.full-width-page-gallery .swiper-button-prev:hover::before,.full-width-page-gallery .swiper-button-next:hover::before{transform:unset}.full-width-video{position:relative}.full-width-video__popup{position:absolute;top:.625rem;right:.625rem;z-index:10;padding:.75rem;background-color:#fff;border-radius:1.5rem;opacity:0;transition:opacity .5s ease-in-out,transform .3s ease-in-out;transform:translateY(15px)}.full-width-video__popup.show{opacity:1;transform:translateY(0)}.full-width-video__overlay{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .75s,visibility .75s;visibility:hidden;opacity:0;display:flex;align-items:flex-end;justify-content:flex-start;overflow:hidden;background:rgba(255,255,255,.5)}@media(prefers-reduced-motion){.full-width-video__overlay{transition:none}}.full-width-video__overlay.visible{visibility:visible;opacity:1}.full-width-video__play-button{position:absolute;bottom:3rem;left:3rem;z-index:10;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:#0220e7;cursor:pointer;background:rgba(0,0,0,0);border:none;opacity:0;transition:color .5s ease-in-out,left .5s ease-in-out,right .5s ease-in-outsteps(1, start);transition:opacity .5s ease-in-out}.full-width-video__play-button.visible{opacity:1;transition:opacity .5s ease-in-out}.full-width-video__play-button::before{position:absolute;z-index:-1;width:3.75rem;height:3.75rem;content:"";background:#ffa49b;border:1px solid #ffa49b;border-radius:50%;box-shadow:0 0 8px rgba(0,0,0,.25);transition:transform .5s ease-in-out,background .5s ease-in-out}.full-width-video__play-button::after{content:none}.full-width-video__play-button:hover{color:#fff;text-decoration:underline;opacity:1;transition:opacity .5s ease-in-out}.full-width-video__play-button:hover::before{background:rgba(23,23,23,.2);transform:scale(1.4)}.full-width-video__play-button:focus-visible{opacity:1;transition:opacity .5s ease-in-out}.full-width-video__video{width:100%;height:100%}@media(min-width: 1200px){.heading-summary-text__heading{margin-bottom:2rem;font-weight:430}}@media(min-width: 992px){.icon-pricing__row{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x));justify-content:center}.icon-pricing__content-col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.single-column-section .icon-pricing__content-col{flex:0 0 auto;width:83.33333333%}}@media(min-width: 1200px){.single-column-section .icon-pricing__content-col{flex:0 0 auto;width:66.66666667%}}.icon-pricing__buttons-row{display:flex;flex-direction:column;align-items:center}.icon-pricing__btn-cta{margin-bottom:1.25rem}@media(min-width: 768px){.icon-pricing__buttons-row{flex-direction:row;justify-content:flex-start}.icon-pricing__btn-cta{margin-left:calc(50% - var(--line-length-max-width)/2)}}@media(min-width: 992px){.icon-pricing__btn-cta{margin:0}}@media(min-width: 1400px){.icon-pricing__btn-cta{margin-left:calc(50% - var(--line-length-max-width)/2)}}.icon-pricing__content{display:flex;align-items:flex-start;width:100%;max-width:var(--line-length-max-width);margin:0 auto}.icon-pricing__icon{margin-right:2rem;font-size:3rem}.icon-pricing__text-content{flex:0 1 100%}.icon-pricing__price-text{margin-bottom:0;font-weight:430}.icon-pricing__buttons-row{margin-top:2.5rem}.text-item-list__grid .icon-text-item{flex:0 0 auto;width:100%}.text-item-list__grid .icon-text-item .icon-text-item__accordion-item{display:none}.text-item-list__accordion .icon-text-item{margin:0 .25rem}.text-item-list__accordion .icon-text-item .icon-text-item__grid{display:none}.icon-text-item__grid{display:flex;padding:1.25rem}.icon-text-item__icon{box-sizing:border-box !important;width:64px;padding-right:1.5rem;font-size:40px;color:var(--theme-primary-color)}.icon-text-item .heading-summary-text__heading p{font-size:24px;color:var(--theme-primary-color)}.icon-text-item .accordion-button{display:flex;flex-direction:row;width:100%;background:rgba(0,0,0,0);border:none}.icon-text-item__accordion-item{width:100%;padding:1.5rem}.icon-text-item__accordion-item .accordion-header{padding-inline:4px;color:var(--theme-text-color);text-align:left}.icon-text-item__accordion-item--active{border:2px solid var(--theme-primary-color);border-radius:8px}.icon-text-item__accordion-item--active .accordion-header{color:var(--theme-primary-color)}.icon-text-item__accordion-item .accordion-body p{padding-left:calc(1.5rem + 54px)}@media(min-width: 992px){.text-item-list__grid .icon-text-item{flex:0 0 auto;width:50%}.text-item-list__accordion .icon-text-item{margin:0 20px}.icon-text-item .heading-summary-text__heading p{color:var(--theme-text-color)}.icon-text-item__accordion-item{padding:1.5rem}}.graphic-text-cta+.graphic-text-cta{margin-top:0}.graphic-text-cta__graphic-col{display:none}.graphic-text-cta__content-col{margin-bottom:.5rem}.graphic-text-cta__heading-link{display:none}@media(min-width: 992px){.graphic-text-cta{width:var(--viewport-width);margin-right:calc(-1*var(--pl-container-padding-x));margin-left:calc(-1*var(--pl-container-padding-x));position:relative;background-image:linear-gradient(to left, var(--theme-bg-color) 50%, var(--theme-primary-color) 50%);background-position:right;background-size:200% 100%;--gtc-padding-y: calc(var(--pl-component-spacer-y) * 2 / 3)}}@media(min-width: 992px)and (min-width: 1920px){.graphic-text-cta{margin-right:calc((var(--viewport-width) - min(var(--pl-container-max-width),var(--viewport-width)))/-2 - var(--pl-container-padding-x));margin-left:calc((var(--viewport-width) - min(var(--pl-container-max-width),var(--viewport-width)))/-2 - var(--pl-container-padding-x))}}@media(min-width: 992px){.graphic-text-cta__row{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x));--bs-gutter-x: 0;--bs-gutter-y: 0}}@media(min-width: 992px){.graphic-text-cta__graphic-col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:33.33333333%;display:flex;align-items:center;padding:2.5rem 0 2.5rem var(--pl-container-padding-x)}}@media(min-width: 992px){.graphic-text-cta__content-col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:66.66666667%;--pl-container-padding-x:96px;padding:var(--gtc-padding-y) var(--pl-container-padding-x);margin-bottom:0}}@media(min-width: 992px)and (min-width: 992px){.graphic-text-cta__content-col{--pl-container-padding-x:calc(96px + 48 * ((100vw - 992px) / 928))}}@media(min-width: 992px)and (min-width: 1920px){.graphic-text-cta__content-col{--pl-container-padding-x:144px}}@media(min-width: 992px){.graphic-text-cta__media-image{position:relative;display:block;width:100%;height:240px}.graphic-text-cta__media-image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}}@media(min-width: 992px){.graphic-text-cta__item-card.item-card{padding:0;background:none;border:none}}@media(min-width: 992px){.graphic-text-cta__heading.item-card__heading{margin-bottom:1.25rem;font-size:var(--h2-font-size);font-weight:315;line-height:1.5;letter-spacing:-0.03em;margin-bottom:1.5rem;color:var(--theme-primary-color)}.graphic-text-cta__heading.item-card__heading em{color:var(--theme-primary-color);transition:color .5s ease-in-out;font-style:normal}}@media(min-width: 992px){.graphic-text-cta__heading-btn.item-card__heading-btn{display:none}}@media(min-width: 992px){.graphic-text-cta__heading-link{display:inline;color:var(--theme-primary-color)}.graphic-text-cta__heading-link,.graphic-text-cta__heading-link:hover{text-decoration-line:underline;text-decoration-thickness:.05em;text-decoration-color:rgba(0,0,0,0);text-underline-offset:.15em}}@media(min-width: 992px){.graphic-text-cta__collapse{position:relative}.graphic-text-cta__collapse.collapse:not(.show){display:block}}@media(min-width: 992px){.graphic-text-cta__summary{margin-bottom:1.25rem;font-size:var(--h4-font-size);font-weight:315;line-height:1.5;letter-spacing:-0.03em;max-width:45rem}.graphic-text-cta__summary.item-card__summary{margin-bottom:0}}@media(min-width: 992px){.graphic-text-cta__btn-link{position:absolute;top:calc(100% + 1.5rem);left:0}.graphic-text-cta__btn-link.item-card__btn-link{display:inline-flex;margin-bottom:0}}@media(min-width: 992px){:root:not(.reduced-motion) .graphic-text-cta{transition:color .5s .25s,background-position .75s ease-in-out}:root:not(.reduced-motion) .graphic-text-cta .graphic-text-cta__heading-link{transition:color .5s .25s,text-decoration-color .5s .25s}:root:not(.reduced-motion) .graphic-text-cta:hover{color:var(--theme-text-contrast-color);background-position:left}:root:not(.reduced-motion) .graphic-text-cta:hover .graphic-text-cta__heading-link,:root:not(.reduced-motion) .graphic-text-cta:hover .graphic-text-cta__btn-link{color:var(--theme-primary-contrast-color);text-decoration-color:var(--theme-primary-contrast-color)}}.item-card__heading-btn,.item-card__heading-link{position:relative;display:block;width:100%;padding:0 2.5rem 0 0;color:var(--item-card-heading-color);text-align:left;transition:color .25s ease-in-out}.item-card{padding:1rem 1rem 0;background-color:var(--item-card-bg-color);border-color:var(--item-card-border-color);border-style:solid;border-width:2px;border-radius:.5rem;transition:border-color .25s ease-in-out,border-radius .25s ease-in-out,background-color .25s ease-in-out}.item-card__heading-link{text-decoration:none}.item-card__heading-link:hover{text-decoration:none}.item-card__heading-btn{background:none;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.item-card__heading-icon{position:absolute;top:.25em;right:0}.item-card__heading-icon--default,.item-card__heading-icon--collapsed{transition:opacity .5s,visibility .5s}@media(prefers-reduced-motion){.item-card__heading-icon--default,.item-card__heading-icon--collapsed{transition:none}}.item-card__heading-btn .item-card__heading-icon--default{visibility:visible;opacity:1}.item-card__heading-btn .item-card__heading-icon--collapsed{visibility:hidden;opacity:0}.item-card__heading-btn.collapsed .item-card__heading-icon--default{visibility:hidden;opacity:0}.item-card__heading-btn.collapsed .item-card__heading-icon--collapsed{visibility:visible;opacity:1}.item-card__summary{margin-bottom:1rem}.item-card__summary h1:last-child,.item-card__summary .h1:last-child,.item-card__summary h2:last-child,.item-card__summary .h2:last-child,.item-card__summary h3:last-child,.item-card__summary .h3:last-child,.item-card__summary h4:last-child,.item-card__summary .h4:last-child,.item-card__summary h5:last-child,.item-card__summary .h5:last-child,.item-card__summary h6:last-child,.item-card__summary .h6:last-child,.item-card__summary p:last-child,.item-card__summary ul:last-child,.item-card__summary ol:last-child,.item-card__summary dl:last-child{margin-bottom:0}.item-card__btn-link{margin-bottom:1rem}.item-card--list .item-card__heading-btn{display:none}.item-card--grid .item-card__heading-link{display:none}.item-card--active{background-color:var(--item-card-active-bg-color);border-color:var(--item-card-active-border-color)}.item-card--active .item-card__heading-link,.item-card--active .item-card__heading-btn{color:var(--item-card-active-heading-color)}@media(min-width: 992px){.item-card__btn-link{display:none}.item-card--list{padding:1.25rem 15% 1.25rem 0;border:none}.item-card--list .item-card__heading{margin-bottom:1.25rem;font-size:var(--h3-font-size);font-weight:315;line-height:1.3333333333;letter-spacing:-0.03em;margin-bottom:0}.item-card--list .item-card__heading-btn{display:none}.item-card--list .item-card__summary{display:none}.item-card--grid{position:relative}.item-card--grid .item-card__heading-link{position:static;display:initial;padding-right:0}.item-card--grid .item-card__heading-btn{display:none}.item-card--grid .item-card__heading-icon{display:none}.item-card--grid .item-card__collapse.collapse:not(.show){display:block}.item-card--non-link .item-card__heading-link,.item-card--non-link .item-card__heading-btn{color:var(--item-card-active-heading-color)}.item-card--active.item-card--non-link{background-color:var(--item-card-bg-color);border-color:var(--item-card-border-color)}}.job-application-file-preview-template{display:none}.job-application-file-preview{margin-bottom:.75rem}.job-application-file-preview__content{display:flex;align-items:center}.job-application-file-preview__thumb{position:relative}.job-application-file-preview__icon{margin-right:.5rem;font-size:2.25rem}.job-application-file-preview__icon-success,.job-application-file-preview__icon-error{position:absolute;top:0;left:0;font-size:2.25rem}.job-application-file-preview:not(.dz-success) .job-application-file-preview__icon-success{display:none}.job-application-file-preview:not(.dz-error) .job-application-file-preview__icon-error{display:none}.job-application-file-preview.dz-success .job-application-file-preview__icon{visibility:hidden}.job-application-file-preview.dz-error .job-application-file-preview__icon{visibility:hidden}.job-application-file-preview__details{display:flex;flex-direction:column}.job-application-file-preview__delete{margin-left:auto}.job-application-file-preview__upload{display:inline-block;width:0;height:2px;background:#0220e7;transition:width .3s ease-in}.job-application-uploader{color:#0220e7}.job-application-uploader__dropzone{min-height:75px;border:2px dashed #0220e7;border-radius:.5rem}.job-application-uploader__message{display:flex;align-items:center;justify-content:center;margin:0}.job-application-uploader__message-icon{margin-right:1rem;font-size:2rem}.job-application-uploader__message-text{font-size:0.875rem;font-weight:430}.job-application-uploader__previews{padding-top:1rem}.job-application-uploader__previews .dz-preview .dz-details{display:flex;flex-direction:column-reverse}.job-application-uploader__previews .dz-preview .dz-success-mark{display:none}.job-application-uploader__previews .dz-preview .dz-error-mark{display:none}.job-page-card{position:relative;padding:1.25rem;border-radius:8px;box-shadow:0 0 8px rgba(0,0,0,.1)}.job-page-card__heading{margin-bottom:.5rem}.job-page-card__heading-link{text-decoration:none;background-image:linear-gradient(to right, var(--bs-primary), var(--bs-primary));background-repeat:no-repeat;background-position:0 100%;background-size:0 .1em;transition:color .25s ease-in-out,background-size .25s ease-in-out}.reduced-motion .job-page-card__heading-link{transition:none}.job-page-card__heading-link:hover{text-decoration:none;background-size:100% .1em}.job-page-card__footer{display:flex;justify-content:space-between;margin-top:1.25rem}.job-page-card__tag-list{padding:0;margin:0;list-style:none;display:flex;margin:0 -0.25rem}.job-page-card__tag-item{margin:0 .25rem}.job-page-card__btn-icon{color:var(--theme-primary-color)}.job-page-card__btn-icon .btn-icon__icon{font-size:24px}@media(min-width: 992px){.job-page-card{padding:2rem 2rem 1.5rem 2rem}.job-page-card__footer{margin-top:2rem}.job-page-card:hover .job-page-card__btn-icon .btn-icon__icon--default{visibility:hidden;opacity:0}.job-page-card:hover .job-page-card__btn-icon .btn-icon__icon--hover{visibility:visible;opacity:1}}.job-page-content-header{display:flex;flex:1 0 100%;flex-direction:column;align-items:flex-start;padding-top:var(--pch-padding-top);padding-bottom:var(--pch-padding-bottom);--pch-padding-top: 5rem;--pch-padding-bottom: 2.5rem}.job-page-content-header__breadcrumb-link{margin-bottom:.625rem}.job-page-content-header__breadcrumb-link .btn-icon__text::after{opacity:1}.job-page-content-header__title{margin-bottom:1.25rem;font-size:var(--h1-font-size);font-weight:315;line-height:1.3333333333;letter-spacing:-0.03em;width:100%;margin-bottom:.625rem;word-wrap:break-word}.job-page-content-header__title em{color:var(--theme-primary-color);transition:color .5s ease-in-out;font-style:normal}.job-page-content-header__title:last-child{margin-bottom:0}@media(max-width: 575.98px){.page-layout__section--reverse-stack .job-page-content-header{--pch-padding-top: 1.25rem}}@media(min-width: 576px)and (max-width: 991.98px){.page-layout__section--reverse-stack .job-page-content-header{--pch-padding-top: 2rem}}@media(min-width: 992px){.job-page-content-header{--pch-padding-top: var(--pl-component-spacer-y);--pch-padding-bottom: 3rem}.job-page-content-header__breadcrumb-link{margin-bottom:1.25rem}.job-page-content-header__title{max-width:60vw;margin-bottom:1.25rem}.job-page-content-header__title:last-child{margin-bottom:0}.page-layout__col-4 .job-page-content-header__title{margin-bottom:1.25rem;font-size:var(--h2-font-size);font-weight:315;line-height:1.5;letter-spacing:-0.03em}.page-layout__col-4 .job-page-content-header__title em{color:var(--theme-primary-color);transition:color .5s ease-in-out;font-style:normal}.page-layout__col-4 .job-page-content-header__title:last-child{margin-bottom:0}}@media(max-width: 991.98px){.job-page-content-header__modal-toggle{display:none}}@media(min-width: 992px){.job-page-content-header__summary{margin-top:auto;margin-bottom:2.5rem}}.job-page-listing{--hsl-row-margin-bottom: 1.5rem}.job-page-listing__heading-row:not(:last-child){margin-bottom:var(--hsl-row-margin-bottom)}.job-page-listing__heading{margin-bottom:.6666666667em}.job-page-listing__heading:last-child{margin-bottom:0}.job-page-listing__heading-link{margin-top:1.25rem}@media(min-width: 768px){.job-page-listing__heading-col--wide,.job-page-listing__heading-col--x-wide{display:flex;align-items:flex-end}.job-page-listing__heading-col--wide .job-page-listing__heading-text,.job-page-listing__heading-col--x-wide .job-page-listing__heading-text{flex:0 1 90%;margin-right:2.5rem}.job-page-listing__heading-col--wide .job-page-listing__heading-link,.job-page-listing__heading-col--x-wide .job-page-listing__heading-link{flex:1 0 10%;margin-top:0;margin-left:auto;white-space:nowrap}}@media(min-width: 992px){.job-page-listing{--hsl-row-margin-bottom: 5rem}.job-page-listing__heading-row{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x));justify-content:center}.job-page-listing__heading-col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.single-column-section .job-page-listing__heading-col{flex:0 0 auto;width:83.33333333%}.single-column-section .job-page-listing__heading-col--wide,.single-column-section .job-page-listing__heading-col--x-wide{flex:0 0 auto;width:100%}.job-page-listing__heading-col--wide .job-page-listing__heading-link,.job-page-listing__heading-col--x-wide .job-page-listing__heading-link{margin-bottom:2px}}@media(min-width: 1200px){.single-column-section .job-page-listing__heading-col{flex:0 0 auto;width:66.66666667%}.single-column-section .job-page-listing__heading-col--wide{flex:0 0 auto;width:83.33333333%}.single-column-section .job-page-listing__heading-col--x-wide{flex:0 0 auto;width:100%}.job-page-listing__heading-link{margin-top:2rem}}.job-page-listing-results__row{margin-bottom:-1.25rem}.job-page-listing-results__col{margin-bottom:1.25rem}@media(min-width: 768px){.job-page-listing-results__row{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.single-result .job-page-listing-results__row{display:flex;justify-content:center}.job-page-listing-results__col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:50%}.single-result .job-page-listing-results__col{flex:0 0 auto;width:66.66666667%}}@media(min-width: 1200px){.job-page-listing-results__row{margin-bottom:-2.5rem}.job-page-listing-results__col{margin-bottom:2.5rem}}.job-page-modal{--bs-modal-margin: 0;--bs-modal-border-radius: 0}.job-page-modal__dialog{max-width:100%;height:100%;background:#fff}.job-page-modal__container{padding-top:var(--pl-component-spacer-y)}.job-page-modal__close,.job-page-modal__close-desktop{position:absolute;top:1.5rem;right:1.5rem}.job-page-modal__close-desktop{display:none}.job-page-modal__form-container{padding-bottom:var(--pl-component-spacer-y)}.job-page-modal__form-container input[type=submit]{display:block;margin-right:auto;margin-left:auto}.job-page-modal__heading{margin-bottom:2.5rem}.job-page-modal__heading-apply{margin-bottom:1.25rem;font-size:var(--h4-font-size);font-weight:315;line-height:1.5;letter-spacing:-0.03em;display:block;margin-bottom:.625rem;font-weight:315}.job-page-modal__img img{width:100%;filter:drop-shadow(0 4px 4px rgba(0, 0, 0, 0.15));border-radius:8px}@media(min-width: 992px){.job-page-modal__col-main{overflow-y:auto}.job-page-modal__close{display:none}.job-page-modal__close-desktop{position:absolute;display:inline-flex}.job-page-modal__heading-apply{margin-bottom:1.25rem;font-size:var(--h3-font-size);font-weight:315;line-height:1.3333333333;letter-spacing:-0.03em;margin-bottom:.625rem}.job-page-modal__form-container{max-width:480px}.job-page-modal__form-container input[type=submit]{position:fixed;right:1.5rem;bottom:1.5rem}.job-page-modal__form-container .form-field:last-child{margin-bottom:0}.job-page-modal__section{height:100%}.job-page-modal__content{height:100%}.job-page-modal__img img{height:100%;-o-object-fit:cover;object-fit:cover;filter:none;border-radius:0}}.job-page-widget__title{margin-bottom:1.25rem;font-size:var(--h3-font-size);font-weight:315;line-height:1.3333333333;letter-spacing:-0.03em}.job-page-widget__row{margin-bottom:-1.25rem}.job-page-widget__col{margin-bottom:1.25rem}.job-page-widget__detail-list{margin-bottom:0}.job-page-widget__detail-title{margin-bottom:.5rem;font-size:.875rem;font-weight:430;line-height:1.77;margin-bottom:.375rem}.job-page-widget__detail-text{margin-bottom:1rem;font-size:1rem;font-weight:315;line-height:1.77;margin-bottom:1.25rem}@media(min-width: 992px){.job-page-widget__detail-text{font-size:1.125rem}}.job-page-widget__detail-text:last-child{margin-bottom:0}.job-page-widget__detail-text small,.job-page-widget__detail-text .small{display:block}.job-page-widget__cta{display:none}@media(min-width: 768px){.job-page-widget__row{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.job-page-widget__col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:50%}}@media(min-width: 992px){.job-page-widget__detail-text:not(:last-child){margin-bottom:2.5rem}.job-page-widget__cta{position:absolute;top:1.5rem;right:1.5rem;display:inline-block}}.location-listing__heading{margin-bottom:2rem;font-weight:315;text-align:center}.location-listing__row{margin-bottom:-2.5rem}.location-listing__location-col{margin-bottom:2.5rem}.location-listing__img-container{position:relative;width:100%;aspect-ratio:720/400;margin-bottom:1.25rem;background-color:#747474;border-radius:.25rem}.location-listing__img-container img{border-radius:.25rem}.location-listing__badge{position:absolute;right:8px;bottom:-14px;margin:0;font-size:0.875rem;line-height:1.5714285714}.location-listing__name{margin-bottom:.375rem;font-weight:430}.location-listing__address,.location-listing__map-link{margin-bottom:1.25rem}.location-listing__contact-details{width:100%;padding-top:.625rem;margin-bottom:0;font-weight:430;border-top:1px solid var(--theme-text-color)}.location-listing__contact-details dd{margin-bottom:.625rem}.location-listing__contact-details dd:last-child{margin-bottom:0}@media(min-width: 768px){.location-listing__row{--bs-gutter-x: 2rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x));justify-content:center}.location-listing__location-col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:50%;display:flex;flex-direction:column;align-items:flex-start}.location-listing__img-container img{border-radius:.5rem}.location-listing__address{margin-bottom:2.5rem}.location-listing__map-link{margin-top:auto}.location-listing__contact-details{margin-top:auto}.location-listing__map-link+.location-listing__contact-details{margin-top:0}}@media(min-width: 992px){.location-listing__heading{margin-bottom:3.75rem}.location-listing__row{--bs-gutter-x: 4rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.location-listing__badge{right:20px;bottom:-16px;font-size:1.125rem;line-height:1.5}.location-listing__contact-details{padding-top:1.25rem}.location-listing__contact-details dd{margin-bottom:1.25rem}.location-listing__contact-details dd:last-child{margin-bottom:0}}@media(min-width: 1200px){.location-listing__location-col{flex:0 0 auto;width:41.66666667%}}.main-menu{overflow-y:scroll}.main-menu--show-sub-menu{overflow:hidden}.main-menu__menu-container{display:flex;flex:0 0 100%;flex-direction:column;padding:.5rem 2.5rem 2.5rem}.main-menu__primary-nav-list{margin-bottom:2.5rem}.main-menu__primary-nav-item:not(:last-child){margin-bottom:.625rem}.main-menu__primary-nav-link-icon{display:none}.main-menu__secondary-nav-list{margin-bottom:5rem}.main-menu__secondary-nav-item:not(:last-child){margin-bottom:1.25rem}.main-menu__sign-in-nav-item{--bg-gradient-img: url("/dist/assets/img/gradient-background-dark.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;padding:1rem 2rem;margin-top:auto;text-align:center;white-space:initial;background-image:var(--bg-gradient-img);border-radius:.5rem}.main-menu__sign-in-nav-link{--btn-secondary-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-start), #fff var(--gradient-end));color:rgba(0,0,0,0);background-image:var(--btn-secondary-bg);-webkit-background-clip:text;background-clip:text;position:relative;color:#fff}.main-menu__sign-in-nav-link:hover{color:#fff}.main-menu__sub-menus-container{transition:opacity .5s,visibility .5s;visibility:hidden;opacity:0;position:fixed;top:0;left:0;z-index:1;width:100%;height:100%;background-color:var(--bs-primary)}@media(prefers-reduced-motion){.main-menu__sub-menus-container{transition:none}}.main-menu--show-sub-menu .main-menu__sub-menus-container{visibility:visible;opacity:1}.main-menu__sub-menu{transition:transform .5s ease-in-out;transform:translateY(100%)}.main-menu__sub-menu--show{transform:translateY(0)}@media(min-width: 992px){.main-menu{overflow:visible !important}.main-menu::before{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;content:"";background-color:var(--bs-body-bg);box-shadow:0 0 8px rgba(0,0,0,.15)}.main-menu__menu-container{position:relative;z-index:3;padding:6rem 1.25rem 0 2rem;margin-top:var(--nav-header-height);overflow-y:auto}.main-menu__primary-nav-list{margin-bottom:5rem}.main-menu__primary-nav-item.hover .main-menu__primary-nav-link,.main-menu__primary-nav-item.active .main-menu__primary-nav-link{color:var(--bs-primary);text-decoration:none}.main-menu__primary-nav-link-text{text-decoration:none;background-image:linear-gradient(to right, var(--bs-primary), var(--bs-primary));background-repeat:no-repeat;background-position:0 100%;background-size:0 .075em;transition:color .25s ease-in-out,background-size .25s ease-in-out}.reduced-motion .main-menu__primary-nav-link-text{transition:none}.main-menu__primary-nav-item.hover .main-menu__primary-nav-link-text,.main-menu__primary-nav-item.active .main-menu__primary-nav-link-text{text-decoration:none;background-size:100% .075em}.main-menu__primary-nav-link-icon{visibility:hidden;opacity:0;display:inline-block;margin-top:.15em;margin-left:-0.25em;font-size:.65em;transition:opacity .25s,visibility .25s,transform .25s ease-in-out}.reduced-motion .main-menu__primary-nav-link-icon{transition:none}.main-menu__primary-nav-item:not(.has-children) .main-menu__primary-nav-link-icon{display:none}.main-menu__primary-nav-item.hover .main-menu__primary-nav-link-icon,.main-menu__primary-nav-item.active .main-menu__primary-nav-link-icon{visibility:visible;opacity:1;transform:translateX(0.25em)}.main-menu__primary-nav-item.hover.active .main-menu__primary-nav-link-icon{transform:translateX(0.5em)}.main-menu__secondary-nav-item:not(:last-child){margin-bottom:.625rem}.main-menu__secondary-nav-link{text-decoration:none;background-image:linear-gradient(to right, var(--bs-primary), var(--bs-primary));background-repeat:no-repeat;background-position:0 100%;background-size:0 .1em;transition:color .25s ease-in-out,background-size .25s ease-in-out}.reduced-motion .main-menu__secondary-nav-link{transition:none}.main-menu__secondary-nav-item.hover .main-menu__secondary-nav-link{color:var(--bs-primary);text-decoration:none;text-decoration:none;background-size:100% .1em}.main-menu__sign-in-nav-item{position:fixed;bottom:0;width:var(--nav-header-width);padding:1.25rem 1.25rem 1.25rem 2rem;margin-right:-1.25rem;margin-left:-2rem;text-align:start;border-radius:0}.main-menu__content-container{position:absolute;top:0;left:100%;z-index:0;display:flex;width:100%;height:100%;background-color:var(--bs-body-bg)}.main-menu__promo-items{flex:0 0 100%}.main-menu__sub-menus-container{position:absolute;left:100%;z-index:1;padding:0;background-color:var(--bs-body-bg)}.main-menu__sub-menu{visibility:hidden;opacity:0;transform:none}.main-menu__sub-menu--show{visibility:visible;opacity:1}}.media-image{display:block}.media-image img{width:100%;height:auto}.media-image--match-crop-ratio img,.media-image--cover-column img{aspect-ratio:var(--media-img-crop-ratio);-o-object-fit:cover;object-fit:cover}.media-image--none-selected{padding:2rem;text-align:center}@media(min-width: 992px){:root:not(.edit-mode) .media-image--cover-column,:root:not(.edit-mode) .page-layout__container--sidebar-sticky .media-image,:root:not(.edit-mode) .page-layout__container--sidebar-fixed .media-image{position:absolute;top:0;left:0;width:100%;height:100%}:root:not(.edit-mode) .media-image--cover-column img,:root:not(.edit-mode) .page-layout__container--sidebar-sticky .media-image img,:root:not(.edit-mode) .page-layout__container--sidebar-fixed .media-image img{height:100%;aspect-ratio:unset}}.media-image-carousel{position:relative;padding-bottom:2rem;overflow:hidden}.media-image-carousel__item{position:relative;display:flex;flex-direction:column;height:100%;margin:0 .25rem}.media-image-carousel__img{overflow:hidden}.media-image-carousel__img img{width:100%;aspect-ratio:var(--media-img-crop-ratio)}.media-image-carousel .swiper-slide{width:90%}.media-image-carousel .swiper-button-prev{left:3.5rem}.media-image-carousel .swiper-button-prev.swiper-button-disabled{left:-3.375rem}.media-image-carousel .swiper-button-next{right:3.5rem}.media-image-carousel .swiper-button-next.swiper-button-disabled{right:-3.375rem}.media-image-carousel .swiper-button-prev,.media-image-carousel .swiper-button-next{top:auto;bottom:5rem}.media-image-carousel.reduce-height .swiper-button-prev,.media-image-carousel.reduce-height .swiper-button-next{bottom:6rem}@media(min-width: 768px){.media-image-carousel{max-height:100vh;padding-bottom:0}.media-image-carousel .swiper-slide{width:50vw}.media-image-carousel.reduce-width .swiper-slide{width:33.33vw}.media-image-carousel .swiper-button-prev,.media-image-carousel .swiper-button-next{bottom:4rem}.media-image-carousel.reduce-height .swiper-button-prev,.media-image-carousel.reduce-height .swiper-button-next{bottom:5rem}}.media-image-gallery{position:relative;aspect-ratio:2/1}.media-image-gallery__image{position:absolute;overflow:hidden}.media-image-gallery__image,.media-image-gallery__image img{border-radius:.25rem}.media-image-gallery__image--first{top:0;left:0;width:90%}.media-image-gallery__image--second{right:0;bottom:-5%;width:32.5%}.media-image-gallery__image--third{bottom:0;left:0;width:25%}@media(min-width: 992px){.media-image-gallery__image,.media-image-gallery__image img{border-radius:.5rem}}.navigation-footer{position:relative;z-index:1020;--pl-component-spacer-y: 2.5rem;--pl-container-padding-x: 0.875rem;--pl-container-max-width: 1920px;--theme-bg-color: #fff;--theme-text-color: #171717;--theme-text-contrast-color: #ffa49b;--theme-primary-color: #0220e7;--theme-primary-contrast-color: #ffa49b;--bs-primary: #0220e7;--bs-link-color: #171717;--bs-link-hover-color: #171717;--btn-secondary-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-start), #171717 var(--gradient-end));--bg-gradient-img: url("/dist/assets/img/gradient-background-dark.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;--takeover-bg-image: linear-gradient(270deg, color-mix(in srgb, var(--theme-bg-color), transparent 100%) 40%, var(--theme-bg-color) 100%), url("/dist/assets/img/hero-shape-dark.png");--takeover-bg-height: 100%;--takeover-bg-width: 70%;--takeover-bg-left: 40%;--takeover-bg-top: 0;--takeover-mask-image: url("/dist/assets/img/hero-shape-dark.png");color:var(--theme-text-color);background-color:var(--theme-bg-color);--theme-bg-color: #fff;--theme-text-color: #171717;--theme-text-contrast-color: #ffa49b;--theme-primary-color: #0220e7;--theme-primary-contrast-color: #ffa49b;--bs-primary: #0220e7;--bs-link-color: #171717;--bs-link-hover-color: #171717;--btn-secondary-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-start), #171717 var(--gradient-end));--bg-gradient-img: url("/dist/assets/img/gradient-background-dark.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;--takeover-bg-image: linear-gradient(270deg, color-mix(in srgb, var(--theme-bg-color), transparent 100%) 40%, var(--theme-bg-color) 100%), url("/dist/assets/img/hero-shape-dark.png");--takeover-bg-height: 100%;--takeover-bg-width: 70%;--takeover-bg-left: 40%;--takeover-bg-top: 0;--takeover-mask-image: url("/dist/assets/img/hero-shape-dark.png")}.navigation-footer .btn-primary,.navigation-footer input[type=submit]{--bs-btn-color: #ffa49b;--bs-btn-hover-color: #ffa49b;--bs-btn-active-color: #ffa49b;--bs-btn-disabled-color: #171717;--bs-btn-border-color: transparent;--bs-btn-hover-border-color: transparent;--bs-btn-active-border-color: transparent;--bs-btn-bg: #0220e7;--bs-btn-hover-bg: #0220e7;--bs-btn-active-bg: #0220e7;--bs-btn-disabled-bg: #efefef;--btn-gradient-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-start), #171717 var(--gradient-end));--btn-gradient-border-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-active-hover-start), #171717 var(--gradient-end));background-image:var(--btn-gradient-bg);background-origin:border-box;transition:--gradient-angle .5s ease-in-out,--gradient-start .5s ease-in-out,--gradient-end .5s ease-in-out,color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out}.navigation-footer .btn-primary:hover,.navigation-footer .btn-primary:active,.navigation-footer input[type=submit]:hover,.navigation-footer input[type=submit]:active{--gradient-start: 49.41%;--gradient-active-hover-start: -5.76%;background-image:var(--btn-gradient-bg),var(--btn-gradient-border-bg);background-clip:padding-box,border-box}.navigation-footer table{--table-bg-color: #e6e9fd;--table-border-gradient-start: #0220e7;--table-border-gradient-end: #171717;--table-head-bg-color: #ccd2fa;--table-head-text-color: inherit;--table-body-text-color: inherit;--table-row-bg-color: #f7f8fe;--table-scrollbar-color: #6f80f1}.navigation-footer .tag,.navigation-footer .navigation-promo-items__badge,.navigation-footer .explanation-text{--tag-text-color: #171717;--tag-bg-color: #efefef;--tag-border-color: #fff}.navigation-footer .item-card{--item-card-border-color: transparent;--item-card-bg-color: transparent;--item-card-heading-color: #171717;--item-card-active-border-color: #0220e7;--item-card-active-bg-color: transparent;--item-card-active-heading-color: #0220e7}.navigation-footer .outline-image,.navigation-footer .organisation-list__image{filter:brightness(0)}.navigation-footer .outline-image-primary{filter:brightness(0) invert(1)}.navigation-footer .btn-primary,.navigation-footer input[type=submit]{--bs-btn-color: #ffa49b;--bs-btn-hover-color: #ffa49b;--bs-btn-active-color: #ffa49b;--bs-btn-disabled-color: #171717;--bs-btn-border-color: transparent;--bs-btn-hover-border-color: transparent;--bs-btn-active-border-color: transparent;--bs-btn-bg: #0220e7;--bs-btn-hover-bg: #0220e7;--bs-btn-active-bg: #0220e7;--bs-btn-disabled-bg: #efefef;--btn-gradient-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-start), #171717 var(--gradient-end));--btn-gradient-border-bg: linear-gradient(var(--gradient-angle), #0220e7 var(--gradient-active-hover-start), #171717 var(--gradient-end));background-image:var(--btn-gradient-bg);background-origin:border-box;transition:--gradient-angle .5s ease-in-out,--gradient-start .5s ease-in-out,--gradient-end .5s ease-in-out,color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out}.navigation-footer .btn-primary:hover,.navigation-footer .btn-primary:active,.navigation-footer input[type=submit]:hover,.navigation-footer input[type=submit]:active{--gradient-start: 49.41%;--gradient-active-hover-start: -5.76%;background-image:var(--btn-gradient-bg),var(--btn-gradient-border-bg);background-clip:padding-box,border-box}.navigation-footer table{--table-bg-color: #e6e9fd;--table-border-gradient-start: #0220e7;--table-border-gradient-end: #171717;--table-head-bg-color: #ccd2fa;--table-head-text-color: inherit;--table-body-text-color: inherit;--table-row-bg-color: #f7f8fe;--table-scrollbar-color: #6f80f1}.navigation-footer .tag,.navigation-footer .navigation-promo-items__badge,.navigation-footer .explanation-text{--tag-text-color: #171717;--tag-bg-color: #efefef;--tag-border-color: #fff}.navigation-footer .item-card{--item-card-border-color: transparent;--item-card-bg-color: transparent;--item-card-heading-color: #171717;--item-card-active-border-color: #0220e7;--item-card-active-bg-color: transparent;--item-card-active-heading-color: #0220e7}.navigation-footer .outline-image,.navigation-footer .organisation-list__image{filter:brightness(0)}.navigation-footer .outline-image-primary{filter:brightness(0) invert(1)}.navigation-footer__gradient{position:absolute;right:0;bottom:0;z-index:-1}.navigation-footer__container{display:flex;flex-direction:column;gap:2rem;max-width:var(--pl-container-max-width);padding:var(--pl-component-spacer-y) var(--pl-container-padding-x);padding-bottom:3rem;margin:0 auto}.navigation-footer__primary,.navigation-footer__secondary{display:flex;flex-direction:column;gap:2rem}.navigation-footer__primary-intro h2,.navigation-footer__primary-intro .h2{line-height:1.3}.navigation-footer__primary-intro p{margin:0}.navigation-footer__primary-links{display:flex;flex-wrap:wrap;justify-content:space-evenly}.navigation-footer__primary-links .navigation-group{flex-basis:47%;margin-top:1.5rem}.navigation-footer__primary-links .navigation-group__title{width:-moz-max-content;width:max-content;font-weight:500}.navigation-footer__primary-links .navigation-group__links{display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:0;margin:0}.navigation-footer__primary-links .navigation-group__links-item{list-style:none}.navigation-footer__primary-links .navigation-group__links-item button{padding:0;font-weight:unset;background:none;border:none}.navigation-footer__primary-links .navigation-group__links-item button:hover{text-decoration:underline}.navigation-footer__primary-links .navigation-group--social{flex-basis:100%;width:100%;margin-top:2rem}.navigation-footer__primary-links .navigation-group--social .navigation-group__title{display:none}.navigation-footer__primary-links .navigation-group--social .navigation-group__links{flex-direction:row}.navigation-footer__primary a{text-decoration:none}.navigation-footer__primary a:hover{text-decoration:underline}.navigation-footer__secondary-brand{text-align:center}.navigation-footer__secondary-brand .navigation-footer__logo svg{width:60%}.navigation-footer__secondary-credentials{display:flex;flex-direction:column;gap:2rem}.navigation-footer__secondary-credentials .navigation-footer__certifications{display:flex;justify-content:space-between;height:90px}.navigation-footer__secondary-credentials .navigation-footer__certifications-logo{width:15vw;height:100%;-o-object-fit:contain;object-fit:contain}.navigation-footer__secondary-credentials .navigation-footer__legal{text-align:center}@media(min-width: 576px){.navigation-footer{--pl-component-spacer-y: 5rem;--pl-container-padding-x: 2rem}.navigation-footer__primary,.navigation-footer__secondary{flex-direction:row;justify-content:space-between}.navigation-footer__primary-intro{flex:0 0 auto;width:33.33333333%}.navigation-footer__primary-links{flex-wrap:nowrap;gap:5vw}.navigation-footer__primary-links .navigation-group{margin-top:0}.navigation-footer__primary-links .navigation-group--social{width:unset}.navigation-footer__primary-links .navigation-group--social .navigation-group__title{display:block}.navigation-footer__primary-links .navigation-group--social .navigation-group__links{flex-direction:column}.navigation-footer__secondary-brand{width:33%}.navigation-footer__secondary-brand .navigation-footer__logo{display:flex;align-items:flex-end;width:10vw;height:100%}.navigation-footer__secondary-brand .navigation-footer__logo svg{width:100%;height:-moz-min-content;height:min-content}.navigation-footer__secondary-credentials{width:60%}.navigation-footer__secondary-credentials .navigation-footer__certifications-logo{width:unset;max-width:10vw}.navigation-footer__secondary-credentials .navigation-footer__legal{text-align:end}}@media(min-width: 992px){.navigation-footer{--pl-container-padding-x:96px;--pl-component-spacer-y:120px}}@media(min-width: 992px)and (min-width: 992px){.navigation-footer{--pl-container-padding-x:calc(96px + 48 * ((100vw - 992px) / 928))}}@media(min-width: 992px)and (min-width: 1920px){.navigation-footer{--pl-container-padding-x:144px}}@media(min-width: 992px)and (min-width: 992px){.navigation-footer{--pl-component-spacer-y:calc(120px + 60 * ((100vw - 992px) / 928))}}@media(min-width: 992px)and (min-width: 1920px){.navigation-footer{--pl-component-spacer-y:180px}}.navigation-header{visibility:hidden;opacity:0;position:fixed;top:0;right:0;z-index:1030;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;width:var(--nav-header-width);height:var(--nav-header-height);padding:0 1.5rem;background-color:var(--bs-body-bg);border-bottom-right-radius:8px;border-bottom-left-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.15);--nav-header-width: 262px;--nav-header-height: 44px}.navigation-header--show{visibility:visible;opacity:1}:root:not(.reduced-motion) .navigation-header--show{transition:opacity .5s,visibility .5s}@media(prefers-reduced-motion){:root:not(.reduced-motion) .navigation-header--show{transition:none}}.navigation-header__menu-toggle{--bs-link-color: $body-color;--bs-link-hover-color: $body-color}.navigation-header__menu-toggle:hover{text-decoration:none}.navigation-header__menu-toggle-icon{top:0;font-size:1.5rem;transform:none}@media(min-width: 992px){.navigation-header__menu-toggle-icon{transition:transform .5s ease-in-out}}.navigation-header__search-toggle{--bs-link-color: $body-color;--bs-link-hover-color: $body-color}.navigation-header__search-toggle:hover{text-decoration:none}.navigation-header__search-toggle-icon{top:0;font-size:1.5rem;transform:none}@media(min-width: 992px){.navigation-header__search-toggle-icon{transition:transform .5s ease-in-out}}.navigation-header__search-toggle-text{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.navigation-header__logo{position:relative;display:inline-block;align-self:flex-start;width:119px;height:51px;margin-top:10px}.navigation-header__logo-shape{position:absolute;top:0;left:0;width:100%;height:100%}.navigation-header__logo-shape--reset-transition{transition:transform 300ms ease-in-out}.navigation-header__logo-wordmark{position:absolute;top:18px;left:14px;width:92px;cursor:pointer}.navigation-header__offcanvas{transition:opacity .5s,visibility .5s;top:0;bottom:auto;left:0;width:var(--viewport-width);height:var(--viewport-height);box-shadow:none}@media(prefers-reduced-motion){.navigation-header__offcanvas{transition:none}}.navigation-header__offcanvas,.navigation-header__offcanvas.offcanvas.show.hiding{visibility:hidden;opacity:0}.navigation-header__offcanvas.offcanvas.show,.navigation-header__offcanvas.offcanvas.showing{visibility:visible;opacity:1}.navigation-header__offcanvas+.offcanvas-backdrop{width:var(--viewport-width);height:var(--viewport-height)}.navigation-header__offcanvas+.offcanvas-backdrop.fade{transition-duration:.5s}.navigation-header__offcanvas-header{display:flex;flex:0 0 72px;flex-direction:row-reverse;align-items:center;width:100%;padding:0 .875rem;background-color:var(--bs-body-bg)}.navigation-header__offcanvas-close{--bs-link-color: $body-color;--bs-link-hover-color: $body-color}.navigation-header__offcanvas-close:hover{text-decoration:none}.navigation-header__offcanvas-close-icon{top:0;font-size:1.5rem;transform:none}@media(min-width: 992px){.navigation-header__offcanvas-close-icon{transition:transform .5s ease-in-out}}.navigation-header__offcanvas-body{position:relative;flex:0 1 100%}.navigation-header__home-link{margin-right:1.25rem}@media(max-width: 991.98px){.navigation-header__menu-toggle-text{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.navigation-header__home-link-ext-text{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.navigation-header__offcanvas-close{color:#0220e7}.navigation-header__offcanvas-close:hover{color:#0220e7}}@media(min-width: 992px){.navigation-header{right:auto;left:0;flex-direction:row;justify-content:flex-start;border-bottom-left-radius:0;--nav-header-width: 440px;--nav-header-height: 60px}.navigation-header__menu-toggle{margin-right:2.5rem}.navigation-header__menu-toggle::before{width:2rem}.navigation-header__menu-toggle:hover .navigation-header__menu-toggle-icon{transform:skewX(-20deg) rotate(-90deg)}.navigation-header__search-toggle{margin-right:2rem}.navigation-header__logo{width:179px;height:77px;margin-top:6px;margin-left:auto}.navigation-header__logo-wordmark{top:28px;left:20px;width:139px}.navigation-header__offcanvas{width:var(--nav-header-width)}.navigation-header__offcanvas-header{position:absolute;top:0;left:0;z-index:1;flex-direction:row;justify-content:space-between;height:var(--nav-header-height);padding:0 1.25rem 0 2rem}.navigation-header__offcanvas-close:hover .navigation-header__offcanvas-close-icon{transform:rotate(-90deg)}.navigation-header__offcanvas-close-text{transition:opacity .5s,visibility .5s;visibility:hidden;opacity:0}}@media(min-width: 992px)and (prefers-reduced-motion){.navigation-header__offcanvas-close-text{transition:none}}@media(min-width: 992px){.navigation-header__offcanvas-close:hover .navigation-header__offcanvas-close-text{visibility:visible;opacity:1}}@media(min-width: 992px){.navigation-header__offcanvas-body{z-index:0;display:flex;height:var(--viewport-height)}}@media(min-width: 992px){.navigation-header__home-link{margin-right:0}}@media(min-width: 1200px){.navigation-header{--nav-header-width: 440px;--nav-header-height: 60px}}.navigation-promo-items{display:flex;flex-direction:column}.navigation-promo-items__card{position:relative;flex:0 0 50%;overflow:hidden}.navigation-promo-items__card:hover .navigation-promo-items__heading-link{color:#ffa49b;-webkit-text-decoration:underline solid currentcolor;text-decoration:underline solid currentcolor}.navigation-promo-items__card:hover .navigation-promo-items__img{transform:scale(1.2)}.navigation-promo-items__img{transition:transform .5s ease-in-out}.navigation-promo-items__img img{width:100%;height:auto;aspect-ratio:var(--media-img-crop-ratio);-o-object-fit:cover;object-fit:cover}.navigation-promo-items__overlay{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:1.25rem;background:linear-gradient(to bottom, rgba(23, 23, 23, 0) 50%, #171717 100%)}.navigation-promo-items__badge{margin-bottom:.625rem;--tag-bg-color: #171717;--tag-text-color: #efefef}.navigation-promo-items__heading{margin-bottom:0}.navigation-promo-items__heading-link{color:#fff;-webkit-text-decoration:underline solid rgba(0,0,0,0);text-decoration:underline solid rgba(0,0,0,0);transition:color .5s ease-out,-webkit-text-decoration .5s ease-out;transition:text-decoration .5s ease-out,color .5s ease-out;transition:text-decoration .5s ease-out,color .5s ease-out,-webkit-text-decoration .5s ease-out}@media(min-width: 992px){.navigation-promo-items__img{position:absolute;top:0;left:0;width:100%;height:100%}.navigation-promo-items__img img{height:100%;aspect-ratio:unset}.navigation-promo-items__overlay{padding:1.25rem 2rem}}.organisation-list{--hsl-row-margin-bottom: 1.5rem;overflow:hidden}.organisation-list__heading-row:not(:last-child){margin-bottom:var(--hsl-row-margin-bottom)}.organisation-list__heading{margin-bottom:.6666666667em}.organisation-list__heading:last-child{margin-bottom:0}.organisation-list__heading-link{margin-top:1.25rem}@media(min-width: 768px){.organisation-list__heading-col--wide,.organisation-list__heading-col--x-wide{display:flex;align-items:flex-end}.organisation-list__heading-col--wide .organisation-list__heading-text,.organisation-list__heading-col--x-wide .organisation-list__heading-text{flex:0 1 90%;margin-right:2.5rem}.organisation-list__heading-col--wide .organisation-list__heading-link,.organisation-list__heading-col--x-wide .organisation-list__heading-link{flex:1 0 10%;margin-top:0;margin-left:auto;white-space:nowrap}}@media(min-width: 992px){.organisation-list{--hsl-row-margin-bottom: 5rem}.organisation-list__heading-row{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x));justify-content:center}.organisation-list__heading-col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.single-column-section .organisation-list__heading-col{flex:0 0 auto;width:83.33333333%}.single-column-section .organisation-list__heading-col--wide,.single-column-section .organisation-list__heading-col--x-wide{flex:0 0 auto;width:100%}.organisation-list__heading-col--wide .organisation-list__heading-link,.organisation-list__heading-col--x-wide .organisation-list__heading-link{margin-bottom:2px}}@media(min-width: 1200px){.single-column-section .organisation-list__heading-col{flex:0 0 auto;width:66.66666667%}.single-column-section .organisation-list__heading-col--wide{flex:0 0 auto;width:83.33333333%}.single-column-section .organisation-list__heading-col--x-wide{flex:0 0 auto;width:100%}.organisation-list__heading-link{margin-top:2rem}}.organisation-list__orgs-row{--bs-gutter-x: 3rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x));align-items:flex-start;justify-content:center;margin-right:calc((-0.5 * var(--bs-gutter-x)) + 1.25rem);margin-bottom:-1.25rem;margin-left:calc((-0.5 * var(--bs-gutter-x)) + 1.25rem)}.organisation-list__org{display:flex;flex-direction:column;align-items:center;margin-bottom:1.25rem;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.organisation-list--img-grid .organisation-list__org{flex:0 0 auto;width:calc(50vw - var(--bs-gutter-x)*.5);height:calc((50vw - var(--bs-gutter-x)*.5)*.75)}.organisation-list__image-wrapper{display:flex;align-content:center;align-items:center;justify-content:center;width:100%;max-width:320px;height:100%;max-height:240px;aspect-ratio:4/3}.organisation-list--summary-grid .organisation-list__image-wrapper{margin-bottom:.5rem}.organisation-list__image{width:auto;max-width:100%;max-height:100%}.organisation-list__org-summary{padding-bottom:2.5rem;border-bottom:2px solid #fff}.organisation-list__org-summary h1:last-child,.organisation-list__org-summary .h1:last-child,.organisation-list__org-summary h2:last-child,.organisation-list__org-summary .h2:last-child,.organisation-list__org-summary h3:last-child,.organisation-list__org-summary .h3:last-child,.organisation-list__org-summary h4:last-child,.organisation-list__org-summary .h4:last-child,.organisation-list__org-summary h5:last-child,.organisation-list__org-summary .h5:last-child,.organisation-list__org-summary h6:last-child,.organisation-list__org-summary .h6:last-child,.organisation-list__org-summary p:last-child,.organisation-list__org-summary ul:last-child,.organisation-list__org-summary ol:last-child,.organisation-list__org-summary dl:last-child{margin-bottom:0}@media(min-width: 576px){.organisation-list--img-grid .organisation-list__org{flex:0 0 auto;width:calc(33vw - var(--bs-gutter-x)*.66);height:calc((33vw - var(--bs-gutter-x)*.66)*.75)}.two-column-section .organisation-list--img-grid .organisation-list__org{flex:0 0 auto;width:50%}.organisation-list--summary-grid .organisation-list__org{flex:0 0 auto;width:50%}.organisation-list__org-summary{border:none}.organisation-list--summary-grid .organisation-list__image-wrapper{justify-content:left}}@media(min-width: 992px){.single-column-section .organisation-list__orgs-row{--bs-gutter-x: 6rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.single-column-section .organisation-list--summary-grid .organisation-list__orgs-row{margin-bottom:-5rem}.single-column-section .organisation-list--img-grid .organisation-list__org{flex:0 0 auto;width:calc(25vw - var(--bs-gutter-x)*.75);height:calc((25vw - var(--bs-gutter-x)*.75)*.75)}.two-column-section .organisation-list--img-grid .organisation-list__org{flex:0 0 auto;width:33.33333333%}.single-column-section .organisation-list--summary-grid .organisation-list__org{flex:0 0 auto;width:33.33333333%;margin-bottom:5rem}}@media(min-width: 1200px){.single-column-section .organisation-list--img-grid .organisation-list__orgs-row{--bs-gutter-x: 7.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.single-column-section .organisation-list--img-grid .organisation-list__orgs-container{flex:0 0 auto;width:83.33333333%;margin:0 auto}}@media(min-width: 992px){.page-content-body-text__row{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x));justify-content:center}.page-content-body-text__content-col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.single-column-section .page-content-body-text__content-col{flex:0 0 auto;width:83.33333333%}}@media(min-width: 1200px){.single-column-section .page-content-body-text__content-col{flex:0 0 auto;width:66.66666667%}}.page-content-body-text__rte{margin:0 auto}.page-content-body-text__rte table{display:block;padding:.5rem 1rem .25rem;overflow-x:auto;border-spacing:0 .5rem;border-collapse:separate;background:linear-gradient(var(--table-bg-color) 0 0) padding-box,linear-gradient(245deg, var(--table-border-gradient-start), var(--table-border-gradient-end)) border-box;border:1px solid rgba(0,0,0,0);border-radius:1rem}.page-content-body-text__rte table th,.page-content-body-text__rte table td{font-size:1.125rem;line-height:1.7;white-space:nowrap}.page-content-body-text__rte table thead{color:var(--table-head-text-color);background-color:var(--table-head-bg-color)}.page-content-body-text__rte table thead th{padding:.5rem 1rem}.page-content-body-text__rte table thead th strong{font-weight:500}.page-content-body-text__rte table thead th:first-child{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.page-content-body-text__rte table thead th:last-child{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.page-content-body-text__rte table tbody{color:var(--table-body-text-color)}.page-content-body-text__rte table tbody tr{background-color:var(--table-row-bg-color)}.page-content-body-text__rte table tbody tr td{padding:1rem}.page-content-body-text__rte table tbody tr td:first-child{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.page-content-body-text__rte table tbody tr td:last-child{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.page-content-body-text__rte table::-webkit-scrollbar{height:14px}.page-content-body-text__rte table::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.page-content-body-text__rte table::-webkit-scrollbar-button{display:block;width:8px;background:rgba(0,0,0,0)}.page-content-body-text__rte table::-webkit-scrollbar-thumb{background-color:var(--table-scrollbar-color);background-clip:padding-box;border:4px solid rgba(0,0,0,0);border-radius:1rem}@media(min-width: 992px){.page-content-summary__row{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x));justify-content:center}.page-content-summary__content-col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.single-column-section .page-content-summary__content-col{flex:0 0 auto;width:83.33333333%}}@media(min-width: 1200px){.single-column-section .page-content-summary__content-col{flex:0 0 auto;width:66.66666667%}}.page-content-summary__rte{margin:0 auto}.page-content-summary__rte p:last-child{margin:0}.page-image-link-card{position:relative;display:flex;flex-direction:column}.page-image-link-card__img img{width:100%;aspect-ratio:var(--media-img-crop-ratio)}.page-image-link-card__img-container{width:100%;aspect-ratio:768/768;background-color:#747474}.page-image-link-card__text{height:100%;padding-top:.75rem}.page-image-link-card__link{width:-moz-fit-content;width:fit-content;margin-bottom:.5rem;color:var(--bs-link-color);text-decoration:none;text-decoration:none;background-image:linear-gradient(to right, var(--theme-primary-contrast-color), var(--theme-primary-contrast-color));background-repeat:no-repeat;background-position:0 100%;background-size:0 .1em;transition:color .25s ease-in-out,background-size .25s ease-in-out}.reduced-motion .page-image-link-card__link{transition:none}.page-image-link-card__link:hover{text-decoration:none}.page-image-link-card__summary{margin-bottom:0}@media(min-width: 576px){.page-image-link-card:hover .page-image-link-card__text{color:var(--theme-text-contrast-color);background:var(--theme-primary-color)}.page-image-link-card:hover .page-image-link-card__link{color:var(--theme-primary-contrast-color);text-decoration:none;background-size:100% .1em}.page-image-link-card__text{padding:1.5rem;transition:color .5s ease-in-out,background-color .5s ease-in-out}.page-image-link-card__link{text-decoration:none}.page-image-link-card__link:hover{text-decoration:none}}@media(min-width: 992px){.page-image-link-card__summary{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}}@media(prefers-reduced-motion){.page-image-link-card__link{transition:none}}.page-image-links-carousel__container{position:relative;margin-right:var(--pl-container-padding-x);margin-left:var(--pl-container-padding-x);overflow:hidden}.page-image-links-carousel__cta-item{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2.5rem}.page-image-links-carousel__cta-link{color:var(--theme-primary-color)}.page-image-links-carousel__swiped-right::before{transform:none}.page-image-links-carousel .swiper-slide{height:auto}.page-image-links-carousel .swiper-slide .page-image-link-card{height:100%}.page-image-links-carousel .swiper-slide .page-image-link-card__text{opacity:0;transition:opacity .5s ease-in-out}.page-image-links-carousel .swiper-slide-visible .page-image-link-card__text{opacity:1}.page-image-links-carousel .swiper-slide.page-image-links-carousel__cta-slide{display:none}@media(min-width: 768px){.page-image-links-carousel__container{margin-right:0;margin-left:0}.page-image-links-carousel__cta-item--standalone{display:none}.page-image-links-carousel .swiper-slide.page-image-links-carousel__cta-slide{display:block;width:auto}.page-image-links-carousel .swiper-slide .page-image-link-card__text{transition:color .5s ease-in-out,background-color .5s ease-in-out}}@media(prefers-reduced-motion){.page-image-links-carousel .swiper-slide .page-image-link-card__text{transition:none}}.page-links-list__list{margin-top:2.5rem}.page-links-list__list-item:not(.last-child){margin-bottom:.5rem}@media(min-width: 992px){.page-links-list__row{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.page-links-list__content-col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.single-column-section .page-links-list__content-col{flex:0 0 auto;width:83.33333333%;margin-left:8.33333333%}.page-links-list--grid .page-links-list__list{--bs-gutter-x: 3rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x));margin-top:5rem;margin-bottom:-2rem}.page-links-list--grid .page-links-list__list-item{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:50%;display:flex;margin-bottom:2rem}.page-links-list--grid .page-links-list__list-item-card{margin:0 -1.25rem}}@media(min-width: 1200px){.single-column-section .page-links-list__content-col{flex:0 0 auto;width:66.66666667%;margin-left:16.66666667%}}.pagination__page-list{padding:0;margin:0;list-style:none;display:flex;flex-wrap:wrap;margin:0 -0.25rem}.pagination__page-item{margin:0 .25rem}.pagination__page-link{display:inline-block;min-width:3rem;padding:.625rem;font-size:1.125rem;font-weight:315;line-height:1.3333333333;color:var(--theme-primary-color);text-align:center;text-decoration:none;background-color:#fff;border-color:var(--theme-primary-color);border-style:solid;border-width:2px;border-radius:4px;box-shadow:0 4px 4px rgba(0,0,0,.15);transition:color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out}.pagination__page-link:hover,.pagination__page-link:focus,.pagination__page-item--active .pagination__page-link{color:var(--theme-primary-contrast-color);background-color:var(--theme-primary-color);border-color:var(--theme-primary-color)}@media(min-width: 992px){.pagination__page-link{min-width:3.75rem;padding:1rem}}.scroll-button-container{visibility:hidden;opacity:0;position:sticky;bottom:calc(3rem + (var(--pl-component-spacer-y) / 2));display:flex;align-items:flex-end;justify-content:center;height:0;margin-top:auto;transform:translateY(calc(var(--pl-component-spacer-y) / 2))}.scroll-button-container--show{visibility:visible;opacity:1;transition:opacity .5s,visibility .5s}@media(prefers-reduced-motion){.scroll-button-container--show{transition:none}}.scroll-button-container--hidden{transition:opacity .5s,visibility .5s}@media(prefers-reduced-motion){.scroll-button-container--hidden{transition:none}}@media(max-width: 991.98px){.scroll-button-container{display:none}}.search__no-results{max-width:var(--line-length-max-width)}.search__filters{margin-bottom:2.5rem}.search__pagination{display:flex;justify-content:center;margin-top:2.5rem}@media(min-width: 992px){.search__filters{margin-bottom:5rem}.search__pagination{margin-top:10rem}}.search-filters__btn-clear{transition:opacity .5s,visibility .5s;visibility:hidden;opacity:0}@media(prefers-reduced-motion){.search-filters__btn-clear{transition:none}}.search-filters__btn-clear--visible{visibility:visible;opacity:1}.search-filters__filters-list{display:flex;flex-direction:column}.search-filters__filter{position:relative}.search-filters__filter:not(:last-child){margin-bottom:.5rem}.search-filters__selected-values{padding:2rem 0}.search-filters__selected-values-list{padding:0;margin:0;list-style:none;display:flex;flex-wrap:wrap;gap:1rem;margin:-0.5rem}@media(min-width: 576px){.search-filters__filter.filter{margin-bottom:0}.search-filters__filters-list{flex:0 1 100%;flex-direction:row;margin-right:2.5rem}}.section-page-content-header{display:flex;flex:1 0 100%;flex-direction:column;align-items:flex-start;padding-top:var(--pch-padding-top);padding-bottom:var(--pch-padding-bottom);--pch-padding-top: 5rem;--pch-padding-bottom: 2.5rem}.section-page-content-header__breadcrumb-link{margin-bottom:.625rem}.section-page-content-header__breadcrumb-link .btn-icon__text::after{opacity:1}.section-page-content-header__title{margin-bottom:1.25rem;font-size:var(--h1-font-size);font-weight:315;line-height:1.3333333333;letter-spacing:-0.03em;width:100%;margin-bottom:.625rem;word-wrap:break-word}.section-page-content-header__title em{color:var(--theme-primary-color);transition:color .5s ease-in-out;font-style:normal}.section-page-content-header__title:last-child{margin-bottom:0}@media(max-width: 575.98px){.page-layout__section--reverse-stack .section-page-content-header{--pch-padding-top: 1.25rem}}@media(min-width: 576px)and (max-width: 991.98px){.page-layout__section--reverse-stack .section-page-content-header{--pch-padding-top: 2rem}}@media(min-width: 992px){.section-page-content-header{--pch-padding-top: var(--pl-component-spacer-y);--pch-padding-bottom: 3rem}.section-page-content-header__breadcrumb-link{margin-bottom:1.25rem}.section-page-content-header__title{max-width:60vw;margin-bottom:1.25rem}.section-page-content-header__title:last-child{margin-bottom:0}.page-layout__col-4 .section-page-content-header__title{margin-bottom:1.25rem;font-size:var(--h2-font-size);font-weight:315;line-height:1.5;letter-spacing:-0.03em}.page-layout__col-4 .section-page-content-header__title em{color:var(--theme-primary-color);transition:color .5s ease-in-out;font-style:normal}.page-layout__col-4 .section-page-content-header__title:last-child{margin-bottom:0}}.section-page-content-header__columns{display:flex;flex-direction:row;width:100%}.section-page-content-header__left-column{flex-basis:60%}.section-page-content-header__right-column{flex-basis:40%}.section-page-content-header__right-column .section-header-video{position:relative;display:flex;align-items:center;justify-content:center;width:100%;margin:0}.section-page-content-header__right-column .section-header-video__popup{position:absolute;top:.625rem;right:.625rem;z-index:10;padding:.75rem;background-color:#fff;border-radius:1.5rem;opacity:0;transition:opacity .5s ease-in-out,transform .3s ease-in-out;transform:translateY(15px)}.section-page-content-header__right-column .section-header-video__popup.show{opacity:1;transform:translateY(0)}.section-page-content-header__right-column .section-header-video__overlay{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .75s,visibility .75s;visibility:hidden;opacity:0;display:flex;align-items:flex-end;justify-content:flex-start;overflow:hidden;background:rgba(0,0,0,.5);visibility:visible;opacity:1}@media(prefers-reduced-motion){.section-page-content-header__right-column .section-header-video__overlay{transition:none}}.section-page-content-header__right-column .section-header-video__button{position:absolute;z-index:1;color:#ffa49b}.section-page-content-header__right-column .section-header-video__button--pause{position:absolute;top:0;right:0}.section-page-content-header__right-column .section-header-video__play-button{color:#ffa49b;text-decoration:underline}.section-page-content-header__right-column .section-header-video__play-button,.section-page-content-header__right-column .section-header-video__pause-button{background:none;border:none}.section-page-content-header__right-column .section-header-video__pause-button{font-size:20px;color:#fff}.section-page-content-header__right-column .section-header-video__pause-button--icon.hidden{display:none}.section-page-content-header__right-column .section-header-video__video{width:100%;height:100%}.section-page-content-header__right-column .section-header-video__video--hidden{display:none}.section-page-content-header__right-column .section-header-video__top-left,.section-page-content-header__right-column .section-header-video__bottom-right{position:absolute;font-size:26px;color:#fff}.section-page-content-header__right-column .section-header-video__top-left{top:5px;left:10px}.section-page-content-header__right-column .section-header-video__bottom-right{right:5px;bottom:10px}.section-page-content-header__badge{margin-bottom:.625rem}.section-page-content-header__title{margin-bottom:1.25rem;font-size:var(--super-font-size);font-weight:315;line-height:var(--super-line-height);letter-spacing:-0.03em;margin-bottom:.625rem}.section-page-content-header__title em{color:var(--theme-primary-color);transition:color .5s ease-in-out;font-style:normal}.section-page-content-header__title:last-child{margin-bottom:0}@media(min-width: 992px){.section-page-content-header__badge{margin-bottom:1.25rem}.section-page-content-header__title{margin-bottom:2.5rem}.section-page-content-header__title:last-child{margin-bottom:0}.page-layout__col-4 .section-page-content-header__title{margin-bottom:1.25rem;font-size:var(--h1-font-size);font-weight:315;line-height:1.3333333333;letter-spacing:-0.03em;font-weight:315}.page-layout__col-4 .section-page-content-header__title em{color:var(--theme-primary-color);transition:color .5s ease-in-out;font-style:normal}.page-layout__col-4 .section-page-content-header__title:last-child{margin-bottom:0}}@media(max-width: 575.98px){.section-page-content-header__columns{flex-direction:column}.section-page-content-header__left-column{padding-top:3rem}}.standard-page-content-header{display:flex;flex:1 0 100%;flex-direction:column;align-items:flex-start;padding-top:var(--pch-padding-top);padding-bottom:var(--pch-padding-bottom);--pch-padding-top: 5rem;--pch-padding-bottom: 2.5rem}.standard-page-content-header__breadcrumb-link{margin-bottom:.625rem}.standard-page-content-header__breadcrumb-link .btn-icon__text::after{opacity:1}.standard-page-content-header__title{margin-bottom:1.25rem;font-size:var(--h1-font-size);font-weight:315;line-height:1.3333333333;letter-spacing:-0.03em;width:100%;margin-bottom:.625rem;word-wrap:break-word}.standard-page-content-header__title em{color:var(--theme-primary-color);transition:color .5s ease-in-out;font-style:normal}.standard-page-content-header__title:last-child{margin-bottom:0}@media(max-width: 575.98px){.page-layout__section--reverse-stack .standard-page-content-header{--pch-padding-top: 1.25rem}}@media(min-width: 576px)and (max-width: 991.98px){.page-layout__section--reverse-stack .standard-page-content-header{--pch-padding-top: 2rem}}@media(min-width: 992px){.standard-page-content-header{--pch-padding-top: var(--pl-component-spacer-y);--pch-padding-bottom: 3rem}.standard-page-content-header__breadcrumb-link{margin-bottom:1.25rem}.standard-page-content-header__title{max-width:60vw;margin-bottom:1.25rem}.standard-page-content-header__title:last-child{margin-bottom:0}.page-layout__col-4 .standard-page-content-header__title{margin-bottom:1.25rem;font-size:var(--h2-font-size);font-weight:315;line-height:1.5;letter-spacing:-0.03em}.page-layout__col-4 .standard-page-content-header__title em{color:var(--theme-primary-color);transition:color .5s ease-in-out;font-style:normal}.page-layout__col-4 .standard-page-content-header__title:last-child{margin-bottom:0}}.standard-page-content-header__secondary-nav{display:flex;flex-direction:column;align-items:flex-start;margin-top:5rem}.standard-page-content-header__secondary-nav-link:not(:first-child){margin-top:1rem}.standard-page-content-header__secondary-nav-link.current{display:none}@media(min-width: 992px){.standard-page-content-header__breadcrumb-link{margin-bottom:1.25rem}.standard-page-content-header__summary:not(:last-child){margin-bottom:2.5rem}.page-layout__col-4 .standard-page-content-header__summary{margin-top:auto}.page-layout__col-4 .standard-page-content-header__summary+.standard-page-content-header__secondary-nav{margin-top:0}.standard-page-content-header__secondary-nav{margin-top:auto}}.statistics-item{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y);display:flex;flex-direction:column;padding:0 3rem;margin-bottom:2.5rem;text-align:center}.statistics-item__value{font-weight:430;color:var(--theme-primary-color)}.statistics-item__label{margin-bottom:0;font-weight:430}@media(min-width: 992px){.statistics-item{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y);margin-bottom:5rem}.single-column-section .statistics-item{flex:0 0 auto;width:33.33333333%}}.statistics-list{--hsl-row-margin-bottom: 1.5rem}.statistics-list__heading-row:not(:last-child){margin-bottom:var(--hsl-row-margin-bottom)}.statistics-list__heading{margin-bottom:.6666666667em}.statistics-list__heading:last-child{margin-bottom:0}.statistics-list__heading-link{margin-top:1.25rem}@media(min-width: 768px){.statistics-list__heading-col--wide,.statistics-list__heading-col--x-wide{display:flex;align-items:flex-end}.statistics-list__heading-col--wide .statistics-list__heading-text,.statistics-list__heading-col--x-wide .statistics-list__heading-text{flex:0 1 90%;margin-right:2.5rem}.statistics-list__heading-col--wide .statistics-list__heading-link,.statistics-list__heading-col--x-wide .statistics-list__heading-link{flex:1 0 10%;margin-top:0;margin-left:auto;white-space:nowrap}}@media(min-width: 992px){.statistics-list{--hsl-row-margin-bottom: 5rem}.statistics-list__heading-row{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x));justify-content:center}.statistics-list__heading-col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.single-column-section .statistics-list__heading-col{flex:0 0 auto;width:83.33333333%}.single-column-section .statistics-list__heading-col--wide,.single-column-section .statistics-list__heading-col--x-wide{flex:0 0 auto;width:100%}.statistics-list__heading-col--wide .statistics-list__heading-link,.statistics-list__heading-col--x-wide .statistics-list__heading-link{margin-bottom:2px}}@media(min-width: 1200px){.single-column-section .statistics-list__heading-col{flex:0 0 auto;width:66.66666667%}.single-column-section .statistics-list__heading-col--wide{flex:0 0 auto;width:83.33333333%}.single-column-section .statistics-list__heading-col--x-wide{flex:0 0 auto;width:100%}.statistics-list__heading-link{margin-top:2rem}}.statistics-list__list-row{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x));justify-content:center;margin-bottom:-2.5rem}@media(min-width: 992px){.statistics-list__list-row{margin-bottom:-5rem}}.sub-menu{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem .875rem}.sub-menu__inner{position:relative;width:100%;max-width:420px;max-height:calc(100% - 100px);padding:1.25rem;overflow-y:auto;background-color:var(--bs-body-bg);border-radius:.5rem;box-shadow:0 0 8px rgba(0,0,0,.15)}.sub-menu__badge{margin-bottom:.625rem}.sub-menu__heading-link{display:block;margin-bottom:2.5rem;font-weight:430;color:var(--bs-primary)}.sub-menu__nav-item{margin-bottom:1.25rem}.sub-menu__nav-item--view-all .sub-menu__nav-link{color:var(--bs-primary)}@media(max-width: 991.98px){.sub-menu__footer{padding:1.25rem;margin-top:auto;text-align:end}.sub-menu__btn-close{--bs-btn-color: #0220e7;--bs-btn-hover-color: #0220e7;--bs-btn-active-color: #0220e7;--bs-btn-bg: #ffa49b;--bs-btn-hover-bg: #ffa49b;--bs-btn-active-bg: #ffa49b;--bs-btn-border-color: transparent;--bs-btn-hover-border-color: transparent;--bs-btn-active-border-color: transparent;--btn-gradient-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-start), #fff var(--gradient-end));--btn-gradient-border-bg: linear-gradient(var(--gradient-angle), #ffa49b var(--gradient-active-hover-start), #fff var(--gradient-end));background-image:var(--btn-gradient-bg);background-origin:border-box;transition:--gradient-angle .5s ease-in-out,--gradient-start .5s ease-in-out,--gradient-end .5s ease-in-out,color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out,text-decoration .3s ease-out}.sub-menu__btn-close:hover,.sub-menu__btn-close:active{--gradient-start: 49.41%;--gradient-active-hover-start: -5.76%;background-image:var(--btn-gradient-bg),var(--btn-gradient-border-bg);background-clip:padding-box,border-box}.sub-menu__btn-close .fa-circle,.sub-menu__btn-close .fa-circle-arrow-left{display:none}.sub-menu__btn-close .btn-icon__text{color:#0220e7}}@media(min-width: 992px){.sub-menu{align-items:stretch;justify-content:flex-start;min-width:100%;padding:0}.sub-menu__inner{min-width:-moz-max-content;min-width:max-content;max-width:unset;min-height:100%;max-height:unset;padding:calc(6rem + var(--nav-header-height)) 2rem 6rem;border-radius:0;box-shadow:none}.sub-menu__badge{display:none}.sub-menu__heading-link{display:none}.sub-menu__nav-list{width:-moz-max-content;width:max-content}.sub-menu__nav-item{margin-bottom:3.75rem;transition:margin-bottom .5s ease-in-out}.sub-menu__nav-item.active{margin-bottom:2.5rem}.sub-menu__nav-item--view-all{display:none}.sub-menu__nav-link{text-decoration:none;background-image:linear-gradient(to right, var(--bs-primary), var(--bs-primary));background-repeat:no-repeat;background-position:0 100%;background-size:0 .1em;transition:color .25s ease-in-out,background-size .25s ease-in-out}.reduced-motion .sub-menu__nav-link{transition:none}.sub-menu__nav-item.hover .sub-menu__nav-link,.sub-menu__nav-item.active .sub-menu__nav-link{color:var(--bs-primary);text-decoration:none;text-decoration:none;background-size:100% .1em}.sub-menu__nav-item-summary h1:last-child,.sub-menu__nav-item-summary .h1:last-child,.sub-menu__nav-item-summary h2:last-child,.sub-menu__nav-item-summary .h2:last-child,.sub-menu__nav-item-summary h3:last-child,.sub-menu__nav-item-summary .h3:last-child,.sub-menu__nav-item-summary h4:last-child,.sub-menu__nav-item-summary .h4:last-child,.sub-menu__nav-item-summary h5:last-child,.sub-menu__nav-item-summary .h5:last-child,.sub-menu__nav-item-summary h6:last-child,.sub-menu__nav-item-summary .h6:last-child,.sub-menu__nav-item-summary p:last-child,.sub-menu__nav-item-summary ul:last-child,.sub-menu__nav-item-summary ol:last-child,.sub-menu__nav-item-summary dl:last-child{margin-bottom:0}.sub-menu__nav-item-summary em{font-style:normal}.sub-menu__nav-item-summary p:first-child{padding-top:.625rem}.sub-menu__btn-close .fa-circle-x{display:none}.sub-menu__footer{display:none}}@media(prefers-reduced-motion){.sub-menu__nav-item{transition:none}}.takeover-hero{z-index:1;--th-padding-top: 7.5rem;--th-padding-bottom: 5rem;--th-heading-height: calc(var(--super-font-size) * var(--super-line-height) * 3);padding-top:var(--th-padding-top);padding-bottom:var(--th-padding-bottom)}.takeover-hero__background-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.takeover-hero__background-shape{position:absolute;top:var(--takeover-bg-top);left:var(--takeover-bg-left);z-index:0;width:var(--takeover-bg-width);height:var(--takeover-bg-height);background-image:var(--takeover-bg-image);background-repeat:no-repeat;background-position:left bottom;background-size:cover;-webkit-mask-image:var(--takeover-mask-image);mask-image:var(--takeover-mask-image);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-position:left bottom;mask-position:left bottom}.takeover-hero::before{visibility:visible;opacity:1;position:absolute;top:0;left:0;z-index:1050;width:100%;height:var(--viewport-height);content:"";background-color:var(--theme-bg-color)}.takeover-hero__inner{visibility:hidden;opacity:0;position:relative;z-index:1055;transform:translateY(calc(var(--viewport-height) / 2 - var(--th-padding-top) - var(--th-heading-height) / 2))}.takeover-hero__heading{margin-bottom:2.5rem}.takeover-hero__summary-row{visibility:hidden;opacity:0}.takeover-hero__summary{display:none}.takeover-hero--loaded::before{visibility:hidden;opacity:0;transition:background-color 1s .75s ease-in-out,opacity 1s .75s ease-in-out,visibility 1s .75s ease-in-out}.takeover-hero--loaded .takeover-hero__inner{visibility:visible;opacity:1;z-index:0;transition:opacity .75s,visibility .75s,color 1s .75s ease-in-out,transform 1s .75s ease-in-out,z-index 0s 1.75s;transform:translateY(0)}.takeover-hero--loaded .takeover-hero__heading em{transition:color 1s .75s ease-in-out}.takeover-hero--loaded .takeover-hero__summary-row{visibility:visible;opacity:1;transition:opacity 1s .75s ease-in-out,visibility 1s .75s ease-in-out}.takeover-hero--disabled.takeover-hero--loaded::before{transition:background-color .25s,opacity .25s,visibility .25s}.takeover-hero--disabled.takeover-hero--loaded .takeover-hero__inner{transition:none}.takeover-hero--disabled.takeover-hero--loaded .takeover-hero__heading em{transition:none}.takeover-hero--disabled.takeover-hero--loaded .takeover-hero__summary-row{transition:none}@media(min-width: 992px){.takeover-hero{--th-padding-top:120px;--th-padding-bottom:48px;--th-heading-height: calc(var(--super-font-size) * var(--super-line-height) * 2)}}@media(min-width: 992px)and (min-width: 992px){.takeover-hero{--th-padding-top:calc(120px + 120 * ((100vw - 992px) / 928))}}@media(min-width: 992px)and (min-width: 1920px){.takeover-hero{--th-padding-top:240px}}@media(min-width: 992px)and (min-width: 992px){.takeover-hero{--th-padding-bottom:calc(48px + 112 * ((100vw - 992px) / 928))}}@media(min-width: 992px)and (min-width: 1920px){.takeover-hero{--th-padding-bottom:160px}}@media(min-width: 992px){.takeover-hero__summary-row{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}}@media(min-width: 992px){.takeover-hero__summary-col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:58.33333333%}}@media(min-width: 992px){.takeover-hero__summary{display:block;margin-bottom:2.5rem}}.team-profile-listing{--hsl-row-margin-bottom: 1.5rem;overflow:hidden}.team-profile-listing__heading-row:not(:last-child){margin-bottom:var(--hsl-row-margin-bottom)}.team-profile-listing__heading{margin-bottom:.6666666667em}.team-profile-listing__heading:last-child{margin-bottom:0}.team-profile-listing__heading-link{margin-top:1.25rem}@media(min-width: 768px){.team-profile-listing__heading-col--wide,.team-profile-listing__heading-col--x-wide{display:flex;align-items:flex-end}.team-profile-listing__heading-col--wide .team-profile-listing__heading-text,.team-profile-listing__heading-col--x-wide .team-profile-listing__heading-text{flex:0 1 90%;margin-right:2.5rem}.team-profile-listing__heading-col--wide .team-profile-listing__heading-link,.team-profile-listing__heading-col--x-wide .team-profile-listing__heading-link{flex:1 0 10%;margin-top:0;margin-left:auto;white-space:nowrap}}@media(min-width: 992px){.team-profile-listing{--hsl-row-margin-bottom: 5rem}.team-profile-listing__heading-row{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x));justify-content:center}.team-profile-listing__heading-col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.single-column-section .team-profile-listing__heading-col{flex:0 0 auto;width:83.33333333%}.single-column-section .team-profile-listing__heading-col--wide,.single-column-section .team-profile-listing__heading-col--x-wide{flex:0 0 auto;width:100%}.team-profile-listing__heading-col--wide .team-profile-listing__heading-link,.team-profile-listing__heading-col--x-wide .team-profile-listing__heading-link{margin-bottom:2px}}@media(min-width: 1200px){.single-column-section .team-profile-listing__heading-col{flex:0 0 auto;width:66.66666667%}.single-column-section .team-profile-listing__heading-col--wide{flex:0 0 auto;width:83.33333333%}.single-column-section .team-profile-listing__heading-col--x-wide{flex:0 0 auto;width:100%}.team-profile-listing__heading-link{margin-top:2rem}}.theme--electric-blue .team-profile-listing__heading,.theme--matte-black .team-profile-listing__heading,.theme--electric-blue .team-profile-listing__summary,.theme--matte-black .team-profile-listing__summary{color:#fff}.team-profile-listing__cards-row{--bs-gutter-x: 3rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x));padding:.25rem;margin-bottom:-2.5rem}.team-profile-listing__card-col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y);position:relative;margin-bottom:2.5rem}.team-profile-listing__card{position:relative;display:flex;flex-direction:row;overflow:hidden;background-color:#fff;border-radius:8px;box-shadow:0 4px 4px rgba(0,0,0,.15)}.team-profile-listing__card:hover .team-profile-listing__name-link{color:#0220e7;text-decoration:none;background-size:100% .1em}.team-profile-listing__card:hover .team-profile-listing__img--secondary{opacity:1}.theme--electric-blue .team-profile-listing__card,.theme--matte-black .team-profile-listing__card{background-color:#41ffc9}.team-profile-listing__card--no-img{display:flex;flex-direction:column;justify-content:center;height:100%;padding:1rem;color:#fff;background:var(--theme-primary-color)}.theme--electric-blue .team-profile-listing__card--no-img,.theme--matte-black .team-profile-listing__card--no-img{color:#0220e7}.team-profile-listing__cta-link{--bs-btn-bg: var(--theme-primary-contrast-color);--bs-btn-hover-bg: var(--theme-primary-contrast-color)}.theme--electric-blue .team-profile-listing__cta-link,.theme--matte-black .team-profile-listing__cta-link{color:#fff}.team-profile-listing__img-container{width:100%;aspect-ratio:1/1;background:#747474}.team-profile-listing__img{flex:40% 0 0}.team-profile-listing__img img{width:100%;height:100%;aspect-ratio:var(--media-img-crop-ratio);-o-object-fit:cover;object-fit:cover}.team-profile-listing__img--secondary{position:absolute;left:0;width:40%;opacity:0;transition:opacity .5s ease-in-out}.team-profile-listing__text{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:1.25rem;background:#fff}.theme--electric-blue .team-profile-listing__text,.theme--matte-black .team-profile-listing__text{background:#41ffc9}.team-profile-listing__badge{position:absolute;top:-1.5rem;right:2rem;margin:0;font-weight:430;color:#171717;pointer-events:none}.team-profile-listing__badge .badge-shape__svg{color:#f7d46b}.theme--electric-blue .team-profile-listing__badge,.theme--matte-black .team-profile-listing__badge{color:#0220e7}.theme--electric-blue .team-profile-listing__badge .badge-shape__svg,.theme--matte-black .team-profile-listing__badge .badge-shape__svg{color:#41ffc9}.team-profile-listing__role{margin-bottom:0;font-size:.875rem;font-weight:430;color:#0220e7}.team-profile-listing__name{margin-bottom:0;font-weight:315;color:#171717}.team-profile-listing__name-link{color:#171717;text-decoration:none;background-image:linear-gradient(to right, #0220e7, #0220e7);background-repeat:no-repeat;background-position:0 100%;background-size:0 .1em;transition:color .25s ease-in-out,background-size .25s ease-in-out}.reduced-motion .team-profile-listing__name-link{transition:none}@media(min-width: 576px){.team-profile-listing__cards-row{--bs-gutter-x: 1rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.team-profile-listing__card-col{flex:0 0 auto;width:50%}.team-profile-listing__card{flex-direction:column;height:100%}.team-profile-listing__card--no-img{padding:1.5rem}.team-profile-listing__img{order:2}.team-profile-listing__img--secondary{width:100%}.team-profile-listing__text{justify-content:flex-end;order:1}.team-profile-listing__badge{right:1rem}}@media(min-width: 768px){.team-profile-listing__cards-row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.team-profile-listing__card-col{flex:0 0 auto;width:33.33333333%}.team-profile-listing__img-container{top:0}}@media(min-width: 1400px){.team-profile-listing__cards-row{margin-bottom:-2rem}.team-profile-listing__card-col{flex:0 0 auto;width:25%;margin-bottom:2rem}.team-profile-listing__card--no-img{padding:2.5rem}.team-profile-listing__badge{top:-1.25rem;right:1.5rem;bottom:auto;left:auto}}.team-profile-listing-modal{--bs-modal-margin: 0px}.team-profile-listing-modal__dialog{max-width:calc(100% - var(--bs-modal-margin)*2);height:calc(100% - var(--bs-modal-margin)*2)}.team-profile-listing-modal__content{height:100%}.team-profile-listing-modal__body{display:flex;flex-direction:column;padding:0;overflow:scroll;background:#efefef}.team-profile-listing-modal__img{margin:.25rem}.team-profile-listing-modal__img img{width:100%;border-radius:.5rem;box-shadow:0 4px 4px rgba(0,0,0,.15)}.team-profile-listing-modal__container{display:flex;flex-direction:column;align-items:flex-start;width:100%;height:100%}.team-profile-listing-modal__close{position:absolute;top:1rem;right:1rem;color:#fff}.team-profile-listing-modal__close-desktop{display:none;margin:1.25rem}.team-profile-listing-modal__text{width:100%;height:100%;padding:2rem 1rem}.team-profile-listing-modal__heading{margin-bottom:1.25rem;font-size:var(--h1-font-size);font-weight:315;line-height:1.3333333333;letter-spacing:-0.03em}.team-profile-listing-modal__heading em{color:var(--theme-primary-color);transition:color .5s ease-in-out;font-style:normal}.team-profile-listing-modal__role{font-weight:430;color:#0220e7}.team-profile-listing-modal__summary{width:100%;padding-bottom:6rem;margin-top:2rem}.team-profile-listing-modal__footer{position:fixed;bottom:0;display:flex;justify-content:space-between;width:100%;padding:1.5rem;padding-top:2.5rem;clip-path:polygon(0 0, 100% 20%, 100% 100%, 0% 100%);background:#d8d8d8}@media(min-width: 768px){.team-profile-listing-modal{--bs-modal-margin: 0.5rem}.team-profile-listing-modal__body{flex-direction:row;overflow:hidden}.team-profile-listing-modal__close{display:none}.team-profile-listing-modal__close-desktop{display:inline-block;align-self:flex-end}.team-profile-listing-modal__img{position:relative;flex:42% 0 0}.team-profile-listing-modal__img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.team-profile-listing-modal__text{padding:1.5rem;overflow-y:auto}.team-profile-listing-modal__footer{position:sticky}.team-profile-listing-modal__summary{padding-bottom:0}}@media(min-width: 992px){.team-profile-listing-modal{--bs-modal-margin: 2rem}.team-profile-listing-modal__text{padding:2.5rem 4rem}}.testimonial-quote__quote-text{margin-bottom:0}.testimonial-quote__quote-text p{margin-bottom:1.5em}.testimonial-quote__quote-text p:last-child{margin-bottom:0}.testimonial-quote__quote-text p::before{margin-right:.25em;color:var(--theme-primary-color);content:"“"}.testimonial-quote__quote-text p::after{margin-left:.25em;color:var(--theme-primary-color);content:"”"}.testimonial-quote__author{margin-top:5rem;margin-bottom:0}.testimonial-quote__author-profile-picture{float:left;width:4rem;height:4rem;margin-right:1rem}.testimonial-quote__author-profile-picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.testimonial-quote__author-name{display:block;font-weight:430;color:var(--theme-primary-color)}.testimonial-quote__author-role{display:block;margin-top:.5rem;margin-bottom:0}@media(min-width: 768px){.single-column-section .testimonial-quote__row{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x));justify-content:center}.single-column-section .testimonial-quote__content-col{flex:0 0 auto;width:83.33333333%}}@media(min-width: 992px){.testimonial-quote__quote-text p{margin-bottom:1.25rem;font-size:var(--h3-font-size);font-weight:315;line-height:1.3333333333;letter-spacing:-0.03em;margin-bottom:1.5em}.testimonial-quote__quote-text p:last-child{margin-bottom:0}.testimonial-quote__author-name{margin-bottom:1.25rem;font-size:var(--h4-font-size);font-weight:315;line-height:1.5;letter-spacing:-0.03em;margin-bottom:0}}.testimonial-carousel{width:100%;padding:5% 10%;overflow:hidden}.testimonial-carousel__container{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%}.testimonial-carousel__container .swiper-wrapper{height:90%}.testimonial-carousel__container .swiper-wrapper .swiper-slide{opacity:0}.testimonial-carousel__container .swiper-wrapper .swiper-slide-active{opacity:1}.testimonial-carousel__container .swiper-wrapper .testimonial{display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between;width:100%;transition:opacity .3s ease-in-out}.testimonial-carousel__container .swiper-wrapper .testimonial-quote{font-size:1.125rem}.testimonial-carousel__container .swiper-wrapper .testimonial-quote::before,.testimonial-carousel__container .swiper-wrapper .testimonial-quote::after{font-weight:430;color:#0220e7}.testimonial-carousel__container .swiper-wrapper .testimonial-quote::before{margin-right:3px;content:"“"}.testimonial-carousel__container .swiper-wrapper .testimonial-quote::after{margin-left:3px;content:"”"}.testimonial-carousel__container .swiper-wrapper .testimonial-author{display:flex;flex-direction:row;gap:.5rem;align-items:center}.testimonial-carousel__container .swiper-wrapper .testimonial-author__profile-picture{width:3rem;height:3rem}.testimonial-carousel__container .swiper-wrapper .testimonial-author__profile-picture img{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.testimonial-carousel__container .swiper-wrapper .testimonial-author__details{width:calc(100% - 3.5rem)}.testimonial-carousel__container .swiper-wrapper .testimonial-author__details-name{font-size:1.125rem;font-weight:430;color:#0220e7}.testimonial-carousel__container .swiper-wrapper .testimonial-author__details-company{display:flex;flex-direction:column;font-size:.875rem}@media(min-width: 768px){.testimonial-carousel__container .swiper-wrapper .testimonial-author__details-company{flex-direction:row;gap:3px}}.testimonial-carousel__container .swiper-wrapper .testimonial-author__details-company-position::after{content:", "}.testimonial-carousel__container .swiper-pagination{display:flex;flex-direction:row;justify-content:center;margin-top:3rem}.testimonial-carousel__container .swiper-pagination-bullet{width:10px;height:10px;background:rgba(0,0,0,0);border:2px solid #0220e7;border-radius:50%;opacity:1}.testimonial-carousel__container .swiper-pagination-bullet-active{background:#0220e7}.text-item-list__grid .text-item-list__heading{padding:1.5rem;font-weight:430}.text-item-list__grid .text-item-list__items{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.text-item-list__accordion{--bs-gutter-x: 1.25rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.text-item-list__accordion .text-item-list__heading{flex:0 0 auto;width:100%;padding:2.5rem .75rem}.text-item-list__accordion .text-item-list__items{flex:0 0 auto;width:100%}@media(min-width: 768px){.single-column-section .text-item-list__accordion .text-item-list__heading{flex:0 0 auto;width:50%;padding:2.5rem}.single-column-section .text-item-list__accordion .text-item-list__items{position:relative;flex:0 0 auto;width:50%;height:600px}}.video{position:relative;width:100%;aspect-ratio:16/9}.video__player{position:absolute;top:0;left:0;width:100%;height:100%;background:#171717}.video__overlay{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .75s,visibility .75s;visibility:visible;opacity:1;display:flex;align-items:center;justify-content:center;overflow:hidden}@media(prefers-reduced-motion){.video__overlay{transition:none}}.video__overlay--hidden{visibility:hidden;opacity:0}.video__play-button{position:absolute;z-index:10;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;background:rgba(0,0,0,0);border:none;transition:color .5s ease-in-out,left .5s ease-in-out,right .5s ease-in-out}.video__play-button::before{position:absolute;z-index:-1;width:3.75rem;height:3.75rem;content:"";background:#0220e7;border:1px solid #fff;border-radius:50%;box-shadow:0 0 8px rgba(0,0,0,.25);transition:transform .5s ease-in-out,background .5s ease-in-out}.video__play-button::after{content:none}.video__play-button:hover{color:#fff;text-decoration:underline}.video__play-button:hover::before{background:rgba(23,23,23,.2);transform:scale(1.4)}.case-study-page__hero-image-col{position:relative}.case-study-page__hero-image{display:block}.case-study-page__hero-image img{width:var(--viewport-width);height:var(--viewport-height);-o-object-fit:cover;object-fit:cover}.case-study-page__container{padding-top:var(--csp-padding-top);padding-bottom:var(--csp-padding-bottom);--csp-padding-top: 2.5rem;--csp-padding-bottom: 2.5rem}.case-study-page__container--sidebar{padding-bottom:0}.case-study-page .scroll-button-container{position:absolute;width:100%}.case-study-page__backlink{position:absolute;top:2rem;right:1.5rem;display:none}.case-study-page__badges{margin-bottom:1.25rem}.case-study-page__summary h1:last-child,.case-study-page__summary .h1:last-child,.case-study-page__summary h2:last-child,.case-study-page__summary .h2:last-child,.case-study-page__summary h3:last-child,.case-study-page__summary .h3:last-child,.case-study-page__summary h4:last-child,.case-study-page__summary .h4:last-child,.case-study-page__summary h5:last-child,.case-study-page__summary .h5:last-child,.case-study-page__summary h6:last-child,.case-study-page__summary .h6:last-child,.case-study-page__summary p:last-child,.case-study-page__summary ul:last-child,.case-study-page__summary ol:last-child,.case-study-page__summary dl:last-child{margin-bottom:0}.case-study-page__logo{display:flex;flex-direction:row;justify-content:center}.case-study-page__company-badge{display:inline-block;margin-right:.375rem}.case-study-page__generic-badge{--tag-border-color: #0220e7;display:inline-block;width:auto}.case-study-page__generic-badge em{color:var(--theme-primary-color);transition:color .5s ease-in-out;font-style:normal}.case-study-page__award-hover{position:absolute;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;color:#41ffc9;background:#0220e7;opacity:0;transition:opacity .5s ease-in-out}.case-study-page__award-hover-text{margin-left:.5rem;text-decoration:underline}.case-study-page__award{position:relative;display:flex;align-items:center;max-width:34rem;padding:1.25rem 1.5rem;margin-top:2.5rem;overflow:hidden;background-color:#fff;border-radius:8px;box-shadow:0 0 8px rgba(23,23,23,.05)}.case-study-page__award+.case-study-page__award{margin-top:1.25rem}.case-study-page__award--link .case-study-page__award-hover{display:flex}.case-study-page__award--link:hover .case-study-page__award-hover{opacity:1}.theme--electric-blue .case-study-page__award,.theme--matte-black .case-study-page__award{box-shadow:0 0 8px rgba(255,255,255,.05)}.theme--electric-blue .case-study-page__award--link:hover .case-study-page__award-hover,.theme--matte-black .case-study-page__award--link:hover .case-study-page__award-hover{color:#0220e7;background-color:#41ffc9}.case-study-page__award-text{margin-left:16px;color:#171717;text-decoration:none}.case-study-page__award-icon{font-size:2rem;color:#0220e7}.case-study-page__next{display:flex;flex-direction:column;justify-content:space-between}.case-study-page__next-heading{font-size:2.25rem}@media(min-width: 992px){.case-study-page__hero-section{flex-wrap:wrap}.case-study-page__container{--csp-padding-top: var(--pl-component-spacer-y);--csp-padding-bottom: calc(var(--pl-component-spacer-y) * 2 / 3)}.case-study-page__container--sidebar{padding-bottom:var(--csp-padding-bottom)}.case-study-page__backlink{display:inline-flex}.case-study-page__logo{justify-content:flex-end}.case-study-page__summary p{margin-bottom:1.25rem;font-size:var(--h4-font-size);font-weight:315;line-height:1.5;letter-spacing:-0.03em}.case-study-page__next{flex-direction:row}.case-study-page__next__next-heading{font-size:4rem}}.contact-form-page{--cfp-container-padding-top: 7.5rem}.contact-form-page__container{padding-top:var(--cfp-container-padding-top)}.contact-form-page__heading{margin-bottom:2.5rem}.contact-form-page__contact-cta{display:block;width:calc(100% + 1.25rem);padding:.75rem 1rem;margin-right:-0.625rem;margin-bottom:5rem;margin-left:-0.625rem;text-align:left;border:none;border-radius:.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.contact-form-page__contact-cta-label{display:block;margin-bottom:.5rem}.contact-form-page__summary{margin-bottom:2.5rem}.contact-form-page__summary h1:last-child,.contact-form-page__summary .h1:last-child,.contact-form-page__summary h2:last-child,.contact-form-page__summary .h2:last-child,.contact-form-page__summary h3:last-child,.contact-form-page__summary .h3:last-child,.contact-form-page__summary h4:last-child,.contact-form-page__summary .h4:last-child,.contact-form-page__summary h5:last-child,.contact-form-page__summary .h5:last-child,.contact-form-page__summary h6:last-child,.contact-form-page__summary .h6:last-child,.contact-form-page__summary p:last-child,.contact-form-page__summary ul:last-child,.contact-form-page__summary ol:last-child,.contact-form-page__summary dl:last-child{margin-bottom:0}.contact-form-page__summary p{font-weight:315}@media(min-width: 576px){.contact-form-page__heading,.contact-form-page__contact-cta,.contact-form-page__summary,.contact-form-page__form-container{width:100%;max-width:480px;margin-right:auto;margin-left:auto}}@media(min-width: 992px){.contact-form-page{--cfp-container-padding-top:120px}}@media(min-width: 992px)and (min-width: 992px){.contact-form-page{--cfp-container-padding-top:calc(120px + 120 * ((100vw - 992px) / 928))}}@media(min-width: 992px)and (min-width: 1920px){.contact-form-page{--cfp-container-padding-top:240px}}@media(min-width: 992px){.contact-form-page__heading{max-width:none}}@media(min-width: 992px){.contact-form-page__col-sidebar{flex:0 0 auto;width:33.33333333%}}@media(min-width: 992px){.contact-form-page__col-main{flex:0 0 auto;width:66.66666667%;--pl-container-padding-x:96px}}@media(min-width: 992px)and (min-width: 992px){.contact-form-page__col-main{--pl-container-padding-x:calc(96px + 48 * ((100vw - 992px) / 928))}}@media(min-width: 992px)and (min-width: 1920px){.contact-form-page__col-main{--pl-container-padding-x:144px}}@media(min-width: 992px){.contact-form-page__contact-cta{display:none}}@media(min-width: 992px){.contact-form-page__summary,.contact-form-page__form-container{max-width:none}}@media(min-width: 1200px){.contact-form-page__col-sidebar{flex:0 0 auto;width:25%}.contact-form-page__col-main{flex:0 0 auto;width:75%}.contact-form-page__heading{margin-bottom:5rem}.contact-form-page__summary{margin-bottom:5rem}.contact-form-page__summary,.contact-form-page__form-container{width:40vw;max-width:40rem}}.error-page{position:relative;z-index:0;height:100dvh;min-height:100vh;margin:0;overflow:hidden;background-color:#000}.error-page .content-holder{width:100%}.error-page .content-holder .pattern-holder{position:absolute;width:100%}.error-page .content-holder .pattern-holder .red-tide-pattern{position:absolute;bottom:20%;left:70%;width:889.45px;height:761px;background:#ff948a;filter:blur(338.672px)}.error-page .content-holder .pattern-holder .blue-tide-pattern{position:absolute;top:20rem;left:70%;width:1288.31px;height:1060.72px;background:#0220e7;filter:blur(338.672px)}@media only screen and (max-width: 990px){.error-page .content-holder .pattern-holder .red-tide-pattern{bottom:40%;left:50%}.error-page .content-holder .pattern-holder .blue-tide-pattern{top:20rem;left:50%}}.error-page .glass{position:absolute;z-index:50;display:block;width:90%;height:90%;margin:3% 5% 10%;-o-object-fit:scale-down;object-fit:scale-down}@media only screen and (min-height: 750px){.error-page .glass-five-hundred{height:60%}}@media only screen and (max-height: 750px){.error-page .glass{height:60%}}@media only screen and (max-height: 500px){.error-page .glass{width:60%;height:60%;margin:3% 2% 10% 38%}}@media only screen and (max-height: 400px)and (max-width: 640px){.error-page .glass{height:40%;margin-top:10%}}.error-page .text-holder{position:absolute;bottom:0;left:0;width:354px;margin:20px;font-family:"Object Sans",Arial,sans-serif;font-weight:430;line-height:150%;color:#efefef;letter-spacing:-3%}@media only screen and (max-height: 400px){.error-page .text-holder{width:200px}}.error-page .text-holder .error-code{font-size:1.875rem}.error-page .text-holder .something-text{font-size:1.25rem;line-height:177%;letter-spacing:0%}.error-page .text-holder .missing-text{font-size:1.25rem;font-weight:315;color:#d1d1d1}.error-page .text-holder .missing-text .back-link{position:relative;z-index:50;color:#ff948a;text-decoration:none}@media only screen and (max-height: 650px),(max-width: 400px){.error-page .text-holder .error-code{font-size:1.1875rem}.error-page .text-holder .something-text{font-size:0.75rem}.error-page .text-holder .missing-text{font-size:0.75rem}}.job-page{position:relative}.job-page__footer{position:sticky;bottom:0;padding-bottom:1.5rem;text-align:center}@media(min-width: 992px){.job-page__footer{display:none}}
