/*!
Theme Name: proctec
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: proctec
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

proctec is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: "Inter Display";
  src: url(font/InterDisplay-Light.woff2) format("woff2"), url(font/InterDisplay-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url(font/InterDisplay-Regular.woff2) format("woff2"), url(font/InterDisplay-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url(font/InterDisplay-Medium.woff2) format("woff2"), url(font/InterDisplay-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url(font/InterDisplay-SemiBold.woff2) format("woff2"), url(font/InterDisplay-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url(font/InterDisplay-Bold.woff2) format("woff2"), url(font/InterDisplay-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 16px;
  }
}

@media (min-width: 1025px) {
  .mt-desk_20 {
    margin-top: 20px;
  }
  .mt-desk_40 {
    margin-top: 40px;
  }
  .mt-desk_60 {
    margin-top: 60px;
  }
  .mt-desk_80 {
    margin-top: 80px;
  }
  .mt-desk_100 {
    margin-top: 100px;
  }
  .mt-desk_120 {
    margin-top: 120px;
  }
  .mt-desk_140 {
    margin-top: 140px;
  }
  .mt-desk_160 {
    margin-top: 160px;
  }
  .mt-desk_180 {
    margin-top: 180px;
  }
  .mt-desk_200 {
    margin-top: 200px;
  }
  .mb-desk_20 {
    margin-bottom: 20px;
  }
  .mb-desk_40 {
    margin-bottom: 40px;
  }
  .mb-desk_60 {
    margin-bottom: 60px;
  }
  .mb-desk_80 {
    margin-bottom: 80px;
  }
  .mb-desk_100 {
    margin-bottom: 100px;
  }
  .mb-desk_120 {
    margin-bottom: 120px;
  }
  .mb-desk_140 {
    margin-bottom: 140px;
  }
  .mb-desk_160 {
    margin-bottom: 160px;
  }
  .mb-desk_180 {
    margin-bottom: 180px;
  }
  .mb-desk_200 {
    margin-bottom: 200px;
  }
}
@media (max-width: 1024px) {
  .mt-mob_20 {
    margin-top: 20px;
  }
  .mt-mob_40 {
    margin-top: 40px;
  }
  .mt-mob_60 {
    margin-top: 60px;
  }
  .mt-mob_80 {
    margin-top: 80px;
  }
  .mt-mob_100 {
    margin-top: 100px;
  }
  .mb-mob_20 {
    margin-bottom: 20px;
  }
  .mb-mob_40 {
    margin-bottom: 40px;
  }
  .mb-mob_60 {
    margin-bottom: 60px;
  }
  .mb-mob_80 {
    margin-bottom: 80px;
  }
  .mb-mob_100 {
    margin-bottom: 100px;
  }
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Inter Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
.Block {
  position: relative;
  margin-top: calc(var(--margin-top) * 1px);
  margin-bottom: calc(var(--margin-bottom) * 1px);
  padding-top: calc(var(--padding-top) * 1px);
  padding-bottom: calc(var(--padding-bottom) * 1px);
  border-radius: var(--border-radius);
}
.Block[data-aos]:first-child:not(.aos-init) {
  opacity: 1 !important;
  transform: none !important;
}
.Block:not(:first-child) .Breadcrumbs {
  display: none;
}
@media (max-width: 1025px) {
  .Block {
    margin-top: calc(var(--margin-top) * 0.75px);
    margin-bottom: calc(var(--margin-bottom) * 0.75px);
    padding-top: calc(var(--padding-top) * 0.75px);
    padding-bottom: calc(var(--padding-bottom) * 0.75px);
  }
}
@media (max-width: 768px) {
  .Block {
    margin-top: calc(var(--margin-top-mob) * 1px);
    margin-bottom: calc(var(--margin-bottom-mob) * 1px);
    padding-top: calc(var(--padding-top-mob) * 1px);
    padding-bottom: calc(var(--padding-bottom-mob) * 1px);
  }
}

body {
  background: #F4F5F9;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-height: 72px;
  padding: 4px;
  border: 1px solid #223e9b;
  background: white;
  color: #223e9b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 0.5s cubic-bezier(0.16, 0.64, 0.32, 1), color 0.5s cubic-bezier(0.16, 0.64, 0.32, 1), transform 0.5s cubic-bezier(0.16, 0.64, 0.32, 1);
}
.btn-white .btn-white-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  flex: 0 0 64px;
  overflow: hidden;
  transition: width 0.5s cubic-bezier(0.16, 0.64, 0.32, 1), min-width 0.5s cubic-bezier(0.16, 0.64, 0.32, 1), margin 0.5s cubic-bezier(0.16, 0.64, 0.32, 1), flex-basis 0.5s cubic-bezier(0.16, 0.64, 0.32, 1);
}
.btn-white .btn-white-icon svg {
  display: block;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  transition: opacity 0.5s cubic-bezier(0.16, 0.64, 0.32, 1);
}
.btn-white .btn-white-icon--hover {
  width: 0;
  min-width: 0;
  flex-basis: 0;
  margin-left: 0;
}
.btn-white .btn-white-icon--hover svg {
  opacity: 0;
}
.btn-white .btn-white-label {
  display: block;
  height: 1.4em;
  overflow: hidden;
  padding: 0 28px 0px 16px;
}
@media (max-width: 767px) {
  .btn-white .btn-white-label {
    width: 100%;
  }
}
.btn-white .btn-white-label-track {
  display: flex;
  flex-direction: column;
}
.btn-white .btn-white-label-text {
  display: flex;
  align-items: center;
  height: 1.4em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .btn-white .btn-white-label-text {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 460px) {
  .btn-white {
    width: 100%;
  }
}
.btn-white:hover .btn-white-label, .btn-white:focus-visible .btn-white-label {
  padding: 0 16px 0px 28px;
}
.btn-white:hover svg rect, .btn-white:focus-visible svg rect {
  fill: #173184;
}

.btn-white:hover .btn-white-icon--default,
.btn-white:focus-visible .btn-white-icon--default {
  width: 0;
  min-width: 0;
  flex-basis: 0;
}
.btn-white:hover .btn-white-icon--default svg,
.btn-white:focus-visible .btn-white-icon--default svg {
  opacity: 0;
}

.btn-white:hover .btn-white-icon--hover,
.btn-white:focus-visible .btn-white-icon--hover {
  width: 64px;
  min-width: 64px;
  flex-basis: 64px;
}
.btn-white:hover .btn-white-icon--hover svg,
.btn-white:focus-visible .btn-white-icon--hover svg {
  opacity: 1;
}

@media (max-width: 480px) {
  .btn-white {
    max-height: none;
    width: 100%;
  }
  .btn-white .btn-white-icon {
    height: auto;
    min-height: 64px;
    align-self: stretch;
  }
  .btn-white .btn-white-label {
    height: auto;
    overflow: visible;
  }
  .btn-white .btn-white-label-track {
    display: block;
  }
  .btn-white .btn-white-label-text {
    height: auto;
    white-space: normal;
    line-height: 1.25;
  }
}
.blue__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 58px;
  padding: 4px;
  background: #223e9b;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  text-decoration: none;
  overflow: hidden;
  max-width: 379px;
}
@media (max-width: 480px) {
  .blue__btn {
    max-width: 100%;
  }
}
.blue__btn:hover, .blue__btn:focus-visible {
  background: #173184;
  color: #fff;
}

.blue__btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  flex: 0 0 64px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.16, 0.64, 0.32, 1);
}
.blue__btn-icon svg {
  display: block;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  transition: opacity 0.5s cubic-bezier(0.16, 0.64, 0.32, 1);
}

.blue__btn-icon--hover {
  width: 0;
  min-width: 0;
  flex-basis: 0;
  margin-left: 0;
}
.blue__btn-icon--hover svg {
  opacity: 0;
}

.blue__btn-label {
  width: 100%;
  padding: 0px 22px;
}

.blue__btn-label-track {
  display: flex;
  flex-direction: column;
}

.blue__btn-label-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
}

.blue__btn--primary:hover .blue__btn-icon--default,
.blue__btn--primary:focus-visible .blue__btn-icon--default {
  width: 0;
  min-width: 0;
  flex-basis: 0;
  margin-right: 0;
}
.blue__btn--primary:hover .blue__btn-icon--default svg,
.blue__btn--primary:focus-visible .blue__btn-icon--default svg {
  opacity: 0;
}

.blue__btn--primary:hover .blue__btn-icon--hover,
.blue__btn--primary:focus-visible .blue__btn-icon--hover {
  width: 64px;
  min-width: 64px;
  flex-basis: 64px;
}
.blue__btn--primary:hover .blue__btn-icon--hover svg,
.blue__btn--primary:focus-visible .blue__btn-icon--hover svg {
  opacity: 1;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  --header-text-color: #fff;
  --header-border-color: rgba(255, 255, 255, 0.18);
  --header-surface: transparent;
  --header-shadow: none;
  --header-offset: 0;
  --header-side-padding: 2rem;
  --header-panel-radius: 1.5rem;
  --header-panel-shadow: 0 22px 55px rgba(15, 23, 42, 0.14);
  position: fixed;
  top: var(--header-offset);
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--header-border-color);
  background: var(--header-surface);
  color: var(--header-text-color);
  transition: padding 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  height: 83px;
}
.site-header a {
  color: inherit;
  text-decoration: none;
}

.site-header--solid,
.site-header.is-scrolled {
  --header-text-color: #111827;
  --header-border-color: rgba(17, 24, 39, 0.08);
  --header-surface: rgba(255, 255, 255, 0.96);
  --header-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
  padding: 1.2rem 0;
  backdrop-filter: blur(16px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.site-header__brand {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 0 0 auto;
}

.site-header__logo {
  display: flex;
  align-items: center;
}
.site-header__logo .custom-logo-link,
.site-header__logo .site-header__logo-link {
  display: inline-flex;
  align-items: center;
}
.site-header__logo .custom-logo,
.site-header__logo .site-header__logo-svg {
  display: block;
  width: auto;
  height: 2.75rem;
  transition: filter 0.3s ease, transform 0.3s ease, max-height 0.3s ease, fill 0.3s ease;
}

.site-header--front:not(.is-scrolled) .site-header__logo .custom-logo {
  filter: brightness(0) invert(1);
}

.site-header--solid .site-header__logo-svg [fill=white],
.site-header.is-scrolled .site-header__logo-svg [fill=white] {
  fill: #111827;
}

.site-header__logo-link {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.site-header__utilities {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.site-header__utilities--mobile {
  display: none;
}

.site-header__language-switcher {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.3215686275);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.site-header a.site-header__language-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.3rem;
  height: 2rem;
  padding: 0 4px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.3215686275);
  transition: 0.3s ease;
}
.site-header a.site-header__language-link.is-active, .site-header a.site-header__language-link:hover, .site-header a.site-header__language-link:focus-visible {
  color: #fff;
}
.site-header.site-header--solid .site-header__language-switcher,
.site-header.is-scrolled .site-header__language-switcher {
  border: 1px solid #dbdde1;
}
.site-header.site-header--solid .site-header__language-link,
.site-header.is-scrolled .site-header__language-link {
  color: #dbdde1;
}
.site-header.site-header--solid .site-header__language-link.is-active, .site-header.site-header--solid .site-header__language-link:hover, .site-header.site-header--solid .site-header__language-link:focus-visible,
.site-header.is-scrolled .site-header__language-link.is-active,
.site-header.is-scrolled .site-header__language-link:hover,
.site-header.is-scrolled .site-header__language-link:focus-visible {
  color: #080e24;
}
.site-header.site-header--solid .site-header__language-link.is-active,
.site-header.is-scrolled .site-header__language-link.is-active {
  color: #080e24;
}
.site-header.site-header--solid .site-header__search-toggle svg path,
.site-header.is-scrolled .site-header__search-toggle svg path {
  stroke: #080e24;
}
.site-header.site-header--solid .main-navigation > .site-header__panel .nav-menu > .menu-item-has-children > a::after,
.site-header.is-scrolled .main-navigation > .site-header__panel .nav-menu > .menu-item-has-children > a::after {
  filter: invert(1);
}
@media (max-width: 1024px) {
  .site-header.site-header--solid .main-navigation > .site-header__panel .nav-menu > .menu-item-has-children > a::after,
  .site-header.is-scrolled .main-navigation > .site-header__panel .nav-menu > .menu-item-has-children > a::after {
    filter: unset;
  }
}

.site-header__search-toggle,
.site-header__menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.3215686275);
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.site-header__search-toggle {
  border-radius: 50%;
}

.site-header__search-toggle-icon,
.site-header__menu-toggle-icon {
  position: relative;
  display: block;
}

.site-header__search-toggle-icon {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3215686275);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header__menu-toggle-icon {
  width: 20px;
  height: 1px;
  background: currentColor;
  transition: background-color 0.3s ease, transform 0.35s ease;
}
.site-header__menu-toggle-icon::before, .site-header__menu-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 1px;
  background: currentColor;
}
.site-header__menu-toggle-icon::before {
  top: -0.35rem;
}
.site-header__menu-toggle-icon::after {
  top: 6px;
}

.site-header__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  padding: 7px 25px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3215686275);
  background: transparent;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.site-header__contact:hover, .site-header__contact:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: inherit;
}

.site-header--solid .site-header__search-toggle,
.site-header--solid .site-header__menu-toggle,
.site-header--solid .site-header__contact,
.site-header.is-scrolled .site-header__search-toggle,
.site-header.is-scrolled .site-header__menu-toggle,
.site-header.is-scrolled .site-header__contact {
  border-color: rgba(17, 24, 39, 0.16);
}
@media screen and (max-width: 1024px) {
  .site-header--solid .site-header__contact,
  .site-header.is-scrolled .site-header__contact {
    border-color: #dbdde1;
  }
}
.site-header--solid .site-header__contact:hover,
.site-header--solid .site-header__contact:focus-visible,
.site-header.is-scrolled .site-header__contact:hover,
.site-header.is-scrolled .site-header__contact:focus-visible {
  background: rgba(17, 24, 39, 0.031372549);
}

.site-header .main-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  flex: 1 1 auto;
}

.site-header .main-navigation .site-header__menu-toggle {
  display: none;
}

.site-header__panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
}

.site-header__panel-tools,
.site-header__panel-footer {
  display: none;
}

.site-header .main-navigation > .site-header__panel > .nav-menu {
  display: flex;
  align-items: center;
  gap: 1.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header .main-navigation li {
  position: relative;
  margin: 0 24px 0 0;
  padding-bottom: 30px;
  margin-bottom: -30px;
}

.site-header .main-navigation > .site-header__panel > .nav-menu > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  opacity: 0.92;
}

.site-header .main-navigation > .site-header__panel > .nav-menu > li > a:hover,
.site-header .main-navigation > .site-header__panel > .nav-menu > li > a:focus-visible,
.site-header .main-navigation > .site-header__panel > .nav-menu > .current-menu-item > a,
.site-header .main-navigation > .site-header__panel > .nav-menu > .current-menu-ancestor > a {
  opacity: 1;
}

.site-header .main-navigation .menu-item-has-children > a {
  padding-right: 25px;
}
.site-header .main-navigation .menu-item-has-children > a::after {
  content: url("data:image/svg+xml,%3Csvg width='15' height='7' viewBox='0 0 15 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7 0.5L8.26667 5.93333C7.625 6.575 6.575 6.575 5.93333 5.93333L0.5 0.5' stroke='white' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  top: 48%;
  top: 11px;
  position: absolute;
  right: 2px;
  transform: translateY(-50%) rotate(0deg);
  transition: 0.3s ease;
}

.site-header .main-navigation .menu-item-has-children:hover > a::after,
.site-header .main-navigation .menu-item-has-children.focus > a::after {
  transform: translateY(-35%) rotate(180deg);
}

.site-header .main-navigation .menu-item-has-children > .sub-menu {
  position: absolute;
  top: 30px;
  left: 0;
  display: flex;
  flex-direction: column;
  min-width: 14rem;
  margin: 0;
  padding: 0.75rem 0;
  list-style: none;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.1rem;
  background: #fff;
  box-shadow: var(--header-panel-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.6rem);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.site-header .main-navigation .menu-item-has-children:hover > .sub-menu,
.site-header .main-navigation .menu-item-has-children.focus > .sub-menu {
  left: 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.site-header .main-navigation .sub-menu li {
  width: 100%;
  margin: 0;
  padding: 0;
}

.site-header .main-navigation .sub-menu a {
  display: block;
  width: 100%;
  padding: 0.6rem 1.25rem;
  color: #111827;
  font-size: 0.95rem;
  white-space: nowrap;
}
.site-header .main-navigation .sub-menu a:hover, .site-header .main-navigation .sub-menu a:focus-visible {
  background: #f8fafc;
}

@media screen and (min-width: 1025px) {
  .site-header .main-navigation .sub-menu .menu-item-has-children > a {
    display: flex;
    align-items: center;
    padding-right: 2.75rem;
  }
  .site-header .main-navigation .sub-menu .menu-item-has-children > a::after {
    content: "";
    top: 50%;
    right: 1.25rem;
    width: 0.45rem;
    height: 0.45rem;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
  }
  .site-header .main-navigation .sub-menu .menu-item-has-children:hover > a::after,
  .site-header .main-navigation .sub-menu .menu-item-has-children.focus > a::after {
    transform: translate(0.15rem, -50%) rotate(45deg);
  }
  .site-header .main-navigation .sub-menu .menu-item-has-children > .sub-menu,
  .site-header .main-navigation .sub-menu .menu-item-has-children:hover > .sub-menu,
  .site-header .main-navigation .sub-menu .menu-item-has-children.focus > .sub-menu {
    top: -0.75rem;
    left: calc(100% - 0.25rem);
  }
}
.site-header__search {
  position: absolute;
  top: calc(100% + 1.1rem);
  right: 0;
  width: calc(100vw - 4rem);
  max-width: 22rem;
  padding: 1.25rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: var(--header-panel-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.6rem);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.site-header.is-search-open .site-header__search {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.site-header__search .search-form {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
}
.site-header__search label {
  flex: 1 1 auto;
  margin: 0;
}
.site-header__search .search-field {
  width: 100%;
  height: 3rem;
  padding: 0 1rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  background: #f8fafc;
  color: #111827;
}
.site-header__search .search-submit {
  height: 3rem;
  padding: 0 1.15rem;
  border: 0;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.site-header-spacer {
  height: 5.2rem;
}

body.has-mobile-menu-open {
  overflow: hidden;
}

.admin-bar .site-header {
  --header-offset: 32px;
}

.site-header__panel-search {
  display: none;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    --header-offset: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header {
    --header-side-padding: 1.25rem;
    padding: 1rem 0;
  }
  .site-header--solid,
  .site-header.is-scrolled,
  .site-header.is-menu-open {
    backdrop-filter: none;
  }
  .site-header__inner {
    gap: 1rem;
  }
  .site-header__brand {
    flex: 1 1 auto;
    justify-content: space-between;
  }
  .site-header__logo .custom-logo {
    max-height: 2.35rem;
  }
  .site-header__utilities--desktop {
    display: none;
  }
  .site-header.is-menu-open {
    --header-text-color: #080e24;
    --header-border-color: #dbdde1;
    --header-surface: #ffffff;
    --header-shadow: none;
  }
  .site-header.is-menu-open .site-header__logo .custom-logo {
    filter: none;
  }
  .site-header.is-menu-open .site-header__logo-svg [fill=white] {
    fill: #080e24;
  }
  .site-header .main-navigation {
    position: static;
    width: auto;
    flex: 0 0 auto;
  }
  .site-header .main-navigation .site-header__menu-toggle {
    display: inline-flex;
  }
  .site-header__panel {
    position: fixed;
    top: 83px;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100dvh - 83px);
    max-height: calc(100dvh - 83px);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 32px 16px 70px;
    background: #f4f5f9;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    transform: translateY(-0.5rem);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }
  .site-header .main-navigation.toggled .site-header__panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .site-header.is-menu-open .site-header__menu-toggle {
    border-color: #dbdde1;
    color: #080e24;
    background: #ffffff;
  }
  .site-header.is-menu-open .site-header__menu-toggle-icon {
    width: 20px;
    height: 20px;
    background: transparent;
  }
  .site-header.is-menu-open .site-header__menu-toggle-icon::before, .site-header.is-menu-open .site-header__menu-toggle-icon::after {
    top: 9px;
    left: 0;
    width: 20px;
    background: currentColor;
  }
  .site-header.is-menu-open .site-header__menu-toggle-icon::before {
    transform: rotate(45deg);
  }
  .site-header.is-menu-open .site-header__menu-toggle-icon::after {
    transform: rotate(-45deg);
  }
  .site-header__panel-search {
    display: block;
    width: 100%;
  }
  .site-header__search-toggle--panel-field {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    height: 44px;
    padding: 0 16px;
    border: 1px solid #dbdde1;
    border-radius: 0;
    background: transparent;
    color: #53555e;
  }
  .site-header__panel-search-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }
  .site-header__panel-search-label {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
  }
  .site-header .main-navigation > .site-header__panel > .nav-menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .site-header .main-navigation li {
    width: 100%;
    margin: 0;
    padding: 16px 0 12px 0;
    border-bottom: 1px solid #dbdde1;
  }
  .site-header .main-navigation li:first-child {
    padding-top: 0;
  }
  .site-header .main-navigation > .site-header__panel > .nav-menu > li {
    border-bottom: 1px solid #dbdde1;
    padding-bottom: 12px;
  }
  .site-header .main-navigation > .site-header__panel > .nav-menu > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    color: #080e24;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.03em;
    opacity: 1;
  }
  .site-header .main-navigation .menu-item-has-children > a {
    padding-right: 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-header .main-navigation .menu-item-has-children > a::after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5999 7.45834L11.1666 12.8917C10.5249 13.5333 9.4749 13.5333 8.83324 12.8917L3.3999 7.45834' stroke='%23080E24' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    height: 20px;
    transform: rotate(0deg);
    position: unset;
  }
  .site-header .main-navigation > .site-header__panel > .nav-menu > li.focus > a,
  .site-header .main-navigation > .site-header__panel > .nav-menu > .current-menu-item > a,
  .site-header .main-navigation > .site-header__panel > .nav-menu > .current-menu-ancestor > a {
    color: #223e9b;
  }
  .site-header .main-navigation .menu-item-has-children > .sub-menu {
    position: static;
    min-width: 0;
    max-height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: max-height 0.3s ease, padding-top 0.3s ease;
  }
  .site-header .main-navigation .menu-item-has-children.focus > a::after,
  .site-header .main-navigation .menu-item-has-children.current-menu-ancestor > a::after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5999 7.45834L11.1666 12.8917C10.5249 13.5333 9.4749 13.5333 8.83324 12.8917L3.3999 7.45834' stroke='%23223E9B' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    transform: rotate(180deg);
  }
  .site-header .main-navigation .menu-item-has-children.focus > .sub-menu {
    max-height: 24rem;
    padding-top: 16px;
  }
  .site-header .main-navigation .menu-item-has-children.current-menu-ancestor > .sub-menu {
    max-height: 24rem;
    padding-top: 16px;
  }
  .site-header .main-navigation .sub-menu li {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .site-header .main-navigation .sub-menu a {
    padding: 0;
    color: #53555e;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    white-space: normal;
  }
  .site-header .main-navigation .sub-menu a:hover, .site-header .main-navigation .sub-menu a:focus-visible {
    background: transparent;
    color: #223e9b;
  }
  .site-header__contact {
    margin-left: 0;
    padding: 16px 0 12px;
    border-bottom: 1px solid #dbdde1;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    height: unset;
    display: none;
  }
  .site-header__panel-footer {
    display: flex;
    margin-top: 32px;
  }
  .site-header__language-switcher--mobile-pill {
    padding: 0.2rem 0.55rem;
    border: 1px solid #dbdde1;
    background: transparent;
  }
  .site-header .site-header__language-switcher--mobile-pill .site-header__language-link {
    min-width: 32px;
    height: 40px;
    padding: 0 11px;
    color: #dbdde1;
  }
  .site-header .site-header__language-switcher--mobile-pill .site-header__language-link.is-active, .site-header .site-header__language-switcher--mobile-pill .site-header__language-link:hover, .site-header .site-header__language-switcher--mobile-pill .site-header__language-link:focus-visible {
    color: #080e24;
  }
}
@media screen and (max-width: 767px) {
  .site-header__panel {
    padding: 24px 22px 40px;
  }
  .site-header__panel-search {
    margin-top: 8px;
  }
  .site-header .main-navigation > .site-header__panel > .nav-menu {
    gap: 12px;
  }
  .site-header .main-navigation li {
    padding: 16px 0 12px;
  }
  .site-header__panel-footer {
    margin-top: 28px;
  }
}
body.has-search-modal-open {
  overflow: hidden;
}

.site-search-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
  background: rgba(244, 245, 249, 0.96);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.site-search-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .site-search-modal {
    padding: 16px;
  }
}

.site-search-modal__dialog {
  position: relative;
  width: min(100%, 1120px);
  min-height: calc(100svh - var(--header-offset, 0px) - 48px);
}
@media (max-width: 767px) {
  .site-search-modal__dialog {
    min-height: calc(100svh - var(--header-offset, 0px) - 24px);
  }
}

.site-search-modal__panel {
  width: min(100%, 846px);
  margin: 60px auto 0;
  padding: 40px 40px 0;
  border: 1px solid #dbdde1;
  background: #fff;
}
@media (max-width: 767px) {
  .site-search-modal__panel {
    width: 100%;
    min-height: calc(100svh - var(--header-offset, 0px) - 24px);
    padding: 14px 14px 16px;
  }
}

.site-search-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #b8bdc9;
  cursor: pointer;
}
.site-search-modal__close:hover, .site-search-modal__close:focus-visible {
  color: #223e9b;
}

.site-search-modal__close-icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdde1;
}
.site-search-modal__close-icon::before, .site-search-modal__close-icon::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 10px;
  width: 19px;
  height: 1px;
  background: #080e24;
}
.site-search-modal__close-icon::before {
  transform: rotate(45deg);
}
.site-search-modal__close-icon::after {
  transform: rotate(-45deg);
}

.site-search-form--modal {
  display: flex;
  flex-direction: column;
  min-height: 466px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .site-search-form--modal {
    min-height: calc(100svh - var(--header-offset, 0px) - 58px);
    max-width: 100%;
  }
}

.site-search-form .site-search-form__form {
  position: relative;
}
.site-search-form .site-search-form__label {
  position: relative;
  display: block;
  margin: 0;
}
.site-search-form .site-search-form__icon {
  position: absolute;
  top: 50%;
  left: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8f98aa;
  transform: translateY(-50%);
  pointer-events: none;
}
.site-search-form .site-search-form__input {
  width: 100%;
  height: 70px;
  padding: 0 16px 0 42px;
  border: 1px solid #dbdde1;
  background: #fff;
  color: #080e24;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.site-search-form .site-search-form__input:focus {
  border-color: #223e9b;
  box-shadow: 0 0 0 2px rgba(34, 62, 155, 0.08);
  outline: none;
}
.site-search-form .site-search-form__input::placeholder {
  color: #a3abba;
  opacity: 1;
}
.site-search-form .site-search-form__submit {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-search-form__modal-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 340px;
  padding-top: 32px;
  max-height: calc(100svh - var(--header-offset, 0px) - 180px);
  overflow-y: auto;
  overscroll-behavior: contain;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.site-search-form__modal-body::-webkit-scrollbar {
  display: none;
}

.site-search-form__empty {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  padding: 0px 16px 80px;
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 480px) {
  .site-search-form__empty {
    max-width: 225px;
    margin: auto;
  }
}

.site-search-form__live-results {
  display: none;
  flex: 1 1 auto;
}

.site-search-form__plugin-results {
  position: static !important;
  width: 100% !important;
  left: auto !important;
  top: auto !important;
  margin: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.site-search-form__plugin-results .live-ajax-messages {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}

.site-search-form__plugin-results.has-loaded-results .live-ajax-messages {
  display: none;
}

.site-search-form__plugin-results .ajax-results {
  min-height: 1px;
}

#relevanssi-live-ajax-search-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(34, 62, 155, 0.18);
  border-top-color: #223e9b;
  border-radius: 50%;
  animation: proctec-search-spin 0.7s linear infinite;
}

.site-search-form--modal:not(.is-empty-query) .site-search-form__empty {
  display: none;
}
.site-search-form--modal:not(.is-empty-query) .site-search-form__live-results {
  display: block;
}

.site-search-live-results {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-bottom: 40px;
}

.site-search-live-results__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.site-search-live-results__link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  color: #080e24;
  text-decoration: none;
}
.site-search-live-results__link:hover .site-search-live-results__title, .site-search-live-results__link:focus-visible .site-search-live-results__title {
  color: #223e9b;
}
.site-search-live-results__link:hover .site-search-live-results__arrow, .site-search-live-results__link:focus-visible .site-search-live-results__arrow {
  border-color: #223e9b;
  color: #223e9b;
}
.site-search-live-results__link:hover .site-search-live-results__arrow {
  opacity: 1;
}

.site-search-live-results__content {
  min-width: 0;
}

.site-search-live-results__badge {
  margin-bottom: 5px;
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  background: rgba(34, 62, 155, 0.1215686275);
  padding: 4px 8px;
  display: inline;
}

.site-search-live-results__title {
  margin: 0;
  color: #080e24;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  transition: color 0.2s ease;
  margin-top: 12px;
}

.site-search-live-results__excerpt {
  margin-top: 8px;
  color: #53555e;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.site-search-live-results__highlight {
  color: #223e9b;
}

.site-search-live-results__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  transition: 0.3s ease;
  opacity: 0;
}
@media (max-width: 767px) {
  .site-search-live-results__arrow {
    opacity: 1;
  }
}

.site-search-live-results__all-results {
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin-top: 18px;
  padding: 4px;
  text-decoration: none;
  max-width: 100%;
}

.site-search-live-results--empty {
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 325px;
  text-align: center;
}

.site-search-live-results__empty-message {
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.site-search-live-results__suggestion-label {
  color: #53555e;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  margin-top: 24px;
  text-transform: uppercase;
}

.site-search-live-results__suggestion-link {
  color: #223e9b;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: underline;
}

.site-search-live-results__item {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .site-search-live-results__item {
    margin-bottom: 32px;
  }
}

@keyframes proctec-search-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1023px) {
  .site-header__utilities--mobile {
    display: flex;
  }
}
@media (max-width: 767px) {
  .site-search-modal__close {
    top: 0;
    right: 16px;
  }
  .site-search-form--modal {
    min-height: calc(100svh - var(--header-offset, 0px) - 58px);
  }
  .site-search-form__modal-body {
    padding-top: 16px;
  }
  .site-search-live-results__link {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .site-search-live-results__arrow {
    width: 48px;
    height: 48px;
  }
  .site-search-live-results__all-results {
    width: 100%;
    margin-top: 14px;
  }
}
.site-footer {
  margin-top: 0;
  background: #080e24;
  color: #ffffff;
}

.site-footer__main {
  display: grid;
  grid-template-columns: minmax(260px, 312px) minmax(0, 1fr);
  gap: 32px;
  padding: 150px 0 32px;
}
@media (max-width: 1024px) {
  .site-footer__main {
    grid-template-columns: 1fr;
    padding-top: 88px;
  }
}
@media (max-width: 767px) {
  .site-footer__main {
    padding-top: 64px;
    gap: 64px;
  }
}

.site-footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .site-footer__info {
    display: grid;
    grid-template-areas: "logo logo" "contact socials";
    column-gap: 32px;
    row-gap: 24px;
    width: 63%;
    margin-bottom: 0;
  }
}
@media (max-width: 467px) {
  .site-footer__info {
    width: 85%;
  }
}
@media (max-width: 367px) {
  .site-footer__info {
    width: 100%;
  }
}

.site-footer__logo-link {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .site-footer__logo-link {
    grid-area: logo;
  }
}

.site-footer__logo-svg {
  display: block;
  width: auto;
  height: 58px;
}

.site-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 220px;
}
@media (max-width: 767px) {
  .site-footer__contact {
    grid-area: contact;
    max-width: none;
  }
}

.site-footer__company,
.site-footer__address,
.site-footer__meta-link,
.site-footer__copyright,
.site-footer__legal-links a,
.site-footer__menu a {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
}

.site-footer__copyright {
  color: #dbdde1;
}

.site-footer__meta-link-phone {
  margin: 24px 0;
}

.site-footer__company,
.site-footer__address {
  color: #f4f5f9;
}

.site-footer__company {
  font-weight: 600;
}

.site-footer__meta-link,
.site-footer__legal-links a,
.site-footer__menu a {
  color: #f4f5f9;
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.site-footer__meta-link:hover, .site-footer__meta-link:focus-visible,
.site-footer__legal-links a:hover,
.site-footer__legal-links a:focus-visible,
.site-footer__menu a:hover,
.site-footer__menu a:focus-visible {
  color: #ffffff;
  opacity: 0.72;
}

.site-footer__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 767px) {
  .site-footer__socials {
    grid-area: socials;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 16px;
    margin-top: 6px;
  }
}

.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}
.site-footer__social-link svg {
  display: block;
  width: 24px;
  height: 24px;
}
.site-footer__social-link:hover, .site-footer__social-link:focus-visible {
  color: #223e9b;
  opacity: 1;
  transform: translateY(-1px);
}

.site-footer__menus {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
@media (max-width: 1024px) {
  .site-footer__menus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .site-footer__menus {
    gap: 32px;
  }
}

.site-footer__menu-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.site-footer__menu-title {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.site-footer__menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__menu > li:first-child > a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}
.site-footer__menu > li:first-child {
  margin-bottom: 16px;
}

.site-footer__legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
@media (max-width: 767px) {
  .site-footer__legal {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

.site-footer__legal-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}
.site-footer__legal-links a {
  color: #dbdde1;
  font-weight: 400;
}

.error404 .site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1607843137);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .main-navigation ul {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
  }
  .main-navigation ul li.focus a {
    color: #223e9b;
  }
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .main-navigation a {
    font-size: 18px;
    line-height: 150%;
  }
  .main-navigation a:hover {
    color: #223e9b;
  }
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: flex;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.breadcrumbs {
  margin-bottom: 32px;
  margin-top: 18px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
.breadcrumbs .breadcrumbs-separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}
.breadcrumbs a,
.breadcrumbs span {
  color: inherit;
  gap: 10px;
  display: flex;
  align-items: center;
}
.breadcrumbs a {
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumbs a:hover, .breadcrumbs a:focus-visible {
  color: rgba(165, 168, 175, 0.7098039216);
}
.breadcrumbs .breadcrumb_last {
  color: #fff;
}

.blog-archive .breadcrumb_last,
.blog-archive .breadcrumbs {
  color: #a5a8af;
  margin-top: 0;
}
.blog-archive .breadcrumb_last svg path,
.blog-archive .breadcrumbs svg path {
  stroke: #a5a8af;
}

.post-single .breadcrumb_last,
.post-single .breadcrumbs {
  color: #a5a8af;
}
.post-single .breadcrumb_last svg path,
.post-single .breadcrumbs svg path {
  stroke: #a5a8af;
}

.post-single__layout {
  position: relative;
  max-width: 846px;
  margin: 0 auto;
  align-items: start;
}
@media (max-width: 1199px) {
  .post-single__layout {
    max-width: 846px;
  }
}

.post-single__content-column {
  width: 100%;
  min-width: 0;
  background: white;
  position: relative;
  border: 1px solid #dbdde1;
}

.post-single__header {
  padding: 40px 40px 0;
}
@media (max-width: 767px) {
  .post-single__header {
    padding: 24px 20px 0;
  }
}

.post-single__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.post-single__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #223e9b;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.post-single__date {
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.post-single__title {
  margin: 0;
  color: #080e24;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .post-single__title {
    font-size: 32px;
  }
}

.post-single__media {
  margin-top: 32px;
  overflow: hidden;
}

.post-single__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 846/302;
  object-fit: cover;
}

.post-single__intro {
  border: 1px solid #dbdde1;
  border-left: unset;
  border-right: unset;
  background: #fff;
}

.post-single__intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
@media (max-width: 767px) {
  .post-single__intro-grid {
    grid-template-columns: 1fr;
  }
}

.post-single__intro-grid--single {
  grid-template-columns: 1fr;
}

.post-single__intro-block {
  position: relative;
  min-width: 0;
  padding: 0 33px 0 40px;
  margin: 20px 0px;
}
@media (max-width: 767px) {
  .post-single__intro-block {
    padding: 24px 20px;
  }
}

.post-single__intro-block + .post-single__intro-block {
  border-left: 1px solid #dbdde1;
}
@media (max-width: 767px) {
  .post-single__intro-block + .post-single__intro-block {
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .post-single__intro-block.post-single__intro-block--downloads {
    padding-top: 4px;
    padding-left: 44px;
  }
}

.post-single__intro-title {
  margin-bottom: 10px;
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.post-single__toc,
.post-single__downloads {
  display: flex;
  flex-direction: column;
}

.post-single__toc {
  position: relative;
  gap: 12px;
  padding-right: 24px;
}
.post-single__toc::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #f4f5f9;
  transition: top 0.24s ease, height 0.24s ease, opacity 0.24s ease;
}
@media (max-width: 767px) {
  .post-single__toc::before {
    right: -20px;
  }
}

.post-single__intro-block--toc::after {
  content: "";
  position: absolute;
  top: var(--toc-indicator-top, 58px);
  right: 33px;
  width: 2px;
  height: var(--toc-indicator-height, 71px);
  background: #223e9b;
  transition: top 0.24s ease, height 0.24s ease, opacity 0.24s ease;
}
@media (max-width: 767px) {
  .post-single__intro-block--toc::after {
    right: 0px;
  }
}

.post-single__downloads {
  align-items: flex-start;
  gap: 10px;
}

.post-single__toc-link,
.post-single__download-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  max-width: 100%;
  color: #080e24;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.03em;
  text-decoration: none;
  transition: color 0.2s ease;
}
.post-single__toc-link:hover, .post-single__toc-link:focus-visible,
.post-single__download-link:hover,
.post-single__download-link:focus-visible {
  color: #223e9b;
}

.post-single__toc-link-icon,
.post-single__download-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: end;
  flex: 0 0 auto;
}

.post-single__toc-link {
  align-items: flex-start;
  color: #53555e;
  line-height: 1.5;
}

.post-single__toc-link-icon {
  position: relative;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  margin: auto;
}
@media (max-width: 767px) {
  .post-single__toc-link-icon {
    width: 13px;
    flex: 0 0 13px;
  }
}
.post-single__toc-link-icon svg {
  display: none;
}
.post-single__toc-link-icon::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a5a8af;
}

.post-single__toc-link.is-active {
  color: #223e9b;
}

.post-single__toc-link.is-active .post-single__toc-link-icon::before {
  background: #223e9b;
}

.post-single__download-link {
  min-height: 48px;
  padding: 4px 32px 4px 4px;
  border: 1px solid #223e9b;
  color: #223e9b;
  font-weight: 400;
}
.post-single__download-link:hover, .post-single__download-link:focus-visible {
  background: #223e9b;
  color: #fff;
}
.post-single__download-link:hover .post-single__download-link-icon svg path, .post-single__download-link:focus-visible .post-single__download-link-icon svg path {
  stroke: #fff;
}

.post-single__download-link-icon {
  width: 40px;
  height: 40px;
}

.post-single__download-link-label,
.post-single__toc-link-label {
  min-width: 0;
}

.post-single__body {
  padding: 32px 40px 0;
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.1px;
}
@media (max-width: 767px) {
  .post-single__body {
    padding: 24px 20px 0;
  }
}
.post-single__body > *:first-child {
  margin-top: 0;
}
.post-single__body > *:last-child {
  margin-bottom: 0;
}
.post-single__body p,
.post-single__body ul,
.post-single__body ol,
.post-single__body blockquote {
  margin: 0 0 16px;
}
.post-single__body figure {
  margin: 32px 0;
}
.post-single__body ul,
.post-single__body ol {
  padding-left: 1.4em;
}
.post-single__body li + li {
  margin-top: 8px;
}
.post-single__body li::marker {
  color: #223e9b;
}
.post-single__body strong {
  color: #080e24;
}
.post-single__body img {
  display: block;
  max-width: 100%;
  height: auto;
}
.post-single__body h2,
.post-single__body h3,
.post-single__body h4 {
  color: #080e24;
  font-weight: 400;
}
.post-single__body h2 {
  margin: 32px 0 16px;
  font-size: 24px;
  line-height: 1.4;
  scroll-margin-top: var(--post-single-scroll-margin-top, 260px);
}
@media (max-width: 767px) {
  .post-single__body h2 {
    margin-top: 36px;
    font-size: 22px;
    scroll-margin-top: 120px;
  }
}
.post-single__body h3 {
  margin: 32px 0 16px;
  font-size: 20px;
  line-height: 1.4;
}
.post-single__body blockquote {
  margin: 32px 0;
  padding: 32px;
  border: 1px solid rgba(34, 62, 155, 0.1215686275);
  background: rgba(34, 62, 155, 0.0784313725);
  color: #223e9b;
  font-style: italic;
}
.post-single__body blockquote p {
  margin-bottom: 0;
}
.post-single__body blockquote::before {
  content: url("data:image/svg+xml,%3Csvg width='45' height='38' viewBox='0 0 45 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 38L16.5664 0H24.2124L10.9912 38H0ZM20.7876 38L37.354 0H45L31.7788 38H20.7876Z' fill='%23223E9B'/%3E%3C/svg%3E%0A");
  display: block;
  font-size: 46px;
  line-height: 1;
}
.post-single__body a {
  color: #223e9b;
}
.post-single__body .wp-block-buttons {
  margin: 16px 0 32px;
}
.post-single__body .wp-block-button__link,
.post-single__body .wp-block-button .wp-element-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 28px 13px 68px;
  border: 0;
  border-radius: 0;
  background: #223e9b;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.post-single__body .wp-block-button__link::before,
.post-single__body .wp-block-button .wp-element-button::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.post-single__body .wp-block-button__link:hover, .post-single__body .wp-block-button__link:focus-visible,
.post-single__body .wp-block-button .wp-element-button:hover,
.post-single__body .wp-block-button .wp-element-button:focus-visible {
  background: #173184;
  color: #fff;
  transform: translateY(-1px);
}

.post-single__share {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 69px);
  width: 96px;
}
@media (max-width: 1199px) {
  .post-single__share {
    display: none;
  }
}

.post-single__share-sticky {
  position: sticky;
  top: calc(var(--header-offset, 0px) + 99px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.post-single__share-title {
  margin-bottom: 0;
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.post-single__share-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.post-single__share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.post-single__share-link:hover, .post-single__share-link:focus-visible {
  transform: translateY(-1px);
}
.post-single__share-link svg {
  display: block;
}

.post-single__faq {
  padding: 32px 0;
  scroll-margin-top: calc(var(--post-single-scroll-margin-top, 260px) + 72px);
}
@media (max-width: 767px) {
  .post-single__faq {
    scroll-margin-top: 160px;
  }
  .post-single__faq .container {
    padding: 0;
  }
}
.post-single__faq .faq-section__frame {
  max-width: 766px;
  margin: 0 auto;
}
.post-single__faq .faq-section__frame:before {
  display: none;
}
.post-single__faq .faq-section__header {
  max-width: none;
  margin: 0 0 16px;
  text-align: left;
}
.post-single__faq .faq-section__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  scroll-margin-top: var(--post-single-scroll-margin-top, 260px);
}
@media (max-width: 767px) {
  .post-single__faq .faq-section__title {
    scroll-margin-top: 120px;
  }
}
.post-single__faq .faq-section__list {
  max-width: none;
  margin: 0;
}
.post-single__faq .faq-section__list:before, .post-single__faq .faq-section__list:after {
  display: none;
}

.post-single__latest.blog-archive__section.blog-archive__section--latest {
  padding-top: 140px;
  border-top: 0;
}

.cta-banner.post-single__cta {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .post-single {
    display: flex;
    flex-direction: column;
  }
  .post-single .breadcrumbs {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 4px;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .post-single .breadcrumbs::-webkit-scrollbar {
    display: none;
  }
  .post-single .breadcrumbs a,
  .post-single .breadcrumbs span {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .post-single__hero {
    padding-bottom: 0;
  }
  .post-single__layout {
    max-width: none;
  }
  .post-single__content-column {
    width: auto;
  }
  .post-single__header {
    padding: 20px 20px 0;
  }
  .post-single__title {
    font-size: 26px;
    line-height: 1.2;
  }
  .post-single__media {
    margin-top: 32px;
  }
  .post-single__image {
    aspect-ratio: 370/132;
  }
  .post-single__intro-block {
    padding: 20px 40px 20px 20px;
    margin: 0;
  }
  .post-single__intro-title {
    margin-bottom: 10px;
  }
  .post-single__toc {
    gap: 8px;
    padding-right: 0;
  }
  .post-single__downloads {
    gap: 10px;
  }
  .post-single__body {
    padding: 32px 20px 0;
  }
  .post-single__body figure,
  .post-single__body .wp-block-image {
    margin: 20px 0;
  }
  .post-single__body blockquote {
    margin: 20px 0;
    padding: 20px;
  }
  .post-single__faq {
    padding: 32px 20px 20px;
  }
  .post-single__faq .faq-section__frame {
    max-width: none;
  }
  .post-single__faq .faq-section__title {
    font-size: 28px;
    line-height: 1.2;
  }
  .post-single__share {
    display: block;
    position: static;
    width: auto;
    margin: 24px 16px 0;
    padding: 0;
  }
  .post-single__share-sticky {
    position: static;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .post-single__share-title {
    width: 96px;
    text-align: left;
  }
  .post-single__share-links {
    flex-direction: row;
    gap: 12px;
  }
  section.cta-banner.post-single__cta {
    order: 2;
    padding-top: 175px;
    padding-bottom: 0;
  }
  .post-single__latest.blog-archive__section.blog-archive__section--latest {
    order: 3;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .post-single__latest.blog-archive__section.blog-archive__section--latest .blog-archive__latest,
  .post-single__latest.blog-archive__section.blog-archive__section--latest .blog-archive__latest-grid {
    gap: 20px;
  }
}
@media (max-width: 440px) {
  section.cta-banner.post-single__cta .cta-banner__image {
    margin: 73px -13px 0 auto;
  }
}

.wpcf7-response-output {
  color: #dc3232;
}

.info-page {
  padding: 80px 0 120px;
  background: #f4f5f9;
}
@media (max-width: 767px) {
  .info-page {
    padding: 48px 0 80px;
  }
}

.info-page__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 48px;
  border: 1px solid #dbdde1;
  background: #fff;
}
@media (max-width: 767px) {
  .info-page__inner {
    padding: 32px 20px;
  }
}

.info-page__header {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dbdde1;
}
@media (max-width: 767px) {
  .info-page__header {
    margin-bottom: 32px;
  }
}

.info-page__title {
  margin: 0;
  color: #080e24;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .info-page__title {
    font-size: 34px;
  }
}

.info-page__content {
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .info-page__content {
    font-size: 16px;
    word-break: break-word;
  }
}
.info-page__content > *:first-child {
  margin-top: 0;
}
.info-page__content > *:last-child {
  margin-bottom: 0;
}
.info-page__content p,
.info-page__content ul,
.info-page__content ol,
.info-page__content blockquote,
.info-page__content table,
.info-page__content figure,
.info-page__content pre,
.info-page__content .wp-block-image,
.info-page__content .wp-block-table,
.info-page__content .wp-block-quote,
.info-page__content .wp-block-buttons {
  margin-top: 0;
  margin-bottom: 24px;
}
.info-page__content h1,
.info-page__content h2,
.info-page__content h3,
.info-page__content h4,
.info-page__content h5,
.info-page__content h6 {
  margin: 40px 0 16px;
  color: #080e24;
  font-weight: 400;
  line-height: 1.3;
}
.info-page__content h1 {
  font-size: 36px;
}
@media (max-width: 767px) {
  .info-page__content h1 {
    font-size: 30px;
  }
}
.info-page__content h2 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .info-page__content h2 {
    font-size: 26px;
  }
}
.info-page__content h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .info-page__content h3 {
    font-size: 22px;
  }
}
.info-page__content h4 {
  font-size: 21px;
}
.info-page__content h5,
.info-page__content h6 {
  font-size: 18px;
  font-weight: 600;
}
.info-page__content ul,
.info-page__content ol {
  padding-left: 1.4em;
  margin-left: 0;
}
.info-page__content li + li {
  margin-top: 8px;
}
.info-page__content li > ul,
.info-page__content li > ol {
  margin-top: 8px;
  margin-bottom: 0;
}
.info-page__content li::marker {
  color: #223e9b;
}
.info-page__content a {
  color: #223e9b;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.info-page__content strong,
.info-page__content b {
  color: #080e24;
  font-weight: 600;
}
.info-page__content blockquote,
.info-page__content .wp-block-quote {
  padding: 24px 28px;
  border-left: 4px solid #223e9b;
  background: rgba(34, 62, 155, 0.0784313725);
  color: #080e24;
  font-style: italic;
}
.info-page__content blockquote p:last-child,
.info-page__content .wp-block-quote p:last-child {
  margin-bottom: 0;
}
.info-page__content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.info-page__content figure {
  max-width: 100%;
}
.info-page__content figcaption {
  margin-top: 8px;
  color: #777b85;
  font-size: 14px;
  line-height: 1.4;
}
.info-page__content .wp-block-table {
  overflow-x: auto;
}
.info-page__content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.5;
}
.info-page__content th,
.info-page__content td {
  padding: 14px 16px;
  border: 1px solid #dbdde1;
  text-align: left;
  vertical-align: top;
}
.info-page__content th {
  color: #080e24;
  font-weight: 600;
}
.info-page__content hr,
.info-page__content .wp-block-separator {
  width: 100%;
  height: 1px;
  margin: 40px 0;
  border: 0;
  background: #dbdde1;
}
.info-page__content code,
.info-page__content kbd,
.info-page__content tt,
.info-page__content var {
  padding: 2px 5px;
  background: #f4f5f9;
  color: #080e24;
  font-size: 0.9em;
}
.info-page__content pre,
.info-page__content .wp-block-preformatted {
  overflow-x: auto;
  padding: 20px;
  background: #f4f5f9;
  color: #080e24;
  font-size: 15px;
  line-height: 1.6;
}
.info-page__content pre code {
  padding: 0;
  background: transparent;
}
.info-page__content .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.info-page__content .wp-block-button__link,
.info-page__content .wp-block-button .wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 28px;
  border-radius: 0;
  background: #223e9b;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.info-page__content .wp-block-button__link:hover, .info-page__content .wp-block-button__link:focus-visible,
.info-page__content .wp-block-button .wp-element-button:hover,
.info-page__content .wp-block-button .wp-element-button:focus-visible {
  background: #173184;
  color: #fff;
  transform: translateY(-1px);
}

.contact-page {
  background: #f4f5f9;
}

.contact-page__hero {
  overflow: hidden;
}

.contact-page__hero-stage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
}

.contact-page__hero-copy {
  position: relative;
  min-height: 740px;
  background: #223e9b;
  color: #fff;
}

.contact-page__hero-copy-inner {
  width: 100%;
  max-width: 660px;
  margin-left: auto;
  padding: 0 80px 0 20px;
  position: relative;
}
.contact-page__hero-copy-inner:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 80px;
  width: 100vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.1215686275);
}
@media (max-width: 1279px) {
  .contact-page__hero-copy-inner:after {
    right: 40px;
  }
}

.contact-page__hero-wrap {
  position: relative;
}
.contact-page__hero-wrap:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.1215686275);
}

.contact-page__hero-panel {
  position: relative;
  margin-top: 88px;
  padding: 56px;
  border-left: 1px solid rgba(255, 255, 255, 0.1215686275);
  border-right: 1px solid rgba(255, 255, 255, 0.1215686275);
  background: rgba(255, 255, 255, 0.0509803922);
}

.contact-page__hero-panel::after {
  content: "";
  position: absolute;
  bottom: -296px;
  left: -1px;
  width: 1px;
  height: 296px;
  background: rgba(255, 255, 255, 0.1215686275);
}

.contact-page__hero-panel::before {
  content: "";
  position: absolute;
  top: -296px;
  right: -1px;
  width: 1px;
  height: 296px;
  background: rgba(255, 255, 255, 0.1215686275);
}

.contact-page__hero-title {
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
}

.contact-page__hero-text {
  margin-top: 40px;
  color: #f4f5f9;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.028em;
}
.contact-page__hero-text p {
  margin: 0;
}
.contact-page__hero-text p + p {
  margin-top: 10px;
}

.contact-page__form-column {
  position: relative;
  min-height: 740px;
  padding: 40px 80px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), var(--contact-form-background-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-page__form-shell {
  height: 100%;
  max-width: 560px;
}

.contact-page__form-panel {
  display: flex;
  flex-direction: column;
  min-height: 660px;
  height: 100%;
  padding: 40px;
  background: #fff;
}

.contact-page__form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.contact-page__form-title {
  margin: 0;
  color: #080e24;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.contact-page__form-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 6px 12px;
  background: #f4f5f9;
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.contact-page__form-content,
.contact-page__form-content .wpcf7,
.contact-page__form-content .wpcf7 form {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  min-height: 0;
  height: 100%;
}

.contact-page__form-content .wpcf7-response-output,
.contact-page__form-content .screen-reader-response {
  display: none !important;
}

.contact-page__form-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  padding: 32px;
  border: 1px dashed #dbdde1;
  color: #53555e;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.contact-page__form-placeholder p {
  margin: 0;
}

[data-contact-step-panel] {
  display: none;
  flex: 1 1 auto;
  flex-direction: column;
}

[data-contact-step-panel].is-active {
  display: flex;
}

.contact-page__step-panel {
  gap: 24px;
}

.contact-page__field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.contact-page__field,
.contact-page__field.is-floating {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-page__field > p,
.contact-page__form-actions > p,
.contact-page__consent > p {
  margin: 0;
  width: 100%;
}

.contact-page__field > p {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-page__field--compact > p,
.contact-page__field--legend > p,
.contact-page__field--message > p {
  gap: 0;
}

.contact-page__form-actions > p {
  display: flex;
  gap: 8px;
  align-items: stretch;
}

.contact-page__consent > p {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.contact-page__form-content br {
  display: none;
}

.contact-page__step-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.contact-page__step-intro-copy {
  flex: 1 1 auto;
  max-width: 430px;
  margin: 0;
  color: #080e24;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.027em;
}

.contact-page__step-section-title {
  margin: 0;
  color: #080e24;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.contact-page__step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 6px 12px;
  background: #f4f5f9;
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.contact-page__step-badge p {
  margin: 0;
}

.contact-page__tile-group {
  margin: 0;
}

.contact-page__tile-group > p {
  margin: 0;
}

.contact-page__tile-group .wpcf7-form-control-wrap {
  display: block;
}

.contact-page__tile-group .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.contact-page__tile-group--stacked .wpcf7-radio {
  grid-template-columns: 1fr;
}

.contact-page__tile-group .wpcf7-list-item {
  display: block;
  margin: 0;
}

.contact-page__tile-group .wpcf7-list-item label {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 8px 16px;
  border: 1px solid #dbdde1;
  margin-right: -1px;
  margin-bottom: -1px;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.contact-page__tile-group--stacked .wpcf7-list-item label {
  gap: 12px;
  padding: 8px 16px;
  color: #223e9b;
}

.contact-page__tile-group--stacked .wpcf7-list-item label::before {
  content: "";
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.contact-page__tile-group .wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact-page__tile-group .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  width: 100%;
  color: #080e24;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.contact-page__tile-group--industries .wpcf7-list-item-label::after {
  content: "";
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background: transparent;
  transition: background-color 0.2s ease;
}

.contact-page__tile-group .wpcf7-list-item input:checked + .wpcf7-list-item-label,
.contact-page__tile-group .wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  color: #fff;
}

.contact-page__tile-group .wpcf7-list-item label:has(input:checked) {
  background: #223e9b;
  color: #fff;
}

.contact-page__tile-group .wpcf7-list-item label:has(input:checked) .wpcf7-list-item-label {
  color: #fff;
}

.contact-page__tile-group .wpcf7-list-item label:has(input:checked) .wpcf7-list-item-label::after {
  background: #fff;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  transition: background-color 0.2s ease;
  margin-left: auto;
  content: "";
}

.contact-page__tile-group .wpcf7-list-item label:hover {
  background: #f4f5f9;
}

.contact-page__tile-group .wpcf7-list-item label:has(input:checked):hover {
  background: #223e9b;
}

.contact-page__tile-group--industries .wpcf7-list-item:nth-child(1) label::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.19922 16.2V18.6C1.19922 19.5938 2.00547 20.4 2.99922 20.4H4.87422C6.39672 20.4 7.88922 19.9875 9.19422 19.2038L14.2005 16.2H10.7017L8.26797 17.6588C7.74297 17.9738 7.18422 18.21 6.59922 18.3713V15.8813C6.96297 15.6713 7.26672 15.3675 7.47672 15.0038H14.9317C17.448 15.0038 19.7242 14.2313 21.318 12.3563C21.4905 12.1538 21.4905 11.8575 21.318 11.6513C19.7242 9.77251 17.448 9.00376 14.9317 9.00376H7.47672C7.26672 8.64001 6.96297 8.33626 6.59922 8.12626V5.63626C7.18422 5.79376 7.74672 6.03376 8.26797 6.34876L10.7017 7.80751H14.2005L9.19422 4.80376C7.88922 4.01251 6.39672 3.60001 4.87422 3.60001H2.99922C2.00547 3.60001 1.19922 4.40626 1.19922 5.40001V16.2ZM4.79922 16.2V18.6H2.99922V16.2H4.79922ZM4.79922 5.40001V7.80001H2.99922V5.40001H4.79922ZM16.7992 10.8C17.1292 10.8 17.3992 11.07 17.3992 11.4V12.6C17.3992 12.93 17.1292 13.2 16.7992 13.2C16.4692 13.2 16.1992 12.93 16.1992 12.6V11.4C16.1992 11.07 16.4692 10.8 16.7992 10.8Z' fill='%23223E9B'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.19922 16.2V18.6C1.19922 19.5938 2.00547 20.4 2.99922 20.4H4.87422C6.39672 20.4 7.88922 19.9875 9.19422 19.2038L14.2005 16.2H10.7017L8.26797 17.6588C7.74297 17.9738 7.18422 18.21 6.59922 18.3713V15.8813C6.96297 15.6713 7.26672 15.3675 7.47672 15.0038H14.9317C17.448 15.0038 19.7242 14.2313 21.318 12.3563C21.4905 12.1538 21.4905 11.8575 21.318 11.6513C19.7242 9.77251 17.448 9.00376 14.9317 9.00376H7.47672C7.26672 8.64001 6.96297 8.33626 6.59922 8.12626V5.63626C7.18422 5.79376 7.74672 6.03376 8.26797 6.34876L10.7017 7.80751H14.2005L9.19422 4.80376C7.88922 4.01251 6.39672 3.60001 4.87422 3.60001H2.99922C2.00547 3.60001 1.19922 4.40626 1.19922 5.40001V16.2ZM4.79922 16.2V18.6H2.99922V16.2H4.79922ZM4.79922 5.40001V7.80001H2.99922V5.40001H4.79922ZM16.7992 10.8C17.1292 10.8 17.3992 11.07 17.3992 11.4V12.6C17.3992 12.93 17.1292 13.2 16.7992 13.2C16.4692 13.2 16.1992 12.93 16.1992 12.6V11.4C16.1992 11.07 16.4692 10.8 16.7992 10.8Z' fill='%23223E9B'/%3E%3C/svg%3E%0A");
}

.contact-page__tile-group--industries .wpcf7-list-item:nth-child(2) label::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_917_5627)'%3E%3Cpath d='M15.2008 6.40001L16.9128 3.93601C17.0088 3.94347 17.1048 3.94347 17.2008 3.93601C17.599 3.9358 17.9881 3.81671 18.3183 3.59399C18.6484 3.37126 18.9046 3.05505 19.0539 2.68585C19.2032 2.31666 19.2389 1.91129 19.1564 1.52168C19.0739 1.13208 18.8769 0.775973 18.5908 0.498987C18.3046 0.222001 17.9423 0.0367463 17.5502 -0.033044C17.1582 -0.102834 16.7542 -0.0539827 16.39 0.107253C16.0259 0.268488 15.7182 0.534766 15.5063 0.871974C15.2944 1.20918 15.188 1.60196 15.2008 2.00001V2.16001L11.2008 6.40001H15.2008ZM19.2008 9.60001V8.00001H4.80078V9.60001L7.20078 15.2L4.80078 20.8V22.4H19.2008V20.8L17.6008 15.2L19.2008 9.60001ZM16.0008 16H12.8008V19.2H11.2008V16H8.00078V14.4H11.2008V11.2H12.8008V14.4H16.0008V16Z' fill='%23223E9B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_917_5627'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_917_5627)'%3E%3Cpath d='M15.2008 6.40001L16.9128 3.93601C17.0088 3.94347 17.1048 3.94347 17.2008 3.93601C17.599 3.9358 17.9881 3.81671 18.3183 3.59399C18.6484 3.37126 18.9046 3.05505 19.0539 2.68585C19.2032 2.31666 19.2389 1.91129 19.1564 1.52168C19.0739 1.13208 18.8769 0.775973 18.5908 0.498987C18.3046 0.222001 17.9423 0.0367463 17.5502 -0.033044C17.1582 -0.102834 16.7542 -0.0539827 16.39 0.107253C16.0259 0.268488 15.7182 0.534766 15.5063 0.871974C15.2944 1.20918 15.188 1.60196 15.2008 2.00001V2.16001L11.2008 6.40001H15.2008ZM19.2008 9.60001V8.00001H4.80078V9.60001L7.20078 15.2L4.80078 20.8V22.4H19.2008V20.8L17.6008 15.2L19.2008 9.60001ZM16.0008 16H12.8008V19.2H11.2008V16H8.00078V14.4H11.2008V11.2H12.8008V14.4H16.0008V16Z' fill='%23223E9B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_917_5627'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.contact-page__tile-group--industries .wpcf7-list-item:nth-child(3) label::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5181 1.61314C11.6673 1.53912 11.8316 1.50061 11.9981 1.50061C12.1647 1.50061 12.329 1.53912 12.4781 1.61314L17.6107 4.17943C17.7953 4.26825 17.9504 4.40855 18.0571 4.58343C18.1639 4.75831 18.2178 4.96032 18.2124 5.16514V10.4794L22.7536 12.7509C22.9382 12.8397 23.0932 12.98 23.2 13.1549C23.3067 13.3297 23.3607 13.5317 23.3553 13.7366V19.7143C23.3544 19.913 23.2987 20.1075 23.1943 20.2766C23.09 20.4457 22.941 20.5827 22.7639 20.6726L17.621 23.244C17.4718 23.318 17.3075 23.3565 17.141 23.3565C16.9745 23.3565 16.8102 23.318 16.661 23.244L11.9981 20.9126L7.33528 23.244C7.18609 23.318 7.02181 23.3565 6.85528 23.3565C6.68874 23.3565 6.52446 23.318 6.37528 23.244L1.23242 20.6726C1.05523 20.5827 0.906271 20.4457 0.801925 20.2766C0.697578 20.1075 0.641892 19.913 0.640992 19.7143V13.7366C0.635608 13.5317 0.689539 13.3297 0.796293 13.1549C0.903046 12.98 1.05807 12.8397 1.24271 12.7509L5.78556 10.4811V5.16514C5.78003 4.96051 5.8337 4.75863 5.94014 4.58376C6.04658 4.4089 6.20125 4.2685 6.38556 4.17943L11.5181 1.61314ZM2.78385 15.4474L6.37699 17.244C6.52595 17.3177 6.68992 17.3561 6.85614 17.3561C7.02235 17.3561 7.18632 17.3177 7.33528 17.244L10.9267 15.4474V19.0526L6.85528 21.0857L2.78385 19.0509V15.4474ZM13.0696 19.0526V15.4457L16.6627 17.2423C16.8117 17.316 16.9756 17.3544 17.1419 17.3544C17.3081 17.3544 17.472 17.316 17.621 17.2423L21.2124 15.4457V19.0509L17.141 21.0857L13.0696 19.0526ZM7.92671 6.876V10.4811L11.9981 12.5143L16.0696 10.4794V6.87428L12.4781 8.67428C12.329 8.7483 12.1647 8.78681 11.9981 8.78681C11.8316 8.78681 11.6673 8.7483 11.5181 8.67428L7.92671 6.876Z' fill='%23223E9B'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5181 1.61314C11.6673 1.53912 11.8316 1.50061 11.9981 1.50061C12.1647 1.50061 12.329 1.53912 12.4781 1.61314L17.6107 4.17943C17.7953 4.26825 17.9504 4.40855 18.0571 4.58343C18.1639 4.75831 18.2178 4.96032 18.2124 5.16514V10.4794L22.7536 12.7509C22.9382 12.8397 23.0932 12.98 23.2 13.1549C23.3067 13.3297 23.3607 13.5317 23.3553 13.7366V19.7143C23.3544 19.913 23.2987 20.1075 23.1943 20.2766C23.09 20.4457 22.941 20.5827 22.7639 20.6726L17.621 23.244C17.4718 23.318 17.3075 23.3565 17.141 23.3565C16.9745 23.3565 16.8102 23.318 16.661 23.244L11.9981 20.9126L7.33528 23.244C7.18609 23.318 7.02181 23.3565 6.85528 23.3565C6.68874 23.3565 6.52446 23.318 6.37528 23.244L1.23242 20.6726C1.05523 20.5827 0.906271 20.4457 0.801925 20.2766C0.697578 20.1075 0.641892 19.913 0.640992 19.7143V13.7366C0.635608 13.5317 0.689539 13.3297 0.796293 13.1549C0.903046 12.98 1.05807 12.8397 1.24271 12.7509L5.78556 10.4811V5.16514C5.78003 4.96051 5.8337 4.75863 5.94014 4.58376C6.04658 4.4089 6.20125 4.2685 6.38556 4.17943L11.5181 1.61314ZM2.78385 15.4474L6.37699 17.244C6.52595 17.3177 6.68992 17.3561 6.85614 17.3561C7.02235 17.3561 7.18632 17.3177 7.33528 17.244L10.9267 15.4474V19.0526L6.85528 21.0857L2.78385 19.0509V15.4474ZM13.0696 19.0526V15.4457L16.6627 17.2423C16.8117 17.316 16.9756 17.3544 17.1419 17.3544C17.3081 17.3544 17.472 17.316 17.621 17.2423L21.2124 15.4457V19.0509L17.141 21.0857L13.0696 19.0526ZM7.92671 6.876V10.4811L11.9981 12.5143L16.0696 10.4794V6.87428L12.4781 8.67428C12.329 8.7483 12.1647 8.78681 11.9981 8.78681C11.8316 8.78681 11.6673 8.7483 11.5181 8.67428L7.92671 6.876Z' fill='%23223E9B'/%3E%3C/svg%3E%0A");
}

.contact-page__tile-group--industries .wpcf7-list-item:nth-child(4) label::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.2176 1.92856H18.2719C18.9113 1.92856 19.429 2.39142 19.429 2.96056V13.2188H4.53529L4.36901 13.2206V2.96056C4.36901 2.3897 4.88672 1.92856 5.52786 1.92856H9.58215V7.09542C9.58215 7.23256 9.64386 7.36284 9.75358 7.46056C9.86676 7.5587 10.0118 7.61232 10.1616 7.61142H13.6381C13.7885 7.61273 13.9342 7.55909 14.0479 7.46056C14.0993 7.41424 14.1408 7.35803 14.1699 7.29529C14.1991 7.23255 14.2153 7.16457 14.2176 7.09542V1.92856ZM4.53529 15.36H19.4633C20.5614 15.3822 21.607 15.834 22.3757 16.6184C23.1445 17.4028 23.5751 18.4574 23.5751 19.5557C23.5751 20.654 23.1445 21.7086 22.3757 22.493C21.607 23.2774 20.5614 23.7292 19.4633 23.7514H4.53529C3.97717 23.7627 3.4224 23.6625 2.90347 23.4567C2.38455 23.2509 1.9119 22.9437 1.51319 22.553C1.11449 22.1622 0.797748 21.6959 0.581515 21.1812C0.365283 20.6666 0.253906 20.1139 0.253906 19.5557C0.253906 18.9975 0.365283 18.4448 0.581515 17.9302C0.797748 17.4155 1.11449 16.9492 1.51319 16.5584C1.9119 16.1677 2.38455 15.8605 2.90347 15.6547C3.4224 15.4489 3.97717 15.3487 4.53529 15.36ZM7.55415 19.5428C7.55415 19.9407 7.39611 20.3222 7.11481 20.6035C6.8335 20.8848 6.45197 21.0428 6.05415 21.0428C5.65632 21.0428 5.27479 20.8848 4.99349 20.6035C4.71218 20.3222 4.55415 19.9407 4.55415 19.5428C4.55415 19.145 4.71218 18.7635 4.99349 18.4822C5.27479 18.2009 5.65632 18.0428 6.05415 18.0428C6.45197 18.0428 6.8335 18.2009 7.11481 18.4822C7.39611 18.7635 7.55415 19.145 7.55415 19.5428ZM13.5079 19.5428C13.5079 19.9407 13.3498 20.3222 13.0685 20.6035C12.7872 20.8848 12.4057 21.0428 12.0079 21.0428C11.61 21.0428 11.2285 20.8848 10.9472 20.6035C10.6659 20.3222 10.5079 19.9407 10.5079 19.5428C10.5079 19.145 10.6659 18.7635 10.9472 18.4822C11.2285 18.2009 11.61 18.0428 12.0079 18.0428C12.4057 18.0428 12.7872 18.2009 13.0685 18.4822C13.3498 18.7635 13.5079 19.145 13.5079 19.5428ZM17.9599 21.0411C18.3577 21.0411 18.7392 20.8831 19.0205 20.6018C19.3018 20.3205 19.4599 19.939 19.4599 19.5411C19.4599 19.1433 19.3018 18.7618 19.0205 18.4805C18.7392 18.1992 18.3577 18.0411 17.9599 18.0411C17.562 18.0411 17.1805 18.1992 16.8992 18.4805C16.6179 18.7618 16.4599 19.1433 16.4599 19.5411C16.4599 19.939 16.6179 20.3205 16.8992 20.6018C17.1805 20.8831 17.562 21.0411 17.9599 21.0411Z' fill='%23223E9B'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.2176 1.92856H18.2719C18.9113 1.92856 19.429 2.39142 19.429 2.96056V13.2188H4.53529L4.36901 13.2206V2.96056C4.36901 2.3897 4.88672 1.92856 5.52786 1.92856H9.58215V7.09542C9.58215 7.23256 9.64386 7.36284 9.75358 7.46056C9.86676 7.5587 10.0118 7.61232 10.1616 7.61142H13.6381C13.7885 7.61273 13.9342 7.55909 14.0479 7.46056C14.0993 7.41424 14.1408 7.35803 14.1699 7.29529C14.1991 7.23255 14.2153 7.16457 14.2176 7.09542V1.92856ZM4.53529 15.36H19.4633C20.5614 15.3822 21.607 15.834 22.3757 16.6184C23.1445 17.4028 23.5751 18.4574 23.5751 19.5557C23.5751 20.654 23.1445 21.7086 22.3757 22.493C21.607 23.2774 20.5614 23.7292 19.4633 23.7514H4.53529C3.97717 23.7627 3.4224 23.6625 2.90347 23.4567C2.38455 23.2509 1.9119 22.9437 1.51319 22.553C1.11449 22.1622 0.797748 21.6959 0.581515 21.1812C0.365283 20.6666 0.253906 20.1139 0.253906 19.5557C0.253906 18.9975 0.365283 18.4448 0.581515 17.9302C0.797748 17.4155 1.11449 16.9492 1.51319 16.5584C1.9119 16.1677 2.38455 15.8605 2.90347 15.6547C3.4224 15.4489 3.97717 15.3487 4.53529 15.36ZM7.55415 19.5428C7.55415 19.9407 7.39611 20.3222 7.11481 20.6035C6.8335 20.8848 6.45197 21.0428 6.05415 21.0428C5.65632 21.0428 5.27479 20.8848 4.99349 20.6035C4.71218 20.3222 4.55415 19.9407 4.55415 19.5428C4.55415 19.145 4.71218 18.7635 4.99349 18.4822C5.27479 18.2009 5.65632 18.0428 6.05415 18.0428C6.45197 18.0428 6.8335 18.2009 7.11481 18.4822C7.39611 18.7635 7.55415 19.145 7.55415 19.5428ZM13.5079 19.5428C13.5079 19.9407 13.3498 20.3222 13.0685 20.6035C12.7872 20.8848 12.4057 21.0428 12.0079 21.0428C11.61 21.0428 11.2285 20.8848 10.9472 20.6035C10.6659 20.3222 10.5079 19.9407 10.5079 19.5428C10.5079 19.145 10.6659 18.7635 10.9472 18.4822C11.2285 18.2009 11.61 18.0428 12.0079 18.0428C12.4057 18.0428 12.7872 18.2009 13.0685 18.4822C13.3498 18.7635 13.5079 19.145 13.5079 19.5428ZM17.9599 21.0411C18.3577 21.0411 18.7392 20.8831 19.0205 20.6018C19.3018 20.3205 19.4599 19.939 19.4599 19.5411C19.4599 19.1433 19.3018 18.7618 19.0205 18.4805C18.7392 18.1992 18.3577 18.0411 17.9599 18.0411C17.562 18.0411 17.1805 18.1992 16.8992 18.4805C16.6179 18.7618 16.4599 19.1433 16.4599 19.5411C16.4599 19.939 16.6179 20.3205 16.8992 20.6018C17.1805 20.8831 17.562 21.0411 17.9599 21.0411Z' fill='%23223E9B'/%3E%3C/svg%3E%0A");
}

.contact-page__tile-group--industries .wpcf7-list-item:nth-child(5) label::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.743 2.816C3.76156 2.59033 3.8664 2.38049 4.03572 2.23014C4.20503 2.07979 4.42579 2.00049 4.65207 2.00873C4.87836 2.01697 5.09276 2.11212 5.25068 2.2744C5.40861 2.43667 5.4979 2.65357 5.5 2.88V7.374C5.5 7.53976 5.56585 7.69873 5.68306 7.81594C5.80027 7.93315 5.95924 7.999 6.125 7.999C6.29076 7.999 6.44973 7.93315 6.56694 7.81594C6.68415 7.69873 6.75 7.53976 6.75 7.374V2.75C6.75 2.55109 6.82902 2.36032 6.96967 2.21967C7.11032 2.07902 7.30109 2 7.5 2C7.69891 2 7.88968 2.07902 8.03033 2.21967C8.17098 2.36032 8.25 2.55109 8.25 2.75V7.374C8.25 7.53976 8.31585 7.69873 8.43306 7.81594C8.55027 7.93315 8.70924 7.999 8.875 7.999C9.04076 7.999 9.19973 7.93315 9.31694 7.81594C9.43415 7.69873 9.5 7.53976 9.5 7.374V2.88C9.5021 2.65357 9.59139 2.43667 9.74932 2.2744C9.90724 2.11212 10.1216 2.01697 10.3479 2.00873C10.5742 2.00049 10.795 2.07979 10.9643 2.23014C11.1336 2.38049 11.2384 2.59033 11.257 2.816C11.3 3.428 11.5 6.37 11.5 8C11.5 9.35 10.83 10.544 9.808 11.267C9.592 11.42 9.54 11.582 9.545 11.664C9.668 13.542 10 18.682 10 19.497C10 20.16 9.73661 20.7959 9.26777 21.2648C8.79893 21.7336 8.16304 21.997 7.5 21.997C6.83696 21.997 6.20107 21.7336 5.73223 21.2648C5.26339 20.7959 5 20.16 5 19.497C5 18.681 5.332 13.542 5.455 11.664C5.46 11.582 5.408 11.42 5.192 11.267C4.66911 10.8976 4.24252 10.4081 3.94809 9.83958C3.65367 9.27108 3.5 8.64022 3.5 8C3.5 6.37 3.7 3.428 3.743 2.816ZM13 7.75C13 6.225 13.6058 4.76247 14.6841 3.68414C15.7625 2.6058 17.225 2 18.75 2C18.9489 2 19.1397 2.07902 19.2803 2.21967C19.421 2.36032 19.5 2.55109 19.5 2.75V11.25C19.5 11.568 19.606 13.145 19.725 14.892L19.73 14.975C19.86 16.883 20 18.958 20 19.497C20 20.16 19.7366 20.7959 19.2678 21.2648C18.7989 21.7336 18.163 21.997 17.5 21.997C16.837 21.997 16.2011 21.7336 15.7322 21.2648C15.2634 20.7959 15 20.16 15 19.497C15 18.983 15.128 16.886 15.252 14.963C15.314 13.992 15.377 13.051 15.424 12.353L15.447 12H14.75C14.5202 12 14.2926 11.9547 14.0803 11.8668C13.868 11.7788 13.6751 11.6499 13.5126 11.4874C13.3501 11.3249 13.2212 11.132 13.1332 10.9197C13.0453 10.7074 13 10.4798 13 10.25V7.75Z' fill='%23223E9B'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.743 2.816C3.76156 2.59033 3.8664 2.38049 4.03572 2.23014C4.20503 2.07979 4.42579 2.00049 4.65207 2.00873C4.87836 2.01697 5.09276 2.11212 5.25068 2.2744C5.40861 2.43667 5.4979 2.65357 5.5 2.88V7.374C5.5 7.53976 5.56585 7.69873 5.68306 7.81594C5.80027 7.93315 5.95924 7.999 6.125 7.999C6.29076 7.999 6.44973 7.93315 6.56694 7.81594C6.68415 7.69873 6.75 7.53976 6.75 7.374V2.75C6.75 2.55109 6.82902 2.36032 6.96967 2.21967C7.11032 2.07902 7.30109 2 7.5 2C7.69891 2 7.88968 2.07902 8.03033 2.21967C8.17098 2.36032 8.25 2.55109 8.25 2.75V7.374C8.25 7.53976 8.31585 7.69873 8.43306 7.81594C8.55027 7.93315 8.70924 7.999 8.875 7.999C9.04076 7.999 9.19973 7.93315 9.31694 7.81594C9.43415 7.69873 9.5 7.53976 9.5 7.374V2.88C9.5021 2.65357 9.59139 2.43667 9.74932 2.2744C9.90724 2.11212 10.1216 2.01697 10.3479 2.00873C10.5742 2.00049 10.795 2.07979 10.9643 2.23014C11.1336 2.38049 11.2384 2.59033 11.257 2.816C11.3 3.428 11.5 6.37 11.5 8C11.5 9.35 10.83 10.544 9.808 11.267C9.592 11.42 9.54 11.582 9.545 11.664C9.668 13.542 10 18.682 10 19.497C10 20.16 9.73661 20.7959 9.26777 21.2648C8.79893 21.7336 8.16304 21.997 7.5 21.997C6.83696 21.997 6.20107 21.7336 5.73223 21.2648C5.26339 20.7959 5 20.16 5 19.497C5 18.681 5.332 13.542 5.455 11.664C5.46 11.582 5.408 11.42 5.192 11.267C4.66911 10.8976 4.24252 10.4081 3.94809 9.83958C3.65367 9.27108 3.5 8.64022 3.5 8C3.5 6.37 3.7 3.428 3.743 2.816ZM13 7.75C13 6.225 13.6058 4.76247 14.6841 3.68414C15.7625 2.6058 17.225 2 18.75 2C18.9489 2 19.1397 2.07902 19.2803 2.21967C19.421 2.36032 19.5 2.55109 19.5 2.75V11.25C19.5 11.568 19.606 13.145 19.725 14.892L19.73 14.975C19.86 16.883 20 18.958 20 19.497C20 20.16 19.7366 20.7959 19.2678 21.2648C18.7989 21.7336 18.163 21.997 17.5 21.997C16.837 21.997 16.2011 21.7336 15.7322 21.2648C15.2634 20.7959 15 20.16 15 19.497C15 18.983 15.128 16.886 15.252 14.963C15.314 13.992 15.377 13.051 15.424 12.353L15.447 12H14.75C14.5202 12 14.2926 11.9547 14.0803 11.8668C13.868 11.7788 13.6751 11.6499 13.5126 11.4874C13.3501 11.3249 13.2212 11.132 13.1332 10.9197C13.0453 10.7074 13 10.4798 13 10.25V7.75Z' fill='%23223E9B'/%3E%3C/svg%3E%0A");
}

.contact-page__tile-group--industries .wpcf7-list-item:nth-child(6) label::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.4436 8.085H19.7621C19.6693 8.08644 19.5803 8.12225 19.5123 8.1855C18.9753 7.32825 18.4196 6.642 17.9883 6.21075C16.4883 4.71075 7.48834 4.71075 5.98834 6.21075C5.55859 6.64125 5.00584 7.323 4.47184 8.17425C4.40761 8.11867 4.32578 8.08758 4.24084 8.0865H2.55859C2.35234 8.0865 2.18359 8.256 2.18359 8.4615V9.219C2.18359 9.4245 2.34859 9.624 2.55109 9.66375L3.57109 9.85875C2.69059 11.8223 2.17159 14.2658 2.98759 16.7138V18.1665C2.98759 18.5813 3.09259 18.9165 3.22234 18.9165H5.14384C5.27359 18.9165 5.37859 18.5813 5.37859 18.1665V16.9785C7.10209 17.1435 9.54109 17.3235 11.9876 17.3235C14.4116 17.3235 16.8776 17.1465 18.5981 16.983V18.1665C18.5981 18.5813 18.7031 18.9165 18.8321 18.9165H20.7536C20.8826 18.9165 20.9876 18.5813 20.9876 18.1665L20.9861 16.713C21.8013 14.268 21.2838 11.826 20.4048 9.8625L21.4488 9.66375C21.5507 9.64059 21.6421 9.58429 21.7086 9.50368C21.7751 9.42308 21.813 9.3227 21.8163 9.21825V8.46075C21.8163 8.36169 21.7771 8.26664 21.7073 8.19638C21.6375 8.12612 21.5427 8.08635 21.4436 8.08575V8.085ZM5.33134 14.1803C4.97873 14.1685 4.64447 14.0202 4.39918 13.7666C4.15388 13.5131 4.01675 13.1741 4.01675 12.8213C4.01675 12.4684 4.15388 12.1294 4.39918 11.8759C4.64447 11.6223 4.97873 11.474 5.33134 11.4623C5.68396 11.4741 6.01817 11.6225 6.2634 11.8761C6.50863 12.1298 6.64566 12.4688 6.64556 12.8216C6.64547 13.1744 6.50824 13.5134 6.26288 13.7669C6.01751 14.0204 5.68396 14.1686 5.33134 14.1803ZM4.18834 10.2878C4.90834 8.64 5.91109 7.35 6.51859 6.741C6.95659 6.30225 9.02359 5.83575 11.9876 5.83575C14.9516 5.83575 17.0186 6.303 17.4573 6.74175C18.0648 7.34925 19.0668 8.63925 19.7868 10.2878C18.1878 10.4648 15.0731 10.0553 11.9883 10.0553C8.90359 10.0553 5.78884 10.4648 4.18834 10.2878ZM18.6438 14.1803C18.2912 14.1685 17.957 14.0202 17.7117 13.7666C17.4664 13.5131 17.3292 13.1741 17.3293 12.8213C17.3292 12.4684 17.4664 12.1294 17.7117 11.8759C17.957 11.6223 18.2912 11.474 18.6438 11.4623C18.9965 11.4741 19.3307 11.6225 19.5759 11.8761C19.8211 12.1298 19.9582 12.4688 19.9581 12.8216C19.958 13.1744 19.8207 13.5134 19.5754 13.7669C19.33 14.0204 18.9965 14.1686 18.6438 14.1803Z' fill='%23223E9B'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.4436 8.085H19.7621C19.6693 8.08644 19.5803 8.12225 19.5123 8.1855C18.9753 7.32825 18.4196 6.642 17.9883 6.21075C16.4883 4.71075 7.48834 4.71075 5.98834 6.21075C5.55859 6.64125 5.00584 7.323 4.47184 8.17425C4.40761 8.11867 4.32578 8.08758 4.24084 8.0865H2.55859C2.35234 8.0865 2.18359 8.256 2.18359 8.4615V9.219C2.18359 9.4245 2.34859 9.624 2.55109 9.66375L3.57109 9.85875C2.69059 11.8223 2.17159 14.2658 2.98759 16.7138V18.1665C2.98759 18.5813 3.09259 18.9165 3.22234 18.9165H5.14384C5.27359 18.9165 5.37859 18.5813 5.37859 18.1665V16.9785C7.10209 17.1435 9.54109 17.3235 11.9876 17.3235C14.4116 17.3235 16.8776 17.1465 18.5981 16.983V18.1665C18.5981 18.5813 18.7031 18.9165 18.8321 18.9165H20.7536C20.8826 18.9165 20.9876 18.5813 20.9876 18.1665L20.9861 16.713C21.8013 14.268 21.2838 11.826 20.4048 9.8625L21.4488 9.66375C21.5507 9.64059 21.6421 9.58429 21.7086 9.50368C21.7751 9.42308 21.813 9.3227 21.8163 9.21825V8.46075C21.8163 8.36169 21.7771 8.26664 21.7073 8.19638C21.6375 8.12612 21.5427 8.08635 21.4436 8.08575V8.085ZM5.33134 14.1803C4.97873 14.1685 4.64447 14.0202 4.39918 13.7666C4.15388 13.5131 4.01675 13.1741 4.01675 12.8213C4.01675 12.4684 4.15388 12.1294 4.39918 11.8759C4.64447 11.6223 4.97873 11.474 5.33134 11.4623C5.68396 11.4741 6.01817 11.6225 6.2634 11.8761C6.50863 12.1298 6.64566 12.4688 6.64556 12.8216C6.64547 13.1744 6.50824 13.5134 6.26288 13.7669C6.01751 14.0204 5.68396 14.1686 5.33134 14.1803ZM4.18834 10.2878C4.90834 8.64 5.91109 7.35 6.51859 6.741C6.95659 6.30225 9.02359 5.83575 11.9876 5.83575C14.9516 5.83575 17.0186 6.303 17.4573 6.74175C18.0648 7.34925 19.0668 8.63925 19.7868 10.2878C18.1878 10.4648 15.0731 10.0553 11.9883 10.0553C8.90359 10.0553 5.78884 10.4648 4.18834 10.2878ZM18.6438 14.1803C18.2912 14.1685 17.957 14.0202 17.7117 13.7666C17.4664 13.5131 17.3292 13.1741 17.3293 12.8213C17.3292 12.4684 17.4664 12.1294 17.7117 11.8759C17.957 11.6223 18.2912 11.474 18.6438 11.4623C18.9965 11.4741 19.3307 11.6225 19.5759 11.8761C19.8211 12.1298 19.9582 12.4688 19.9581 12.8216C19.958 13.1744 19.8207 13.5134 19.5754 13.7669C19.33 14.0204 18.9965 14.1686 18.6438 14.1803Z' fill='%23223E9B'/%3E%3C/svg%3E%0A");
}

.contact-page__tile-group--industries .wpcf7-list-item:nth-child(7) label::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.53655 1.31642e-06C5.45046 0.00107944 4.39746 0.60797 3.97662 1.70264L0.0545844 16.9917C-0.539463 21.4231 3.85333 21.1515 6.52132 20.0572C10.338 18.4917 15.0396 18.6878 18.8609 19.67L19.1632 18.8629C18.8173 18.7392 18.4444 18.5822 18.1202 18.486C18.1423 18.2815 18.1649 18.0773 18.1875 17.8732L19.2674 18.0662L19.419 17.2178L18.2837 17.0149C18.3125 16.7619 18.3417 16.509 18.3713 16.2561L19.4088 16.4097L19.5351 15.5573C19.1812 15.5048 18.8274 15.4523 18.4735 15.4C18.4949 15.2235 18.5162 15.047 18.538 14.8708C18.8949 14.922 19.2519 14.9731 19.6089 15.0242L19.7311 14.1711L18.6453 14.0156C18.6669 13.8472 18.7058 13.5474 18.7278 13.3792L19.7957 13.4987L19.8915 12.6751C19.5415 12.636 19.1915 12.5968 18.8414 12.5576C18.8781 12.2872 18.9313 12.0334 18.9693 11.7634C19.3288 11.8159 19.6884 11.8685 20.048 11.9213L20.1563 11.1179C19.7961 11.065 19.436 11.0123 19.0758 10.9597C19.1129 10.7059 19.1345 10.4849 19.1729 10.2312C19.5045 10.2905 19.8361 10.3497 20.1677 10.4088L20.3192 9.56039L19.3042 9.37917C19.3387 9.15999 19.3732 8.94089 19.4087 8.7217C19.7358 8.80014 20.0629 8.87861 20.3899 8.95711L20.5911 8.11908L19.5503 7.86924C19.5831 7.67421 19.6165 7.47925 19.6502 7.28438C19.9774 7.35859 20.3046 7.43275 20.6319 7.50684L20.8224 6.66638C20.4815 6.58903 20.1407 6.51175 19.7998 6.43453C19.8358 6.23453 19.8724 6.03445 19.9096 5.8343L20.8818 6.07575L21.0896 5.23936L20.07 4.986C20.1048 4.80569 20.14 4.62525 20.1756 4.44469L21.1263 4.67972L21.3331 3.84305L20.3461 3.59897C20.3857 3.40552 20.4259 3.21218 20.4666 3.01894C20.8597 3.13191 21.0821 3.12975 21.4702 3.25284L21.5625 2.51545C17.634 1.26033 13.1602 0.958267 10.116 2.21297C8.97523 7.55841 8.36735 12.5911 6.92702 18.0867C6.76732 18.6961 6.24874 19.1128 5.64537 19.4022C4.37974 19.9463 2.64382 20.0481 1.67833 19.1721C1.16407 18.6874 0.920178 17.9047 1.09394 16.9418C1.2019 16.3436 1.60408 15.9112 2.07054 15.7053C2.99627 15.3737 4.10922 15.5061 4.83115 16.078C5.41535 16.514 5.40855 17.8725 4.64918 17.5695C4.19735 17.2803 4.55712 17.014 4.24535 16.755C3.7016 16.4068 3.00691 16.2453 2.41854 16.4939C2.15773 16.6089 2.00196 16.7628 1.94201 17.0949C1.80419 17.8585 1.97412 18.2666 2.26943 18.5449C3.12879 19.1772 4.39188 19.0368 5.27262 18.6251C5.74347 18.3992 6.0356 18.0891 6.09344 17.8682C7.52491 12.4065 8.12983 7.36247 9.29468 1.93242C8.74174 0.603798 7.62265 -0.00102993 6.53655 1.31642e-06Z' fill='%23223E9B'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.53655 1.31642e-06C5.45046 0.00107944 4.39746 0.60797 3.97662 1.70264L0.0545844 16.9917C-0.539463 21.4231 3.85333 21.1515 6.52132 20.0572C10.338 18.4917 15.0396 18.6878 18.8609 19.67L19.1632 18.8629C18.8173 18.7392 18.4444 18.5822 18.1202 18.486C18.1423 18.2815 18.1649 18.0773 18.1875 17.8732L19.2674 18.0662L19.419 17.2178L18.2837 17.0149C18.3125 16.7619 18.3417 16.509 18.3713 16.2561L19.4088 16.4097L19.5351 15.5573C19.1812 15.5048 18.8274 15.4523 18.4735 15.4C18.4949 15.2235 18.5162 15.047 18.538 14.8708C18.8949 14.922 19.2519 14.9731 19.6089 15.0242L19.7311 14.1711L18.6453 14.0156C18.6669 13.8472 18.7058 13.5474 18.7278 13.3792L19.7957 13.4987L19.8915 12.6751C19.5415 12.636 19.1915 12.5968 18.8414 12.5576C18.8781 12.2872 18.9313 12.0334 18.9693 11.7634C19.3288 11.8159 19.6884 11.8685 20.048 11.9213L20.1563 11.1179C19.7961 11.065 19.436 11.0123 19.0758 10.9597C19.1129 10.7059 19.1345 10.4849 19.1729 10.2312C19.5045 10.2905 19.8361 10.3497 20.1677 10.4088L20.3192 9.56039L19.3042 9.37917C19.3387 9.15999 19.3732 8.94089 19.4087 8.7217C19.7358 8.80014 20.0629 8.87861 20.3899 8.95711L20.5911 8.11908L19.5503 7.86924C19.5831 7.67421 19.6165 7.47925 19.6502 7.28438C19.9774 7.35859 20.3046 7.43275 20.6319 7.50684L20.8224 6.66638C20.4815 6.58903 20.1407 6.51175 19.7998 6.43453C19.8358 6.23453 19.8724 6.03445 19.9096 5.8343L20.8818 6.07575L21.0896 5.23936L20.07 4.986C20.1048 4.80569 20.14 4.62525 20.1756 4.44469L21.1263 4.67972L21.3331 3.84305L20.3461 3.59897C20.3857 3.40552 20.4259 3.21218 20.4666 3.01894C20.8597 3.13191 21.0821 3.12975 21.4702 3.25284L21.5625 2.51545C17.634 1.26033 13.1602 0.958267 10.116 2.21297C8.97523 7.55841 8.36735 12.5911 6.92702 18.0867C6.76732 18.6961 6.24874 19.1128 5.64537 19.4022C4.37974 19.9463 2.64382 20.0481 1.67833 19.1721C1.16407 18.6874 0.920178 17.9047 1.09394 16.9418C1.2019 16.3436 1.60408 15.9112 2.07054 15.7053C2.99627 15.3737 4.10922 15.5061 4.83115 16.078C5.41535 16.514 5.40855 17.8725 4.64918 17.5695C4.19735 17.2803 4.55712 17.014 4.24535 16.755C3.7016 16.4068 3.00691 16.2453 2.41854 16.4939C2.15773 16.6089 2.00196 16.7628 1.94201 17.0949C1.80419 17.8585 1.97412 18.2666 2.26943 18.5449C3.12879 19.1772 4.39188 19.0368 5.27262 18.6251C5.74347 18.3992 6.0356 18.0891 6.09344 17.8682C7.52491 12.4065 8.12983 7.36247 9.29468 1.93242C8.74174 0.603798 7.62265 -0.00102993 6.53655 1.31642e-06Z' fill='%23223E9B'/%3E%3C/svg%3E%0A");
}

.contact-page__tile-group--industries .wpcf7-list-item:nth-child(8) label::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 14.25C3.90326 14.25 3.33097 14.0129 2.90901 13.591C2.48705 13.169 2.25 12.5967 2.25 12C2.25 11.4033 2.48705 10.831 2.90901 10.409C3.33097 9.98705 3.90326 9.75 4.5 9.75C5.09674 9.75 5.66903 9.98705 6.09099 10.409C6.51295 10.831 6.75 11.4033 6.75 12C6.75 12.5967 6.51295 13.169 6.09099 13.591C5.66903 14.0129 5.09674 14.25 4.5 14.25ZM12 14.25C11.4033 14.25 10.831 14.0129 10.409 13.591C9.98705 13.169 9.75 12.5967 9.75 12C9.75 11.4033 9.98705 10.831 10.409 10.409C10.831 9.98705 11.4033 9.75 12 9.75C12.5967 9.75 13.169 9.98705 13.591 10.409C14.0129 10.831 14.25 11.4033 14.25 12C14.25 12.5967 14.0129 13.169 13.591 13.591C13.169 14.0129 12.5967 14.25 12 14.25ZM19.5 14.25C18.9033 14.25 18.331 14.0129 17.909 13.591C17.4871 13.169 17.25 12.5967 17.25 12C17.25 11.4033 17.4871 10.831 17.909 10.409C18.331 9.98705 18.9033 9.75 19.5 9.75C20.0967 9.75 20.669 9.98705 21.091 10.409C21.5129 10.831 21.75 11.4033 21.75 12C21.75 12.5967 21.5129 13.169 21.091 13.591C20.669 14.0129 20.0967 14.25 19.5 14.25Z' fill='%23223E9B'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 14.25C3.90326 14.25 3.33097 14.0129 2.90901 13.591C2.48705 13.169 2.25 12.5967 2.25 12C2.25 11.4033 2.48705 10.831 2.90901 10.409C3.33097 9.98705 3.90326 9.75 4.5 9.75C5.09674 9.75 5.66903 9.98705 6.09099 10.409C6.51295 10.831 6.75 11.4033 6.75 12C6.75 12.5967 6.51295 13.169 6.09099 13.591C5.66903 14.0129 5.09674 14.25 4.5 14.25ZM12 14.25C11.4033 14.25 10.831 14.0129 10.409 13.591C9.98705 13.169 9.75 12.5967 9.75 12C9.75 11.4033 9.98705 10.831 10.409 10.409C10.831 9.98705 11.4033 9.75 12 9.75C12.5967 9.75 13.169 9.98705 13.591 10.409C14.0129 10.831 14.25 11.4033 14.25 12C14.25 12.5967 14.0129 13.169 13.591 13.591C13.169 14.0129 12.5967 14.25 12 14.25ZM19.5 14.25C18.9033 14.25 18.331 14.0129 17.909 13.591C17.4871 13.169 17.25 12.5967 17.25 12C17.25 11.4033 17.4871 10.831 17.909 10.409C18.331 9.98705 18.9033 9.75 19.5 9.75C20.0967 9.75 20.669 9.98705 21.091 10.409C21.5129 10.831 21.75 11.4033 21.75 12C21.75 12.5967 21.5129 13.169 21.091 13.591C20.669 14.0129 20.0967 14.25 19.5 14.25Z' fill='%23223E9B'/%3E%3C/svg%3E%0A");
}

.contact-page__field-label {
  color: #080e24;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.contact-page__field--floating-label {
  padding-top: 0;
}

.contact-page__field--floating-label .contact-page__field-label {
  position: absolute;
  top: 19px;
  left: 20px;
  z-index: 1;
  padding: 0;
  background: transparent;
  color: #a5a8af;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  pointer-events: none;
  transform-origin: left center;
  transition: top 0.2s ease, transform 0.2s ease, color 0.2s ease, font-size 0.2s ease, padding 0.2s ease, background-color 0.2s ease;
}

.contact-page__field--floating-label.contact-page__field--message .contact-page__field-label {
  top: 19px;
  transform: none;
}

.contact-page__field--floating-label:focus-within .contact-page__field-label,
.contact-page__field--floating-label.contact-page__field--floating-label-raised .contact-page__field-label,
.contact-page__field--floating-label:has(input:not(:placeholder-shown)) .contact-page__field-label,
.contact-page__field--floating-label:has(textarea:not(:placeholder-shown)) .contact-page__field-label {
  top: 0;
  padding: 0 8px;
  background: #fff;
  color: #53555e;
  font-size: 12px;
  font-weight: 400;
  transform: translateY(-50%);
}

.contact-page__field--legend {
  padding-top: 8px;
}

.contact-page__field--legend .contact-page__field-label {
  position: absolute;
  top: 0;
  left: 12px;
  z-index: 1;
  padding: 0 8px;
  background: #fff;
  color: #53555e;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.contact-page__field.is-floating .contact-page__field-label {
  position: static;
  padding: 0;
  background: transparent;
}

.contact-page__field input,
.contact-page__field select,
.contact-page__field textarea {
  width: 100%;
  min-height: 56px;
  padding: 16px 20px;
  border: 1px solid #dbdde1;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #080e24;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-page__field textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-page__field--compact input {
  min-height: 56px;
}

.contact-page__field--legend input {
  min-height: 56px;
}

.contact-page__field--message textarea {
  min-height: 108px;
  padding-top: 17px;
  padding-bottom: 17px;
  resize: none;
  max-height: 100px;
}

.contact-page__field--floating-label input::placeholder,
.contact-page__field--floating-label textarea::placeholder {
  color: transparent;
}

.contact-page__field--floating-label.contact-page__field--floating-label-raised input::placeholder,
.contact-page__field--floating-label.contact-page__field--floating-label-raised textarea::placeholder {
  color: #080e24;
}

#contact-message-short {
  min-height: 258px;
}

.contact-page__field select {
  padding-right: 56px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23080E24' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); /* stylelint-disable-line function-url-quotes */
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
}

