@charset "UTF-8";
/*———— -Libraries- ————*/
/*———— -Tools- ————*/
/*———— -Bolierplate- ————*/
html {
  box-sizing: border-box;
}

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-ms-viewport {
  width: device-width;
}
/*———— -Fonts- ————*/
/*———— -Settings- ————*/
/*———— -Typefaces etc- ————*/
/*———— -Z-indices- ————*/
/*———— -Colors- ————*/
/*———— -Gradients- ————*/
/*———— -Shadow- ————*/
/*———— -Animación- ————*/
/*———— -Mixins- ————*/
/*———— -Animation- ————*/
@keyframes draw-curve {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes opacity-loop {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/*———— -Libraries- ————*/
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}


/*———— -Mixins- ————*/
/*———— -Global Styles- ————*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 62.5%;
}

body {
  background-color: #ffffff;
  color: #191919;
  font-family: "paralucent", "Arial", "Helvetica", "sans-serif";
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin: 0;
  text-align: left;
}

html,
body {
  max-width: 100%;
  min-height: 100vh;
  height: 100%;
}

main {
  height: 100%;
  background: #ffffff;
  overflow: hidden;
}

html.lock-scroll,
body.lock-scroll {
  overflow: hidden;
}

.skip-link {
  display: none;
}

body:not(.home) .content {
  padding-top: var(--nav-height);
}

button span {
  display: inline-block;
}

.c-btn, .submit input, .is-style-c-btn a, .is-style-c-btn.is-outline-red a, .is-style-c-btn.is-red a {
  display: inline-block;
  border: 2px solid #003799;
  color: #ffffff;
  cursor: pointer;
  background-color: #003799;
  border-radius: 0;
  font-family: "paralucent", "Arial", "Helvetica", "sans-serif";
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 1.8rem 2.4rem;
  vertical-align: bottom;
  text-align: center;
  transition: all ease 400ms;
  text-transform: uppercase;
}
.c-btn__content-after {
  margin-left: 1.5rem;
}
@media (min-width: 1024px) {
  .c-btn:hover, .submit input:hover, .is-style-c-btn a:hover {
    color: #003799;
    background: #ffffff;
  }
}
.c-btn.is-full, .submit input.is-full, .is-style-c-btn a.is-full {
  width: 100%;
}
.c-btn.is-reverse, .submit input.is-reverse, .is-style-c-btn a.is-reverse {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #003799;
}
.c-btn.is-reverse:active, .submit input.is-reverse:active, .is-style-c-btn a.is-reverse:active {
  color: #ffffff;
  background-color: #003799;
  border-color: #003799;
}
@media (min-width: 769px) {
  .c-btn.is-reverse:hover, .submit input.is-reverse:hover, .is-style-c-btn a.is-reverse:hover {
    color: #ffffff;
    background-color: #003799;
    border-color: #003799;
  }
}
.c-btn.is-outline, .submit input.is-outline, .is-style-c-btn a.is-outline {
  color: #003799;
  background: transparent;
  border: 2px solid #003799;
}
.c-btn.is-outline:active, .submit input.is-outline:active, .is-style-c-btn a.is-outline:active {
  background-color: #003799;
  color: #ffffff;
}
@media (min-width: 769px) {
  .c-btn.is-outline:hover, .submit input.is-outline:hover, .is-style-c-btn a.is-outline:hover {
    background-color: #003799;
    color: #ffffff;
  }
}
.c-btn.is-outline-red, .submit input.is-outline-red, .is-style-c-btn a.is-outline-red, .is-style-c-btn.is-outline-red a {
  color: #eb150a;
  background: transparent;
  border: 2px solid #eb150a;
}
.c-btn.is-outline-red:active, .submit input.is-outline-red:active, .is-style-c-btn a.is-outline-red:active, .is-style-c-btn.is-outline-red a:active {
  background-color: #eb150a;
  color: #ffffff;
}
@media (min-width: 769px) {
  .c-btn.is-outline-red:hover, .submit input.is-outline-red:hover, .is-style-c-btn a.is-outline-red:hover, .is-style-c-btn.is-outline-red a:hover {
    background-color: #eb150a;
    color: #ffffff;
  }
}
.c-btn.is-outline-reverse, .submit input.is-outline-reverse, .is-style-c-btn a.is-outline-reverse {
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
}
.c-btn.is-outline-reverse:active, .submit input.is-outline-reverse:active, .is-style-c-btn a.is-outline-reverse:active {
  background: #ffffff;
  color: #003799;
}
@media (min-width: 769px) {
  .c-btn.is-outline-reverse:hover, .submit input.is-outline-reverse:hover, .is-style-c-btn a.is-outline-reverse:hover {
    background: #ffffff;
    color: #003799;
  }
}
.c-btn.is-light, .submit input.is-light, .is-style-c-btn a.is-light {
  background: #ffffff;
  color: #eb150a;
  border-color: #ffffff;
}
.c-btn.is-light:active, .submit input.is-light:active, .is-style-c-btn a.is-light:active {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
@media (min-width: 769px) {
  .c-btn.is-light:hover, .submit input.is-light:hover, .is-style-c-btn a.is-light:hover {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
  }
}
.c-btn.is-secondary, .submit input.is-secondary, .is-style-c-btn a.is-secondary, .c-btn.is-red, .submit input.is-red, .is-style-c-btn a.is-red, .is-style-c-btn.is-red a {
  background: #eb150a;
  color: #ffffff;
  border-color: #eb150a;
}
.c-btn.is-secondary:active, .submit input.is-secondary:active, .is-style-c-btn a.is-secondary:active, .c-btn.is-red:active, .submit input.is-red:active, .is-style-c-btn a.is-red:active, .is-style-c-btn.is-red a:active {
  background: transparent;
  border: 2px solid #eb150a;
  color: #eb150a;
}
@media (min-width: 769px) {
  .c-btn.is-secondary:hover, .submit input.is-secondary:hover, .is-style-c-btn a.is-secondary:hover, .c-btn.is-red:hover, .submit input.is-red:hover, .is-style-c-btn a.is-red:hover, .is-style-c-btn.is-red a:hover {
    background: transparent;
    border: 2px solid #eb150a;
    color: #eb150a;
  }
}
.c-btn.is-custom, .submit input.is-custom, .is-style-c-btn a.is-custom {
  color: var(--custom-color);
}
@media (min-width: 1024px) {
  .c-btn.is-custom:active, .submit input.is-custom:active, .is-style-c-btn a.is-custom:active {
    transform: translate(0px, 5px);
    -webkit-transform: translate(0px, 5px);
  }
  .c-btn.is-custom:hover, .submit input.is-custom:hover, .is-style-c-btn a.is-custom:hover {
    color: #ffffff;
    background: var(--custom-color);
    border-color: var(--custom-color);
  }
}
.c-btn.is-small, .submit input.is-small, .is-style-c-btn a.is-small {
  font-size: 1.6rem;
  padding: 1.2rem 2.6rem;
}
.c-btn.is-small .c-btn__content-after, .submit input.is-small .c-btn__content-after, .is-style-c-btn a.is-small .c-btn__content-after {
  margin-left: 1.2rem;
}
.c-btn.is-tiny, .submit input.is-tiny, .is-style-c-btn a.is-tiny {
  font-size: 1.2rem;
  padding: 1rem 2rem;
}
.c-btn.has-content, .submit input.has-content, .is-style-c-btn a.has-content {
  display: inline-flex;
  align-items: center;
  flex-flow: row nowrap;
}

.c-btn:active, .submit input:active, .is-style-c-btn a:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
}

strong {
  font-weight: 700;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: currentColor;
  text-decoration: none;
  transition: all 300ms ease;
}
a:before, a:after {
  transition: inherit;
}
a:hover {
  text-decoration: none;
}

button {
  background: none;
  border: none;
  color: currentColor;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  outline: none;
  padding: 0;
  text-transform: inherit;
}
button:before, button:after {
  transition: inherit;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.75;
}
button:focus {
  outline: auto;
}
button:focus:not(:focus-visible) {
  outline: none;
}

address {
  font-style: normal;
}

form {
  max-width: 100%;
}

input {
  appearance: none;
  border: none;
  border-radius: 0;
  color: currentColor;
  outline: none;
  max-width: 100%;
}

input[type=submit] {
  cursor: pointer;
}

select {
  appearance: none;
  border: none;
  overflow: hidden;
  outline: none;
  -ms-user-select: none;
      user-select: none;
  text-shadow: none;
  white-space: nowrap;
}

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

li {
  display: inline-block;
}

svg {
  display: block;
  max-width: 100%;
}

.form-ui {
  color: #003799;
  --input-text-color: c(reading);
  /* style the unchecked checkbox */
  /* style the checked checkbox */
}
.form-ui .select {
  position: relative;
}
.form-ui select {
  background: transparent;
  color: #191919;
  resize: none;
  width: 100%;
}
.form-ui label {
  font-family: "paralucent", "Arial", "Helvetica", "sans-serif";
  display: block;
  font-size: 1.8rem;
}
.form-ui input[type=text],
.form-ui input[type=email],
.form-ui input[type=tel],
.form-ui select,
.form-ui textarea {
  width: 100%;
  -webkit-appearance: none;
  color: var(--input-text-color);
  padding: 1.1rem 1.4rem 0.9rem;
  font-family: "paralucent", "Arial", "Helvetica", "sans-serif";
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  line-height: 1;
  font-weight: 400;
  background: rgba(44, 175, 255, 0.1);
  border-radius: 0.2rem;
  border: 1px solid currentColor;
  resize: none;
}
.form-ui input[type=text]:focus,
.form-ui input[type=email]:focus,
.form-ui input[type=tel]:focus,
.form-ui select:focus,
.form-ui textarea:focus {
  outline: none;
}
.form-ui input[type=text]::-webkit-input-placeholder,
.form-ui input[type=email]::-webkit-input-placeholder,
.form-ui input[type=tel]::-webkit-input-placeholder,
.form-ui select::-webkit-input-placeholder,
.form-ui textarea::-webkit-input-placeholder {
  background-color: transparent;
  position: relative;
  top: 1px;
  color: #191919;
  color: #9c9c9c;
}
.form-ui input[type=text]:-moz-placeholder,
.form-ui input[type=email]:-moz-placeholder,
.form-ui input[type=tel]:-moz-placeholder,
.form-ui select:-moz-placeholder,
.form-ui textarea:-moz-placeholder {
  background-color: transparent;
  position: relative;
  top: 1px;
  color: #191919;
  color: #9c9c9c;
}
.form-ui input[type=text]::-moz-placeholder,
.form-ui input[type=email]::-moz-placeholder,
.form-ui input[type=tel]::-moz-placeholder,
.form-ui select::-moz-placeholder,
.form-ui textarea::-moz-placeholder {
  background-color: transparent;
  position: relative;
  top: 1px;
  color: #191919;
  color: #9c9c9c;
}
.form-ui input[type=text]:-ms-input-placeholder,
.form-ui input[type=email]:-ms-input-placeholder,
.form-ui input[type=tel]:-ms-input-placeholder,
.form-ui select:-ms-input-placeholder,
.form-ui textarea:-ms-input-placeholder {
  background-color: transparent;
  position: relative;
  top: 1px;
  color: #191919;
  color: #9c9c9c;
}
.form-ui .select {
  height: 3.8rem;
}
.form-ui .select select {
  border-radius: 0;
  display: inline-block;
}
.form-ui .select select::-ms-expand {
  display: none;
}
.form-ui .select:after {
  pointer-events: none;
  border-bottom: 0.3rem solid #ffffff;
  border-right: 0.3rem solid #ffffff;
  border-radius: 0.3rem;
  content: "";
  height: 1.4rem;
  position: absolute;
  right: 2rem;
  top: 0;
  transform: rotate(45deg);
  width: 1.4rem;
}
.form-ui .select,
.form-ui .styled-select {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.form-ui .select:after,
.form-ui .styled-select:after {
  border-bottom: 0.2rem solid #ffffff;
  border-left: 0;
  border-right: 0.2rem solid #ffffff;
  border-top: 0;
  content: "";
  display: inline-block;
  height: 1rem;
  pointer-events: none;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: rotate(45deg) translate(-50%, -50%);
  width: 1rem;
}
.form-ui .select select,
.form-ui .styled-select select {
  cursor: pointer;
  margin: 0;
  outline: 0;
  padding: 1.7rem 6rem 1.6rem 2rem;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form-ui .wpcf7-checkbox input {
  display: none;
}
.form-ui .wpcf7-checkbox input + span:before {
  content: "";
  background: #ebe7e7;
  border: 1px solid #b7b7b7;
  display: inline-block;
  vertical-align: middle;
  width: 14px !important;
  height: 14px;
  margin-right: 1.2rem;
  padding: 2px;
  text-align: center;
  font-size: 15px;
}
@media (min-width: 768px) {
  .form-ui .wpcf7-checkbox input + span:before {
    margin-bottom: 0;
  }
}
.form-ui .wpcf7-checkbox input:checked + span:before {
  background-image: url("images/svg/checkmark.svg");
  background-size: 12px;
  background-position: 0px 1px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .form-ui .half {
    width: calc(50% - 1.5rem);
  }
}

.form-ui.is-dark-mode {
  color: #ffffff;
  --input-text-color: currentColor;
}
.form-ui.is-dark-mode input:focus {
  background-color: #0c213b;
}
.form-ui.is-dark-mode select:focus {
  background-color: #0c213b;
}
.form-ui.is-reduced input[type=text],
.form-ui.is-reduced input[type=email],
.form-ui.is-reduced input[type=tel],
.form-ui.is-reduced select,
.form-ui.is-reduced textarea {
  font-size: 1.6rem;
  padding: 0.8rem 1.2rem 0.7rem;
}
.form-ui.is-reduced .submit {
  margin-top: 2.5rem;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "paralucent", "Arial", "Helvetica", "sans-serif";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "paralucent", "Arial", "Helvetica", "sans-serif";
  margin: 0;
}

h1,
h2,
h3 {
  font-weight: bolder;
}

.heading-h1, .c-section-heading__headline, .layout-page-content h1, .rich-text h1 {
  color: #003799;
  font-size: 4.8rem;
  line-height: 1.11;
  font-weight: 900;
}
@media (min-width: 365px) {
  .heading-h1, .c-section-heading__headline, .layout-page-content h1, .rich-text h1 {
    font-size: 5.2rem;
  }
}
@media (min-width: 768px) {
  .heading-h1, .c-section-heading__headline, .layout-page-content h1, .rich-text h1 {
    font-size: 6rem;
  }
}
@media (min-width: 1024px) {
  .heading-h1, .c-section-heading__headline, .layout-page-content h1, .rich-text h1 {
    font-size: 6.4rem;
  }
}

.heading-h2, .layout-page-content h2, .rich-text h2 {
  color: #003799;
  font-size: 3.6rem;
  line-height: 1.11;
  font-weight: 900;
}
@media (min-width: 768px) {
  .heading-h2, .layout-page-content h2, .rich-text h2 {
    font-size: 4.4rem;
  }
}

.heading-h3, .layout-page-content h3, .rich-text h3 {
  color: #003799;
  font-size: 3.2rem;
  line-height: 1.11;
  font-weight: 900;
}
@media (min-width: 768px) {
  .heading-h3, .layout-page-content h3, .rich-text h3 {
    font-size: 3.2rem;
  }
}

.heading-h4, .c-article-preview__title h2, .layout-page-content h4, .rich-text h4 {
  color: #003799;
  font-size: 2rem;
  line-height: 1.11;
  font-weight: 900;
}
@media (min-width: 768px) {
  .heading-h4, .c-article-preview__title h2, .layout-page-content h4, .rich-text h4 {
    font-size: 2.4rem;
  }
}

.heading-h5, .c-portfolio-item__title h2, .c-graphic-card__link > span, .layout-page-content h5, .rich-text h5 {
  color: #003799;
  font-size: 2rem;
  line-height: 1.11;
  font-weight: 900;
}

.heading-h6, .layout-page-content h6, .rich-text h6 {
  color: #003799;
  font-size: 1.8rem;
  line-height: 1.11;
  font-weight: 900;
}

p {
  margin: 0;
}

pre {
  font-family: "paralucent", "Arial", "Helvetica", "sans-serif";
}

.bg-dark-mode {
  color: #ffffff;
}

blockquote {
  margin: 0;
}

.rich-text a:not(.c-btn, .button, .ignore-link-style, .wp-block-button__link, [class*=c-]) {
  color: #eb150a;
  display: inline;
  text-decoration: underline;
}
.rich-text a:not(.c-btn, .button, .ignore-link-style, .wp-block-button__link, [class*=c-]):active {
  color: #003799;
}
@media (min-width: 769px) {
  .rich-text a:not(.c-btn, .button, .ignore-link-style, .wp-block-button__link, [class*=c-]):hover {
    color: #003799;
  }
}
.rich-text h1:not(.rich-text-ignore),
.rich-text h2:not(.rich-text-ignore),
.rich-text h3:not(.rich-text-ignore),
.rich-text h4:not(.rich-text-ignore),
.rich-text h5:not(.rich-text-ignore),
.rich-text h6:not(.rich-text-ignore) {
  margin-bottom: 1.7rem;
}
.rich-text * + p {
  margin-top: 2.1rem;
}
.rich-text h1:not(:first-child):not(.rich-text-ignore),
.rich-text h2:not(:first-child):not(.rich-text-ignore),
.rich-text h3:not(:first-child):not(.rich-text-ignore),
.rich-text h4:not(:first-child):not(.rich-text-ignore),
.rich-text h5:not(:first-child):not(.rich-text-ignore),
.rich-text h6:not(:first-child):not(.rich-text-ignore) {
  margin-top: 3.5rem;
}
@media (min-width: 1024px) {
  .rich-text h1:not(:first-child):not(.rich-text-ignore),
  .rich-text h2:not(:first-child):not(.rich-text-ignore),
  .rich-text h3:not(:first-child):not(.rich-text-ignore),
  .rich-text h4:not(:first-child):not(.rich-text-ignore),
  .rich-text h5:not(:first-child):not(.rich-text-ignore),
  .rich-text h6:not(:first-child):not(.rich-text-ignore) {
    margin-top: 4.4rem;
  }
}
.rich-text blockquote {
  margin: 4rem 0;
  padding-left: 4rem;
  position: relative;
}
.rich-text blockquote a:active {
  color: #aeaeaf;
}
@media (min-width: 1024px) {
  .rich-text blockquote {
    padding-left: 8rem;
  }
  .rich-text blockquote a:hover {
    color: #aeaeaf;
  }
}
.rich-text blockquote::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.11rem;
  border-right: 0.8rem solid #003799;
}
@media (min-width: 1024px) {
  .rich-text blockquote::before {
    left: 3.2rem;
  }
}
.rich-text blockquote,
.rich-text blockquote p {
  font-weight: 600;
  color: #003799;
  font-size: 1.8rem;
  line-height: 2;
  position: relative;
}
@media (min-width: 768px) {
  .rich-text blockquote,
  .rich-text blockquote p {
    font-size: 2.2rem;
  }
}
.rich-text .bg-dark-mode * {
  color: #ffffff;
}
.rich-text .is-highlighted-text {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #eb150a;
  margin-bottom: 4.4rem;
}

.layout-page-content p,
.layout-page-content ul,
.layout-page-content li, .rich-text p,
.rich-text ul,
.rich-text li {
  font-size: 1.6rem;
  line-height: 1.5;
}
.layout-page-content strong, .rich-text strong {
  font-weight: 700;
}
.layout-page-content ul,
.layout-page-content ol, .rich-text ul,
.rich-text ol {
  list-style: none;
  padding: 0 0 0 0;
  margin-bottom: -1rem;
}
.layout-page-content ul li:not(.menu-item),
.layout-page-content ol li:not(.menu-item), .rich-text ul li:not(.menu-item),
.rich-text ol li:not(.menu-item) {
  display: block;
  width: 100%;
  flex-flow: row nowrap;
  align-items: flex-start;
  padding-left: 2rem;
  margin-bottom: 1.4rem;
  position: relative;
}
.layout-page-content ul li:not(.menu-item):before,
.layout-page-content ol li:not(.menu-item):before, .rich-text ul li:not(.menu-item):before,
.rich-text ol li:not(.menu-item):before {
  position: absolute;
  top: 0.1rem;
  left: 1rem;
  content: "";
  color: #191919;
  display: inline-block;
  height: 10px;
}
.layout-page-content * + ul, .layout-page-content ol, .rich-text * + ul, .rich-text ol {
  margin-top: 2rem;
}
.layout-page-content ul li:not(.menu-item):before, .rich-text ul li:not(.menu-item):before {
  content: "";
  height: 0.2rem;
  width: 0.8rem;
  background-color: #2cafff;
  position: absolute;
  top: 1.7rem;
  left: 1.1rem;
}
.layout-page-content ol li:not(.menu-item), .rich-text ol li:not(.menu-item) {
  counter-increment: step-counter;
}
.layout-page-content ol li:not(.menu-item):before, .rich-text ol li:not(.menu-item):before {
  content: counter(step-counter) ".";
  font-family: "paralucent", "Arial", "Helvetica", "sans-serif";
  font-style: normal;
}

.text-link {
  color: #eb150a;
  display: inline;
  text-decoration: underline;
}
.text-link:active {
  color: #003799;
}
@media (min-width: 769px) {
  .text-link:hover {
    color: #003799;
  }
}

.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}

