/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
	-o-tab-size: 4;
	   tab-size: 4;
}

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

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

.home #main > .o-wrapper--breadcrumbs{display:none;}

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

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

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

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

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

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * 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.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. 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 {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * 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;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	border-color: currentColor;
}
:root {
  --admin-bar-height: 46px;
  --clip-hourglass-mb: -4.85%;
  --wrapper-pad: 1.5rem;
  --section-p-none: 0;
  --section-p-small: 1.5rem;
  --section-p: 2rem;
  --section-p-large: 3rem;
}
@media (min-width: 783px) {
  :root {
    --admin-bar-height: 32px;
  }
}
@media (min-width: 47.5rem) {
  :root {
    --wrapper-pad: 1.5rem;
  }
}
@media (min-width: 73.75rem) {
  :root {
    --wrapper-pad: 2rem;
  }
}
@media (min-width: 55rem) {
  :root {
    --section-p-small: 2rem;
    --section-p: 3.05rem;
    --section-p-large: 4.05rem;
  }
}
@media (min-width: 73.75rem) {
  :root {
    --section-p-small: 2.8125rem;
    --section-p: 6.25rem;
    --section-p-large: 8.75rem;
  }
}

/**
 * Turn off the default outline for focus on buttons and select.
 * Turn it back on for focus-visible, which is keyboard-only focus.
 */
button:focus {
  outline: none;
}

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

select:focus {
  outline: none;
}

select:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VF/Montserrat-VF.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 50% 200%;
  font-style: oblique 0deg 20deg;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VF/Montserrat-Italic-VF.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 50% 200%;
  font-style: italic;
}
/* montserrat-300 - latin */
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project. The `font-size` is in ems, the `line-height`
 *    is unitless.
 * 2. Allow absolute or fixed positioning to position properly even when WP admin-bar is visible at top of screen.
 * 3. Create a smooth scrolling, rather than snap scrolling for anchor links.
 * 4. Using optimizeLegibility instead of optimizeSpeed makes your text look nicer, but can have serious performance issues such as 30 second loading delays. It can be added to sections of microcopy though.
 * 5. Nicer looking fonts via font smooth. See: https://szafranek.net/blog/2009/02/22/font-smoothing-explained/
 * 6. Webkit browsers overlay their UI bottom pane onto/over the website. This is a hacky fix for that.
 * 7. Add a top offset to anchor links, so they don't headbutt the top of the browser window.
 */
html {
  background-color: #ffffff;
  color: #000000;
  font-family: Montserrat, Roboto, "Helvetica Neue", Arial, sans-serif, sans-serif;
  font-size: 1em; /* [1] */
  line-height: 1.125; /* [1] */
  position: relative; /* [2] */
  scroll-behavior: smooth; /* [3] */
  text-rendering: optimizeSpeed; /* [4] */
  -webkit-font-smoothing: antialiased; /* [5] */
  -moz-osx-font-smoothing: grayscale; /* [5] */
  height: -webkit-fill-available; /* [6] */
  scroll-padding-top: 70px; /* [7] */
}
@media (min-width: 55rem) {
  html {
    scroll-padding-top: 100px; /* [7] */
  }
}
@media (min-width: 86.25rem) {
  html {
    scroll-padding-top: 140px; /* [7] */
  }
}

body {
  font-size: 1rem;
  min-height: 100vh; /* [6] */
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available; /* [6] */
}
@media (min-width: 55rem) {
  body {
    font-size: 1rem;
  }
}

p,
ul,
ol {
  line-height: 1.625;
}

li {
  margin-bottom: 0.3125rem;
}

/**
 * Change the way the wp-admin bar displays to prevent overlapping of content.
 * Necessary because we set position: relative on html.
 */
@media (max-width: 783px) {
  #wpadminbar {
    margin-top: -46px;
  }
}

/**
 * Apply class to <body> tag to create a grid with the footer at the bottom. This causes the footer to always 'stick' to
 * the bottom of the screen, even on pages with little content. See: https://css-tricks.com/couple-takes-sticky-footer/
 */