.contact-page__field input::placeholder,
.contact-page__field textarea::placeholder,
.contact-page__field select:invalid {
  color: #a5a8af;
}

.contact-page__field input:focus,
.contact-page__field select:focus,
.contact-page__field textarea:focus,
.contact-page__field .wpcf7-not-valid,
.contact-page__tile-group .wpcf7-not-valid {
  outline: none;
  border-color: #223e9b;
}

.contact-page__field--active input,
.contact-page__field--active textarea,
.contact-page__field--active select {
  border-color: #223e9b;
}

.contact-page__consent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #53555e;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.contact-page__consent .wpcf7-list-item {
  margin: 0;
}

.contact-page__consent .wpcf7-list-item-label {
  color: #53555e;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.contact-page__consent input[type=checkbox] {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin: 0;
  border: 1px solid #dbdde1;
  accent-color: #223e9b;
}

.contact-page__consent a {
  color: #223e9b;
}

.contact-page__consent .wpcf7-list-item-label a {
  text-decoration: underline;
}

.contact-page__form-actions {
  display: flex;
  gap: 8px;
  align-items: stretch;
  margin-top: auto;
  padding-top: 26px;
  justify-content: flex-start;
}

.contact-page__button,
.contact-page__form-actions .wpcf7-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.contact-page__button.is-disabled,
.contact-page__button.is-disabled * {
  cursor: no-drop;
}