a[data-js] {
  cursor: pointer;
}

[data-animate=fade-in].js-is-ready,
[data-reveal]:not([data-animate]).js-is-ready {
  opacity: 0;
  transform: translateY(5%);
  transition: opacity 500ms linear, transform 500ms cubic-bezier(0.47, 0.29, 0.66, 0.88);
}
[data-animate=fade-in].js-is-active,
[data-reveal]:not([data-animate]).js-is-active {
  transform: translateY(0);
  opacity: 1;
}

[data-lazy-src].js-is-ready {
  opacity: 0;
  transition: opacity 400ms linear;
}
[data-lazy-src].js-has-src {
  opacity: 1;
}

[data-animate=stagger-fade-in] > .js-is-ready {
  opacity: 0;
  transform: translateY(15%);
  transition: opacity 500ms linear, transform 500ms cubic-bezier(0.47, 0.29, 0.66, 0.88);
}
[data-animate=stagger-fade-in] > .js-is-active {
  transform: translateY(0);
  opacity: 1;
}

/*———— -Layouts- ————*/
.layout-artwork-content {
  margin-top: 4rem;
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  align-items: center;
}
@media (min-width: 1024px) {
  .layout-artwork-content {
    margin-top: 0;
    flex-flow: row nowrap;
    justify-content: center;
  }
}
.layout-artwork-content__artwork {
  width: 100%;
}
.layout-artwork-content__artwork img {
  margin: 0 auto;
}
@media (min-width: 480px) {
  .layout-artwork-content__artwork img {
    margin: 0;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .layout-artwork-content__artwork.is-mobile-only {
    display: none;
  }
}
.layout-artwork-content__text {
  width: 100%;
  max-width: 61.5rem;
  margin: 4rem 0 2rem;
}
@media (min-width: 1024px) {
  .layout-artwork-content__text {
    margin: 0;
    padding-left: 4rem;
    transform: translate(calc(-1 * var(--grid-sq-size)), 3.3rem);
  }
}
@media (min-width: 1024px) {
  .layout-artwork-content__cta {
    display: none;
  }
}

[data-js=ajax-container] {
  transition: max-height ease-in 400ms;
}
[data-js=ajax-container].js-no-transition {
  transition-duration: 0ms;
}

html {
  --xLayoutOffset: 0;
}
@media (min-width: 1024px) {
  html {
    --xLayoutOffset: 5rem;
  }
}
@media (min-width: 1440px) {
  html {
    --xLayoutOffset: 9rem;
  }
}

.container, .container-full {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 345px) and (max-width: 480px) {
  .container, .container-full {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
@media (min-width: 650px) {
  .container, .container-full {
    width: 98%;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
  .container.has-slim-padding, .has-slim-padding.container-full {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
@media (min-width: 1170px) {
  .container, .container-full {
    width: 100%;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
.container-full {
  max-width: 100%;
  width: 100%;
}
.container.is-narrow, .is-narrow.container-full {
  max-width: 720px;
}
.container.is-form, .is-form.container-full {
  max-width: 95rem;
}
.container.offset-container, .offset-container.container-full {
  margin-left: 0;
  max-width: 140rem;
}
@media (min-width: 1170px) {
  .container.offset-container, .offset-container.container-full {
    width: calc(100% - var(--xLayoutOffset));
    padding-left: 0;
    margin-left: var(--xLayoutOffset);
  }
}
.container .container, .container-full .container, .container .container-full, .container-full .container-full {
  padding-left: 0;
  padding-right: 0;
}

.flush-margin {
  margin-left: -2rem;
  margin-right: -2rem;
}
@media (min-width: 345px) and (max-width: 767px) {
  .flush-margin {
    margin-left: -2.8rem;
    margin-right: -2.8rem;
  }
}
@media (min-width: 768px) {
  .flush-margin {
    margin-left: -2.8rem;
    margin-right: -2.8rem;
  }
}

.layout-content.is-mobile-reverse .layout-content__grid {
  grid-gap: 4.5rem 0;
}
.layout-content.is-mobile-reverse .layout-content__sidebar {
  order: 2;
}
@media (min-width: 768px) {
  .layout-content.is-mobile-reverse .layout-content__sidebar {
    order: 1;
  }
}
.layout-content.is-mobile-reverse .layout-content__body {
  overflow: hidden;
  order: 1;
}
@media (min-width: 768px) {
  .layout-content.is-mobile-reverse .layout-content__body {
    order: 2;
  }
}
.layout-content.has-sidebar .layout-content__grid {
  display: grid;
  grid-gap: 2rem 0;
}
@media (min-width: 768px) {
  .layout-content.has-sidebar .layout-content__grid {
    grid-gap: 0 5.2rem;
    grid-template-columns: 1fr 4fr;
  }
}
@media (min-width: 768px) {
  .layout-content.has-sidebar-right .layout-content__grid {
    grid-template-columns: 5fr 3fr;
  }
}
@media (min-width: 768px) {
  .layout-content.is-page-content .layout-content__grid {
    grid-gap: 0 5.2rem;
    grid-template-columns: 5fr 3fr;
  }
}
@media (min-width: 1024px) {
  .layout-content.is-page-content .layout-content__grid {
    grid-gap: 0 8.5rem;
  }
}
@media (min-width: 1280px) {
  .layout-content.is-page-content .layout-content__grid {
    grid-gap: 0 15.3rem;
  }
}
.layout-content__sidebar-decoration {
  margin-top: 2rem;
}

.grid-graphic-cards {
  margin-top: 4.5rem;
  display: grid;
  grid-gap: 2.5rem 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 1024px) {
  .grid-graphic-cards {
    max-width: none;
    grid-gap: 2.4rem 2.4rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid-graphic-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid-graphic-cards.has-three-columns {
  max-width: 53rem;
}
@media (min-width: 1024px) {
  .grid-graphic-cards.has-three-columns {
    max-width: 80.5rem;
  }
}
@media (min-width: 650px) {
  .grid-graphic-cards.has-three-columns {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid-graphic-cards__cta-within {
  display: none;
}
@media (min-width: 1024px) {
  .grid-graphic-cards__cta-within {
    display: flex;
    align-items: flex-end;
  }
}

.grid-graphic-cards__cta {
  margin-top: 6rem;
}
@media (min-width: 1024px) {
  .grid-graphic-cards__cta {
    display: none;
  }
}

.layout-image-grid {
  margin-top: 4rem;
}
.layout-image-grid__grid-container {
  display: grid;
  grid-gap: 1px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
}
@media (min-width: 650px) {
  .layout-image-grid__grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1170px) {
  .layout-image-grid__grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.layout-image-grid__button {
  margin-top: 7rem;
  text-align: center;
}

.layout-image-grid.has-three-columns {
  max-width: 80.5rem;
  margin-left: auto;
  margin-right: auto;
}
.layout-image-grid.has-three-columns .layout-image-grid__grid-container {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1024px) {
  .layout-image-grid.has-three-columns .layout-image-grid__grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.layout-image-grid.partnerships .layout-image-grid__grid-container {
  display: flex;
  flex-wrap: wrap;
}
.layout-image-grid.partnerships .layout-image-grid__grid-container .c-border-card {
  width: 100%;
  flex-grow: 1;
  flex-basis: 45%;
}
.layout-image-grid.partnerships .layout-image-grid__grid-container .c-border-card:nth-child(-n+1) {
  flex-basis: 100%;
}
@media (min-width: 650px) {
  .layout-image-grid.partnerships .layout-image-grid__grid-container .c-border-card {
    flex-basis: 33%;
  }
  .layout-image-grid.partnerships .layout-image-grid__grid-container .c-border-card:nth-child(-n+2) {
    flex-basis: 45%;
  }
}
@media (min-width: 1170px) {
  .layout-image-grid.partnerships .layout-image-grid__grid-container .c-border-card {
    flex-basis: 22%;
  }
  .layout-image-grid.partnerships .layout-image-grid__grid-container .c-border-card:nth-child(-n+3) {
    flex-basis: 33%;
  }
}

.grid-portfolio {
  margin-top: 4.5rem;
  display: grid;
  grid-gap: 2rem 0;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .grid-portfolio {
    grid-gap: 2.5rem 2rem;
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas: "ft ft ft ft ft ft" "two two three three three three";
  }
}

.layout-posts-listing {
  margin-top: 9rem;
  margin-bottom: 11rem;
  position: relative;
  z-index: 5;
}
@media (min-width: 1170px) {
  .layout-posts-listing {
    margin-top: 13rem;
    margin-bottom: 14rem;
  }
}
.layout-posts-listing__grid {
  display: grid;
  row-gap: 2.2rem;
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .layout-posts-listing__grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.2rem;
  }
}
.layout-posts-listing__button {
  margin-top: 4rem;
}
.layout-posts-listing__accent {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -65%);
  z-index: 1;
}
.layout-posts-listing__accent.is-bottom-left {
  bottom: 0;
  left: 0;
  top: auto;
  right: auto;
  transform: translate(-20%, -70%);
}
.layout-posts-listing__accent svg {
  width: 10.4rem;
  height: 10.4rem;
}

.layout-grid__grid-container {
  display: grid;
  grid-gap: 2.4rem;
}
@media (min-width: 480px) {
  .layout-grid__grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .layout-grid__grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.layout-grid.has-spacing-lg .layout-grid__grid-container {
  grid-gap: 6rem 3rem;
}
@media (min-width: 1024px) {
  .layout-grid.has-spacing-lg .layout-grid__grid-container {
    grid-gap: 8rem 6.5rem;
  }
}
@media (min-width: 1170px) {
  .layout-grid.has-two-columns .layout-grid__grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1170px) {
  .layout-grid.has-four-columns .layout-grid__grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

.flex-cover-start {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-cover-center {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-never-wrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.flex-align-items-start {
  display: flex;
  align-items: flex-start;
}
.flex-align-items-center {
  display: flex;
  align-items: center;
}
.flex-align-items-end {
  display: flex;
  align-items: flex-end;
}

.flex-justify-content-start {
  justify-content: flex-start;
}
.flex-justify-content-center {
  justify-content: center;
}
.flex-justify-content-end {
  justify-content: flex-end;
}
.flex-justify-content-space-between {
  justify-content: space-between;
}
.flex-justify-content-space-around {
  justify-content: space-around;
}

.layout-multi-col-text {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
}
@media (min-width: 768px) {
  .layout-multi-col-text {
    column-gap: 4rem;
    flex-flow: column wrap;
  }
  .layout-multi-col-text .is-size-6 {
    width: calc(50% - 2rem);
  }
  .layout-multi-col-text .is-size-4 {
    column-gap: 2.5rem;
    width: calc(25% - 1.2rem);
  }
  .layout-multi-col-text .is-size-3 {
    column-gap: 2.5rem;
    width: calc(33% - 1.2rem);
  }
}

.layout-offset-content .layout-offset-content__grid {
  display: grid;
  grid-gap: 0 0;
}
@media (min-width: 1024px) {
  .layout-offset-content .layout-offset-content__grid {
    grid-gap: 0 5.2rem;
    grid-template-columns: 1fr 6fr;
  }
}
@media (min-width: 1170px) {
  .layout-offset-content .layout-offset-content__grid {
    grid-gap: 0 9rem;
    grid-template-columns: 1fr 5fr;
  }
}
@media (min-width: 1366px) {
  .layout-offset-content .layout-offset-content__grid {
    grid-gap: 0 10.5rem;
    grid-template-columns: 1fr 6fr;
  }
}

.has-standard-spacing {
  margin: 3.5rem 0 4rem;
}
@media (min-width: 650px) {
  .has-standard-spacing {
    margin: 5rem 0 5.6rem;
  }
}
@media (min-width: 1024px) {
  .has-standard-spacing {
    margin: 9.5rem 0 10rem;
  }
}

.has-tall-spacing {
  margin: 6.5rem 0 5rem;
}
@media (min-width: 1024px) {
  .has-tall-spacing {
    margin: 12.5rem 0 11rem;
  }
}

.has-standard-padding {
  padding: 3.5rem 0 4rem;
}
@media (min-width: 768px) {
  .has-standard-padding {
    padding: 5rem 0 5.6rem;
  }
}
@media (min-width: 1024px) {
  .has-standard-padding {
    padding: 9.5rem 0 10rem;
  }
}

.has-block-spacing {
  margin: 3.5rem 0 4rem;
}
@media (min-width: 1024px) {
  .has-block-spacing {
    margin: 5rem 0 6rem;
  }
}

.section-portfolio-callout {
  display: flex;
  width: 100%;
  margin: 6rem 0 4rem;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .section-portfolio-callout {
    justify-content: flex-start;
    margin-bottom: 0;
    margin-top: 7rem;
  }
}

section.bg-gray-light {
  position: relative;
}
@media (min-width: 650px) {
  section.bg-gray-light::before {
    content: "";
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    top: 0;
    width: 2.4rem;
    pointer-events: none;
    background-color: #ffffff;
  }
}

.is-flush-top {
  margin-top: 0 !important;
}

/*———— -Components etc.- ————*/
.c-anchor-tag {
  display: block;
  position: relative;
  top: calc(var(--nav-height) * -1);
}

.c-article {
  max-width: 92.5rem;
  margin: 0 auto;
}
.c-article__recirculator {
  margin-bottom: 3rem;
  --recirc-padding-top: 2rem;
  padding-top: var(--recirc-padding-top);
  margin-top: 6rem;
  border-top: 1px solid #191919;
}
@media (min-width: 1170px) {
  .c-article__recirculator {
    margin-bottom: 2rem;
    margin-top: 9.5rem;
  }
}
.c-article__recirculator-heading {
  display: inline-block;
  position: relative;
}
.c-article__recirculator-heading::before {
  content: "";
  position: absolute;
  top: calc(var(--recirc-padding-top) * -1);
  left: 0;
  right: 0;
  height: 0.4rem;
  background-color: currentColor;
}
.c-article__recirculator-link {
  margin-top: 1.3rem;
}
.c-article__title {
  position: relative;
  margin-bottom: 2.4rem;
}
@media (min-width: 1024px) {
  .c-article__title {
    margin-bottom: 4rem;
  }
}
.c-article__title .is-circuit-sm {
  position: absolute;
  left: 0;
  transform: translate(-170%, 48%);
  z-index: 10;
}
.c-article__title .c-post-meta {
  margin-top: 2.2rem;
}
.c-article__headline {
  color: #003799;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.11;
}
@media (min-width: 768px) {
  .c-article__headline {
    font-size: 4.4rem;
  }
}
.c-article .wp-caption {
  max-width: 100%;
}
.c-article .layout-content.is-mobile-reverse .layout-content__body {
  overflow: visible;
}

.c-article-preview {
  --article-preview-padding-x: 1.5rem;
  display: block;
  position: relative;
  background-color: transparent;
  transition: all ease 300ms;
  background-color: #ffffff;
  border: 1px solid #09182a;
  padding: 3rem var(--article-preview-padding-x) 4rem;
}
@media (min-width: 1024px) {
  .c-article-preview {
    --article-preview-padding-x: 2.4rem;
    padding: 3rem var(--article-preview-padding-x) 4rem;
  }
}
.c-article-preview__container {
  position: relative;
}
.c-article-preview__excerpt {
  margin-top: 1.5rem;
}
.c-article-preview__author {
  margin-top: 1.5rem;
  font-weight: 500;
}
.c-article-preview__title {
  margin-top: 1.4rem;
}
.c-article-preview__title h2 {
  position: relative;
  transition: all ease 300ms;
}
.c-article-preview__title h2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--article-preview-padding-x) * -1);
  width: 0.4rem;
  background-color: currentColor;
}
.c-article-preview__accent {
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  color: #eb150a;
  transition: all ease 700ms;
}
.c-article-preview__logo {
  width: 20rem;
  margin: 0 auto 3rem;
}
@media (min-width: 768px) {
  .c-article-preview__logo {
    margin-right: 0;
    margin-left: auto;
  }
}

.c-article-preview:active {
  border-color: #eb150a;
}
.c-article-preview:active .c-article-preview__title h2 {
  color: #eb150a;
}
.c-article-preview:active .c-article-preview__accent {
  transform: translateX(-33%);
}
@media (min-width: 769px) {
  .c-article-preview:hover {
    border-color: #eb150a;
  }
  .c-article-preview:hover .c-article-preview__title h2 {
    color: #eb150a;
  }
  .c-article-preview:hover .c-article-preview__accent {
    transform: translateX(-33%);
  }
}

@media (min-width: 1024px) {
  .c-article-preview.is-logo-card {
    padding-bottom: 1rem;
  }
}

.c-artwork-grid {
  position: relative;
  flex-shrink: 0;
  z-index: 10;
  width: calc(var(--grid-sq-size) * 3);
}
.c-artwork-grid .is-circuit-sm {
  position: absolute;
  left: 0;
  transform: translate(-200%, 0);
  z-index: 10;
}
.c-artwork-grid svg.is-focus-bracket {
  width: 1.2rem;
  height: 1.2rem;
}
.c-artwork-grid__grid-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  opacity: 1;
  filter: brightness(0.6);
  border-collapse: collapse;
  transition: opacity linear 400ms;
}
.c-artwork-grid__grid-container > div {
  position: relative;
  font-size: 0px;
  border-collapse: collapse;
  margin: -0.5px;
}
.c-artwork-grid__grid-container > div.has-border {
  border: 1px solid #ffffff;
}
.c-artwork-grid__grid-container > div.is-hidden {
  opacity: 0;
}
.c-artwork-grid__grid-container > div::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.c-artwork-grid {
  /* entire container, keeps perspective */
  /* flip the pane when hovered */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /* front pane, placed above back */
  /* back, initially hidden pane */
}
.c-artwork-grid__img, .c-artwork-grid__cta {
  z-index: 10;
}
.c-artwork-grid .aws {
  width: var(--grid-sq-size);
  height: var(--grid-sq-size);
  position: absolute;
  top: calc(1 * var(--grid-sq-size) + 1.6rem);
  left: calc(var(--grid-sq-size) - 1.6rem);
  z-index: 11;
}
.c-artwork-grid .aws .is-aws-logo, .c-artwork-grid .aws .c-artwork-grid__aws-cta a {
  width: var(--grid-sq-size);
  height: var(--grid-sq-size);
}
.c-artwork-grid .gcs {
  width: var(--grid-sq-size);
  height: var(--grid-sq-size);
  position: absolute;
  top: calc(3 * var(--grid-sq-size) + 1.6rem);
  left: calc(var(--grid-sq-size) - 1.6rem);
  z-index: 11;
}
.c-artwork-grid .gcs .is-gcs-partner-logo, .c-artwork-grid .gcs .c-artwork-grid__gcs-cta a {
  width: var(--grid-sq-size);
  height: var(--grid-sq-size);
}
.c-artwork-grid .is-ctac-sq-logo {
  width: var(--grid-sq-size);
  height: var(--grid-sq-size);
  position: absolute;
  top: -1.6rem;
  right: 1.6rem;
}
.c-artwork-grid .flip-container {
  perspective: 1000px;
}
.c-artwork-grid .flip-container:hover .flipper, .c-artwork-grid .flip-container.hover .flipper {
  transform: rotateY(180deg);
}
.c-artwork-grid .flip-container, .c-artwork-grid .front, .c-artwork-grid .back {
  width: var(--grid-sq-size);
  height: var(--grid-sq-size);
  position: absolute;
}
.c-artwork-grid .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.c-artwork-grid .front, .c-artwork-grid .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  /* display: none; */
}
.c-artwork-grid .front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}
.c-artwork-grid .back {
  transform: rotateY(180deg);
}

.c-border-card {
  position: relative;
  outline: 1px solid #7d7d7e;
}
.c-border-card::before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.c-border-card.is-rect::before {
  padding-bottom: 66.38%;
}
.c-border-card__item-container {
  padding: 0.5rem 1rem;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .c-border-card__item-container {
    padding: 1rem 2rem;
  }
}
.c-border-card img {
  width: auto;
  object-fit: contain;
  max-height: calc(100% - 1rem);
}

.c-callout-cta {
  width: 100%;
  max-width: 35.5rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .c-callout-cta {
    max-width: 47.5rem;
    justify-content: flex-end;
  }
}
.c-callout-cta__headline {
  color: #003799;
  font-weight: 300;
  text-align: right;
}
@media (min-width: 1024px) {
  .c-callout-cta__headline {
    padding-left: 4rem;
    font-size: 3.2rem;
  }
}
.c-callout-cta__button {
  position: relative;
  width: 10.4rem;
  margin-left: 4rem;
}
@media (min-width: 768px) {
  .c-callout-cta__button {
    margin-top: 0;
  }
}
.c-callout-cta__button-bg {
  position: absolute;
  pointer-events: none;
  height: 10.4rem;
  width: 10.4rem;
  left: -1.6rem;
  top: -1.6rem;
}
.c-callout-cta.is-stacked {
  flex-flow: row wrap;
}
.c-callout-cta.is-stacked .c-callout-cta__headline {
  width: 100%;
  padding-left: 0;
  font-size: 2.2rem;
}
@media (min-width: 480px) {
  .c-callout-cta.is-stacked .c-callout-cta__headline {
    padding-right: 2rem;
  }
}
.c-callout-cta.is-stacked .c-callout-cta__button {
  margin-top: 4rem;
}

.c-cli-text {
  display: inline-block;
  position: relative;
  font-family: "Fira Code", "Courier", monospace;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.9rem;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1550px) {
  .c-cli-text {
    font-size: 1.1rem;
  }
}
.c-cli-text::before {
  opacity: 0;
  content: attr(data-spaceholder);
}
.c-cli-text span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.c-cli-text.is-text-lg {
  font-size: 1.1rem;
}

.c-details {
  width: 100%;
}
.c-details:last-of-type {
  margin-bottom: 0;
}
.c-details__button {
  margin-top: 4rem;
}
.c-details__links {
  margin-top: 2rem;
}
.c-details__links a {
  color: #eb150a;
  display: inline;
  text-decoration: underline;
  margin-right: 2rem;
}
.c-details__links a:active {
  color: #003799;
}
@media (min-width: 769px) {
  .c-details__links a:hover {
    color: #003799;
  }
}
.c-details__content {
  margin-top: 0.6rem;
}
.c-details:not(:last-child) {
  padding-bottom: 4rem;
}

.c-divider {
  width: 75.33%;
  height: 2.6rem;
  position: relative;
  top: 2px;
  margin-left: auto;
  z-index: 100;
  color: #ffffff;
  background-color: currentColor;
  pointer-events: none;
}
.c-divider:not(.is-full-width):not(.is-bg-block) + .c-divider:not(.is-full-width) {
  display: none;
}
@media (min-width: 768px) {
  .c-divider {
    width: 88.33%;
  }
}
.c-divider.is-full-width {
  height: 2.4rem;
  width: 100%;
}
.c-divider.is-gray-light {
  color: #f1f2f4;
}
.c-divider.is-pull-top {
  transform: translateY(-100%);
  margin-bottom: -2.6rem;
}
.c-divider.is-bg-block {
  height: clamp(45rem, 75vh, 70rem);
  margin-left: 2rem;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.c-divider.is-bg-block::before {
  display: block;
  width: 75.33%;
  height: 2.6rem;
  content: "";
  transform: translateY(-100%);
  margin-left: auto;
  background-color: currentColor;
}
@media (min-width: 768px) {
  .c-divider.is-bg-block::before {
    width: 88.33%;
  }
}

.c-featured-block {
  border: 1px solid #191919;
  padding: 1.2rem;
}
.c-featured-block__container {
  background-color: #f1f2f4;
  padding: 2rem 2.2rem 2.6rem;
}
.c-featured-block__content {
  position: relative;
}
.c-featured-block__content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3.4rem;
  width: 0.4rem;
  background-color: #003799;
}
.c-featured-block__text {
  margin-top: 2rem;
}

.c-featured-block.theme-light .c-featured-block__container {
  background-color: #ffffff;
}

.is-focus-bracket.is-top-left {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}
.is-focus-bracket.is-top-right {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
.is-focus-bracket.is-bottom-left {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.is-focus-bracket.is-bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}

/*———— -contact form 7 styles- ————*/
.wpcf7 {
  width: 100%;
}
.wpcf7 form {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 768px) {
  .wpcf7 form {
    column-gap: 3rem;
  }
}

.wpcf7-response-output {
  font-size: 2.1rem;
  font-weight: 500;
  margin-top: 1.7rem;
  color: #003799;
  border: none !important;
  margin: 0 auto !important;
}

.wpcf7-response-output {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity linear 400ms;
  width: 30rem;
}

.wpcf7-form.sent .wpcf7-response-output {
  opacity: 1;
}
.wpcf7-form.sent .form-field {
  opacity: 0;
}

/*-- Pardot styles --*/
.form,
.wpcf7 {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .form,
  .wpcf7 {
    padding: 0;
  }
}

p.lead {
  display: block;
  text-align: center;
  margin: 1rem auto 2.5rem;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  p.lead {
    padding: 0 20px;
  }
}

p.text-left {
  display: block;
  text-align: left;
  margin: 0px;
  font-size: 1.5rem;
}

.email-pref-changes {
  margin-top: 2.5rem;
}
.email-pref-changes p,
.email-pref-changes li {
  font-size: 1.5rem;
}

.form-field {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
  text-align: left;
}
.form-field br {
  display: none;
}
@media (min-width: 1024px) {
  .form-field {
    width: 100%;
  }
}
.form-field input {
  width: 100%;
  border-radius: 0px;
  transition: all ease 300ms;
}
.form-field input:focus {
  background-color: #e4e0e0;
}
.form-field select:focus {
  background-color: #e4e0e0;
}

[data-class=wpcf7cf_group] {
  margin-top: 1.8rem;
}

.submit {
  width: 100%;
  margin-top: 4.5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .submit {
    margin-top: 5rem;
  }
}
.submit input {
  width: auto;
}

.c-form .form-field select {
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 35px;
  outline: none;
  padding: 0.4em 0.7em;
  padding-right: 1.1em;
  font-size: 14px;
  color: #ffffff;
  width: 100%;
  border-radius: 0px;
}

.c-form .pd-select select::-ms-expand {
  display: none;
}

.c-form .form-field.pd-select {
  position: relative;
}
.c-form .form-field.pd-select select {
  height: 3.8rem;
}

.c-form .form-field.pd-select .wpcf7-form-control-wrap::after {
  content: "";
  pointer-events: none;
  z-index: 5;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-radius: 3px;
  height: 11px;
  position: absolute;
  right: 14px;
  bottom: 4px;
  transform: rotate(45deg);
  width: 11px;
}

.c-form + .wpcf7-response-output {
  color: #ffffff;
}

.field-label:not(.inline) {
  margin-bottom: 0.8rem;
}

.form-field.required label::after {
  content: " *";
}

.error.no-label:not(.form-field) {
  display: none;
}

#sidebar {
  color: #fff;
  width: 100%;
  min-width: 270px;
  margin: 20px auto 0;
  text-align: center;
}

#sidebar .container, #sidebar .container-full {
  background: #2372b9;
  padding: 45px 15px 20px;
}
@media (min-width: 1025px) {
  #sidebar .container, #sidebar .container-full {
    padding: 45px 25px 20px;
  }
}

#sidebar h2 {
  font-size: 24px;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
  border: none;
  color: #fff;
}
#sidebar h2.form-heading {
  font-size: 22px;
}

.form-addendum {
  font-size: 15px;
  width: 100%;
  background-color: #2372b9;
  padding: 14px 15px 0px;
  text-align: center;
}

.c-form br:not(.mobile-hide):not(.force-br) {
  display: none;
}
.c-form.is-reduced .form-field:not(:first-of-type) {
  margin-bottom: 1.8rem;
}

.c-footer {
  overflow: hidden;
  padding: 2rem 0 4rem;
  color: #ffffff;
}
@media (min-width: 1440px) {
  .c-footer .offset-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-footer__flex {
  display: flex;
  flex-flow: row wrap;
  margin-top: 5rem;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .c-footer__flex {
    margin-top: 7rem;
    flex-flow: row nowrap;
    margin-top: 9.5rem;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 11%;
    justify-content: flex-start;
  }
}
.c-footer__group {
  font-size: 1.6rem;
  text-align: left;
}
.c-footer__group:nth-of-type(1) {
  width: 100%;
}
.c-footer__group:nth-of-type(3), .c-footer__group:last-child {
  width: 45%;
}
@media (min-width: 650px) {
  .c-footer__group:nth-of-type(3), .c-footer__group:last-child {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .c-footer__group {
    width: auto !important;
    display: inline-block;
  }
}
.c-footer__group + .c-footer__group {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .c-footer__group + .c-footer__group {
    margin-top: 0;
  }
}
.c-footer__group p {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .c-footer__row.nowrap span {
    white-space: nowrap;
  }
}
.c-footer__row + .c-footer__row {
  margin-top: 2.5rem;
}
.c-footer__logo svg,
.c-footer__logo img {
  width: 10rem;
  height: 3.84rem;
}
@media (min-width: 1024px) {
  .c-footer__logo svg,
  .c-footer__logo img {
    width: 12.4rem;
    height: 5.2rem;
  }
}
.c-footer__partner-badge svg,
.c-footer__partner-badge img {
  width: 11rem;
  height: auto;
}
@media (min-width: 1024px) {
  .c-footer__partner-badge svg,
  .c-footer__partner-badge img {
    width: 12rem;
  }
}

.c-gallery-item {
  position: relative;
}
.c-gallery-item:first-of-type {
  margin-top: 3rem;
}
@media (min-width: 480px) {
  .c-gallery-item:first-of-type {
    margin-top: 0;
  }
}
.c-gallery-item__descr {
  margin-top: 2rem;
  max-width: 21rem;
}
@media (min-width: 1024px) {
  .c-gallery-item__descr {
    max-width: none;
  }
}
.c-gallery-item__img {
  position: relative;
  overflow: hidden;
}
.c-gallery-item__img::before {
  content: "";
  display: block;
  padding-bottom: 86.74%;
}
.c-gallery-item__img img {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  object-fit: cover;
}
.c-gallery-item__accent {
  position: absolute;
}
.c-gallery-item__accent.is-dot-corner {
  color: #AEAEAF;
  right: 0;
  bottom: 0;
  transform: translateY(35%) scaleX(-1);
}
.c-gallery-item__accent.is-focus-bracket-rect {
  left: 0;
  top: 0;
  transform: translate(-160%, -175%);
}

.c-graphic-card {
  display: block;
  position: relative;
  background-color: transparent;
  transition: background-color ease-in 300ms;
}
.c-graphic-card::before, .c-graphic-card::after {
  content: attr(data-index);
  position: relative;
  font-family: "Fira Code", "Courier", monospace;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.9rem;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 3rem;
  left: 0;
  transform: translateX(-50%);
  color: #7d7d7e;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgb(255, 255, 255) 45%, rgb(255, 255, 255) 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  padding: 0.8rem 0.3rem;
  z-index: 10;
  opacity: 1;
  transition: opacity linear 250ms;
}
@media (min-width: 1550px) {
  .c-graphic-card::before, .c-graphic-card::after {
    font-size: 1.1rem;
  }
}
.c-graphic-card::before::before, .c-graphic-card::after::before {
  opacity: 0;
  content: attr(data-spaceholder);
}
.c-graphic-card::before span, .c-graphic-card::after span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.c-graphic-card::after {
  opacity: 0;
  color: #003799;
  background: linear-gradient(90deg, rgba(44, 175, 255, 0) 0%, rgba(44, 175, 255, 0) 50%, rgb(44, 175, 255) 50%, rgb(44, 175, 255) 55%, rgba(44, 175, 255, 0) 55%, rgba(44, 175, 255, 0) 100%);
}
.c-graphic-card__top {
  position: relative;
  border: 1px solid #09182a;
  border-bottom-width: 0;
  transition: all ease 300ms;
}
.c-graphic-card__top::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.c-graphic-card__content {
  position: absolute;
  inset: 2.4rem;
}
.c-graphic-card__img {
  transition: all ease 350ms;
}
.c-graphic-card__accent {
  color: #aeaeaf;
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all ease 300ms;
}
@media (min-width: 1024px) {
  .c-graphic-card__accent {
    display: block;
  }
}
.c-graphic-card__link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 1.5rem;
  border: 1px solid #09182a;
  text-align: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .c-graphic-card__link {
    text-align: left;
    justify-content: space-between;
  }
}
@media (min-width: 1366px) {
  .c-graphic-card__link {
    padding: 2.4rem 2.4rem;
  }
}
.c-graphic-card__link > span {
  color: #003799;
  transition: all ease 350ms;
}
.c-graphic-card__link .is-arrow-right {
  display: none;
}
@media (min-width: 768px) {
  .c-graphic-card__link .is-arrow-right {
    display: block;
  }
}
.c-graphic-card .is-focus-bracket {
  position: absolute;
  color: #7d7d7e;
}

.c-graphic-card:active::before {
  opacity: 0;
}
.c-graphic-card:active::after {
  opacity: 1;
}
.c-graphic-card:active .c-graphic-card__accent {
  color: #ffffff;
}
.c-graphic-card:active .c-graphic-card__top {
  background-color: #2cafff;
}
.c-graphic-card:active .c-graphic-card__link > span {
  color: #eb150a;
}
@media (min-width: 769px) {
  .c-graphic-card:hover::before {
    opacity: 0;
  }
  .c-graphic-card:hover::after {
    opacity: 1;
  }
  .c-graphic-card:hover .c-graphic-card__accent {
    color: #ffffff;
  }
  .c-graphic-card:hover .c-graphic-card__top {
    background-color: #2cafff;
  }
  .c-graphic-card:hover .c-graphic-card__link > span {
    color: #eb150a;
  }
}

.c-graphic-card.is-simple .c-graphic-card__top {
  border-bottom-width: 1px;
}

.c-grid-cta {
  position: relative;
}
.c-grid-cta__bg {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-grid-cta__content {
  position: relative;
  z-index: 10;
  padding: 6rem 0 2rem;
}
@media (min-width: 768px) {
  .c-grid-cta__content {
    padding: 12rem 0 14rem;
  }
}
@media (min-width: 1280px) {
  .c-grid-cta__content {
    padding: 14.5rem 0 18rem;
  }
}
.c-grid-cta__form {
  position: relative;
  z-index: 50;
  padding: 6rem 2rem 2rem;
  background-color: #0c213b;
  width: 100%;
  max-width: 768px;
}
@media (min-width: 768px) {
  .c-grid-cta__form {
    width: 50%;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .c-grid-cta__form {
    padding: 4rem 4rem 3rem;
  }
}
@media (min-width: 1280px) {
  .c-grid-cta__form {
    padding: 6rem 8rem 4rem;
  }
}
.c-grid-cta__form form h3 {
  margin-bottom: 2.5rem;
}
.c-grid-cta__button {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .c-grid-cta__button {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(155%, -30%);
  }
}
.c-grid-cta__text {
  display: inline-block;
  position: relative;
}
.c-grid-cta__headline {
  position: relative;
  color: #2cafff;
  line-height: 1.05;
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: normal;
}
.c-grid-cta__headline .is-circuit {
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translate(-100%, -50%);
  z-index: 10;
}
@media (min-width: 1024px) {
  .c-grid-cta__headline {
    font-size: 9rem;
  }
}
@media (min-width: 1170px) {
  .c-grid-cta__headline {
    font-size: 10.4rem;
  }
}
.c-grid-cta__descr {
  margin-top: 1rem;
}
.c-grid-cta__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
.c-grid-cta__info.is-right {
  text-align: right;
  left: auto;
  right: 3rem;
  max-width: 23rem;
  display: none;
}
@media (min-width: 768px) {
  .c-grid-cta__info.is-right {
    display: block;
  }
}
.c-grid-cta__info.is-left {
  max-width: 18rem;
}
.c-grid-cta__info .is-circuit-sm {
  position: absolute;
  left: -6.5rem;
  bottom: 3.2rem;
  z-index: 10;
}
.c-grid-cta__info-row + .c-grid-cta__info-row {
  margin-top: 1.6rem;
}
.c-grid-cta__info-ornament {
  margin-left: auto;
  text-align: right;
  margin-bottom: 1.4rem;
}

.c-grid-cta.has-form {
  display: flex;
  flex-flow: row wrap;
}
.c-grid-cta.has-form .c-grid-cta__image {
  width: 100%;
}
@media (min-width: 768px) {
  .c-grid-cta.has-form .c-grid-cta__image {
    width: 50%;
  }
}

html {
  --grid-sq-size: 6.5rem;
}
@media (min-width: 1024px) {
  html {
    --grid-sq-size: 10.5rem;
  }
}
@media (min-width: 1550px) {
  html {
    --grid-sq-size: 11.7rem;
  }
}

.c-grid-pattern {
  position: absolute;
  pointer-events: none;
  z-index: 10;
  top: 2rem;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 1024px) {
  .c-grid-pattern {
    left: 16.8rem;
  }
}
.c-grid-pattern__container {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, var(--grid-sq-size));
  grid-template-rows: repeat(auto-fill, var(--grid-sq-size));
  opacity: 0.18;
  border-collapse: collapse;
  transition: opacity linear 400ms;
}
.c-grid-pattern__container.is-blurred {
  opacity: 0;
}
.c-grid-pattern__container > div {
  position: relative;
  opacity: 0;
  transition: opacity linear 300ms;
  overflow: visible;
  font-size: 0px;
  border-collapse: collapse;
  margin: -0.5px;
}
.c-grid-pattern__container > div.js-is-ready:not(.is-hidden) {
  opacity: 1;
}
.c-grid-pattern__container > div::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.grid-sq-border {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  border: 1px solid #ffffff;
  opacity: 1;
  z-index: 5;
}

.grid-sq-fill {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 1;
  mix-blend-mode: multiply;
}

.grid-sq-corners {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  transform: scale(1.11);
  max-width: none;
  opacity: 1;
  z-index: 1;
}

.grid-sq-brackets {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  transform: scale(1.1);
  max-width: none;
  opacity: 1;
  mix-blend-mode: multiply;
}

.new-vid-wrapper {
  background-color: white;
}
.new-vid-wrapper .split-container {
  display: flex;
  flex-direction: column;
  background-color: red;
  position: relative;
  /* Video Frame */
}
.new-vid-wrapper .split-container .bg-1 {
  height: 160px;
  background-color: red;
}
.new-vid-wrapper .split-container .bg-1 .banner-1 {
  background-color: #0c213b !important;
  height: 30px;
}
.new-vid-wrapper .split-container .bg-2 {
  height: 0px;
  background-color: white;
}
.new-vid-wrapper .split-container .bg-2 .banner-2 {
  background-color: red !important;
  height: 30px;
}
.new-vid-wrapper .split-container .banner-divider-1,
.new-vid-wrapper .split-container .banner-divider-2 {
  width: 75.33%;
  height: 100%;
  margin-left: auto;
  z-index: 100;
  color: #fff;
  pointer-events: none;
}
.new-vid-wrapper .split-container .banner-divider-1 {
  background-color: red !important;
}
.new-vid-wrapper .split-container .banner-divider-2 {
  background-color: white !important;
}
.new-vid-wrapper .split-container .video-wrapper {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -15%);
  width: 45%;
  min-width: 580px;
  /* Video Wrapper position shifting for various device sizes */
}
.new-vid-wrapper .split-container .video-wrapper .video-preview-text {
  margin-bottom: 50px;
  z-index: 1;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.new-vid-wrapper .split-container .video-wrapper .video-preview-text .lightbox {
  position: relative;
}
.new-vid-wrapper .split-container .video-wrapper .video-preview-text .lightbox:after {
  content: url("/wp-content/themes/ctac/assets/images/svg/arrow-right.svg");
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 0px;
  right: -25px;
  filter: invert(100%) sepia(0%) saturate(7477%) hue-rotate(111deg) brightness(99%) contrast(106%); /* Filter black SVG to white */
}
.new-vid-wrapper .split-container .video-wrapper .video-preview-container {
  z-index: 1;
  border: 1px solid #AAADB2;
  width: 400px;
  height: 236px;
  padding: 10px;
}
.new-vid-wrapper .split-container .video-wrapper .video-preview-container .video-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  height: 100%;
}
.new-vid-wrapper .split-container .video-wrapper .video-preview-container .video-preview .youtube-video-wrapper {
  width: 100%;
  height: 100%;
}
.new-vid-wrapper .split-container .video-wrapper .video-preview-container .video-preview .youtube-video-wrapper .youtube-video {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1275px) {
  .new-vid-wrapper .split-container .video-wrapper {
    transform: translate(-15%, -15%);
  }
}
@media screen and (max-width: 1025px) {
  .new-vid-wrapper .split-container .video-wrapper {
    transform: translate(-30%, -50%);
  }
}
@media screen and (max-width: 1025px) {
  .new-vid-wrapper .split-container .video-wrapper {
    display: none;
  }
}

/* Lighbox CSS */
.parent {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 301; /* Cover menu while video is open */
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Centered child element can be any width and height */
}
.parent .centeredchild {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative; /* position element to participate in z-indexing */
  z-index: 20; /* higher z-index than overlay */
  display: inline-block;
  vertical-align: middle;
  width: 60%; /* can be any width */
  /* Video container to maintain Youtube 16:9 aspect ratio */
}
.parent .centeredchild .videowrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  /* Make Youtube IFRAME responsive */
}
.parent .centeredchild .videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1025px) {
  .new-vid-wrapper {
    display: none;
  }
}
/* Media Query for Tablet and Mobile */
@media screen and (max-width: 1024px) {
  .new-vid-wrapper .split-container .video-preview-container {
    width: 280px;
    height: 165px;
  }
}

/* Media Query for Mobile */
@media screen and (max-width: 744px) {
  .split-container .video-preview-container {
    top: initial;
  }
  .youtube-video {
    width: 100%;
    height: auto; /* Adjust height to maintain aspect ratio */
    aspect-ratio: 16/9;
  }
  .video-preview-text {
    display: none;
  }
  .split-container .bg-1 {
    height: 250px;
  }
  .split-container .bg-2 {
    height: 0px;
  }
}
.c-image-callout {
  --pl: 2.4rem;
}
@media (min-width: 1024px) {
  .c-image-callout {
    --pl: 6rem;
  }
}
.c-image-callout__frame {
  position: relative;
  border: 1px solid #191919;
  padding: 1.3rem;
  padding-left: var(--pl);
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .c-image-callout__frame {
    flex-flow: row nowrap;
    column-gap: 2rem;
  }
}
.c-image-callout__content {
  max-width: 21.5rem;
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .c-image-callout__content {
    margin-top: 8.8rem;
  }
}
.c-image-callout__image {
  width: 100%;
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .c-image-callout__image {
    margin-top: 0;
  }
}
.c-image-callout__headline {
  position: relative;
}
.c-image-callout__headline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-1 * var(--pl));
  width: 0.4rem;
  background-color: #003799;
}

.c-image-display {
  padding-top: 5rem;
}
.c-image-display__img {
  position: relative;
  border: 1px solid #191919;
}
.c-image-display__img::before {
  content: "";
  display: block;
  padding-bottom: 60.4%;
}
.c-image-display__img img {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  width: 60%;
  height: auto;
}
.c-image-display figcaption {
  margin-top: 5.5rem;
}

@media (min-width: 1024px) {
  .c-info-stripe__sidebar {
    margin-top: 8rem;
  }
}
.c-info-stripe__sidebar-region + .c-info-stripe__sidebar-region {
  margin-top: 7rem;
}

.c-link-list a {
  display: block !important;
}
.c-link-list * + a {
  margin-top: 0.8rem;
}
.c-link-list a:hover {
  color: #ffffff;
}
.c-link-list br {
  display: none;
}

.c-link-list.is-fancy {
  --px: 2.5rem;
  position: relative;
  padding-left: var(--px);
  border-left: 1px solid #191919;
  margin-bottom: 2.5rem;
}
.c-link-list.is-fancy + .c-link-list.is-fancy {
  margin-top: 5rem;
}
.c-link-list.is-fancy .c-link-list__container {
  position: relative;
}
.c-link-list.is-fancy .c-link-list__container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-1 * var(--px));
  width: 0.4rem;
  background-color: #003799;
}
.c-link-list.is-fancy .c-link-list__item {
  transition: all ease 300ms;
  color: #003799;
}
.c-link-list.is-fancy .c-link-list__item + .c-link-list__item {
  margin-top: 2rem;
}
.c-link-list.is-fancy .c-link-list__item:active {
  color: #eb150a;
}
@media (min-width: 769px) {
  .c-link-list.is-fancy .c-link-list__item:hover {
    color: #eb150a;
  }
}
.c-link-list.is-fancy .c-link-list__headline {
  margin-bottom: 2rem;
}

.c-measure {
  display: inline-block;
}
.c-measure.is-vertical svg {
  height: 4.2rem;
  width: 0.7rem;
}
.c-measure path {
  transition: all ease 350ms;
}

.c-meta {
  margin-bottom: 1rem;
  text-align: left;
}
@media (min-width: 1024px) {
  .c-meta {
    margin-bottom: 1.5rem;
    text-align: right;
  }
}

.c-ornament {
  position: absolute;
}
.c-ornament.is-sidebar-eq {
  bottom: 0;
  right: 0;
}
.c-ornament.is-post-artwork-right {
  top: 2.4rem;
  right: 2.4rem;
  display: none;
}
@media (min-width: 1280px) {
  .c-ornament.is-post-artwork-right {
    display: block;
  }
}
.c-ornament.is-post-artwork-right img {
  width: 20.8rem;
}
.c-ornament.is-post-artwork-left {
  bottom: 13rem;
  left: 2.4rem;
  display: none;
}
@media (min-width: 1280px) {
  .c-ornament.is-post-artwork-left {
    display: block;
  }
}
.c-ornament.is-post-artwork-left img {
  width: 31.2rem;
}
.c-ornament.is-contact-artwork-right {
  top: 2.4rem;
  right: 2.4rem;
  display: none;
}
@media (min-width: 1440px) {
  .c-ornament.is-contact-artwork-right {
    display: block;
  }
}
.c-ornament.is-contact-artwork-right img {
  width: 20.8rem;
}
.c-ornament.is-contact-artwork-left {
  bottom: 13rem;
  left: 2.4rem;
  display: none;
}
@media (min-width: 1440px) {
  .c-ornament.is-contact-artwork-left {
    display: block;
  }
}
.c-ornament.is-contact-artwork-left img {
  width: 20.8rem;
}

.c-page-hero {
  position: relative;
  min-height: calc(25rem - var(--nav-height));
}
.c-page-hero__content {
  position: relative;
  z-index: 10;
  padding: 6rem 0 2rem;
}
@media (min-width: 768px) {
  .c-page-hero__content {
    width: 100%;
    padding: 12rem 0 14rem;
  }
}
@media (min-width: 1280px) {
  .c-page-hero__content {
    padding: 14.5rem 0 15rem;
  }
}
.c-page-hero__text {
  display: inline-block;
  position: relative;
}
.c-page-hero__headline {
  position: relative;
  color: #2cafff;
  font-weight: 900;
  font-size: 4rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .c-page-hero__headline {
    font-size: 6rem;
  }
}
@media (min-width: 1024px) {
  .c-page-hero__headline {
    font-size: 6.4rem;
  }
}
@media (min-width: 1366px) {
  .c-page-hero__headline {
    line-height: 1;
    font-size: 7.2rem;
  }
}
.c-page-hero__headline [data-grid-region] {
  display: inline-block;
}
@media (min-width: 1024px) {
  .c-page-hero__headline [data-grid-region] {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-left: -3rem;
  }
}

.c-page-listing__item {
  display: block;
  text-align: left;
  color: #ffffff;
}
.c-page-listing__item:focus .c-measure {
  outline: none;
}
.c-page-listing__item + .c-page-listing__item {
  margin-top: 3.9rem;
}
.c-page-listing__item:active {
  color: #2cafff;
}
@media (min-width: 769px) {
  .c-page-listing__item:hover {
    color: #2cafff;
  }
}
.c-page-listing__item.js-is-active .c-page-listing__category {
  color: #2cafff;
}
.c-page-listing__item.js-is-active .c-page-listing__title {
  color: #2cafff;
}
.c-page-listing__category {
  display: block;
  color: currentColor;
  transition: color linear 400ms;
  margin-bottom: 1.3rem;
  position: relative;
  font-family: "Fira Code", "Courier", monospace;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.9rem;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1550px) {
  .c-page-listing__category {
    font-size: 1.1rem;
  }
}
.c-page-listing__title {
  display: block;
  color: currentColor;
  transition: color linear 400ms;
}

.c-partner-logo {
  position: relative;
  outline: 1px solid #7d7d7e;
}
.c-partner-logo::before {
  display: block;
  content: "";
  padding-bottom: 66.38%;
}
.c-partner-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
@media (max-width: 767px) {
  .c-partner-logo img {
    max-width: calc(100% - 4.8rem);
    height: auto;
  }
}

.c-portfolio-item {
  --portfolio-item-padding: 1.5rem;
  display: block;
  position: relative;
  background-color: transparent;
  transition: all ease 300ms;
  border: 1px solid #09182a;
  padding: var(--portfolio-item-padding);
}
@media (min-width: 1024px) {
  .c-portfolio-item {
    --portfolio-item-padding: 2.4rem;
    padding: var(--portfolio-item-padding);
  }
  .c-portfolio-item:nth-child(1) {
    grid-area: ft;
  }
  .c-portfolio-item:nth-child(2) {
    grid-area: two;
  }
  .c-portfolio-item:nth-child(3) {
    grid-area: three;
  }
}
.c-portfolio-item__container {
  position: relative;
}
.c-portfolio-item__accent {
  position: absolute;
  top: var(--portfolio-item-padding);
  right: var(--portfolio-item-padding);
  transform: rotate(180deg);
  color: #aeaeaf;
  z-index: 10;
}
.c-portfolio-item__category {
  margin-bottom: 0.5rem;
}
.c-portfolio-item__descr {
  margin-top: 2rem;
}
.c-portfolio-item__flex {
  display: flex;
  flex-flow: row wrap;
}
.c-portfolio-item__link {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
}
.c-portfolio-item__link .is-arrow-right {
  flex-shrink: 0;
  width: 2.4rem;
}
.c-portfolio-item__title h2 {
  position: relative;
}
.c-portfolio-item__title h2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--portfolio-item-padding) * -1);
  width: 0.4rem;
  background-color: #003799;
}
.c-portfolio-item__image {
  pointer-events: none;
}
@media (min-width: 1024px) {
  .c-portfolio-item__image-container {
    position: relative;
    z-index: 50;
  }
  .c-portfolio-item__image-container::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 48rem;
    padding-bottom: 111.6%;
  }
  .c-portfolio-item__pointer {
    position: absolute;
    z-index: 10;
  }
  .c-portfolio-item__pointer::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #2cafff;
  }
  .c-portfolio-item img,
  .c-portfolio-item picture {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.c-portfolio-item .is-focus-bracket {
  position: absolute;
  color: #7d7d7e;
}

.c-portfolio-item.is-featured {
  --portfolio-item-pv: 2rem;
  --portfolio-item-px: 2rem;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .c-portfolio-item.is-featured {
    margin-top: 0;
  }
}
@media (min-width: 1366px) {
  .c-portfolio-item.is-featured {
    --portfolio-item-pv: 4rem;
    --portfolio-item-px: 3rem;
  }
}
@media (min-width: 1440px) {
  .c-portfolio-item.is-featured {
    --portfolio-item-pv: 4.5rem;
    --portfolio-item-px: 4rem;
  }
}
@media (min-width: 1024px) {
  .c-portfolio-item.is-featured .c-portfolio-item__title h2 {
    font-size: 3.2rem;
    line-height: 1.25;
    font-weight: 900;
  }
  .c-portfolio-item.is-featured .c-portfolio-item__title h2::before {
    left: calc((var(--portfolio-item-px) + var(--portfolio-item-padding)) * -1);
  }
}
@media (min-width: 1024px) {
  .c-portfolio-item.is-featured .c-portfolio-item__title .is-arrow-right {
    display: none;
  }
}
.c-portfolio-item.is-featured .c-portfolio-item__flex {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}
@media (min-width: 1024px) {
  .c-portfolio-item.is-featured .c-portfolio-item__flex {
    flex-flow: row nowrap;
    column-gap: 10%;
    width: 100%;
    height: 100%;
  }
}
.c-portfolio-item.is-featured .c-portfolio-item__content {
  width: 100%;
  order: 2;
}
@media (min-width: 1024px) {
  .c-portfolio-item.is-featured .c-portfolio-item__content {
    order: 1;
    padding: var(--portfolio-item-pv) 0 var(--portfolio-item-pv) var(--portfolio-item-px);
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .c-portfolio-item.is-featured .c-portfolio-item__accent {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    transform: rotate(0deg);
  }
}
.c-portfolio-item.is-featured .c-portfolio-item__button {
  margin-top: 3rem;
}
@media (min-width: 1440px) {
  .c-portfolio-item.is-featured .c-portfolio-item__button {
    margin-top: 4rem;
  }
}
.c-portfolio-item.is-featured .c-portfolio-item__image {
  order: 1;
  position: relative;
  width: 80%;
  margin-top: calc(-3 * var(--portfolio-item-padding));
}
@media (min-width: 1024px) {
  .c-portfolio-item.is-featured .c-portfolio-item__image {
    margin-top: 0;
    order: 2;
    width: 50%;
    padding-right: 2.5%;
  }
}
@media (min-width: 1024px) {
  .c-portfolio-item.is-featured .c-portfolio-item__image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: visible;
    top: auto;
    left: 0;
    right: 6%;
    bottom: -2.4rem;
  }
  .c-portfolio-item.is-featured .c-portfolio-item__image-container::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 48rem;
    padding-bottom: 111.6%;
  }
}
.c-portfolio-item.is-featured .c-portfolio-item__pointer {
  top: 6rem;
  padding-right: 10%;
  transform: translateX(-100%);
}
@media (min-width: 1440px) {
  .c-portfolio-item.is-featured .c-portfolio-item__pointer {
    padding-right: 15%;
  }
}
.c-portfolio-item.is-featured .c-portfolio-item__pointer::before {
  width: 103%;
  left: 2.4rem;
  right: 0;
}