.u-sticky-footer {
  min-height: 100vh;
  display: grid;
  grid-template-rows: 1fr auto;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.o-cluster {
	overflow: hidden;
}
.o-cluster > * {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: calc((var(--cluster-y-space, 1rem) / 2) * -1) calc((var(--cluster-x-space, 1rem) / 2) * -1);
}
.o-cluster > * > * {
	margin: calc(var(--cluster-y-space, 1rem) / 2) calc(var(--cluster-x-space, 1rem) / 2);
}
.o-cluster {
	--cluster-x-space: 1rem;
	--cluster-y-space: 1rem;
}
.o-stack {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.o-stack > * {
	--stack-reverse: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.o-stack > * + * {
	margin-top: calc(var(--stack-space) * calc(1 - var(--stack-reverse)));
	margin-bottom: calc(var(--stack-space) * var(--stack-reverse));
}
.o-stack > * {
	--stack-space: 1rem;
}
.o-stack--20 > * {
	--stack-space: 1.25rem;
}
.o-stack--28 > * {
	--stack-space: 1.75rem;
}
.o-stack--32 > * {
	--stack-space: 2rem;
}
.o-wrapper {
	max-width: calc(102.5rem + 2rem + 2rem);
	box-sizing: border-box;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
@media (min-width: 47.5rem) {

	.o-wrapper {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
}
@media (min-width: 73.75rem) {

	.o-wrapper {
		padding-right: 2rem;
		padding-left: 2rem;
	}
}
.o-layout {
	--layout-x-gap: 1rem;
	--layout-y-gap: 1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: calc(var(--layout-y-gap, 1rem) * -1);
	margin-left: calc(var(--layout-x-gap, 1rem) * -1);
}
.o-layout__item {
	box-sizing: border-box;
	width: 100%;
	margin-top: var(--layout-y-gap, 1rem);
	padding-left: var(--layout-x-gap, 1rem);
	order: 5;
}
.o-layout__item.u-is-first {
	order: 1;
}
.o-layout__item.u-is-last {
	order: 10;
}
.o-layout--gap-0 {
	--layout-x-gap: 0px;
	--layout-y-gap: 0px;
}
.o-layout--gap-16 {
	--layout-x-gap: 1rem;
	--layout-y-gap: 1rem;
}
.o-layout--gap-32 {
	--layout-x-gap: 2rem;
	--layout-y-gap: 2rem;
}
.o-layout--gap-48 {
	--layout-x-gap: 3rem;
	--layout-y-gap: 3rem;
}
.o-layout--auto > .o-layout__item {
	width: auto;
}
.o-layout--reverse > .o-layout__item {
	direction: ltr;
}
.c-skip-link {
	clip: rect(1px, 1px, 1px, 1px);
	display: block;
	height: 1px;
	overflow: hidden;
	padding: 20px;
	position: fixed;
	text-decoration: underline;
	top: 1rem;
	left: 1rem;
	width: 1px;
	z-index: 999;
	background-color: #ffffff;
}
.c-skip-link:focus {
	clip: auto;
	height: auto;
	overflow: visible;
	width: auto;
}
.wp-block-buttons.is-vertical > * + * {
  margin-top: 0.75rem;
}

.o-wrapper--breadcrumbs + .c-page-template .u-gutenberg .wp-block-hex-block-columns:first-child {
  padding-top: 0px;
}

.u-gutenberg,
.wp-block-column,
.gb-block-layout-column-inner,
.hex-block__inner,
.hex-block-inner {
  --block-spacing: 1.375rem;
}
.u-gutenberg h1,
.u-gutenberg h2,
.u-gutenberg h3,
.u-gutenberg h4,
.u-gutenberg h5,
.u-gutenberg h6,
.wp-block-column h1,
.wp-block-column h2,
.wp-block-column h3,
.wp-block-column h4,
.wp-block-column h5,
.wp-block-column h6,
.gb-block-layout-column-inner h1,
.gb-block-layout-column-inner h2,
.gb-block-layout-column-inner h3,
.gb-block-layout-column-inner h4,
.gb-block-layout-column-inner h5,
.gb-block-layout-column-inner h6,
.hex-block__inner h1,
.hex-block__inner h2,
.hex-block__inner h3,
.hex-block__inner h4,
.hex-block__inner h5,
.hex-block__inner h6,
.hex-block-inner h1,
.hex-block-inner h2,
.hex-block-inner h3,
.hex-block-inner h4,
.hex-block-inner h5,
.hex-block-inner h6 {
  font-family: Montserrat, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.u-gutenberg p,
.wp-block-column p,
.gb-block-layout-column-inner p,
.hex-block__inner p,
.hex-block-inner p {
  font-weight: 300;
}
.u-gutenberg a,
.wp-block-column a,
.gb-block-layout-column-inner a,
.hex-block__inner a,
.hex-block-inner a {
  text-decoration: underline;
}
.u-gutenberg strong,
.wp-block-column strong,
.gb-block-layout-column-inner strong,
.hex-block__inner strong,
.hex-block-inner strong {
  font-weight: 700;
}
.u-gutenberg ol,
.u-gutenberg ul,
.wp-block-column ol,
.wp-block-column ul,
.gb-block-layout-column-inner ol,
.gb-block-layout-column-inner ul,
.hex-block__inner ol,
.hex-block__inner ul,
.hex-block-inner ol,
.hex-block-inner ul {
  list-style-type: disc;
  margin-left: 2.5rem;
  font-weight: 300;
}
.u-gutenberg > .wp-block-hex-block-columns:first-child,
.wp-block-column > .wp-block-hex-block-columns:first-child,
.gb-block-layout-column-inner > .wp-block-hex-block-columns:first-child,
.hex-block__inner > .wp-block-hex-block-columns:first-child,
.hex-block-inner > .wp-block-hex-block-columns:first-child {
  padding-top: 6.25rem;
}
.u-gutenberg .wp-block-hex-block-section .wp-block-hex-block-columns:first-child,
.wp-block-column .wp-block-hex-block-section .wp-block-hex-block-columns:first-child,
.gb-block-layout-column-inner .wp-block-hex-block-section .wp-block-hex-block-columns:first-child,
.hex-block__inner .wp-block-hex-block-section .wp-block-hex-block-columns:first-child,
.hex-block-inner .wp-block-hex-block-section .wp-block-hex-block-columns:first-child {
  padding-top: 0px;
}
.u-gutenberg .alignfull,
.wp-block-column .alignfull,
.gb-block-layout-column-inner .alignfull,
.hex-block__inner .alignfull,
.hex-block-inner .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
@media (min-width: 55rem) {
  .u-gutenberg,
  .wp-block-column,
  .gb-block-layout-column-inner,
  .hex-block__inner,
  .hex-block-inner {
    --block-spacing: 2.75rem;
  }
}
.u-gutenberg > * + *,
.wp-block-column > * + *,
.gb-block-layout-column-inner > * + *,
.hex-block__inner > * + *,
.hex-block-inner > * + * {
  margin-top: var(--block-spacing);
}
.u-gutenberg > * + li,
.u-gutenberg > * + .block-editor-inserter,
.u-gutenberg > * + .c-pagetype-heading,
.wp-block-column > * + li,
.wp-block-column > * + .block-editor-inserter,
.wp-block-column > * + .c-pagetype-heading,
.gb-block-layout-column-inner > * + li,
.gb-block-layout-column-inner > * + .block-editor-inserter,
.gb-block-layout-column-inner > * + .c-pagetype-heading,
.hex-block__inner > * + li,
.hex-block__inner > * + .block-editor-inserter,
.hex-block__inner > * + .c-pagetype-heading,
.hex-block-inner > * + li,
.hex-block-inner > * + .block-editor-inserter,
.hex-block-inner > * + .c-pagetype-heading {
  --block-spacing: 0;
}
.u-gutenberg > .wp-block-columns + .wp-block-columns,
.wp-block-column > .wp-block-columns + .wp-block-columns,
.gb-block-layout-column-inner > .wp-block-columns + .wp-block-columns,
.hex-block__inner > .wp-block-columns + .wp-block-columns,
.hex-block-inner > .wp-block-columns + .wp-block-columns {
  --block-spacing: 0;
}
.u-gutenberg > .wp-block-columns + .wp-block-cover,
.wp-block-column > .wp-block-columns + .wp-block-cover,
.gb-block-layout-column-inner > .wp-block-columns + .wp-block-cover,
.hex-block__inner > .wp-block-columns + .wp-block-cover,
.hex-block-inner > .wp-block-columns + .wp-block-cover {
  --block-spacing: 0;
}
.u-gutenberg > .wp-block-columns + .wp-block-group,
.wp-block-column > .wp-block-columns + .wp-block-group,
.gb-block-layout-column-inner > .wp-block-columns + .wp-block-group,
.hex-block__inner > .wp-block-columns + .wp-block-group,
.hex-block-inner > .wp-block-columns + .wp-block-group {
  --block-spacing: 0;
}
.u-gutenberg > .wp-block-columns + .wp-block-hex-block-section,
.wp-block-column > .wp-block-columns + .wp-block-hex-block-section,
.gb-block-layout-column-inner > .wp-block-columns + .wp-block-hex-block-section,
.hex-block__inner > .wp-block-columns + .wp-block-hex-block-section,
.hex-block-inner > .wp-block-columns + .wp-block-hex-block-section {
  --block-spacing: 0;
}
.u-gutenberg > .wp-block-cover + .wp-block-columns,
.wp-block-column > .wp-block-cover + .wp-block-columns,
.gb-block-layout-column-inner > .wp-block-cover + .wp-block-columns,
.hex-block__inner > .wp-block-cover + .wp-block-columns,
.hex-block-inner > .wp-block-cover + .wp-block-columns {
  --block-spacing: 0;
}
.u-gutenberg > .wp-block-cover + .wp-block-cover,
.wp-block-column > .wp-block-cover + .wp-block-cover,
.gb-block-layout-column-inner > .wp-block-cover + .wp-block-cover,
.hex-block__inner > .wp-block-cover + .wp-block-cover,
.hex-block-inner > .wp-block-cover + .wp-block-cover {
  --block-spacing: 0;
}
.u-gutenberg > .wp-block-cover + .wp-block-group,
.wp-block-column > .wp-block-cover + .wp-block-group,
.gb-block-layout-column-inner > .wp-block-cover + .wp-block-group,
.hex-block__inner > .wp-block-cover + .wp-block-group,
.hex-block-inner > .wp-block-cover + .wp-block-group {
  --block-spacing: 0;
}
.u-gutenberg > .wp-block-cover + .wp-block-hex-block-section,
.wp-block-column > .wp-block-cover + .wp-block-hex-block-section,
.gb-block-layout-column-inner > .wp-block-cover + .wp-block-hex-block-section,
.hex-block__inner > .wp-block-cover + .wp-block-hex-block-section,
.hex-block-inner > .wp-block-cover + .wp-block-hex-block-section {
  --block-spacing: 0;
}
.u-gutenberg > .wp-block-group + .wp-block-columns,
.wp-block-column > .wp-block-group + .wp-block-columns,
.gb-block-layout-column-inner > .wp-block-group + .wp-block-columns,
.hex-block__inner > .wp-block-group + .wp-block-columns,
.hex-block-inner > .wp-block-group + .wp-block-columns {
  --block-spacing: 0;
}
.u-gutenberg > .wp-block-group + .wp-block-cover,
.wp-block-column > .wp-block-group + .wp-block-cover,
.gb-block-layout-column-inner > .wp-block-group + .wp-block-cover,
.hex-block__inner > .wp-block-group + .wp-block-cover,
.hex-block-inner > .wp-block-group + .wp-block-cover {
  --block-spacing: 0;
}
.u-gutenberg > .wp-block-group + .wp-block-group,
.wp-block-column > .wp-block-group + .wp-block-group,
.gb-block-layout-column-inner > .wp-block-group + .wp-block-group,
.hex-block__inner > .wp-block-group + .wp-block-group,
.hex-block-inner > .wp-block-group + .wp-block-group {
  --block-spacing: 0;
}
.u-gutenberg > .wp-block-group + .wp-block-hex-block-section,
.wp-block-column > .wp-block-group + .wp-block-hex-block-section,
.gb-block-layout-column-inner > .wp-block-group + .wp-block-hex-block-section,
.hex-block__inner > .wp-block-group + .wp-block-hex-block-section,
.hex-block-inner > .wp-block-group + .wp-block-hex-block-section {
  --block-spacing: 0;
}
.u-gutenberg > .wp-block-hex-block-section + .wp-block-columns,
.wp-block-column > .wp-block-hex-block-section + .wp-block-columns,
.gb-block-layout-column-inner > .wp-block-hex-block-section + .wp-block-columns,
.hex-block__inner > .wp-block-hex-block-section + .wp-block-columns,
.hex-block-inner > .wp-block-hex-block-section + .wp-block-columns {
  --block-spacing: 0;
}
.u-gutenberg > .wp-block-hex-block-section + .wp-block-cover,
.wp-block-column > .wp-block-hex-block-section + .wp-block-cover,
.gb-block-layout-column-inner > .wp-block-hex-block-section + .wp-block-cover,
.hex-block__inner > .wp-block-hex-block-section + .wp-block-cover,
.hex-block-inner > .wp-block-hex-block-section + .wp-block-cover {
  --block-spacing: 0;
}
.u-gutenberg > .wp-block-hex-block-section + .wp-block-group,
.wp-block-column > .wp-block-hex-block-section + .wp-block-group,
.gb-block-layout-column-inner > .wp-block-hex-block-section + .wp-block-group,
.hex-block__inner > .wp-block-hex-block-section + .wp-block-group,
.hex-block-inner > .wp-block-hex-block-section + .wp-block-group {
  --block-spacing: 0;
}
.u-gutenberg > .wp-block-hex-block-section + .wp-block-hex-block-section,
.wp-block-column > .wp-block-hex-block-section + .wp-block-hex-block-section,
.gb-block-layout-column-inner > .wp-block-hex-block-section + .wp-block-hex-block-section,
.hex-block__inner > .wp-block-hex-block-section + .wp-block-hex-block-section,
.hex-block-inner > .wp-block-hex-block-section + .wp-block-hex-block-section {
  --block-spacing: 0;
}
.u-gutenberg > p + p,
.wp-block-column > p + p,
.gb-block-layout-column-inner > p + p,
.hex-block__inner > p + p,
.hex-block-inner > p + p {
  --block-spacing: 2.25rem;
}
.u-gutenberg > .wp-block-button + .wp-block-button,
.wp-block-column > .wp-block-button + .wp-block-button,
.gb-block-layout-column-inner > .wp-block-button + .wp-block-button,
.hex-block__inner > .wp-block-button + .wp-block-button,
.hex-block-inner > .wp-block-button + .wp-block-button {
  --block-spacing: 0;
}

.has-orange-background-color.has-background {
  background-color: rgb(245, 200, 175);
}

.has-green-background-color.has-background {
  background-color: rgb(200, 220, 210);
}

.has-blue-background-color.has-background {
  background-color: rgb(195, 215, 240);
}

.has-yellow-background-color.has-background {
  background-color: rgb(245, 225, 165);
}

.has-black-background-color.has-background {
  background-color: black;
}

.has-white-background-color.has-background {
  background-color: white;
}

.has-gray-100-background-color.has-background {
  background-color: rgb(29, 29, 32);
}

.has-gray-900-background-color.has-background {
  background-color: rgb(247, 247, 247);
}

/**
 * If any new sizes are added here, remember to add them to styles/utilities/_text and styles/_typography as well
 */ /* Headings */
.has-heading-huge-font-size {
  font-size: 2.25rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}
@media (min-width: 27.5rem) {
  .has-heading-huge-font-size {
    font-size: 3.125rem;
  }
}
@media (min-width: 47.5rem) {
  .has-heading-huge-font-size {
    font-size: 3.75rem;
  }
}
@media (min-width: 86.25rem) {
  .has-heading-huge-font-size {
    font-size: 5rem;
  }
}

.has-heading-big-font-size {
  font-size: 1.875rem;
  font-weight: 900;
}
@media (min-width: 47.5rem) {
  .has-heading-big-font-size {
    font-size: 3.125rem;
  }
}
@media (min-width: 86.25rem) {
  .has-heading-big-font-size {
    font-size: 5rem;
  }
}

.has-heading-normal-font-size {
  font-size: 1.5625rem;
  font-weight: 900;
}
@media (min-width: 47.5rem) {
  .has-heading-normal-font-size {
    font-size: 1.875rem;
  }
}
@media (min-width: 86.25rem) {
  .has-heading-normal-font-size {
    font-size: 2.5rem;
  }
}

.has-heading-small-font-size {
  font-size: 1.125rem;
  font-weight: 900;
}
@media (min-width: 47.5rem) {
  .has-heading-small-font-size {
    font-size: 1.5625rem;
  }
}
@media (min-width: 86.25rem) {
  .has-heading-small-font-size {
    font-size: 1.875rem;
  }
}

/* Body */
.has-body-big-font-size {
  font-size: 1rem;
}
@media (min-width: 55rem) {
  .has-body-big-font-size {
    font-size: 1.125rem;
  }
}
@media (min-width: 86.25rem) {
  .has-body-big-font-size {
    font-size: 1.5625rem;
  }
}

.has-body-medium-font-size {
  font-size: 0.875rem;
}
@media (min-width: 47.5rem) {
  .has-body-medium-font-size {
    font-size: 1rem;
  }
}
@media (min-width: 86.25rem) {
  .has-body-medium-font-size {
    font-size: 1.25rem;
  }
}

.has-body-normal-font-size {
  font-size: 0.75rem;
}
@media (min-width: 47.5rem) {
  .has-body-normal-font-size {
    font-size: 0.875rem;
  }
}
@media (min-width: 86.25rem) {
  .has-body-normal-font-size {
    font-size: 1rem;
  }
}

.has-body-small-font-size {
  font-size: 0.75rem;
}
@media (min-width: 47.5rem) {
  .has-body-small-font-size {
    font-size: 0.875rem;
  }
}
@media (min-width: 86.25rem) {
  .has-body-small-font-size {
    font-size: 1rem;
  }
}

/* Buttons */
.has-button-normal-font-size {
  font-size: 0.875rem;
}
@media (min-width: 47.5rem) {
  .has-button-normal-font-size {
    font-size: 1.25rem;
  }
}

.wp-block-info-panels.is-style-full-image .u-bg {
  position: relative;
}
.wp-block-info-panels.is-style-full-image .u-bg::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #1d1d20;
  opacity: 0.6;
  z-index: 0;
}
.wp-block-info-panels.is-style-full-image .o-layout {
  z-index: 1;
  position: relative;
}

.wp-block-info-panels--tablet .is-style-full-image .wp-block-info-panels__image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.wp-block-info-panels--tablet .is-style-full-image .wp-block-info-panels__image .acf-image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.wp-block-info-panels--tablet .is-style-full-image .wp-block-info-panels__image::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--layout-gap);
  right: 0;
  content: "";
  background-color: #1d1d20;
  opacity: 0.6;
  z-index: 0;
}
.wp-block-info-panels--tablet .is-style-full-image .wp-block-info-panels__content {
  padding: var(--layout-gap);
  padding-left: calc(var(--layout-gap) * 2.5);
  color: #ffffff;
}

.c-laureates {
  padding: 0;
}
@media (min-width: 55rem) {
  .c-laureates {
    padding: 0 6.25rem;
  }
}
.c-laureates__title {
  margin-bottom: 1.375rem;
}
.c-laureates__buttons {
  margin-top: 1rem;
}
@media (min-width: 55rem) {
  .c-laureates__list .c-laureate__info {
    display: none;
  }
}

.c-laureate {
  text-align: left;
  margin-bottom: 1.25rem;
}
.c-laureate__info {
  margin-bottom: 2rem;
}
@media (min-width: 55rem) {
  .c-laureate__info {
    margin-bottom: 0;
  }
}
.c-laureate__button {
  display: flex;
  justify-content: flex-end;
}
.c-laureate__button .c-btn {
  margin-right: 0;
}
.c-laureate__image-wrapper {
  position: relative;
  height: 250px;
}
@media (min-width: 55rem) {
  .c-laureate__image-wrapper {
    height: 450px;
  }
}
.c-laureate__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: grayscale(100%);
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-laureate__item {
  margin-bottom: 0.875rem;
}

.c-laureate--fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 180ms;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-laureates--expanded .c-laureate__item {
  font-size: 1.125rem;
  font-weight: 900;
  font-weight: 500;
}
@media (min-width: 55rem) {
  .c-laureates--expanded .c-laureate__item {
    margin-bottom: 2rem;
  }
}
@media (min-width: 47.5rem) {
  .c-laureates--expanded .c-laureate__item {
    font-size: 1.5625rem;
  }
}
@media (min-width: 86.25rem) {
  .c-laureates--expanded .c-laureate__item {
    font-size: 1.875rem;
  }
}
.c-laureates--expanded .c-laureate__item.c-laureate--active, .c-laureates--expanded .c-laureate__item:hover {
  font-weight: 900;
}
.c-laureates--expanded .c-laureates__title {
  font-size: 1.875rem;
  font-weight: 900;
}
@media (min-width: 47.5rem) {
  .c-laureates--expanded .c-laureates__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 86.25rem) {
  .c-laureates--expanded .c-laureates__title {
    font-size: 5rem;
  }
}
@media (min-width: 55rem) {
  .c-laureates--expanded .c-laureate__image {
    height: 450px;
  }
}

.c-laureates--compact .c-laureate__item {
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 55rem) {
  .c-laureates--compact .c-laureate__item {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.5rem) {
  .c-laureates--compact .c-laureate__item {
    font-size: 1rem;
  }
}
@media (min-width: 86.25rem) {
  .c-laureates--compact .c-laureate__item {
    font-size: 1.25rem;
  }
}
.c-laureates--compact .c-laureate__item.c-laureate--active, .c-laureates--compact .c-laureate__item:hover {
  font-weight: 900;
}
.c-laureates--compact .c-laureates__title {
  font-size: 1.5625rem;
  font-weight: 900;
}
@media (min-width: 47.5rem) {
  .c-laureates--compact .c-laureates__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 86.25rem) {
  .c-laureates--compact .c-laureates__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 55rem) {
  .c-laureates--compact .c-laureate__image {
    height: 450px;
  }
}

.wp-block-hex-block-banner {
  padding: 2.25rem;
}
@media (min-width: 55rem) {
  .wp-block-hex-block-banner {
    padding: 4.25rem;
  }
}
@media (min-width: 73.75rem) {
  .wp-block-hex-block-banner {
    padding: 6.25rem;
  }
}
.wp-block-hex-block-banner--p-small {
  padding: 3.75rem;
}
.wp-block-hex-block-banner--p-none {
  padding: 0;
}
.wp-block-hex-block-banner__content {
  max-width: 54rem;
}

.wp-block-hex-page-header {
  --header-image-height: 30rem;
  --header-image-width: 31.6rem;
  --header-negative-bm: 0rem;
  align-items: center;
  display: flex;
  min-height: calc(var(--header-image-height) - var(--header-negative-bm));
  position: relative;
}
@media (min-width: 47.5rem) {
  .wp-block-hex-page-header {
    --header-image-height: 46.25rem;
    --header-image-width: 43.9375rem;
    --header-negative-bm: 2.14rem;
  }
}
@media (min-width: 55rem) {
  .wp-block-hex-page-header {
    --header-image-height: 39.75rem;
    --header-image-width: 37.625rem;
    --header-negative-bm: 1.88rem;
  }
  .wp-block-hex-page-header {
    --header-image-height: 39.75rem;
    --header-image-width: 37.625rem;
    --header-negative-bm: 1.88rem;
  }
}
@media (min-width: 100rem) {
  .wp-block-hex-page-header {
    --header-image-height: 53.8125rem;
    --header-image-width: 51.125rem;
    --header-negative-bm: 2.5rem;
  }
}
.wp-block-hex-page-header__image-container {
  height: calc(var(--header-image-height) + var(--section-p-small) - var(--clip-hourglass-mb));
  position: absolute;
  left: 35vw;
  top: calc(var(--section-p-small) * -1);
  width: var(--header-image-width);
}
@media (min-width: 47.5rem) {
  .wp-block-hex-page-header__image-container {
    height: var(--header-image-height);
    top: 0;
  }
}
@media (min-width: 55rem) {
  .wp-block-hex-page-header__image-container {
    left: 45vw;
  }
}
@media (min-width: 86.25rem) {
  .wp-block-hex-page-header__image-container {
    left: unset;
    right: 0;
  }
}
.wp-block-hex-page-header__image {
  height: inherit;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
}
.wp-block-hex-page-header__content {
  z-index: 1;
  max-width: 16.9375rem;
  padding-bottom: 3rem;
}
@media (min-width: 47.5rem) {
  .wp-block-hex-page-header__content {
    max-width: 31.25rem;
  }
}
@media (min-width: 55rem) {
  .wp-block-hex-page-header__content {
    max-width: 34.125rem;
  }
}
@media (min-width: 73.75rem) {
  .wp-block-hex-page-header__content {
    max-width: 43.125rem;
  }
}
.wp-block-hex-page-header__content h1,
.wp-block-hex-page-header__content h2,
.wp-block-hex-page-header__content h3 {
  max-width: 11.6rem;
}
@media (min-width: 55rem) {
  .wp-block-hex-page-header__content h1,
  .wp-block-hex-page-header__content h2,
  .wp-block-hex-page-header__content h3 {
    max-width: unset;
  }
}

.wp-block-hex-hourglass-image-text {
  --header-image-height: 46.25rem;
  --header-image-width: 43.9375rem;
  --header-negative-bm: 2.14rem;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (min-width: 55rem) {
  .wp-block-hex-hourglass-image-text {
    --header-image-height: 39.75rem;
    --header-image-width: 37.625rem;
    --header-negative-bm: 1.88rem;
  }
}
@media (min-width: 100rem) {
  .wp-block-hex-hourglass-image-text {
    --header-image-height: 44.3125rem;
    --header-image-width: 42.0625rem;
    --header-negative-bm: 2.5rem;
  }
}
@media (min-width: 47.5rem) {
  .wp-block-hex-hourglass-image-text {
    min-height: calc(var(--header-image-height) - var(--header-negative-bm));
  }
}
.wp-block-hex-hourglass-image-text__image-container {
  display: none;
  height: var(--header-image-height);
  position: absolute;
  right: 50vw;
  right: 54vw;
  top: 0;
  width: var(--header-image-width);
}
@media (max-width: 47.4375rem) {
  .wp-block-hex-hourglass-image-text__image-container {
    height: calc(var(--header-image-height) + var(--section-p-small) + 1rem);
  }
  .wp-block-hex-hourglass-image-text__image-container {
    top: -2.8125rem;
  }
}
@media (min-width: 47.5rem) {
  .wp-block-hex-hourglass-image-text__image-container {
    display: block;
  }
}
@media (min-width: 86.25rem) {
  .wp-block-hex-hourglass-image-text__image-container {
    right: unset;
    left: 0;
  }
}
.wp-block-hex-hourglass-image-text__image {
  height: inherit;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
}
@media (min-width: 47.5rem) {
  .wp-block-hex-hourglass-image-text__content {
    max-width: 31.25rem;
  }
}
@media (min-width: 55rem) {
  .wp-block-hex-hourglass-image-text__content {
    max-width: 34.125rem;
  }
}
@media (min-width: 73.75rem) {
  .wp-block-hex-hourglass-image-text__content {
    max-width: 43.125rem;
  }
}

.wp-block-hex-block-section {
  overflow: hidden;
  padding-bottom: var(--section-p);
  padding-top: var(--section-p);
}
.wp-block-hex-block-section--pt-none {
  padding-top: var(--section-p-none);
}
.wp-block-hex-block-section--pb-none {
  padding-bottom: var(--section-p-none);
}
.wp-block-hex-block-section--pt-small {
  padding-top: var(--section-p-small);
}
.wp-block-hex-block-section--pb-small {
  padding-bottom: var(--section-p-small);
}
.wp-block-hex-block-section--pt-large {
  padding-top: var(--section-p-large);
}
.wp-block-hex-block-section--pb-large {
  padding-bottom: var(--section-p-large);
}

@media (min-width: 55rem) {
  .wp-block-hex-block-column {
    --column-indent-size: 4.375rem;
  }
}
@media (min-width: 73.75rem) {
  .wp-block-hex-block-column {
    --column-indent-size: 8.125rem;
  }
}
@media (min-width: 55rem) {
  .wp-block-hex-block-column.is-style-right-indent, .wp-block-hex-block-column.is-style-both-indent {
    padding-right: var(--column-indent-size);
  }
  .wp-block-hex-block-column.is-style-left-indent, .wp-block-hex-block-column.is-style-both-indent {
    padding-left: var(--column-indent-size);
  }
}

.wp-block-cover {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  width: auto; /* Core sets width to 100% which doesn't work with bleed-width */
}
@media (min-width: 55rem) {
  .wp-block-cover {
    padding-bottom: 3.25rem;
    padding-top: 6.75rem;
  }
}
@media (min-width: 86.25rem) {
  .wp-block-cover {
    padding-bottom: 6.75rem;
  }
}
.wp-block-cover.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
@media (max-width: 54.9375rem) {
  .wp-block-cover br {
    display: none;
  }
}

.wp-block-cover__inner-container {
  box-sizing: border-box;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 106.5rem;
  padding-left: var(--wrapper-pad);
  padding-right: var(--wrapper-pad);
  width: 100% !important;
}

/*
 * [1] We're doing spacing in blocks/global via block relationships, so no need for columns to have a default margin bottom
 */
.wp-block-image {
  margin-bottom: 0; /* [1] */
}
.wp-block-image.size-full img {
  width: 100%;
}

.c-header {
  position: relative;
  left: 0;
  padding-bottom: 1.375rem;
  padding-top: 1.375rem;
  right: 0;
  top: 0;
  z-index: 10;
}
.c-header__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  transition: background-color 180ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  z-index: -1;
}
.c-header__logo {
  width: 100px;
}
@media (min-width: 55rem) {
  .c-header__logo {
    width: 120px;
  }
}
@media (min-width: 73.75rem) {
  .c-header__logo {
    width: 150px;
  }
}
.c-header__logo--black {
  display: block;
}
.c-header__logo--white {
  display: none;
}
.c-header-nav__item {
  color: #1d1d20;
}
.c-header-nav__dropdown {
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 1.25rem;
  opacity: 0;
  pointer-events: none;
  text-align: center;
}
.c-header-nav__dropdown li {
  margin-bottom: 0.875rem;
}
.c-header-nav__dropdown li:hover {
  font-weight: 700;
}
.c-header .c-social__icon svg,
.c-header .c-social__icon path,
.c-header .c-header-actions__search svg,
.c-header .c-header-actions__search path,
.c-header .c-header-actions__account svg,
.c-header .c-header-actions__account path {
  fill: #1d1d20;
}
.c-header--transparent {
  position: absolute;
}
.c-header--transparent .c-header__bg {
  background-color: transparent;
}
.c-header--transparent .c-header__logo--white {
  display: block;
}
.c-header--transparent .c-header__logo--black {
  display: none;
}
.c-header--transparent .c-header-nav__item {
  color: #ffffff;
}
.c-header--transparent .c-social__icon svg,
.c-header--transparent .c-social__icon path,
.c-header--transparent .c-header-actions__search svg,
.c-header--transparent .c-header-actions__search path,
.c-header--transparent .c-header-actions__account svg,
.c-header--transparent .c-header-actions__account path {
  fill: #ffffff;
}
.c-header--transparent .c-hamburger-icon__line {
  background-color: #ffffff;
}

.c-header-actions {
  margin-right: 2.5rem;
}

.c-footer {
  background-color: #1d1d20;
  color: #ffffff;
  padding: 3.25rem 0;
}
.c-footer .c-social {
  margin-bottom: 1.625rem;
}

.c-footer__signup {
  margin-top: 2.5rem;
  order: 0;
}
@media (min-width: 47.5rem) {
  .c-footer__signup {
    margin-top: 0;
  }
}
@media (min-width: 73.75rem) {
  .c-footer__signup {
    order: -999;
  }
}

.c-footer__nav {
  margin-top: 2.5rem;
  order: -999;
}
@media (min-width: 47.5rem) {
  .c-footer__nav {
    margin-bottom: 4rem;
  }
}
@media (min-width: 73.75rem) {
  .c-footer__nav {
    padding: 0 4rem;
    margin-top: 0;
    margin-bottom: 0;
    order: 0;
  }
}
.c-footer__nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 0.875rem;
}
@media (min-width: 55rem) {
  .c-footer__nav ul {
    font-size: 1.125rem;
    flex-wrap: nowrap;
  }
}
@media (min-width: 73.75rem) {
  .c-footer__nav ul {
    font-size: 0.875rem;
  }
}
@media (min-width: 86.25rem) {
  .c-footer__nav ul {
    font-size: 1.125rem;
  }
}
@media (max-width: 54.9375rem) {
  .c-footer__nav ul li {
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .c-footer__nav ul li:last-child {
    padding-right: 0;
  }
}

.c-footer__contact {
  margin-top: 2.5rem;
  text-align: right;
}
@media (min-width: 47.5rem) {
  .c-footer__contact {
    margin-top: 0;
  }
}
.c-footer__contact p {
  font-size: 0.75rem;
  margin-bottom: 0.3125rem;
}

.c-social {
  display: flex;
  align-items: center;
}

.c-social__icon {
  margin-right: 1rem;
}
.c-social__icon:last-child {
  margin-right: 0;
}

/**
* Apply gform--ddp to Gravity Form Settings > Form Layout > CSS Class Name to apply DDP form styles
*
* Apply element--light on a parent container to use the light version of the styles if on a dark b/g
*
* Apply gform--ddp-custom-submit to Gravity Form Settings > Form Layout > CSS Class Name if you need a custom HTML submit button and need to hide default submit button
*/
.gform--ddp_wrapper.gravity-theme .gform--ddp,
.gform--ddp_wrapper.gravity-theme .form_saved_message {
  font-size: 0.75rem;
  color: #1d1d20;
  border-color: #1d1d20;
}
.element--light > .gform--ddp_wrapper.gravity-theme .gform--ddp,
.element--light > .gform--ddp_wrapper.gravity-theme .form_saved_message {
  color: #ffffff;
  border-color: #ffffff;
}
.gform--ddp_wrapper.gravity-theme .gform--ddp.gform--ddp-custom-submit .gform_footer, .gform--ddp_wrapper.gravity-theme .gform--ddp.gform--ddp-custom-submit [type=submit],
.gform--ddp_wrapper.gravity-theme .form_saved_message.gform--ddp-custom-submit .gform_footer,
.gform--ddp_wrapper.gravity-theme .form_saved_message.gform--ddp-custom-submit [type=submit] {
  visibility: hidden;
  position: absolute;
  left: -100vw;
}
.gform--ddp_wrapper.gravity-theme .gform--ddp .gsection_title,
.gform--ddp_wrapper.gravity-theme .form_saved_message .gsection_title {
  font-size: 1.5625rem;
  font-weight: 900;
}
@media (min-width: 47.5rem) {
  .gform--ddp_wrapper.gravity-theme .gform--ddp .gsection_title,
  .gform--ddp_wrapper.gravity-theme .form_saved_message .gsection_title {
    font-size: 1.875rem;
  }
}
@media (min-width: 86.25rem) {
  .gform--ddp_wrapper.gravity-theme .gform--ddp .gsection_title,
  .gform--ddp_wrapper.gravity-theme .form_saved_message .gsection_title {
    font-size: 2.5rem;
  }
}
.gform--ddp_wrapper.gravity-theme .gform--ddp .gsection_description,
.gform--ddp_wrapper.gravity-theme .form_saved_message .gsection_description {
  font-size: 1rem;
  font-weight: 300;
}
@media (min-width: 55rem) {
  .gform--ddp_wrapper.gravity-theme .gform--ddp .gsection_description,
  .gform--ddp_wrapper.gravity-theme .form_saved_message .gsection_description {
    font-size: 1.125rem;
  }
}
@media (min-width: 86.25rem) {
  .gform--ddp_wrapper.gravity-theme .gform--ddp .gsection_description,
  .gform--ddp_wrapper.gravity-theme .form_saved_message .gsection_description {
    font-size: 1.5625rem;
  }
}
.gform--ddp_wrapper.gravity-theme .gform--ddp .gfield_label,
.gform--ddp_wrapper.gravity-theme .form_saved_message .gfield_label {
  color: inherit;
  font-size: 0.875rem;
}
.gform--ddp_wrapper.gravity-theme .gform--ddp .gfield_description,
.gform--ddp_wrapper.gravity-theme .form_saved_message .gfield_description {
  font-size: 0.75rem;
  font-weight: 300;
}
@media (min-width: 47.5rem) {
  .gform--ddp_wrapper.gravity-theme .gform--ddp .gfield_description,
  .gform--ddp_wrapper.gravity-theme .form_saved_message .gfield_description {
    font-size: 0.875rem;
  }
}
@media (min-width: 86.25rem) {
  .gform--ddp_wrapper.gravity-theme .gform--ddp .gfield_description,
  .gform--ddp_wrapper.gravity-theme .form_saved_message .gfield_description {
    font-size: 1rem;
  }
}
.gform--ddp_wrapper.gravity-theme .gform--ddp [type=submit],
.gform--ddp_wrapper.gravity-theme .gform--ddp .gform--custom-submit,
.gform--ddp_wrapper.gravity-theme .form_saved_message [type=submit],
.gform--ddp_wrapper.gravity-theme .form_saved_message .gform--custom-submit {
  font-size: 1.25rem;
  color: inherit;
  background-color: transparent;
  border: 0;
  font-weight: 900;
  text-transform: uppercase;
}
.gform--ddp_wrapper.gravity-theme .gform--ddp input,
.gform--ddp_wrapper.gravity-theme .gform--ddp select,
.gform--ddp_wrapper.gravity-theme .gform--ddp textarea,
.gform--ddp_wrapper.gravity-theme .form_saved_message input,
.gform--ddp_wrapper.gravity-theme .form_saved_message select,
.gform--ddp_wrapper.gravity-theme .form_saved_message textarea {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  color: inherit;
}
.gform--ddp_wrapper.gravity-theme .gform--ddp input[type=file],
.gform--ddp_wrapper.gravity-theme .gform--ddp select[type=file],
.gform--ddp_wrapper.gravity-theme .gform--ddp textarea[type=file],
.gform--ddp_wrapper.gravity-theme .form_saved_message input[type=file],
.gform--ddp_wrapper.gravity-theme .form_saved_message select[type=file],
.gform--ddp_wrapper.gravity-theme .form_saved_message textarea[type=file] {
  border-width: 0;
}
.gform--ddp_wrapper.gravity-theme .gform--ddp .ginput_container_fileupload input,
.gform--ddp_wrapper.gravity-theme .form_saved_message .ginput_container_fileupload input {
  /* Same styles as the drop area native styles in Gravity Forms */
  background: rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  border: 1px dashed #ccc;
  margin-bottom: 8px;
  padding: 5px;
  text-align: center;
}
.gform--ddp_wrapper.gravity-theme .gform--ddp .gform_fileupload_rules,
.gform--ddp_wrapper.gravity-theme .form_saved_message .gform_fileupload_rules {
  font-size: 0.75rem;
  font-weight: 300;
}
@media (min-width: 47.5rem) {
  .gform--ddp_wrapper.gravity-theme .gform--ddp .gform_fileupload_rules,
  .gform--ddp_wrapper.gravity-theme .form_saved_message .gform_fileupload_rules {
    font-size: 0.875rem;
  }
}
@media (min-width: 86.25rem) {
  .gform--ddp_wrapper.gravity-theme .gform--ddp .gform_fileupload_rules,
  .gform--ddp_wrapper.gravity-theme .form_saved_message .gform_fileupload_rules {
    font-size: 1rem;
  }
}
.gform--ddp_wrapper.gravity-theme .gform--ddp .gform--custom-submit,
.gform--ddp_wrapper.gravity-theme .form_saved_message .gform--custom-submit {
  font-size: 1.25rem;
}
.gform--ddp_wrapper.gravity-theme .gform--ddp .gform--custom-submit-small,
.gform--ddp_wrapper.gravity-theme .form_saved_message .gform--custom-submit-small {
  font-size: 0.875rem;
}
.gform--ddp_wrapper.gravity-theme .gform--ddp .gform--w2-3,
.gform--ddp_wrapper.gravity-theme .form_saved_message .gform--w2-3 {
  grid-column: span 8 !important;
  font-size: 0.75rem;
}
.gform--ddp_wrapper.gravity-theme .gform--ddp .gform--w1-3,
.gform--ddp_wrapper.gravity-theme .form_saved_message .gform--w1-3 {
  grid-column: span 4 !important;
  text-align: right;
}
@media screen and (max-width: 1300px) and (min-width: 1179px) {
  .gform--ddp_wrapper.gravity-theme .gform--ddp .gform--w2-3,
  .gform--ddp_wrapper.gravity-theme .gform--ddp .gform--w1-3,
  .gform--ddp_wrapper.gravity-theme .form_saved_message .gform--w2-3,
  .gform--ddp_wrapper.gravity-theme .form_saved_message .gform--w1-3 {
    grid-column: span 12 !important;
    text-align: left !important;
  }
}
.gform--ddp_wrapper.gravity-theme .form_saved_message h2 {
  margin-bottom: 1.25rem;
}
.gform--ddp_wrapper.gravity-theme .form_saved_message p {
  margin-bottom: 1.25rem;
}

.gform--nominate_wrapper.gravity-theme {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}
.gform--nominate_wrapper.gravity-theme.gform--nominate .gform_fields {
  grid-row-gap: 2rem;
}
.gform--nominate_wrapper.gravity-theme.gform--nominate .gsection_title {
  margin-top: 3rem;
}
.gform--nominate_wrapper.gravity-theme.gform--nominate .gform_footer.top_label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 3rem;
}

.gform--nominate .u-gform__hide-new-sub {
  display: none !important;
}
.gform--nominate[action*=entry_id] .u-gform__hide-new-sub {
  display: block !important;
}
.gform--nominate .gsection:not(:first-child) {
  margin-top: 56px;
}
@media (min-width: 73.75rem) {
  .gform--nominate .gsection:not(:first-child) {
    margin-top: 96px;
  }
}
.gform--nominate .gform_footer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 56px;
}

.u-bg-cta .gform_footer > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.c-btn-hover--line {
  background-color: transparent;
  border: 0;
  color: inherit;
  font-weight: 900;
  position: relative;
  text-decoration: none !important; /* Important required to override `.u-gutenberg a` text-decoration: underline style */
  text-transform: uppercase;
  transition: 0.35s;
}
.c-btn-hover--line::after {
  background-color: #1d1d20;
  bottom: -5px;
  content: "";
  height: 2px;
  left: auto;
  position: absolute;
  right: 0;
  transition: 0.35s;
  width: 0;
}
.element--light .c-btn-hover--line::after {
  background-color: #ffffff;
}
.c-btn-hover--line:hover {
  cursor: pointer;
}
.c-btn-hover--line:hover::after {
  left: 0;
  width: 100%;
}

.c-btn-hover--line-input {
  height: 2px;
  margin-top: -5px;
  position: relative;
  transition: 0.35s;
}
.c-btn-hover--line-input::after {
  background-color: #1d1d20;
  content: "";
  height: 2px;
  left: auto;
  position: absolute;
  right: 0;
  transition: 0.35s;
  width: 0;
}
.element--light .c-btn-hover--line-input::after {
  background-color: #ffffff;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}
input[type=submit]:hover + .c-btn-hover--line-input::after,
input[type=button]:hover + .c-btn-hover--line-input::after {
  left: 0;
  width: 100%;
}

.c-btn,
.wp-button__link--theme,
.wp-button--theme > div {
  background: none;
  border-radius: 0;
  padding: 0 30px 0 0;
  font-family: Montserrat, Roboto, "Helvetica Neue", Arial, sans-serif;
  color: inherit;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.875rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition-duration: 180ms;
  transition-timing-function: cubic-bezier(0.5, 0, 0.75, 0);
  margin-right: 46px;
  text-decoration: none !important; /* Important required to override `.u-gutenberg a` text-decoration: underline style */
}
@media (min-width: 55rem) {
  .c-btn,
  .wp-button__link--theme,
  .wp-button--theme > div {
    font-size: 1.25rem;
  }
}
.c-btn::after,
.wp-button__link--theme::after,
.wp-button--theme > div::after {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  right: 0;
  background-color: currentColor;
  -webkit-mask-image: url("../images/arrow.svg");
          mask-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  transition: inherit;
}
.c-btn:hover,
.wp-button__link--theme:hover,
.wp-button--theme > div:hover {
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
.c-btn:hover::after,
.wp-button__link--theme:hover::after,
.wp-button--theme > div:hover::after {
  transform: translateX(6px);
}

.c-btn--small {
  font-size: 0.875rem;
}
@media (min-width: 47.5rem) {
  .c-btn--small {
    font-size: 1rem;
  }
}

.c-fig--blockquote {
  line-height: 1.4;
}

.c-fig-caption {
  font-size: 0.75rem;
  font-weight: 300;
  margin-top: 1rem;
}
@media (min-width: 47.5rem) {
  .c-fig-caption {
    font-size: 0.875rem;
  }
}
@media (min-width: 86.25rem) {
  .c-fig-caption {
    font-size: 1rem;
  }
}
@media (min-width: 55rem) {
  .c-fig-caption {
    margin-top: 1.5rem;
  }
}

.c-hamburger-icon {
  cursor: pointer;
  z-index: 50;
}
.c-hamburger-icon__line {
  width: 30px;
  height: 4px;
  background-color: #1d1d20;
  display: block;
  margin: 0.5rem auto;
  transition: transform 240ms cubic-bezier(0.45, 0, 0.40, 1), opacity 240ms cubic-bezier(0.45, 0, 0.40, 1);
}
.c-hamburger-icon--active .c-hamburger-icon__line:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}
.c-hamburger-icon--active .c-hamburger-icon__line:nth-child(2) {
  opacity: 0;
}
.c-hamburger-icon--active .c-hamburger-icon__line:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}

.c-sidebar-nav {
  position: fixed;
  top: 0%;
  right: 0%;
  background-color: #000000;
  padding: 2rem;
  height: 100vh;
  transition: transform 240ms cubic-bezier(0.45, 0, 0.40, 1);
  transform: translateX(100%);
  z-index: 10;
  width: 70vw;
  pointer-events: none;
  overflow-x: hidden;
}
@media (min-width: 47.5rem) {
  .c-sidebar-nav {
    padding: 2rem 3.5rem;
  }
}
.c-sidebar-nav--active {
  transform: translateX(0%);
  pointer-events: all;
}
.c-sidebar-nav .c-hamburger-icon__line {
  background-color: #ffffff;
}
.c-sidebar-nav .c-social__icon svg,
.c-sidebar-nav .c-social__icon path {
  fill: #ffffff;
}

.c-table {
  --table-padding-x: 20px;
  --table-padding-y: 20px;
  background-color: #f7f7f7;
  width: 100%;
}

.c-table__row--heading {
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
}

.c-table__cell {
  padding: var(--table-padding-y) var(--table-padding-x);
}

.c-table__subtext {
  color: #555;
  font-size: 0.75rem;
  font-weight: 300;
}

.c-pill {
  --pill-bg-color: lightgray;
  --pill-padding-x: 8px;
  --pill-padding-y: 3px;
  background-color: var(--pill-bg-color);
  border-radius: 3px;
  display: inline-block;
  padding: var(--pill-padding-y) var(--pill-padding-x);
}
.c-pill--large {
  --pill-padding-x: 16px;
  --pill-padding-y: 6px;
}

.c-pill--success {
  --pill-bg-color: lightgreen;
}

.c-pill--inline {
  font-size: 0.75rem;
  text-align: center;
}

/**
 * Show a native accordion using HTML's <details> element
 *   <details class="c-details">
 *     <summary class="c-details__summary">Title</summary>
 *     <p class="c-details__content">Content</p>
 *   </details>
 *
 * [1] Hide the native arrow on the accordion
 *     See: https://stackoverflow.com/questions/6195329/how-can-you-hide-the-arrow-that-is-displayed-by-default-on-the-html5-details-e/6195588#6195588
 */
.c-details {
  font-size: 0.75rem;
  background-color: #f7f7f7;
  font-weight: 300;
  padding: 2.5rem 1.5rem 2.5rem 0.75rem;
}
@media (min-width: 47.5rem) {
  .c-details {
    font-size: 0.875rem;
  }
}
@media (min-width: 86.25rem) {
  .c-details {
    font-size: 1rem;
  }
}
.c-details a {
  text-decoration: underline;
}

.c-details__summary,
.c-details__content {
  padding-right: 3.25rem;
}

.c-details__summary {
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 700;
  list-style: none; /* [1] */
  padding-right: 4rem;
  position: relative;
  text-transform: uppercase;
}
.c-details__summary::marker {
  display: none; /* [1] */
}
.c-details__summary::after {
  background-image: url("../images/arrow-down.svg");
  background-position-x: right;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 14px;
  position: absolute;
  right: 0;
  width: 16px;
}
.c-details[open] .c-details__summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.c-details__content {
  margin-top: 1rem;
}

.c-pagination .page-numbers {
  margin: 0 0.1875rem;
}
.c-pagination .page-numbers.current {
  font-weight: bold;
}
.c-pagination svg {
  display: inline-block;
}

.c-year-filter__years {
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms cubic-bezier(0.45, 0, 0.40, 1);
}
.c-year-filter--show .c-year-filter__years {
  pointer-events: all;
  opacity: 1;
}

.c-search-count {
  text-transform: uppercase;
}

.c-search__result {
  background-color: #f7f7f7;
  padding: 0.875rem;
  margin-bottom: 2rem;
}

.c-search__result-content {
  padding-right: 1.25rem;
  width: 100%;
}
@media (min-width: 47.5rem) {
  .c-search__result-content {
    padding-right: 2.5rem;
  }
}

.c-search__result-title {
  font-weight: bold;
  margin-bottom: 0.625rem;
}

.c-search__result-icon path {
  stroke: #1d1d20;
}

.c-search__form-icon path {
  fill: #1d1d20;
}

.c-search__result-posttype {
  text-transform: capitalize;
  font-weight: bold;
}

.c-search__form {
  border-bottom: 1px solid #1d1d20;
  margin-bottom: 2.5rem;
}
.c-search__form:focus-within {
  border-bottom-width: 2px;
}

.c-search__form-input {
  width: 100%;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 1.125rem;
  padding-bottom: 0.3125rem;
}
@media (min-width: 47.5rem) {
  .c-search__form-input {
    font-size: 1.5625rem;
  }
}
@media (min-width: 86.25rem) {
  .c-search__form-input {
    font-size: 1.875rem;
  }
}
.c-search__form-input:focus {
  outline: none;
  padding-bottom: 0.25rem;
}

.c-directory-members-grid {
  --min-item-width: 9.75rem;
  display: grid;
  grid-gap: 3rem 1rem;
  grid-template-columns: repeat(auto-fill, minmax(var(--min-item-width), 1fr));
}
@media (min-width: 73.75rem) {
  .c-directory-members-grid {
    --min-item-width: 15rem;
    grid-gap: 4.5rem 2rem;
  }
}

.c-directory-members-grid__link {
  text-decoration: none !important; /* Important because of the u-gutenberg styling on an a tag makes them underlined */
}

.c-directory-members-grid__image {
  filter: grayscale(1);
  -o-object-fit: cover;
     object-fit: cover;
  height: 194px;
  transition: filter 180ms cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
}
@media (min-width: 73.75rem) {
  .c-directory-members-grid__image {
    height: 307px;
  }
}
.c-directory-members-grid__link .c-directory-members-grid__item:hover .c-directory-members-grid__image {
  filter: none;
}

.c-directory-members-grid__title {
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 73.75rem) {
  .c-directory-members-grid__title {
    font-size: 1.125rem;
  }
}
.c-directory-members-grid--alt .c-directory-members-grid__title {
  font-weight: 700;
}

.c-directory-members-grid__subtitle {
  font-weight: 300;
  font-size: 0.75rem;
}
@media (min-width: 73.75rem) {
  .c-directory-members-grid__subtitle {
    font-size: 1rem;
  }
}

.c-directory-members-grid__text {
  font-weight: 300;
  font-size: 0.75rem;
}
@media (min-width: 73.75rem) {
  .c-directory-members-grid__text {
    font-size: 0.875rem;
  }
}

@font-face {
  font-family: "lg";
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0ms !important;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  transition: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: "\e311";
}
.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-actual-size {
  font-size: 20px;
}
.lg-icon.lg-actual-size:after {
  content: "\e033";
}
.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}
.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: rgb(169, 7, 7);
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer.lg-animate-thumb .lg-thumb {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 100px);
  grid-gap: 0.625rem;
}
@media (min-width: 55rem) {
  .c-gallery {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(6, 150px);
    grid-gap: 0.875rem;
  }
}
.c-gallery__image {
  cursor: pointer;
  height: 100px;
}
.c-gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 55rem) {
  .c-gallery__image {
    height: 150px;
  }
}
.c-gallery__image--featured {
  height: 100%;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media (min-width: 55rem) {
  .c-gallery__image--featured {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}

.c-page-blank-hourglass {
  position: relative;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
@media (min-width: 73.75rem) {
  .c-page-blank-hourglass {
    padding-bottom: 10rem;
    padding-top: 4rem;
  }
}

.c-page-blank-hourglass__lockup {
  bottom: 0;
  display: none;
  height: 370px;
  left: var(--wrapper-pad, 2rem);
  overflow: hidden;
  position: absolute;
  width: 459px;
  z-index: -1;
}
@media (min-width: 73.75rem) {
  .c-page-blank-hourglass__lockup {
    display: block;
  }
}

.c-breadcrumbs {
  display: flex;
  align-items: center;
  margin-top: 1.875rem;
}

.c-breadcrumbs__arrow {
  margin-right: 0.625rem;
}

.c-breadcrumbs__items {
  list-style: none;
  display: flex;
}

.c-breadcrumbs__item {
  color: #1d1d20;
  font-size: 0.75rem;
}
.c-breadcrumbs__item .c-breadcrumbs__item-link {
  font-size: inherit;
  text-decoration: none;
}
.c-breadcrumbs__item .c-breadcrumbs__item-link:hover {
  text-decoration: underline;
}

.c-breadcrumbs__item + .c-breadcrumbs__item::before {
  content: ">";
  padding: 0 0.3125rem;
}

.c-pagetype-heading {
  text-transform: uppercase;
  margin-top: 1.5rem;
}

.um .um-field-label label {
  color: black !important;
  font-weight: 400 !important;
  display: inline-block;
  padding: 0;
  font-size: 0.875rem !important;
  line-height: 1 !important;
}
.um .um-field-checkbox-option {
  color: black !important;
}
.um #um-submit-btn,
.um .um-alt {
  margin-top: 8px;
}
.um-form .um-field .um-field-area input[type=text], .um-form .um-field .um-field-area input[type=search], .um-form .um-field .um-field-area input[type=tel], .um-form .um-field .um-field-area input[type=number], .um-form .um-field .um-field-area input[type=password] {
  color: black !important;
  border: 1px solid black !important;
  padding: 8px !important;
  border-radius: 0 !important;
  height: auto !important;
}
.um .um-button {
  background: none !important;
  border-radius: 0 !important;
  padding: 0 30px 0 0 !important;
  font-family: Montserrat, Roboto, "Helvetica Neue", Arial, sans-serif !important;
  color: black !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  font-size: 0.875rem !important;
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  cursor: pointer !important;
  transition-duration: 180ms !important;
  transition-timing-function: cubic-bezier(0.5, 0, 0.75, 0) !important;
  text-decoration: none !important; /* Important required to override `.u-gutenberg a` text-decoration: underline style */
  width: auto !important;
  padding-right: 0 !important;
  margin-bottom: 8px !important;
  box-shadow: none !important;
}
@media (min-width: 55rem) {
  .um .um-button {
    font-size: 1.25rem !important;
  }
}
.um .um-button:hover {
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
.um .um-button:hover::after {
  transform: translateX(6px);
}
.um .um-account-meta-img,
.um .um-account-profile-link {
  display: none !important;
}

a.um-button.um-button-social {
  font-size: 13px !important;
  text-transform: unset !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 879px) {
  a.um-button.um-button-social {
    width: 75% !important;
  }
}
@media screen and (min-width: 880px) {
  a.um-button.um-button-social {
    width: 31% !important;
  }
}
@media screen and (min-width: 1180px) {
  a.um-button.um-button-social {
    width: 40% !important;
  }
}
@media screen and (min-width: 1220px) {
  a.um-button.um-button-social {
    width: 30% !important;
  }
}
@media screen and (min-width: 1505px) {
  a.um-button.um-button-social {
    width: 31% !important;
  }
}

@media (min-width: 55rem) {
  div#um-shortcode-social-6895.um-shortcode-social a.um-button.um-button-social {
    display: inline-flex !important;
    /* align-self: center !important; */
    align-items: center !important;
    vertical-align: unset;
    justify-content: center !important;
  }
  div#um-shortcode-social-6895.um-shortcode-social a.um-button.um-button-social.um-button-facebook i,
  div#um-shortcode-social-6895.um-shortcode-social a.um-button.um-button-social.um-button-linkedin i {
    height: 18px !important;
  }
  @media screen and (max-width: 1179px) {
    div#um-shortcode-social-6895.um-shortcode-social a.um-button.um-button-social.um-button-google i {
      left: -17px !important;
    }
  }
  @media screen and (min-width: 1180px) {
    div#um-shortcode-social-6895.um-shortcode-social a.um-button.um-button-social.um-button-google i {
      left: -7px !important;
    }
  }
  @media screen and (min-width: 1505px) {
    div#um-shortcode-social-6895.um-shortcode-social a.um-button.um-button-social.um-button-google i {
      left: -12px !important;
    }
  }
  @media screen and (min-width: 1635px) {
    div#um-shortcode-social-6895.um-shortcode-social a.um-button.um-button-social.um-button-google i {
      left: -15px !important;
    }
  }
}
.um-login form > .um-field .um-half,
.um-register form > .um-field .um-half {
  width: 100%;
  float: none !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.um-login form > .um-field .um-button-social,
.um-register form > .um-field .um-button-social {
  width: 75% !important;
  padding: 10px !important;
}
@media (min-width: 55rem) {
  .um-login form > .um-field .um-button-social,
  .um-register form > .um-field .um-button-social {
    width: 50% !important;
  }
}
.um-login form > .um-field .um-button-social .um-sso-icon-google::before,
.um-register form > .um-field .um-button-social .um-sso-icon-google::before {
  width: 30px;
  height: 30px;
}
.um-login form > .um-field .um-button-social.um-button-google i,
.um-register form > .um-field .um-button-social.um-button-google i {
  top: -9px !important;
  left: -1% !important;
}
.um-login form > .um-field .um-col-alt-s,
.um-register form > .um-field .um-col-alt-s {
  padding: 0;
  margin: 0;
}

.um-6946 .ddp-social-registration,
.um-6946 #um-submit-btn {
  display: none !important;
}