.contact-page__button--back {
  flex: 0 0 48px;
  width: 48px;
  min-height: 72px;
  padding: 12px;
  background: #fff;
  color: #223e9b;
  justify-content: start;
}

.contact-page__button--back::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.contact-page__button--primary:not(.hero__btn),
.contact-page__form-actions .wpcf7-submit {
  flex: 0 0 auto;
  min-width: 162px;
  min-height: 72px;
  padding: 4px 32px 4px 84px;
  background: #223e9b;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.contact-page__form-actions .wpcf7-spinner {
  display: none;
}

.contact-page__button--primary:not(.hero__btn)::before,
.contact-page__form-actions .wpcf7-submit::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: 64px;
  background: #fff url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='64' height='64' fill='white'%3E%3C/rect%3E%3Cpath d='M38.673 40.3811L33.314 45.0929C33.1633 45.2271 32.9752 45.3116 32.7745 45.3352C28.7395 45.7995 25.3505 44.9637 22.6078 42.8278C18.381 39.5332 20.0824 33.4526 22.2343 29.2071C26.3425 21.1098 34.1321 17.6032 43.1429 18.7539C43.178 18.7595 43.2107 18.775 43.2371 18.7987C43.2634 18.8223 43.2821 18.8531 43.2911 18.8871L43.9906 21.5277C43.997 21.5495 43.9979 21.5727 43.9931 21.595C43.9882 21.6173 43.9779 21.6379 43.963 21.6549C43.9481 21.6719 43.9292 21.6848 43.9081 21.6922C43.887 21.6996 43.8644 21.7013 43.8424 21.6973C41.9217 21.4025 40.7321 21.2774 40.2736 21.3218C34.2586 21.8991 30.4033 25.0929 28.7078 30.9029C27.7416 34.2339 28.9924 38.219 32.4189 39.5453C34.4028 40.3084 36.4164 40.4437 38.4596 39.9511C38.5126 39.9386 38.5681 39.9446 38.6173 39.9681C38.6665 39.9916 38.7066 40.0312 38.7311 40.0807C38.7557 40.1302 38.7633 40.1867 38.7528 40.2411C38.7423 40.2956 38.7142 40.3448 38.673 40.3811Z' fill='%23223E9B'%3E%3C/path%3E%3C/svg%3E") center no-repeat; /* stylelint-disable-line function-url-quotes */
}