@media (min-width: 1024px) {
  .c-portfolio-item.is-compact {
    padding: 0;
    padding-top: var(--portfolio-item-padding);
  }
}
.c-portfolio-item.is-compact .c-portfolio-item__content {
  width: 100%;
  order: 2;
}
@media (min-width: 1024px) {
  .c-portfolio-item.is-compact .c-portfolio-item__content {
    padding: var(--portfolio-item-padding);
    padding-top: 0;
  }
}
.c-portfolio-item.is-compact .c-portfolio-item__image {
  width: 100%;
  order: 1;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .c-portfolio-item.is-compact .c-portfolio-item__image {
    margin-bottom: 2.4rem;
  }
}
.c-portfolio-item.is-compact .c-portfolio-item__image-container {
  margin-left: calc(-2 * var(--portfolio-item-padding));
}
@media (min-width: 1024px) {
  .c-portfolio-item.is-compact .c-portfolio-item__image-container {
    margin-left: 0;
    overflow: visible;
    right: var(--portfolio-item-padding);
  }
  .c-portfolio-item.is-compact .c-portfolio-item__image-container::before {
    content: "";
    display: block;
    max-width: 32.7rem;
    padding-bottom: 46.6%;
  }
}
.c-portfolio-item.is-compact .c-portfolio-item__pointer {
  width: calc(100% - var(--portfolio-item-padding) * 2);
  right: var(--portfolio-item-padding);
  top: 17.5%;
}
.c-portfolio-item.is-compact .c-portfolio-item__pointer svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-portfolio-item.is-compact .c-portfolio-item__pointer::before {
  width: 103%;
  right: 2.4rem;
}