.um-2799 .c-btn-hover--line-input {
  margin: 0 auto;
  width: 120px !important;
}

@media (min-width: 47.5rem) {
  .um-2802.um.um-login form > .um-field,
  .um-6946 form > .um-field {
    display: flex;
  }
  .um-2802.um.um-login form > .um-field .um-col-alt,
  .um-6946 form > .um-field .um-col-alt {
    display: flex;
    gap: 10px;
  }
  .um-2802.um.um-login form > .um-field .um-col-alt a,
  .um-6946 form > .um-field .um-col-alt a {
    width: 100% !important;
    line-height: 1.3 !important;
  }
  .um-2802.um.um-login form > .um-field .um-col-alt-s,
  .um-6946 form > .um-field .um-col-alt-s {
    position: relative;
    top: 5px;
  }
}
.um-2802.um.um-login .c-btn-hover--line-input,
.um-6946 .c-btn-hover--line-input {
  margin: 0 auto;
  width: 120px !important;
}

.um-login .um-field-checkbox {
  display: flex !important;
  justify-content: center;
}
.um-login .um-field-checkbox .um-field-checkbox-state {
  position: relative;
}
.um-login .um-field-checkbox .um-field-checkbox-option {
  margin-left: 10px !important;
}

.u-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.u-absolute {
	position: absolute;
}