.contact-page__button--primary:not(.hero__btn):hover,
.contact-page__button--primary:not(.hero__btn):focus-visible,
.contact-page__form-actions .wpcf7-submit:hover,
.contact-page__form-actions .wpcf7-submit:focus-visible {
  background: #173184;
  color: #fff;
}

.contact-page__form-actions .hero__btn.contact-page__button--primary {
  min-height: 72px;
  max-width: 424px;
  width: 100%;
  margin-left: auto;
}

.contact-page__success {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 20px;
  text-align: center;
}

.contact-page__success[hidden] {
  display: none;
}

.contact-page__success-copy {
  max-width: 492px;
}

.contact-page__success-title {
  margin: 0;
  color: #080e24;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.contact-page__success-text {
  margin: 16px 0 0;
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.018em;
}

.contact-page__locations {
  padding: 140px 0;
}

.contact-page__locations-header {
  max-width: 1064px;
  margin: 0 auto 40px;
  text-align: center;
}

.contact-page__eyebrow,
.contact-page__location-eyebrow {
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.contact-page__locations-title {
  margin: 10px 0 0;
  color: #080e24;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
}

.contact-page__locations-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.contact-page__location-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid #dbdde1;
  background: #fff;
}
.contact-page__location-card:nth-child(2) {
  border-left: none;
  border-right: none;
}

.contact-page__location-top {
  padding: 32px 32px 20px;
  border-bottom: 1px solid #dbdde1;
}

.contact-page__location-title {
  margin: 10px 0 0;
  color: #212121;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.contact-page__location-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 16px;
  padding: 20px 32px 32px;
}

.contact-page__location-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.contact-page__location-row--stacked {
  align-items: flex-start;
}

.contact-page__location-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.contact-page__location-inline {
  display: flex;
  gap: 4px;
  align-items: center;
  min-width: 0;
  color: #53555e;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.contact-page__location-label {
  color: #080e24;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.contact-page__location-value {
  color: #223e9b;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: underline;
  word-break: break-word;
}

.contact-page__location-value--plain {
  color: #53555e !important;
  text-decoration: none !important;
}

.contact-page__location-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1279px) {
  .contact-page__hero-copy-inner {
    padding-right: 40px;
  }
  .contact-page__form-column {
    padding: 24px 32px;
  }
}
@media (max-width: 1024px) {
  .contact-page__hero-stage {
    grid-template-columns: 1fr;
  }
  .contact-page__hero-copy,
  .contact-page__form-column {
    min-height: auto;
  }
  .contact-page__hero-copy-inner {
    max-width: none;
    margin-left: 0;
    padding: 16px 16px 0;
  }
  .contact-page__hero-panel {
    margin-top: 32px;
    padding: 40px 20px;
  }
  .contact-page__hero-wrap {
    padding-bottom: 80px;
  }
  .contact-page__hero-copy-inner:after {
    bottom: 80px;
    right: 16px;
  }
  .contact-page__form-column {
    padding: 40px 16px;
  }
  .contact-page__form-shell {
    max-width: none;
  }
  .contact-page__locations {
    padding: 100px 0 120px;
  }
  .contact-page__locations-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .contact-page__hero-title {
    font-size: 28px;
    line-height: 1.2;
  }
  .contact-page__locations-title {
    font-size: 26px;
    line-height: 1.2;
  }
  .contact-page__hero-text {
    font-size: 16px;
  }
  .contact-page__hero-text {
    margin-top: 16px;
  }
  .contact-page__hero-copy-inner {
    padding: 0 16px 0;
  }
  .contact-page__hero-copy-inner::after {
    right: 16px;
  }
  .contact-page__hero-panel {
    margin-top: 16px;
    padding: 40px 20px;
  }
  .contact-page__hero-panel::after {
    display: block;
    bottom: -80px;
    height: 80px;
  }
  .contact-page__form-column {
    min-height: 740px;
    padding: 40px 16px;
  }
  .contact-page__form-panel {
    min-height: 660px;
    padding: 20px;
  }
  .contact-page__form-header {
    flex-wrap: wrap;
    gap: 16px;
  }
  .contact-page__form-badge {
    order: -1;
  }
  .contact-page__step-intro {
    flex-wrap: wrap;
  }
  .contact-page__step-intro > p {
    width: 100%;
  }
  .contact-page__step-intro-copy {
    max-width: none;
    font-size: 20px;
  }
  .contact-page__step-badge {
    order: -1;
  }
  .contact-page__field-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .contact-page__tile-group .wpcf7-radio {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-page__tile-group--stacked .wpcf7-radio {
    grid-template-columns: 1fr;
  }
  .contact-page__form-actions {
    padding-top: 0;
  }
  .contact-page__button--primary,
  .contact-page__form-actions .wpcf7-submit {
    min-height: 72px;
    padding: 4px 32px 4px 84px;
  }
  .contact-page__button--primary::before,
  .contact-page__form-actions .wpcf7-submit::before {
    width: 64px;
    background-size: 32px 32px;
  }
  .contact-page__success {
    padding: 0;
  }
  .contact-page__success-copy {
    max-width: 100%;
  }
  .contact-page__locations {
    padding: 80px 0;
  }
  .contact-page__locations-header {
    margin-bottom: 24px;
  }
  .contact-page__locations-grid {
    gap: 20px;
  }
  .contact-page__location-card:nth-child(2) {
    border-left: 1px solid #dbdde1;
    border-right: 1px solid #dbdde1;
  }
  .contact-page__location-top,
  .contact-page__location-body {
    padding-left: 32px;
    padding-right: 32px;
  }
  .contact-page__location-inline {
    flex-wrap: wrap;
  }
}
.step-panel__two .contact-page__step-intro-copy {
  font-size: 20px;
}
.step-panel__two .contact-page__form-actions {
  padding-top: unset;
}

.step-panel__three .contact-page__step-intro-copy {
  font-size: 20px;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
  position: absolute;
}

.wpcf7-acceptance label {
  display: flex;
  gap: 8px;
  align-items: center;
}

.wpcf7-form.unaccepted .wpcf7-acceptance label {
  color: #a5a8af;
}

.wpcf7 form.unaccepted .wpcf7-response-output {
  margin: 0;
  padding: unset;
  border: unset;
  font-size: 14px;
  display: block !important;
}

.contact-page__form-shell.is-success .contact-page__form-content,
.contact-page__form-shell.is-success .contact-page__form-content .wpcf7,
.contact-page__form-shell.is-success .contact-page__form-content .wpcf7 form {
  height: unset;
}

.search-results-page__hero {
  padding: 64px 0;
  background: #223e9b;
  color: #fff;
}

.search-results-page__hero-inner {
  max-width: 720px;
}

.search-results-page__hero-label {
  margin-bottom: 4px;
  color: #dbdde1;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.search-results-page__hero-wrapp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.search-results-page__hero-title {
  margin: 0;
  color: #fff;
  font-size: 64px;
  font-weight: 300;
  line-height: 120%;
}

.search-results-page__hero-pill {
  display: inline;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  margin-top: 14px;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.1215686275);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}

.search-results-page__section {
  padding: 80px 0 72px;
  background: #fff;
}

.search-results-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.search-results-page__card {
  min-width: 0;
  border: 1px solid #dbdde1;
  background: #fff;
}

.search-results-page__card-link {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: #080e24;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.search-results-page__card-link:hover, .search-results-page__card-link:focus-visible {
  box-shadow: 0 10px 24px rgba(8, 14, 36, 0.06);
}
.search-results-page__card-link:hover .search-results-page__card-title, .search-results-page__card-link:focus-visible .search-results-page__card-title {
  color: #223e9b;
}

.search-results-page__card-media {
  aspect-ratio: 414/234;
  overflow: hidden;
  background: #eef1f7;
}

.search-results-page__card-image,
.search-results-page__card-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.search-results-page__card-image {
  object-fit: cover;
}

.search-results-page__card-placeholder {
  background: linear-gradient(135deg, #edf0f7 0%, #dfe5f1 100%);
}

.search-results-page__card-body {
  padding: 32px;
}
.search-results-page__card-body .site-search-live-results__title {
  margin-top: 8px;
}

.search-results-page__card-badge {
  margin-bottom: 8px;
  color: #223e9b;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-results-page__card-title {
  margin: 0;
  color: #080e24;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  transition: color 0.2s ease;
}

.search-results-page__card-excerpt {
  margin-top: 8px;
  color: #6a7180;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.55;
}

.search-results-page__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.search-results-page__pagination-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid #223e9b;
  color: #223e9b;
  font-size: 42px;
  line-height: 1;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}
.search-results-page__pagination-button span {
  height: 46px;
}
.search-results-page__pagination-button:hover, .search-results-page__pagination-button:focus-visible {
  border-color: #223e9b;
}
.search-results-page__pagination-button.is-disabled {
  color: #d9dce3;
  pointer-events: none;
  border: 1px solid #dbdde1;
}
.search-results-page__pagination-button.is-disabled svg {
  filter: brightness(0.1);
  opacity: 0.3;
}

.search-results-page__pagination-button--prev svg {
  transform: rotate(180deg);
}

.search-results-page__pagination-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 25px;
  border: 1px solid #dbdde1;
  gap: 22px;
}

.search-results-page__pagination-item {
  display: inline-flex;
}
.search-results-page__pagination-item .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 24px;
  padding: 0;
  border: 0;
  color: #a5a8af;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.search-results-page__pagination-item .page-numbers.current {
  color: #223e9b;
}
.search-results-page__pagination-item .page-numbers.dots {
  color: #a0a8b8;
}

.search-results-page__empty {
  max-width: 460px;
  padding: 48px 0 12px;
}

.search-results-page__empty-title {
  color: #080e24;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.15;
}

.search-results-page__empty-text {
  margin-top: 12px;
  color: #6a7180;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
}

.search-results-page__empty-suggestion-label {
  margin-top: 24px;
  color: #a0a8b8;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-results-page__empty-suggestion-link {
  display: inline-flex;
  margin-top: 6px;
  color: #223e9b;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
}

@media (max-width: 1023px) {
  .search-results-page__hero {
    padding: 64px 0 80px;
  }
  .search-results-page__hero-title {
    font-size: 40px;
  }
  .search-results-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .search-results-page__hero-label {
    font-size: 20px;
  }
  .search-results-page__hero-title {
    font-size: 28px;
  }
  .search-results-page__hero-wrapp {
    margin-top: 5px;
  }
  .search-results-page__section {
    padding: 40px 0 80px;
  }
  .search-results-page__grid {
    grid-template-columns: 1fr;
  }
  .search-results-page__card-media {
    aspect-ratio: 1.72/1;
  }
  .search-results-page__card-body {
    padding: 20px;
  }
  .search-results-page__empty {
    padding-top: 28px;
  }
  .search-results-page__empty-title {
    font-size: 24px;
  }
}
.blog-archive {
  background: #fff;
  color: #080e24;
}

.blog-archive__hero {
  padding: 16px 0 45px;
  background: #fff;
}

.blog-archive__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #a5a8af;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.blog-archive__breadcrumbs a,
.blog-archive__breadcrumbs span {
  color: inherit;
}
.blog-archive__breadcrumbs a {
  text-decoration: none;
  transition: color 0.2s ease;
}
.blog-archive__breadcrumbs a:hover, .blog-archive__breadcrumbs a:focus-visible {
  color: #223e9b;
}

.blog-archive__breadcrumbs-separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}

.blog-archive__hero-inner {
  max-width: 817px;
  margin: 0 auto;
  text-align: center;
}

.blog-archive__hero-title {
  margin: 0;
  color: #080e24;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.blog-archive__hero-description {
  max-width: 642px;
  margin: 16px auto 0;
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.054px;
}

.blog-archive__search-section {
  position: relative;
  z-index: 2;
  margin-bottom: -35px;
}

.blog-archive__search-shell {
  max-width: 1064px;
  margin: 0 auto;
}

.blog-archive__search-form {
  width: 100%;
}

.blog-archive__search-icon {
  display: inline-flex;
  flex: 0 0 20px;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.blog-archive__search-input {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #080e24;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.blog-archive__search-input::placeholder {
  color: #9b9da4;
  opacity: 1;
}
.blog-archive__search-input:focus {
  outline: none;
}

.blog-archive__search-form .site-search-form__submit {
  display: none;
}

.blog-archive__section {
  padding: 140px 0 0;
  background: #f4f5f9;
}

.blog-archive__section--latest {
  border-top: 1px solid #dbdde1;
  background: #f4f5f9;
}

.blog-archive__section-title {
  margin: 0 0 40px;
  color: #080e24;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.blog-archive__latest {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-archive__latest-grid,
.blog-archive__category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.blog-archive__category-grid .blog-archive__card-meta {
  margin-bottom: 24px;
}

.blog-archive__category-actions {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.blog-archive__load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 32px;
  border: 1px solid #223e9b;
  background: #fff;
  color: #223e9b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  border-radius: unset;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
.blog-archive__load-more:hover, .blog-archive__load-more:focus-visible {
  background: #223e9b;
  color: #fff;
}
.blog-archive__load-more.is-loading, .blog-archive__load-more:disabled {
  opacity: 0.7;
  cursor: wait;
}

.blog-archive__card {
  display: flex;
  min-width: 0;
  border: 1px solid #dbdde1;
  background: #fff;
}

.blog-archive__card-link {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.blog-archive__card--featured {
  align-items: stretch;
}
.blog-archive__card--featured .blog-archive__card-link {
  align-items: stretch;
}
.blog-archive__card--featured .blog-archive__card-button {
  height: 72px;
}
@media (max-width: 767px) {
  .blog-archive__card--featured .blog-archive__card-button {
    height: 48px;
  }
}

.blog-archive__card--compact,
.blog-archive__card--category {
  flex-direction: column;
}
.blog-archive__card--compact .blog-archive__card-link,
.blog-archive__card--category .blog-archive__card-link {
  flex-direction: column;
}

.blog-archive__card-media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #edf0f7 0%, #dfe5f1 100%);
}

.blog-archive__card-media--featured {
  flex: 1 1 50%;
  min-height: 434px;
}

.blog-archive__card-media--bottom {
  aspect-ratio: 640/434;
  width: 100%;
}

.blog-archive__card-image,
.blog-archive__card-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-archive__card-image {
  object-fit: cover;
  transition: transform 0.6s ease;
}

.blog-archive__card-link:hover .blog-archive__card-image,
.blog-archive__card-link:focus-visible .blog-archive__card-image {
  transform: scale(1.04);
}

.blog-archive__card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #223e9b;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.blog-archive__card-media--featured .blog-archive__card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
}

.blog-archive__card-badge--inline {
  position: static;
  flex: 0 0 auto;
}

.blog-archive__card-badge--bottom {
  position: absolute;
  bottom: 16px;
  left: 16px;
}

.blog-archive__card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
}
.blog-archive__card-body .blog-archive__card-meta--inline {
  margin-bottom: 24px;
}

.blog-archive__card--featured .blog-archive__card-body {
  flex: 1 1 50%;
  justify-content: center;
}

.blog-archive__card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.blog-archive__card-date {
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.blog-archive__card-title {
  margin: 0;
  color: #080e24;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 24px;
}

.blog-archive__card-excerpt {
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.054px;
  margin-bottom: 24px;
}

.blog-archive__card--featured .blog-archive__card-excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.blog-archive__card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 4px 32px 4px 4px;
  border: 1px solid #223e9b;
  color: #223e9b;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  height: 48px;
}
.blog-archive__card-button:hover, .blog-archive__card-button:focus-visible, .blog-archive__card-link:hover .blog-archive__card-button, .blog-archive__card-link:focus-visible .blog-archive__card-button {
  background: #223e9b;
  color: #fff;
}
.blog-archive__card-button:hover .blog-archive__card-button-icon svg path, .blog-archive__card-button:focus-visible .blog-archive__card-button-icon svg path, .blog-archive__card-link:hover .blog-archive__card-button .blog-archive__card-button-icon svg path, .blog-archive__card-link:focus-visible .blog-archive__card-button .blog-archive__card-button-icon svg path {
  stroke: #fff;
}

.blog-archive__card-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 40px;
  height: 40px;
}

.blog-archive__card-button-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.blog-archive__empty {
  padding: 32px;
  border: 1px solid #dbdde1;
  background: #fff;
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.blog-archive__latest-grid .blog-archive__card-button {
  margin-top: auto;
}

.cta-banner.post-single__cta,
.cta-banner.blog-archive__cta {
  padding-top: 220px;
  padding-bottom: 140px;
  background: #f4f5f9;
}
.cta-banner.post-single__cta .cta-banner__card:before, .cta-banner.post-single__cta .cta-banner__card:after,
.cta-banner.blog-archive__cta .cta-banner__card:before,
.cta-banner.blog-archive__cta .cta-banner__card:after {
  display: none;
}

@media (max-width: 1024px) {
  .blog-archive__hero {
    padding-bottom: 96px;
  }
  .blog-archive__hero-title {
    font-size: 48px;
  }
  .blog-archive__section {
    padding-top: 112px;
  }
  .blog-archive__section--latest {
    padding-top: 72px;
  }
  .blog-archive__latest-grid,
  .blog-archive__category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blog-archive__card--featured {
    flex-direction: column;
  }
  .blog-archive__card-media--featured {
    min-height: 360px;
  }
}
@media (max-width: 767px) {
  .blog-archive__hero {
    padding: 16px 0 48px;
  }
  .blog-archive__hero-inner {
    max-width: none;
    margin: 0;
  }
  .blog-archive__hero-title {
    font-size: 28px;
    line-height: 1.2;
  }
  .blog-archive__hero-description {
    max-width: none;
    margin: 16px 0 0;
    font-size: 18px;
  }
  .blog-archive__search-section {
    margin-top: 0;
  }
  .blog-archive__search-shell {
    max-width: none;
  }
  .blog-archive__search-label {
    min-height: 0;
    padding: 0;
  }
  .blog-archive__section {
    padding-top: 80px;
  }
  .blog-archive__section--latest {
    padding-top: 115px;
  }
  .blog-archive__section-title {
    margin-bottom: 24px;
    font-size: 26px;
  }
  .blog-archive__card {
    border: unset;
  }
  .blog-archive__latest {
    gap: 16px;
  }
  .blog-archive__latest-grid,
  .blog-archive__category-grid {
    grid-template-columns: 1fr;
  }
  .blog-archive__category-actions {
    margin-top: 24px;
  }
  .blog-archive__load-more {
    width: 100%;
    min-height: 48px;
    padding: 15px 24px;
  }
  .blog-archive__card-body {
    padding: 20px;
    border: 1px solid #dbdde1;
  }
  .blog-archive__card--featured .blog-archive__card-body {
    justify-content: flex-start;
    border-top: unset;
  }
  .blog-archive__card-media--featured {
    min-height: 250px;
    aspect-ratio: 370/250;
  }
  .blog-archive__card-media--bottom {
    aspect-ratio: 370/250;
  }
  .blog-archive__card-meta {
    margin-bottom: 16px;
  }
  .blog-archive__card-body .blog-archive__card-meta--inline,
  .blog-archive__category-grid .blog-archive__card-meta {
    margin-bottom: 24px;
  }
  .blog-archive__card--compact .blog-archive__card-body {
    min-height: 224px;
  }
  .blog-archive__card--category .blog-archive__card-body {
    min-height: 204px;
    border-bottom: unset;
  }
  .blog-archive__card-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 24px;
  }
  .blog-archive__card-excerpt,
  .blog-archive__empty {
    font-size: 18px;
  }
  .blog-archive__card-excerpt {
    margin-bottom: 24px;
  }
  .blog-archive__card-badge--bottom {
    bottom: 14px;
  }
  .blog-archive__empty {
    padding: 24px 20px;
  }
  .cta-banner.blog-archive__cta {
    padding-top: 175px;
    padding-bottom: 80px;
  }
  .cta-banner.blog-archive__cta .cta-banner__image {
    margin: 73px -10px 0 auto;
  }
}
.solution-single {
  background: #f7f8fb;
  color: #080e24;
}

.solution-single__hero {
  position: relative;
  overflow: hidden;
  min-height: 363px;
  padding: 0 0 80px;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.solution-single__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 14, 36, 0.42);
  pointer-events: none;
}
.solution-single__hero .container {
  position: relative;
  z-index: 1;
}

.solution-single__hero-inner {
  position: relative;
}
.solution-single__hero-inner::after {
  content: "";
  position: absolute;
  right: -100vw;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(219, 221, 225, 0.28);
  pointer-events: none;
}
.solution-single__hero-inner::before {
  content: "";
  position: absolute;
  right: -100vw;
  top: -1px;
  left: 0;
  height: 1px;
  background: rgba(219, 221, 225, 0.28);
  pointer-events: none;
}

.solution-single__hero-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(100%, 961px);
  padding: 56px;
  background: rgba(255, 255, 255, 0.0509803922);
  backdrop-filter: blur(12px);
}
.solution-single__hero-panel::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -100vh;
  left: 0;
  width: 1px;
  background: rgba(219, 221, 225, 0.28);
  pointer-events: none;
}
.solution-single__hero-panel::after {
  content: "";
  position: absolute;
  top: -100vh;
  bottom: -100vh;
  right: 0;
  width: 1px;
  background: rgba(219, 221, 225, 0.28);
  pointer-events: none;
}

.solution-single__eyebrow {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.solution-single__title {
  margin: 0;
  max-width: 817px;
  color: #fff;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.2;
}

.solution-single__excerpt {
  max-width: 642px;
  margin-top: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
.solution-single__excerpt p {
  margin: 0;
}

.solution-single.type-leistungen .solution-single__content > :where(p, h2, h3, h4, h5, h6, ul, ol, blockquote, figure, table, .wp-block-buttons, .wp-block-separator) {
  box-sizing: border-box;
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 1024px) {
  .solution-single.type-leistungen .solution-single__content > :where(p, h2, h3, h4, h5, h6, ul, ol, blockquote, figure, table, .wp-block-buttons, .wp-block-separator) {
    padding-right: 16px;
    padding-left: 16px;
  }
  .solution-single__hero-panel {
    padding: 48px;
  }
  .solution-single__title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .solution-single__hero {
    min-height: unset;
    padding: 0 0 80px;
  }
  .solution-single__hero-panel {
    padding: 40px 20px;
  }
  .solution-single__title {
    font-size: 28px;
  }
}
body.single-referenzen .site-main {
  background: #f4f5f9;
}

.referenzen-single {
  background: #f4f5f9;
}

.referenzen-single__hero {
  padding-bottom: 0;
}

.referenzen-single .post-single__media {
  border-top: 1px solid #dbdde1;
  border-bottom: 1px solid #dbdde1;
}

.referenzen-single__metrics {
  padding: 20px 40px;
  border-bottom: 1px solid #dbdde1;
  background: #fff;
}

.referenzen-single .post-single__body {
  padding-bottom: 32px;
}

.referenzen-single__related {
  overflow: hidden;
  padding: 140px 0 0;
  background: #f4f5f9;
}

.referenzen-single__section-title {
  margin: 0 0 40px;
  color: #080e24;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
}

.referenzen-single__related-desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.referenzen-single__related-swiper {
  width: 100%;
  overflow: visible;
}

.referenzen-single__related-track {
  align-items: stretch;
}

.referenzen-single__related-slide {
  height: auto;
}

.referenzen-related-card {
  display: grid;
  grid-template-columns: 304px minmax(0, 1fr);
  height: 390px;
  border: 1px solid #dbdde1;
  background: #fff;
}

.referenzen-related-card__media {
  min-width: 0;
  border-right: 1px solid #dbdde1;
  background: #f4f5f9;
}

.referenzen-related-card__media--placeholder {
  background: linear-gradient(135deg, #f4f5f9 0%, #dbdde1 100%);
}

.referenzen-related-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.referenzen-related-card__panel {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}

.referenzen-related-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
  border-bottom: 1px solid #dbdde1;
}

.referenzen-related-card__title {
  margin: 0;
  color: #080e24;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.referenzen-related-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 48px;
  padding: 0px 32px 0px 4px;
  border: 1px solid #223e9b;
  background: #fff;
  color: #223e9b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.referenzen-related-card__button:hover, .referenzen-related-card__button:focus-visible {
  background: #223e9b;
  color: #fff;
}

.referenzen-related-card__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}

.referenzen-related-card__body {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
}

.referenzen-related-card__description {
  color: #53555e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.referenzen-related-card__metrics {
  margin-top: auto;
}

.referenzen-single__related-pagination.swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.referenzen-single__related-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  cursor: pointer;
}
.referenzen-single__related-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background: #223e9b;
}

.referenzen-single__related-mobile,
.referenzen-single__share-mobile {
  display: none;
}

@media (max-width: 1199px) {
  .referenzen-single__share-desktop {
    display: none !important;
  }
}

.referenzen-single__share-mobile {
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px;
  background: #f4f5f9;
}

.referenzen-single__share-mobile .post-single__share-links {
  flex-direction: row;
  gap: 12px;
}

.referenzen-single__faq {
  margin-top: 140px;
  padding: 140px 0 0;
}

.referenzen-single__cta {
  padding: 140px 0 140px;
}