@media (min-width: 1024px) {
  .c-portfolio-item.is-full {
    display: flex;
    align-items: flex-end;
  }
}
.c-portfolio-item.is-full .c-portfolio-item__content {
  order: 2;
  width: 100%;
}
.c-portfolio-item.is-full .c-portfolio-item__image {
  order: 1;
  width: 88%;
  position: relative;
  margin-top: calc(-1 * var(--portfolio-item-padding) * 1.5);
}
@media (min-width: 1024px) {
  .c-portfolio-item.is-full .c-portfolio-item__image {
    position: absolute;
    right: 0;
    left: 0;
    bottom: calc(-1 * var(--portfolio-item-padding) * 2);
    margin-top: 0;
    width: auto;
  }
}
.c-portfolio-item.is-full .c-portfolio-item__accent {
  top: var(--portfolio-item-padding);
  right: var(--portfolio-item-padding);
}
@media (min-width: 1024px) {
  .c-portfolio-item.is-full .c-portfolio-item__accent {
    top: var(--portfolio-item-padding);
  }
}
.c-portfolio-item.is-full .c-portfolio-item__container {
  width: 100%;
}
@media (min-width: 1024px) {
  .c-portfolio-item.is-full .c-portfolio-item__image-container {
    margin-left: auto;
    margin-right: 6rem;
    width: 49%;
    overflow: visible;
  }
  .c-portfolio-item.is-full .c-portfolio-item__image-container::before {
    content: "";
    display: block;
    max-width: 32.7rem;
    padding-bottom: 88.7%;
  }
}
.c-portfolio-item.is-full .c-portfolio-item__pointer {
  width: calc(75% - var(--portfolio-item-padding) * 2);
  right: auto;
  left: 0;
  top: 37.5%;
}
.c-portfolio-item.is-full .c-portfolio-item__pointer svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-portfolio-item.is-full .c-portfolio-item__pointer::before {
  width: 103%;
  left: 2.4rem;
  right: 0;
}