.u-relative {
	position: relative;
}

.u-top-0 {
	top: 0px;
}

.u-bottom-20 {
	bottom: 1.25rem;
}

.u-left-0 {
	left: 0px;
}

.u-left-1\/2 {
	left: 50%;
}

.u-z-background {
	z-index: -1;
}

.u-col-span-12 {
	grid-column: span 12 / span 12;
}

.u-my-32 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.u-mb-48 {
	margin-bottom: 3rem;
}

.u-mb-52 {
	margin-bottom: 3.25rem;
}

.u-mb-40 {
	margin-bottom: 2.5rem;
}

.u-mb-14 {
	margin-bottom: 0.875rem;
}

.u-mt-8 {
	margin-top: 0.5rem;
}

.u-mb-10 {
	margin-bottom: 0.625rem;
}

.u-mt-80 {
	margin-top: 5rem;
}

.u-mb-20 {
	margin-bottom: 1.25rem;
}

.u-mt-2 {
	margin-top: 0.125rem;
}

.u-ml-16 {
	margin-left: 1rem;
}

.u-mr-5 {
	margin-right: 0.3125rem;
}

.u-mb-5 {
	margin-bottom: 0.3125rem;
}

.u-mb-136 {
	margin-bottom: 8.5rem;
}

.u-mb-0 {
	margin-bottom: 0px;
}