@media (max-width: 767px) {
  .referenzen-single__hero .container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .referenzen-single .post-single__content-column {
    width: 100%;
  }
  .referenzen-single .post-single__header {
    padding: 20px 20px 0;
  }
  .referenzen-single__metrics {
    padding: 20px;
  }
  .referenzen-single__metrics .referenzen-preview__metrics {
    gap: 32px;
  }
  .referenzen-single .post-single__body {
    padding: 32px 20px 20px;
  }
  .referenzen-single__related {
    padding-top: 80px;
  }
  .referenzen-single__section-title {
    margin-bottom: 24px;
    font-size: 26px;
  }
  .referenzen-single__related-desktop {
    display: none;
  }
  .referenzen-single__related-mobile {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .referenzen-related-card {
    display: grid;
    grid-template-columns: minmax(0, 159px) minmax(0, 1fr);
    height: auto;
  }
  .referenzen-related-card__media {
    height: 204px;
    border-right: 1px solid #dbdde1;
    border-bottom: 1px solid #dbdde1;
  }
  .referenzen-related-card__panel {
    display: contents;
  }
  .referenzen-related-card__top {
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding: 20px;
    border-bottom: 1px solid #dbdde1;
  }
  .referenzen-related-card__title {
    font-size: 20px;
  }
  .referenzen-related-card__body {
    grid-column: 1/-1;
    gap: 16px;
    padding: 20px;
  }
  .referenzen-related-card__button {
    max-width: 100%;
    padding-right: 24px;
  }
  .referenzen-single__share-mobile {
    display: flex;
    margin-top: 24px;
  }
  .referenzen-single__share-mobile .post-single__share-title {
    width: 96px;
    text-align: left;
  }
  .referenzen-single__faq {
    margin-top: 80px;
    padding: 80px 0;
  }
  .referenzen-single__faq .container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .referenzen-single__faq .faq-section__header {
    margin-bottom: 24px;
  }
  .referenzen-single__faq .faq-section__list {
    max-width: none;
  }
  .referenzen-single__cta {
    padding: 160px 0 80px;
    border: 1px solid #dbdde1;
  }
  .referenzen-single__cta .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* blocks
--------------------------------------------- */
.hero {
  padding-top: 83px;
  position: relative;
  overflow: hidden;
  margin-top: var(--margin-top, 0px);
  margin-bottom: var(--margin-bottom, 0px);
  padding-bottom: calc(var(--padding-bottom, 0px) + 84px);
  background: #07141d;
  color: #fff;
  isolation: isolate;
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero::before {
  z-index: 1;
  background: rgba(0, 0, 0, 0.5019607843);
}
.hero .container {
  position: relative;
  z-index: 4;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  filter: blur(1.5px);
}

.hero__inner {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 650px;
  padding-top: 64px;
}
.hero__inner::before {
  content: "";
  position: absolute;
  height: 64px;
  left: 0;
  width: 1px;
  top: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.1607843137);
}
.hero__inner::after {
  content: "";
  position: relative;
  height: 64px;
  right: 1px;
  width: 1px;
  top: -64px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.1607843137);
}
.hero__inner-block {
  border-left: 1px solid rgba(255, 255, 255, 0.1215686275);
  border-right: 1px solid rgba(255, 255, 255, 0.1215686275);
  padding-bottom: 80px;
}
.hero__inner-block::before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  width: 100vw;
  top: 64px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.1607843137);
}
.hero__inner-block::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  width: 100vw;
  bottom: 80px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.1607843137);
}

.hero__wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 961px;
  min-height: 520px;
  margin: auto 0;
  padding: 56px;
  background: rgba(255, 255, 255, 0.031372549);
  backdrop-filter: blur(5px);
  box-shadow: 0 32px 60px rgba(0, 0, 0, 0.18);
}
@media (max-width: 1024px) {
  .hero__wrapper {
    padding: 34px;
  }
}
@media (max-width: 768px) {
  .hero__wrapper {
    padding: 24px;
  }
}
.hero__wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__avatars {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  min-height: 44px;
}

.hero__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__avatar-number {
  min-width: 44px;
  padding: 0 14px;
  margin-right: 0;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.14);
}

.hero__title {
  margin: 0;
  font-weight: 300;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: 0px;
  vertical-align: middle;
  font-weight: 300;
  padding-right: 40px;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .hero__title {
    font-size: 44px;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 28px;
  }
}

.hero__description {
  max-width: 630px;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.3%;
  vertical-align: middle;
  margin-bottom: 40px;
  color: #ffffff;
}
.hero__description p {
  margin: 0;
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 58px;
  padding: 4px;
  background: #223e9b;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  text-decoration: none;
  overflow: hidden;
  max-width: 379px;
}
@media (max-width: 480px) {
  .hero__btn {
    max-width: 100%;
  }
}
.hero__btn:hover, .hero__btn:focus-visible {
  background: #173184;
  color: #fff;
}

.hero__btn--secondary {
  padding: 8px 26px;
  border-color: rgba(255, 255, 255, 0.18);
  background: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  height: 72px;
  color: #223e9b;
  padding: 25px 32px;
  transition: all 0.5s cubic-bezier(0.16, 0.64, 0.32, 1);
  border: 1px solid rgba(255, 255, 255, 0.3215686275);
  backdrop-filter: blur(8px);
}
@media (max-width: 480px) {
  .hero__btn--secondary {
    max-width: 100%;
  }
}
.hero__btn--secondary::before {
  display: none;
}
.hero__btn--secondary:hover, .hero__btn--secondary:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
}

.hero__btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  flex: 0 0 64px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.16, 0.64, 0.32, 1);
}
.hero__btn-icon svg {
  display: block;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  transition: opacity 0.5s cubic-bezier(0.16, 0.64, 0.32, 1);
}

.hero__btn-icon--hover {
  width: 0;
  min-width: 0;
  flex-basis: 0;
  margin-left: 0;
}
.hero__btn-icon--hover svg {
  opacity: 0;
}

.hero__btn-label {
  width: 100%;
  padding: 0px 22px;
}

.hero__btn-label-track {
  display: flex;
  flex-direction: column;
}

.hero__btn-label-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
}

.hero__btn--primary:hover .hero__btn-icon--default,
.hero__btn--primary:focus-visible .hero__btn-icon--default {
  width: 0;
  min-width: 0;
  flex-basis: 0;
  margin-right: 0;
}
.hero__btn--primary:hover .hero__btn-icon--default svg,
.hero__btn--primary:focus-visible .hero__btn-icon--default svg {
  opacity: 0;
}

.hero__btn--primary:hover .hero__btn-icon--hover,
.hero__btn--primary:focus-visible .hero__btn-icon--hover {
  width: 64px;
  min-width: 64px;
  flex-basis: 64px;
}
.hero__btn--primary:hover .hero__btn-icon--hover svg,
.hero__btn--primary:focus-visible .hero__btn-icon--hover svg {
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  .hero__inner {
    min-height: auto;
  }
  .hero__wrapper {
    max-width: 100%;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .hero__media img {
    transform: scale(1.08);
  }
  .hero__description {
    margin-bottom: 24px;
  }
  .hero__wrapper {
    padding: 28px 22px;
  }
  .hero__avatars {
    min-height: 38px;
  }
  .hero__avatar {
    width: 38px;
    height: 38px;
    margin-right: -10px;
  }
  .hero__avatar-number {
    min-width: 38px;
    padding: 0 12px;
    font-size: 0.85rem;
  }
  .hero__btn {
    width: 100%;
  }
}
.error-404-page {
  position: relative;
  overflow: hidden;
  padding-top: 83px;
  background: #080e24;
  color: #fff;
  isolation: isolate;
}
.error-404-page .container {
  position: relative;
  z-index: 1;
}

.error-404-page__inner {
  min-height: 664px;
  padding-top: 64px;
}

.error-404-page__inner-block {
  width: 100%;
  max-width: 960px;
  padding-bottom: 80px;
}

.error-404-page__wrapper {
  max-width: 961px;
  max-height: 492px;
  margin: 0;
  height: 100%;
}

.error-404-page__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  align-items: center;
}

.error-404-page__eyebrow {
  margin: 0 0 25px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
}

.error-404-page__title {
  margin: 0;
  font-weight: 300;
  font-size: clamp(88px, 16vw, 200px);
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}

.error-404-page__button {
  width: 100%;
  max-width: 362px;
  margin-top: 65px;
}

@media (max-width: 1023px) {
  .error-404-page__inner {
    min-height: 540px;
  }
  .error-404-page__wrapper {
    min-height: 420px;
    padding: 48px 40px 48px 88px;
  }
  .error-404-page__button {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .error-404-page__inner {
    min-height: 452px;
    padding-top: 32px;
  }
  .error-404-page__inner::before,
  .error-404-page__inner::after {
    height: 32px;
  }
  .error-404-page__inner::after {
    top: -32px;
  }
  .error-404-page__inner-block {
    padding-bottom: 80px;
  }
  .error-404-page__inner-block::before {
    top: 32px;
  }
  .error-404-page__inner-block::after {
    bottom: 81px;
  }
  .error-404-page__wrapper {
    max-width: 100%;
    min-height: 260px;
    padding: 56px 20px;
  }
  .error-404-page__eyebrow {
    margin-bottom: 20px;
  }
  .error-404-page__title {
    font-size: clamp(72px, 30vw, 100px);
  }
  .error-404-page__button {
    max-width: 330px;
    margin-top: 40px;
  }
}
@media (max-width: 479px) {
  .error-404-page__button {
    max-width: 100%;
  }
}
.industries {
  position: relative;
  color: #080e24;
}
.industries .container {
  position: relative;
  z-index: 1;
  max-width: 1332px;
}

.industries-block {
  overflow: hidden;
}

.industries__frame {
  position: relative;
}
.industries__frame::before {
  content: "";
  position: absolute;
  bottom: 154px;
  height: 100%;
  right: 25%;
  width: 1px;
  background: #dbdde1;
  opacity: 0.85;
  pointer-events: none;
}

.industries__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 40px;
}

.industries__heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 710px;
}

.industries__subtitle,
.industries-archive__subtitle,
.industry-single__subtitle {
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.industries__title,
.industries-archive__title {
  margin: 0;
  color: #080e24;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
}

.industries__grid,
.industries-archive__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #dbdde1;
  border-left: 1px solid #dbdde1;
}

.industries__grid {
  position: relative;
}
.industries__grid:before {
  position: absolute;
  content: "";
  width: 120vw;
  height: 1px;
  top: calc(50% - 1px);
  left: -20vw;
}
@media (max-width: 1024px) {
  .industries__grid:before {
    display: none;
  }
}
.industries__grid:after {
  position: absolute;
  content: "";
  width: 120vw;
  height: 1px;
  background: #dbdde1;
  top: calc(100% - 1px);
  right: 0;
}

.industries__card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 163px;
  padding: 24px;
  border-right: 1px solid #dbdde1;
  border-bottom: 1px solid #dbdde1;
  background: transparent;
  color: #080e24;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}
@media (max-width: 1024px) {
  .industries__card {
    aspect-ratio: 320/164;
  }
}
@media (max-width: 480px) {
  .industries__card {
    aspect-ratio: 3/2;
  }
}
.industries__card:hover, .industries__card:focus-visible {
  z-index: 3;
  background: #ffffff;
  color: #223e9b;
}
.industries__card:hover .industries__card-hover-label, .industries__card:focus-visible .industries__card-hover-label {
  opacity: 1;
  transform: translate(-50%, -50%);
  visibility: visible;
}

.industries__card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.45s ease, color 0.35s ease;
}

.industries__card-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.45s ease, transform 0.6s ease;
}

.industries__card-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 163px;
  object-fit: cover;
}

.industries__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}
.industries__card-icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
  transition: opacity 0.3s ease, transform 0.45s ease;
}

.industries__card-title {
  display: block;
  color: inherit;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-wrap: balance;
}

.industries__card-hover-label {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 4px 16px;
  background: #223e9b;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -35%);
  transition: opacity 0.28s ease, transform 0.35s ease, visibility 0.28s ease;
  visibility: hidden;
}

.industries__card--has-image:hover .industries__card-title, .industries__card--has-image:focus-visible .industries__card-title {
  opacity: 0;
  visibility: hidden;
}
.industries__card--has-image:hover .industries__card-media, .industries__card--has-image:focus-visible .industries__card-media {
  opacity: 1;
  transform: scale(1);
}
.industries__card--has-image:hover .industries__card-content, .industries__card--has-image:focus-visible .industries__card-content {
  transform: translateY(8px);
}
.industries__card--has-image:hover .industries__card-icon img, .industries__card--has-image:focus-visible .industries__card-icon img {
  opacity: 0;
  transform: translateY(-10px);
}

.industries__empty {
  padding: 32px 0 0;
  color: #5b6278;
  font-size: 18px;
}

.industries__btn {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  gap: 0;
  max-height: 72px;
  padding: 4px;
  border: 1px solid #223e9b;
  background: transparent;
  color: #223e9b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 0.5s cubic-bezier(0.16, 0.64, 0.32, 1), color 0.5s cubic-bezier(0.16, 0.64, 0.32, 1), transform 0.5s cubic-bezier(0.16, 0.64, 0.32, 1);
  min-width: 215px;
}
.industries__btn:hover, .industries__btn:focus-visible {
  justify-content: end;
}
.industries__btn:hover svg rect, .industries__btn:focus-visible svg rect {
  fill: #173184;
}

.industries__btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  flex: 0 0 64px;
  overflow: hidden;
  transition: width 0.5s cubic-bezier(0.16, 0.64, 0.32, 1), min-width 0.5s cubic-bezier(0.16, 0.64, 0.32, 1), margin 0.5s cubic-bezier(0.16, 0.64, 0.32, 1), flex-basis 0.5s cubic-bezier(0.16, 0.64, 0.32, 1);
}
.industries__btn-icon svg {
  display: block;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  transition: opacity 0.5s cubic-bezier(0.16, 0.64, 0.32, 1);
}

.industries__btn-icon--hover {
  width: 0;
  min-width: 0;
  flex-basis: 0;
  margin-left: auto;
}
.industries__btn-icon--hover svg {
  opacity: 0;
}

.industries__btn-label {
  display: block;
  height: 1.4em;
  overflow: hidden;
  padding: 0 16px;
}

.industries__btn-label-track {
  display: flex;
  flex-direction: column;
}

.industries__btn-label-text {
  display: flex;
  align-items: center;
  height: 1.4em;
  white-space: nowrap;
}

.industries__btn:hover .industries__btn-icon--default,
.industries__btn:focus-visible .industries__btn-icon--default {
  width: 0;
  min-width: 0;
  flex-basis: 0;
  margin-right: auto;
}
.industries__btn:hover .industries__btn-icon--default svg,
.industries__btn:focus-visible .industries__btn-icon--default svg {
  opacity: 0;
}

.industries__btn:hover .industries__btn-icon--hover,
.industries__btn:focus-visible .industries__btn-icon--hover {
  width: 64px;
  min-width: 64px;
  flex-basis: 64px;
  margin-left: 0;
}
.industries__btn:hover .industries__btn-icon--hover svg,
.industries__btn:focus-visible .industries__btn-icon--hover svg {
  opacity: 1;
}

.industries-archive {
  background: #f4f5f9;
  color: #080e24;
}

.industries-archive__item {
  margin: 0;
}

.industries-archive__hero {
  position: relative;
  overflow: hidden;
  background: #223e9b;
  color: #fff;
  isolation: isolate;
}
.industries-archive__hero .container {
  position: relative;
  z-index: 2;
}

.industries-archive__hero-background {
  position: absolute;
  inset: -60px 0 0;
  z-index: 0;
  pointer-events: none;
}
.industries-archive__hero-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.industries-archive__hero-background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industries-archive__hero--has-background-image {
  background: #223e9b;
}

.industries-archive__hero .industries-archive__eyebrow {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 12px;
}

.industries-archive__hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: flex-start;
  min-height: 363px;
  padding: 0px 0 80px;
  position: relative;
}
.industries-archive__hero-inner::after {
  content: "";
  position: absolute;
  background: rgba(219, 221, 225, 0.28);
  pointer-events: none;
  right: -100vw;
  bottom: 79px;
  left: 0;
  height: 1px;
}
.industries-archive__hero-inner::before {
  content: "";
  position: absolute;
  background: rgba(219, 221, 225, 0.28);
  pointer-events: none;
  right: -100vw;
  top: 0px;
  left: 0;
  height: 1px;
  z-index: 1;
}

.industries-archive__hero-copy {
  position: relative;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.0509803922);
  padding: 56px;
  height: 100%;
}
.industries-archive__hero-copy::before {
  content: "";
  position: absolute;
  background: rgba(219, 221, 225, 0.28);
  pointer-events: none;
  top: 0;
  bottom: -99%;
  left: 0;
  width: 1px;
}
.industries-archive__hero-copy .btn-white,
.industries-archive__hero-copy .blue__btn {
  margin-top: 32px;
  min-width: var(--hero-split-media-button-min-width, auto);
  max-width: none;
}
@media screen and (max-width: 1023px) {
  .industries-archive__hero-copy .btn-white,
  .industries-archive__hero-copy .blue__btn {
    margin-top: 24px;
  }
}
@media screen and (max-width: 523px) {
  .industries-archive__hero-copy .btn-white,
  .industries-archive__hero-copy .blue__btn {
    min-width: 100%;
  }
}

.industries-archive__hero--has-background-image .industries-archive__hero-copy {
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.industries-archive__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}
.industries-archive__breadcrumbs a,
.industries-archive__breadcrumbs span {
  color: inherit;
}
.industries-archive__breadcrumbs a {
  text-decoration: none;
  transition: color 0.2s ease;
}
.industries-archive__breadcrumbs a:hover, .industries-archive__breadcrumbs a:focus-visible {
  color: #fff;
}
.industries-archive__breadcrumbs .breadcrumb_last {
  color: #fff;
}

.industries-archive__hero-title {
  margin: 0;
  color: #fff;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.industries-archive__hero-text {
  max-width: 630px;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
}
@media screen and (max-width: 1180px) {
  .industries-archive__hero-text {
    margin-bottom: 10px;
  }
}

.industries-archive__hero-media {
  position: relative;
  min-height: 363px;
}
.industries-archive__hero-media::before {
  content: "";
  position: absolute;
  background: rgba(219, 221, 225, 0.28);
  pointer-events: none;
  top: -99%;
  bottom: -99%;
  left: 0;
  width: 1px;
}

.industries-archive__hero-shot {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  backdrop-filter: blur(12px);
}
.industries-archive__hero-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industries-archive__hero-shot--primary {
  top: 0px;
  right: 0px;
  width: 131px;
  height: 52%;
  min-height: 191px;
}

.industries-archive__hero-shot--secondary {
  left: 0;
  bottom: 0px;
  width: 189px;
  height: 48%;
  min-height: 172px;
}

.industries-archive__intro {
  background: #f4f5f9;
  border-top: 1px solid #dbdde1;
}

.industries-archive__intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.68fr);
  gap: 48px;
  align-items: start;
}

.industries-archive__intro-copy {
  max-width: 616px;
  margin: auto 0;
}

.industries-archive__eyebrow {
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.industries-archive__intro-title,
.industries-archive__list-title {
  margin: 10px 0 0;
  color: #080e24;
  font-size: 48px;
  font-weight: 300;
  line-height: 120%;
}

.industries-archive__intro-text {
  margin-top: 24px;
  color: #5b6278;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}
.industries-archive__intro-text p {
  margin: 0;
}

.industries-archive__intro-description {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.3%;
  color: #223e9b;
  margin-top: 10px;
}

.industries-archive__intro-text--secondary {
  margin-top: 40px;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.3%;
  color: #53555e;
}
.industries-archive__intro-text--secondary p {
  margin-bottom: 12px;
}
.industries-archive__intro-text--secondary ul {
  margin-left: 0;
  padding-left: 25px;
}
.industries-archive__intro-text--secondary li {
  margin-bottom: 12px;
}
.industries-archive__intro-text--secondary li::marker {
  color: #223e9b;
}

.industries-archive__intro-media {
  min-height: 440px;
  overflow: hidden;
  background: linear-gradient(135deg, #edf0f7 0%, #dfe6f2 100%);
}
.industries-archive__intro-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industries-archive__intro-grid--image-left {
  position: relative;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.98fr);
  gap: 20px;
}
.industries-archive__intro-grid--image-left::before, .industries-archive__intro-grid--image-left::after {
  content: "";
  position: absolute;
  background: #dbdde1;
  pointer-events: none;
}
.industries-archive__intro-grid--image-left::before {
  top: -140px;
  left: 0px;
  width: 1px;
  height: 140px;
}
.industries-archive__intro-grid--image-left::after {
  top: 0;
  left: -50vw;
  width: 99%;
  height: 1px;
}
.industries-archive__intro-grid--image-left .industries-archive__intro-grid--image-left {
  grid-template-columns: 522px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}
.industries-archive__intro-grid--image-left .industries-archive__intro-copy--image-left {
  max-width: none;
  padding-left: 110px;
}
.industries-archive__intro-grid--image-left .industries-archive__intro-media--card {
  min-height: 0;
  overflow: visible;
  background: transparent;
}
.industries-archive__intro-grid--image-left .industries-archive__intro-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 555px;
  padding: 58px 32px 50px;
  border: 1px solid #dbdde1;
  background: #fff;
  max-width: 522px;
}
.industries-archive__intro-grid--image-left .industries-archive__intro-card-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 278px;
  min-height: 400px;
  border: 1px solid #dbdde1;
  overflow: hidden;
  background: #fff;
}
.industries-archive__intro-grid--image-left .industries-archive__intro-card-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.industries-archive__intro-grid--image-left .industries-archive__intro-caption {
  margin-top: auto;
  padding-top: 20px;
  color: #080e24;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.industries-archive__intro-grid--image-left .industries-archive__intro-title {
  max-width: 592px;
}
.industries-archive__intro-grid--image-left .industries-archive__intro-description,
.industries-archive__intro-grid--image-left .industries-archive__intro-text--secondary {
  margin-top: 12px;
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.003em;
}
.industries-archive__intro-grid--image-left .industries-archive__intro-description {
  margin-top: 40px;
}

.content-media-intro--image-left .industries-archive__intro-grid--basic-image-left {
  grid-template-columns: 522px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .content-media-intro--image-left .industries-archive__intro-grid--basic-image-left {
    grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.68fr);
  }
}
@media screen and (max-width: 900px) {
  .content-media-intro--image-left .industries-archive__intro-grid--basic-image-left {
    grid-template-columns: 1fr;
  }
}
.content-media-intro--image-left .industries-archive__intro-media--image-left {
  width: 100%;
  min-height: 721px;
  background: #edf0f7;
  display: grid;
}
.content-media-intro--image-left .industries-archive__intro-copy--basic-image-left {
  max-width: none;
  padding-left: 110px;
}
@media screen and (max-width: 1223px) {
  .content-media-intro--image-left .industries-archive__intro-copy--basic-image-left {
    padding-left: 10%;
  }
}
@media screen and (max-width: 900px) {
  .content-media-intro--image-left .industries-archive__intro-copy--basic-image-left {
    order: 1;
  }
  .content-media-intro--image-left .industries-archive__intro-media--image-left {
    order: 2;
  }
}
.content-media-intro--image-left .industries-archive__intro-title {
  max-width: 650px;
}
.content-media-intro--image-left .industries-archive__intro-description {
  color: #223e9b;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.003em;
}
.content-media-intro--image-left .industries-archive__intro-text--secondary {
  margin-top: 40px;
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.003em;
}
.content-media-intro--image-left .industries-archive__intro-text--secondary p {
  margin: 0 0 16px;
}
.content-media-intro--image-left .industries-archive__intro-text--secondary p:last-child {
  margin-bottom: 0;
}
.content-media-intro--image-left .industries-archive__intro-text--secondary ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-left: 24px;
}
.content-media-intro--image-left .industries-archive__intro-text--secondary li {
  padding-left: 4px;
}
.content-media-intro--image-left .industries-archive__intro-text--secondary li::marker {
  color: #223e9b;
  font-size: 0.8em;
}
.content-media-intro--image-left .industries-archive__intro-actions {
  margin-top: 30px;
}
.content-media-intro--image-left .industries-archive__intro-actions .btn-white,
.content-media-intro--image-left .industries-archive__intro-actions .blue__btn {
  min-width: var(--content-media-intro-button-min-width, auto);
  max-width: none;
}

.industries-archive__list {
  padding: 140px 0;
  background: #fff;
  border-top: 1px solid #dbdde1;
  border-bottom: 1px solid #dbdde1;
}

.industries-archive__list-header {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.industries-archive__list-items {
  max-width: 1062px;
  margin: 0 auto;
}

.industries-archive__row {
  display: grid;
  grid-template-columns: minmax(0, 0.475fr) minmax(0, 0.525fr);
  min-height: 346px;
  background: #fff;
}

.industries-archive__row-link {
  color: inherit;
  text-decoration: none;
}
.industries-archive__row-link:hover .industries-archive__image, .industries-archive__row-link:focus-visible .industries-archive__image {
  transform: scale(1.06);
}
.industries-archive__row-link:hover .industries-archive__card-link-icon, .industries-archive__row-link:focus-visible .industries-archive__card-link-icon {
  background: #223e9b;
  border-color: #223e9b;
}
.industries-archive__row-link:hover .industries-archive__card-link-icon svg path, .industries-archive__row-link:focus-visible .industries-archive__card-link-icon svg path {
  stroke: #fff;
}

.industries-archive__item + .industries-archive__item {
  margin-top: 20px;
}

.industries-archive__media {
  min-height: 100%;
  background: linear-gradient(135deg, #edf0f7 0%, #dfe6f2 100%);
  overflow: hidden;
}

.industries-archive__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 344px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.industries-archive__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 32px;
  border: 1px solid #dbdde1;
  border-left: unset;
}

.industries-archive__card-header {
  max-width: 270px;
}

.industries-archive__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}
.industries-archive__card-icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.industries-archive__card-title {
  margin: 0;
  color: #080e24;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
}

.industries-archive__card-description {
  margin-top: 16px;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.3%;
  color: #53555e;
}

.industries-archive__card-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
  padding-top: 16px;
  color: #223e9b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.industries-archive__card-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid #dbdde1;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.industries-archive__card-link-icon svg path {
  transition: fill 0.2s ease;
}

.industries-archive__empty {
  max-width: 1062px;
  margin: 0 auto;
  padding: 28px 0 0;
  color: #5b6278;
  font-size: 18px;
}

.cta-banner.industries-archive__cta {
  padding-bottom: 140px;
  background: #f4f5f9;
  padding-top: 230px;
}
.cta-banner.industries-archive__cta .cta-banner__card:after, .cta-banner.industries-archive__cta .cta-banner__card:before {
  display: none;
}

.industry-single {
  background: #f7f8fb;
  color: #080e24;
}

.industry-single__container {
  max-width: 960px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.industry-single__content {
  max-width: 760px;
  color: #1b243e;
  font-size: 18px;
  line-height: 1.7;
}

@media screen and (max-width: 1023px) {
  .industries__frame::before {
    display: none;
  }
  .industries__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .industries__grid,
  .industries-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .industries__title,
  .industries-archive__title {
    font-size: 40px;
  }
  .industries-archive__intro-grid,
  .industries-archive__row {
    grid-template-columns: 1fr;
  }
  .content-media-intro--image-left-certificate .industries-archive__intro-grid--image-left {
    gap: 40px;
  }
  .content-media-intro--image-left-certificate .industries-archive__intro-grid--image-left::before, .content-media-intro--image-left-certificate .industries-archive__intro-grid--image-left::after {
    display: none;
  }
  .content-media-intro--image-left-certificate .industries-archive__intro-copy--image-left {
    padding-left: 0;
  }
  .content-media-intro--image-left-certificate .industries-archive__intro-card {
    min-height: 0;
    max-width: 522px;
    margin: 0 auto;
  }
  .content-media-intro--image-left .industries-archive__intro-copy--basic-image-left {
    padding-left: 0;
  }
  .content-media-intro--image-left .industries-archive__intro-media--image-left {
    min-height: 520px;
  }
  .industries-archive__hero-text {
    max-width: 520px;
    margin-bottom: 0;
  }
  .industries-archive__hero-title,
  .industries-archive__intro-title,
  .industries-archive__list-title {
    font-size: 40px;
  }
  .industries-archive__intro {
    padding: 80px 0;
  }
  .industries-archive__intro-copy {
    max-width: none;
    padding-top: 0;
  }
  .industries-archive__intro-media {
    min-height: 360px;
  }
  .industries-archive__list {
    padding: 88px 0 96px;
  }
  .industries-archive__row {
    background: transparent;
  }
  .industries-archive__media {
    aspect-ratio: 370/254;
  }
  .industries-archive__card {
    min-height: 0;
    border-left: 1px solid #dbdde1;
    border-top: 0;
  }
  .industry-single__container {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 767px) {
  .industries__frame {
    padding: 0;
  }
  .industries__frame::before {
    display: none;
  }
  .industries__header {
    gap: 24px;
    padding-bottom: 32px;
  }
  .industries__title,
  .industries-archive__title {
    font-size: 26px;
  }
  .industries-archive__hero::before, .industries-archive__hero::after {
    display: none;
  }
  .industries-archive__hero-inner {
    min-height: unset;
    gap: 0;
    grid-template-columns: 1fr;
  }
  .industries-archive__breadcrumbs {
    margin-bottom: 0;
    padding: 10px 0 8px;
    font-size: 9px;
    line-height: 1.2;
  }
  .industries-archive__hero-title {
    font-size: 28px;
    line-height: 120%;
    max-width: 98%;
  }
  .industries-archive__list-title,
  .industries-archive__intro-title {
    font-size: 26px;
  }
  .industries-archive__hero-text,
  .industries-archive__intro-text {
    font-size: 16px;
    line-height: 140%;
    margin-top: 12px;
  }
  .industries-archive__hero-copy {
    padding: 40px 20px;
    width: 100%;
  }
  .industries-archive__hero-copy:after {
    content: "";
    position: absolute;
    background: rgba(219, 221, 225, 0.28);
    pointer-events: none;
    top: -99%;
    bottom: -99%;
    right: 0;
    width: 1px;
  }
  .industries-archive__hero-media {
    display: none;
  }
  .industries-archive__hero-shot--primary {
    width: 68px;
    height: 86px;
  }
  .industries-archive__hero-shot--secondary {
    right: 18px;
    width: 94px;
    height: 74px;
  }
  .industries-archive__intro-grid {
    gap: 8px;
  }
  .content-media-intro--image-left-certificate {
    padding-bottom: 0;
  }
  .content-media-intro--image-left-certificate .industries-archive__intro-grid--image-left {
    gap: 20px;
  }
  .content-media-intro--image-left-certificate .industries-archive__intro-copy--image-left {
    order: 1;
  }
  .content-media-intro--image-left-certificate .industries-archive__intro-media--card {
    order: 2;
    width: 100%;
    min-height: 0;
  }
  .content-media-intro--image-left-certificate .industries-archive__eyebrow {
    line-height: 1;
  }
  .content-media-intro--image-left-certificate .industries-archive__intro-title {
    margin-top: 10px;
    font-size: 26px;
    line-height: 1.2;
  }
  .content-media-intro--image-left-certificate .industries-archive__intro-description,
  .content-media-intro--image-left-certificate .industries-archive__intro-text--secondary {
    margin-top: 12px;
    color: #53555e;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.003em;
  }
  .content-media-intro--image-left-certificate .industries-archive__intro-description {
    margin-top: 24px;
  }
  .content-media-intro--image-left-certificate .industries-archive__intro-description p,
  .content-media-intro--image-left-certificate .industries-archive__intro-text--secondary p {
    margin: 0;
  }
  .content-media-intro--image-left-certificate .industries-archive__intro-text--secondary p + p {
    margin-top: 12px;
  }
  .content-media-intro--image-left-certificate .industries-archive__intro-card {
    width: 100%;
    max-width: none;
    height: 424px;
    min-height: 424px;
    margin: 0;
    padding: 34px 20px 32px;
    overflow: hidden;
  }
  .content-media-intro--image-left-certificate .industries-archive__intro-card-inner {
    width: 217px;
    max-width: calc(100vw - 72px);
    height: 313px;
    min-height: 0;
    aspect-ratio: auto;
  }
  .content-media-intro--image-left-certificate .industries-archive__intro-caption {
    margin-top: 18px;
    padding-top: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
  }
  .content-media-intro--image-left .industries-archive__intro-grid--basic-image-left {
    gap: 20px;
  }
  .content-media-intro--image-left .industries-archive__intro-media--image-left {
    min-height: 0;
    aspect-ratio: 522/721;
  }
  .content-media-intro--image-left .industries-archive__intro-title {
    font-size: 26px;
    line-height: 1.2;
  }
  .content-media-intro--image-left .industries-archive__intro-description,
  .content-media-intro--image-left .industries-archive__intro-text--secondary {
    font-size: 18px;
    line-height: 1.5;
  }
  .content-media-intro--image-left .industries-archive__intro-text--secondary {
    margin-top: 24px;
  }
  .content-media-intro--image-left .industries-archive__intro-text--secondary ul {
    margin-top: 12px;
  }
  .content-media-intro--image-left .industries-archive__intro-actions {
    margin-top: 32px;
  }
  .content-media-intro--image-left .industries-archive__intro-actions .btn-white,
  .content-media-intro--image-left .industries-archive__intro-actions .blue__btn {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }
  .industries-archive__intro-title,
  .industries-archive__list-title {
    margin-top: 8px;
  }
  .industries-archive__intro-description {
    margin-top: 10px;
    font-size: 18px;
    line-height: 150%;
  }
  .industries-archive__intro-text--secondary {
    margin-top: 24px;
    font-size: 18px;
    line-height: 150%;
  }
  .industries-archive__intro-text--secondary p {
    margin-bottom: 12px;
  }
  .industries-archive__intro-media {
    min-height: 298px;
  }
  .industries-archive__list {
    padding: 80px 0;
  }
  .industries-archive__list-header {
    margin-bottom: 40px;
  }
  .industries-archive__row {
    display: block;
  }
  .industries-archive__image {
    min-height: 0;
  }
  .industries-archive__card {
    padding: 20px;
    border-top: 0;
  }
  .industries-archive__card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: none;
  }
  .industries-archive__card-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    flex: 0 0 40px;
  }
  .industries-archive__card-icon img {
    width: 40px;
    height: 40px;
  }
  .industries-archive__card-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .industries-archive__card-link {
    padding-top: 16px;
  }
  .industries-archive__card-description {
    margin-top: 22px;
  }
  .cta-banner.industries-archive__cta {
    padding-top: 175px;
    padding-bottom: 80px;
  }
  .industries__card,
  .industries__card-image {
    min-height: 110px;
  }
  .industries__card {
    padding: 20px;
  }
  .industry-single__container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .industry-single__content {
    font-size: 16px;
  }
  .industries__card-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .industries__btn {
    width: 100%;
    justify-content: flex-start;
  }
  .industries__btn-label {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 440px) {
  .cta-banner.industries-archive__cta .cta-banner__image {
    margin: 73px -16px 0 auto;
  }
}
.products {
  background: var(--products-section-bg, #fff);
}

.products--services {
  border-bottom: var(--products-frame-border-bottom, 0);
}

.products__frame {
  background: var(--products-frame-bg, #fff);
  overflow: hidden;
}

.products__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 710px;
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products__header {
    margin-bottom: 24px;
  }
}

.products__eyebrow {
  margin: 0;
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.products__title {
  margin: 0;
  color: #080e24;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .products__title {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .products__title {
    font-size: 26px;
  }
}

.products__actions {
  display: flex;
  justify-content: center;
}
@media (max-width: 480px) {
  .products__actions {
    width: 100%;
  }
}
.products__actions .hero__btn {
  max-width: none;
}

.products__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1060px;
  margin: 0 auto;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .products__grid {
    gap: 0 16px;
  }
}

.products__card {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 411px;
  padding: 32px;
  border: 1px solid #dbdde1;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #0e1830;
  isolation: isolate;
}
.products__card:nth-child(odd) {
  margin-bottom: 20px;
}
.products__card:nth-child(even) {
  margin-top: 20px;
}
.products__card:nth-child(5) {
  max-width: 540px;
  margin-left: -20px;
}
@media (max-width: 1120px) {
  .products__card:nth-child(5) {
    margin-left: unset;
  }
}
.products__card:last-child {
  max-width: 540px;
  margin-right: -20px;
}
@media (max-width: 1120px) {
  .products__card:last-child {
    margin-right: unset;
  }
}
.products__card:hover, .products__card:focus-visible, .products__card:focus-within {
  color: #fff;
}
.products__card:hover .products__card-image, .products__card:focus-visible .products__card-image, .products__card:focus-within .products__card-image {
  transform: scale(1.08);
}
.products__card:hover .products__card-overlay, .products__card:focus-visible .products__card-overlay, .products__card:focus-within .products__card-overlay {
  opacity: 0.92;
}
.products__card:hover .products__card-description, .products__card:focus-visible .products__card-description, .products__card:focus-within .products__card-description {
  opacity: 1;
}
.products__card:hover .products__card-content, .products__card:focus-visible .products__card-content, .products__card:focus-within .products__card-content {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .products__card {
    min-height: 240px;
    padding: 20px;
    margin: 0;
  }
}
@media (max-width: 467px) {
  .products__card {
    aspect-ratio: 177/139;
    min-height: unset;
  }
}

.products__card-media,
.products__card-overlay {
  position: absolute;
  inset: 0;
}

.products__card-media {
  overflow: hidden;
  z-index: -2;
}

.products__card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.products__card-overlay {
  z-index: -1;
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) 42.308%, rgba(0, 0, 0, 0.72) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.18) 100%);
  opacity: 0.82;
  transition: opacity 0.35s ease;
}