.c-portfolio-item__link * {
  transition: all ease 300ms;
}
.c-portfolio-item__link:active h2 {
  color: #eb150a;
}
.c-portfolio-item__link:active h2::before {
  background-color: #eb150a;
}
@media (min-width: 769px) {
  .c-portfolio-item__link:hover h2 {
    color: #eb150a;
  }
  .c-portfolio-item__link:hover h2::before {
    background-color: #eb150a;
  }
}

.c-post-meta__row {
  position: relative;
  font-family: "Fira Code", "Courier", monospace;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.9rem;
  -webkit-font-smoothing: antialiased;
  font-size: 1.1rem;
  text-align: right;
}
@media (min-width: 1550px) {
  .c-post-meta__row {
    font-size: 1.1rem;
  }
}
.c-post-meta__row::before {
  opacity: 0;
  content: attr(data-spaceholder);
}
.c-post-meta__row span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.c-testimonial-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 7.5rem 0 9.5rem;
}
@media (min-width: 1024px) {
  .c-testimonial-slider {
    padding: 9rem 0 12rem;
  }
}
.c-testimonial-slider__controls {
  margin-top: 6rem;
}
@media (min-width: 768px) {
  .c-testimonial-slider__controls {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
  }
}
.c-testimonial-slider__arrows {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 12.6rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .c-testimonial-slider__arrows {
    width: 100%;
  }
}
.c-testimonial-slider__arrow {
  max-width: 4.8rem;
  position: relative;
  width: 100%;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid #7d7d7e;
  transition: all ease 300ms;
}
@media (min-width: 768px) {
  .c-testimonial-slider__arrow {
    max-width: 6.4rem;
  }
}
.c-testimonial-slider__arrow::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.c-testimonial-slider__arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  border-radius: 100%;
  background-color: transparent;
}
.c-testimonial-slider__arrow .is-arrow-right {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #191919;
  transition: all ease 300ms;
}
.c-testimonial-slider__arrow[data-action=prev] {
  transform: rotate(180deg);
}
.c-testimonial-slider__content {
  text-align: center;
}
.c-testimonial-slider__carousel {
  margin-top: 4rem;
}
.c-testimonial-slider__review {
  width: 100%;
  margin: 0 auto;
  max-width: 69rem;
}
.c-testimonial-slider__review.is-large-text {
  font-size: 2.2rem;
}
@media (min-width: 1024px) {
  .c-testimonial-slider__review.is-large-text {
    font-size: 2.8rem;
  }
}
.c-testimonial-slider__review p {
  display: inline;
}
.c-testimonial-slider__attestant {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.6rem;
  margin-top: 3rem;
}
.c-testimonial-slider__position {
  color: #7d7d7e;
}
.c-testimonial-slider__source {
  margin-top: 4rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  font-weight: 600;
}
.c-testimonial-slider__nav {
  position: absolute;
  pointer-events: all;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
  position: relative;
  transition: all ease 400ms;
  opacity: 1;
}
.c-testimonial-slider__nav.js-is-hidden {
  opacity: 0;
}
.c-testimonial-slider__slide {
  width: 100%;
  opacity: 1;
  transition: opacity linear 700ms;
  position: relative;
}
.c-testimonial-slider__slide.tns-slide-active {
  opacity: 1;
  z-index: 1;
  transition-duration: 0ms;
}
.c-testimonial-slider__slide.tns-slide-cloned {
  transition-duration: 0ms;
}