.u-mb-32 {
	margin-bottom: 2rem;
}

.u-ml-auto {
	margin-left: auto;
}

.u-mt-40 {
	margin-top: 2.5rem;
}

.u-mt-32 {
	margin-top: 2rem;
}

.u-mb-56 {
	margin-bottom: 3.5rem;
}

.u-mb-16 {
	margin-bottom: 1rem;
}

.u-mb-24 {
	margin-bottom: 1.5rem;
}

.u-ml-12 {
	margin-left: 0.75rem;
}

.u-mr-96 {
	margin-right: 6rem;
}

.u-ml-96 {
	margin-left: 6rem;
}

.u-mb-80 {
	margin-bottom: 5rem;
}

.u-mb-44 {
	margin-bottom: 2.75rem;
}

.u-mr-32 {
	margin-right: 2rem;
}

.u-mr-12 {
	margin-right: 0.75rem;
}

.u-mt-52 {
	margin-top: 3.25rem;
}

.u-mt-20 {
	margin-top: 1.25rem;
}

.u-mt-10 {
	margin-top: 0.625rem;
}

.u-mt-5 {
	margin-top: 0.3125rem;
}

.u-block {
	display: block;
}

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

.u-flex {
	display: flex;
}

.u-grid {
	display: grid;
}

.u-hidden {
	display: none;
}