.products__card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 8px;
  transform: translateY(38px);
  transition: transform 0.45s ease;
}
@media (max-width: 767px) {
  .products__card-content {
    transform: translateY(6px);
  }
}

.products__card-title {
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .products__card-title {
    font-size: 20px;
  }
}

.products__card-description {
  display: block;
  max-width: 420px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  transition: opacity 0.35s ease, transform 0.45s ease, max-height 0.45s ease;
}
@media (max-width: 767px) {
  .products__card-description {
    font-size: 16px;
    display: none;
  }
}

.products__empty {
  color: #53555e;
  text-align: center;
}

.company-statements {
  position: relative;
  background: #fff;
  border-top: 1px solid #dbdde1;
  border-bottom: 1px solid #dbdde1;
  overflow: hidden;
}

.company-statements__frame {
  position: relative;
  z-index: 1;
}

.company-statements__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.company-statements__background-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-statements__background-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.company-statements__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0 auto 40px;
  text-align: center;
}

.company-statements__eyebrow {
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.company-statements__title {
  max-width: 1064px;
  margin: 0;
  color: #080e24;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
}

.company-statements__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #dbdde1;
  border-left: 1px solid #dbdde1;
  position: relative;
}
.company-statements__grid:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #dbdde1;
  top: -1px;
  left: -20vw;
  right: 0;
}
@media (max-width: 767px) {
  .company-statements__grid:before {
    top: 0;
  }
}
.company-statements__grid:after {
  position: absolute;
  content: "";
  height: 1px;
  background: #dbdde1;
  bottom: 0;
  left: 0;
  right: -20vw;
}

.company-statements__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-right: 1px solid #dbdde1;
  border-bottom: 1px solid #dbdde1;
  background: #fff;
}

.company-statements__card-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 32px 32px 20px;
  border-bottom: 1px solid #dbdde1;
}

.company-statements__card-eyebrow {
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.company-statements__card-title {
  margin: 0;
  color: #212121;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.company-statements__card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 40px;
  padding: 20px 32px 32px;
}

.company-statements__card-description {
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.003em;
}
.company-statements__card-description p {
  margin: 0 0 12px;
}
.company-statements__card-description p:last-child {
  margin-bottom: 0;
}
.company-statements__card-description ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
}
.company-statements__card-description ul:first-child {
  margin-top: 0;
}
.company-statements__card-description li {
  position: relative;
  padding-left: 35px;
}
.company-statements__card-description li strong {
  font-weight: 600;
}
.company-statements__card-description li a {
  color: #223e9b;
}
.company-statements__card-description li::before {
  display: block;
  width: 27px;
  height: 27px;
  content: "";
  background: radial-gradient(circle at 50% 14px, #223e9b 0 3.5px, transparent 3px);
  position: absolute;
  left: 0px;
}
.company-statements__card-description li p {
  margin: 0;
}

.company-statements__card-actions {
  margin-top: auto;
}

.company-statements__empty {
  color: #53555e;
  font-size: 18px;
  text-align: center;
}

.company-statements--has-background-image {
  background: #080e24;
  border-top: 0;
  border-bottom: 0;
}
.company-statements--has-background-image .company-statements__grid {
  gap: 20px;
  border: 0;
}
.company-statements--has-background-image .company-statements__grid::after, .company-statements--has-background-image .company-statements__grid::before {
  display: none;
}
.company-statements--has-background-image .company-statements__card {
  border: 1px solid #dbdde1;
}
.company-statements--has-background-image .company-statements__card-head {
  padding: 32px;
}
.company-statements--has-background-image .company-statements__card-title {
  color: #080e24;
}
.company-statements--has-background-image .company-statements__card-body {
  gap: 32px;
  padding: 32px;
}
.company-statements--has-background-image .company-statements__header {
  color: #fff;
}
.company-statements--has-background-image .company-statements__eyebrow,
.company-statements--has-background-image .company-statements__title,
.company-statements--has-background-image .company-statements__empty {
  color: #fff;
}

@media (max-width: 1024px) {
  .company-statements__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .company-statements__frame::before, .company-statements__frame::after {
    display: none;
  }
  .company-statements__header {
    margin-bottom: 24px;
  }
  .company-statements__title {
    font-size: 26px;
  }
  .company-statements__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    border-left: unset;
    border-top: unset;
  }
  .company-statements__card {
    border-left: 1px solid #dbdde1;
    border-top: 1px solid #dbdde1;
  }
  .company-statements__card-head {
    padding: 24px 20px 16px;
  }
  .company-statements__card-body {
    padding: 20px 20px 32px;
  }
  .company-statements__card-title {
    font-size: 20px;
  }
  .company-statements__card-description li::before {
    flex-basis: 24px;
    width: 24px;
    height: 22px;
    background: radial-gradient(circle at 50% 11px, #223e9b 0 2.5px, transparent 3px);
  }
  .company-statements__card-description ul {
    gap: 16px;
  }
  .company-statements--has-background-image .company-statements__grid {
    gap: 20px;
  }
  .company-statements--has-background-image .company-statements__card-head,
  .company-statements--has-background-image .company-statements__card-body {
    padding: 24px 19px;
  }
}
.technology-partners {
  background: #f4f5f9;
  color: #080e24;
}

.technology-partners__layout {
  display: grid;
  grid-template-columns: minmax(280px, 630px) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.technology-partners__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 630px;
  padding-right: 110px;
}

.technology-partners__eyebrow {
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.technology-partners__title {
  margin: 10px 0 0;
  color: #080e24;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
}

.technology-partners__description {
  margin-top: 40px;
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.003em;
}
.technology-partners__description p {
  margin: 0;
}

.technology-partners__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dbdde1;
  border-left: 1px solid #dbdde1;
  background: #fff;
}

.technology-partners__card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 191px;
  padding: 24px;
  border-right: 1px solid #dbdde1;
  border-bottom: 1px solid #dbdde1;
  background: #fff;
  outline: none;
  transition: background-color 0.3s ease;
}
.technology-partners__card:hover .technology-partners__logo, .technology-partners__card:focus-visible .technology-partners__logo {
  filter: none;
  opacity: 1;
  transform: scale(1);
}

.technology-partners__card-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.technology-partners__logo {
  display: block;
  max-width: 100%;
  max-height: 74px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1) brightness(0.88);
  opacity: 0.72;
  transform: scale(0.98);
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.technology-partners__empty {
  color: #53555e;
  font-size: 18px;
}

@media (max-width: 1180px) {
  .technology-partners__layout {
    grid-template-columns: 1fr;
  }
  .technology-partners__copy {
    max-width: none;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .technology-partners__title {
    font-size: 26px;
  }
  .technology-partners__description {
    margin-top: 24px;
    line-height: 1.5;
  }
  .technology-partners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .technology-partners__card {
    min-height: unset;
    aspect-ratio: 185/100;
    padding: 26px;
  }
  .technology-partners__logo {
    max-height: 56px;
  }
}
.pain-points {
  position: relative;
  overflow: hidden;
  background: #f7f8fc;
  border-top: 1px solid #dbdde1;
}

.pain-points__frame {
  position: relative;
  overflow: visible;
}
.pain-points__frame::before {
  content: "";
  position: absolute;
  background: #dbdde1;
  pointer-events: none;
  top: 0;
  left: -100vw;
  right: -100vw;
  height: 1px;
}
@media (max-width: 1024px) {
  .pain-points__frame::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .pain-points__frame::after {
    display: none;
  }
}
.pain-points__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.95fr);
  gap: 48px;
  align-items: center;
}
.pain-points__content--no-image {
  grid-template-columns: 1fr;
}
@media (max-width: 1024px) {
  .pain-points__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.pain-points__copy {
  max-width: 720px;
}

.pain-points__eyebrow {
  margin-bottom: 10px;
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.pain-points__title {
  max-width: 620px;
  margin: 0;
  color: #080e24;
  font-size: 48px;
  font-weight: 300;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .pain-points__title {
    max-width: 100%;
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .pain-points__title {
    font-size: 26px;
  }
}

.pain-points__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .pain-points__list {
    gap: 16px;
    margin-top: 24px;
  }
}

.pain-points__item {
  display: flex;
  align-items: flex-start;
  gap: 12.25px;
}

.pain-points__item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 18px;
  margin-top: 6px;
}
.pain-points__item-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.pain-points__item-text {
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.58;
}
@media (max-width: 767px) {
  .pain-points__item-text {
    font-size: 16px;
  }
}

.pain-points__media {
  position: relative;
  justify-self: end;
  width: 100%;
  max-width: 522px;
  aspect-ratio: 522/613;
  background: #e7eaf3;
  box-shadow: 0 24px 54px rgba(8, 14, 36, 0.08);
}
.pain-points__media::after {
  content: "";
  position: absolute;
  background: #dbdde1;
  pointer-events: none;
  top: -140px;
  bottom: 0px;
  left: 0;
  width: 1px;
}
.pain-points__media::before {
  content: "";
  position: absolute;
  background: #dbdde1;
  pointer-events: none;
  bottom: -140px;
  top: 0px;
  right: 0;
  width: 1px;
}
@media (max-width: 1024px) {
  .pain-points__media {
    justify-self: stretch;
    max-width: 100%;
    aspect-ratio: 16/10;
  }
  .pain-points__media::before, .pain-points__media::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .pain-points__media {
    aspect-ratio: 370/425;
  }
}

.pain-points__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pain-points__empty {
  margin-top: 28px;
  color: #6f7483;
}

.content-tabs {
  background: #fff;
  border-bottom: 1px solid #dbdde1;
}

.content-tabs__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.content-tabs__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: center;
}

.content-tabs__eyebrow {
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.content-tabs__title {
  max-width: 1064px;
  margin: 0;
  color: #080e24;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .content-tabs__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .content-tabs__title {
    font-size: 30px;
  }
}

.content-tabs__tabs-scroll {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}
.content-tabs__tabs-scroll::-webkit-scrollbar {
  display: none;
}

.content-tabs__tabs-wrap {
  position: relative;
  width: 100%;
}

.content-tabs__dropdown-toggle {
  display: none;
}

.content-tabs__tabs {
  position: relative;
  display: flex;
  width: min(846px, 100%);
  min-width: max-content;
  margin: 0 auto;
  border-bottom: 1px solid #dbdde1;
}

.content-tabs__tab {
  flex: 1 0 0;
  min-width: 220px;
  padding: 0 18px 12px;
  border: 0;
  background: transparent;
  color: #53555e;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  transition: color 0.25s ease;
}
.content-tabs__tab.is-active, .content-tabs__tab:hover, .content-tabs__tab:focus-visible {
  color: #223e9b;
}
.content-tabs__tab:focus-visible {
  outline: 2px solid rgba(34, 62, 155, 0.32);
  outline-offset: 4px;
}
@media (max-width: 767px) {
  .content-tabs__tab {
    min-width: 0;
    width: 100%;
    padding: 12px 20px;
    border-bottom: 1px solid #dbdde1;
    font-size: 16px;
    text-align: left;
  }
  .content-tabs__tab:last-of-type {
    border-bottom: 0;
  }
}

.content-tabs__indicator {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #223e9b;
  transform: translateX(0);
  transition: transform 0.35s ease, width 0.35s ease;
  pointer-events: none;
}

.content-tabs__panels {
  width: 100%;
}

.content-tabs__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 522px);
  gap: 40px;
  align-items: start;
}
.content-tabs__panel[hidden] {
  display: none;
}
@media (max-width: 1024px) {
  .content-tabs__panel {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  }
}
@media (max-width: 767px) {
  .content-tabs__panel {
    grid-template-columns: 1fr;
  }
}

.content-tabs__panel--text-only {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.content-tabs__panel-copy {
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}

.content-tabs__section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 110px;
}
@media (max-width: 1024px) {
  .content-tabs__section {
    padding-right: 0;
  }
}

.content-tabs__section-title {
  margin: 0;
  color: #080e24;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.content-tabs__section-content {
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.054px;
}
.content-tabs__section-content p {
  margin: 0 0 12px;
}
.content-tabs__section-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .content-tabs__section-content {
    font-size: 18px;
  }
}

.content-tabs__media {
  width: 100%;
  min-height: 549px;
  overflow: hidden;
  aspect-ratio: 522/549;
}
@media (max-width: 1024px) {
  .content-tabs__media {
    min-height: 420px;
  }
}
@media (max-width: 767px) {
  .content-tabs__media {
    height: 390px;
    min-height: 390px;
  }
}

.content-tabs__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-tabs__empty {
  width: 100%;
  padding: 32px;
  border: 1px solid #dbdde1;
  color: #53555e;
}

@media (max-width: 767px) {
  .content-tabs {
    border-top: 1px solid #dbdde1;
  }
  .content-tabs__inner {
    gap: unset;
  }
  .content-tabs__header {
    gap: 10px;
  }
  .content-tabs__title {
    font-size: 26px;
  }
  .content-tabs__dropdown-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: calc(100% - 40px);
    margin: 20px;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #223e9b;
    background: transparent;
    color: #223e9b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    cursor: pointer;
    border-radius: 0;
    padding: 0 0 13px;
  }
  .content-tabs__dropdown-toggle::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg) translate(-2px, -2px);
    transition: transform 0.25s ease;
    flex: 0 0 auto;
    margin: 3px;
  }
  .content-tabs__dropdown-toggle:focus-visible {
    outline: 2px solid rgba(34, 62, 155, 0.32);
    outline-offset: 4px;
  }
  .content-tabs__tabs-wrap.is-open .content-tabs__dropdown-toggle::after {
    transform: rotate(225deg) translate(-2px, -2px);
  }
  .content-tabs__tabs-scroll {
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 20px;
    right: 20px;
    display: none;
    width: auto;
    max-height: min(60vh, 420px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    border: 1px solid #dbdde1;
    border-top: 0;
    background: #fff;
    box-shadow: 0 18px 32px rgba(8, 14, 36, 0.08);
    margin: -20px 0 0;
  }
  .content-tabs__tabs-wrap.is-open .content-tabs__tabs-scroll {
    display: block;
  }
  .content-tabs__tabs-wrap.is-open {
    z-index: 10;
  }
  .content-tabs__tabs {
    flex-direction: column;
    width: 100%;
    min-width: 0;
    border-bottom: 0;
  }
  .content-tabs__indicator {
    display: none;
  }
  .content-tabs__panel-copy {
    gap: 24px;
  }
  .content-tabs__section {
    gap: 12px;
  }
  .content-tabs__section-title {
    font-size: 20px;
  }
  .content-tabs__tabs-wrap {
    margin: 10px 0 24px;
  }
}
.cta-banner {
  background: var(--cta-banner-section-bg, #fff);
  overflow: hidden;
}

.cta-banner__card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.64fr);
  gap: 36px;
  align-items: center;
  overflow: visible;
  min-height: 342px;
  padding: 49px 0 49px 64px;
  background: #2f48aa;
}
.cta-banner__card:before {
  content: "";
  position: absolute;
  background: #dbdde1;
  pointer-events: none;
  top: -1px;
  left: -100vw;
  height: 1px;
  right: 0;
}
@media (max-width: 900px) {
  .cta-banner__card:before {
    display: none;
  }
}
.cta-banner__card:after {
  content: "";
  position: absolute;
  background: #dbdde1;
  pointer-events: none;
  top: -140px;
  bottom: 0;
  left: -1px;
  width: 1px;
}
@media (max-width: 900px) {
  .cta-banner__card:after {
    display: none;
  }
}
@media (max-width: 900px) {
  .cta-banner__card {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: 0;
    overflow: visible;
    padding: 34px 24px 0;
  }
}
@media (max-width: 900px) {
  .cta-banner__card {
    gap: 0;
    padding: 0 18px 50px;
  }
}

.cta-banner__card--no-lines {
  margin-top: 70px;
}
.cta-banner__card--no-lines:before, .cta-banner__card--no-lines:after {
  display: none;
}
@media (max-width: 767px) {
  .cta-banner__card--no-lines {
    margin-top: 95px;
  }
}

.cta-banner__card--text-only {
  grid-template-columns: 1fr;
  min-height: 0;
  padding-bottom: 42px;
}

.cta-banner__content {
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .cta-banner__content {
    order: 2;
    padding: 0 0 0;
  }
}

.cta-banner__eyebrow {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cta-banner__title {
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  line-height: 120%;
}
@media (max-width: 1199px) {
  .cta-banner__title {
    font-size: 48px;
  }
}
@media (max-width: 900px) {
  .cta-banner__title {
    font-size: 26px;
  }
}

.cta-banner__description {
  max-width: 560px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.cta-banner__actions {
  margin-top: 32px;
}
.cta-banner__actions .btn-white {
  max-width: 100%;
  border-color: rgba(255, 255, 255, 0.96);
  background: #fff;
  color: #223e9b;
}
@media (max-width: 900px) {
  .cta-banner__actions .btn-white .btn-white-label {
    flex: 1 1 auto;
    justify-content: center;
    text-align: center;
  }
  .cta-banner__actions .btn-white .btn-white-label-text {
    display: block;
    width: 100%;
  }
}

.cta-banner__media {
  position: relative;
  align-self: stretch;
  min-height: 248px;
  margin: -160px 15px -49px 0;
  pointer-events: none;
}
.cta-banner__media picture,
.cta-banner__media img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 900px) {
  .cta-banner__media {
    order: 1;
    min-height: 220px;
    margin: -76px 0 10px;
  }
}
@media (max-width: 900px) {
  .cta-banner__media {
    display: flex;
    justify-content: center;
    min-height: 182px;
    margin: -240px 0 10px;
  }
}

.cta-banner__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  transform: translate(-9%, 0);
}
@media (max-width: 900px) {
  .cta-banner__image {
    width: 88%;
    max-width: 260px;
    height: auto;
    margin: 73px -13px 0 auto;
    object-position: center bottom;
    transform: translate(0, 0);
  }
}

.contact-cta {
  position: relative;
  overflow: hidden;
  background: #07141d;
  color: #fff;
  isolation: isolate;
}

.contact-cta__background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.contact-cta__background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.contact-cta__background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 521px minmax(0, 739px);
  gap: 20px;
  align-items: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

.contact-cta__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding-right: 110px;
}

.contact-cta__eyebrow {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.contact-cta__title {
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
}

.contact-cta__description {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.054px;
}
.contact-cta__description p {
  margin: 0;
}

.contact-cta__button.blue__btn {
  margin-top: 30px;
  width: 100%;
}

.contact-cta__contacts {
  background: #fff;
  color: #080e24;
}

.contact-cta__contacts-header {
  padding: 32px 32px 20px;
  border-bottom: 1px solid #f4f5f9;
  color: #080e24;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.contact-cta__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-cta__cards--count-1 {
  grid-template-columns: 1fr;
}

.contact-cta__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
  padding: 20px 32px 32px;
  border: 1px solid #dbdde1;
}
.contact-cta__card + .contact-cta__card {
  border-left: 0;
}

.contact-cta__card-title {
  margin: 0;
  color: #223e9b;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.contact-cta__rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-cta__row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}

.contact-cta__row--email,
.contact-cta__row--phone,
.contact-cta__row--fax {
  align-items: center;
}

.contact-cta__row-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.contact-cta__row-copy {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  min-width: 0;
  color: #53555e;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.contact-cta__row--address .contact-cta__row-copy {
  flex-direction: column;
}

.contact-cta__row-label {
  color: #080e24;
  font-weight: 400;
  white-space: nowrap;
}

.contact-cta__row-value {
  color: #53555e;
}

.contact-cta__row-value--link {
  min-width: 0;
  color: #223e9b;
  text-decoration: underline;
  overflow-wrap: anywhere;
}

@media (max-width: 1180px) {
  .contact-cta__inner {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    padding: 0 40px;
  }
  .contact-cta__copy {
    padding-right: 32px;
  }
}
@media (max-width: 900px) {
  .contact-cta__inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 16px;
  }
  .contact-cta__copy {
    gap: 10px;
    width: 100%;
    padding-right: 0;
  }
  .contact-cta__title {
    font-size: 26px;
  }
  .contact-cta__button.blue__btn {
    width: 100%;
    max-width: 100%;
    margin-top: 14px;
  }
  .contact-cta__contacts-header {
    padding: 20px;
  }
  .contact-cta__cards {
    grid-template-columns: 1fr;
  }
  .contact-cta__card {
    padding: 20px;
  }
  .contact-cta__card + .contact-cta__card {
    border-top: 0;
    border-left: 1px solid #dbdde1;
  }
}
@media (max-width: 768px) {
  .contact-cta.Block:first-child {
    padding-top: calc(var(--padding-top-mob) * 1px);
  }
}

.job-application-form {
  position: relative;
  overflow: hidden;
  background: #f4f5f9;
  color: #080e24;
}

.job-application-form__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

.job-application-form__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: center;
}

.job-application-form__eyebrow {
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.job-application-form__title {
  width: 100%;
  max-width: 710px;
  margin: 0;
  color: #080e24;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
}

.job-application-form__card {
  display: grid;
  width: min(100%, 1064px);
  border: 1px solid #dbdde1;
  background: #fff;
  scroll-margin-top: calc(var(--header-offset, 0px) + 24px);
}

.job-application-form__card--has-image {
  grid-template-columns: minmax(0, 1fr) 366px;
}

.job-application-form__main {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 692px;
  padding: 32px;
  background: #fff;
}

.job-application-form__form-content,
.job-application-form__form-content .wpcf7,
.job-application-form__form-content .wpcf7 form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 24px;
  min-height: 0;
}

.job-application-form__form-content .wpcf7-response-output,
.job-application-form__form-content .screen-reader-response {
  display: none !important;
}

.job-application-form__form-content br {
  display: none;
}

.job-application-form__main.is-success {
  align-items: center;
  justify-content: center;
}

.job-application-form__main.is-success .job-application-form__form-content {
  display: none;
}

.job-application-form__panel {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 24px;
}

.job-application-form__intro {
  margin: 0;
  color: #080e24;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.job-application-form__field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.job-application-form__field,
.job-application-form__file-field {
  position: relative;
}

.job-application-form__field > p,
.job-application-form__file-field > p,
.job-application-form__consent > p,
.job-application-form__actions > p {
  margin: 0;
}

.job-application-form__actions > p {
  display: flex;
  width: 100%;
}

.job-application-form__field-label {
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: 1;
  padding: 0 8px;
  background: #fff;
  color: #53555e;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.job-application-form__field--floating-label {
  padding-top: 0;
}

.job-application-form__field--floating-label .job-application-form__field-label {
  top: 19px;
  left: 20px;
  padding: 0;
  background: transparent;
  color: #4e4b66;
  font-size: 16px;
  font-weight: 300;
  pointer-events: none;
  transform-origin: left center;
  transition: top 0.2s ease, transform 0.2s ease, color 0.2s ease, font-size 0.2s ease, padding 0.2s ease, background-color 0.2s ease;
}

.job-application-form__field--floating-label.job-application-form__field--message .job-application-form__field-label {
  top: 19px;
  transform: none;
}

.job-application-form__field--floating-label:focus-within .job-application-form__field-label,
.job-application-form__field--floating-label.job-application-form__field--floating-label-raised .job-application-form__field-label,
.job-application-form__field--floating-label:has(input:not(:placeholder-shown)) .job-application-form__field-label,
.job-application-form__field--floating-label:has(textarea:not(:placeholder-shown)) .job-application-form__field-label {
  top: 0;
  padding: 0 8px;
  background: #fff;
  color: #53555e;
  font-size: 12px;
  font-weight: 400;
  transform: translateY(-50%);
}

.job-application-form__field input,
.job-application-form__field textarea {
  width: 100%;
  min-height: 56px;
  padding: 16px 20px;
  border: 1px solid #dbdde1;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #080e24;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  appearance: none;
  transition: border-color 0.2s ease;
}

.job-application-form__field textarea {
  min-height: 132px;
  resize: vertical;
}

.job-application-form__field input::placeholder,
.job-application-form__field textarea::placeholder {
  color: #a5a8af;
}

.job-application-form__field--floating-label input::placeholder,
.job-application-form__field--floating-label textarea::placeholder {
  color: transparent;
}

.job-application-form__field--floating-label.job-application-form__field--floating-label-raised input::placeholder,
.job-application-form__field--floating-label.job-application-form__field--floating-label-raised textarea::placeholder {
  color: #080e24;
}

.job-application-form__field input:focus,
.job-application-form__field textarea:focus,
.job-application-form__field .wpcf7-not-valid {
  outline: none;
  border-color: #223e9b;
}

.job-application-form__file-control {
  position: relative;
  display: flex;
  align-items: center;
  max-height: 56px;
  padding: 16px 20px;
  border: 1px solid #dbdde1;
  background: #fff;
  cursor: pointer;
}

.job-application-form__file-text {
  flex: 1 1 auto;
  min-width: 0;
  color: #4e4b66;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.job-application-form__file-formats {
  flex: 0 0 auto;
  color: #53555e;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
}

.job-application-form__file-control .wpcf7-form-control-wrap {
  position: absolute;
  inset: 0;
  display: block;
}

.job-application-form__file-control input[type=file] {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.job-application-form__file-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: flex-start;
  min-height: 36px;
  padding: 10px;
  background: #223e9b;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 12px;
}
@media (max-width: 900px) {
  .job-application-form__file-chip {
    margin-top: 15px;
    position: relative;
    top: 13px;
  }
}

.job-application-form__file-chip[hidden] {
  display: none;
}

.job-application-form__file-clear {
  position: relative;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.job-application-form__file-clear::before,
.job-application-form__file-clear::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 2px;
  width: 12px;
  height: 1px;
  background: currentColor;
}

.job-application-form__file-clear::before {
  transform: rotate(45deg);
}

.job-application-form__file-clear::after {
  transform: rotate(-45deg);
}

.job-application-form__consent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #53555e;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.job-application-form__consent .wpcf7-list-item {
  margin: 0;
}

.job-application-form__consent label {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.job-application-form__consent input[type=checkbox] {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid #dbdde1;
  border-radius: 0;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.job-application-form__consent input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  opacity: 0;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.job-application-form__consent input[type=checkbox]:checked {
  background: #223e9b;
  border-color: #223e9b;
}

.job-application-form__consent input[type=checkbox]:checked::after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
}

.job-application-form__consent input[type=checkbox]:focus-visible {
  outline: 2px solid #223e9b;
  outline-offset: 2px;
}

.job-application-form__consent .wpcf7-list-item-label {
  color: #53555e;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.job-application-form__consent a {
  color: #223e9b;
  text-decoration: underline;
}

.job-application-form__actions {
  display: flex;
  align-items: stretch;
}

.job-application-form__actions .wpcf7-spinner {
  display: none;
}

.job-application-form__submit {
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.job-application-form__submit.hero__btn {
  width: 100%;
  max-width: 379px;
  min-height: 72px;
  padding: 4px;
}

.job-application-form__submit:not(.hero__btn) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 380px;
  min-height: 72px;
  padding: 4px 32px 4px 84px;
  border: 0;
  border-radius: 0;
  background: #223e9b;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  transition: background-color 0.2s ease;
}

.job-application-form__submit:not(.hero__btn)::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: 64px;
  background: #fff url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='64' height='64' fill='white'/%3E%3Cpath d='M38.673 40.3811L33.314 45.0929C33.1633 45.2271 32.9752 45.3116 32.7745 45.3352C28.7395 45.7995 25.3505 44.9637 22.6078 42.8278C18.381 39.5332 20.0824 33.4526 22.2343 29.2071C26.3425 21.1098 34.1321 17.6032 43.1429 18.7539C43.178 18.7595 43.2107 18.775 43.2371 18.7987C43.2634 18.8223 43.2821 18.8531 43.2911 18.8871L43.9906 21.5277C43.997 21.5495 43.9979 21.5727 43.9931 21.595C43.9882 21.6173 43.9779 21.6379 43.963 21.6549C43.9481 21.6719 43.9292 21.6848 43.9081 21.6922C43.887 21.6996 43.8644 21.7013 43.8424 21.6973C41.9217 21.4025 40.7321 21.2774 40.2736 21.3218C34.2586 21.8991 30.4033 25.0929 28.7078 30.9029C27.7416 34.2339 28.9924 38.219 32.4189 39.5453C34.4028 40.3084 36.4164 40.4437 38.4596 39.9511C38.5126 39.9386 38.5681 39.9446 38.6173 39.9681C38.6665 39.9916 38.7066 40.0312 38.7311 40.0807C38.7557 40.1302 38.7633 40.1867 38.7528 40.2411C38.7423 40.2956 38.7142 40.3448 38.673 40.3811Z' fill='%23223E9B'/%3E%3C/svg%3E") center no-repeat;
}