.c-testimonial-slider__pointer {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  height: 1px;
  background-color: #7d7d7e;
  width: 100vw;
  transition: all ease 300ms;
}

.c-testimonial-slider__arrow:active {
  border-color: #eb150a;
}
@media (min-width: 768px) {
  .c-testimonial-slider__arrow:active {
    max-width: 8rem;
  }
}
.c-testimonial-slider__arrow:active .is-arrow-right {
  color: #ffffff;
}
.c-testimonial-slider__arrow:active::after {
  background-color: #eb150a;
}
.c-testimonial-slider__arrow:active .c-testimonial-slider__pointer {
  background-color: #eb150a;
}
@media (min-width: 769px) {
  .c-testimonial-slider__arrow:hover {
    border-color: #eb150a;
  }
}
@media (min-width: 769px) and (min-width: 768px) {
  .c-testimonial-slider__arrow:hover {
    max-width: 8rem;
  }
}
@media (min-width: 769px) {
  .c-testimonial-slider__arrow:hover .is-arrow-right {
    color: #ffffff;
  }
  .c-testimonial-slider__arrow:hover::after {
    background-color: #eb150a;
  }
  .c-testimonial-slider__arrow:hover .c-testimonial-slider__pointer {
    background-color: #eb150a;
  }
}

.c-section-comment {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .c-section-comment {
    display: block;
  }
}