.u-h-\[215px\] {
	height: 215px;
}

.u-h-full {
	height: 100%;
}

.u-h-\[200px\] {
	height: 200px;
}

.u-min-h-\[315px\] {
	min-height: 315px;
}

.u-min-h-\[100px\] {
	min-height: 100px;
}

.u-w-full {
	width: 100%;
}

.u-w-1\/2 {
	width: 50%;
}

.u-w-1\/3 {
	width: 33.333333%;
}

.u-w-2\/3 {
	width: 66.666667%;
}

.u-w-1\/4 {
	width: 25%;
}

.u-w-2\/4 {
	width: 50%;
}

.u-w-3\/4 {
	width: 75%;
}

.u-w-1\/5 {
	width: 20%;
}

.u-w-2\/5 {
	width: 40%;
}

.u-w-3\/5 {
	width: 60%;
}

.u-w-4\/5 {
	width: 80%;
}

.u-w-1\/6 {
	width: 16.666667%;
}

.u-w-2\/6 {
	width: 33.333333%;
}

.u-w-3\/6 {
	width: 50%;
}

.u-w-4\/6 {
	width: 66.666667%;
}

.u-w-5\/6 {
	width: 83.333333%;
}

.u-w-\[150px\] {
	width: 150px;
}

.u-max-w-\[100px\] {
	max-width: 100px;
}

