/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
      -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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.
 */

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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.
 */


sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */


video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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.
 */

/**
 * 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.
 */

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"] {
  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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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.
 */

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

/**
 * Add the correct display in IE.
 */

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

html {
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

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

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p {
  margin: 0;
}

button {
  background: transparent;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

ol,
ul {
  margin: 0;
}

/**
 * Suppress the focus outline on elements that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */

/**
 * Tailwind custom reset styles
 */

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: #eaeaea;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

/**
 * Temporary reset for a change introduced in Chrome 62 but now reverted.
 *
 * We can remove this when the reversion is in a normal Chrome release.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  border-radius: 0;
}

textarea {
  resize: vertical;
}

img {
  max-width: 100%;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: .5;
}

button,
[role=button] {
  cursor: pointer;
}

*,
*::before,
*::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
blockquote,
code,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
ol,
p,
q,
select,
span,
svg,
td,
textarea,
th,
tr,
ul,
.loading-spinner,
[role="combobox"] {
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

.wf-loading a,
.wf-loading blockquote,
.wf-loading code,
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading input,
.wf-loading label,
.wf-loading ol,
.wf-loading p,
.wf-loading q,
.wf-loading select,
.wf-loading span,
.wf-loading svg,
.wf-loading td,
.wf-loading textarea,
.wf-loading th,
.wf-loading tr,
.wf-loading ul,
.wf-loading .loading-spinner,
.wf-loading [role="combobox"] {
  opacity: 0;
}

.wf-active a,
.wf-active blockquote,
.wf-active code,
.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active h5,
.wf-active h6,
.wf-active input,
.wf-active label,
.wf-active ol,
.wf-active p,
.wf-active q,
.wf-active select,
.wf-active span,
.wf-active svg,
.wf-active td,
.wf-active textarea,
.wf-active th,
.wf-active tr,
.wf-active ul,
.wf-active .loading-spinner,
.wf-active [role="combobox"] {
  opacity: 1;
}

.opacity-0.opacity-0 {
  opacity: 0;
}

.opacity-25.opacity-25 {
  opacity: .25;
}

.wf-loading .opacity-25.opacity-25 {
  opacity: 0;
}

.opacity-60.opacity-60 {
  opacity: .6;
}

.wf-loading .opacity-60.opacity-60 {
  opacity: 0;
}

.opacity-100.opacity-100 {
  opacity: 1;
}

body.wf-loading .opacity-100.opacity-100 {
  opacity: 0;
}

.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  box-sizing: border-box;
}

.dk-select,
.dk-select-multi {
  width: 100%;
  font-size: 1.125rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  cursor: pointer;
  margin-top: 21px;
  margin-bottom: 21px;
}

.dk-selected {
  color: #0a0c36;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  padding: 13px 14px;
  padding-right: 22px;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(52.08%, rgba(255, 255, 255, 0)), to(rgba(234, 234, 234, .2)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 52.08%, rgba(234, 234, 234, .2) 100%);
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  text-overflow: ellipsis;
}

.dk-selected::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuNjc2NyAxMS41NzgxSDExLjc5NjNMMTEuODcxNCAxMS40ODVMMjAuMTk0NyAxLjE1Njg3TDIwLjUyMjUgMC43NUgyMEwxOC41Nzg5IDAuNzVIMTguNDU4N0wxOC4zODM3IDAuODQzOTAyTDExIDEwLjA4MDhMMy42MTYzMyAwLjg0MzkwMkwzLjU0MTI3IDAuNzVIMy40MjEwNUwyIDAuNzVIMS40Nzc0NUwxLjgwNTM0IDEuMTU2ODdMMTAuMTI4NyAxMS40ODVMMTAuMjAzNyAxMS41NzgxSDEwLjMyMzNIMTEuNjc2N1oiIGZpbGw9IiNEQTYxMjMiIHN0cm9rZT0iI0RBNjEyMyIgc3Ryb2tlLXdpZHRoPSIwLjUiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  position: absolute;
  right: 2%;
  top: 21px;
  height: 12px;
  width: 21px;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.dk-selected:hover {
  color: #6d7082;
}

.dk-selected:hover::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjY3NjcgMTEuNTc4MUgxMS43OTYzTDExLjg3MTQgMTEuNDg1TDIwLjE5NDcgMS4xNTY4N0wyMC41MjI1IDAuNzVIMjBMMTguNTc4OSAwLjc1SDE4LjQ1ODdMMTguMzgzNyAwLjg0MzkwMkwxMSAxMC4wODA4TDMuNjE2MzMgMC44NDM5MDJMMy41NDEyNyAwLjc1SDMuNDIxMDVMMiAwLjc1SDEuNDc3NDVMMS44MDUzNCAxLjE1Njg3TDEwLjEyODcgMTEuNDg1TDEwLjIwMzcgMTEuNTc4MUgxMC4zMjMzSDExLjY3NjdaIiBmaWxsPSIjRjI1QTBDIiBzdHJva2U9IiNGMjVBMEMiIHN0cm9rZS13aWR0aD0iMC41Ii8+Cjwvc3ZnPgo=");
}

.dk-selected-disabled {
  color: #bbb;
}

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
}

.dk-select-open-up .dk-select-options {
  border-radius: 3px 3px 0 0;
  margin-bottom: -1px;
  bottom: 100%;
  box-shadow: 0 .8px 2.2px -7px rgba(0, 0, 0, .008), 0 2px 5.3px -7px rgba(0, 0, 0, .012), 0 3.8px 10px -7px rgba(0, 0, 0, .015), 0 6.7px 17.9px -7px rgba(0, 0, 0, .018), 0 12.5px 33.4px -7px rgba(0, 0, 0, .022), 0 30px 80px -7px rgba(0, 0, 0, .03);
}

.dk-select-open-down .dk-select-options {
  border-radius: 0 0 3px 3px;
  margin-top: -1px;
  top: 100%;
}

.dk-select-multi .dk-select-options {
  max-height: 10em;
}

.dk-select-options {
  background-color: white;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  list-style: none;
  margin: 0;
  max-height: 18.5em;
  overflow-x: hidden;
  overflow-y: auto;
  padding: .25em 0;
  width: auto;
  z-index: 100;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.dk-option-selected {
  background-color: #d9f1ff;
}

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit;
}

.dk-option {
  color: #0a0c36;
  padding: 4px 10px;
}

.dk-option:nth-child(even) {
  background-color: #f8fafc;
}

.dk-select-options .dk-option-highlight {
  background-color: #d9f1ff;
}

.dk-select-options .dk-option-disabled {
  color: #bbb;
  background-color: transparent;
}

.dk-select-options .dk-option-hidden {
  display: none;
}

.dk-optgroup {
  border: solid #eaeaea;
  border-width: 1px 0;
  padding: .25em 0;
  margin-top: .25em;
}

.dk-optgroup+.dk-option {
  margin-top: .25em;
}

.dk-optgroup+.dk-optgroup {
  border-top-width: 0;
  margin-top: 0;
}

.dk-optgroup:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}

.dk-optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dk-optgroup-disabled {
  opacity: .6;
  color: #bbb;
  cursor: not-allowed;
}

.dk-optgroup-label {
  padding: 0 .5em .25em;
  font-weight: bold;
  width: 100%;
}

.dk-optgroup-options {
  list-style: none;
  padding-left: 0;
}

.dk-optgroup-options li {
  padding-left: 1.2em;
}

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #eaeaea;
}

.dk-select-open-down .dk-selected::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #eaeaea;
}

.dk-select-multi:hover,
.dk-select-multi:focus {
  outline: none;
}

.dk-selected:hover,
.dk-selected:focus {
  border-color: #eaeaea;
}

.dk-selected:hover:before,
.dk-selected:focus:before {
  border-top-color: #eaeaea;
}

.dk-selected:hover:after,
.dk-selected:focus:after {
  border-left-color: #eaeaea;
}

.dk-select-disabled {
  opacity: .6;
  color: #bbb;
  cursor: not-allowed;
}

.dk-select-disabled .dk-selected:hover,
.dk-select-disabled .dk-selected:focus {
  border-color: inherit;
}

.dk-select-disabled .dk-selected:hover:before,
.dk-select-disabled .dk-selected:focus:before {
  border-top-color: inherit;
}

.dk-select-disabled .dk-selected:hover:after,
.dk-select-disabled .dk-selected:focus:after {
  border-left-color: inherit;
}

#dk0-event-type,
#dk0-reason,
#mce-REGION {
  display: none;
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

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

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

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
}

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

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

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

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

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

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

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

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2;
}

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

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

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

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

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

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

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

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

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

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

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

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute;
}

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

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000;
}

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

@media (min-width: 768px) {
  .additional-people__biography p {
    font-size: 1.375rem;
  }
}

@media (min-width: 768px) {
  .address__filler {
    margin-left: .75rem;
  }
}

@media (min-width: 768px) {
  .address__filler {
    width: 331.975px;
  }
}

@media (min-width: 992px) {
  .address__filler {
    width: 433.6px;
  }
}

@media (min-width: 1260px) {
  .address__filler {
    width: 542px;
  }
}

.addresses__background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.addresses__background::after {
  background: #f7fcfe;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  width: 100%;
}

.addresses__text-line {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.addresses--image-background .adddresses__address {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  min-height: 21.875rem;
}

@media (min-width: 768px) {
  .addresses--image-background .adddresses__address {
    -webkit-box-align: initial;
    -webkit-align-items: initial;
            align-items: initial;
    padding-bottom: 1.875rem;
    padding-top: 4.75rem;
    width: -webkit-calc(50% - .75rem);
    width: calc(50% - .75rem);
  }
}

.addresses--image-background .adddresses__address .addresses__text {
  max-width: 22.375rem;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.addresses--image-background .adddresses__address:hover .addresses__background::after {
  opacity: 0;
}

.addresses--image-background .adddresses__address:hover .addresses__text {
  background: rgba(10, 12, 54, .9);
}

.addresses--image-background .adddresses__address:hover .addresses__text-line {
  color: #fff;
}

.addresses__map {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

.addresses__map-container {
  margin-bottom: 42px;
  width: 100%;
}

@media (min-width: 768px) {
  .addresses__map-container {
    min-width: 331.975px;
  }
}

@media (min-width: 992px) {
  .addresses__map-container {
    min-width: 433.6px;
  }
}

@media (min-width: 1260px) {
  .addresses__map-container {
    min-width: 542px;
  }
}

.addresses__map-inner {
  display: block;
  height: 0;
  padding-top: 73.6%;
}

.book-hero__image,
.book-hero__image--has-shadow {
  max-height: 260px;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

@media (min-width: 576px) {
  .book-hero__image,
  .book-hero__image--has-shadow {
    max-height: 360px;
  }
}

@media (min-width: 768px) {
  .book-hero__image,
  .book-hero__image--has-shadow {
    max-height: 460px;
    -webkit-transform: translateY(-75px);
        -ms-transform: translateY(-75px);
            transform: translateY(-75px);
  }
}

.book-hero__image--has-shadow {
  box-shadow: 15px 15px 30px rgba(0, 0, 0, .1);
}

.book-photo-array__image {
  box-shadow: 15px 15px 30px rgba(0, 0, 0, .1);
  max-height: 340px;
}

@media (min-width: 576px) {
  .book-photo-array__image {
    max-height: 380px;
  }
}

.book-photo-array__image-wrapper .book-photo-array__image {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.book-photo-array__image-wrapper:focus .book-photo-array__image,
.book-photo-array__image-wrapper:hover .book-photo-array__image {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  box-shadow: 15px 16px 32px rgba(0, 0, 0, .095);
}

.book-photo-array__image-wrapper:focus+.cta .cta__icon,
.book-photo-array__image-wrapper:hover+.cta .cta__icon {
  fill: #f25a0c;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.book-photo-array__image-wrapper:focus+.cta .cta__text,
.book-photo-array__image-wrapper:hover+.cta .cta__text {
  opacity: .6;
}

.button {
  border-width: 1px;
  border-color: #c4571f;
  font-weight: 700;
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  display: inline-block;
  text-decoration: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-radius: 9999px;
  color: #f8fafc;
  font-size: 1rem;
  letter-spacing: -0.01em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25.52%, rgba(255, 255, 255, .1)), color-stop(50%, rgba(255, 255, 255, 0))), #da6123;
  background: linear-gradient(180deg, rgba(255, 255, 255, .1) 25.52%, rgba(255, 255, 255, 0) 50%), #da6123;
  box-sizing: border-box;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25.52%, rgba(255, 255, 255, .1)), color-stop(50%, rgba(255, 255, 255, 0))), #f25a0c;
  background: linear-gradient(180deg, rgba(255, 255, 255, .1) 25.52%, rgba(255, 255, 255, 0) 50%), #f25a0c;
}

.button[disabled] {
  cursor: default;
  opacity: .5;
}

.button.\--md {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button.\--lg {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  letter-spacing: .1em;
}

@media (min-width: 992px) {
  .button.\--lg {
    padding-bottom: 1rem;
    padding-top: 1.25rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 1.375rem;
  }
}

.button--loading {
  cursor: wait;
  opacity: .6;
}

.button--more {
  background-color: #f8fafc;
  border-color: #eaeaea;
  padding-bottom: .75rem;
  padding-top: 1rem;
  color: #0a0c36;
}

@media (min-width: 992px) {
  .button--more {
    padding-bottom: 1rem;
    padding-top: 1.25rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.375rem;
  }
}

.button--more:hover {
  background-color: #f8fafc;
  opacity: .6;
}

.contact {
  padding-left: 5%;
  padding-right: 5%;
}

.contact__button,
.form-submit,
.btn {
  border-width: 1px;
  border-color: #c4571f;
  font-weight: 700;
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  display: inline-block;
  text-decoration: none;
  padding-left: 42px;
  padding-right: 42px;
  padding-top: 21px;
  padding-bottom: 21px;
  border-radius: 9999px;
  color: #f8fafc;
  font-size: 1.125rem;
  letter-spacing: -0.01em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25.52%, rgba(255, 255, 255, .1)), color-stop(50%, rgba(255, 255, 255, 0))), #da6123;
  background: linear-gradient(180deg, rgba(255, 255, 255, .1) 25.52%, rgba(255, 255, 255, 0) 50%), #da6123;
  box-sizing: border-box;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
  -webkit-transition: all .35s;
  transition: all .35s;
}

.contact__button:focus:not([disabled]),
.form-submit:focus:not([disabled]),
.btn:focus:not([disabled]),
.contact__button:hover:not([disabled]),
.form-submit:hover:not([disabled]),
.btn:hover:not([disabled]) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25.52%, rgba(255, 255, 255, .1)), color-stop(50%, rgba(255, 255, 255, 0))), #f25a0c;
  background: linear-gradient(180deg, rgba(255, 255, 255, .1) 25.52%, rgba(255, 255, 255, 0) 50%), #f25a0c;
}

@media (min-width: 768px) {
  .contact__button,
  .form-submit,
  .btn {
    padding-bottom: 1.25rem;
    padding-top: 1.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.375rem;
  }
}

.contact .dk-option,
.contact .dk-selected {
  font-size: 1rem;
  padding-left: .75rem;
  padding-right: .75rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

@media (min-width: 576px) {
  .contact .dk-option,
  .contact .dk-selected {
    font-size: 1.125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  .contact .dk-option,
  .contact .dk-selected {
    font-size: 1.375rem;
    padding-left: 21px;
    padding-right: 21px;
  }
}

.contact .dk-option-selected {
  background-color: #eaeaea;
}

.contact .dk-option-selected.dk-option-highlight {
  background-color: #d9f1ff;
}

.contact .dk-selected::after {
  top: 13px;
  right: 12px;
}

@media (min-width: 576px) {
  .contact .dk-selected::after {
    top: 16px;
    right: 21px;
  }
}

@media (min-width: 768px) {
  .contact .dk-selected::after {
    top: 19px;
  }
}

.contact input:not([type="submit"]):focus,
.contact textarea:focus {
  outline: none !important;
}

.form-text-input {
  width: 100%;
  border-bottom-width: 1px;
  border-color: #eaeaea;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .form-text-input {
    font-size: 1.375rem;
  }
}

.form-text-input::-webkit-input-placeholder {
  color: #7b7d8c;
}

.form-text-input:-ms-input-placeholder {
  color: #7b7d8c;
}

.form-text-input::-ms-input-placeholder {
  color: #7b7d8c;
}

.form-text-input::placeholder {
  color: #7b7d8c;
}

textarea.form-text-input {
  margin-bottom: 0;
}

.form-required {
  color: #da6123;
  font-size: 1.375rem;
  line-height: 1;
  display: inline-block;
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}

.form-submit.error,
.form-submit.submitting,
.btn.error,
.btn.submitting {
  cursor: not-allowed;
  opacity: .7;
}

.form-submit.success,
.btn.success {
  cursor: not-allowed;
  background-color: #27ae60;
  border-color: #219653;
  background-image: none;
}

.contact-wizard__image {
  box-shadow: 3.25rem -3.25rem #eaeaea;
  margin-right: 3.25rem;
  margin-top: 3.25rem;
}

.counters__value {
  height: 5.25rem;
  line-height: 5.25rem;
}

.counters__value>span {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.counters--active .counters__value>span {
  -webkit-transform: translateY(-21rem);
      -ms-transform: translateY(-21rem);
          transform: translateY(-21rem);
}

.cta__icon {
  -webkit-transition: opacity .3s ease-in, -webkit-transform .3s ease !important;
  transition: opacity .3s ease-in, -webkit-transform .3s ease !important;
  transition: transform .3s ease, opacity .3s ease-in !important;
  transition: transform .3s ease, opacity .3s ease-in, -webkit-transform .3s ease !important;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  fill: #da6123;
}

.cta:hover:not(.cta--ash) .cta__icon {
  fill: #f25a0c;
}

.cta:hover .cta__icon {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.cta__text {
  font-size: 1.375rem;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 1;
}

.cta:hover .cta__text {
  opacity: .6;
}

.cta--ash .cta__icon {
  fill: #f8fafc;
}

.cta--ash .cta__text,
.cta--ash-accent .cta__text {
  color: #f8fafc;
}

.cta--responsive-text .cta__text {
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .cta--responsive-text .cta__text {
    font-size: 1.375rem;
  }
}

.cta--bg-black {
  background: rgba(0, 0, 0, .55);
}

.cta--text-lg .cta__text {
  font-size: 1.125rem;
}

.cta-tiles-with-images__container {
  max-width: -webkit-calc(71.25rem + 1rem);
  max-width: calc(71.25rem + 1rem);
}

.cta-tiles-with-images__image-wrapper::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(72.03%, rgba(16, 17, 53, .4))), transparent;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(16, 17, 53, .4) 72.03%), transparent;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 15;
}

.cta-tiles-with-images__image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}


.insights-article__download-button,
.insights-article__download-button--no-thumbnail,
.wysiwyg-download__button,
.wysiwyg-download__button--no-thumbnail {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: .125rem;
  margin-top: 21px;
  padding: 21px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 250, 252, 0)), to(#f8fafc));
  background: linear-gradient(180deg, rgba(248, 250, 252, 0) 0%, #f8fafc 100%);
}

@media (min-width: 768px) {
  
  .insights-article__download-button,
  .insights-article__download-button--no-thumbnail,
  .wysiwyg-download__button,
  .wysiwyg-download__button--no-thumbnail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    padding-left: 1.75rem;
  }
}


.insights-article__download-button:focus,
.insights-article__download-button--no-thumbnail:focus,
.wysiwyg-download__button:focus,
.wysiwyg-download__button--no-thumbnail:focus,
.insights-article__download-button:hover,
.insights-article__download-button--no-thumbnail:hover,
.wysiwyg-download__button:hover,
.wysiwyg-download__button--no-thumbnail:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 250, 252, 0)), to(#f1f4f8));
  background: linear-gradient(180deg, rgba(248, 250, 252, 0) 0%, #f1f4f8 100%);
  opacity: 1 !important;
}


.insights-article__download-button:focus button,
.insights-article__download-button--no-thumbnail:focus button,
.wysiwyg-download__button:focus button,
.wysiwyg-download__button--no-thumbnail:focus button,
.insights-article__download-button:hover button,
.insights-article__download-button--no-thumbnail:hover button,
.wysiwyg-download__button:hover button,
.wysiwyg-download__button--no-thumbnail:hover button {
  color: #f25a0c;
}


.insights-article__download-button:focus img,
.insights-article__download-button--no-thumbnail:focus img,
.wysiwyg-download__button:focus img,
.wysiwyg-download__button--no-thumbnail:focus img,
.insights-article__download-button:hover img,
.insights-article__download-button--no-thumbnail:hover img,
.wysiwyg-download__button:hover img,
.wysiwyg-download__button--no-thumbnail:hover img {
  -webkit-transform: translate(-1px, 2px);
      -ms-transform: translate(-1px, 2px);
          transform: translate(-1px, 2px);
  box-shadow: -4px 8px 0 rgba(10, 12, 54, .1);
}


.insights-article__download-button button:focus,
.insights-article__download-button--no-thumbnail button:focus,
.wysiwyg-download__button button:focus,
.wysiwyg-download__button--no-thumbnail button:focus {
  color: #f25a0c;
}


.insights-article__download-button figure,
.insights-article__download-button--no-thumbnail figure,
.wysiwyg-download__button figure,
.wysiwyg-download__button--no-thumbnail figure {
  height: 100%;
  width: 100%;
  margin-bottom: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  min-width: 96px;
  max-width: 96px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  font-family: 'object-fit: contain; object-position: top;';
}

@media (min-width: 768px) {
  
  .insights-article__download-button figure,
  .insights-article__download-button--no-thumbnail figure,
  .wysiwyg-download__button figure,
  .wysiwyg-download__button--no-thumbnail figure {
    margin-bottom: 0;
  }
}


.insights-article__download-button figure img,
.insights-article__download-button--no-thumbnail figure img,
.wysiwyg-download__button figure img,
.wysiwyg-download__button--no-thumbnail figure img {
  border-width: 1px;
  border-color: #0a0c36;
  width: 100%;
  box-shadow: -6px 12px 0 rgba(10, 12, 54, .1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.download-modal {
  display: none;
  background: rgba(0, 0, 0, .2);
}

body.show-download-modal .download-modal {
  display: block;
  pointer-events: all;
}

.download-modal_close {
  right: 1.5rem;
  top: 1.5rem;
}

@media screen and (min-height: 900px) {
  .download-modal_container {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.download-modal_download-icon {
  height: 75px;
  width: 75px;
}

.download-modal_inner {
  max-height: 100vh;
  overflow: scroll;
}

body.show-download-modal {
  overflow: hidden;
  pointer-events: none;
}

.event-details {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 250, 252, 0)), to(#f8fafc));
  background: linear-gradient(180deg, rgba(248, 250, 252, 0) 0%, #f8fafc 100%);
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -6px 0 0 #da6123;
}

.event-list-tabs__description--mobile p:not(:first-of-type) {
  display: none;
}

.event-list-tabs__description--mobile.is-open p {
  display: block;
}

.event-list-tabs__list-header strong {
  color: #da6123;
}

.event-list-tabs__mobile-tab.is-active .event-list-tabs__mobile-tab-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.event-list-tabs__mobile-tab-icon {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.event-list-tabs__plus:hover {
  opacity: 1 !important;
}

.event-list-tabs__table td {
  border-color: #eaeaea;
  font-family: plantin, Constantia, serif;
  color: #282944;
  vertical-align: top;
  padding-top: 21px;
  padding-bottom: 21px;
}

.event-list-tabs__table thead th {
  text-align: left;
  font-size: .75rem;
  color: #282944;
  letter-spacing: .3em;
  text-transform: uppercase;
  opacity: .6;
}

.event-list-tabs__table-speakers {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 96px;
}

.event-list-tabs__table-speakers a:nth-of-type(even) {
  -webkit-transform: translateX(-4px);
      -ms-transform: translateX(-4px);
          transform: translateX(-4px);
}

@media (min-width: 1260px) {
  .event-list-tabs__table-speakers {
    width: 140px;
  }
}

.event-list-tabs__tab.is-active h3::after {
  position: absolute;
  width: 100%;
  background-color: #da6123;
  left: 0;
  content: '';
  bottom: -12px;
  height: 5px;
}

.event-list-tabs__tab.is-inactive h3 {
  color: #282944;
  opacity: .6;
}

.event-list-tabs__tab.is-inactive:hover h3,
.event-list-tabs__tab.is-inactive:focus h3 {
  opacity: 1;
}

.event-list-tabs__fade-out {
  width: 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
}

.event-list-tabs .dk-select {
  font-family: plantin, Constantia, serif;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: .75rem;
  margin-bottom: 1.75rem;
}

@media (min-width: 992px) {
  .event-list-tabs .dk-select {
    font-size: 1.375rem;
    max-width: 40%;
  }
}

@media (min-width: 1260px) {
  .event-list-tabs .dk-select {
    max-width: 33%;
  }
}

.event-list-tabs .dk-select.is-mobile .dk-selected {
  border-width: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-radius: 0;
  background-image: none;
}

.event-list-tabs .dk-selected {
  padding-right: 42px;
}

.event-list-tabs .dk-selected::after {
  top: 20px;
  right: 14px;
}

@media (min-width: 992px) {
  .event-list-tabs .dk-selected::after {
    top: 22px;
  }
}

.expanded-callout {
  border-width: 1px;
  border-top-width: 0;
  border-color: #eaeaea;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  padding-top: 2.25rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 250, 252, 0)), to(#f8fafc));
  background: linear-gradient(180deg, rgba(248, 250, 252, 0) 0%, #f8fafc 100%);
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -6px 0 0 #da6123;
}

@media (min-width: 576px) {
  .expanded-callout {
    margin-bottom: 1rem;
    margin-top: .75rem;
    max-width: 333px;
  }
}

@media (min-width: 992px) {
  .expanded-callout {
    width: 333px;
  }
}

.expanded-callout__content.wysiwyg,
.expanded-callout__content.wysiwyg-with-aside {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.expanded-callout__content.wysiwyg ul,
.expanded-callout__content.wysiwyg-with-aside ul {
  padding-right: 0;
}

.expanded-callout__content.wysiwyg ul li,
.expanded-callout__content.wysiwyg-with-aside ul li {
  margin-bottom: 1.5rem;
}

.expanded-callout__cta {
  color: #0a0c36;
  text-decoration: none;
}

.expanded-callout__cta:focus svg,
.expanded-callout__cta:hover svg {
  color: #f25a0c;
}

.expanded-callout__cta:focus h6,
.expanded-callout__cta:focus p,
.expanded-callout__cta:hover h6,
.expanded-callout__cta:hover p {
  opacity: .6;
}

.expanded-callout__file-icon {
  stroke: currentColor;
  color: #da6123;
  fill: transparent;
  height: 17px;
  width: 13px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.expanded-callout__wrapper,
.expanded-callout__wrapper--left,
.expanded-callout__wrapper--right {
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  width: 100%;
}

@media (min-width: 576px) {
  .expanded-callout__wrapper,
  .expanded-callout__wrapper--left,
  .expanded-callout__wrapper--right {
    width: 60%;
    max-width: 333px;
  }
}

@media (min-width: 576px) {
  .expanded-callout__wrapper--left {
    float: left;
    margin-right: 2rem;
  }
}

@media (min-width: 768px) {
  .expanded-callout__wrapper--left {
    width: 333px;
  }
}

@media (min-width: 992px) {
  .expanded-callout__wrapper--left {
    -webkit-transform: translateX(-82px);
        -ms-transform: translateX(-82px);
            transform: translateX(-82px);
    width: 255px;
  }
}

@media (min-width: 1260px) {
  .expanded-callout__wrapper--left {
    -webkit-transform: translateX(-165px);
        -ms-transform: translateX(-165px);
            transform: translateX(-165px);
    width: 175px;
  }
}

@media (min-width: 576px) {
  .expanded-callout__wrapper--right {
    float: right;
    margin-left: 2rem;
  }
}

@media (min-width: 768px) {
  .expanded-callout__wrapper--right {
    width: 333px;
  }
}

@media (min-width: 992px) {
  .expanded-callout__wrapper--right {
    width: 258px;
  }
}

@media (min-width: 1260px) {
  .expanded-callout__wrapper--right {
    width: 175px;
  }
}

.featured-book__image,
.featured-book__image--has-shadow {
  height: 110%;
}

.featured-book__image img,
.featured-book__image--has-shadow img {
  height: 256px;
}

@media (min-width: 992px) {
  .featured-book__image img,
  .featured-book__image--has-shadow img {
    height: 100%;
  }
}

.featured-book__image--has-shadow img {
  box-shadow: 15px 15px 30px rgba(0, 0, 0, .1);
}

.featured-case-studies__button {
  position: absolute;
  bottom: -10.25rem;
}

@media (min-width: 992px) {
  .featured-case-studies__button {
    bottom: -21.25rem;
  }
}

.featured-case-studies__button svg {
  height: 3.125rem;
  width: 2.625rem;
}

.featured-case-studies__button--left {
  left: 0;
}

@media (min-width: 992px) {
  .featured-case-studies__button--left {
    left: 2rem;
  }
}

.featured-case-studies__button--right {
  right: 0;
}

@media (min-width: 992px) {
  .featured-case-studies__button--right {
    right: 2rem;
  }
}

.featured-case-studies__control {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  width: -webkit-calc((100% - 2.5rem) / 3);
  width: calc((100% - 2.5rem) / 3);
}

.featured-case-studies__control::after {
  background: #403a53;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
}

.featured-case-studies__control:not(:first-child) {
  margin-left: 1.25rem;
}

.featured-case-studies__control--active {
  color: #da6123 !important;
}

.featured-case-studies__control--active::after {
  background: #da6123;
  height: 5px;
}

.featured-case-studies__slide-image {
  height: 15rem;
}

@media (min-width: 992px) {
  .featured-case-studies__slide-image {
    height: 37.5rem;
  }
}

.featured-case-studies__slide-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.featured-case-studies .swiper-pagination {
  display: none !important;
}

.featured-content-card__background {
  height: 320px;
}

@media (min-width: 768px) {
  .featured-content-card__background {
    height: 360px;
  }
}

@media (min-width: 992px) {
  .featured-content-card__card {
    max-width: 375px;
  }
}

.featured-content-card__card--constrained {
  max-width: 375px;
  min-height: 380px;
}

.featured-insights__primary-image {
  display: block;
  height: 21rem;
  width: 100%;
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
  .featured-insights__primary-image {
    height: 23rem;
  }
}

.featured-insights__secondary {
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
}

@media (min-width: 992px) {
  .featured-insights__secondary-meta {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out;
  }
}

.featured-insights__secondary--active {
  border-left-color: #da6123 !important;
}

@media (min-width: 992px) {
  .featured-insights__secondary--active .featured-insights__secondary-meta {
    max-height: 600px;
  }
}

.featured-insights__title b {
  color: #da6123;
}

.featured-topics__drop {
  box-shadow: 0 3px 10px rgba(196, 196, 196, .25);
}

@media (min-width: 768px) {
  .featured-topics__drop {
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  .featured-topics__label::after {
    content: "";
    position: absolute;
    background-color: #da6123;
    display: block;
    right: 0;
    height: 19px;
    top: 52px;
    width: 1px;
  }
}

@media (min-width: 768px) {
  .featured-topics__link::before {
    position: absolute;
    height: .75rem;
    width: .75rem;
    border-radius: 9999px;
    border-width: 2px;
    border-color: #f25a0c;
    opacity: 0;
    content: "";
    left: -30px;
    top: 10px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
  }

  .featured-topics__link:hover::before {
    opacity: 1;
  }
}

.featured-topics__toggle svg {
  height: 10px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 18px;
}

.featured-topics__toggle.-active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.forsta {
  height: -webkit-calc(100vh - 95px);
  height: calc(100vh - 95px);
  width: 100%;
}

@media (min-width: 992px) {
  .forsta {
    height: -webkit-calc(100vh - 115px);
    height: calc(100vh - 115px);
  }
}

@media (min-width: 768px) {
  .hero-with-video {
    min-height: 100vh;
  }
}

.hero-with-video__banner {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

@media (min-width: 992px) {
  .hero-with-video__banner {
    top: 7.1875rem;
  }
}

.hero-with-video__container-inner {
  margin-top: 42px;
  margin-bottom: 42px;
}

@media (min-width: 768px) {
  .hero-with-video__container-inner {
    padding: 9.75rem 0 15.75rem;
  }
}

.hero-with-video__poster img,
.hero-with-video__poster video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.hero-with-video__scroll {
  bottom: -1.725rem;
}

.image-gallery .swiper-button-next,
.image-gallery .swiper-button-prev {
  background: #101135;
  display: none !important;
  height: 50px;
  width: 42px;
}

.image-gallery .swiper-button-next::after,
.image-gallery .swiper-button-prev::after {
  display: none !important;
}

@media (min-width: 992px) {
  .image-gallery .swiper-button-next,
  .image-gallery .swiper-button-prev {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
}

.image-gallery .swiper-button-next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADuSURBVHgB7ZvBEYIwEEU/VkAJKcEStCM70E60A0uwFOiAEtZ14eYoOOYAyXsze+L0XgKHTJAAAAAgB2bW+tx9Bhu5+iTVgss+7J2uigguubfPrDbCTvlovzxLPo+id8L0/s+x2p2QBZc7EcHsQgQiECEggogQEEFECIggIgREEBECIogIARFEhIAIIkLwQ4RWpbIwwkF/kvNUODemWvGVPS9Y/U4lslTeSvwIIo888sgjjzzyyCNfGsgjjzzyyCNfvnzaonzOQ9E087z3OTZN06tEbKOXpbNiNV+Xf2HjhembjT9MDFOQJAAAAFgjTzm+a6T2JdH5AAAAAElFTkSuQmCC");
  right: 35px;
}

.image-gallery .swiper-button-prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADdSURBVHgB7ZvRCcIwFEUvTtAROoIjdCQ30E10A0foKI7gCM9E0i+hpFBKvDkHHv3pzzkh/SiJBAAAAC0SEWOaOc27zD3NoB4o8q/4ZZY7K/ILZ+3ESY2R5dMjr/K48prnNqhY+YVRbmyQv8kN5JFHHnnkkUceeeTdQB555JFHHnlz+Uzv8tM/yx/1VzjkSlrdoXILXOVK1H8EiUAEIhCBCEQgAhGIQAQiEIEIRCACEb4QQZsiXOTKhgi+B6YrI0xypiLCboelmyV6Pi6/UCI8ini+MPG03v8AAADH8gG3IY+ZO2vlMwAAAABJRU5ErkJggg==");
  left: 35px;
}

.image-gallery .swiper-button-next,
.image-gallery .swiper-button-prev {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
}

.image-gallery .swiper-pagination {
  bottom: 0;
}

@media (min-width: 992px) {
  .image-gallery .swiper-pagination {
    display: none !important;
  }
}

.image-gallery .swiper-pagination-bullet {
  background: #ada7b4;
  height: 1.5rem;
  margin: 0 1.25rem;
  width: 1.5rem;
}

.image-gallery .swiper-pagination-bullet-active {
  background: #da6123;
}

@media (min-width: 992px) {
  .image-gallery__slide {
    height: 37.5rem;
  }
}

@media (min-width: 992px) {
  .image-gallery__slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.image-slides {
  background-size: 100%;
}

@media (min-width: 992px) {
  .image-slides {
    background-position: center -130px;
  }
}

@media (min-width: 992px) {
  .image-slides--small-caption {
    background-position: center top;
  }
}

@media (min-width: 992px) {
  .image-slides__container {
    max-width: 1034px !important;
  }
}

.image-slides__slide-caption {
  box-shadow: -6px 12px 0 rgba(10, 12, 54, .1);
}

.image-slides--small-caption .image-slides__slide-caption {
  max-width: 480px;
}

.image-slides__title b {
  color: #da6123;
}

.image-with-side-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 110rem;
}

@media (min-width: 992px) {
  .image-with-side-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
}

@media (min-width: 992px) {
  .image-with-side-text--text-black {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

@media (min-width: 1440px) {
  .image-with-side-text--text-black {
    padding-top: 84px;
    padding-bottom: 84px;
  }
}

.image-with-side-text--text-white {
  text-shadow: -1px 1px 0 rgba(0, 0, 0, .15);
}

@media (min-width: 1440px) {
  .image-with-side-text--text-white .image-with-side-text__container {
    width: 549px !important;
  }
}

.image-with-side-text__background-image {
  display: block;
  width: 100%;
  background-position: top;
  background-size: cover;
  height: 510px;
}

@media (min-width: 768px) {
  .image-with-side-text__background-image {
    height: 660px;
  }
}

@media (min-width: 992px) {
  .image-with-side-text__background-image {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    left: 0;
    top: 0;
    z-index: 10;
  }
}

@media (min-width: 1260px) {
  .image-with-side-text__content p {
    font-size: 1.375rem;
  }
}

.image-with-side-text--image-left .image-with-side-text__image-wrapper {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1;
}

.image-with-side-text--image-left .image-with-side-text__text-wrapper {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
          order: 2;
}

.image-with-side-text--text-white .image-with-side-text__content p {
  color: #f8fafc;
}

.image-with-text-callouts {
  max-width: 1894px;
}

.image-with-text-callouts h2 b,
.image-with-text-callouts h2 strong {
  color: #da6123;
}

@media (min-width: 992px) {
  .image-with-text-callouts__callout-with-eyebrow p {
    border-bottom-right-radius: 21px;
  }
}

.image-with-text-callouts__callout-without-eyebrow h2 {
  font-size: 2.625rem;
  margin-bottom: 0;
}

.image-with-text-callouts__callout-without-eyebrow p {
  font-size: .875rem;
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  font-weight: 700;
  color: #0a0c36;
  line-height: 1.4;
}

@media (min-width: 576px) {
  .image-with-text-callouts__callout-without-eyebrow p {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .image-with-text-callouts__callouts {
    width: 36.25%;
  }
}

.image-with-text-callouts__callouts>* {
  border-color: #0a0c36;
  border-width: 7px;
  border-bottom-width: 0;
}

.image-with-text-callouts__callouts>*:last-of-type {
  border-bottom-width: 7px;
}

.image-with-text-callouts__callouts p {
  margin-bottom: 0;
}

.image-with-text-callouts__eyebrow {
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 992px) {
  .image-with-text-callouts__eyebrow {
    left: -24px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.image-with-text-callouts__image {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
          order: -1;
}

@media (min-width: 992px) {
  .image-with-text-callouts__image {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0;
    width: 63.75%;
  }
}

@media (min-width: 992px) {
  .introduction-quote__card {
    min-width: 374px;
    width: 374px;
  }
}

@media (min-width: 1260px) {
  .introduction-quote__card {
    min-width: 394px;
    width: 394px;
  }
}

@media (min-width: 992px) {
  .introduction-quote__container {
    max-width: 992px;
  }
}

@media (min-width: 1260px) {
  .introduction-quote__container {
    max-width: 1260px;
  }
}

@media (min-width: 992px) {
  .introduction-quote__content {
    padding-left: 10%;
  }
}

@media (min-width: 1260px) {
  .introduction-quote__content {
    padding-right: 15%;
  }
}

@media (min-width: 768px) {
  .introduction-quote__content p:not(:last-of-type) {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}

.introduction-quote__content p:last-of-type {
  margin-bottom: 0;
}

.one-column-lede h2 b,
.one-column-lede h2 strong {
  color: #da6123;
}

@media (min-width: 768px) {
  .one-column-lede p {
    font-size: 1.375rem;
  }
}

.one-column-lede p a {
  color: #282944;
}

.one-column-lede p a:hover {
  opacity: .6;
}

.one-column-lede.\--bg-midnight h2,
.one-column-lede.\--bg-midnight p,
.one-column-lede.\--bg-midnight p a {
  color: #fff;
}

.one-column-lede.\--bg-midnight h2 b,
.one-column-lede.\--bg-midnight h2 strong {
  color: #da6123;
}

.one-column-lede-with-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.one-column-lede-with-image::after {
  background: linear-gradient(90.2deg, #101135 21.75%, rgba(64, 58, 83, .93) 46.12%, rgba(64, 58, 83, .23) 66.9%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.one-column-lede-with-image__text {
  max-width: 31.75rem;
}

.order-modal {
  display: none;
  background: rgba(10, 12, 54, .93);
}

body.show-order-modal .order-modal {
  display: block;
  pointer-events: all;
}

.order-modal_close {
  right: 1.5rem;
  top: 1.5rem;
}

@media (min-width: 992px) {
  .order-modal_close {
    right: 5rem;
    top: 5rem;
  }
}

.order-modal_inner {
  max-height: 100vh;
  overflow: scroll;
}

body.show-order-modal {
  overflow: hidden;
  pointer-events: none;
}

.partners__link {
  display: block;
  margin-bottom: 1.5rem;
  margin-left: .25rem;
  margin-right: .25rem;
}

@media (min-width: 992px) {
  .partners__link {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.partners__logo {
  display: block;
  height: auto;
  margin-bottom: 1.5rem;
  margin-left: .25rem;
  margin-right: .25rem;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  width: 138px;
}

@media (min-width: 992px) {
  .partners__logo {
    margin-left: 1rem;
    margin-right: 1rem;
    width: 214px;
  }
}

.partners__link .partners__logo {
  margin: 0;
}

.partners__title strong {
  color: #da6123;
}

.primary-topic {
  position: relative;
}

.primary-topic span {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color .3s ease-in-out;
  transition: border-bottom-color .3s ease-in-out;
}

.primary-topic:hover span {
  border-bottom-color: #000;
}

.primary-topic::before {
  position: absolute;
  height: .75rem;
  width: .75rem;
  border-radius: 9999px;
  border-width: 2px;
  border-color: #f25a0c;
  content: "";
  left: 0;
  top: 0;
}

.quiz-meter {
  max-width: 56.75rem;
}

.quiz-meter__bar {
  background: #d9d9d9;
  border-radius: .9375rem;
  height: .9375rem;
  overflow: hidden;
  position: relative;
  width: 53rem;
}

.quiz-meter__bar-inner {
  border-radius: .9375rem;
  height: 100%;
  left: 0;
  min-width: 1.1875rem;
  position: absolute;
  top: 0;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.quiz-meter__label {
  -webkit-transition: color .35s ease-in-out;
  transition: color .35s ease-in-out;
}

@media (min-width: 768px) {
  .quiz-question {
    position: relative;
  }

  .quiz-question::after {
    background: #101135;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    top: 1.5rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80%;
    z-index: 1;
  }
}

.quiz-question__choice {
  margin-top: 6rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .quiz-question__choice {
    margin-top: 4.0625rem;
  }
}

.quiz-question__choice button {
  position: relative;
}

.quiz-question__choice button::after {
  background: #eaeaea;
  border: 1px solid #101135;
  border-radius: 3.0625rem;
  content: "";
  display: block;
  height: 3.0625rem;
  left: 50%;
  position: absolute;
  top: -4.0625rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: background .25s ease-in-out;
  transition: background .25s ease-in-out;
  width: 3.0625rem;
}

.quiz-question__choice.\--active button::after {
  background: #da6123;
}

.quotes-slider__attribution::before {
  background: #5c6171;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -1.25rem;
  width: 9rem;
}

.quotes-slider__content-mark svg {
  height: 1.875rem;
  width: 1.875rem;
}

.quotes-slider .swiper-pagination {
  bottom: 3.5rem;
}

.quotes-slider .swiper-pagination-bullet {
  background: #ada7b4;
  height: 1.5rem;
  margin: 0 1.25rem;
  width: 1.5rem;
}

.quotes-slider .swiper-pagination-bullet-active {
  background: #da6123;
}

.radio-button-list__button {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.radio-button-list__button:hover {
  border-color: #162348;
  box-shadow: inset 0 0 0 4px #162348;
}

.related-content__eyebrow p {
  display: inline-block;
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  font-weight: 700;
  font-size: .75rem;
  color: #0a0c36;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 2rem;
}

@media (min-width: 576px) {
  .related-content__eyebrow p {
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .related-content__eyebrow p {
    padding-bottom: 4rem;
  }
}

.related-content__eyebrow p b,
.related-content__eyebrow p strong {
  color: #da6123;
}

@media (min-width: 768px) {
  .related-pages-card:not(:first-of-type) {
    margin-left: 21px;
  }
}

@media (min-width: 992px) {
  .related-pages-card:not(:first-of-type) {
    margin-left: 2rem;
  }
}

@media (min-width: 1260px) {
  .related-pages-card:not(:first-of-type) {
    margin-left: 42px;
  }
}

.related-pages-card h3 {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.related-pages-card a:hover h3,
.related-pages-card a:focus h3 {
  opacity: .6;
}

.related-pages-card a:hover .related-pages-card__image,
.related-pages-card a:focus .related-pages-card__image {
  opacity: .9;
}

.related-pages-card__image {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.related-people-card:hover .related-people-card__text {
  background-color: #0a0c36;
  color: #f8fafc;
}

.related-people-card:hover .related-people-card__image {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.related-people-card__image {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.related-people-card__text {
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.related-content-slider .swiper-button-next,
.related-content-slider .swiper-button-prev {
  background: #101135;
  bottom: 0 !important;
  display: none !important;
  height: 50px;
  top: auto;
  width: 42px;
  z-index: 11;
}

.related-content-slider .swiper-button-next::after,
.related-content-slider .swiper-button-prev::after {
  display: none !important;
}

@media (min-width: 992px) {
  .related-content-slider .swiper-button-next,
  .related-content-slider .swiper-button-prev {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
}

.related-content-slider .swiper-button-next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADuSURBVHgB7ZvBEYIwEEU/VkAJKcEStCM70E60A0uwFOiAEtZ14eYoOOYAyXsze+L0XgKHTJAAAAAgB2bW+tx9Bhu5+iTVgss+7J2uigguubfPrDbCTvlovzxLPo+id8L0/s+x2p2QBZc7EcHsQgQiECEggogQEEFECIggIgREEBECIogIARFEhIAIIkLwQ4RWpbIwwkF/kvNUODemWvGVPS9Y/U4lslTeSvwIIo888sgjjzzyyCNfGsgjjzzyyCNfvnzaonzOQ9E087z3OTZN06tEbKOXpbNiNV+Xf2HjhembjT9MDFOQJAAAAFgjTzm+a6T2JdH5AAAAAElFTkSuQmCC");
  right: -webkit-calc(50% - 42px - 100px);
  right: calc(50% - 42px - 100px);
}

.related-content-slider .swiper-button-prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADdSURBVHgB7ZvRCcIwFEUvTtAROoIjdCQ30E10A0foKI7gCM9E0i+hpFBKvDkHHv3pzzkh/SiJBAAAAC0SEWOaOc27zD3NoB4o8q/4ZZY7K/ILZ+3ESY2R5dMjr/K48prnNqhY+YVRbmyQv8kN5JFHHnnkkUceeeTdQB555JFHHnlz+Uzv8tM/yx/1VzjkSlrdoXILXOVK1H8EiUAEIhCBCEQgAhGIQAQiEIEIRCACEb4QQZsiXOTKhgi+B6YrI0xypiLCboelmyV6Pi6/UCI8ini+MPG03v8AAADH8gG3IY+ZO2vlMwAAAABJRU5ErkJggg==");
  left: -webkit-calc(50% - 42px - 100px);
  left: calc(50% - 42px - 100px);
}

.related-content-slider .swiper-button-next,
.related-content-slider .swiper-button-prev {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
}

.related-content-slider .swiper-pagination {
  bottom: 1.75rem !important;
}

@media (min-width: 992px) {
  .related-content-slider .swiper-pagination {
    bottom: .45rem !important;
  }
}

.related-content-slider .swiper-pagination-bullet {
  background: #ada7b4;
  height: 1.5rem;
  margin: 0 1.25rem;
  width: 1.5rem;
}

.related-content-slider .swiper-pagination-bullet-active {
  background: #da6123;
}

.rich-text__title strong {
  color: #da6123;
}

.rich-text h4 {
  font-weight: 300;
  font-weight: 400;
  font-family: plantin, Constantia, serif;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 3rem;
  font-style: italic;
  font-size: 1.125rem;
}

.rich-text ol a,
.rich-text p a,
.rich-text ul a {
  color: #282944;
}

.rich-text ol a:hover,
.rich-text p a:hover,
.rich-text ul a:hover {
  opacity: .6;
}

.rich-text ul {
  list-style-type: none;
  font-family: plantin, Constantia, serif;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 5%;
  font-size: 1.125rem;
  color: #282944;
}

@media (min-width: 768px) {
  .rich-text ul {
    padding-left: 2rem;
    padding-right: 0;
  }
}

.rich-text ul li {
  position: relative;
}

.rich-text ul li::before {
  content: "\2022";
  position: absolute;
  color: #da6123;
  font-size: 1.375rem;
  line-height: 1.5;
  left: -20px;
  top: -4px;
}

@media (min-width: 768px) {
  .rich-text ul li::before {
    line-height: inherit;
    left: -32px;
  }
}

.rich-text ul li b,
.rich-text ul li strong {
  font-weight: 700;
}

.rich-text ul li p {
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
}

.rich-text.rich-text--text-large ol,
.rich-text.rich-text--text-large p,
.rich-text.rich-text--text-large ul {
  line-height: 1.4;
  max-width: 42.38rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .rich-text.rich-text--text-large ol,
  .rich-text.rich-text--text-large p,
  .rich-text.rich-text--text-large ul {
    font-size: 1.375rem;
  }
}

.services-prompt__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 155px;
}

@media (min-width: 768px) {
  .services-prompt__image {
    width: 250px;
  }
}

@media (min-width: 992px) {
  .services-prompt__image {
    width: 354px;
  }
}

.services-prompt__title b {
  color: #da6123;
}

.services-right-with-text-left__content p {
  line-height: 1.3;
  font-size: 1.375rem;
}

@media (min-width: 768px) {
  .services-right-with-text-left__service {
    width: -webkit-calc(50% - 1.75rem);
    width: calc(50% - 1.75rem);
  }
}

.testimonials,
.testimonials--dark,
.testimonials--light {
  background-color: #f8fafc;
}

.testimonials--dark {
  background-color: #282944;
}

.testimonials--dark h3 {
  color: #f8fafc;
}

.testimonials--dark .slider__bullet {
  background-color: #f8fafc;
}

.testimonials--dark .testimonials__quote-text {
  color: #f8fafc;
}

.testimonials--dark .testimonials__quote-attribution,
.testimonials--dark .testimonials__quote-attribution-subhead {
  color: #da6123;
}

.testimonials__quote {
  margin-left: 5%;
  margin-right: 5%;
}

@media (min-width: 1260px) {
  .testimonials__quote {
    margin: 0 2.5%;
  }
}

.tiered-feature-text {
  -webkit-transition: max-height .3s ease-in-out;
  transition: max-height .3s ease-in-out;
}

@media (min-width: 768px) {
  .tiered-feature-text {
    max-height: 9999px !important;
  }
}

.two-column-lede__content a {
  color: #282944;
}

.two-column-lede__content a:hover {
  opacity: .6;
}

@media (min-width: 1260px) {
  .two-column-lede__content p {
    font-size: 1.375rem;
  }
}

.two-column-lede__content ol,
.two-column-lede__content ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 1260px) {
  .two-column-lede__content ol,
  .two-column-lede__content ul {
    padding-left: 2rem;
  }
}

.two-column-lede__content ol li,
.two-column-lede__content ul li {
  font-family: plantin, Constantia, serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #282944;
  line-height: 1.5;
}

@media (min-width: 1260px) {
  .two-column-lede__content ol li,
  .two-column-lede__content ul li {
    font-size: 1.375rem;
  }
}

.two-column-lede__partner-logo {
  display: block;
  height: auto;
  margin-bottom: 1.5rem;
  margin-left: .25rem;
  margin-right: .25rem;
  opacity: .5;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  width: 138px;
}

@media (min-width: 992px) {
  .two-column-lede__partner-logo {
    margin-left: 1rem;
    margin-right: 1rem;
    width: 165px;
  }
}

@media (min-width: 992px) {
  .two-column-lede__title {
    width: -webkit-calc(50% - 2rem);
    width: calc(50% - 2rem);
  }
}

.two-column-lede__title h1 b,
.two-column-lede__title h1 strong {
  color: #da6123;
}

.video-player,
.video-player--16-9,
.video-player--16-10 {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .video-player,
  .video-player--16-9,
  .video-player--16-10 {
    height: 100%;
    margin-bottom: 0;
    overflow: visible;
  }
}

.video-player--16-9 {
  padding-bottom: 56.25%;
  margin-bottom: -230px;
}

.video-player--16-10 {
  padding-bottom: 62.5%;
}

.video-player>iframe,
.video-player--16-9>iframe,
.video-player--16-10>iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.video-player-external-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .video-player-external-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 576px) {
  .video-player-external-link.\--full {
    width: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.video-player-external-link:hover a {
  opacity: .9;
}

.video-player-external-link:hover svg {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.05);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1.05);
          transform: translateX(-50%) translateY(-50%) scale(1.05);
}

.video-player-external-link a {
  color: #fff;
}

.video-player-external-link svg {
  position: absolute;
  fill: currentColor;
  height: 4rem;
  width: 4rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.video-slider .swiper-button-next,
.video-slider .swiper-button-prev {
  background: #101135;
  display: none !important;
  height: 50px;
  width: 42px;
}

.video-slider .swiper-button-next::after,
.video-slider .swiper-button-prev::after {
  display: none !important;
}

@media (min-width: 992px) {
  .video-slider .swiper-button-next,
  .video-slider .swiper-button-prev {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
}

.video-slider .swiper-button-next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADuSURBVHgB7ZvBEYIwEEU/VkAJKcEStCM70E60A0uwFOiAEtZ14eYoOOYAyXsze+L0XgKHTJAAAAAgB2bW+tx9Bhu5+iTVgss+7J2uigguubfPrDbCTvlovzxLPo+id8L0/s+x2p2QBZc7EcHsQgQiECEggogQEEFECIggIgREEBECIogIARFEhIAIIkLwQ4RWpbIwwkF/kvNUODemWvGVPS9Y/U4lslTeSvwIIo888sgjjzzyyCNfGsgjjzzyyCNfvnzaonzOQ9E087z3OTZN06tEbKOXpbNiNV+Xf2HjhembjT9MDFOQJAAAAFgjTzm+a6T2JdH5AAAAAElFTkSuQmCC");
  right: 50px;
}

.video-slider .swiper-button-prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADdSURBVHgB7ZvRCcIwFEUvTtAROoIjdCQ30E10A0foKI7gCM9E0i+hpFBKvDkHHv3pzzkh/SiJBAAAAC0SEWOaOc27zD3NoB4o8q/4ZZY7K/ILZ+3ESY2R5dMjr/K48prnNqhY+YVRbmyQv8kN5JFHHnnkkUceeeTdQB555JFHHnlz+Uzv8tM/yx/1VzjkSlrdoXILXOVK1H8EiUAEIhCBCEQgAhGIQAQiEIEIRCACEb4QQZsiXOTKhgi+B6YrI0xypiLCboelmyV6Pi6/UCI8ini+MPG03v8AAADH8gG3IY+ZO2vlMwAAAABJRU5ErkJggg==");
  left: 50px;
}

.video-slider .swiper-button-next,
.video-slider .swiper-button-prev {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
}

.video-slider .swiper-pagination {
  bottom: 0;
}

@media (min-width: 992px) {
  .video-slider .swiper-pagination {
    display: none !important;
  }
}

.video-slider .swiper-pagination-bullet {
  background: #ada7b4;
  height: 1.5rem;
  margin: 0 1.25rem;
  width: 1.5rem;
}

.video-slider .swiper-pagination-bullet-active {
  background: #da6123;
}

.video-with-side-text__container.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 70rem;
}

@media (min-width: 992px) {
  .video-with-side-text__content p {
    font-size: 1.375rem;
  }
}

.video-with-side-text--video-left .video-with-side-text__video-wrapper {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1;
}

.video-with-side-text--video-left .video-with-side-text__text-wrapper {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
          order: 2;
}

.wide-quote__attribution::before {
  background-color: #282944;
  display: block;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  opacity: .6;
  content: "";
  height: 1px;
  width: 100px;
}

@media (min-width: 1260px) {
  .wide-quote__text.lg\:text-7xl {
    font-size: 4.25rem;
  }
}

.rich-text+.wide-quote,
.wide-quote+.rich-text {
  margin-top: -3rem;
}

@media (min-width: 768px) {
  .rich-text+.wide-quote,
  .wide-quote+.rich-text {
    margin-top: -6rem;
  }
}

.wizard-steps {
  width: 52.125rem;
}

.wizard-steps__bar {
  background: #101135;
  height: 3px;
  left: 5rem;
  right: 5rem;
  top: 14px;
}

.wizard-steps__bar.\--active {
  background: #ada7b4;
}

.wizard-steps__step {
  width: 10rem;
}

.wizard-steps__step::before {
  background: #101135;
  border-radius: 1.875rem;
  content: "";
  display: inline-block;
  height: 1.875rem;
  width: 1.875rem;
}

.wizard-steps__step.\--inactive {
  color: #ada7b4;
}

.wizard-steps__step.\--inactive::before {
  background: #ada7b4;
}

.about-card {
  width: 100%;
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 42px;
  padding-bottom: 42px;
  border-width: 10px;
  border-bottom-width: 0;
}

@media (min-width: 768px) {
  .about-card {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 42px;
    border-width: 12px;
  }
}

@media (min-width: 992px) {
  .about-card {
    padding-bottom: 84px;
  }
}

@media (min-width: 1260px) {
  .about-card {
    padding-left: 84px;
    padding-right: 84px;
  }
}

.about-card h2 {
  font-size: 1.75rem;
}

@media (min-width: 1260px) {
  .about-card h2 {
    font-size: 2.625rem;
  }
}

.about-card-1 {
  width: 100%;
  border-color: #da6123;
  background-color: #fff;
}

@media (min-width: 768px) {
  .about-card-1 {
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 12rem;
    width: 528px;
    border-top-right-radius: 21px;
    border-bottom-left-radius: 21px;
    box-shadow: 0 12px 0 rgba(10, 12, 54, .1);
  }
}

@media (min-width: 1260px) {
  .about-card-1 {
    padding-left: 84px;
    padding-right: 84px;
    width: 678px;
  }
}

.about-card-2 {
  border-color: #0a0c36;
  bottom: 0;
  right: 0;
}

@media (min-width: 768px) {
  .about-card-2 {
    position: absolute;
    border-width: 12px;
    width: 528px;
    border-radius: 21px 0 0 0;
    box-shadow: -6px 12px 0 rgba(10, 12, 54, .1);
  }
}

@media (min-width: 1260px) {
  .about-card-2 {
    width: 678px;
  }
}

.about-card-3 {
  border-color: #da6123;
}

@media (min-width: 768px) {
  .about-card-3 {
    width: 551px;
    border-top-right-radius: 21px;
    border-bottom-left-radius: 21px;
    box-shadow: 0 12px 0 rgba(10, 12, 54, .1);
  }
}

@media (min-width: 1260px) {
  .about-card-3 {
    width: 701px;
  }
}

.about-card-4 {
  border-bottom-width: 10px;
}

@media (min-width: 768px) {
  .about-card-4 {
    bottom: 0;
    right: 0;
    width: 528px;
    border-radius: 21px 0 0 0;
    box-shadow: -6px 12px 0 rgba(10, 12, 54, .1);
  }
}

@media (min-width: 1260px) {
  .about-card-4 {
    width: 678px;
  }
}

.about-decoration-1 {
  display: none;
  position: absolute;
}

@media (min-width: 768px) {
  .about-decoration-1 {
    display: block;
    top: 225px;
    left: 46vw;
  }
}

@media (min-width: 992px) {
  .about-decoration-1 {
    left: 44vw;
  }
}

@media (min-width: 1260px) {
  .about-decoration-1 {
    top: initial;
    left: 50vw;
  }
}

.about-decoration-1 img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  top: 158px;
  left: 47px;
  -webkit-transform: scale(.9);
      -ms-transform: scale(.9);
          transform: scale(.9);
}

@media (min-width: 1260px) {
  .about-decoration-1 img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

.about-decoration-1 svg {
  -webkit-transform: scale(.9);
      -ms-transform: scale(.9);
          transform: scale(.9);
}

@media (min-width: 1260px) {
  .about-decoration-1 svg {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

.about-decoration-2 {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scale(.8) translateY(118%) translateX(-150px);
      -ms-transform: scale(.8) translateY(118%) translateX(-150px);
          transform: scale(.8) translateY(118%) translateX(-150px);
}

@media (min-width: 768px) {
  .about-decoration-2 {
    display: inline;
  }
}

@media (min-width: 992px) {
  .about-decoration-2 {
    -webkit-transform: scale(.9) translateY(96%) translateX(-44px);
        -ms-transform: scale(.9) translateY(96%) translateX(-44px);
            transform: scale(.9) translateY(96%) translateX(-44px);
  }
}

@media (min-width: 1260px) {
  .about-decoration-2 {
    -webkit-transform: scale(1) translateY(88%) translateX(88px);
        -ms-transform: scale(1) translateY(88%) translateX(88px);
            transform: scale(1) translateY(88%) translateX(88px);
  }
}

@media (min-width: 768px) {
  .about-card-row-1 {
    padding-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .about-card-row-1 {
    padding-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .about-card-row-2 {
    margin-top: -3rem;
    padding-bottom: 24rem;
  }
}

@media (min-width: 992px) {
  .about-card-row-2 {
    margin-top: -4rem;
    padding-bottom: 22rem;
  }
}

@media (min-width: 768px) {
  .about-gradient {
    position: relative;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 250, 252, 0)), to(#f8fafc));
    background-image: linear-gradient(180deg, rgba(248, 250, 252, 0) 0%, #f8fafc 100%);
  }
}

select.bio-select {
  display: none;
  pointer-events: none;
}

div.bio-select.dk-select {
  border-bottom-width: 1px;
  border-color: #eaeaea;
  margin: 0;
  width: 100%;
}

@media (min-width: 768px) {
  div.bio-select.dk-select {
    border-width: 1px;
    border-color: #fff;
    margin-left: 21px;
    height: 40px;
    border-radius: 3px;
  }
}

@media (min-width: 768px) {
  div.bio-select.dk-select-open-down {
    border-color: #eaeaea;
  }
}

div.bio-select .dk-selected {
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: .3em;
  line-height: 1.5;
  border: 0;
  background-image: none;
}

@media (min-width: 768px) {
  div.bio-select .dk-selected {
    text-align: right;
    padding-bottom: .5rem;
    padding-left: .5rem;
    padding-right: 2.5rem;
    padding-top: 14px;
    padding-bottom: 6px;
  }
}

div.bio-select .dk-selected::after {
  top: 25px;
  right: 8px;
}

@media (min-width: 768px) {
  div.bio-select .dk-selected::after {
    top: 15px;
  }
}

div.bio-select .dk-option {
  font-family: plantin, Constantia, serif;
  font-size: 1.125rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

div.bio-select .dk-option-selected {
  background-color: #eaeaea;
}

div.bio-select .dk-option-selected.dk-option-highlight {
  background-color: #d9f1ff;
}

@media (min-width: 768px) {
  div.bio-select:nth-of-type(1) {
    width: 260px;
  }
}

@media (min-width: 768px) {
  div.bio-select:nth-of-type(2) {
    width: 170px;
  }
}

.bio-card {
  display: none;
}

.bio-card[data-name-match="true"][data-region-match="true"][data-team-match="true"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.bio-card:focus {
  outline: none;
}

.bio-card:focus .bio-card__text,
.bio-card:hover .bio-card__text {
  background-color: #0a0c36;
  color: #f8fafc;
}

.bio-card:focus .bio-image,
.bio-card:hover .bio-image {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.bio-card__text {
  color: #0a0c36;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.bio-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  font-family: plantin, Constantia, serif;
  font-size: 1.375rem;
  width: 100%;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  border-bottom-width: 1px;
  border-color: #eaeaea;
  height: 67.3px;
}

@media (min-width: 768px) {
  .bio-input {
    border-bottom-width: 0;
  }
}

.bio-input:focus {
  outline: none;
}

.bio-input__icon {
  top: 50%;
  margin-top: -8px;
}

.bio-input::-webkit-input-placeholder {
  line-height: 3 !important;
}

.bio-input:-ms-input-placeholder {
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .75rem;
  color: #282944;
  opacity: 1;
  letter-spacing: .3em;
  line-height: 31px;
}

.bio-input::-ms-input-placeholder {
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .75rem;
  color: #282944;
  opacity: 1;
  letter-spacing: .3em;
  line-height: 31px;
}

.bio-input::placeholder {
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .75rem;
  color: #282944;
  opacity: 1;
  letter-spacing: .3em;
  line-height: 31px;
}

.bio-card__text {
  color: #0a0c36;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.bio-card:hover .bio-card__text {
  background-color: #0a0c36;
  color: #f8fafc;
}

.bio-image {
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  height: 100%;
  width: auto;
}

.bio-image--simplified:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.bio-card:hover .bio-image {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.filters {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 1px;
  overflow: hidden;
  paddding-bottom: 12px;
}

@media (min-width: 768px) {
  .filters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    height: auto;
    overflow: visible;
  }
}

.filters.-active {
  height: auto;
  overflow: visible;
}

.filter-trigger {
  text-decoration: none;
}

@media (min-width: 768px) {
  .filter-trigger {
    display: none;
  }
}

.filter-trigger.-active .filter-trigger__icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filter-trigger__icon {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.filter-trigger__wrapper {
  background-color: #fff;
  color: #0a0c36;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 21px;
  padding-bottom: 21px;
  border-bottom-width: 1px;
  border-color: #eaeaea;
}

.filter-trigger__wrapper.-active {
  background-color: #0a0c36;
  color: #f8fafc;
}

.careers__benefit {
  background-position: center;
  background-size: cover;
  background-color: #0a0c36;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  height: 100%;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 42px;
  padding-bottom: 42px;
  min-height: 80vw;
}

@media (min-width: 768px) {
  .careers__benefit {
    padding: 42px;
    min-height: 0;
  }
}

.careers__employee-image div {
  border-radius: 9999px;
  background-size: cover;
  background-position: center;
  margin-bottom: .5rem;
  width: 72px;
  height: 72px;
}

@media (min-width: 768px) {
  .careers__employee-image div {
    margin-bottom: 0;
    width: 91px;
    height: 91px;
  }
}

.careers__modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.careers__modal-backdrop.is-active {
  height: 100%;
  opacity: .8;
  z-index: 1;
}

.careers__play {
  position: absolute;
  cursor: pointer;
  opacity: 1;
  z-index: 20;
  width: 98px;
  height: 98px;
  bottom: 2rem;
  left: 50%;
  margin-left: -49px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 332px) {
  .careers__play {
    width: 64px;
    height: 64px;
    margin-left: 0;
    -webkit-transform: scale(1) translateX(-50%);
        -ms-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
}

@media (min-width: 576px) {
  .careers__play {
    left: 50%;
    top: 50%;
    margin-top: 19px;
  }
}

@media (min-width: 768px) {
  .careers__play {
    margin-top: -49px;
  }
}

.careers__play:hover {
  -webkit-transform: scale(1.09);
      -ms-transform: scale(1.09);
          transform: scale(1.09);
}

.careers__play.is-hidden {
  opacity: 0;
  z-index: 0;
}

@media (min-width: 992px) {
  .careers__video {
    width: 1104px;
    height: 409px;
  }
}

.careers__video-close {
  position: absolute;
  height: 2rem;
  width: 2rem;
  background-color: #fff;
  border-radius: 9999px;
  border-width: 1px;
  border-color: #eaeaea;
  top: -40px;
  right: 16px;
}

.careers__video-close svg {
  margin: 7px;
}

.careers__video-player {
  background-color: #fff;
  margin-left: 1rem;
  margin-right: 1rem;
  border-width: 1px;
  border-color: #eaeaea;
  width: 1072px;
  padding: 17px 15px;
  border-radius: 20px;
}

.careers__video-player-wrapper {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  left: 50%;
  max-width: 1104px;
  -webkit-transform: scale(0) translateX(-50%);
      -ms-transform: scale(0) translateX(-50%);
          transform: scale(0) translateX(-50%);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.careers__video-player-wrapper.is-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: scale(1) translateX(-50%);
      -ms-transform: scale(1) translateX(-50%);
          transform: scale(1) translateX(-50%);
}

.careers__quote-text p,
.careers__quote-text--large p,
.careers__quote-text--small p {
  color: #f8fafc;
  font-size: 1.75rem;
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .careers__quote-text p,
  .careers__quote-text--large p,
  .careers__quote-text--small p {
    padding-top: .5rem;
    margin-bottom: 42px;
  }
}

@media (min-width: 768px) {
  .careers__quote-text--large p {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .careers__quote-text--large p {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

@media (min-width: 1260px) {
  .careers__quote-text--large p {
    font-size: 2.625rem;
  }
}

@media (min-width: 768px) {
  .careers__quote-text--small p {
    line-height: 1.5;
  }
}

.jobs-table-cell {
  display: block;
  padding-top: 21px;
  padding-bottom: 21px;
  width: 100%;
}

@media (min-width: 768px) {
  .jobs-table-cell {
    display: table-cell;
    width: 33.33333%;
  }
}

.jobs-table-header-row {
  display: none;
}

@media (min-width: 768px) {
  .jobs-table-header-row {
    display: table-header-group;
  }
}

.jobs-table-mobile-label {
  display: block;
  font-weight: 700;
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  margin-bottom: .5rem;
  opacity: .6;
  font-size: .75rem;
  letter-spacing: .3em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .jobs-table-mobile-label {
    display: none;
  }
}

.contact-form-expandable .contact__button,
.contact-form-expandable .form-submit,
.contact-form-expandable .btn {
  color: #f8fafc;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.form-text-checkbox {
  height: 1rem;
  width: 1rem;
}

.form-text-input {
  width: 100%;
  border-bottom-width: 1px;
  border-color: #eaeaea;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .form-text-input {
    font-size: 1.375rem;
  }
}

.form-text-input::-webkit-input-placeholder {
  color: #7b7d8c;
}

.form-text-input:-ms-input-placeholder {
  color: #7b7d8c;
}

.form-text-input::-ms-input-placeholder {
  color: #7b7d8c;
}

.form-text-input::placeholder {
  color: #7b7d8c;
}

textarea.form-text-input {
  margin-bottom: 0;
}

textarea.form-text-input.\--margin-bottom {
  margin-bottom: 2rem;
}

.form-required {
  color: #da6123;
  font-size: 1.375rem;
  line-height: 1;
  display: inline-block;
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}

.form-submit.success,
.btn.success {
  cursor: not-allowed;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #27ae60;
  background-image: none;
}

.form-submit.success:hover,
.btn.success:hover {
  background: none;
  background-color: #27ae60;
}

.form-submit.error,
.btn.error {
  cursor: not-allowed;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
}

.form-submit.error:hover,
.btn.error:hover {
  background: none;
  background-color: #da6123;
}

.global-footer {
  background-color: #0a0c36;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-left: 5%;
  padding-right: 5%;
}

@media (min-width: 992px) {
  .global-footer__primary {
    width: -webkit-calc(100% - 29rem);
    width: calc(100% - 29rem);
  }
}

@media (min-width: 992px) {
  .global-footer__signup {
    width: 29rem;
  }
}

.global-header {
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  width: 100%;
  z-index: 50;
}

.global-header * {
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: background-color, color, opacity;
  transition-property: background-color, color, opacity;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.global-header.has-fullscreen-hero {
  background-color: #0a0c36;
  opacity: 1;
}

@media (min-width: 768px) {
  .global-header.has-fullscreen-hero {
    border-bottom-width: 1px;
    border-color: #282944;
  }
}

@media (min-width: 992px) {
  .global-header.has-fullscreen-hero {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    border-width: 0;
  }
}

.global-header.has-fullscreen-hero .global-header__logo,
.global-header.has-fullscreen-hero .global-header__link,
.global-header.has-fullscreen-hero .global-header__link--primary,
.global-header.has-fullscreen-hero .global-header__link--secondary {
  color: #f8fafc;
}

@media (min-width: 992px) {
  .global-header.has-fullscreen-hero .global-header__link--secondary {
    opacity: .6;
  }
}

.global-header.has-fullscreen-hero .global-header__link--secondary:hover {
  opacity: 1;
}

.global-header.has-fullscreen-hero .divider {
  display: none;
}

@media (min-width: 992px) {
  .global-header.has-fullscreen-hero .divider {
    display: block;
  }
}

@media (min-width: 992px) {
  .global-header.has-fullscreen-hero+main>*:first-child {
    padding-top: 115px;
  }
}

.global-header.has-fullscreen-hero.is-active {
  background-color: #fff;
}

.global-header.has-fullscreen-hero.is-active .global-header__logo,
.global-header.has-fullscreen-hero.is-active .global-header__link,
.global-header.has-fullscreen-hero.is-active .global-header__link--primary,
.global-header.has-fullscreen-hero.is-active .global-header__link--secondary {
  color: #0a0c36;
}

@media (min-width: 992px) {
  .global-header.is-translucent {
    background-color: transparent;
    position: absolute;
  }
}

.global-header.is-translucent::before {
  background-color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  opacity: .95;
  z-index: -1;
}

.global-header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.global-header-nav__caret {
  margin-left: .25rem;
  fill: transparent;
  height: 6px;
  margin: 2px 0 0 4px;
  width: 6px;
}

.global-header-nav__main {
  background-color: transparent;
  display: none;
  padding-left: 5%;
  padding-right: 5%;
}

@media (min-width: 992px) {
  .global-header-nav__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    height: 115px;
  }
}

.global-header-nav__main.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  box-shadow: 0 12px 0 rgba(10, 12, 54, .1);
}

@media (min-width: 992px) {
  .global-header-nav__main.active {
    box-shadow: initial;
  }
}

.global-header-nav__mobile-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
}

@media (min-width: 992px) {
  .global-header-nav__mobile-trigger {
    display: none;
  }
}

.global-header-nav__mobile-trigger-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 1.5rem;
  width: 1.5rem;
}

@media (min-width: 992px) {
  .global-header-nav__mobile-trigger-link {
    display: none;
  }
}

.global-header-nav__mobile-trigger-link.is-active {
  display: none;
}

.global-header__link,
.global-header__link--primary,
.global-header__link--secondary {
  display: inline-block;
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #0a0c36;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.global-header__link--primary {
  font-size: 1.375rem;
  margin-right: 3rem;
  padding-top: .75rem;
}

@media (min-width: 992px) {
  .global-header__link--primary {
    position: relative;
    font-size: .75rem;
    margin-right: 0;
    padding-bottom: 1.5rem;
  }

  .global-header__link--primary::before {
    position: absolute;
    bottom: 0;
    background-color: #da6123;
    width: 100%;
    content: "";
    height: 5px;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }

  .global-header__link--primary.active::before,
  .global-header__link--primary:hover::before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.global-header__link--secondary {
  font-size: .75rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

@media (min-width: 992px) {
  .global-header__link--secondary {
    font-size: .625rem;
    color: #0a0c36;
  }
}

.global-header__logo {
  width: 198px;
  padding-top: 1px;
}

.global-header__menu-list-item--primary {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding-top: 2.25rem;
}

@media (min-width: 992px) {
  .global-header__menu-list-item--primary {
    padding-top: 0;
    display: list-item;
  }

  .global-header__menu-list-item--primary:hover .global-header__sub-menu--primary {
    -webkit-transform: rotateX(0deg) scaleY(1) translateX(-50%);
            transform: rotateX(0deg) scaleY(1) translateX(-50%);
  }
}

@media (min-width: 992px) {
  .global-header__menu-list-item--primary:not(:first-of-type) {
    margin-left: 42px;
  }
}

.global-header__submenu--primary {
  display: none;
  list-style: none;
  padding: 0;
  z-index: 50;
}

.global-header__submenu--primary.active,
.global-header__submenu--primary:hover {
  display: block;
}

@media (min-width: 992px) {
  .global-header__submenu--primary {
    display: block;
    position: absolute;
    text-align: left;
    background-color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    left: 50%;
    -webkit-transform: rotateX(-90deg) scaleY(0) translateX(-50%);
            transform: rotateX(-90deg) scaleY(0) translateX(-50%);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 1px 3px 10px rgba(10, 12, 54, .1);
  }

  .global-header__submenu--primary.active,
  .global-header__submenu--primary:hover {
    opacity: 1;
    -webkit-transform: rotateX(0deg) scaleY(1) translateX(-50%);
            transform: rotateX(0deg) scaleY(1) translateX(-50%);
  }

  .global-header__submenu--primary.inactive {
    opacity: 0;
  }
}

.global-header__submenu--primary li:last-of-type {
  margin-bottom: .5rem;
}

@media (min-width: 992px) {
  .global-header__submenu--primary li:last-of-type {
    margin-bottom: 1.5rem;
  }
}

.hero {
  width: 100%;
}

.hero--midnight {
  background-color: #0a0c36;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .hero--midnight {
    border-bottom-width: 0;
  }
}

body.home .hero--midnight h1 {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  body.home .hero--midnight h1 {
    font-size: 3.675rem;
  }
}

@media (min-width: 992px) {
  body.home .hero--midnight h1 {
    font-size: 4.675rem;
  }
}

@media screen and (max-width: 767px) {
  .hero--midnight {
    background: #0a0c36 !important;
  }
}

.hero b,
.hero strong {
  color: #da6123;
}

.hero-carousel {
  padding-top: 0 !important;
}

.hero-carousel a {
  pointer-events: auto;
}

.hero-carousel h6 b,
.hero-carousel h6 strong {
  color: #da6123;
}

.hero-carousel .slider {
  min-height: 717px;
}

@media (min-width: 992px) {
  .hero-carousel .slider {
    min-height: 655px;
  }
}

.hero-carousel .slider__bullet {
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.hero-carousel .slider__bullet-list {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.hero-carousel__overlay {
  background-color: rgba(10, 12, 54, .75);
}

.hero-carousel__slide[data-type="promotional_image_slide"] figure {
  height: 9rem;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
          order: -1;
}

@media (min-width: 992px) {
  .hero-carousel__slide[data-type="promotional_image_slide"] figure {
    height: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0;
  }
}

@media (min-width: 992px) {
  .hero-carousel.\--first-module [data-type="featured_card_slide"]>* {
    padding-top: 165px;
  }
}

@media (min-width: 992px) {
  .hero-carousel.\--first-module [data-type="hero_slide"]>*,
  .hero-carousel.\--first-module [data-type="promotional_image_slide"]>* {
    padding-top: 115px;
  }
}

@media (min-width: 992px) {
  .hero-carousel.\--first-module .slider {
    min-height: 718px;
  }
}

.hero-carousel.\--light-bullets .slider__bullet {
  background-color: #f8fafc;
}

@media (min-width: 992px) {
  .hero-light {
    max-width: 698px;
  }
}

@media (min-width: 992px) {
  .hero-light.\--alternative {
    max-width: 737px;
  }
}

@media (min-width: 768px) {
  .hero-light__eyebrow::before {
    position: absolute;
    height: .75rem;
    width: .75rem;
    border-radius: 9999px;
    border: 2px solid #f25a0c;
    content: "";
    left: -21px;
    top: 1px;
  }
}

@media (min-width: 768px) {
  .hero-light__eyebrow span {
    opacity: .6;
  }
}

.hero-light__graphic {
  left: -9371px;
  width: 9316px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAA3SURBVHgBbctLCgAgCATQijbV/Y/ahwgMXajIzEZ44+RzHyWXvabcgrD1YYVHXUSUAiGnAiR+/opcFtxlHkLNAAAAAElFTkSuQmCC");
}

.hero-resources-bar a:hover p {
  opacity: .6;
}

.hero-resources-bar a:hover svg {
  color: #f25a0c;
}

.hero-resources-bar__icon {
  fill: transparent;
}

.hero-with-svg-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  height: 348px;
  z-index: -1;
}

@media (min-width: 576px) {
  .hero-with-svg-image {
    position: static;
    z-index: 0;
  }
}

@media (min-width: 768px) {
  .hero-with-svg-image {
    height: 400px;
  }
}

@media (min-width: 992px) {
  .hero-with-svg-image {
    height: 575px;
  }
}

.hero-with-svg-image b,
.hero-with-svg-image strong {
  color: #da6123;
}

.hero-with-svg-image__image {
  height: 100%;
  opacity: .05;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}

@media (min-width: 576px) {
  .hero-with-svg-image__image {
    opacity: 1;
    -webkit-transform: scale(1.6);
        -ms-transform: scale(1.6);
            transform: scale(1.6);
  }
}

@media (min-width: 768px) {
  .hero-with-svg-image__image {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@media (min-width: 992px) {
  .hero-with-svg-image__image {
    -webkit-transform: scale(1.3) translateY(9%);
        -ms-transform: scale(1.3) translateY(9%);
            transform: scale(1.3) translateY(9%);
  }
}

@media (min-width: 1260px) {
  .hero-with-svg-image__image {
    -webkit-transform: scale(1.4) translateY(6%);
        -ms-transform: scale(1.4) translateY(6%);
            transform: scale(1.4) translateY(6%);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hero-with-svg-image__image {
    width: 100%;
  }
}

.hero-with-svg-image__text-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}

@media (min-width: 576px) {
  .hero-with-svg-image__text-content {
    width: 66.66667%;
    padding-right: 42px;
  }
}

@media (min-width: 992px) {
  .hero-with-svg-image__text-content {
    width: 50%;
    padding-top: 115px;
  }
}

.insights-article {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
  width: 100%;
  max-width: 808px;
}

.insights-article>* {
  margin-left: auto;
  margin-right: auto;
  max-width: 698px;
}

.insights-article__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (min-width: 768px) {
  .insights-article__card {
    margin-bottom: 0;
    width: 32.75%;
  }
}

.insights-article__card:not(:last-of-type) {
  margin-bottom: 1.25rem;
}

.insights-article__card a:hover h3,
.insights-article__card a:focus h3 {
  opacity: .6;
}

.insights-article__card a:hover .insights-article__card-image,
.insights-article__card a:focus .insights-article__card-image {
  opacity: .9;
}

.insights-article__card-image {
  height: 16rem;
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media (min-width: 768px) {
  .insights-article__card-image {
    height: 12rem;
  }
}

@media (min-width: 992px) {
  .insights-article__card-image {
    height: 16rem;
  }
}

.insights-article__download {
  position: relative;
  margin-top: 21px;
  margin-bottom: 21px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.insights-article__download-button,
.insights-article__download-button--no-thumbnail {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 21px;
  max-width: 498px;
}

@media (min-width: 768px) {
  .insights-article__download-button,
  .insights-article__download-button--no-thumbnail {
    max-width: 606px;
  }
}

@media (min-width: 768px) {
  .insights-article__download-button--no-thumbnail {
    max-width: 452px;
  }
}

.insights-article__editors-note {
  font-style: italic;
  margin-bottom: 2rem;
}

.insights-article__editors-note a {
  color: inherit;
}

.insights-article__editors-note a:hover {
  opacity: .6;
}

.insights-article__header-graphic,
.insights-article__header-graphic--full {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  background-repeat: repeat;
  left: -371px;
  width: 316px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAA3SURBVHgBbctLCgAgCATQijbV/Y/ahwgMXajIzEZ44+RzHyWXvabcgrD1YYVHXUSUAiGnAiR+/opcFtxlHkLNAAAAAElFTkSuQmCC");
}

@media (min-width: 992px) {
  .insights-article__header-graphic,
  .insights-article__header-graphic--full {
    display: block;
  }
}

.insights-article__header-graphic--full {
  left: -9371px;
  width: 9316px;
}

.insights-article__image-container,
.insights-article__image-container--full {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .insights-article__image-container,
  .insights-article__image-container--full {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }

  .insights-article__image-container img,
  .insights-article__image-container--full img {
    height: intrinsic;
  }
}

.insights-article__image-container--full {
  width: 112.25%;
  -webkit-transform: translateX(-5.5%);
      -ms-transform: translateX(-5.5%);
          transform: translateX(-5.5%);
}

@media (min-width: 576px) {
  .insights-article__image-container--full {
    width: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 992px) {
  .insights-article__image-container--full {
    width: 808px;
    -webkit-transform: translateX(-55px);
        -ms-transform: translateX(-55px);
            transform: translateX(-55px);
  }
}

.insights-article__main-content a {
  color: inherit;
}

.insights-article__main-content a:hover {
  opacity: .6;
}

.insights-article__main-content h1,
.insights-article__main-content h2,
.insights-article__main-content h3,
.insights-article__main-content h4,
.insights-article__main-content h5 {
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  font-weight: 700;
  color: #0a0c36;
}

.insights-article__main-content h1 b,
.insights-article__main-content h1 strong,
.insights-article__main-content h2 b,
.insights-article__main-content h2 strong,
.insights-article__main-content h3 b,
.insights-article__main-content h3 strong,
.insights-article__main-content h4 b,
.insights-article__main-content h4 strong,
.insights-article__main-content h5 b,
.insights-article__main-content h5 strong {
  color: #da6123;
}

.insights-article__main-content h1 {
  font-size: 2.125rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .insights-article__main-content h1 {
    font-size: 2.625rem;
  }
}

@media (min-width: 992px) {
  .insights-article__main-content h1 {
    font-size: 3.675rem;
  }
}

.insights-article__main-content h2 {
  font-size: 2rem;
  letter-spacing: -0.01em;
  margin-bottom: 1.5rem;
  line-height: 1.15;
}

@media (min-width: 768px) {
  .insights-article__main-content h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .insights-article__main-content h2 {
    font-size: 2.625rem;
  }
}

.insights-article__main-content h3 {
  font-size: 1.75rem;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}

.insights-article__main-content h4 {
  font-size: 1.375rem;
  line-height: 1.15;
  margin-bottom: .5rem;
  padding-top: 1.5rem;
}

.insights-article__main-content h5 {
  font-size: 1.125rem;
  line-height: 1.15;
  margin-bottom: 2rem;
}

.insights-article__main-content b>i,
.insights-article__main-content strong>em {
  font-style: normal;
  color: #da6123;
}

.insights-article__main-content ol {
  list-style: none;
  padding: 0;
  color: #282944;
  font-size: 1.125rem;
  padding-left: 2.5rem;
  counter-reset: ol-counter;
}

.insights-article__main-content ol>li {
  position: relative;
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  counter-increment: ol-counter;
}

.insights-article__main-content ol>li>p {
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
}

.insights-article__main-content ol>li::before {
  position: absolute;
  top: 0;
  color: #da6123;
  font-weight: 700;
  content: counter(ol-counter) ". ";
  left: -2.5rem;
}

.insights-article__main-content ul {
  list-style: none;
  padding: 0;
  font-family: plantin, Constantia, serif;
  color: #282944;
  margin-bottom: 1.75rem;
  padding-left: 21px;
  font-size: 17px;
}

.insights-article__main-content ul li {
  position: relative;
  line-height: 1.4;
  margin-bottom: .75rem;
}

.insights-article__main-content ul li::before {
  position: absolute;
  color: #da6123;
  content: "\2022";
  left: -21px;
  top: -1px;
}

.insights-article__main-content>div>p {
  margin-bottom: 1.75rem;
}

@media (min-width: 768px) {
  .insights-article__main-content>div:first-of-type>p:first-of-type {
    font-size: 1.375rem;
  }
}

.insights-article__main-content>div:first-of-type>p:first-of-type::first-letter {
  float: left;
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  color: #da6123;
  line-height: 1;
  text-transform: uppercase;
  font-size: 51px;
  margin-top: 8px;
  margin-bottom: -5px;
  margin-right: 8px;
}

@media (min-width: 768px) {
  .insights-article__main-content>div:first-of-type>p:first-of-type::first-letter {
    font-size: 62px;
    margin-top: 10px;
    margin-bottom: -6px;
  }
}

.insights-article__pull-quote,
.insights-article__pull-quote--center,
.insights-article__pull-quote--inset-left,
.insights-article__pull-quote--inset-right,
.insights-article__pull-quote--outset-left,
.insights-article__pull-quote--outset-right {
  overflow: visible;
  width: 100%;
}

@media (min-width: 768px) {
  .insights-article__pull-quote--inset-left {
    float: left;
    margin-right: 42px;
    width: 242px;
  }
}

@media (min-width: 992px) {
  .insights-article__pull-quote--inset-left {
    width: 188px;
    -webkit-transform: translateX(-56px);
        -ms-transform: translateX(-56px);
            transform: translateX(-56px);
  }
}

@media (min-width: 768px) {
  .insights-article__pull-quote--inset-right {
    float: right;
    margin-left: 42px;
    width: 242px;
  }
}

@media (min-width: 992px) {
  .insights-article__pull-quote--inset-right {
    width: 188px;
  }
}

@media (min-width: 768px) {
  .insights-article__pull-quote--outset-left {
    float: left;
    margin-right: 42px;
    width: 242px;
  }
}

@media (min-width: 992px) {
  .insights-article__pull-quote--outset-left {
    margin-right: 0;
    width: 188px;
    -webkit-transform: translateX(-96px);
        -ms-transform: translateX(-96px);
            transform: translateX(-96px);
  }
}

@media (min-width: 1260px) {
  .insights-article__pull-quote--outset-left {
    width: 68px;
    -webkit-transform: translateX(-216px);
        -ms-transform: translateX(-216px);
            transform: translateX(-216px);
  }
}

@media (min-width: 1440px) {
  .insights-article__pull-quote--outset-left {
    width: 0;
    -webkit-transform: translateX(-296px);
        -ms-transform: translateX(-296px);
            transform: translateX(-296px);
  }
}

@media (min-width: 768px) {
  .insights-article__pull-quote--outset-right {
    float: right;
    margin-left: 42px;
    width: 242px;
  }
}

@media (min-width: 992px) {
  .insights-article__pull-quote--outset-right {
    margin-left: 0;
    width: 188px;
    -webkit-transform: translateX(44px);
        -ms-transform: translateX(44px);
            transform: translateX(44px);
  }
}

@media (min-width: 1260px) {
  .insights-article__pull-quote--outset-right {
    width: 68px;
  }
}

@media (min-width: 1440px) {
  .insights-article__pull-quote--outset-right {
    width: 0;
    -webkit-transform: translateX(56px);
        -ms-transform: translateX(56px);
            transform: translateX(56px);
  }
}

.insights-article__pull-quote-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .insights-article__pull-quote-inner {
    margin-bottom: 0;
    width: 242px;
  }
}

.insights-article__related-articles {
  overflow: visible;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 3rem;
  padding-top: 1.25rem;
}

@media (min-width: 768px) {
  .insights-article__related-articles {
    padding-top: 0;
  }
}

.insights-article__related-articles h6 {
  font-weight: 700;
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  color: #282944;
  font-size: .75rem;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.insights-article__related-articles h6 b>i,
.insights-article__related-articles h6 strong>em {
  font-style: normal;
  color: #da6123;
}

.insights-article__related-articles--center {
  padding-top: 1.25rem;
}

.insights-article__related-articles--center .insights-article__related-articles-inner {
  width: 100%;
}

@media (min-width: 768px) {
  .insights-article__related-articles--inset-left {
    float: left;
    padding-right: 42px;
    width: 476px;
  }
}

@media (min-width: 992px) {
  .insights-article__related-articles--inset-left {
    width: 422px;
    -webkit-transform: translateX(-54px);
        -ms-transform: translateX(-54px);
            transform: translateX(-54px);
  }
}

@media (min-width: 768px) {
  .insights-article__related-articles--inset-right {
    float: right;
    padding-left: 42px;
    width: 476px;
  }
}

@media (min-width: 992px) {
  .insights-article__related-articles--inset-right {
    width: 422px;
  }
}

@media (min-width: 768px) {
  .insights-article__related-articles--outset-left {
    float: left;
    padding-right: 42px;
    width: 476px;
  }
}

@media (min-width: 992px) {
  .insights-article__related-articles--outset-left {
    width: 380px;
    -webkit-transform: translateX(-96px);
        -ms-transform: translateX(-96px);
            transform: translateX(-96px);
  }
}

@media (min-width: 1260px) {
  .insights-article__related-articles--outset-left {
    width: 258px;
    -webkit-transform: translateX(-218px);
        -ms-transform: translateX(-218px);
            transform: translateX(-218px);
  }
}

@media (min-width: 1440px) {
  .insights-article__related-articles--outset-left {
    width: 196px;
    -webkit-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
            transform: translateX(-280px);
  }
}

@media (min-width: 768px) {
  .insights-article__related-articles--outset-right {
    float: right;
    padding-left: 42px;
    width: 476px;
  }
}

@media (min-width: 992px) {
  .insights-article__related-articles--outset-right {
    width: 378px;
  }
}

@media (min-width: 1260px) {
  .insights-article__related-articles--outset-right {
    width: 258px;
  }
}

@media (min-width: 1440px) {
  .insights-article__related-articles--outset-right {
    width: 194px;
  }
}

.insights-article__related-articles-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: .25rem;
  margin-top: 21px;
  padding: 21px;
}

@media (min-width: 576px) {
  .insights-article__related-articles-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}

.insights-article__related-articles-card:focus,
.insights-article__related-articles-card:hover {
  opacity: 1 !important;
}

.insights-article__related-articles-card:focus h5,
.insights-article__related-articles-card:hover h5 {
  opacity: .6;
}

.insights-article__related-articles-card:focus .insights-article__related-articles-image,
.insights-article__related-articles-card:hover .insights-article__related-articles-image {
  opacity: .9;
}

.insights-article__related-articles-image {
  background-size: cover;
  background-position: center;
  height: 12rem;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media (min-width: 576px) {
  .insights-article__related-articles-image {
    width: 40%;
    height: auto;
    min-height: 8rem;
  }
}

.insights-article__related-articles-inner {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .insights-article__related-articles-inner {
    width: 434px;
  }
}

.insights-article__video,
.insights-article__video--16-9,
.insights-article__video--16-10 {
  position: relative;
}

@media (min-width: 992px) {
  .insights-article__video--full>iframe {
    width: 808px !important;
    -webkit-transform: translateX(-55px) !important;
        -ms-transform: translateX(-55px) !important;
            transform: translateX(-55px) !important;
  }
}

.insights-article__video>iframe,
.insights-article__video--16-9>iframe,
.insights-article__video--16-10>iframe {
  position: relative;
  width: 100%;
}

.insights-article__video-external-link,
.insights-article__video-external-link--full {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .insights-article__video-external-link,
  .insights-article__video-external-link--full {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 992px) {
  .insights-article__video-external-link,
  .insights-article__video-external-link--full {
    width: 698px;
  }
}

@media (min-width: 576px) {
  .insights-article__video-external-link--full {
    width: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 992px) {
  .insights-article__video-external-link--full {
    width: 808px;
    -webkit-transform: translateX(-55px);
        -ms-transform: translateX(-55px);
            transform: translateX(-55px);
  }
}

.insights-article__video-external-link:hover a,
.insights-article__video-external-link--full:hover a {
  opacity: .9;
}

.insights-article__video-external-link:hover svg,
.insights-article__video-external-link--full:hover svg {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.05);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1.05);
          transform: translateX(-50%) translateY(-50%) scale(1.05);
}

.insights-article__video-external-link a,
.insights-article__video-external-link--full a {
  color: #fff;
}

.insights-article__video-external-link svg,
.insights-article__video-external-link--full svg {
  position: absolute;
  fill: currentColor;
  height: 4rem;
  width: 4rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.insights-hero {
  background-position: center;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  height: 250px;
  max-width: 1440px;
}

@media (min-width: 576px) {
  .insights-hero {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .insights-hero {
    height: 350px;
  }
}

@media (min-width: 992px) {
  .insights-hero {
    height: 400px;
  }
}

@media (min-width: 1260px) {
  .insights-hero {
    height: 450px;
  }
}

@media (min-width: 1440px) {
  .insights-hero {
    height: 500px;
  }
}

.insights-index article .wysiwyg a,
.insights-index article .wysiwyg-with-aside a {
  color: #0a0c36;
}

.insights-index article .wysiwyg a:hover,
.insights-index article .wysiwyg-with-aside a:hover {
  color: #0a0c36;
  opacity: .6;
}

.insights-index-featured-articles__image,
.insights-index-featured-articles__primary-image,
.insights-index-featured-articles__secondary-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

.insights-index-featured-articles__primary-image-container {
  width: 100%;
}

@media (min-width: 992px) {
  .insights-index-featured-articles__primary-image-container {
    min-width: 546.7px;
  }
}

@media (min-width: 1260px) {
  .insights-index-featured-articles__primary-image-container {
    min-width: 710px;
  }
}

.insights-index-featured-articles__primary-image-inner {
  display: block;
  height: 0;
  padding-top: 63.6619%;
}

.insights-index-featured-articles__primary-content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .insights-index-featured-articles__primary-content {
    background-color: #fff;
    margin-right: 42px;
    padding-left: 1.5rem;
    padding-right: 4rem;
    -webkit-transform: translate(43px, -84px);
        -ms-transform: translate(43px, -84px);
            transform: translate(43px, -84px);
  }
}

.insights-index-featured-articles__secondary-image-container {
  display: none;
}

@media (min-width: 992px) {
  .insights-index-featured-articles__secondary-image-container {
    display: block;
    min-width: 286.44px;
  }
}

@media (min-width: 1260px) {
  .insights-index-featured-articles__secondary-image-container {
    min-width: 372px;
  }
}

.insights-index-featured-articles__secondary-image-inner {
  display: block;
  height: 0;
  padding-top: 56.4516%;
}

.newsletter-landing-body__image {
  -webkit-transition: -webkit-transform .6s cubic-bezier(.22, .61, .36, 1);
  transition: -webkit-transform .6s cubic-bezier(.22, .61, .36, 1);
  transition: transform .6s cubic-bezier(.22, .61, .36, 1);
  transition: transform .6s cubic-bezier(.22, .61, .36, 1), -webkit-transform .6s cubic-bezier(.22, .61, .36, 1);
  -webkit-transform: translateX(-200px);
      -ms-transform: translateX(-200px);
          transform: translateX(-200px);
}

.newsletter-landing-body__phone {
  max-width: 546px;
  height: 760px;
  -webkit-transition: -webkit-transform .6s cubic-bezier(.22, .61, .36, 1);
  transition: -webkit-transform .6s cubic-bezier(.22, .61, .36, 1);
  transition: transform .6s cubic-bezier(.22, .61, .36, 1);
  transition: transform .6s cubic-bezier(.22, .61, .36, 1), -webkit-transform .6s cubic-bezier(.22, .61, .36, 1);
}

@media (min-width: 1260px) {
  .newsletter-landing-body__phone {
    height: 890px;
  }
}

.newsletter-landing-body__phone::after {
  display: block;
  position: absolute;
  pointer-events: none;
  background-color: #000;
  z-index: 10;
  content: '';
  height: 54px;
  width: 340px;
  top: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  box-shadow: 0 1px 1px 0 #333;
}

@media (min-width: 1260px) {
  .newsletter-landing-body__phone::after {
    width: 380px;
  }
}

.newsletter-landing-body__phone::before {
  display: block;
  position: absolute;
  pointer-events: none;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  z-index: 20;
  content: '';
}

.newsletter-landing-body__phone-container {
  -webkit-transform: translateX(-42px);
      -ms-transform: translateX(-42px);
          transform: translateX(-42px);
}

@media (min-width: 1260px) {
  .newsletter-landing-body__phone-container {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.newsletter-landing-body__list-container {
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

.newsletter-landing-body__list-subject {
  text-overflow: ellipsis;
}

.newsletter-landing-body iframe {
  height: 663px;
  width: 330px;
  border-bottom-left-radius: 42px;
  border-bottom-right-radius: 42px;
  margin-top: 56px;
}

@media (min-width: 1260px) {
  .newsletter-landing-body iframe {
    height: 780px;
    width: 377px;
  }
}

.newsletter-landing-body .wysiwyg li,
.newsletter-landing-body .wysiwyg-with-aside li,
.newsletter-landing-body .wysiwyg p,
.newsletter-landing-body .wysiwyg-with-aside p {
  font-size: 1.375rem;
  line-height: 1.4;
}

.newsletter-landing-body .wysiwyg ul,
.newsletter-landing-body .wysiwyg-with-aside ul {
  line-height: 1.4;
}

#mc_embed_signup .newsletter-signup-form__input {
  display: block;
  background-color: #f8fafc;
  border-bottom-width: 1px;
  font-weight: 700;
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  padding-bottom: 1rem;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: .75rem;
  letter-spacing: .3em;
  width: 100%;
  line-height: 1;
}

@media (min-width: 992px) {
  #mc_embed_signup .newsletter-signup-form__input {
    border-color: #0a0c36;
  }
}

#mc_embed_signup .newsletter-signup-form__input:focus {
  background-color: #fff;
}

#mc_embed_signup .newsletter-signup-form div.mce_inline_error,
#mc_embed_signup .newsletter-signup-form div.response {
  background-color: transparent;
  border-style: none;
  font-weight: 700;
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  line-height: 1.8;
  font-size: .75rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-top: .5rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#mc_embed_signup .newsletter-signup-form div.mce_inline_error {
  color: #da6123;
}

#mc_embed_signup .newsletter-signup-form div.response {
  color: #282944;
}

#mc_embed_signup .newsletter-signup-form div.response a {
  color: #282944;
}

#mc_embed_signup .newsletter-signup-form div.response a:hover {
  opacity: .6;
}

#mc_embed_signup .newsletter-signup-form input.mce_inline_error {
  border-color: #da6123;
}

#mc_embed_signup .newsletter-signup-form .dk-option {
  padding: 4px 19px;
}

#mc_embed_signup .newsletter-signup-form .dk-option-selected {
  background-color: #eaeaea;
}

#mc_embed_signup .newsletter-signup-form .dk-option-selected.dk-option-highlight {
  background-color: #d9f1ff;
}

#mc_embed_signup .newsletter-signup-form .dk-selected {
  font-weight: 700;
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  font-size: .75rem;
  color: #7b7d8c;
  letter-spacing: .3em;
  text-transform: uppercase;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-radius: 0;
  padding-bottom: 1rem;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 42px;
  background: rgba(248, 250, 252, .5);
  line-height: 1;
}

@media (min-width: 992px) {
  #mc_embed_signup .newsletter-signup-form .dk-selected {
    border-color: #0a0c36;
  }
}

#mc_embed_signup .newsletter-signup-form .dk-selected::after {
  top: 20px;
  right: 14px;
}

#mc_embed_signup .newsletter-signup-form .dk-selected:hover {
  color: #41434b;
}

#mc_embed_signup .newsletter-signup-form.-dark .newsletter-signup-form__input {
  border-color: #fff;
  background: rgba(248, 250, 252, .5);
}

#mc_embed_signup .newsletter-signup-form.-dark .newsletter-signup-form__input:focus {
  background: rgba(248, 250, 252, .9);
}

#mc_embed_signup .newsletter-signup-form.-dark div.mce_inline_error,
#mc_embed_signup .newsletter-signup-form.-dark div.response {
  color: #fff;
}

#mc_embed_signup .newsletter-signup-form.-dark div.mce_inline_error a,
#mc_embed_signup .newsletter-signup-form.-dark div.response a {
  color: #fff;
}

#mc_embed_signup .newsletter-signup-form.-dark div.mce_inline_error a:hover,
#mc_embed_signup .newsletter-signup-form.-dark div.response a:hover {
  opacity: .6;
}

#mc_embed_signup .newsletter-signup-form.-dark input.mce_inline_error {
  border-color: #fff;
}

#mc_embed_signup .newsletter-signup-form.-dark .dk-selected {
  border-color: #fff;
  color: #41434b;
}

#mc_embed_signup .newsletter-signup-form.-dark .dk-selected::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjY3NjcgMTEuNTc4MUgxMS43OTYzTDExLjg3MTQgMTEuNDg1TDIwLjE5NDcgMS4xNTY4N0wyMC41MjI1IDAuNzVMMjAgMC43NUwxOC41Nzg5IDAuNzVMMTguNDU4NyAwLjc1TDE4LjM4MzcgMC44NDM5MDJMMTEgMTAuMDgwOEwzLjYxNjMzIDAuODQzOTAyTDMuNTQxMjcgMC43NUgzLjQyMTA1TDIgMC43NUwxLjQ3NzQ1IDAuNzVMMS44MDUzNCAxLjE1Njg3TDEwLjEyODcgMTEuNDg1TDEwLjIwMzcgMTEuNTc4MUgxMC4zMjMzSDExLjY3NjdaIiBmaWxsPSIjRjhGQUZDIiBzdHJva2U9IiNGOEZBRkMiIHN0cm9rZS13aWR0aD0iMC41Ii8+Cjwvc3ZnPgo=");
}

.people__bio-content {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .people__bio-content {
    max-width: 42.38rem;
  }
}

.people__bio-content ul {
  list-style-type: none;
  font-family: plantin, Constantia, serif;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 5%;
  font-size: 1.125rem;
  color: #282944;
  font-family: plantin, Constantia, serif;
}

@media (min-width: 768px) {
  .people__bio-content ul {
    padding-left: 2.5rem;
    padding-right: 0;
  }
}

.people__bio-content li {
  position: relative;
  line-height: 1.4;
  font-family: plantin, Constantia, serif;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.people__bio-content li::before {
  content: "\2022";
  position: absolute;
  color: #da6123;
  font-size: 1.375rem;
  line-height: 1.5;
  left: -24px;
  top: -6px;
}

@media (min-width: 768px) {
  .people__bio-content li::before {
    line-height: inherit;
    top: -4px;
    left: -40px;
  }
}

.people__bio-content br {
  display: block;
  margin-top: 2rem;
  content: " ";
}

@media (min-width: 768px) {
  .people__bio-content br {
    margin-top: 4rem;
  }
}

.people__bio-content h6 {
  font-family: plantin, Constantia, serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #0a0c36;
  line-height: 1.4;
  margin-bottom: .5rem;
}

.people__bio-education {
  line-height: 1.25;
}

.people__bio-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 73rem;
  min-height: 420px;
}

@media (min-width: 768px) {
  .people__bio-hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}

.people__bio-hero-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .people__bio-hero-image {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    padding-right: 42px;
    width: 63%;
  }
}

@media (min-width: 992px) {
  .people__bio-hero-image {
    width: 51%;
  }
}

@media (min-width: 1260px) {
  .people__bio-hero-image {
    width: 47%;
  }
}

.people__bio-hero-image div {
  border-radius: 9999px;
  background-size: cover;
  background-position: center;
  margin-top: 42px;
  margin-bottom: 42px;
  width: 288px;
  height: 288px;
}

@media (min-width: 576px) {
  .people__bio-hero-image div {
    width: 308px;
    height: 308px;
  }
}

@media (min-width: 768px) {
  .people__bio-hero-image div {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

.wysiwyg a,
.wysiwyg-with-aside a {
  color: #282944;
}

.wysiwyg a:hover,
.wysiwyg-with-aside a:hover {
  opacity: .6;
  text-decoration: underline;
}

.wysiwyg h3,
.wysiwyg-with-aside h3 {
  margin-top: 3rem;
}

.wysiwyg ul,
.wysiwyg-with-aside ul {
  list-style-type: none;
  font-family: plantin, Constantia, serif;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 5%;
  font-size: 1.125rem;
  color: #282944;
}

@media (min-width: 768px) {
  .wysiwyg ul,
  .wysiwyg-with-aside ul {
    padding-left: 2rem;
    padding-right: 0;
  }
}

.wysiwyg ul li,
.wysiwyg-with-aside ul li {
  position: relative;
}

.wysiwyg ul li::before,
.wysiwyg-with-aside ul li::before {
  content: "\2022";
  position: absolute;
  color: #da6123;
  font-size: 1.375rem;
  line-height: 1.5;
  left: -20px;
  top: -4px;
}

@media (min-width: 768px) {
  .wysiwyg ul li::before,
  .wysiwyg-with-aside ul li::before {
    line-height: inherit;
    left: -32px;
  }
}

.wysiwyg ul li b,
.wysiwyg-with-aside ul li b,
.wysiwyg ul li strong,
.wysiwyg-with-aside ul li strong {
  font-weight: 700;
}

.wysiwyg ul li p,
.wysiwyg-with-aside ul li p {
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
}

.wysiwyg p,
.wysiwyg-with-aside p,
.wysiwyg strong,
.wysiwyg-with-aside strong,
.wysiwyg bold,
.wysiwyg-with-aside bold {
  color: currentColor;
}

.wysiwyg-download {
  position: relative;
  margin-top: 21px;
  margin-bottom: 21px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.wysiwyg-download__button,
.wysiwyg-download__button--no-thumbnail {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 21px;
  max-width: 498px;
}

@media (min-width: 768px) {
  .wysiwyg-download__button,
  .wysiwyg-download__button--no-thumbnail {
    max-width: 606px;
  }
}

@media (min-width: 768px) {
  .wysiwyg-download__button--no-thumbnail {
    max-width: 452px;
  }
}

.wysiwyg-image-pair img {
  width: 100%;
  -webkit-align-self: flex-start;
          align-self: flex-start;
}

@media (min-width: 576px) {
  .wysiwyg-image-pair img {
    width: 48%;
  }
}

@media (min-width: 992px) {
  .wysiwyg-image-pair img {
    width: 60%;
    min-width: 60%;
  }
}

.wysiwyg-image-pair img:nth-of-type(1) {
  margin-bottom: 21px;
}

@media (min-width: 576px) {
  .wysiwyg-image-pair img:nth-of-type(1) {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .wysiwyg-image-pair img:nth-of-type(1) {
    -webkit-transform: translateX(-90px);
        -ms-transform: translateX(-90px);
            transform: translateX(-90px);
  }
}

@media (min-width: 576px) {
  .wysiwyg-image-pair img:nth-of-type(2) {
    margin-left: 21px;
  }
}

@media (min-width: 768px) {
  .wysiwyg-image-pair img:nth-of-type(2) {
    margin-left: 28px;
  }
}

@media (min-width: 992px) {
  .wysiwyg-image-pair img:nth-of-type(2) {
    margin-left: 0;
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

.wysiwyg-image-single {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

@media (min-width: 576px) {
  .wysiwyg-image-single {
    margin-bottom: 1rem;
    margin-top: .75rem;
    max-width: 333px;
  }
}

.wysiwyg-image-single.center {
  max-width: 100%;
}

.wysiwyg-image-single__wrapper,
.wysiwyg-image-single__wrapper--center,
.wysiwyg-image-single__wrapper--left,
.wysiwyg-image-single__wrapper--right {
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

@media (min-width: 576px) {
  .wysiwyg-image-single__wrapper,
  .wysiwyg-image-single__wrapper--center,
  .wysiwyg-image-single__wrapper--left,
  .wysiwyg-image-single__wrapper--right {
    max-width: 333px;
  }
}

.wysiwyg-image-single__wrapper--center {
  max-width: 100%;
}

@media (min-width: 576px) {
  .wysiwyg-image-single__wrapper--left {
    float: left;
    margin-right: 2rem;
  }
}

@media (min-width: 768px) {
  .wysiwyg-image-single__wrapper--left {
    width: 333px;
  }
}

@media (min-width: 992px) {
  .wysiwyg-image-single__wrapper--left {
    -webkit-transform: translateX(-82px);
        -ms-transform: translateX(-82px);
            transform: translateX(-82px);
    width: 255px;
  }
}

@media (min-width: 1260px) {
  .wysiwyg-image-single__wrapper--left {
    -webkit-transform: translateX(-165px);
        -ms-transform: translateX(-165px);
            transform: translateX(-165px);
    width: 175px;
  }
}

@media (min-width: 576px) {
  .wysiwyg-image-single__wrapper--right {
    float: right;
    margin-left: 2rem;
  }
}

@media (min-width: 768px) {
  .wysiwyg-image-single__wrapper--right {
    width: 333px;
  }
}

@media (min-width: 992px) {
  .wysiwyg-image-single__wrapper--right {
    width: 258px;
  }
}

@media (min-width: 1260px) {
  .wysiwyg-image-single__wrapper--right {
    width: 175px;
  }
}

.wysiwyg-links a {
  color: #282944;
}

.wysiwyg-links a:hover {
  opacity: .6;
  text-decoration: underline;
}

.wysiwyg-links--accent a {
  color: #da6123;
}

.wysiwyg-with-aside h5 {
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  font-weight: 700;
  font-size: .75rem;
  line-height: 1.1;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.wysiwyg-with-aside hr {
  border-top-width: 1px;
  border-color: #eaeaea;
  margin-top: 42px;
  margin-bottom: 42px;
}

.wysiwyg-with-aside ol {
  list-style: none;
  padding: 0;
  counter-reset: wysiwyg-with-aside-counter;
}

.wysiwyg-with-aside ol li {
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  color: #0a0c36;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  counter-increment: wysiwyg-with-aside-counter;
}

@media (min-width: 768px) {
  .wysiwyg-with-aside ol li {
    margin-bottom: 42px;
    font-size: 1.375rem;
  }
}

.wysiwyg-with-aside ol li::before {
  content: "#" counter(wysiwyg-with-aside-counter) " ";
  font-weight: 700;
  color: #da6123;
  padding-right: 6px;
}

.wysiwyg-with-aside p {
  color: #282944;
}

.wysiwyg-with-aside ul {
  overflow: hidden;
}

.wysiwyg-with-aside ul li {
  font-weight: 400;
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  margin-bottom: .5rem;
}

.wysiwyg-with-aside ul li::before {
  font-family: plantin, Constantia, serif;
  top: -6px;
}

@media (min-width: 768px) {
  .wysiwyg-with-aside.\--large p {
    font-size: 1.375rem;
  }
}

.wysiwyg-with-aside.\--midnight a,
.wysiwyg-with-aside.\--midnight h1,
.wysiwyg-with-aside.\--midnight h2,
.wysiwyg-with-aside.\--midnight h3,
.wysiwyg-with-aside.\--midnight h4,
.wysiwyg-with-aside.\--midnight h5,
.wysiwyg-with-aside.\--midnight li,
.wysiwyg-with-aside.\--midnight p {
  color: #f8fafc;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.loading-bar {
  -webkit-transition: -webkit-transform .15s linear;
  transition: -webkit-transform .15s linear;
  transition: transform .15s linear;
  transition: transform .15s linear, -webkit-transform .15s linear;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
}

.loading-bar.-loaded {
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  opacity: 0;
}

.loading-bar.-isLoading {
  -webkit-transform: scale(.5, 1);
      -ms-transform: scale(.5, 1);
          transform: scale(.5, 1);
  opacity: 1;
}

.loading-bar.-didLoad {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
  -webkit-animation: fadeOut .3s ease-out forwards;
          animation: fadeOut .3s ease-out forwards;
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
q,
ul,
ol,
span,
svg,
blockquote,
cite,
code {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  font-weight: 700;
  color: #0a0c36;
}

h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong {
  color: #da6123;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.625rem;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 3.675rem;
  }
}

h2 {
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 2.625rem;
  }
}

h3 {
  font-size: 1.75rem;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}

h4 {
  font-size: 1.375rem;
  line-height: 1.15;
  margin-bottom: .5rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.15;
  margin-bottom: 2rem;
}

cite {
  font-style: normal;
}

p {
  font-family: plantin, Constantia, serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #282944;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

p:empty {
  display: none;
}

p.eyebrow,
.form-label {
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  font-weight: 700;
  font-size: .75rem;
  line-height: 1.1;
  letter-spacing: .3em;
  text-transform: uppercase;
}

p.headline {
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  font-weight: 700;
  color: #0a0c36;
  font-size: 4.675rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

.form-label {
  color: #282944;
  opacity: .6;
  margin-bottom: 1.75rem;
}

strong {
  font-weight: 700;
}

.h-fill-screen {
  height: -webkit-calc(100vh - 336px);
  height: calc(100vh - 336px);
}

@media (min-width: 992px) {
  .h-fill-screen {
    height: -webkit-calc(100vh - 339px);
    height: calc(100vh - 339px);
  }
}

.container {
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1260px) {
  .container {
    max-width: 1260px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.list-reset {
  list-style: none;
  padding: 0;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-accent {
  background-color: #da6123;
}

.bg-ash {
  background-color: #f8fafc;
}

.bg-sky {
  background-color: #d9f1ff;
}

.bg-sky-light {
  background-color: #f7fcfe;
}

.bg-midnight {
  background-color: #0a0c36;
}

.bg-muted-midnight {
  background-color: #282944;
}

.bg-muted-midnight-dark {
  background-color: #162348;
}

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

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

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.border-gray {
  border-color: #eaeaea;
}

.border-gray-medium-dark {
  border-color: #ada7b4;
}

.border-white {
  border-color: #fff;
}

.border-accent {
  border-color: #da6123;
}

.border-midnight {
  border-color: #0a0c36;
}

.border-muted-midnight-light {
  border-color: #7b7d8c;
}

.border-muted-midnight {
  border-color: #282944;
}

.border-muted-midnight-dark {
  border-color: #162348;
}

.hover\:border-accent-bright:hover {
  border-color: #f25a0c;
}

.rounded {
  border-radius: .25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border-2 {
  border-width: 2px;
}

.border {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-t-6 {
  border-top-width: 6px;
}

.border-t-7 {
  border-top-width: 7px;
}

.border-l-7 {
  border-left-width: 7px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.hidden {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.justify-around {
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}

.flex-no-shrink {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.font-sans {
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
}

.font-serif {
  font-family: plantin, Constantia, serif;
}

.font-alt-serif {
  font-family: Baskervville, Constantia, serif;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.h-3 {
  height: .75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.leading-tight {
  line-height: 1.1;
}

.leading-normal {
  line-height: 1.15;
}

.leading-open {
  line-height: 1.3;
}

.leading-wide {
  line-height: 1.4;
}

.leading-loose {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.8;
}

.m-0 {
  margin: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-s {
  margin-top: 21px;
  margin-bottom: 21px;
}

.my-m {
  margin-top: 42px;
  margin-bottom: 42px;
}

.my-50px {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my-100px {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mx-5pct {
  margin-left: 5%;
  margin-right: 5%;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-1 {
  margin-top: .25rem;
}

.mb-1 {
  margin-bottom: .25rem;
}

.mt-2 {
  margin-top: .5rem;
}

.mr-2 {
  margin-right: .5rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.ml-2 {
  margin-left: .5rem;
}

.mt-3 {
  margin-top: .75rem;
}

.mr-3 {
  margin-right: .75rem;
}

.mb-3 {
  margin-bottom: .75rem;
}

.ml-3 {
  margin-left: .75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mt-auto {
  margin-top: auto;
}

.mt-px {
  margin-top: 1px;
}

.mb-px {
  margin-bottom: 1px;
}

.mt-xs {
  margin-top: 6px;
}

.mr-xs {
  margin-right: 6px;
}

.mb-xs {
  margin-bottom: 6px;
}

.ml-xs {
  margin-left: 6px;
}

.mt-s {
  margin-top: 21px;
}

.mb-s {
  margin-bottom: 21px;
}

.mt-m {
  margin-top: 42px;
}

.mr-m {
  margin-right: 42px;
}

.mb-m {
  margin-bottom: 42px;
}

.mt-l {
  margin-top: 84px;
}

.mb-l {
  margin-bottom: 84px;
}

.mt-50px {
  margin-top: 50px;
}

.mb-50px {
  margin-bottom: 50px;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 30rem;
}

.max-w-md {
  max-width: 42.38rem;
}

.max-w-lg {
  max-width: 50rem;
}

.max-w-xl {
  max-width: 62rem;
}

.max-w-2xl {
  max-width: 70rem;
}

.max-w-3xl {
  max-width: 80rem;
}

.max-w-6xl {
  max-width: 110rem;
}

.max-w-700px {
  max-width: 700px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: .25;
}

.opacity-60 {
  opacity: .6;
}

.opacity-100 {
  opacity: 1;
}

.focus\:opacity-60:focus {
  opacity: .6;
}

.hover\:opacity-60:hover {
  opacity: .6;
}

.hover\:opacity-70:hover {
  opacity: .7;
}

.hover\:opacity-75:hover {
  opacity: .75;
}

.hover\:opacity-90:hover {
  opacity: .9;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-scroll {
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.p-0 {
  padding: 0;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-s {
  padding: 21px;
}

.p-m {
  padding: 42px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-xs {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-s {
  padding-top: 21px;
  padding-bottom: 21px;
}

.px-s {
  padding-left: 21px;
  padding-right: 21px;
}

.py-m {
  padding-top: 42px;
  padding-bottom: 42px;
}

.px-m {
  padding-left: 42px;
  padding-right: 42px;
}

.py-l {
  padding-top: 84px;
  padding-bottom: 84px;
}

.py-xl {
  padding-top: 168px;
  padding-bottom: 168px;
}

.py-50px {
  padding-top: 50px;
  padding-bottom: 50px;
}

.px-5pct {
  padding-left: 5%;
  padding-right: 5%;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-1 {
  padding-top: .25rem;
}

.pr-1 {
  padding-right: .25rem;
}

.pb-1 {
  padding-bottom: .25rem;
}

.pt-2 {
  padding-top: .5rem;
}

.pr-2 {
  padding-right: .5rem;
}

.pb-2 {
  padding-bottom: .5rem;
}

.pt-3 {
  padding-top: .75rem;
}

.pb-3 {
  padding-bottom: .75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

.pt-xs {
  padding-top: 6px;
}

.pb-xs {
  padding-bottom: 6px;
}

.pt-s {
  padding-top: 21px;
}

.pr-s {
  padding-right: 21px;
}

.pb-s {
  padding-bottom: 21px;
}

.pl-s {
  padding-left: 21px;
}

.pt-m {
  padding-top: 42px;
}

.pb-m {
  padding-bottom: 42px;
}

.pt-l {
  padding-top: 84px;
}

.pr-l {
  padding-right: 84px;
}

.pb-l {
  padding-bottom: 84px;
}

.pb-xl {
  padding-bottom: 168px;
}

.pt-50px {
  padding-top: 50px;
}

.pb-50px {
  padding-bottom: 50px;
}

.pb-100px {
  padding-bottom: 100px;
}

.pl-100px {
  padding-left: 100px;
}

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.pin-t {
  top: 0;
}

.pin-r {
  right: 0;
}

.pin-b {
  bottom: 0;
}

.pin-l {
  left: 0;
}

.resize {
  resize: both;
}

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-black {
  color: #000;
}

.text-gray-medium {
  color: #7e7f8f;
}

.text-gray-dark {
  color: #33394a;
}

.text-white {
  color: #fff;
}

.text-accent {
  color: #da6123;
}

.text-accent-dark {
  color: #c4571f;
}

.text-ash {
  color: #f8fafc;
}

.text-midnight {
  color: #0a0c36;
}

.text-muted-midnight-light {
  color: #7b7d8c;
}

.text-muted-midnight {
  color: #282944;
}

.text-muted-midnight-dark {
  color: #162348;
}

.text-current {
  color: currentColor;
}

.hover\:text-black:hover {
  color: #000;
}

.hover\:text-accent:hover {
  color: #da6123;
}

.hover\:text-accent-bright:hover {
  color: #f25a0c;
}

.hover\:text-muted-midnight:hover {
  color: #282944;
}

.text-3xs {
  font-size: .625rem;
}

.text-2xs {
  font-size: .6875rem;
}

.text-xs {
  font-size: .75rem;
}

.text-sm {
  font-size: .875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.375rem;
}

.text-2xl {
  font-size: 1.75rem;
}

.text-3xl {
  font-size: 2rem;
}

.text-4xl {
  font-size: 2.125rem;
}

.text-6xl {
  font-size: 2.625rem;
}

.text-8xl {
  font-size: 4.675rem;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.tracking-tight {
  letter-spacing: -0.01em;
}

.tracking-open {
  letter-spacing: .05em;
}

.tracking-wide {
  letter-spacing: .1em;
}

.tracking-wider {
  letter-spacing: .2em;
}

.tracking-loose {
  letter-spacing: .3em;
}

.select-none {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.visible {
  visibility: visible;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.w-3 {
  width: .75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-20 {
  width: 5rem;
}

.w-auto {
  width: auto;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.33333%;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-1\/6 {
  width: 16.66667%;
}

.w-full {
  width: 100%;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-60 {
  z-index: 60;
}

.z-70 {
  z-index: 70;
}

.z-minus-10 {
  z-index: -10;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

main::before {
  content: "";
}

@media (min-width: 768px) {
  main::before {
    display: none;
    z-index: 0;
  }
}

main.is-active::before {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 40;
  background-color: #f8fafc;
  opacity: .9;
}

@media (min-width: 1260px) {
  .container {
    max-width: 1260px;
  }

  .container--narrow {
    max-width: 1109px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1260px;
  }

  .container--narrow {
    max-width: 1109px;
  }
}

.loading-spinner {
  height: 48px;
  width: 48px;
  border: 4px solid #282944;
  border-top-color: #ff7430;
  border-radius: 50%;
  -webkit-animation: rotate 2.5s linear infinite;
          animation: rotate 2.5s linear infinite;
}

.loading-spinner-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.quote,
.quote--small,
.quote--light {
  color: #da6123;
  font-weight: 700;
  font-family: Cooper Hewitt, Roboto, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  padding-bottom: 4rem;
  height: 0;
  width: 55px;
  font-size: 112px;
  -webkit-transform: translateX(-4px);
      -ms-transform: translateX(-4px);
          transform: translateX(-4px);
}

.quote--small {
  padding-bottom: 1rem;
  font-size: 56px;
  -webkit-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
          transform: translateX(-2px);
}

.quote--light {
  color: #ff7430;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (min-width: 576px) {

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }

  .sm\:flex-no-wrap {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .sm\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-44 {
    height: 11rem;
  }

  .sm\:h-68 {
    height: 17rem;
  }

  .sm\:h-84 {
    height: 21rem;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:mb-2 {
    margin-bottom: .5rem;
  }

  .sm\:mt-m {
    margin-top: 42px;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-s {
    padding-left: 21px;
    padding-right: 21px;
  }

  .sm\:py-m {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pl-s {
    padding-left: 21px;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.33333%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:z-0 {
    z-index: 0;
  }
}

@media (min-width: 768px) {

  .md\:border-0 {
    border-width: 0;
  }

  .md\:border-r-0 {
    border-right-width: 0;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:block {
    display: block;
  }

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

  .md\:table-row {
    display: table-row;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }

  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .md\:flex-wrap {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .md\:flex-no-wrap {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .md\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }

  .md\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .md\:self-center {
    -webkit-align-self: center;
            align-self: center;
  }

  .md\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }

  .md\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }

  .md\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
  }

  .md\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
  }

  .md\:flex-shrink {
    -webkit-flex-shrink: 1;
            flex-shrink: 1;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-92 {
    height: 23rem;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:leading-normal {
    line-height: 1.15;
  }

  .md\:leading-wide {
    line-height: 1.4;
  }

  .md\:leading-loose {
    line-height: 1.5;
  }

  .md\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:mr-1 {
    margin-right: .25rem;
  }

  .md\:ml-1 {
    margin-left: .25rem;
  }

  .md\:mb-2 {
    margin-bottom: .5rem;
  }

  .md\:mr-3 {
    margin-right: .75rem;
  }

  .md\:ml-3 {
    margin-left: .75rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:ml-14 {
    margin-left: 3.5rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mb-xs {
    margin-bottom: 6px;
  }

  .md\:ml-xs {
    margin-left: 6px;
  }

  .md\:mt-s {
    margin-top: 21px;
  }

  .md\:mr-s {
    margin-right: 21px;
  }

  .md\:mb-s {
    margin-bottom: 21px;
  }

  .md\:ml-s {
    margin-left: 21px;
  }

  .md\:mb-m {
    margin-bottom: 42px;
  }

  .md\:mt-l {
    margin-top: 84px;
  }

  .md\:mb-l {
    margin-bottom: 84px;
  }

  .md\:mt-100px {
    margin-top: 100px;
  }

  .md\:max-w-md {
    max-width: 42.38rem;
  }

  .md\:p-m {
    padding: 42px;
  }

  .md\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .md\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-s {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .md\:px-s {
    padding-left: 21px;
    padding-right: 21px;
  }

  .md\:py-m {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .md\:px-m {
    padding-left: 42px;
    padding-right: 42px;
  }

  .md\:py-l {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .md\:px-l {
    padding-left: 84px;
    padding-right: 84px;
  }

  .md\:py-xl {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .md\:py-50px {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pr-1 {
    padding-right: .25rem;
  }

  .md\:pl-1 {
    padding-left: .25rem;
  }

  .md\:pt-2 {
    padding-top: .5rem;
  }

  .md\:pr-2 {
    padding-right: .5rem;
  }

  .md\:pl-2 {
    padding-left: .5rem;
  }

  .md\:pr-3 {
    padding-right: .75rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pr-s {
    padding-right: 21px;
  }

  .md\:pl-s {
    padding-left: 21px;
  }

  .md\:pt-m {
    padding-top: 42px;
  }

  .md\:pl-m {
    padding-left: 42px;
  }

  .md\:pt-l {
    padding-top: 84px;
  }

  .md\:pb-l {
    padding-bottom: 84px;
  }

  .md\:pl-l {
    padding-left: 84px;
  }

  .md\:pb-100px {
    padding-bottom: 100px;
  }

  .md\:pb-150px {
    padding-bottom: 150px;
  }

  .md\:static {
    position: static;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-midnight {
    color: #0a0c36;
  }

  .md\:text-muted-midnight {
    color: #282944;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.375rem;
  }

  .md\:text-2xl {
    font-size: 1.75rem;
  }

  .md\:text-4xl {
    font-size: 2.125rem;
  }

  .md\:text-5xl {
    font-size: 2.5rem;
  }

  .md\:text-7xl {
    font-size: 3.675rem;
  }

  .md\:no-underline {
    text-decoration: none;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.33333%;
  }

  .md\:w-2\/3 {
    width: 66.66667%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-full {
    width: 100%;
  }
}

@media (min-width: 992px) {

  .lg\:bg-midnight {
    background-color: #0a0c36;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-0 {
    border-width: 0;
  }

  .lg\:border-t-0 {
    border-top-width: 0;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-t-6 {
    border-top-width: 6px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:hidden {
    display: none;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }

  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .lg\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }

  .lg\:flex-wrap {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .lg\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }

  .lg\:self-center {
    -webkit-align-self: center;
            align-self: center;
  }

  .lg\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }

  .lg\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }

  .lg\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }

  .lg\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }

  .lg\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-68 {
    height: 17rem;
  }

  .lg\:h-84 {
    height: 21rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:leading-normal {
    line-height: 1.15;
  }

  .lg\:leading-open {
    line-height: 1.3;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-m {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .lg\:mx-m {
    margin-left: 42px;
    margin-right: 42px;
  }

  .lg\:my-100px {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:mt-2 {
    margin-top: .5rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mt-18 {
    margin-top: 4.5rem;
  }

  .lg\:mb-xs {
    margin-bottom: 6px;
  }

  .lg\:mb-s {
    margin-bottom: 21px;
  }

  .lg\:mt-m {
    margin-top: 42px;
  }

  .lg\:mb-m {
    margin-bottom: 42px;
  }

  .lg\:mt-l {
    margin-top: 84px;
  }

  .lg\:mb-50px {
    margin-bottom: 50px;
  }

  .lg\:mb-100px {
    margin-bottom: 100px;
  }

  .lg\:ml-150px {
    margin-left: 150px;
  }

  .lg\:mt-200px {
    margin-top: 200px;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-2xl {
    max-width: 70rem;
  }

  .lg\:max-w-700px {
    max-width: 700px;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:p-9 {
    padding: 2.25rem;
  }

  .lg\:p-m {
    padding: 42px;
  }

  .lg\:p-l {
    padding: 84px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .lg\:py-m {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .lg\:px-m {
    padding-left: 42px;
    padding-right: 42px;
  }

  .lg\:py-l {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .lg\:py-100px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:px-5pct {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pl-1 {
    padding-left: .25rem;
  }

  .lg\:pt-2 {
    padding-top: .5rem;
  }

  .lg\:pr-2 {
    padding-right: .5rem;
  }

  .lg\:pb-2 {
    padding-bottom: .5rem;
  }

  .lg\:pb-3 {
    padding-bottom: .75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pr-7 {
    padding-right: 1.75rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pt-18 {
    padding-top: 4.5rem;
  }

  .lg\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .lg\:pt-xs {
    padding-top: 6px;
  }

  .lg\:pr-s {
    padding-right: 21px;
  }

  .lg\:pt-m {
    padding-top: 42px;
  }

  .lg\:pr-m {
    padding-right: 42px;
  }

  .lg\:pb-m {
    padding-bottom: 42px;
  }

  .lg\:pl-m {
    padding-left: 42px;
  }

  .lg\:pt-l {
    padding-top: 84px;
  }

  .lg\:pb-l {
    padding-bottom: 84px;
  }

  .lg\:pl-l {
    padding-left: 84px;
  }

  .lg\:pt-50px {
    padding-top: 50px;
  }

  .lg\:pb-50px {
    padding-bottom: 50px;
  }

  .lg\:pt-100px {
    padding-top: 100px;
  }

  .lg\:pt-150px {
    padding-top: 150px;
  }

  .lg\:pr-150px {
    padding-right: 150px;
  }

  .lg\:pb-150px {
    padding-bottom: 150px;
  }

  .lg\:pl-5pct {
    padding-left: 5%;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:pin-t {
    top: 0;
  }

  .lg\:pin-b {
    bottom: 0;
  }

  .lg\:pin-l {
    left: 0;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.375rem;
  }

  .lg\:text-2xl {
    font-size: 1.75rem;
  }

  .lg\:text-3xl {
    font-size: 2rem;
  }

  .lg\:text-4xl {
    font-size: 2.125rem;
  }

  .lg\:text-5xl {
    font-size: 2.5rem;
  }

  .lg\:text-6xl {
    font-size: 2.625rem;
  }

  .lg\:text-7xl {
    font-size: 3.675rem;
  }

  .lg\:roman {
    font-style: normal;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.33333%;
  }

  .lg\:w-2\/3 {
    width: 66.66667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:z-10 {
    z-index: 10;
  }
}

@media (min-width: 1260px) {

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-84 {
    height: 21rem;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:ml-s {
    margin-left: 21px;
  }

  .xl\:ml-l {
    margin-left: 84px;
  }

  .xl\:mr-5pct {
    margin-right: 5%;
  }

  .xl\:max-w-xl {
    max-width: 62rem;
  }

  .xl\:max-w-2xl {
    max-width: 70rem;
  }

  .xl\:p-l {
    padding: 84px;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-l {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .xl\:px-xl {
    padding-left: 168px;
    padding-right: 168px;
  }

  .xl\:pl-3 {
    padding-left: .75rem;
  }

  .xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .xl\:pt-18 {
    padding-top: 4.5rem;
  }

  .xl\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .xl\:pt-m {
    padding-top: 42px;
  }

  .xl\:pr-m {
    padding-right: 42px;
  }

  .xl\:pb-100px {
    padding-bottom: 100px;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xl {
    font-size: 1.375rem;
  }

  .xl\:w-1\/3 {
    width: 33.33333%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-1\/6 {
    width: 16.66667%;
  }
}