.job-application-form__submit:not(.hero__btn):hover,
.job-application-form__submit:not(.hero__btn):focus-visible {
  background: #173184;
  color: #fff;
}

.job-application-form__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  padding: 32px;
  border: 1px dashed #dbdde1;
  color: #53555e;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.job-application-form__placeholder p {
  margin: 0;
}

.job-application-form__success {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  text-align: center;
}

.job-application-form__success[hidden] {
  display: none;
}

.job-application-form__success-icon {
  display: inline-flex;
  width: 80px;
  height: 80px;
}

.job-application-form__success-icon svg {
  width: 100%;
  height: 100%;
}

.job-application-form__success-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.job-application-form__success-title {
  margin: 0;
  color: #080e24;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.job-application-form__success-text {
  width: 100%;
  max-width: 374px;
  margin: 0;
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.054px;
}

.job-application-form__image {
  min-height: 692px;
  border-left: 1px solid #dbdde1;
}

.job-application-form__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1180px) {
  .job-application-form__inner {
    padding: 0 40px;
  }
}
@media (max-width: 900px) {
  .job-application-form__inner {
    gap: 24px;
    padding: 0 16px;
  }
  .job-application-form__title {
    font-size: 26px;
  }
  .job-application-form__card,
  .job-application-form__card--has-image {
    display: block;
  }
  .job-application-form__main {
    min-height: auto;
    padding: 20px;
  }
  .job-application-form__panel {
    gap: 24px;
  }
  .job-application-form__intro {
    font-size: 20px;
  }
  .job-application-form__field-grid {
    gap: 20px;
  }
  .job-application-form__file-formats {
    align-self: flex-end;
    position: absolute;
    bottom: -22px;
    right: 0;
  }
  .job-application-form__submit,
  .job-application-form__submit.hero__btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .job-application-form__success {
    min-height: 209px;
    gap: 40px;
    scroll-margin-top: 120px;
  }
  .job-application-form__success-icon {
    width: 46px;
    height: 46px;
  }
  .job-application-form__image {
    display: none;
  }
  .job-application-form__file-field {
    margin-bottom: 12px;
  }
  .job-application-form__field input {
    min-height: 70px;
  }
  .job-application-form__field--floating-label .job-application-form__field-label {
    top: 25px;
  }
  .job-application-form__field textarea {
    height: 100px;
    min-height: 100px;
  }
}
@media (max-width: 600px) {
  .job-application-form__field-grid-contacts {
    grid-template-columns: 1fr;
  }
}
.workflow-steps {
  position: relative;
  overflow: visible;
  background: transparent;
  --workflow-steps-header-offset: 0px;
  --workflow-steps-shell-height: 800px;
  --workflow-steps-viewport-padding: 0px;
  --workflow-steps-track-viewport-height: calc(
    var(--workflow-steps-shell-height) -
      (var(--workflow-steps-viewport-padding) * 2)
  );
  border-bottom: 1px solid #dbdde1;
}

.workflow-steps__pin {
  position: relative;
  height: auto;
  min-height: 0;
  overflow: visible;
  background: linear-gradient(135deg, #0d1a28 0%, #223e9b 100%);
}

.workflow-steps__background,
.workflow-steps__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.workflow-steps__background picture,
.workflow-steps__background img {
  display: block;
  width: 100%;
  height: 100%;
}

.workflow-steps__background-image {
  object-fit: cover;
}

.workflow-steps__overlay {
  background: rgba(0, 0, 0, 0.4);
}
.workflow-steps__overlay::before {
  top: 0;
  bottom: 0;
  left: 42%;
  width: 1px;
}
.workflow-steps__overlay::after {
  top: 22%;
  left: 0;
  right: 0;
  height: 1px;
}
@media (max-width: 1024px) {
  .workflow-steps__overlay::before {
    left: 50%;
  }
}
@media (max-width: 767px) {
  .workflow-steps__overlay::before, .workflow-steps__overlay::after {
    display: none;
  }
}

.pin-spacer {
  background: #f7f8fc;
}

.workflow-steps .container {
  position: relative;
  z-index: 1;
}

.workflow-steps__shell {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: 0;
  height: auto;
  padding: 140px 0;
}
@media (max-width: 767px) {
  .workflow-steps__shell {
    padding: 80px 0;
  }
}

.workflow-steps__content {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.34fr);
  gap: 44px;
  align-items: start;
  width: 100%;
}
@media (max-width: 1100px) {
  .workflow-steps__content {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
    gap: 28px;
  }
}
@media (max-width: 767px) {
  .workflow-steps__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.workflow-steps__copy {
  position: sticky;
  top: 140px;
  max-width: 411px;
  color: #fff;
}
@media (max-width: 767px) {
  .workflow-steps__copy {
    position: static;
    max-width: 100%;
  }
}

.workflow-steps__eyebrow {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.workflow-steps__title {
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .workflow-steps__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .workflow-steps__title {
    font-size: 26px;
  }
}

.workflow-steps__description {
  margin-top: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .workflow-steps__description {
    margin-top: 14px;
    font-size: 16px;
  }
}

.workflow-steps__steps-viewport {
  box-sizing: border-box;
  position: relative;
  min-height: 0;
  height: auto;
  padding: 0;
  overflow: visible;
  align-self: start;
}

.workflow-steps__steps-track {
  display: flex;
  flex-direction: column;
  gap: 20px;
  transform: translate3d(0, 0, 0);
}

.workflow-steps__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  min-height: 195px;
  padding: 24px 32px;
  background: #fff;
  color: #080e24;
  text-decoration: none;
  transition: background-color 0.28s ease, transform 0.28s ease;
}
@media (max-width: 1024px) {
  .workflow-steps__card {
    min-height: 195px;
  }
}
@media (max-width: 767px) {
  .workflow-steps__card {
    min-height: 206px;
  }
}

.workflow-steps__card--link {
  cursor: pointer;
}
.workflow-steps__card--link:hover, .workflow-steps__card--link:focus-visible {
  background: #fff;
  outline: none;
  transform: translateY(-2px);
}
.workflow-steps__card--link:hover .workflow-steps__card-hover-label, .workflow-steps__card--link:focus-visible .workflow-steps__card-hover-label {
  opacity: 1;
  transform: translate(-50%, -50%);
  visibility: visible;
}

.workflow-steps__card-head {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #f4f5f9;
}
@media (max-width: 767px) {
  .workflow-steps__card-head {
    gap: 8px;
    align-items: start;
  }
}

.workflow-steps__card-title {
  margin: 0;
  color: #080e24;
}
@media (max-width: 1024px) {
  .workflow-steps__card-title {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .workflow-steps__card-title {
    white-space: nowrap;
  }
}

.workflow-steps__card-title--big {
  font-size: 32px;
  font-weight: 300;
  line-height: 140%;
}
@media (max-width: 1024px) {
  .workflow-steps__card-title--big {
    font-size: 20px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .workflow-steps__card-title--big {
    font-size: 20px;
  }
}

.workflow-steps__card-title--small {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 767px) {
  .workflow-steps__card-title--small {
    font-size: 18px;
    line-height: 1.3;
  }
}

.workflow-steps__card-year {
  color: #080e24;
  font-size: 32px;
  font-weight: 300;
  line-height: 140%;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .workflow-steps__card-year {
    font-size: 20px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .workflow-steps__card-year {
    font-size: 20px;
  }
}

.workflow-steps__card-note {
  align-self: stretch;
  width: 100%;
  margin-top: 0;
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.054px;
  text-align: right;
}
@media (max-width: 767px) {
  .workflow-steps__card-note {
    font-size: 18px;
    line-height: 150%;
  }
}

.workflow-steps__card-note--align-left {
  text-align: left;
}

.workflow-steps__card-note--align-center {
  text-align: center;
}

.workflow-steps__card-note--align-right {
  text-align: right;
}

.workflow-steps__card-hover-label {
  position: absolute;
  top: 66%;
  left: 48%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 4px 16px;
  background: #223e9b;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -35%);
  transition: opacity 0.28s ease, transform 0.35s ease, visibility 0.28s ease;
  visibility: hidden;
}
@media (max-width: 767px) {
  .workflow-steps__card-hover-label {
    display: none;
  }
}

.workflow-steps__empty {
  padding: 28px;
  background: rgba(255, 255, 255, 0.95);
  color: #53555e;
}

.workflow-steps.is-phone-native-scroll .workflow-steps__steps-viewport {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: y proximity;
  touch-action: pan-y;
}
.workflow-steps.is-phone-native-scroll .workflow-steps__steps-track {
  transform: none !important;
}
.workflow-steps.is-phone-native-scroll .workflow-steps__card {
  scroll-snap-align: start;
}

.workflow-steps.is-scroll-ready {
  overflow: hidden;
}
.workflow-steps.is-scroll-ready .workflow-steps__pin {
  height: var(--workflow-steps-shell-height);
  min-height: var(--workflow-steps-shell-height);
  overflow: hidden;
}
.workflow-steps.is-scroll-ready .workflow-steps__shell {
  min-height: var(--workflow-steps-shell-height);
  height: var(--workflow-steps-shell-height);
}
.workflow-steps.is-scroll-ready .workflow-steps__steps-viewport {
  height: var(--workflow-steps-track-viewport-height);
  padding: 0 0 var(--workflow-steps-viewport-padding);
  overflow: hidden;
}

.workflow-steps.is-reduced-motion .workflow-steps__shell {
  position: relative;
  top: auto;
  min-height: auto;
  height: auto;
  padding: 72px 0;
}
.workflow-steps.is-reduced-motion .workflow-steps__content {
  grid-template-columns: 1fr;
}
.workflow-steps.is-reduced-motion .workflow-steps__steps-viewport {
  height: auto;
  padding: 0;
  overflow: visible;
}
.workflow-steps.is-reduced-motion .workflow-steps__steps-track {
  transform: none !important;
}

.advantages {
  background: #f4f5f9;
  overflow: hidden;
  border-top: 1px solid #dbdde1;
}

.advantages__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .advantages__header {
    margin-bottom: 24px;
  }
}

.advantages__eyebrow {
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.advantages__title {
  margin: 0;
  color: #080e24;
  font-size: 48px;
  font-weight: 300;
  line-height: 120%;
}
.advantages__title strong,
.advantages__title b {
  color: #223e9b;
  font-weight: 400;
}
.advantages__title span {
  color: #223e9b;
}
@media (max-width: 1024px) {
  .advantages__title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .advantages__title {
    font-size: 26px;
  }
}

.advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dbdde1;
  border-left: 1px solid #dbdde1;
  position: relative;
}
.advantages__grid::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 1px;
  background: #dbdde1;
  top: -1px;
  left: -17vw;
}
@media (max-width: 767px) {
  .advantages__grid::before {
    display: none;
  }
}
.advantages__grid::after {
  position: absolute;
  content: "";
  width: 75vw;
  height: 1px;
  background: #dbdde1;
  bottom: 0px;
  right: -70vw;
}
@media (max-width: 767px) {
  .advantages__grid::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .advantages__grid {
    grid-template-columns: 1fr;
  }
}

.advantages__card {
  display: flex;
  flex-direction: column;
  min-height: 210px;
  padding: 32px;
  border-right: 1px solid #dbdde1;
  border-bottom: 1px solid #dbdde1;
  background: transparent;
}
@media (max-width: 767px) {
  .advantages__card {
    min-height: 0;
    padding: 20px;
  }
}

.advantages__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .advantages__card-top {
    margin-bottom: 16px;
  }
}

.advantages__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #223e9b;
}
@media (max-width: 767px) {
  .advantages__card-icon {
    width: 56px;
    height: 56px;
  }
}
.advantages__card-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.advantages__card-number {
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.advantages__card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.advantages__card-title {
  margin: 0;
  color: #212121;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 767px) {
  .advantages__card-title {
    font-size: 20px;
  }
}

.advantages__card-description {
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}
@media (max-width: 767px) {
  .advantages__card-description {
    font-size: 16px;
  }
}

.advantages__card--cta {
  position: relative;
  justify-content: space-between;
  background: #223e9b;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.advantages__card--cta:hover, .advantages__card--cta:focus-visible {
  background: #1b3281;
  color: #fff;
}
@media (max-width: 767px) {
  .advantages__card--cta {
    flex-direction: row;
  }
}

.advantages__cta-title {
  max-width: 270px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 767px) {
  .advantages__cta-title {
    font-size: 20px;
  }
}

.advantages__cta-icon {
  display: inline-flex;
  align-self: flex-end;
  width: 64px;
  height: 64px;
  margin-bottom: -24px;
  margin-right: -23px;
}
@media (max-width: 767px) {
  .advantages__cta-icon {
    margin-bottom: unset;
    margin-right: unset;
    margin-left: 8px;
  }
}
.advantages__cta-icon svg {
  display: block;
  width: 64px;
  height: 64px;
}

.faq-section {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.faq-section__frame {
  position: relative;
  z-index: 1;
}
.faq-section__frame:before {
  content: "";
  position: absolute;
  background: #dbdde1;
  pointer-events: none;
  bottom: 0;
  left: -100vw;
  right: -100vw;
  height: 1px;
}
@media (max-width: 767px) {
  .faq-section__frame:before {
    display: none;
  }
}

.faq-section__header {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}
@media (max-width: 767px) {
  .faq-section__header {
    margin-bottom: 24px;
  }
}

.faq-section__eyebrow {
  margin-bottom: 10px;
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.faq-section__title {
  margin: 0;
  color: #080e24;
  font-size: 48px;
  font-weight: 300;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .faq-section__title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .faq-section__title {
    font-size: 26px;
  }
}

.faq-section__list {
  max-width: 846px;
  margin: 0 auto;
  border: 1px solid #dbdde1;
  background: #fff;
  position: relative;
}
.faq-section__list:before {
  content: "";
  position: absolute;
  background: #dbdde1;
  pointer-events: none;
  top: -1px;
  left: -100vw;
  right: 0;
  height: 1px;
}
@media (max-width: 767px) {
  .faq-section__list:before {
    display: none;
  }
}
.faq-section__list:after {
  content: "";
  position: absolute;
  background: #dbdde1;
  pointer-events: none;
  top: -100vw;
  bottom: 0;
  right: -1px;
  width: 1px;
}
@media (max-width: 767px) {
  .faq-section__list:after {
    display: none;
  }
}

.faq-section__item {
  border-bottom: 1px solid #dbdde1;
  transition: background-color 0.24s ease;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .faq-section__item {
    padding-bottom: 0;
  }
}
.faq-section__item:last-child {
  border-bottom: 0;
}
.faq-section__item.is-open {
  background: #f4f5f9;
}

.faq-section__item-heading {
  margin: 0;
}

.faq-section__trigger {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  width: 100%;
  padding: 24px 32px 5px;
  border: 0;
  background: transparent;
  color: #080e24;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faq-section__trigger {
    gap: 14px;
    padding: 20px 18px;
  }
}

.faq-section__question {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.faq-section__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.faq-section__icon::before, .faq-section__icon::after {
  content: "";
  position: absolute;
  background: #080e24;
  transition: transform 0.24s ease, opacity 0.24s ease;
}
.faq-section__icon::before {
  width: 16px;
  height: 2px;
}
.faq-section__icon::after {
  width: 2px;
  height: 16px;
}

.faq-section__item.is-open .faq-section__icon::after {
  opacity: 0;
  transform: scaleY(0);
}

.faq-section__panel {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .faq-section__panel {
    margin-right: 0;
  }
}

.faq-section.is-ready .faq-section__panel {
  transition: height 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease;
}

.faq-section__item.is-open .faq-section__panel {
  opacity: 1;
}

.faq-section__panel-inner {
  padding: 0 32px 0;
  transform: translateY(-8px);
  transition: transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 767px) {
  .faq-section__panel-inner {
    padding: 0 18px 20px;
  }
}

.faq-section__item.is-open .faq-section__panel-inner {
  transform: translateY(0);
}

.faq-section__answer {
  max-width: 700px;
  color: #53555e;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}
.faq-section__answer p {
  margin: 0 0 12px;
}
.faq-section__answer p:last-child {
  margin-bottom: 0;
}
.faq-section__answer a {
  color: inherit;
  text-decoration-thickness: 1px;
}
@media (max-width: 767px) {
  .faq-section__answer {
    font-size: 16px;
  }
}

.faq-section__empty {
  max-width: 846px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid #dbdde1;
  color: #6f7483;
  text-align: center;
}

.job-accordion {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dbdde1;
  color: #080e24;
}
.job-accordion .container {
  max-width: none;
  padding: 0 80px;
}
@media (max-width: 767px) {
  .job-accordion .container {
    padding: 0 16px;
  }
}

@media (max-width: 768px) {
  .job-accordion.Block:first-child {
    padding-top: calc(var(--padding-top-mob) * 1px);
  }
}

.job-accordion__frame {
  position: relative;
  z-index: 1;
}

.job-accordion__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0 0 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .job-accordion__header {
    margin-bottom: 24px;
  }
}

.job-accordion__eyebrow {
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.job-accordion__title {
  width: 100%;
  max-width: 710px;
  margin: 0;
  color: #080e24;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .job-accordion__title {
    font-size: 26px;
  }
}

.job-accordion__list {
  width: 100%;
  max-width: 1054px;
  margin: 0 auto;
}

.job-accordion__item {
  border: 1px solid #dbdde1;
  background: #fff;
  transition: background-color 0.24s ease;
}
.job-accordion__item + .job-accordion__item {
  border-top: 0;
}
.job-accordion__item.is-open {
  background: #f4f5f9;
}

.job-accordion__item-heading {
  margin: 0;
}

.job-accordion__trigger {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  gap: 20px;
  align-items: start;
  width: 100%;
  padding: 24px 32px;
  border: 0;
  background: transparent;
  color: #080e24;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
@media (max-width: 767px) {
  .job-accordion__trigger {
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 8px;
    padding: 20px 8px 20px 20px;
  }
}

.job-accordion__item.is-open .job-accordion__trigger {
  padding-bottom: 16px;
}

.job-accordion__item-title {
  color: #080e24;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.054px;
}

.job-accordion__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}
.job-accordion__icon::before, .job-accordion__icon::after {
  content: "";
  position: absolute;
  background: #080e24;
  transition: opacity 0.24s ease, transform 0.24s ease;
}
.job-accordion__icon::before {
  width: 16px;
  height: 1.5px;
}
.job-accordion__icon::after {
  width: 1.5px;
  height: 16px;
}

.job-accordion__item.is-open .job-accordion__icon::after {
  opacity: 0;
  transform: scaleY(0);
}

.job-accordion__panel {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.job-accordion.is-ready .job-accordion__panel {
  transition: height 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease;
}

.job-accordion__item.is-open .job-accordion__panel {
  opacity: 1;
}

.job-accordion__panel-inner {
  padding: 0 32px 24px;
  transform: translateY(-8px);
  transition: transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 767px) {
  .job-accordion__panel-inner {
    padding: 0 8px 20px 20px;
  }
}

.job-accordion__item.is-open .job-accordion__panel-inner {
  transform: translateY(0);
}

.job-accordion__body {
  max-width: 958px;
  color: #53555e;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.job-accordion__body p,
.job-accordion__body ul,
.job-accordion__body blockquote {
  margin-top: 0;
  margin-left: 3px;
}
.job-accordion__body p {
  margin-bottom: 0;
}
.job-accordion__body p + p,
.job-accordion__body p + ul,
.job-accordion__body ul + p,
.job-accordion__body ul + ul,
.job-accordion__body blockquote + p,
.job-accordion__body blockquote + ul {
  margin-top: 16px;
}
.job-accordion__body ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  padding-left: 18px;
}
.job-accordion__body li {
  padding-left: 4px;
}
.job-accordion__body li::marker {
  color: #223e9b;
}
.job-accordion__body strong,
.job-accordion__body b {
  color: #080e24;
  font-weight: 400;
}
.job-accordion__body a {
  color: #223e9b;
  font-weight: 400;
  text-decoration: underline;
}
.job-accordion__body blockquote {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 0;
  padding: 0 0 0 20px;
  border-left: 2px solid #223e9b;
  color: #53555e;
}
.job-accordion__body blockquote p {
  margin: 0;
}
.job-accordion__body blockquote > :first-child,
.job-accordion__body blockquote strong,
.job-accordion__body blockquote b {
  color: #223e9b;
  font-weight: 400;
}

.job-accordion__actions {
  margin-top: 32px;
}

.job-accordion__button.blue__btn {
  max-width: 379px;
  width: 100%;
}
@media (max-width: 767px) {
  .job-accordion__button.blue__btn {
    width: 100%;
    max-width: 100%;
  }
}

.job-accordion__empty {
  max-width: 1054px;
  margin: 0 auto;
  padding: 24px 32px;
  border: 1px solid #dbdde1;
  color: #53555e;
  font-size: 16px;
}

.kundenstimmen {
  background: #fff;
}

.kundenstimmen__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .kundenstimmen__header {
    margin-bottom: 24px;
    gap: 10px;
  }
}

.kundenstimmen__eyebrow {
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.kundenstimmen__title {
  max-width: 710px;
  margin: 0;
  color: #080e24;
  font-size: 48px;
  font-weight: 300;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .kundenstimmen__title {
    max-width: 100%;
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .kundenstimmen__title {
    font-size: 26px;
  }
}

.kundenstimmen__content {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  gap: 0;
  align-items: stretch;
}
.kundenstimmen__content--no-image {
  grid-template-columns: 1fr;
}
@media (max-width: 1024px) {
  .kundenstimmen__content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.kundenstimmen__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}
@media (max-width: 767px) {
  .kundenstimmen__metrics {
    grid-template-columns: 1fr;
  }
  .kundenstimmen__metrics .kundenstimmen__metric:nth-child(1) {
    order: -2;
  }
  .kundenstimmen__metrics .kundenstimmen__metric:nth-child(3) {
    order: -1;
  }
}

.kundenstimmen__metric {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 289px;
  padding: 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}
.kundenstimmen__metric:nth-child(3) .kundenstimmen__metric-description {
  max-width: 280px;
}
.kundenstimmen__metric--dark {
  background: #223e9b;
}
.kundenstimmen__metric--light {
  background: #5473d7;
}
@media (max-width: 767px) {
  .kundenstimmen__metric {
    min-height: unset;
    border-right: 0;
  }
}

.kundenstimmen__metric-visual {
  display: flex;
  align-items: flex-start;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .kundenstimmen__metric-visual {
    margin-bottom: 24px;
  }
}

.kundenstimmen__metric-number {
  display: block;
  font-size: 48px;
  font-weight: 300;
  line-height: 120%;
}

.kundenstimmen__metric-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 62px;
}
.kundenstimmen__metric-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kundenstimmen__metric-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: 310px;
}

.kundenstimmen__metric-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}

.kundenstimmen__metric-description {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
.kundenstimmen__metric-description strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .kundenstimmen__metric-description {
    display: unset;
  }
}

.kundenstimmen__media {
  min-height: 578px;
  overflow: hidden;
  margin-top: -40px;
}
@media (max-width: 1024px) {
  .kundenstimmen__media {
    min-height: 420px;
  }
}
@media (max-width: 767px) {
  .kundenstimmen__media {
    min-height: 320px;
    margin-top: -25px;
    aspect-ratio: 370/429;
  }
}

.kundenstimmen__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-slider {
  position: relative;
  overflow: hidden;
  background: var(--testimonials-slider-bg, #fff);
}

.testimonials-slider__frame {
  overflow: visible;
}

.testimonials-slider__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .testimonials-slider__header {
    align-items: flex-start;
    flex-direction: column;
  }
}

.testimonials-slider__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.testimonials-slider__eyebrow {
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.testimonials-slider__title {
  max-width: 760px;
  margin: 0;
  color: #080e24;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.18;
}
@media (max-width: 1024px) {
  .testimonials-slider__title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .testimonials-slider__title {
    font-size: 26px;
  }
}

.testimonials-slider__actions {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .testimonials-slider__actions {
    width: 100%;
  }
}

.testimonials-slider__carousel {
  overflow: visible;
}

.testimonials-slider__swiper {
  overflow: visible;
}

.testimonials-slider__slide {
  height: auto;
  opacity: 0.34;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.testimonials-slider__slide.swiper-slide-active, .testimonials-slider__slide.swiper-slide-duplicate-active {
  opacity: 1;
}
@media (max-width: 767px) {
  .testimonials-slider__slide {
    opacity: 1;
  }
}

.testimonials-slider__card {
  display: grid;
  grid-template-columns: 304px minmax(0, 543px);
  min-height: 390px;
  background: #fff;
  border: 1px solid #dbdde1;
}
@media (max-width: 1024px) {
  .testimonials-slider__card {
    grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.3fr);
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .testimonials-slider__card {
    grid-template-columns: 0.77fr minmax(0, 1fr);
    grid-template-areas: "media top" "quote quote";
    min-height: 0;
  }
}

.testimonials-slider__media {
  position: relative;
  width: 304px;
  min-width: 304px;
  min-height: 100%;
  overflow: hidden;
  background: #edf0f7;
  aspect-ratio: 304/390;
}
@media (max-width: 1024px) {
  .testimonials-slider__media {
    width: auto;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .testimonials-slider__media {
    grid-area: media;
    width: 100%;
    min-width: 0;
    aspect-ratio: auto;
    border-right: 1px solid #dbdde1;
  }
}

.testimonials-slider__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-slider__video-trigger {
  max-width: 113px;
  position: absolute;
  max-height: 56px;
  height: 56px;
  box-sizing: border-box;
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 56px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.testimonials-slider__video-trigger:hover, .testimonials-slider__video-trigger:focus-visible {
  background: rgba(255, 255, 255, 0.38);
  border-color: rgba(255, 255, 255, 0.36);
}
@media (max-width: 767px) {
  .testimonials-slider__video-trigger {
    width: 100%;
    min-height: 48px;
    bottom: 24px;
    padding: 10px 16px;
  }
}

.testimonials-slider__video-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.testimonials-slider__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
@media (max-width: 767px) {
  .testimonials-slider__content {
    display: contents;
  }
}

.testimonials-slider__content-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 32px;
  border-bottom: 1px solid #dbdde1;
}
@media (max-width: 767px) {
  .testimonials-slider__content-top {
    grid-area: top;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
    padding: 20px;
    border-bottom: 0;
  }
}

.testimonials-slider__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.testimonials-slider__company {
  margin: 0;
  color: #080e24;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}
@media (max-width: 1024px) {
  .testimonials-slider__company {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .testimonials-slider__company {
    font-size: 21px;
    line-height: 1.2;
  }
}

.testimonials-slider__subtitle {
  color: #53555e;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .testimonials-slider__subtitle {
    white-space: unset;
  }
}

.testimonials-slider__logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  min-height: 54px;
  max-width: 218px;
}
.testimonials-slider__logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 48px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .testimonials-slider__logo {
    justify-content: flex-start;
    min-height: 0;
    max-width: 150px;
  }
  .testimonials-slider__logo img {
    max-height: 58px;
  }
}

.testimonials-slider__quote-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
}
@media (max-width: 767px) {
  .testimonials-slider__quote-wrap {
    grid-area: quote;
    gap: 18px;
    padding: 22px 26px 28px;
    border-top: 1px solid #dbdde1;
  }
}

@media (max-width: 767px) {
  .testimonials-slider__quote-mark svg {
    width: 36px;
    height: auto;
  }
}

.testimonials-slider__quote {
  margin: 0;
  color: #53555e;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  font-style: Italic;
}
@media (max-width: 767px) {
  .testimonials-slider__quote {
    font-size: 16px;
    line-height: 1.55;
  }
}

.testimonials-slider__pagination-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  position: relative;
}

.testimonials-slider__pagination {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  bottom: 0 !important;
}
.testimonials-slider__pagination .swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  margin: 0 !important;
  border: 0;
  border-radius: 0;
  background: #edf0f7;
  opacity: 1;
  transition: background 0.25s ease, transform 0.25s ease;
}
.testimonials-slider__pagination .swiper-pagination-bullet-active {
  background: #223e9b;
}

.testimonials-slider__empty {
  padding: 32px;
  border: 1px solid #dbdde1;
  color: #53555e;
}

.testimonials-slider__modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.testimonials-slider__modal.is-open {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .testimonials-slider__modal {
    padding: 14px;
  }
}

.testimonials-slider__modal-backdrop {
  position: absolute;
  inset: 0;
  width: 111vw;
  left: -22vw;
  height: 155vh;
  top: -140px;
}

.testimonials-slider__modal-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 980px;
  background: #080e24;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(8, 14, 36, 0.35);
}

.testimonials-slider__modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(8, 14, 36, 0.58);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 20px;
}
.testimonials-slider__modal-close span {
  font-size: 28px;
  font-weight: 300;
  height: 30px;
  width: 17px;
}

.testimonials-slider__modal-content {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}

.testimonials-slider__modal-iframe,
.testimonials-slider__modal-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

body.has-video-modal-open {
  overflow: hidden;
}

.referenzen-preview {
  background: #f7f8fb;
}

.referenzen-preview__wrap {
  position: relative;
  max-width: 1064px;
  margin: 0 auto;
}

.referenzen-preview__line {
  position: absolute;
  background: #dbdde1;
  pointer-events: none;
}
.referenzen-preview__line--top {
  top: 0;
  right: 0;
  width: 188px;
  height: 1px;
}
.referenzen-preview__line--bottom {
  bottom: 0;
  left: 0;
  width: 188px;
  height: 1px;
}
@media (max-width: 767px) {
  .referenzen-preview__line--bottom {
    display: none;
  }
}
.referenzen-preview__line--vertical {
  top: -56px;
  right: 38%;
  width: 1px;
  height: 80px;
}
@media (max-width: 1024px) {
  .referenzen-preview__line--vertical {
    right: 32%;
  }
}
@media (max-width: 767px) {
  .referenzen-preview__line--vertical {
    display: none;
  }
}

.referenzen-preview__card {
  display: grid;
  grid-template-columns: 304px minmax(0, 1fr);
  grid-template-areas: "media top" "media content";
  background: #fff;
  border: 1px solid #dbdde1;
}
@media (max-width: 767px) {
  .referenzen-preview__card {
    grid-template-columns: 128px minmax(0, 1fr);
    grid-template-areas: "media top" "content content";
  }
}

.referenzen-preview__media {
  grid-area: media;
  min-height: 390px;
  border-right: 1px solid #dbdde1;
  background: #eef1f7;
  overflow: hidden;
  aspect-ratio: 304/390;
}
.referenzen-preview__media--placeholder {
  position: relative;
}
.referenzen-preview__media--placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(34, 62, 155, 0.14), rgba(34, 62, 155, 0.04)), linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
}
@media (max-width: 767px) {
  .referenzen-preview__media {
    min-height: 165px;
  }
}

.referenzen-preview__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.referenzen-preview__top {
  grid-area: top;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 18px 32px;
  border-bottom: 1px solid #dbdde1;
}
@media (max-width: 767px) {
  .referenzen-preview__top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    padding: 18px 20px;
  }
}

.referenzen-preview__title {
  margin: 0;
  color: #080e24;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .referenzen-preview__title {
    font-size: 20px;
  }
}

.referenzen-preview__actions {
  flex-shrink: 0;
  width: auto;
}
@media (max-width: 767px) {
  .referenzen-preview__actions {
    width: 100%;
  }
}

.referenzen-preview__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 48px;
  padding: 4px 32px 4px 4px;
  border: 1px solid #223e9b;
  background: #fff;
  color: #223e9b;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.referenzen-preview__button:hover, .referenzen-preview__button:focus-visible {
  background: #223e9b;
  color: #fff;
  box-shadow: 0 10px 24px rgba(34, 62, 155, 0.14);
}
@media (max-width: 767px) {
  .referenzen-preview__button {
    width: 100%;
    padding-right: 20px;
  }
}

.referenzen-preview__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.referenzen-preview__button-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.referenzen-preview__content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
}
@media (max-width: 767px) {
  .referenzen-preview__content {
    gap: 20px;
    padding: 20px;
  }
}