.c-section-heading {
  margin-bottom: 2.5rem;
  color: #191919;
  max-width: 33rem;
}
@media (min-width: 980px) {
  .c-section-heading {
    max-width: 51rem;
  }
}
.c-section-heading.text-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 58rem;
}
.c-section-heading.text-left {
  margin-right: auto;
}
.c-section-heading.text-right {
  margin-right: auto;
}
.c-section-heading__headline {
  position: relative;
  font-size: 3.6rem;
  margin-top: 0;
  line-height: 1;
}
@media (min-width: 1024px) {
  .c-section-heading__headline {
    font-size: 6.4rem;
  }
}
.c-section-heading__headline .is-circuit-sm {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-200%, -50%);
  z-index: 10;
}
@media (max-width: 1336px) {
  .c-section-heading__headline .is-circuit-sm {
    display: none;
  }
}
.c-section-heading__descr {
  margin-top: 1.2rem;
}
.c-section-heading__descr.has-leading-tall {
  line-height: 2;
}
.c-section-heading__button {
  margin-top: 3rem;
  text-align: center;
}
@media (min-width: 480px) {
  .c-section-heading__button {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .c-section-heading__button {
    margin-top: 4rem;
  }
}
.c-section-heading__graphic {
  width: 24rem;
  margin: 4rem 0 4rem;
  pointer-events: none;
  order: 0;
}
@media (min-width: 1024px) {
  .c-section-heading__graphic {
    order: 3;
    position: absolute;
    top: 0;
    right: -3rem;
    margin-top: 0;
  }
}
.c-section-heading.is-full-width {
  max-width: none;
}
.c-section-heading.is-center {
  margin: 0 auto;
  text-align: center;
}
.c-section-heading.is-large {
  max-width: 92rem;
}
.c-section-heading.is-large .c-section-heading__descr {
  margin-top: 4.5rem;
  max-width: 58rem;
}
.c-section-heading.is-large .is-circuit-sm {
  position: absolute;
}
.c-section-heading.is-intro {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .c-section-heading.is-intro {
    margin-bottom: 5.5rem;
  }
}
.c-section-heading.is-intro .is-circuit-sm {
  top: 2.1rem;
  transform: translate(-200%, -30%);
}

@media (min-width: 1170px) {
  .bg-gray-light .c-section-heading.has-ornament {
    margin-left: 4rem;
  }
}
@media (min-width: 1366px) {
  .bg-gray-light .c-section-heading.has-ornament {
    margin-left: 0;
  }
}

.c-sidebar__area + .c-sidebar__area {
  margin-top: 12.8rem;
}
.c-sidebar__logo {
  margin: 0 auto;
  max-width: 31.5rem;
}

.c-square-btn {
  position: relative;
  display: block;
  width: 10.4rem;
  color: #ffffff;
  background-color: #eb150a;
  border: 2px solid #eb150a;
}
.c-square-btn:active {
  background-color: var(--section-bg-color);
  border-color: #eb150a;
  color: #eb150a;
}
@media (min-width: 769px) {
  .c-square-btn:hover {
    background-color: var(--section-bg-color);
    border-color: #eb150a;
    color: #eb150a;
  }
}
.c-square-btn.has-white-hover:active {
  background-color: var(--section-bg-color);
  border-color: #ffffff;
  color: #ffffff;
}
@media (min-width: 769px) {
  .c-square-btn.has-white-hover:hover {
    background-color: var(--section-bg-color);
    border-color: #ffffff;
    color: #ffffff;
  }
}
.c-square-btn::before {
  display: block;
  width: 100%;
  content: "";
  padding-bottom: 100%;
}
.c-square-btn__content {
  display: block;
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: currentColor;
  text-transform: uppercase;
  text-align: left;
}
.c-square-btn__decoration {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
}

.c-text-callout {
  margin-bottom: 3rem;
  --recirc-padding-top: 3rem;
  padding-top: var(--recirc-padding-top);
  margin-top: 6rem;
  border-top: 1px solid #191919;
}
.c-text-callout + .c-text-callout {
  margin-top: 3rem;
  padding-top: 0;
  border-top: 0;
}
@media (min-width: 1170px) {
  .c-text-callout {
    margin-bottom: 2rem;
    margin-top: 9.5rem;
  }
}
.c-text-callout.is-proof-point {
  margin-top: 3rem;
}
.c-text-callout__title {
  display: inline-block;
  position: relative;
  margin-bottom: 1.5rem;
}
.c-text-callout__title::before {
  content: "";
  position: absolute;
  top: calc(var(--recirc-padding-top) * -1);
  left: 0;
  right: 0;
  height: 0.4rem;
  background-color: #0c213b;
}
.c-text-callout a {
  position: relative;
  top: -0.8rem;
  color: #eb150a;
  display: inline;
  text-decoration: underline;
  font-weight: 700;
  text-transform: uppercase;
}
.c-text-callout a:active {
  color: #003799;
}
@media (min-width: 769px) {
  .c-text-callout a:hover {
    color: #003799;
  }
}

.c-svg.is-inline-block {
  display: inline-block;
}
.c-svg.is-play-icon {
  width: 5.8rem;
  height: 5.8rem;
}
.c-svg.is-arrow-right {
  width: 2.4rem;
  height: 2.4rem;
}
.c-svg.is-aws-cert {
  width: 10.4rem;
  height: 12.8rem;
}
.c-svg.is-circuit {
  width: 2.8rem;
  height: 2.8rem;
}
.c-svg.is-circuit-sm {
  width: 2.4rem;
  height: 2.4rem;
}
.c-svg.is-eq {
  width: 1.2rem;
  height: 1.8rem;
}
.c-svg.is-dot-corner {
  height: 1.8rem;
  width: 1.8rem;
}
.c-svg.is-focus-bracket {
  height: 1.6rem;
  width: 1.6rem;
}
.c-svg.is-quote {
  width: 5rem;
  height: 4rem;
}
.c-svg.is-sq-decor-overlap {
  width: 8.2rem;
  height: 8.2rem;
}
.c-svg.is-focus-bracket-rect {
  height: 1.6rem;
  width: 1.6rem;
}

.layout-meta-display {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  width: auto;
  justify-content: flex-end;
}

.c-user-meta__item {
  text-align: right;
}
.c-user-meta__item + .c-user-meta__item {
  margin-left: 2.4rem;
}
.c-user-meta__item.is-desktop-only {
  display: none;
}
@media (min-width: 980px) {
  .c-user-meta__item.is-desktop-only {
    display: block;
  }
}
.c-user-meta__icon {
  position: relative;
  top: -2px;
  margin-right: 1.6rem;
}

/*———— -Trumps- ————*/
.bg-cover {
  background-size: cover !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.pointer-events-all {
  pointer-events: all !important;
}

.bg-center {
  background-position: center;
}

.boundary {
  position: absolute;
  overflow-x: hidden;
  width: 100%;
  bottom: 0;
  top: 0;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .boundary {
    overflow: visible;
  }
}

.sticky {
  position: fixed;
}

.z-outer-space {
  z-index: 300 !important;
}

.z-stratosphere {
  z-index: 200 !important;
}

.z-sky {
  z-index: 100 !important;
}

.z-mountain {
  z-index: 50 !important;
}

.z-hill {
  z-index: 10 !important;
}

.z-land {
  z-index: 5 !important;
}

.z-default {
  z-index: 1 !important;
}

.z-sea {
  z-index: -1 !important;
}

.border-label {
  border-color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
  --section-bg-color: #ffffff;
}

.text-white {
  color: #ffffff !important;
}

.border-label {
  border-color: #003799 !important;
}

.bg-primary {
  background-color: #003799 !important;
  --section-bg-color: #003799;
}

.text-primary {
  color: #003799 !important;
}

.border-label {
  border-color: #003799 !important;
}

.bg-blue {
  background-color: #003799 !important;
  --section-bg-color: #003799;
}

.text-blue {
  color: #003799 !important;
}

.border-label {
  border-color: #0c213b !important;
}

.bg-blue-dark {
  background-color: #0c213b !important;
  --section-bg-color: #0c213b;
}

.text-blue-dark {
  color: #0c213b !important;
}

.border-label {
  border-color: #09182a !important;
}

.bg-blue-darkest {
  background-color: #09182a !important;
  --section-bg-color: #09182a;
}

.text-blue-darkest {
  color: #09182a !important;
}

.border-label {
  border-color: #2cafff !important;
}

.bg-sky {
  background-color: #2cafff !important;
  --section-bg-color: #2cafff;
}

.text-sky {
  color: #2cafff !important;
}

.border-label {
  border-color: #000000 !important;
}

.bg-black {
  background-color: #000000 !important;
  --section-bg-color: #000000;
}

.text-black {
  color: #000000 !important;
}

.border-label {
  border-color: #aeaeaf !important;
}

.bg-grey {
  background-color: #aeaeaf !important;
  --section-bg-color: #aeaeaf;
}

.text-grey {
  color: #aeaeaf !important;
}

.border-label {
  border-color: #aeaeaf !important;
}

.bg-gray {
  background-color: #aeaeaf !important;
  --section-bg-color: #aeaeaf;
}

.text-gray {
  color: #aeaeaf !important;
}

.border-label {
  border-color: #f1f2f4 !important;
}

.bg-gray-light {
  background-color: #f1f2f4 !important;
  --section-bg-color: #f1f2f4;
}

.text-gray-light {
  color: #f1f2f4 !important;
}

.border-label {
  border-color: #7d7d7e !important;
}

.bg-gray-dark {
  background-color: #7d7d7e !important;
  --section-bg-color: #7d7d7e;
}

.text-gray-dark {
  color: #7d7d7e !important;
}

.border-label {
  border-color: #eb150a !important;
}

.bg-red {
  background-color: #eb150a !important;
  --section-bg-color: #eb150a;
}

.text-red {
  color: #eb150a !important;
}

.border-label {
  border-color: #191919 !important;
}

.bg-reading {
  background-color: #191919 !important;
  --section-bg-color: #191919;
}

.text-reading {
  color: #191919 !important;
}

.d-block {
  display: block !important;
}

.mx-auto {
  margin: 0 auto !important;
}

.relative {
  position: relative;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.h-video {
  display: flex !important;
  flex-flow: row nowrap;
}
.h-video iframe {
  height: 100%;
}

.h-video::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.js-no-transition {
  transition-duration: 0ms;
}

.mobile-hide {
  display: none;
}
@media (min-width: 769px) {
  .mobile-hide {
    display: block;
  }
}

.mobile-hide-inline {
  display: none;
}
@media (min-width: 769px) {
  .mobile-hide-inline {
    display: inline-block;
  }
}

.tablet-hide {
  display: none;
}
@media (min-width: 1024px) {
  .tablet-hide {
    display: block;
  }
}

.tablet-hide-inline {
  display: none;
}
@media (min-width: 1024px) {
  .tablet-hide-inline {
    display: inline-block;
  }
}

.desktop-hide {
  display: block;
}
@media (min-width: 769px) {
  .desktop-hide {
    display: none;
  }
}

.inline-block {
  display: inline-block;
}

.overflow-hidden {
  overflow: hidden;
}

.text-style-code {
  position: relative;
  font-family: "Fira Code", "Courier", monospace;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.9rem;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1550px) {
  .text-style-code {
    font-size: 1.1rem;
  }
}
.text-style-code::before {
  opacity: 0;
  content: attr(data-spaceholder);
}
.text-style-code span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.use-hardware {
  transform: translate3d(0, 0, 0);
}
/*# sourceMappingURL=main.bundle.1.2.6.css.map */