.u-max-w-\[556px\] {
	max-width: 556px;
}

.u-flex-1 {
	flex: 1 1 0%;
}

.u-flex-shrink-0 {
	flex-shrink: 0;
}

.u--translate-x-1\/2 {
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}

.u-transform {
	transform: var(--tw-transform);
}

.u-cursor-pointer {
	cursor: pointer;
}

.u-list-none {
	list-style-type: none;
}

.u-grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.u-flex-col {
	flex-direction: column;
}

.u-items-start {
	align-items: flex-start;
}

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

.u-items-center {
	align-items: center;
}

.u-justify-start {
	justify-content: flex-start;
}

.u-justify-end {
	justify-content: flex-end;
}

.u-justify-center {
	justify-content: center;
}

.u-justify-between {
	justify-content: space-between;
}

.u-gap-y-52 {
	row-gap: 3.25rem;
}

.u-gap-y-32 {
	row-gap: 2rem;
}

.u-self-start {
	align-self: flex-start;
}

.u-self-end {
	align-self: flex-end;
}

.u-self-center {
	align-self: center;
}

.u-overflow-hidden {
	overflow: hidden;
}

.u-whitespace-nowrap {
	white-space: nowrap;
}

.u-border {
	border-width: 1px;
}

.u-border-dashed {
	border-style: dashed;
}

.u-border-blue {
	--tw-border-opacity: 1;
	border-color: rgba(195, 215, 240, var(--tw-border-opacity));
}

.u-bg-gray-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
}

.u-bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(29, 29, 32, var(--tw-bg-opacity));
}

.u-bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.u-object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}

.u-object-bottom {
	-o-object-position: bottom;
	   object-position: bottom;
}

.u-p-8 {
	padding: 0.5rem;
}

.u-p-10 {
	padding: 0.625rem;
}

.u-p-20 {
	padding: 1.25rem;
}

.u-p-96 {
	padding: 6rem;
}