.referenzen-preview__description {
  color: #53555e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.referenzen-preview__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
@media (max-width: 767px) {
  .referenzen-preview__metrics {
    gap: 24px;
  }
}

.referenzen-preview__metric {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.referenzen-preview__metric-value {
  color: #223e9b;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .referenzen-preview__metric-value {
    font-size: 26px;
  }
}

.referenzen-preview__metric-label {
  color: #53555e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.referenzen-preview__empty {
  padding: 32px;
  border: 1px solid #dbdde1;
  background: #fff;
  color: #53555e;
  font-size: 16px;
  line-height: 1.4;
}

.referenzen-list {
  background: #f7f8fb;
  scroll-margin-top: calc(var(--header-offset, 0px) + 24px);
}

.referenzen-list__inner {
  position: relative;
}

.referenzen-list__layout {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .referenzen-list__layout {
    display: block;
  }
}

.referenzen-list__categories {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 305px;
  width: 305px;
}
@media (min-width: 1025px) {
  .referenzen-list__categories {
    position: sticky;
    top: calc(var(--header-offset, 0px) + 99px);
  }
}
@media (max-width: 1024px) {
  .referenzen-list__categories {
    display: none;
  }
}

.referenzen-list__category {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 0 8px 20px;
  border: 0;
  border-left: 1px solid #dbdde1;
  background: transparent;
  color: #53555e;
  font: inherit;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.25s ease, color 0.25s ease;
}
.referenzen-list__category:hover, .referenzen-list__category:focus-visible, .referenzen-list__category.is-active {
  border-left-color: #223e9b;
  color: #223e9b;
}
.referenzen-list__category:disabled {
  cursor: default;
  opacity: 0.65;
}

.referenzen-list__mobile-filter {
  position: relative;
  display: none;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .referenzen-list__mobile-filter {
    display: block;
  }
}

.referenzen-list__dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 44px;
  padding: 8px 0 8px 20px;
  border: 0;
  border-left: 1px solid #223e9b;
  border-radius: 0;
  background: transparent;
  color: #223e9b;
  font: inherit;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}
.referenzen-list__dropdown-toggle:disabled {
  cursor: default;
  opacity: 0.65;
}

.referenzen-list__dropdown-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: #223e9b;
  margin-right: 4px;
  transition: transform 0.25s ease;
}

.referenzen-list__dropdown-toggle[aria-expanded=true] .referenzen-list__dropdown-icon {
  transform: rotate(180deg);
}

.referenzen-list__dropdown-menu {
  position: absolute;
  z-index: 5;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  border: 0;
  border-bottom: 1px solid #dbdde1;
  background: #223e9b;
}

.referenzen-list__dropdown-menu[hidden] {
  display: none;
}

.referenzen-list__dropdown-option {
  display: flex;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}
.referenzen-list__dropdown-option:hover, .referenzen-list__dropdown-option:focus-visible, .referenzen-list__dropdown-option.is-active {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.referenzen-list__dropdown-option:disabled {
  cursor: default;
  opacity: 0.65;
}

.referenzen-list__main {
  flex: 1 1 auto;
  min-width: 0;
}

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

.referenzen-list__results {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 120px;
  transition: opacity 0.25s ease;
}

.referenzen-list.is-loading .referenzen-list__results {
  opacity: 0.55;
}

.referenzen-list__empty {
  padding: 32px;
  border: 1px solid #dbdde1;
  background: #fff;
  color: #53555e;
  font-size: 16px;
  line-height: 1.4;
}

.referenzen-list .referenzen-preview__card {
  width: 100%;
}
@media (max-width: 1024px) {
  .referenzen-list .referenzen-preview__card {
    grid-template-columns: minmax(128px, 43%) minmax(0, 1fr);
  }
  .referenzen-list .referenzen-preview__media {
    min-height: 204px;
  }
  .referenzen-list .referenzen-preview__top {
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
  }
  .referenzen-list .referenzen-preview__actions {
    width: auto;
  }
  .referenzen-list .referenzen-preview__button {
    width: auto;
    padding-right: 32px;
  }
  .referenzen-list .referenzen-preview__content {
    gap: 16px;
  }
  .referenzen-list .referenzen-preview__metrics {
    gap: 32px;
  }
}

.logo-slider {
  background: #fff;
  border-top: 1px solid #dbdde1;
  overflow: hidden;
}

.logo-slider__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.logo-slider__carousel,
.logo-slider__swiper,
.logo-slider__track,
.logo-slider__slide {
  width: 100%;
}

.logo-slider__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  padding: 0;
  border-top: 1px solid #dbdde1;
  border-left: 1px solid #dbdde1;
  background: #fff;
}

.logo-slider__card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  padding: 1px 10px;
  border-right: 1px solid #dbdde1;
  border-bottom: 1px solid #dbdde1;
  background: #fff;
}

.logo-slider__logo {
  display: block;
  width: 150px;
  height: 150px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.logo-slider__pagination.swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 24px;
  line-height: 0;
}

.logo-slider__pagination .swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  margin: 0 !important;
  border: 0;
  border-radius: 0;
  background: #f4f5f9;
  opacity: 1;
  cursor: pointer;
}
.logo-slider__pagination .swiper-pagination-bullet-active {
  background: #223e9b;
}

.logo-slider__line {
  position: absolute;
  background: #dbdde1;
  pointer-events: none;
}

.logo-slider__line--left,
.logo-slider__line--right {
  width: 298px;
  height: 1px;
}

.logo-slider__line--left {
  bottom: 30px;
  left: -298px;
}

.logo-slider__line--right {
  top: 0px;
  right: -298px;
}

.logo-slider__line--vertical {
  right: 0;
  width: 1px;
  height: 90vh;
  bottom: 30px;
}

.logo-slider__empty {
  width: 100%;
  padding: 32px;
  border: 1px solid #dbdde1;
  color: #53555e;
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .logo-slider__inner {
    gap: 40px;
  }
  .logo-slider__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .logo-slider__card {
    min-height: 152px;
  }
  .logo-slider__card:last-child:nth-child(odd) {
    grid-column: 1/-1;
  }
  .logo-slider__line--left {
    top: 155px;
    left: -282px;
  }
  .logo-slider__line--right {
    top: 0;
    right: -282px;
  }
  .logo-slider__line--vertical {
    height: 122vh;
  }
}
.banner__frame {
  position: relative;
  display: block;
  width: 100%;
  height: var(--banner-height-desktop, 390px);
  overflow: hidden;
  text-decoration: none;
}
.banner__frame[href] {
  transition: border-color 0.35s ease, transform 0.35s ease;
}
.banner__frame[href]:hover, .banner__frame[href]:focus-visible {
  border-color: #c7ccd5;
}
.banner__frame[href]:hover .banner__image, .banner__frame[href]:focus-visible .banner__image {
  transform: scale(1.04);
}
.banner__frame[href]:hover .banner__overlay, .banner__frame[href]:focus-visible .banner__overlay {
  background: rgba(0, 0, 0, 0.18);
}

.banner__picture {
  display: block;
  width: 100%;
  height: 100%;
}

.banner__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  transition: background-color 0.35s ease;
}

.banner__video-trigger {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.banner__video-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  background: #000;
}

.banner__video-iframe,
.banner__video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.banner.is-playing .banner__picture,
.banner.is-playing .banner__overlay {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .banner__frame {
    height: unset;
    aspect-ratio: 402/167;
  }
  .banner__video-trigger {
    width: auto;
    min-width: 0;
    max-width: calc(100% - 32px);
  }
}
.retrofit-before-after {
  background: #f4f5f9;
  color: #080e24;
  overflow: hidden;
}

.retrofit-before-after__grid {
  display: grid;
  grid-template-areas: "content media";
  grid-template-columns: minmax(0, 1fr) 522px;
  column-gap: 20px;
  align-items: center;
}

.retrofit-before-after__content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}

.retrofit-before-after__copy {
  max-width: 738px;
  padding-right: 110px;
}

.retrofit-before-after__heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.retrofit-before-after__eyebrow {
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.retrofit-before-after__title {
  margin: 0;
  color: #080e24;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
}

.retrofit-before-after__lead {
  color: #223e9b;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.5;
}

.retrofit-before-after__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.003em;
  line-height: 1.5;
}
.retrofit-before-after__body p {
  margin: 0;
}
.retrofit-before-after__body > *:first-child {
  margin-top: 0;
}
.retrofit-before-after__body > *:last-child {
  margin-bottom: 0;
}
.retrofit-before-after__body ul,
.retrofit-before-after__body ol {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 12px 0 0;
  padding: 0;
  color: inherit;
  font: inherit;
}
.retrofit-before-after__body ul {
  list-style: none;
}
.retrofit-before-after__body ol {
  list-style: none;
  counter-reset: retrofit-before-after-body-item;
}
.retrofit-before-after__body li {
  position: relative;
  margin: 0;
  padding-left: 35px;
}
.retrofit-before-after__body ul li::before {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 5px;
  height: 5px;
  content: "";
  background: #223e9b;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.retrofit-before-after__body ol li {
  counter-increment: retrofit-before-after-body-item;
}
.retrofit-before-after__body ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  content: counter(retrofit-before-after-body-item) ".";
  color: #223e9b;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.retrofit-before-after__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 459px;
  margin-top: 0;
}

.retrofit-before-after__secondary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.retrofit-before-after__secondary-actions > .retrofit-before-after__button:only-child {
  grid-column: 1/-1;
}

.retrofit-before-after__actions .blue__btn {
  width: 100%;
  max-width: 100%;
}

.retrofit-before-after__button {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 4px 25px 4px 4px;
  color: #223e9b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.retrofit-before-after__button--secondary {
  justify-content: center;
  gap: 16px;
  border: 1px solid #223e9b;
  background: #fff;
}
.retrofit-before-after__button--secondary:hover, .retrofit-before-after__button--secondary:focus-visible {
  background: #223e9b;
  color: #fff;
}
.retrofit-before-after__button--secondary:hover svg path, .retrofit-before-after__button--secondary:focus-visible svg path {
  transition: 0.25s ease;
}
.retrofit-before-after__button--secondary:hover svg path, .retrofit-before-after__button--secondary:focus-visible svg path {
  stroke: #fff;
}

.retrofit-before-after__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: end;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  color: currentColor;
}
.retrofit-before-after__button-icon svg {
  display: block;
}

.retrofit-before-after__button--secondary .retrofit-before-after__button-icon {
  width: 40px;
}

.retrofit-before-after__button-label {
  display: block;
}

.retrofit-before-after__media {
  grid-area: media;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.retrofit-before-after__media-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.retrofit-before-after__media-title {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.5;
}

.retrofit-before-after__media-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.003em;
  line-height: 1.5;
  list-style: none;
}
.retrofit-before-after__media-list li {
  position: relative;
  margin: 0;
  padding-left: 35px;
}
.retrofit-before-after__media-list li::before {
  position: absolute;
  top: 9px;
  left: 7px;
  width: 14px;
  height: 8px;
  content: "";
  border-bottom: 2px solid #62c74b;
  border-left: 2px solid #62c74b;
  transform: rotate(-45deg);
}

.retrofit-before-after__compare {
  position: relative;
  width: 100%;
  aspect-ratio: 522/721;
  overflow: hidden;
  background: #edf0f7;
  touch-action: none;
  user-select: none;
}

.retrofit-before-after--has-media-content .retrofit-before-after__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}
.retrofit-before-after--has-media-content .retrofit-before-after__media {
  gap: 32px;
}
.retrofit-before-after--has-media-content .retrofit-before-after__compare {
  aspect-ratio: 630/529;
}

.retrofit-before-after__image-layer {
  position: absolute;
  inset: 0;
}
.retrofit-before-after__image-layer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.retrofit-before-after__image-layer--before {
  z-index: 2;
  clip-path: inset(0 0 calc(100% - var(--retrofit-before-after-position, 50%)) 0);
}

.retrofit-before-after__label {
  position: absolute;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(4px);
  color: #080e24;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.retrofit-before-after__label--before {
  top: 0;
}

.retrofit-before-after__label--after {
  bottom: 0;
}

.retrofit-before-after__divider {
  position: absolute;
  top: var(--retrofit-before-after-position, 50%);
  left: 0;
  z-index: 4;
  width: 100%;
  height: 7px;
  background: #fff;
  transform: translateY(-50%);
}

.retrofit-before-after__handle {
  position: absolute;
  top: var(--retrofit-before-after-position, 50%);
  left: 50%;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  padding: 4px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #223e9b;
  cursor: ns-resize;
  transform: translate(-50%, -50%);
  outline: unset;
}

.retrofit-before-after__handle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1200px) {
  .retrofit-before-after__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.68fr);
  }
  .retrofit-before-after__copy {
    padding-right: 40px;
  }
  .retrofit-before-after--has-media-content .retrofit-before-after__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .retrofit-before-after__grid {
    grid-template-areas: "copy" "actions" "media";
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .retrofit-before-after__content {
    display: contents;
  }
  .retrofit-before-after__copy {
    grid-area: copy;
    max-width: none;
    padding-right: 0;
  }
  .retrofit-before-after__actions {
    grid-area: actions;
  }
  .retrofit-before-after__media {
    max-width: 522px;
  }
  .retrofit-before-after--has-media-content .retrofit-before-after__grid {
    grid-template-areas: "copy" "media" "actions";
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .retrofit-before-after--has-media-content .retrofit-before-after__media {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .retrofit-before-after__grid {
    gap: 24px;
  }
  .retrofit-before-after__title {
    font-size: 26px;
  }
  .retrofit-before-after__body {
    margin-top: 24px;
  }
  .retrofit-before-after__actions {
    max-width: none;
  }
  .retrofit-before-after__secondary-actions {
    grid-template-columns: 1fr;
  }
  .retrofit-before-after__button {
    width: 100%;
  }
  .retrofit-before-after__media {
    gap: 0;
  }
  .retrofit-before-after__media-list {
    gap: 8px;
  }
  .retrofit-before-after--has-media-content .retrofit-before-after__media {
    gap: 32px;
  }
  .retrofit-before-after--has-media-content .retrofit-before-after__compare {
    height: clamp(420px, 142.98vw, 529px);
    aspect-ratio: auto;
  }
}
.cards-grid-variants {
  overflow: hidden;
  background: var(--cards-grid-variants-bg, #fff);
}

.cards-grid-variants__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.cards-grid-variants__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  text-align: center;
}

.cards-grid-variants__eyebrow {
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.cards-grid-variants__title {
  width: min(100%, 1064px);
  margin: 0;
  color: #080e24;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
}

.cards-grid-variants__lead {
  width: min(100%, 836px);
  color: #223e9b;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.cards-grid-variants__carousel,
.cards-grid-variants__grid {
  width: 100%;
}

.cards-grid-variants__carousel .swiper {
  overflow: visible;
}
@media (max-width: 1024px) {
  .cards-grid-variants__carousel .swiper {
    overflow: hidden;
  }
}

.cards-grid-variants__track .cards-grid-variants__card:nth-child(1),
.cards-grid-variants__track .cards-grid-variants__card:nth-child(4) {
  overflow: visible;
  position: relative;
}
.cards-grid-variants__track .cards-grid-variants__card:nth-child(1):before,
.cards-grid-variants__track .cards-grid-variants__card:nth-child(4):before {
  position: absolute;
  content: "";
  width: 120vw;
  height: 1px;
  background: #dbdde1;
  top: -1px;
  left: -20vw;
}

.cards-grid-variants__swiper {
  width: 100%;
  overflow: visible;
}

.cards-grid-variants__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dbdde1;
  border-left: 1px solid #dbdde1;
  background: transparent;
}

.cards-grid-variants__track.swiper-wrapper {
  display: grid;
  box-sizing: border-box;
  transform: none;
}

.cards-grid-variants__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 270px;
  height: auto;
  border-right: 1px solid #dbdde1;
  border-bottom: 1px solid #dbdde1;
  background: transparent;
  overflow: hidden;
}

.cards-grid-variants__card.swiper-slide {
  width: auto;
  height: auto;
}

.cards-grid-variants__card-title {
  margin: 0;
  padding: 32px 32px 20px;
  color: #212121;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.cards-grid-variants__divider {
  width: 100%;
  min-height: 1px;
  background: #dbdde1;
}

.cards-grid-variants__description {
  padding: 20px 32px 32px;
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.3%;
}
.cards-grid-variants__description > *:first-child {
  margin-top: 0;
}
.cards-grid-variants__description > *:last-child {
  margin-bottom: 0;
}
.cards-grid-variants__description p {
  margin: 0 0 16px;
}
.cards-grid-variants__description ul,
.cards-grid-variants__description ol {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 16px 0;
  padding: 0;
  color: inherit;
  font: inherit;
}
.cards-grid-variants__description ul {
  list-style: none;
}
.cards-grid-variants__description ol {
  list-style: none;
  counter-reset: cards-grid-variants-description-item;
}
.cards-grid-variants__description li {
  position: relative;
  margin: 0;
  padding-left: 35px;
}
.cards-grid-variants__description ul li::before {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 5px;
  height: 5px;
  content: "";
  background: #223e9b;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.cards-grid-variants__description ol li {
  counter-increment: cards-grid-variants-description-item;
}
.cards-grid-variants__description ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  content: counter(cards-grid-variants-description-item) ".";
  color: #223e9b;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.cards-grid-variants__card--image {
  min-height: 270px;
}

.cards-grid-variants__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
}

.cards-grid-variants__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 20px 32px 32px;
  list-style: none;
}

.cards-grid-variants__list-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.cards-grid-variants__list-icon {
  position: relative;
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
}
.cards-grid-variants__list-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  content: "";
  background: #223e9b;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.cards-grid-variants__nav {
  display: none;
}

.cards-grid-variants__actions {
  display: flex;
  justify-content: center;
  width: 100%;
}

.cards-grid-variants__nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 4px;
  color: #223e9b;
  background: transparent;
  border: 1px solid #223e9b;
  cursor: pointer;
  transition: color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
  border-radius: 0;
}
.cards-grid-variants__nav-button.is-disabled, .cards-grid-variants__nav-button:disabled {
  color: #c4c8d1;
  border-color: #dbdde1;
  cursor: default;
  opacity: 1;
}
.cards-grid-variants__nav-button:not(:disabled):not(.is-disabled):hover, .cards-grid-variants__nav-button:not(:disabled):not(.is-disabled):focus-visible {
  color: #fff;
  background: #223e9b;
}

.cards-grid-variants--v2 .cards-grid-variants__card {
  min-height: 304px;
}
.cards-grid-variants--v2 .cards-grid-variants__image {
  min-height: 304px;
}

@media (max-width: 1024px) {
  .cards-grid-variants__title {
    font-size: 42px;
  }
}
@media (max-width: 900px) {
  .cards-grid-variants__inner {
    gap: 24px;
  }
  .cards-grid-variants--v2 .cards-grid-variants__inner {
    gap: 40px;
  }
  .cards-grid-variants__title {
    width: 100%;
    font-size: 26px;
  }
  .cards-grid-variants__lead {
    width: 100%;
    font-size: 18px;
  }
  .cards-grid-variants__actions {
    width: min(100%, 402px);
    margin: 0 auto;
  }
  .cards-grid-variants__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    width: min(100%, 402px);
    margin: 0 auto;
    border: 0;
  }
  .cards-grid-variants__card {
    min-height: 0;
    border: 1px solid #dbdde1;
  }
  .cards-grid-variants__card-title {
    padding: 20px 20px 16px;
    font-size: 20px;
  }
  .cards-grid-variants__description {
    padding: 16px 20px 20px;
    font-size: 18px;
  }
  .cards-grid-variants__list {
    padding: 20px 32px 32px;
  }
  .cards-grid-variants__card--image,
  .cards-grid-variants__image {
    min-height: 317px;
    aspect-ratio: 370/317;
  }
  .cards-grid-variants--has-mobile-slider .cards-grid-variants__carousel {
    overflow: visible;
  }
  .cards-grid-variants--has-mobile-slider .cards-grid-variants__swiper {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 0 16px;
    overflow: hidden;
  }
  .cards-grid-variants--has-mobile-slider .cards-grid-variants__track.swiper-wrapper {
    display: flex;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-left: 1px solid #dbdde1;
  }
  .cards-grid-variants--has-mobile-slider .cards-grid-variants__card {
    flex: 0 0 300px;
    width: 300px;
    min-height: 0;
    border-left: 0;
    border-right: 1px solid #dbdde1;
    border-bottom: 1px solid #dbdde1;
  }
  .cards-grid-variants--has-mobile-slider .cards-grid-variants__card-title {
    padding: 20px 20px 16px;
  }
  .cards-grid-variants--has-mobile-slider .cards-grid-variants__description {
    padding: 16px 20px 20px;
  }
  .cards-grid-variants--has-mobile-slider .cards-grid-variants__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 24px;
  }
}
.automation-consulting-card {
  position: relative;
  overflow: hidden;
  background: #080e24;
}

.automation-consulting-card__background,
.automation-consulting-card__overlay,
.automation-consulting-card__background-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.automation-consulting-card__background {
  pointer-events: none;
}

.automation-consulting-card__background-image {
  display: block;
  object-fit: cover;
}

.automation-consulting-card__overlay {
  display: block;
  background: rgba(0, 0, 0, 0.4);
}

.automation-consulting-card .container {
  position: relative;
  z-index: 1;
}

.automation-consulting-card__shell {
  display: flex;
  justify-content: center;
  width: 100%;
}

.automation-consulting-card__card {
  width: min(100%, 1063px);
  background: #fff;
  border: 1px solid #dbdde1;
}

.automation-consulting-card__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 32px;
  border-bottom: 1px solid #dbdde1;
}

.automation-consulting-card__eyebrow {
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.automation-consulting-card__title {
  width: 100%;
  margin: 0;
  color: #212121;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
}

.automation-consulting-card__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 32px 32px;
}

.automation-consulting-card__intro {
  width: 100%;
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.084px;
}

.automation-consulting-card__benefits {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.automation-consulting-card__actions {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 8px;
}

.automation-consulting-card__benefits-title {
  width: 100%;
  margin: 0;
  color: #080e24;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.automation-consulting-card__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.automation-consulting-card__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.054px;
}

.automation-consulting-card__bullet {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 27px;
}
.automation-consulting-card__bullet::before {
  position: absolute;
  top: 13px;
  left: 50%;
  width: 5px;
  height: 5px;
  content: "";
  background: #223e9b;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.automation-consulting-card__item-text {
  flex: 1 1 auto;
  min-width: 0;
}
.automation-consulting-card__item-text strong {
  color: #223e9b;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .automation-consulting-card__title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .automation-consulting-card__shell {
    justify-content: flex-start;
  }
  .automation-consulting-card__card {
    width: 100%;
    border: 0;
  }
  .automation-consulting-card__header {
    padding: 20px;
    border: 1px solid #dbdde1;
  }
  .automation-consulting-card__eyebrow {
    display: none;
  }
  .automation-consulting-card__title {
    color: #080e24;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
  }
  .automation-consulting-card__body {
    gap: 16px;
    padding: 20px;
    border: 1px solid #dbdde1;
    border-top: 0;
  }
  .automation-consulting-card__intro {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .automation-consulting-card__benefits {
    gap: 12px;
  }
  .automation-consulting-card__actions {
    margin-top: 4px;
  }
  .automation-consulting-card__benefits-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .automation-consulting-card__list {
    gap: 16px;
  }
  .automation-consulting-card__item {
    gap: 8px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .automation-consulting-card__bullet {
    flex-basis: 24px;
    width: 24px;
    height: 22px;
  }
  .automation-consulting-card__bullet::before {
    top: 11px;
  }
}
.industry-sticky-content {
  color: #080e24;
}
.industry-sticky-content .container {
  max-width: 1440px;
  padding-right: 80px;
  padding-left: 80px;
}

.industry-sticky-content__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 20px;
}

.industry-sticky-content__aside {
  min-width: 0;
  padding-right: 110px;
  height: 100%;
}

.industry-sticky-content__aside-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.industry-sticky-content__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}

.industry-sticky-content__eyebrow {
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.industry-sticky-content__title {
  width: 100%;
  margin: 0;
  color: #080e24;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
}

.industry-sticky-content__lead {
  width: 100%;
  color: #080e24;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}
.industry-sticky-content__lead p {
  margin: 0;
}

.industry-sticky-content__main {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.industry-sticky-content__body {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.054px;
}
.industry-sticky-content__body p {
  margin: 0;
}

.industry-sticky-content__media {
  position: relative;
  width: 100%;
  height: 334px;
  overflow: hidden;
}

.industry-sticky-content__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry-sticky-content__list-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.industry-sticky-content__list-title {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.054px;
}

.industry-sticky-content__list {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.industry-sticky-content__list-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.054px;
}

.industry-sticky-content__bullet {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  margin: 11px;
  border-radius: 50%;
  background: #223e9b;
}

.industry-sticky-content__list-text {
  min-width: 0;
}

.industry-sticky-content__actions {
  width: 100%;
}

.industry-sticky-content__button.blue__btn {
  width: min(100%, 379px);
  max-width: 379px;
  min-height: 72px;
  padding: 4px;
}
.industry-sticky-content__button.blue__btn .blue__btn-label {
  padding-right: 32px;
  padding-left: 16px;
}

@media (min-width: 1025px) {
  .industry-sticky-content__aside-inner {
    position: sticky;
    top: calc(var(--header-offset, 0px) + 99px);
  }
}
@media (max-width: 1280px) {
  .industry-sticky-content .container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .industry-sticky-content__aside {
    padding-right: 56px;
  }
}
@media (max-width: 1024px) {
  .industry-sticky-content .container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .industry-sticky-content__grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .industry-sticky-content__aside {
    width: 100%;
    padding-right: 0;
  }
  .industry-sticky-content__aside-inner {
    position: static;
    gap: 24px;
  }
  .industry-sticky-content__title {
    font-size: 26px;
  }
  .industry-sticky-content__lead {
    font-size: 20px;
  }
  .industry-sticky-content__media {
    height: 195px;
  }
  .industry-sticky-content__button.blue__btn {
    width: 100%;
    max-width: 100%;
  }
}
.industry-solutions-reveal {
  box-sizing: border-box;
  border: 1px solid #dbdde1;
  background: #fff;
  color: #080e24;
}
.industry-solutions-reveal .container {
  max-width: 1440px;
  padding-right: 80px;
  padding-left: 80px;
}

.industry-solutions-reveal__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.industry-solutions-reveal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.industry-solutions-reveal__heading {
  display: flex;
  width: min(100%, 740px);
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.industry-solutions-reveal__eyebrow {
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.industry-solutions-reveal__title {
  margin: 0;
  color: #080e24;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
}

.industry-solutions-reveal__description {
  width: min(100%, 413px);
  color: #53555e;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
}
.industry-solutions-reveal__description p {
  margin: 0;
}

.industry-solutions-reveal__stack {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.industry-solutions-reveal__rows {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.industry-solutions-reveal__row {
  display: block;
  width: calc(100% - var(--reveal-row-offset-desktop, 0px));
  overflow: hidden;
  background: var(--reveal-row-background, #223e9b);
  color: #fff;
  text-decoration: none;
}

.industry-solutions-reveal__row-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 56px;
  padding: 56px;
}

.industry-solutions-reveal__row-title {
  margin: 0;
  flex: 0 0 auto;
  color: inherit;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
}

.industry-solutions-reveal__row-description {
  width: min(100%, 701px);
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
}
.industry-solutions-reveal__row-description p {
  margin: 0;
}

.industry-solutions-reveal__row:nth-child(2) .industry-solutions-reveal__row-description {
  width: min(100%, 645px);
}

.industry-solutions-reveal__final {
  width: calc(100% - 128px);
  overflow: hidden;
  border-left: 13px solid #5473d7;
  background: #f4f5f9;
}

.industry-solutions-reveal__final-content {
  width: min(100%, 849px);
  padding: 40px 56px 40px 44px;
  color: #080e24;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
}
.industry-solutions-reveal__final-content p {
  margin: 0;
}

.industry-solutions-reveal.is-animated .industry-solutions-reveal__row,
.industry-solutions-reveal.is-animated .industry-solutions-reveal__final {
  height: 32px;
}
.industry-solutions-reveal.is-animated .industry-solutions-reveal__row-content,
.industry-solutions-reveal.is-animated .industry-solutions-reveal__final-content {
  opacity: 0;
  visibility: hidden;
}

.industry-solutions-reveal.is-revealed .industry-solutions-reveal__row,
.industry-solutions-reveal.is-revealed .industry-solutions-reveal__final {
  height: auto;
}
.industry-solutions-reveal.is-revealed .industry-solutions-reveal__row-content,
.industry-solutions-reveal.is-revealed .industry-solutions-reveal__final-content {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1024px) {
  .industry-solutions-reveal .container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .industry-solutions-reveal__inner {
    gap: 24px;
  }
  .industry-solutions-reveal__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .industry-solutions-reveal__heading,
  .industry-solutions-reveal__description {
    width: 100%;
  }
  .industry-solutions-reveal__title {
    font-size: 26px;
  }
  .industry-solutions-reveal__row {
    width: calc(100% - var(--reveal-row-offset-mobile, 0px));
  }
  .industry-solutions-reveal__row-content {
    flex-direction: column;
    gap: 16px;
    padding: 32px;
  }
  .industry-solutions-reveal__row-title {
    font-size: 26px;
  }
  .industry-solutions-reveal__row-description {
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .industry-solutions-reveal__final {
    width: calc(100% - 52px);
  }
  .industry-solutions-reveal__final-content {
    width: 100%;
    padding: 32px 32px 32px 19px;
    font-size: 20px;
  }
}
.gallery-accordion-slider {
  --gallery-accordion-slider-gap: 10px;
  --gallery-accordion-slider-closed-width: 32px;
  --gallery-accordion-slider-active-width: 100%;
  background: #fff;
  border: 1px solid #dbdde1;
  overflow: hidden;
}

.gallery-accordion-slider__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.gallery-accordion-slider__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
}

.gallery-accordion-slider__heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.gallery-accordion-slider__eyebrow {
  color: #223e9b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.gallery-accordion-slider__title {
  max-width: 740px;
  margin: 0;
  color: #080e24;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
}

.gallery-accordion-slider__nav {
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.gallery-accordion-slider__nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 4px;
  border: 1px solid #223e9b;
  background: #fff;
  color: #223e9b;
  cursor: pointer;
  border-radius: unset;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.gallery-accordion-slider__nav-button:hover, .gallery-accordion-slider__nav-button:focus-visible {
  background: #223e9b;
  color: #fff;
}
.gallery-accordion-slider__nav-button.is-disabled {
  border-color: #dbdde1;
  color: #dbdde1;
  cursor: default;
  pointer-events: none;
}
.gallery-accordion-slider__nav-button span,
.gallery-accordion-slider__nav-button svg {
  display: block;
}

.gallery-accordion-slider__carousel,
.gallery-accordion-slider__swiper {
  width: 100%;
}

.gallery-accordion-slider__swiper {
  overflow: hidden;
}

.gallery-accordion-slider__track.swiper-wrapper {
  display: flex;
  width: 100%;
  height: 554px;
  gap: var(--gallery-accordion-slider-gap);
  transform: none !important;
}

.gallery-accordion-slider__slide {
  flex: 0 0 var(--gallery-accordion-slider-closed-width);
  width: var(--gallery-accordion-slider-closed-width);
  height: 100%;
  min-width: 0;
  will-change: flex-basis, width;
  transition: none;
}

.gallery-accordion-slider.is-animated .gallery-accordion-slider__slide {
  transition: flex-basis 0.6s cubic-bezier(0.22, 1, 0.36, 1), width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-accordion-slider__slide.is-active {
  flex-basis: var(--gallery-accordion-slider-active-width);
  width: var(--gallery-accordion-slider-active-width);
}

.gallery-accordion-slider__slide-button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid #dbdde1;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  touch-action: pan-y;
}

.gallery-accordion-slider__slide.is-active .gallery-accordion-slider__slide-button {
  cursor: grab;
}

.gallery-accordion-slider__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 767px) {
  .gallery-accordion-slider {
    --gallery-accordion-slider-gap: 5px;
    --gallery-accordion-slider-closed-width: 8px;
  }
  .gallery-accordion-slider__inner {
    gap: 24px;
  }
  .gallery-accordion-slider__topbar {
    display: contents;
  }
  .gallery-accordion-slider__heading {
    order: 1;
  }
  .gallery-accordion-slider__title {
    font-size: 26px;
  }
  .gallery-accordion-slider__carousel {
    order: 2;
  }
  .gallery-accordion-slider__nav {
    order: 3;
    justify-content: flex-start;
  }
  .gallery-accordion-slider__track.swiper-wrapper {
    height: 446px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gallery-accordion-slider__slide {
    transition: none;
  }
}
@media (max-width: 567px) {
  .gallery-accordion-slider__track.swiper-wrapper {
    height: 346px;
  }
}
@media (max-width: 467px) {
  .gallery-accordion-slider__track.swiper-wrapper {
    height: 246px;
  }
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

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