.u-px-10 {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.u-px-32 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.u-pb-40 {
	padding-bottom: 2.5rem;
}

.u-pr-30 {
	padding-right: 1.875rem;
}

.u-pl-20 {
	padding-left: 1.25rem;
}

.u-pt-6 {
	padding-top: 0.375rem;
}

.u-text-center {
	text-align: center;
}

.u-text-right {
	text-align: right;
}

.u-text-16 {
	font-size: 1rem;
}

.u-text-14 {
	font-size: 0.875rem;
}

.u-font-black {
	font-weight: 900;
}

.u-font-bold {
	font-weight: 700;
}

.u-font-light {
	font-weight: 300;
}

.u-font-normal {
	font-weight: 400;
}

.u-uppercase {
	text-transform: uppercase;
}

.u-text-blue {
	--tw-text-opacity: 1;
	color: rgba(195, 215, 240, var(--tw-text-opacity));
}

.u-text-green {
	--tw-text-opacity: 1;
	color: rgba(200, 220, 210, var(--tw-text-opacity));
}

.u-text-orange {
	--tw-text-opacity: 1;
	color: rgba(245, 200, 175, var(--tw-text-opacity));
}

.u-text-yellow {
	--tw-text-opacity: 1;
	color: rgba(245, 225, 165, var(--tw-text-opacity));
}

.u-text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.u-text-gray-100 {
	--tw-text-opacity: 1;
	color: rgba(29, 29, 32, var(--tw-text-opacity));
}

.u-underline {
	text-decoration: underline;
}

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

body::before {
	right: 0;
	top: 0;
	background-color: #FBF7E4;
	border: 1px solid #F9F1E1;
	color: #CBB080;
	content: '_ ≥ _';
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1;
	padding: .3em .5em;
	position: fixed;
	z-index: 999999;
}

@media (min-width: 27.5rem) {

	body::before {
		content: 'xs ≥ 27.5rem';
	}
}

@media (min-width: 47.5rem) {

	body::before {
		content: 'sm ≥ 47.5rem';
	}
}

@media (min-width: 55rem) {

	body::before {
		content: 'md ≥ 55rem';
	}
}

@media (min-width: 73.75rem) {

	body::before {
		content: 'lg ≥ 73.75rem';
	}
}

@media (min-width: 86.25rem) {

	body::before {
		content: 'xl ≥ 86.25rem';
	}
}

@media (min-width: 100rem) {

	body::before {
		content: 'wide ≥ 100rem';
	}
} /**
 * [1] The SVG is a 1px x 1px square, but the actual path is only 0.9515px high.
 *     Therefore we need a negative bottom margin in order to give it the correct height.
 */
.u-clip-hourglass {
  -webkit-clip-path: url(#clip-hourglass);
          clip-path: url(#clip-hourglass);
  transform: translate3d(0, 0, 0);
}
.u-clip-hourglass > img {
  margin-bottom: var(--clip-hourglass-mb); /* [1] */
}

/* Headings */
.u-text-heading-huge {
  font-size: 2.25rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}
@media (min-width: 27.5rem) {
  .u-text-heading-huge {
    font-size: 3.125rem;
  }
}
@media (min-width: 47.5rem) {
  .u-text-heading-huge {
    font-size: 3.75rem;
  }
}
@media (min-width: 86.25rem) {
  .u-text-heading-huge {
    font-size: 5rem;
  }
}

.u-text-heading-big {
  font-size: 1.875rem;
  font-weight: 900;
}
@media (min-width: 47.5rem) {
  .u-text-heading-big {
    font-size: 3.125rem;
  }
}
@media (min-width: 86.25rem) {
  .u-text-heading-big {
    font-size: 5rem;
  }
}

.u-text-heading-normal {
  font-size: 1.5625rem;
  font-weight: 900;
}
@media (min-width: 47.5rem) {
  .u-text-heading-normal {
    font-size: 1.875rem;
  }
}
@media (min-width: 86.25rem) {
  .u-text-heading-normal {
    font-size: 2.5rem;
  }
}

.u-text-heading-small {
  font-size: 1.125rem;
  font-weight: 900;
}
@media (min-width: 47.5rem) {
  .u-text-heading-small {
    font-size: 1.5625rem;
  }
}
@media (min-width: 86.25rem) {
  .u-text-heading-small {
    font-size: 1.875rem;
  }
}

/* Body */
.u-text-body-big {
  font-size: 1rem;
}
@media (min-width: 55rem) {
  .u-text-body-big {
    font-size: 1.125rem;
  }
}
@media (min-width: 86.25rem) {
  .u-text-body-big {
    font-size: 1.5625rem;
  }
}

.u-text-body-medium {
  font-size: 0.875rem;
}
@media (min-width: 47.5rem) {
  .u-text-body-medium {
    font-size: 1rem;
  }
}
@media (min-width: 86.25rem) {
  .u-text-body-medium {
    font-size: 1.25rem;
  }
}

.u-text-body-normal {
  font-size: 0.75rem;
}
@media (min-width: 47.5rem) {
  .u-text-body-normal {
    font-size: 0.875rem;
  }
}
@media (min-width: 86.25rem) {
  .u-text-body-normal {
    font-size: 1rem;
  }
}

.u-text-body-small {
  font-size: 0.75rem;
}
@media (min-width: 47.5rem) {
  .u-text-body-small {
    font-size: 0.875rem;
  }
}
@media (min-width: 86.25rem) {
  .u-text-body-small {
    font-size: 1rem;
  }
}

.u-text-body-xsmall {
  font-size: 0.625rem;
}
@media (min-width: 47.5rem) {
  .u-text-body-xsmall {
    font-size: 0.75rem;
  }
}
@media (min-width: 86.25rem) {
  .u-text-body-xsmall {
    font-size: 0.875rem;
  }
}

/* Buttons */
.u-text-button-normal {
  font-size: 0.875rem;
}
@media (min-width: 47.5rem) {
  .u-text-button-normal {
    font-size: 1.25rem;
  }
}

.u-text-button-small {
  font-size: 0.875rem;
}
@media (min-width: 47.5rem) {
  .u-text-button-small {
    font-size: 1rem;
  }
  .u-indent-left,
  .u-indent-both {
    margin-left: 2rem;
  }
}
@media (min-width: 73.75rem) {
  .u-indent-left,
  .u-indent-both {
    margin-left: 8.125rem;
  }
}

@media (min-width: 47.5rem) {
  .u-indent-right,
  .u-indent-both {
    margin-right: 2rem;
  }
}
@media (min-width: 73.75rem) {
  .u-indent-right,
  .u-indent-both {
    margin-right: 8.125rem;
  }
}

.u-bg {
  background-blend-mode: multiply;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.u-bg-stripe {
  --stripe-from-percent: 55%;
  background-image: linear-gradient(46.2deg, var(--stripe-from, #c8dcd2) var(--stripe-size, var(--stripe-from-percent)), var(--stripe-to, transparent) 0%);
}
@media (min-width: 47.5rem) {
  .u-bg-stripe {
    --stripe-from-percent: 50%;
  }
}
@media (min-width: 55rem) {
  .u-bg-stripe {
    --stripe-from-percent: 40%;
  }
}
@media (min-width: 73.75rem) {
  .u-bg-stripe {
    --stripe-from-percent: 35%;
  }
}

.u-bg-cta {
  background-image: linear-gradient(46.2deg, var(--stripe-from, #c8dcd2) var(--stripe-size, 15%), var(--stripe-to, transparent) 0%);
}

/*
 * Block Editor (Gutenberg) Block Styles
 *
 * This file is applied on the front end only.
 * It should contain all styling for the frontend of the website.
 */
body::before {
  display: none !important;
}
@media (min-width: 47.5rem) {

	.sm\:u-col-span-6 {
		grid-column: span 6 / span 6;
	}

	.sm\:u-block {
		display: block;
	}

	.sm\:u-flex {
		display: flex;
	}

	.sm\:u-hidden {
		display: none;
	}

	.sm\:u-w-full {
		width: 100%;
	}

	.sm\:u-w-1\/2 {
		width: 50%;
	}

	.sm\:u-w-1\/3 {
		width: 33.333333%;
	}

	.sm\:u-w-2\/3 {
		width: 66.666667%;
	}

	.sm\:u-w-1\/4 {
		width: 25%;
	}

	.sm\:u-w-2\/4 {
		width: 50%;
	}

	.sm\:u-w-3\/4 {
		width: 75%;
	}

	.sm\:u-w-1\/5 {
		width: 20%;
	}

	.sm\:u-w-2\/5 {
		width: 40%;
	}

	.sm\:u-w-3\/5 {
		width: 60%;
	}

	.sm\:u-w-4\/5 {
		width: 80%;
	}

	.sm\:u-w-1\/6 {
		width: 16.666667%;
	}

	.sm\:u-w-2\/6 {
		width: 33.333333%;
	}

	.sm\:u-w-3\/6 {
		width: 50%;
	}

	.sm\:u-w-4\/6 {
		width: 66.666667%;
	}

	.sm\:u-w-5\/6 {
		width: 83.333333%;
	}

	.sm\:u-gap-52 {
		gap: 3.25rem;
	}

	.sm\:u-gap-32 {
		gap: 2rem;
	}
}
@media (min-width: 55rem) {

	.md\:o-stack--28 > * {
		--stack-space: 1.75rem;
	}

	.md\:u-col-span-3 {
		grid-column: span 3 / span 3;
	}

	.md\:u-col-span-9 {
		grid-column: span 9 / span 9;
	}

	.md\:u-mb-100 {
		margin-bottom: 6.25rem;
	}

	.md\:u-mb-16 {
		margin-bottom: 1rem;
	}

	.md\:u-block {
		display: block;
	}

	.md\:u-hidden {
		display: none;
	}

	.md\:u-w-full {
		width: 100%;
	}

	.md\:u-w-1\/2 {
		width: 50%;
	}

	.md\:u-w-1\/3 {
		width: 33.333333%;
	}

	.md\:u-w-2\/3 {
		width: 66.666667%;
	}

	.md\:u-w-1\/4 {
		width: 25%;
	}

	.md\:u-w-2\/4 {
		width: 50%;
	}

	.md\:u-w-3\/4 {
		width: 75%;
	}

	.md\:u-w-1\/5 {
		width: 20%;
	}

	.md\:u-w-2\/5 {
		width: 40%;
	}

	.md\:u-w-3\/5 {
		width: 60%;
	}

	.md\:u-w-4\/5 {
		width: 80%;
	}

	.md\:u-w-1\/6 {
		width: 16.666667%;
	}

	.md\:u-w-2\/6 {
		width: 33.333333%;
	}

	.md\:u-w-3\/6 {
		width: 50%;
	}

	.md\:u-w-4\/6 {
		width: 66.666667%;
	}

	.md\:u-w-5\/6 {
		width: 83.333333%;
	}
}
@media (min-width: 73.75rem) {

	.lg\:u-col-span-4 {
		grid-column: span 4 / span 4;
	}

	.lg\:u-mb-80 {
		margin-bottom: 5rem;
	}

	.lg\:u-mt-0 {
		margin-top: 0px;
	}

	.lg\:u-block {
		display: block;
	}

	.lg\:u-flex {
		display: flex;
	}

	.lg\:u-hidden {
		display: none;
	}

	.lg\:u-w-full {
		width: 100%;
	}

	.lg\:u-w-1\/2 {
		width: 50%;
	}

	.lg\:u-w-1\/3 {
		width: 33.333333%;
	}

	.lg\:u-w-2\/3 {
		width: 66.666667%;
	}

	.lg\:u-w-1\/4 {
		width: 25%;
	}

	.lg\:u-w-2\/4 {
		width: 50%;
	}

	.lg\:u-w-3\/4 {
		width: 75%;
	}

	.lg\:u-w-1\/5 {
		width: 20%;
	}

	.lg\:u-w-2\/5 {
		width: 40%;
	}

	.lg\:u-w-3\/5 {
		width: 60%;
	}

	.lg\:u-w-4\/5 {
		width: 80%;
	}

	.lg\:u-w-1\/6 {
		width: 16.666667%;
	}

	.lg\:u-w-2\/6 {
		width: 33.333333%;
	}

	.lg\:u-w-3\/6 {
		width: 50%;
	}

	.lg\:u-w-4\/6 {
		width: 66.666667%;
	}

	.lg\:u-w-5\/6 {
		width: 83.333333%;
	}
}
@media (min-width: 86.25rem) {

	.xl\:u-w-full {
		width: 100%;
	}

	.xl\:u-w-1\/2 {
		width: 50%;
	}

	.xl\:u-w-1\/3 {
		width: 33.333333%;
	}

	.xl\:u-w-2\/3 {
		width: 66.666667%;
	}

	.xl\:u-w-1\/4 {
		width: 25%;
	}

	.xl\:u-w-2\/4 {
		width: 50%;
	}

	.xl\:u-w-3\/4 {
		width: 75%;
	}

	.xl\:u-w-1\/5 {
		width: 20%;
	}

	.xl\:u-w-2\/5 {
		width: 40%;
	}

	.xl\:u-w-3\/5 {
		width: 60%;
	}

	.xl\:u-w-4\/5 {
		width: 80%;
	}

	.xl\:u-w-1\/6 {
		width: 16.666667%;
	}

	.xl\:u-w-2\/6 {
		width: 33.333333%;
	}

	.xl\:u-w-3\/6 {
		width: 50%;
	}

	.xl\:u-w-4\/6 {
		width: 66.666667%;
	}

	.xl\:u-w-5\/6 {
		width: 83.333333%;
	}
}
@media (min-width: 100rem) {

	.wide\:u-w-full {
		width: 100%;
	}

	.wide\:u-w-1\/2 {
		width: 50%;
	}

	.wide\:u-w-1\/3 {
		width: 33.333333%;
	}

	.wide\:u-w-2\/3 {
		width: 66.666667%;
	}

	.wide\:u-w-1\/4 {
		width: 25%;
	}

	.wide\:u-w-2\/4 {
		width: 50%;
	}

	.wide\:u-w-3\/4 {
		width: 75%;
	}

	.wide\:u-w-1\/5 {
		width: 20%;
	}

	.wide\:u-w-2\/5 {
		width: 40%;
	}

	.wide\:u-w-3\/5 {
		width: 60%;
	}

	.wide\:u-w-4\/5 {
		width: 80%;
	}

	.wide\:u-w-1\/6 {
		width: 16.666667%;
	}

	.wide\:u-w-2\/6 {
		width: 33.333333%;
	}

	.wide\:u-w-3\/6 {
		width: 50%;
	}

	.wide\:u-w-4\/6 {
		width: 66.666667%;
	}

	.wide\:u-w-5\/6 {
		width: 83.333333%;
	}
}
