/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

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

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

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

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

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

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

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

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

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

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
@font-face{font-family:"Gascogne";src:url(../fonts/Gascogne/WOFF2/GascogneTS-Medium.woff2) format("woff2"),url(../fonts/Gascogne/WOFF/GascogneTS-Medium.woff) format("woff"),url(../fonts/Gascogne/OTF/GascogneTS-Medium.otf) format("otf");font-weight:500;font-style:normal}@font-face{font-family:"Gascogne";src:url(../fonts/Gascogne/WOFF2/GascogneTS-DemiBold.woff2) format("woff2"),url(../fonts/Gascogne/WOFF/GascogneTS-DemiBold.woff) format("woff"),url(../fonts/Gascogne/OTF/GascogneTS-DemiBold.otf) format("otf");font-weight:600;font-style:normal}@font-face{font-family:"Untitled Sans";src:url(../fonts/UntitledSans/WOFF2/UntitledSans-Regular.woff2) format("woff2"),url(../fonts/UntitledSans/WOFF/UntitledSans-Regular.woff) format("woff"),url(../fonts/UntitledSans/OTF/UntitledSans-Regular.otf) format("otf");font-weight:400;font-style:normal}@font-face{font-family:"Untitled Sans";src:url(../fonts/UntitledSans/WOFF2/UntitledSans-RegularItalic.woff2) format("woff2"),url(../fonts/UntitledSans/WOFF/UntitledSans-RegularItalic.woff) format("woff"),url(../fonts/UntitledSans/OTF/UntitledSans-RegularItalic.otf) format("otf");font-weight:400;font-style:italic}@font-face{font-family:"Untitled Sans";src:url(../fonts/UntitledSans/WOFF2/UntitledSans-Medium.woff2) format("woff2"),url(../fonts/UntitledSans/WOFF/UntitledSans-Medium.woff) format("woff"),url(../fonts/UntitledSans/OTF/UntitledSans-Medium.otf) format("otf");font-weight:500;font-style:normal}@font-face{font-family:"Untitled Sans";src:url(../fonts/UntitledSans/WOFF2/UntitledSans-MediumItalic.woff2) format("woff2"),url(../fonts/UntitledSans/WOFF/UntitledSans-MediumItalic.woff) format("woff"),url(../fonts/UntitledSans/OTF/UntitledSans-MediumItalic.otf) format("otf");font-weight:500;font-style:italic}@keyframes rotateCloseFirst{0%{transform:rotate(45deg)}60%{transform:rotate(25deg)}100%{transform:rotate(45deg)}}@keyframes rotateCloseSecond{0%{transform:rotate(-45deg)}60%{transform:rotate(-25deg)}100%{transform:rotate(-45deg)}}@keyframes bounce{from{transform:translateY(0)}to{transform:translateY(-10px)}}@keyframes spin{0%{transform:translateY(90%) rotateY(0deg)}25%{transform:translateY(90%) rotateY(120deg)}50%{transform:translateY(90%) rotateY(180deg)}75%{transform:translateY(90%) rotateY(120deg)}100%{transform:translateY(90%) rotateY(0deg)}}@keyframes swivel{0%{transform:rotateY(180deg)}50%{transform:rotateY(120deg)}100%{transform:rotateY(0deg)}}@keyframes riseUp{100%{transform:translate(-50%, 0)}50%{transform:translate(-50%, 20vh)}0%{transform:translate(-50%, 30vh)}}@keyframes opacityInc{from{opacity:0}to{opacity:1}}@keyframes wobble{0%{transform:translateY(0%)}15%{transform:translateY(-25%)}30%{transform:translateY(20%)}45%{transform:translateY(-15%)}60%{transform:translateY(10%)}75%{transform:translateY(-5%)}100%{transform:translateY(0%)}}@keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes slide-left{from{transform:translateY(100px)}to{transform:translateY(0)}}.button,.button--load-more,.button-arrow,.wp-block-button__link{border-radius:10px;border:0;color:#112621;background:url(../images/svg/graphics/button-background.svg) no-repeat;background-size:cover;display:flex;font-weight:500;font-family:"Untitled Sans",helvetica,arial,sans-serif;text-decoration:none;text-align:center;font-size:1.6rem;line-height:2rem;text-transform:uppercase;padding:2.1rem 2rem 2.1rem 3rem;transition:all .2s ease-in-out .1s;cursor:pointer;letter-spacing:normal;white-space:nowrap;position:relative;width:fit-content}@supports(-webkit-hyphens: none){.button,.button--load-more,.button-arrow,.wp-block-button__link{background-size:cover !important}}@media only screen and (min-width: 768px){.button,.button--load-more,.button-arrow,.wp-block-button__link{letter-spacing:.1rem;background-size:100% 100%}}.button::after,.button--load-more::after,.button-arrow::after,.wp-block-button__link::after{content:"";display:block;background-image:url(../images/svg/icons/icon-button-arrow.svg);background-repeat:no-repeat;position:relative;height:14px;width:0;margin-left:10px;margin-top:2px;transition:all .2s ease-in-out .1s}.button span,.button--load-more span,.button-arrow span,.wp-block-button__link span{transition:all .2s ease-in-out .1s}.button:hover::after,.button:focus::after,.button--load-more:hover::after,.button-arrow:hover::after,.wp-block-button__link:hover::after,.button--load-more:focus::after,.button-arrow:focus::after,.wp-block-button__link:focus::after{transition:all .2s ease-in-out .1s;width:42px}.button:hover span,.button:focus span,.button--load-more:hover span,.button-arrow:hover span,.wp-block-button__link:hover span,.button--load-more:focus span,.button-arrow:focus span,.wp-block-button__link:focus span{animation:wobble 2s ease}.button-arrow,.wp-block-button__link{padding:2.1rem 3rem}.button-arrow::after,.wp-block-button__link::after{position:absolute;height:14px;width:42px;right:-28px}.button-arrow:hover,.button-arrow:focus,.wp-block-button__link:hover,.wp-block-button__link:focus{padding-right:88px}.button-arrow:hover::after,.button-arrow:focus::after,.wp-block-button__link:hover::after,.wp-block-button__link:focus::after{right:23px}.link-arrow{display:flex;width:fit-content;font-weight:500;letter-spacing:.1em;font-size:1.4rem;line-height:1.7rem;text-transform:uppercase}.link-arrow::after{content:"";display:block;background-image:url(../images/svg/icons/icon-button-arrow.svg);background-repeat:no-repeat;width:39.77px;margin-left:10px;transition:transform .2s}.link-arrow:hover::after{transform:translateX(10px)}.button--load-more{padding:2.3rem 3rem}.button--load-more::after{display:none}.button--load-more::before{content:"+";margin-right:1rem;font-size:2rem;transition:all .2s ease-in-out}.button--load-more:hover::before{transform:rotate(90deg);transition:all .2s ease-in-out}.content-body>*:not(.esc-narrow-content,.wp-block-post-featured-image){margin:0 auto;max-width:320px}@media only screen and (min-width: 768px){.content-body>*:not(.esc-narrow-content,.wp-block-post-featured-image){max-width:720px}}.narrow-content--right>*:not(.esc-narrow-content){max-width:720px}@media only screen and (min-width: 1024px){.narrow-content--right>*:not(.esc-narrow-content){margin-right:8.3333333333%;margin-left:auto}}.narrow-content--right>*:not(.esc-narrow-content).alignfull{max-width:none;margin-left:-50vw;margin-right:-50vw}.form-body{margin:0 auto;max-width:550px;margin-top:7rem}.main-grid{display:grid;grid-template-columns:24px minmax(0, auto) 24px}@media only screen and (min-width: 768px){.main-grid{grid-template-columns:40px minmax(0, auto) 40px}}@media only screen and (min-width: 1024px){.main-grid{grid-template-columns:minmax(80px, auto) minmax(0, 1440px) minmax(80px, auto)}}input,select{vertical-align:middle}button,input,select,textarea{margin:0}button{width:auto;overflow:visible;outline:none}fieldset{border:none;padding:0}legend{font-weight:600;padding:0 1em;margin-left:-1em;display:block}label,.label{display:block;text-transform:uppercase;font-size:1.4rem;line-height:3.2rem;letter-spacing:1.71px;font-weight:600}@media only screen and (min-width: 1024px){label,.label{letter-spacing:2px}}select{background-color:rgba(0,0,0,0);border:2px #112621 solid;color:#112621;display:block;font-size:1.6rem;transition:all .2s linear 0s;border-radius:0;font-weight:600;padding:1.5rem 12rem 1.5rem 1.5rem;position:relative;cursor:pointer;-webkit-appearance:none}select:focus{outline:none}select:not([type=range]):not([type=submit]):focus{border-color:#112621}select[multiple]{height:6.5em;padding:1em}textarea,input,.text-input{appearance:none !important;padding:1.5rem 12rem 1.5rem 1.5rem;font-size:1.4rem;line-height:1.5rem;width:100%;border:1px solid #112621;font-family:"Untitled Sans",helvetica,arial,sans-serif;-webkit-appearance:none;border-radius:0;margin-bottom:2rem}textarea{height:150px;resize:vertical;font-family:"Untitled Sans",helvetica,arial,sans-serif;-webkit-appearance:none}::-webkit-input-placeholder{color:#112621;font-family:"Untitled Sans",helvetica,arial,sans-serif;font-size:1.8rem;line-height:2.7rem;font-weight:400;opacity:.7}::-moz-placeholder{color:#112621;font-family:"Untitled Sans",helvetica,arial,sans-serif;font-size:1.8rem;line-height:2.7rem;font-weight:400;opacity:.7}input::-moz-focus-inner,button::-moz-focus-inner{border:0;padding:0}input:-ms-input-placeholder{color:#112621;font-family:"Untitled Sans",helvetica,arial,sans-serif;font-size:1.8rem;line-height:2.7rem;font-weight:400;opacity:.7}.checkbox,.radio{cursor:pointer;display:block;padding-left:2.4em;margin-bottom:1em;position:relative}.checkbox.inline,.radio.inline{display:inline-block;margin-right:1em}.checkbox input,.radio input{border:0;border-radius:30px;cursor:pointer;padding:0;position:absolute;top:0;left:0}input[type=checkbox],input[type=radio]{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;width:1.6em !important;height:1.6em !important;overflow:hidden}input[type=checkbox]::before,input[type=radio]::before{content:"";transition:all .2s ease}input[type=checkbox]{border-radius:0;text-align:center}input[type=checkbox]::before{content:"✕";display:block;font-weight:500;line-height:1.6em;transform:translateX(-100%)}input[type=checkbox]:checked::before{transform:translateX(0)}input[type=radio]{border-radius:100%}input[type=radio]::before{border-radius:100%;content:"";margin:-0.8em;width:.8em;height:.8em;position:relative;top:50%;left:-100%}input[type=radio]:checked::before{display:block;left:50%}input[type=button],input[type=submit]{-webkit-appearance:none}input[type=file]{padding:1em;border:1px solid;border-radius:30px}.field-xsmall{width:2em}.field-small{width:3em}.field-medium{width:4em}.field-large{width:6em}.field-error,.field-help{font-size:1.6rem;line-height:2.8rem;font-style:italic;padding-top:.5em;font-family:"Gascogne",garamond,serif;margin:0;width:49%;text-transform:inherit !important;letter-spacing:inherit !important}.field-error{color:#ff3b3b;float:right;text-align:right}.field-help{float:left}form ol>li,form ol li>li{list-style:none;margin:0;padding:0}form ol li{padding-bottom:1.8em}form ol li::after{content:"";display:table;clear:both}form ol li input,form ol li select,form ol li textarea{width:100%}form ol li li:last-child{padding-bottom:0}form ol li select{width:100%}.gform_wrapper.gravity-theme .gform_fields{grid-row-gap:4rem !important}.gform_wrapper.gravity-theme .gfield textarea.large{height:158px !important}.gform_wrapper .gform_heading .gform_title{font-size:3rem;line-height:3.6rem;font-weight:400;padding-bottom:2.8rem}.gform_wrapper legend,.gform_wrapper label{text-transform:capitalize;font-family:"Gascogne",garamond,serif;font-size:1.8rem;line-height:1.8rem;font-weight:400;letter-spacing:unset}.gform_wrapper input:not(.gform_button,.gform-button),.gform_wrapper textarea{border:unset;border-bottom:1px solid #112621;padding-left:.5rem !important;background:rgba(0,0,0,0)}.gform_wrapper input:not(.gform_button,.gform-button):focus,.gform_wrapper input:not(.gform_button,.gform-button):focus-visible,.gform_wrapper textarea:focus,.gform_wrapper textarea:focus-visible{outline:solid 2px #ff9375;border-radius:3px}.gform_wrapper input:not(.gform_button,.gform-button):focus::-webkit-input-placeholder,.gform_wrapper input:not(.gform_button,.gform-button):focus-visible::-webkit-input-placeholder,.gform_wrapper textarea:focus::-webkit-input-placeholder,.gform_wrapper textarea:focus-visible::-webkit-input-placeholder{color:rgba(0,0,0,0);opacity:0}.gform_wrapper input:focus::-webkit-input-placeholder,.gform_wrapper input:-moz-placeholder,.gform_wrapper input:focus::-moz-placeholder{color:rgba(0,0,0,0);opacity:0}.gform_wrapper .gfield_error legend{color:unset !important}.gform_wrapper .gfield_required{display:none !important}.gform_wrapper .gform_validation_errors{display:none}.gform_wrapper .gfield_error [aria-invalid=true]{border:unset !important;border-bottom:1px solid #ce2f03 !important}.gform_wrapper .gfield_validation_message,.gform_wrapper .gform_wrapper .validation_message{background:rgba(0,0,0,0) !important;border:none !important;padding:0 !important;font-size:1.6rem !important;line-height:2.4rem !important;margin-top:0 !important}.gform_confirmation_wrapper{max-width:527px;font-size:4rem;line-height:4.5rem;font-family:"Gascogne",garamond,serif;font-weight:400}.gform_confirmation_wrapper .gform_confirmation_message{font-size:3rem;line-height:3.6rem}@media screen and (min-width: 1024px){.gform_confirmation_wrapper .gform_confirmation_message{margin-bottom:300px;padding-top:20rem}}.desktop-only{display:none}@media only screen and (min-width: 1024px){.desktop-only{display:block}}.lowercase{text-transform:lowercase}.mobile-only{display:block}@media only screen and (min-width: 768px){.mobile-only{display:none}}@media only screen and (max-width: calc(768px - 1px)){.hide-mobile{display:none !important}}.hide-desktop{display:block}@media only screen and (min-width: 1024px){.hide-desktop{display:none}}.align--right{text-align:right}.align--center{text-align:center}.margin__top--xsmall{margin-top:1rem}.margin__top--small{margin-top:2rem}.margin__top--small-med{margin-top:3rem}.margin__top--med{margin-top:3rem}@media only screen and (min-width: 1024px){.margin__top--med{margin-top:5rem}}.margin__top--med-large{margin-top:4rem}@media only screen and (min-width: 1024px){.margin__top--med-large{margin-top:8rem}}.margin__top--large{margin-top:6rem}@media only screen and (min-width: 1024px){.margin__top--large{margin-top:10rem}}.margin__top--xlarge{margin-top:12rem}@media only screen and (min-width: 1024px){.margin__top--xlarge{margin-top:16rem}}.margin__bottom--xsmall{margin-bottom:1rem}.margin__bottom--small{margin-bottom:2rem}.margin__bottom--small-med{margin-bottom:3rem}.margin__bottom--med{margin-bottom:3rem}@media only screen and (min-width: 1024px){.margin__bottom--med{margin-bottom:5rem}}.margin__bottom--med-large{margin-bottom:4rem}@media only screen and (min-width: 1024px){.margin__bottom--med-large{margin-bottom:8rem}}.margin__bottom--large{margin-bottom:6rem}@media only screen and (min-width: 1024px){.margin__bottom--large{margin-bottom:10rem}}.margin__bottom--xlarge{margin-bottom:12rem}@media only screen and (min-width: 1024px){.margin__bottom--xlarge{margin-bottom:16rem}}.padding__top--none{padding-top:0}.padding__top--xsmall{padding-top:1rem}.padding__top--small{padding-top:2rem}.padding__top--small-med{padding-top:3rem}.padding__top--med{padding-top:3rem}@media only screen and (min-width: 1024px){.padding__top--med{padding-top:5rem}}.padding__top--med-large{padding-top:4rem}@media only screen and (min-width: 1024px){.padding__top--med-large{padding-top:8rem}}.padding__top--large{padding-top:6rem}@media only screen and (min-width: 1024px){.padding__top--large{padding-top:10rem}}.padding__top--xlarge{padding-top:12rem}@media only screen and (min-width: 1024px){.padding__top--xlarge{padding-top:16rem}}.padding__bottom--none{padding-bottom:0}.padding__bottom--xsmall{padding-bottom:1rem}.padding__bottom--small{padding-bottom:2rem}.padding__bottom--small-med{padding-bottom:3rem}.padding__bottom--med{padding-bottom:3rem}@media only screen and (min-width: 1024px){.padding__bottom--med{padding-bottom:5rem}}.padding__bottom--med-large{padding-bottom:4rem}@media only screen and (min-width: 1024px){.padding__bottom--med-large{padding-bottom:8rem}}.padding__bottom--large{padding-bottom:6rem}@media only screen and (min-width: 1024px){.padding__bottom--large{padding-bottom:10rem}}.padding__bottom--xlarge{padding-bottom:12rem}@media only screen and (min-width: 1024px){.padding__bottom--xlarge{padding-bottom:16rem}}.subtitle{text-transform:uppercase;font-size:1.5rem;line-height:2.3rem;letter-spacing:.1rem;font-weight:500}.full-bleed{left:50%;margin-left:-50vw;margin-right:-50vw;max-width:100vw;position:relative;right:50%;width:100vw}ol{list-style:none;counter-reset:cpa-counter}ol li{counter-increment:cpa-counter;text-indent:-1em}ol li::before{content:counter(cpa-counter) ".";font-weight:600;margin-right:16px;display:inline-block}ul.circle,ol.circle{list-style:circle outside}ul.square,ol.square{list-style:square outside}ul.none,ol.none{list-style:none;margin-left:0}ul.leading-zero,ol.leading-zero{list-style:decimal-leading-zero}ul.lower-roman,ol.lower-roman{list-style:lower-roman}ul.upper-roman,ol.upper-roman{list-style:upper-roman}ul.lower-alpha,ol.lower-alpha{list-style:lower-alpha}ul.upper-alpha,ol.upper-alpha{list-style:upper-alpha}dl{margin-bottom:1.75em}dt{font-weight:600;margin-top:1.75em}dd{padding-left:1.75em}dl dt:first-child{margin-top:0}html,body{height:100%}html{font-size:62.5%}body{color:#112621;font-size:1.6rem;font-family:"Untitled Sans",helvetica,arial,sans-serif;line-height:2.8rem;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body.js-lock-body{overflow:hidden}body .otgs-development-site-front-end{display:none}main{overflow:hidden;min-height:100vh}*{box-sizing:border-box}hr{border:0;display:block;height:2px;background:#ededed;margin:1.75em 0;padding:0}.skip-to-main{cursor:default}table{border-collapse:collapse;border-spacing:0;clear:both;border-left:0}caption{padding-bottom:.5em}thead tr{border-bottom:3px solid}tbody tr{border-bottom:1px solid}tbody tr:last-child{border-bottom:0}tbody th{border-right:3px solid;text-align:right;width:.1%}td,th{padding:.75em;text-align:left}th{font-weight:600;vertical-align:bottom}td{font-weight:400;vertical-align:top}.table-condensed td,.table-condensed th{padding:.25em .75em}.table-hover tr:hover{transition:.2s all ease-in}::selection{color:#fff;background-color:#1f453b}::-moz-selection{color:#fff;background-color:#1f453b}p,.p{margin:0;color:#112621;font-size:2rem;font-family:"Untitled Sans",helvetica,arial,sans-serif;line-height:3rem;font-weight:400;letter-spacing:-0.02em}small,caption,.small-text{font-size:1.8rem;line-height:2.7rem;letter-spacing:-0.015em}.large-text{font-size:3.6rem;line-height:4.8rem;letter-spacing:-3px}i,em{font-style:italic}b,strong{font-weight:600}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}address{font-style:normal}.weight-regular{font-weight:400}.weight-medium{font-weight:500}.weight-semi-bold{font-weight:600}.weight-black{font-weight:600}h1,h2,h3,h4,h5,h6{font-weight:600;color:#112621;margin:0;font-family:"Gascogne",garamond,serif}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-size:inherit;line-height:inherit;color:inherit;letter-spacing:inherit;font-weight:inherit}h1,.h1{font-size:4.8rem;line-height:5.1rem}@media only screen and (min-width: 1024px){h1,.h1{font-size:6rem;line-height:6.5rem}}h2,.h2{font-size:3.7rem;line-height:4.5rem}@media only screen and (min-width: 1024px){h2,.h2{font-size:4rem;line-height:4.5rem}}h3{font-size:3rem;line-height:3.6rem}h4{font-size:2rem;line-height:2.6rem}h5{font-size:2rem;line-height:3rem}h6{font-size:1.8rem;line-height:2.6rem}.link,.open-positions__list__item,.contact-us__content__left__bottom .email-container__content>a,p a{width:fit-content;display:block;position:relative}.link::before,.open-positions__list__item::before,.contact-us__content__left__bottom .email-container__content>a::before,p a::before{content:"";position:absolute;background-color:#ff9375;left:0;bottom:0;width:100%;height:.2rem;z-index:-1}@media only screen and (prefers-reduced-motion: no-preference){.link::before,.open-positions__list__item::before,.contact-us__content__left__bottom .email-container__content>a::before,p a::before{transition:all .3s ease-in-out}}.link:hover::before,.open-positions__list__item:hover::before,.contact-us__content__left__bottom .email-container__content>a:hover::before,p a:hover::before{height:100%}a{color:#112621;text-decoration:none;cursor:pointer}p a{display:inline-block}.content-formatting>:first-child:not(.escape-narrow-content){padding-top:0}.content-formatting>p{padding-bottom:4rem}.content-formatting>h1{padding-bottom:3rem}.content-formatting>h2{padding-bottom:1rem;padding-top:2rem}.content-formatting>h3,.content-formatting>h4{padding-bottom:1rem;padding-top:2rem}.content-formatting>h5,.content-formatting>h6{padding-bottom:1rem;padding-top:1rem}.content-formatting>ul>li{font-size:2rem;line-height:3rem;padding-bottom:1rem}.content-formatting>div:last-child:not(.esc-narrow-content){padding-bottom:4rem}@media only screen and (min-width: 1024px){.content-formatting>div:last-child:not(.esc-narrow-content){padding-bottom:6rem}}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.titlecase{text-transform:capitalize}.date,.location{font-size:1.4rem;line-height:3.2rem}@media only screen and (min-width: 1024px){.date,.location{font-size:1.6rem;line-height:1.9rem}}pre,code,kbd,samp{font-family:monaco,courier,monospace}code{font-size:1.4rem;padding:0 .25em}pre{padding:2em 2em}q{font-style:italic}.wp-block-code,.wp-block-preformatted,pre{font-family:Menlo,Consolas,monaco,monospace;color:#23282d;background-color:#fdfdfd;border:1px solid #e2e4e7;overflow:scroll}.wp-block-code code,.wp-block-preformatted code,pre code{background-color:#fdfdfd}.wp-block-pullquote__citation,.wp-block-pullquote cite,.wp-block-pullquote footer{color:#40464d;text-transform:uppercase;font-size:1.3rem;font-style:normal}.wp-block-quote__citation,.wp-block-quote cite,.wp-block-quote footer{color:#6c7781;position:relative;font-style:normal}.wp-block-quote[style*="text-align:right"],.wp-block-quote[style*="text-align: right"]{border-left:none;border-right:4px solid #000;padding-left:0;padding-right:1em}.wp-block-quote[style*="text-align:center"],.wp-block-quote[style*="text-align: center"]{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{border:none}.wp-block-preformatted pre{font-size:1.6rem}@media(min-width: 600px){.wp-block-preformatted pre{font-size:1.4rem}}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){max-width:50%}.wp-block-table td,.wp-block-table th{padding:.5em;border:1px solid;word-break:break-all}.alignwide{position:relative;left:50%;transform:translateX(-50%);max-width:unset;margin-left:unset}@media screen and (min-width: 1024px){.alignwide{width:75vw;left:50%;transform:translateX(-50%)}}.alignfull{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;text-align:center;max-width:unset}.aligncenter{display:flex;justify-content:center;margin:auto}.aligncenter>figcaption{text-align:left}.alignleft{display:flex;justify-content:flex-start;margin-right:auto}.alignright{display:flex;justify-content:flex-end;margin-left:auto}@media(max-width: 600px){.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media{grid-row:1}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content{grid-row:2}}.content-body>p{max-width:inherit}.content-body>p img{max-width:inherit;height:auto}.wp-block-code{font-size:1.4rem;padding:.8em 1em;border:1px solid #e2e4e7;border-radius:4px;background-color:#fdfdfd}.wp-block-quote{margin:0;padding:2rem 0 2rem 1rem;position:relative;quotes:"“" "”" "‘" "’"}@media only screen and (min-width: 768px){.wp-block-quote{padding:4rem 0 5rem 5rem}}.wp-block-quote p{display:inline;font-family:"Gascogne",garamond,serif;font-weight:500;line-height:4.5rem;font-size:3rem;letter-spacing:0}.wp-block-quote::before{content:url(../images/svg/graphics/quotation-mark.svg);display:block;position:relative;top:0;height:34px;width:44px;padding-bottom:2.5rem}@media only screen and (min-width: 600px){.wp-block-quote::before{left:-5rem}}.wp-block-quote cite{padding-top:2rem;font-size:1.8rem;line-height:1.5em;font-weight:400;display:block;letter-spacing:-0.02rem;color:#1f453b}.wp-block-quote cite::before{content:"— "}.wp-block-pullquote{margin:5rem 0;border-top:4px solid #555d66;border-bottom:4px solid #555d66;color:#40464d}.wp-block-pullquote blockquote{margin:0;padding:0 2rem;border-left:none}.wp-block-separator{margin:1.65em auto}.wp-block-table{width:100%;min-width:240px;border-collapse:collapse;margin-left:unset}.wp-block-image{padding-top:5rem;padding-bottom:5rem;margin-bottom:0}@media screen and (min-width: 1024px){.wp-block-image{padding-top:4rem;padding-bottom:4rem}}.wp-block-image img{border-radius:10px}.wp-block-image.alignright{width:100%;display:flex;justify-content:flex-end}.wp-block-image.alignleft{width:100%;display:flex;justify-content:flex-start}.wp-block-image figcaption{padding-top:1rem;margin-top:0;margin-bottom:0}.wp-block-image.padding__bottom--none{padding-bottom:0}.wp-block-image.padding__top--none{padding-top:0}.wp-block-gallery{position:relative}.wp-block-gallery.alignwide{width:100vw;left:calc(-50.6vw + 50%)}@media screen and (min-width: 1024px){.wp-block-gallery.alignwide{width:75vw;left:50%;transform:translateX(-50%)}}.wp-block-gallery.alignfull{width:100vw;left:49.25%;right:50%;margin-left:-50vw;margin-right:-50vw;text-align:center;max-width:unset}.wp-block-gallery.has-nested-images{padding-top:0;padding-bottom:4rem}.wp-block-gallery.has-nested-images.has-nested-images:has(>figure>figcaption){padding-bottom:5rem}.wp-block-gallery.has-nested-images>figure{position:relative}@media screen and (max-width: 768px){.wp-block-gallery.has-nested-images>figure{width:100% !important}}.wp-block-gallery.has-nested-images>figure>figcaption{position:absolute;bottom:unset !important;top:91%;color:#112621 !important;background:none !important;font-size:1.6rem !important;line-height:2rem !important;margin-top:.5rem;padding:0 !important;text-align:left !important}.wp-block-gallery figcaption{line-height:1.6rem}.wp-block-gallery .wp-block-image a:hover::after{width:0}.wp-block-post-featured-image{width:100%;height:auto;position:relative;padding-top:68.4931506849%;overflow:hidden;margin-bottom:4rem;margin-top:1.8rem;max-width:unset !important;border-radius:1rem}@media only screen and (min-width: 768px){.wp-block-post-featured-image{padding-top:51.6129032258%;margin-bottom:6rem;margin-bottom:3.8rem}}.wp-block-post-featured-image>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:1rem}.wp-block-button.alignright{text-align:right;display:flex;justify-content:flex-end}.wp-block-button.alignleft{width:100%;display:flex;justify-content:flex-start}.wp-block-search__button{border:0;color:#fff;display:inline-block;text-decoration:none;text-align:center;font-size:1.4rem;line-height:1.5rem;letter-spacing:2px;text-transform:uppercase;padding:2rem 2rem;margin-left:0 !important}@media only screen and (min-width: 768px){.wp-block-search__button{padding:1.8rem 2.2rem}}.wp-block-spacer{margin-top:0;margin-bottom:0}.wp-block-column>p:not(:last-child){margin-bottom:4rem}.wp-block-pb-accordion-item{padding-bottom:1.8rem;padding-right:2rem;margin-bottom:1.8rem;border-bottom:1px solid #112621}@media screen and (min-width: calc(768px + 14px)){.wp-block-pb-accordion-item{margin-left:auto;max-width:40.8rem;width:100%}}.wp-block-pb-accordion-item .c-accordion__title{font-size:2rem;line-height:2.6rem}.wp-block-pb-accordion-item .c-accordion__title::after{content:"";height:1.6rem;width:1.6rem;background:url(../images/svg/icons/icon-plus.svg) no-repeat center;background-size:cover}.wp-block-pb-accordion-item.is-open .c-accordion__title{margin-bottom:3rem}@media screen and (min-width: 1024px){.wp-block-pb-accordion-item.is-open .c-accordion__title{margin-bottom:1rem}}.wp-block-pb-accordion-item.is-open .c-accordion__title::after{background:url(../images/svg/icons/icon-minus.svg) no-repeat center}.wp-block-pb-accordion-item .c-accordion__content p+p{margin-top:4rem}.footer{padding-top:5rem;overflow:hidden}@media only screen and (min-width: 768px){.footer{padding-top:10rem}}@media only screen and (min-width: 1024px){.footer{padding-top:9rem}}.footer ::selection,.footer ::-moz-selection{background:#ff9375}.footer ul,.footer li{margin:0;padding:0;list-style:none}.footer *{color:#fcfbfa}.footer .footer-svg-top{transform:translateY(10px);display:block}.footer__wrapper{background-color:#1f453b}.footer__main{position:relative}.footer__main .footer-shape-1{position:absolute;right:52%;top:-12%;width:26%}@media only screen and (min-width: 1024px){.footer__main .footer-shape-1{right:44%;top:-20%;width:30%}}@media only screen and (min-width: 1441px){.footer__main .footer-shape-1{top:-19%}}.footer__main .footer-shape-2{position:absolute;right:26%;top:-7%;width:25%}@media only screen and (min-width: 1024px){.footer__main .footer-shape-2{right:31%;top:7%}}.footer__top{padding-top:6rem;position:relative}@media only screen and (min-width: 1024px){.footer__top{display:flex;justify-content:space-between;align-items:center;padding-top:3rem}}.footer__top__newsletter h4{font-size:2.4rem;line-height:2.4rem}@media only screen and (min-width: 1024px){.footer__top__newsletter h4{font-size:2.5rem;line-height:2.5rem}}.footer__top__newsletter form{padding:3.5rem 0 0 !important;margin:0 !important}.footer__top__newsletter form .gform-body{width:100%}@media only screen and (min-width: 1024px){.footer__top__newsletter form .gform-body{width:unset}}.footer__top__newsletter .gform_wrapper.gravity-theme .gform_fields{display:flex;flex-direction:column}@media only screen and (min-width: 1024px){.footer__top__newsletter .gform_wrapper.gravity-theme .gform_fields{display:flex;flex-direction:row;justify-content:space-between;align-items:baseline;gap:3rem}.footer__top__newsletter .gform_wrapper.gravity-theme .gform_fields div:first-child{min-width:241px}}.footer__top__newsletter input:not(.gform-button),.footer__top__newsletter textarea{border-bottom:1px solid #fcfbfa !important}.footer__top__newsletter input:not(.gform-button)::-webkit-input-placeholder,.footer__top__newsletter textarea::-webkit-input-placeholder{color:#fcfbfa}.footer__top__newsletter .gform-button{margin-bottom:0 !important;color:#112621;padding:2.1rem 3rem !important}@media screen and (min-width: 1024px){.footer__top__newsletter .gform_confirmation_wrapper{max-width:440px}}.footer__top__newsletter .gform_confirmation_wrapper .gform_confirmation_message{font-size:2.5rem;line-height:2.5rem;padding-top:5rem}@media screen and (min-width: 1024px){.footer__top__newsletter .gform_confirmation_wrapper .gform_confirmation_message{margin-bottom:0;padding-top:3rem}}.footer__top__newsletter .gfield_validation_message,.footer__top__newsletter .gform_wrapper .validation_message{background-color:#fcfbfa !important;padding:1rem !important;border:1px solid #ff3b3b !important;border-top:none !important}@media only screen and (min-width: 1024px){.footer__top__newsletter .gfield_validation_message,.footer__top__newsletter .gform_wrapper .validation_message{max-width:294px}}.footer__top__back-to-top{position:absolute;top:590px;right:0}@media only screen and (min-width: 1024px){.footer__top__back-to-top{transform:translateY(40px);position:unset}}.footer__top__back-to-top h3{text-align:center;max-width:150px}.footer__address-container{font-size:1.8rem;line-height:2.7rem;letter-spacing:-0.015em;padding-top:8.7rem}.footer__address-container__address p{font-size:1.8rem;line-height:2.7rem;letter-spacing:-0.015em}.footer__address-container__email,.footer__address-container__phone{padding-top:1.5rem}.footer__address-container__email a,.footer__address-container__phone a{font-weight:400;text-transform:initial;font-size:2rem;line-height:2.7rem;letter-spacing:-0.015em}.footer__socials-container{display:flex;flex-direction:column;gap:5.3rem;padding-top:18rem}@media only screen and (min-width: 1024px){.footer__socials-container{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:6rem;padding-top:6rem}}.footer__socials-container .social-icons{justify-content:space-around}.footer__socials-container__affiliates{display:flex;gap:3.3rem;align-items:flex-end}@media only screen and (min-width: 1024px){.footer__socials-container__affiliates{gap:7.6rem}}.footer__socials-container__affiliates a{display:block}.footer__socials-container__affiliates .clutch{width:111px;text-align:center}.footer__socials-container__affiliates .clutch img{width:87.86px;height:25px;object-fit:contain}.footer__socials-container__affiliates .clutch p{padding-top:1.6rem;font-size:1.6rem;line-height:1.8rem;letter-spacing:-0.02em;text-transform:capitalize}.footer__socials-container__affiliates .bcorp{width:55px;height:84px}.footer__socials-container__affiliates .bcorp img{width:100%;height:auto;object-fit:contain}.footer__bottom{display:flex;flex-direction:column;gap:1.5rem;border-top:1px solid #bfc9bd;padding:3.3rem 0;margin-top:4.2rem}@media only screen and (min-width: 1024px){.footer__bottom{gap:unset;flex-direction:row;justify-content:space-between}}.footer__bottom .nav-footer-main-menu .footer-main-menu__list{display:flex;flex-direction:column}@media only screen and (min-width: 1024px){.footer__bottom .nav-footer-main-menu .footer-main-menu__list{flex-direction:row;gap:9.7rem}}.footer__bottom .nav-footer-main-menu .footer-main-menu__list .menu-item a{text-transform:capitalize;font-weight:400;font-size:1.5rem;line-height:1.9rem;letter-spacing:-0.02em}.footer__bottom__copyright{font-size:1.5rem;line-height:1.9rem;letter-spacing:-0.02em}.page-template-contact-us .footer,.case-study-template-default .footer{padding-top:4rem}.error404 .footer{padding-top:0}.error404 .footer__main{position:relative}.error404 .footer__main .footer-shape-1{display:none}.page-404{padding-top:10rem;margin-bottom:14rem}@media only screen and (min-width: 1024px){.page-404{padding-top:14rem;margin-bottom:-16rem}}.page-404__content{display:flex;flex-direction:column;gap:10rem}@media only screen and (min-width: 1024px){.page-404__content{flex-direction:row;justify-content:space-around;align-items:center}}.page-404__content__left h1{display:inline}.page-404__content__left .special-word{display:inline;width:fit-content;position:relative;font-weight:600;color:#112621;font-family:"Gascogne",garamond,serif;font-size:4.8rem;line-height:5.1rem;margin-right:10px}@media only screen and (min-width: 1024px){.page-404__content__left .special-word{font-size:6rem;line-height:6.5rem}}.page-404__content__left .special-word svg{display:none}@media only screen and (min-width: 1024px){.page-404__content__left .special-word svg{display:block;position:absolute;width:100%}.page-404__content__left .special-word svg.first-svg{top:-35px}.page-404__content__left .special-word svg.second-svg{bottom:-11px}.page-404__content__left .special-word svg.third-svg{bottom:-58px;left:-19px;width:131%}}.page-404__content__left__link{padding-top:3.43rem}.page-404__content__right{min-height:400px;display:flex;flex-direction:column}@media only screen and (min-width: 1024px){.page-404__content__right{min-width:500px;gap:8rem}}.page-404__content__right__text{display:flex;flex-direction:column;align-items:center;position:relative;max-width:253px}@media only screen and (min-width: 1024px){.page-404__content__right__text{align-items:unset}}.page-404__content__right__text>p{font-family:"Gascogne",garamond,serif;line-height:2.24rem;letter-spacing:0}.page-404__content__right__text .page-404__arrow--loop{position:relative;left:-44px;top:-11px}@media only screen and (min-width: 1024px){.page-404__content__right__text .page-404__arrow--loop{position:absolute;top:8px;left:unset;right:0}}.page-404__content__right__cta{display:flex;justify-content:center}@media only screen and (min-width: 1024px){.page-404__content__right__cta{justify-content:flex-end}}@media only screen and (min-width: 1024px){.page-404 .matter-container{overflow:hidden;width:100%;height:100vh;margin-top:-647px;cursor:pointer}}.work-page{padding:10rem 0 5rem}@media only screen and (min-width: 768px){.work-page{padding:20rem 0 7rem}}.work-page h6{font-family:"Untitled Sans",helvetica,arial,sans-serif}.work-page-intro-block{position:relative;display:flex;width:100%;justify-content:flex-end}.work-page-intro-block__text h6{margin-bottom:3rem;line-height:2.3rem}.work-page-intro-block__shapes{display:none;padding-top:25rem;width:75%;position:relative}.work-page-intro-block__shapes svg{width:100%;overflow:visible}.work-page-intro-block__shapes__line{position:absolute;bottom:50px;left:0}@media only screen and (min-width: 768px){.work-page-intro-block{justify-content:space-between}.work-page-intro-block__text{position:static;width:50%;display:flex;flex-direction:column;justify-content:center}.work-page-intro-block__shapes{display:block;width:auto;padding-top:0}.work-page-intro-block__shapes svg{width:auto;overflow:visible}}.work-page__filters{padding:7rem 0 1.8rem;border-bottom:1px solid #112621;margin-bottom:7rem}.work-page__filters .filters__wrap{display:flex;gap:4.4rem;position:relative}.work-page__filters .filters__wrap .filter{font-size:1.8rem;font-weight:400;cursor:pointer;letter-spacing:0;text-transform:none;white-space:nowrap}.work-page__filters .filters__wrap .filter__wrap{position:relative}.work-page__filters .filters__wrap .filter__wrap>svg{position:absolute;bottom:0;left:-9px;z-index:-1;width:calc(20px + 100%);display:block}.work-page__filters .filters__wrap .filter__wrap>input{position:absolute;z-index:-1;top:50%;left:50%;transform:translate(-50%, -50%);opacity:0}.work-page__filters .filters--dropdown{position:relative;width:100%}.work-page__filters .filters--dropdown svg{position:absolute;top:50%;right:2rem;transform:translateY(-50%) rotate(180deg);pointer-events:none}.work-page__filters .filters--dropdown .dropdown{border:none;font-weight:400;width:100%;position:relative;appearance:none}.work-page .our-work-block{padding-top:0;padding-bottom:0}.work-page .our-work-block__cards-container{padding-top:0}.work-page .our-work-block__cards-container .card-case-study{z-index:1}.work-page .error-message{width:100%;padding:5rem 0 10rem}@media only screen and (min-width: 768px){.work-page__list{margin-top:2.5rem}}.work-page__featured{position:relative;margin-bottom:10rem}@media only screen and (min-width: 768px){.work-page__featured{margin-bottom:14rem}}.work-page__featured .shapes{display:none;position:absolute;bottom:0;right:-24px}@media only screen and (min-width: 768px){.work-page__featured .shapes{display:block;right:-40px}}@media only screen and (min-width: 1024px){.work-page__featured .shapes{right:clamp((100vw - 1440px)/2*-1,(100vw - 1440px)/2*-1,-80px)}}.work-page__featured .shapes svg{overflow:visible}.work-page__middle{display:flex;justify-content:space-between;margin-top:7rem;margin-bottom:1rem;position:relative;flex-direction:column;align-items:center;min-height:20rem}@media only screen and (min-width: 768px){.work-page__middle{flex-direction:row;align-items:stretch;padding:0}}.work-page__middle .shapes{position:absolute;bottom:10px;left:-24px;z-index:-1;display:none}@media only screen and (min-width: 768px){.work-page__middle .shapes{display:unset;bottom:68px;left:-57px}}.work-page__middle .shapes__wrap{position:relative}.work-page__middle .shapes .shape--green{position:absolute;bottom:0;left:10rem;transform:translate(0, 50%)}.work-page__middle .shapes--mobile{display:block;width:100%;position:static}.work-page__middle .shapes--mobile .shapes__wrap{width:100%;display:flex;justify-content:flex-end}.work-page__middle .shapes--mobile .shape--green{position:absolute;bottom:0;right:8rem;left:auto;transform:translate(0, 50%)}@media only screen and (min-width: 768px){.work-page__middle .shapes--mobile{display:none}}@media only screen and (min-width: 768px){.work-page__middle .button-container{margin-bottom:5rem;position:absolute;top:0;left:50%;transform:translateX(-50%)}}.work-page__middle .cta-container{display:none;padding-right:24px}@media only screen and (min-width: 768px){.work-page__middle .cta-container{display:block;padding-right:40px}}@media only screen and (min-width: 1024px){.work-page__middle .cta-container{padding-right:clamp((100vw - 1440px)/2,80px,80px)}}.work-page .archives{margin:1rem 0}.work-page .archives__nav{margin-top:3rem;display:flex;width:100%;padding-bottom:1.4rem;border-bottom:1px solid #112621}@media only screen and (min-width: 768px){.work-page .archives__nav{margin-top:6rem}}.work-page .archives__nav>.column span{font-family:"Gascogne",garamond,serif;font-size:2rem;line-height:2.6rem;font-weight:600}.work-page .archives__nav--year{width:30%}@media only screen and (min-width: 768px){.work-page .archives__nav--year{width:15%}}.work-page .archives__nav--client{width:70%}@media only screen and (min-width: 768px){.work-page .archives__nav--client{width:27%}}.work-page .archives__nav--industry{display:none}@media only screen and (min-width: 768px){.work-page .archives__nav--industry{display:block;width:26%}}.work-page .archives__nav--expertise{display:none}@media only screen and (min-width: 768px){.work-page .archives__nav--expertise{display:block;width:36%}}.work-page .archives .archive{display:flex;width:100%;padding:2rem 0;border-bottom:1px solid #112621;align-items:center}.work-page .archives .archive>.column p{text-transform:none}.work-page .archives .archive__year{width:30%}@media only screen and (min-width: 768px){.work-page .archives .archive__year{width:15%}}.work-page .archives .archive__client{width:70%}.work-page .archives .archive__client>p{position:relative}.work-page .archives .archive__client>p::after{content:url(../images/svg/icons/icon-archive-arrow.svg);margin-left:1rem;position:absolute;transition:all .2s ease-in-out}@media only screen and (min-width: 768px){.work-page .archives .archive__client{width:27%}}.work-page .archives .archive:hover .archive__client>p::after{opacity:1;transition:all .2s ease-in-out}@media only screen and (min-width: 768px){.work-page .archives .archive:hover .archive__client>p::after{margin-left:2rem;transition:all .2s ease-in-out}}.work-page .archives .archive__industries{display:none}@media only screen and (min-width: 768px){.work-page .archives .archive__industries{display:flex;width:26%}}.work-page .archives .archive__industries p{margin-right:1rem}.work-page .archives .archive__expertise{display:none}@media only screen and (min-width: 768px){.work-page .archives .archive__expertise{display:flex;width:36%}}.work-page .archives .archive__expertise p{margin-right:1rem}.work-page .archives__load-more{margin-top:7rem;display:flex;justify-content:center}.work-page .cta{margin-top:10rem;display:flex;flex-direction:column;align-items:center}@media only screen and (min-width: 768px){.work-page .cta{margin-top:14rem}}.work-page .cta__title{width:100%}.work-page .cta__title h3{width:75%;font-weight:400;font-size:2.5rem;line-height:2.5rem}@media only screen and (min-width: 768px){.work-page .cta__title h3{margin:0 auto;font-size:3rem;line-height:3.6rem}}.work-page .cta__shape{width:100%;display:flex;margin-top:1rem;padding-left:1rem}@media only screen and (min-width: 768px){.work-page .cta__shape{padding-left:0;margin-left:25%;justify-content:flex-start}}.work-page .cta__shape>svg{width:50%}@media only screen and (min-width: 768px){.work-page .cta__shape>svg{width:35%}}@media only screen and (min-width: 1024px){.work-page .cta__shape>svg{width:50%}}.work-page .cta__button{width:100%;display:flex;justify-content:center;height:23.7rem}.case-study{position:relative}.case-study__wrap{display:block;border-bottom:1px solid #112621;padding:3rem 0;transition:.15s ease-in-out}@media only screen and (min-width: 768px){.case-study__wrap{padding:3.5rem 0}}.case-study__wrap h4{font-size:4rem;line-height:4.5rem;transition:.1s ease-in-out;text-transform:none;font-weight:400}@media only screen and (min-width: 768px){.case-study__wrap h4{font-size:6.5rem;line-height:8.1rem;max-width:80%}}.case-study__wrap p{text-transform:none}.case-study__img{position:absolute;width:35rem;height:43rem;border-radius:1rem;overflow:hidden;pointer-events:none;z-index:99999}.case-study__img>img{width:100%;height:100%;object-fit:cover}@media only screen and (min-width: 768px){.case-study:hover .case-study__wrap{background-color:#1f453b;padding:3.5rem 2rem 3.5rem 6.3rem;transition:.3s ease-in-out}.case-study:hover .case-study__wrap h4,.case-study:hover .case-study__wrap p{color:#fcfbfa;transition:.2s ease-in-out}}.what-we-offer-block__row{margin-bottom:7rem;row-gap:unset;opacity:0;transform:translateY(1px)}.what-we-offer-block__row:nth-of-type(3){margin-bottom:10rem}@media screen and (min-width: 1024px){.what-we-offer-block__row:nth-of-type(3){margin-bottom:14rem}}.what-we-offer-block__row h2{margin-bottom:1rem;line-height:3.6rem;font-size:3rem}@media screen and (min-width: 768px){.what-we-offer-block__row .wp-block-column:first-of-type{max-width:50.3rem;width:100%;margin-right:auto}}.what-we-offer-block__row .wp-block-column:last-of-type{margin-top:5rem}@media screen and (min-width: 1024px){.what-we-offer-block__row .wp-block-column:last-of-type{padding-right:10rem}}.what-we-offer-block__row .wp-block-column p+p{margin-top:4rem}.what-we-offer-block__row .wp-block-column p{margin-bottom:0}.what-we-offer-block__row .wp-block-column p+.wp-block-buttons{margin-top:1.5rem}.subtitle+.what-we-offer-block__row{margin-top:3rem}.proud-of-block__row{margin-bottom:7rem;position:relative}@media screen and (min-width: 768px){.proud-of-block__row{margin-bottom:14rem}}.proud-of-block__row h2{margin-bottom:1rem}@media screen and (min-width: calc(768px + 14px)){.proud-of-block__row.hack-day .wp-block-column:first-of-type{max-width:50rem;width:100%;margin-right:auto}}.proud-of-block__row.hack-day .wp-block-column:last-of-type{margin-top:1rem}@media screen and (min-width: calc(768px + 14px)){.proud-of-block__row.hack-day .wp-block-column:last-of-type{max-width:60rem;width:100%;margin-left:auto;margin-top:3rem}}.proud-of-block__row.hack-day .wp-block-image{padding-top:0;padding-bottom:0}.proud-of-block__row.collaborative{gap:unset}@media screen and (min-width: calc(768px + 14px)){.proud-of-block__row.collaborative{gap:2em}}@media screen and (min-width: calc(768px + 14px)){.proud-of-block__row.collaborative .wp-block-column:last-of-type{max-width:60rem;width:100%;margin-left:auto}}@media screen and (min-width: calc(768px + 14px)){.proud-of-block__row.collaborative .wp-block-column:last-of-type p{max-width:50rem;width:100%;margin-right:auto}}.proud-of-block__row p:not(.proud-of-block__blurb-2--mobile,.proud-of-block__blurb-1--mobile)+p{margin-top:4rem}.proud-of-block__shape-1,.proud-of-block__shape-2,.proud-of-block__shape-2--mobile{position:absolute;z-index:-1}.proud-of-block__shape-1 svg,.proud-of-block__shape-2 svg,.proud-of-block__shape-2--mobile svg{width:100%}.proud-of-block__shape-1{width:8.549rem;bottom:-10rem;right:-2rem}@media screen and (min-width: calc(768px + 14px)){.proud-of-block__shape-1{bottom:2rem;left:50%;margin-left:-46vw}}@media screen and (min-width: 1024px){.proud-of-block__shape-1{width:15.9rem;right:0}}.proud-of-block__shape-2--mobile{width:10.24rem;bottom:-7rem;right:-5rem}@media screen and (min-width: calc(768px + 14px)){.proud-of-block__shape-2--mobile{display:none}}.proud-of-block__shape-2{display:none}@media screen and (min-width: calc(768px + 14px)){.proud-of-block__shape-2{display:block;width:10.24rem;right:0;bottom:-6rem;left:50%;margin-left:-50vw}}@media screen and (min-width: 1024px){.proud-of-block__shape-2{width:19.1rem}}.proud-of-block__blurb-1--desktop,.proud-of-block__blurb-2--desktop{display:none}@media screen and (min-width: calc(768px + 14px)){.proud-of-block__blurb-1--desktop,.proud-of-block__blurb-2--desktop{display:block}}@media screen and (min-width: calc(768px + 14px)){.proud-of-block__blurb-1--desktop p,.proud-of-block__blurb-2--desktop p{font-size:2rem;font-family:"Gascogne",garamond,serif}}@media screen and (min-width: calc(768px + 14px)){.proud-of-block__blurb-1--desktop{position:relative;margin-top:25rem}}.proud-of-block__blurb-1__arrow--loop{position:absolute;bottom:-9rem;left:30rem}.proud-of-block__blurb-1__text{position:absolute;display:inline-block;left:33rem;top:-11rem}@media screen and (min-width: calc(768px + 14px)){.proud-of-block__blurb-2--desktop{position:relative}}.proud-of-block__blurb-2__arrow--bounce{position:absolute;top:-5rem;right:0;width:13rem}@media screen and (min-width: calc(768px + 177px)){.proud-of-block__blurb-2__arrow--bounce{width:unset;top:-4rem}}.proud-of-block__blurb-2__text{position:absolute;display:inline-block;right:15rem}@media screen and (min-width: calc(768px + 177px)){.proud-of-block__blurb-2__text{right:22rem}}.proud-of-block__blurb-1--mobile,.proud-of-block__blurb-2--mobile{font-size:2rem;line-height:2rem;font-family:"Gascogne",garamond,serif;margin-bottom:2rem}@media screen and (min-width: calc(768px + 14px)){.proud-of-block__blurb-1--mobile,.proud-of-block__blurb-2--mobile{display:none}}.subtitle+.proud-of-block__row{margin-top:3rem}.ewdf-block__row{margin-bottom:10rem;gap:unset;position:relative}@media screen and (min-width: calc(768px + 14px)){.ewdf-block__row{gap:2em;margin-bottom:40rem}}.ewdf-block__row p+p{margin-top:3rem}.ewdf-block__row ul{margin:3rem 0;padding-left:6rem}.ewdf-block__row ul li{font-size:2rem;margin-bottom:unset}.ewdf-block__row ul li+li{margin-top:.2rem}@media screen and (min-width: calc(768px + 14px)){.ewdf-block__row .wp-block-column:first-of-type{position:relative;max-width:40rem;margin-right:auto;width:100%}}@media screen and (min-width: calc(768px + 14px)){.ewdf-block__row .wp-block-column:last-of-type{max-width:60rem;width:100%;margin-left:auto}}.ewdf-block__row .wp-block-column:last-of-type p{margin-bottom:3rem}@media screen and (min-width: calc(768px + 14px)){.ewdf-block__row .wp-block-column:last-of-type p{margin-bottom:unset;max-width:50rem;margin-right:auto;width:100%}}.ewdf-block__link--desktop{display:none}@media screen and (min-width: calc(768px + 14px)){.ewdf-block__link--desktop{display:block}}@media screen and (min-width: calc(768px + 14px)){.ewdf-block__link--mobile{display:none}}@media screen and (min-width: calc(768px + 14px)){.ewdf-block__circle-cta{position:absolute;bottom:-26rem;left:47rem}}.ewdf-block__circle-cta__container{position:relative;display:inline-block}.ewdf-block__circle-cta__container svg{transition:transform .3s}.ewdf-block__circle-cta__container:hover svg,.ewdf-block__circle-cta__container:focus svg{transform:scale(1.3)}.ewdf-block__circle-cta__text{position:absolute;top:48%;left:50%;transform:translate(-50%, -50%);font-family:"Gascogne",garamond,serif;color:#112621;font-size:1.6rem;line-height:2rem;width:100%;text-align:center}@media screen and (min-width: calc(768px + 14px)){.ewdf-block__arrow--bounce{position:absolute;bottom:-13rem;left:30rem}}.ewdf-block__shape-1,.ewdf-block__shape-2,.ewdf-block__shape-2--mobile{position:absolute;z-index:-1}.ewdf-block__shape-1 svg,.ewdf-block__shape-2 svg,.ewdf-block__shape-2--mobile svg{width:100%}.ewdf-block__shape-1{display:none}@media screen and (min-width: calc(768px + 14px)){.ewdf-block__shape-1{width:8rem;transform:unset !important;bottom:-35rem;right:5.7rem;display:block}}@media screen and (min-width: 1441px){.ewdf-block__shape-1{width:11.9rem;right:5rem}}@media screen and (min-width: calc(1441px + 400px)){.ewdf-block__shape-1{right:-5rem}}.ewdf-block__shape-2{display:none}@media screen and (min-width: calc(768px + 14px)){.ewdf-block__shape-2{display:block;width:12rem;right:50%;bottom:-48rem;margin-right:-50vw}}@media screen and (min-width: 1441px){.ewdf-block__shape-2{width:16.2rem}}.ewdf-block__shape-2--mobile{width:9.5rem;bottom:-12rem;right:-3rem}@media screen and (min-width: calc(768px + 14px)){.ewdf-block__shape-2--mobile{display:none}}.ewdf-block__title{line-height:4.2rem}.ewdf-block__title+.ewdf-block__row{margin-top:1rem}.stories-index{padding-top:10rem;position:relative}@media only screen and (min-width: 768px){.stories-index{padding-top:20rem}}.stories-index__title{margin-bottom:2rem}@media only screen and (min-width: 768px){.stories-index__title{margin-bottom:7rem}}.stories-index__cta{display:flex;justify-content:center;padding-top:7rem;bottom:10rem;left:50%;transform:translateX(-50%);position:absolute}@media only screen and (min-width: 768px){.stories-index__cta{display:block;right:-10%;top:-20rem;left:unset;bottom:unset;padding-top:unset}}@media only screen and (min-width: 1024px){.stories-index__cta{right:-5%}}@media only screen and (min-width: 1441px){.stories-index__cta{right:-10%}}@media only screen and (min-width: 1641px){.stories-index__cta{right:-20%}}@media only screen and (min-width: 2041px){.stories-index__cta{right:-30%}}.stories-index__content{margin-top:6rem}.single-story{padding-top:15rem}@media only screen and (min-width: 1024px){.single-story{padding-top:20rem}}.single-story:has(>.disclaimer){padding-top:22rem}@media only screen and (min-width: 1024px){.single-story:has(>.disclaimer){padding-top:25rem}}.single-story__title{font-size:4.8rem;line-height:5.1rem;padding-bottom:1.4rem;font-weight:600}@media only screen and (min-width: 1024px){.single-story__title{font-size:6rem;line-height:6.5rem;max-width:70%}}.single-story__top{display:flex;flex-direction:column;padding-bottom:4rem}@media only screen and (min-width: 768px){.single-story__top{padding-bottom:7rem}}@media only screen and (min-width: 768px){.single-story__top{margin:0 auto}}.single-story__top .tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;padding:0;margin:0}.single-story__top .tags .tag{list-style:none;margin:0;padding:.5rem 1.5rem;background:#d5dbd3;border-radius:6px;width:fit-content;font-weight:500;font-size:1.1rem;line-height:1.3rem;text-transform:uppercase;letter-spacing:.05em}.single-story__info{display:flex;flex-direction:column;padding-top:4rem;gap:2rem}@media only screen and (min-width: 480px){.single-story__info{padding-top:7rem;flex-direction:row;gap:20rem;justify-content:flex-start}}.single-story__info .sub-title{padding-bottom:.5rem}.single-story__info .text{font-size:1.8rem;line-height:1.5em;letter-spacing:-0.015em}.single-story__featured-image{padding-bottom:4rem}.single-story__featured-image>div{margin:0}.single-story__featured-image__caption{padding-top:1rem}.single-story__featured-image>span{padding-top:1rem}.single-story .content-wrapper{margin:0 auto}@media only screen and (min-width: 768px){.single-story .content-wrapper{display:grid;grid-template-columns:30% 70%;width:100%}}@media only screen and (min-width: 1264px){.single-story .content-wrapper{max-width:1440px;padding:0}}.single-story .share{display:none}@media only screen and (min-width: 768px){.single-story .share{display:block;padding-top:2rem}}.single-story .share--mobile{display:flex;flex-direction:column;padding-bottom:4rem}@media only screen and (min-width: 768px){.single-story .share--mobile{display:none}}.single-story__back-to-top{display:flex;justify-content:center;position:relative}@media only screen and (min-width: 1024px){.single-story__back-to-top{justify-content:flex-start}}.contact-us{padding-top:10rem;padding-bottom:6rem;position:relative}@media screen and (min-width: 1024px){.contact-us{padding-top:22rem;padding-bottom:10rem}}.contact-us .left-shape{position:relative}.contact-us .left-shape__image{display:none}@media screen and (min-width: 1024px){.contact-us .left-shape__image{display:block;position:absolute;left:-2px;bottom:0;width:132px;height:128px;z-index:-1}}.contact-us__content{display:flex;flex-direction:column;gap:7rem}@media screen and (min-width: 1074px){.contact-us__content{flex-direction:row;min-height:80rem}}@media screen and (min-width: 1441px){.contact-us__content{gap:34rem}}.contact-us__content__left{position:relative;display:flex;flex-direction:column;gap:5rem}@media screen and (min-width: 1024px){.contact-us__content__left{gap:11.2rem;min-width:350px}}.contact-us__content__left__top .title{font-size:4rem;line-height:4.5rem;padding-bottom:.5rem}.contact-us__content__left__bottom{display:flex;flex-direction:column;gap:4rem}.contact-us__content__left__bottom h4{padding-bottom:1rem;font-weight:600}.contact-us__content__left__bottom .email-container__content>a{text-transform:lowercase}.contact-us__content__left__bottom .social-icons{padding-top:1rem}.contact-us__content__right{position:relative}.contact-us__content__right__shape{position:absolute;top:78px;right:-147px;width:174.89px;z-index:-1}.contact-us__image{position:relative;padding-top:4.6rem}.contact-us__image .aspect-ratio-container{position:relative;width:100%;display:block;padding-top:69.4444444444%;overflow:hidden}@media only screen and (min-width: 768px){.contact-us__image .aspect-ratio-container{padding-top:45.2083333333%}}.contact-us__image .aspect-ratio-container>*{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.contact-us__arrow{display:none}@media only screen and (min-width: 1024px){.contact-us__arrow{display:unset;height:850px}}@media only screen and (min-width: 1250px){.contact-us__arrow{height:900px}}@media only screen and (min-width: 1441px){.contact-us__arrow{height:970px}}.single-case-study header{position:absolute;min-width:100vw}.single-case-study__intro{position:relative}.single-case-study__intro__image{position:relative}.single-case-study__intro__image.aspect-ratio-container{position:relative;width:100%;display:block;overflow:hidden;padding-top:177.7777777778%}@media screen and (min-width: 768px){.single-case-study__intro__image.aspect-ratio-container{padding-top:58.0555555556%}}.single-case-study__intro__image.aspect-ratio-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.single-case-study__intro__text{position:absolute;top:100px;left:0;width:100%}@media screen and (min-width: 1024px){.single-case-study__intro__text{position:absolute;top:255px;left:0}}.single-case-study__intro__text h2{color:#fcfbfa;font-family:"Untitled Sans",helvetica,arial,sans-serif}.single-case-study__intro__text h2.dark{color:#112621}.single-case-study__intro__text h1{color:#fcfbfa;letter-spacing:.04rem;max-width:695px;padding-top:2.5rem;font-size:4rem;line-height:4.5rem}@media screen and (min-width: 768px){.single-case-study__intro__text h1{font-size:6rem;line-height:6.5rem}}.single-case-study__intro__text h1.dark{color:#112621}.single-case-study__top-info{padding-top:2rem;display:flex;flex-direction:column;gap:4rem}@media screen and (min-width: 1024px){.single-case-study__top-info{padding-top:4.3rem;flex-direction:row;gap:23.2rem;position:relative}}.single-case-study__top-info div:nth-child(4){padding-bottom:3rem}@media screen and (min-width: 1024px){.single-case-study__top-info div:nth-child(4){padding-bottom:0}}.single-case-study__top-info__container{display:flex;flex-direction:column;gap:.9rem}.single-case-study__top-info__container .content{font-size:1.8rem;line-height:2.7rem;letter-spacing:-0.015em}.single-case-study__top-info__container ul{margin:0;padding:0}.single-case-study__top-info__container .content,.single-case-study__top-info__container li{list-style:none;margin:.9rem 0}.single-case-study__top-info__website-link{display:flex;justify-content:center;align-items:center;border-radius:50%;background-repeat:no-repeat;width:134px;height:126px;transition:transform .3s ease-in-out;margin:0 auto}@media screen and (min-width: 1024px){.single-case-study__top-info__website-link{margin:unset;position:absolute;bottom:-34rem;right:0}}.single-case-study__top-info__website-link>a{position:relative}.single-case-study__top-info__website-link>a .text{font-size:1.8rem;line-height:2.1rem;font-family:"Gascogne",garamond,serif;color:#fcfbfa;position:absolute;top:40%;left:21px}.single-case-study__top-info__website-link>a .text.dark{color:#112621}.single-case-study__about-client{background-color:#1f453b;position:relative;margin:12rem 0}.single-case-study__about-client>*{color:#fcfbfa}.single-case-study__about-client .about-client-svg-top{display:block;position:absolute;top:-98px}.single-case-study__about-client .about-client-svg-bottom{display:block;position:absolute;bottom:-98px;transform:rotate(180deg)}.single-case-study__about-client__left{position:relative}@media screen and (min-width: 934px){.single-case-study__about-client__left{flex:1}}.single-case-study__about-client__left>h6{color:#fcfbfa;position:relative}.single-case-study__about-client__left>h6::after{content:"";background-image:url(../images/svg/graphics/circle-line-yellow.svg);position:absolute;top:65px;left:26%;width:189px;height:90px;z-index:2}@media screen and (min-width: 934px){.single-case-study__about-client__left>h6::after{left:30%;top:120px}}@media screen and (min-width: 1024px){.single-case-study__about-client__left>h6::after{left:0}}.single-case-study__about-client__right{position:relative}@media screen and (min-width: 934px){.single-case-study__about-client__right{flex:2;max-width:750px}}.single-case-study__about-client__right>p{color:#fcfbfa}.single-case-study__about-client__right .shape-triangle{position:absolute;width:12rem;height:14rem;bottom:-126px;right:-7.7rem;z-index:2}@media screen and (min-width: 1024px){.single-case-study__about-client__right .shape-triangle{right:-12.7rem}}.single-case-study__about-client__container{padding:9rem 0;display:flex;flex-direction:column;gap:15rem}@media screen and (min-width: 934px){.single-case-study__about-client__container{flex-direction:row;gap:14rem}}.single-case-study__contact-us{padding:7rem 0}.single-case-study__contact-us__container{display:flex;justify-content:space-between;max-height:299.66px;align-items:center;position:relative}.single-case-study__contact-us__left>h6{display:inline}.single-case-study__contact-us__left .text-lines-container{display:inline;position:relative}.single-case-study__contact-us__left .text-lines-container .text{display:inline}.single-case-study__contact-us__left .text-lines-container .lines{display:none}@media screen and (min-width: 480px){.single-case-study__contact-us__left .text-lines-container .lines{display:inline;position:absolute;top:-60px;right:23px}}@media screen and (min-width: 480px){.single-case-study__contact-us__left .text-lines-container .lines.fr{top:-32px;height:19px;width:32.65px}}.single-case-study__contact-us__left>p{padding:1rem 0 2rem}.single-case-study__contact-us__right{position:absolute;z-index:-1}@media screen and (min-width: 1024px){.single-case-study__contact-us__right{position:unset;z-index:unset;display:grid;grid-template-rows:minmax(0, 129px) minmax(0, 40px) minmax(0, 129px)}}.single-case-study__contact-us__right .shape-hourglass{width:10.64rem;height:10.56rem;transform:rotate(28deg);position:absolute;top:-195px;left:-45px}@media screen and (min-width: 768px){.single-case-study__contact-us__right .shape-hourglass{top:-167px;left:-45px}}@media screen and (min-width: 1024px){.single-case-study__contact-us__right .shape-hourglass{position:unset;width:13.3rem;height:13.2rem}}.single-case-study__contact-us__right .shape-line{width:22.08rem;height:7.92rem;transform:translate(-11.8rem, -3.5rem);position:absolute;top:61px;left:322px;z-index:5;display:none}@media screen and (min-width: 480px){.single-case-study__contact-us__right .shape-line{display:block}}@media screen and (min-width: 768px){.single-case-study__contact-us__right .shape-line{top:90px;left:695px;width:27.6rem;height:9.9rem}}@media screen and (min-width: 1024px){.single-case-study__contact-us__right .shape-line{position:unset;width:27.6rem;height:9.9rem}}.single-case-study__contact-us__right .bottom-shape-container{display:flex;justify-content:flex-end;height:fit-content;position:absolute;left:250px;top:72px}@media screen and (min-width: 768px){.single-case-study__contact-us__right .bottom-shape-container{left:650px;top:110px}}@media screen and (min-width: 1024px){.single-case-study__contact-us__right .bottom-shape-container{position:unset}}.single-case-study__contact-us__right .bottom-shape-container .shape-stairs{width:10.64rem;height:10.56rem;transform:translateY(-4rem)}@media screen and (min-width: 768px){.single-case-study__contact-us__right .bottom-shape-container .shape-stairs{width:13.3rem;height:13.2rem}}.single-case-study__related-projects{padding-top:7.7rem;margin-bottom:14.7rem}.single-case-study__related-projects__title{font-family:"Untitled Sans",helvetica,arial,sans-serif}@media screen and (min-width: 1024px){.single-case-study__related-projects__title{padding-bottom:2.5rem}}.single-case-study__related-projects .case-study__img{width:25rem;height:33rem}.single-case-study .wp-block-image>img{border-radius:unset}.large-paragraph{font-size:2.7rem;line-height:3.7rem;letter-spacing:-0.03em;max-width:925px;padding:5rem 0}@media screen and (min-width: 1024px){.large-paragraph{padding:7rem 0;font-size:3.6rem;line-height:4.8rem}}.two-column-pattern{padding:5rem 0 4rem;gap:1rem;margin-bottom:0;display:flex;flex-direction:column}@media screen and (min-width: 1024px){.two-column-pattern{flex-direction:row;gap:7rem}}.two-column-pattern .wp-block-column h2{font-size:3rem;line-height:3.6rem}@media screen and (min-width: 1024px){.two-column-pattern .wp-block-column:first-child{flex:1}}@media screen and (min-width: 934px){.two-column-pattern .wp-block-column:nth-child(2),.two-column-pattern .wp-block-column:nth-child(3){max-width:750px;flex:2}}@media screen and (min-width: 1024px){.two-column-pattern:has(>:last-child:nth-child(2)){gap:14rem}}@media screen and (min-width: 934px){.two-column-pattern:has(>:last-child:nth-child(3)) .wp-block-column:nth-child(2),.two-column-pattern:has(>:last-child:nth-child(3)) .wp-block-column:nth-child(3){max-width:450px}}.two-column-pattern p{padding-bottom:1rem}.culture-page{padding-top:10rem;position:relative}@media only screen and (min-width: 768px){.culture-page{display:grid;padding-top:20rem;grid-template-columns:15rem minmax(300px, 80%);column-gap:4rem}}@media only screen and (min-width: 1441px){.culture-page{column-gap:7rem}}.culture-page__nav{display:flex;flex-direction:row;flex-wrap:wrap;list-style:none;margin:0;column-gap:2rem;row-gap:1rem;position:fixed;z-index:9999;padding:3rem 5rem 3rem 2rem;background:#fcfbfa;top:0;left:0;width:100vw;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;opacity:0;visibility:hidden}.culture-page__nav__item{word-break:keep-all;font-family:"Gascogne",garamond,serif;font-size:2rem;font-weight:600;line-height:2.6rem;text-transform:none}.culture-page__nav__item a{transition:opacity .3;opacity:.3}@media only screen and (min-width: 768px){.culture-page__nav{position:relative;border:none;background:none;gap:1.5rem;padding:0;top:unset;left:unset;width:unset;flex-direction:column;flex-wrap:nowrap;align-items:flex-end;text-align:right}}.culture-page .hero-block__content{padding:0}.culture-page .testimonials-block{margin:0;padding:5rem 0}@media only screen and (min-width: 768px){.culture-page .testimonials-block{padding:7rem 0}}.culture-page .dot-cta-block{margin-top:5rem}@media only screen and (min-width: 768px){.culture-page .dot-cta-block{margin-top:7rem}}.page-template-landing-page .header{position:absolute}.terms-of-use{padding-top:15rem}@media only screen and (min-width: 1024px){.terms-of-use{padding-top:20rem}}.terms-of-use .content-wrapper{margin:0 auto}@media only screen and (min-width: 768px){.terms-of-use .content-wrapper{display:grid;grid-template-columns:30% 70%;width:100%}}@media only screen and (min-width: 1264px){.terms-of-use .content-wrapper{max-width:1440px;padding:0}}.page-template-end-of-year-page .footer{background-color:#1f453b;margin-top:-0.1rem}.end-of-year-page{background-color:#f0ede8}.end-of-year-page__hero-section{background-color:#f0ede8;padding:12.5rem 0}@media screen and (min-width: 768px){.end-of-year-page__hero-section{padding:14.5rem 0}}.end-of-year-page__hero-section .hero__img .aspect-ratio-container{height:0;overflow:hidden;padding-top:117.0886075949%;width:100%;position:relative}.end-of-year-page__hero-section .hero__img .aspect-ratio-container>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:10px}.end-of-year-page__hero-section .hero__text{color:#1f453b;font-size:8.5rem;line-height:9.4rem;font-weight:400}@media screen and (min-width: 1024px){.end-of-year-page__hero-section .hero__text{font-size:12rem;line-height:11.4rem}}.end-of-year-page__hero-section .hero__text.italic{font-family:"Untitled Sans",helvetica,arial,sans-serif;font-style:italic}.end-of-year-page__hero-section .hero__text.year{text-align:right}.end-of-year-page__hero-section .hero__line{position:relative}.end-of-year-page__hero-section .shape-1{position:absolute;top:12%;right:-3%}@media screen and (min-width: 768px){.end-of-year-page__hero-section .shape-1{top:-80px;right:-32px;transform:rotate(-24deg);max-width:unset;max-height:unset}}.end-of-year-page__hero-section .shape-1>img{max-width:11rem;max-height:10.4rem}@media screen and (min-width: 768px){.end-of-year-page__hero-section .shape-1>img{max-width:unset;max-height:unset}}.end-of-year-page__hero-section .shape-2{position:absolute;top:-52%;left:-3%}.end-of-year-page__hero-section .shape-2>img{max-width:14.8rem;max-height:16.8rem}.end-of-year-page__hero-section .hero__desktop{display:none}@media screen and (min-width: 768px){.end-of-year-page__hero-section .hero__desktop{display:grid;grid-template-columns:repeat(3, calc(33% - 3.8rem));justify-content:space-between;row-gap:5.6rem}}.end-of-year-page__hero-section .hero__desktop .two{padding-top:1.8rem;display:flex;flex-direction:column;gap:.5rem}@media only screen and (min-width: 1024px){.end-of-year-page__hero-section .hero__desktop .two{gap:4.5rem}}@media only screen and (min-width: 1360px){.end-of-year-page__hero-section .hero__desktop .two{gap:.5rem}}.end-of-year-page__hero-section .hero__desktop .three{position:relative}.end-of-year-page__hero-section .hero__desktop .four{display:flex;align-items:center;justify-content:center}.end-of-year-page__hero-section .hero__desktop .six{display:flex;flex-direction:column;justify-content:flex-end;gap:5rem}.end-of-year-page__hero-section .hero__desktop .six>h1{font-family:"Untitled Sans",helvetica,arial,sans-serif}.end-of-year-page__hero-section .hero__mobile{display:flex;flex-direction:column;gap:3.7rem}.end-of-year-page__hero-section .hero__mobile .two{position:relative}@media screen and (min-width: 768px){.end-of-year-page__hero-section .hero__mobile{display:none}}.end-of-year-page__new-members-section{background-color:#1f453b;padding:12.5rem 0}@media screen and (min-width: 768px){.end-of-year-page__new-members-section{padding:14.5rem 0}}.end-of-year-page__new-members-section *{color:#fcfbfa}.end-of-year-page__new-members-section .new-members{display:flex;flex-direction:column;gap:9.3rem}@media screen and (min-width: 768px){.end-of-year-page__new-members-section .new-members{gap:17rem}}.end-of-year-page__new-members-section .new-members__intro-text{letter-spacing:-0.108rem}@media screen and (max-width: 768px){.end-of-year-page__new-members-section .new-members__intro-text{font-size:3rem;line-height:4rem;max-width:1190px}}.end-of-year-page__new-members-section .new-members__container{display:flex;flex-direction:column;gap:8.1rem}.end-of-year-page__new-members-section .new-members__container .top{display:flex;flex-direction:column;align-items:flex-end;gap:2rem}@media screen and (min-width: 768px){.end-of-year-page__new-members-section .new-members__container .top{flex-direction:row;justify-content:space-between;align-items:center;gap:unset}}.end-of-year-page__new-members-section .new-members__container .top h2{display:inline;font-size:6rem;line-height:7.4rem}@media screen and (min-width: 768px){.end-of-year-page__new-members-section .new-members__container .top h2{font-size:8rem;line-height:9.4rem}}.end-of-year-page__new-members-section .new-members__container .top h2:nth-child(2){font-family:"Untitled Sans",helvetica,arial,sans-serif;font-style:italic;font-weight:400}.end-of-year-page__new-members-section .new-members__container .top__text{display:flex;flex-direction:column;gap:1.5rem}.end-of-year-page__new-members-section .new-members__container .top__text>p{max-width:74rem}@media screen and (max-width: 768px){.end-of-year-page__new-members-section .new-members__container .top__svg>svg{max-width:9.6883rem;max-height:8.8825rem}}@media screen and (max-width: 768px){.end-of-year-page__new-members-section .new-members__container .bottom{display:flex;flex-direction:column;gap:4.71rem}}.end-of-year-page__new-members-section .new-members__container .bottom__member{display:flex;flex-direction:column}@media screen and (min-width: 768px){.end-of-year-page__new-members-section .new-members__container .bottom__member{flex-direction:row;justify-content:space-between;align-items:center;gap:6.95rem}}@media screen and (min-width: 768px){.end-of-year-page__new-members-section .new-members__container .bottom__member:nth-child(2){flex-direction:row-reverse;transform:translateY(-45px)}}.end-of-year-page__new-members-section .new-members__container .bottom__member__img{position:relative;max-width:364px}@media screen and (min-width: 768px){.end-of-year-page__new-members-section .new-members__container .bottom__member__img{max-width:unset;width:572px}}.end-of-year-page__new-members-section .new-members__container .bottom__member__img .aspect-ratio-container{position:relative;width:100%;display:block;padding-top:121.7032967033%;overflow:hidden}@media only screen and (min-width: 768px){.end-of-year-page__new-members-section .new-members__container .bottom__member__img .aspect-ratio-container{padding-top:121.7021276596%}}.end-of-year-page__new-members-section .new-members__container .bottom__member__img .aspect-ratio-container>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.end-of-year-page__new-members-section .new-members__container .bottom__member__info{position:relative}.end-of-year-page__new-members-section .new-members__container .bottom__member__info__name{max-width:375px;display:flex;justify-content:space-between;gap:1.5rem}@media screen and (min-width: 768px){.end-of-year-page__new-members-section .new-members__container .bottom__member__info__name{align-items:center}}.end-of-year-page__new-members-section .new-members__container .bottom__member__info h3{font-size:5.3rem;line-height:11.4rem;text-align:right;min-height:15rem}@media screen and (min-width: 768px){.end-of-year-page__new-members-section .new-members__container .bottom__member__info h3{text-align:unset;min-height:unset}}@media screen and (min-width: 768px){.end-of-year-page__new-members-section .new-members__container .bottom__member__info>p{max-width:575px}}.end-of-year-page__new-members-section .new-members__container .bottom__member__info .curved-arrow{position:absolute;top:0;left:43px}@media screen and (min-width: 768px){.end-of-year-page__new-members-section .new-members__container .bottom__member__info .curved-arrow{top:-23px;left:-105px}}.end-of-year-page__rebrand-section{background-color:#f0ede8;padding:8.1rem 0 9.4rem}@media only screen and (min-width: 768px){.end-of-year-page__rebrand-section{padding:14rem 0}}.end-of-year-page__rebrand-section .rebrand{display:flex;flex-direction:column;gap:9.78rem}.end-of-year-page__rebrand-section .rebrand__top{display:flex;flex-direction:column;align-items:center;gap:9.41rem;position:relative}@media only screen and (min-width: 768px){.end-of-year-page__rebrand-section .rebrand__top{gap:11rem}}.end-of-year-page__rebrand-section .rebrand__top__logos{width:100%;position:relative;min-height:70px}@media only screen and (min-width: 768px){.end-of-year-page__rebrand-section .rebrand__top__logos{display:flex;justify-content:center;align-items:center;gap:3.3rem;width:unset}}.end-of-year-page__rebrand-section .rebrand__top__logos__img{position:relative}@media only screen and (max-width: 768px){.end-of-year-page__rebrand-section .rebrand__top__logos__img{width:100%;min-height:70px;background-color:#f0ede8;display:flex;flex-direction:column;justify-content:center;gap:2.2rem}}@media screen and (min-width: 768px){.end-of-year-page__rebrand-section .rebrand__top__logos__img{opacity:0}}.end-of-year-page__rebrand-section .rebrand__top__logos__img:first-child{min-width:30rem;min-height:115px}@media only screen and (min-width: 1024px){.end-of-year-page__rebrand-section .rebrand__top__logos__img:first-child{min-width:38rem;max-width:unset;min-height:unset}}.end-of-year-page__rebrand-section .rebrand__top__logos__img:nth-child(2){display:none}@media only screen and (min-width: 768px){.end-of-year-page__rebrand-section .rebrand__top__logos__img:nth-child(2){display:block;max-width:163px}}@media only screen and (min-width: 1024px){.end-of-year-page__rebrand-section .rebrand__top__logos__img:nth-child(2){display:block;max-width:163px}}.end-of-year-page__rebrand-section .rebrand__top__logos__img:nth-child(3){min-width:30rem}@media only screen and (min-width: 1024px){.end-of-year-page__rebrand-section .rebrand__top__logos__img:nth-child(3){min-width:36.1rem;max-width:unset}}.end-of-year-page__rebrand-section .rebrand__top__logos__img .aspect-ratio-container{position:relative;width:100%;display:block;padding-top:23.1566666667%;overflow:hidden}.end-of-year-page__rebrand-section .rebrand__top__logos__img .aspect-ratio-container.new{padding-top:34.3490304709%}@media only screen and (min-width: 768px){.end-of-year-page__rebrand-section .rebrand__top__logos__img .aspect-ratio-container{padding-top:34.3490304709%}}.end-of-year-page__rebrand-section .rebrand__top__logos__img .aspect-ratio-container>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.end-of-year-page__rebrand-section .rebrand__top>p{letter-spacing:-0.108rem;max-width:1190px}@media only screen and (min-width: 1024px){.end-of-year-page__rebrand-section .rebrand__top>p{margin-right:auto}}.end-of-year-page__rebrand-section .rebrand__top #star{display:none}@media only screen and (min-width: 768px){.end-of-year-page__rebrand-section .rebrand__top #star{display:block;position:absolute;top:-100px;right:-4%}}.end-of-year-page__rebrand-section .rebrand__bottom{display:flex;flex-direction:column;gap:16rem;margin-top:4.5rem}@media only screen and (min-width: 768px){.end-of-year-page__rebrand-section .rebrand__bottom{flex-direction:row;justify-content:space-between;gap:5rem;margin-top:unset}}.end-of-year-page__rebrand-section .rebrand__bottom__left{position:relative;display:flex;flex-direction:column;gap:1.5rem;max-width:56.9rem}.end-of-year-page__rebrand-section .rebrand__bottom__left>p{margin-bottom:2rem}.end-of-year-page__rebrand-section .rebrand__bottom__left__button{display:none}@media only screen and (min-width: 768px){.end-of-year-page__rebrand-section .rebrand__bottom__left__button{display:block;position:unset;align-self:end}}.end-of-year-page__rebrand-section .rebrand__bottom__right{display:flex;gap:2.6rem}@media only screen and (min-width: 768px){.end-of-year-page__rebrand-section .rebrand__bottom__right{gap:5rem}}.end-of-year-page__rebrand-section .rebrand__bottom__right__img{position:relative;min-width:26.1rem;min-height:26.1rem}@media only screen and (min-width: 1024px){.end-of-year-page__rebrand-section .rebrand__bottom__right__img{min-width:39.4rem;min-height:39.7rem}}.end-of-year-page__rebrand-section .rebrand__bottom__right__img .aspect-ratio-container{position:relative;width:100%;display:block;padding-top:100%;overflow:hidden}@media only screen and (min-width: 768px){.end-of-year-page__rebrand-section .rebrand__bottom__right__img .aspect-ratio-container{padding-top:100.7614213198%}}.end-of-year-page__rebrand-section .rebrand__bottom__right__img .aspect-ratio-container>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.end-of-year-page__rebrand-section .rebrand__bottom__right__text{position:relative}.end-of-year-page__rebrand-section .rebrand__bottom__right__text>p{font-family:"Gascogne",garamond,serif}@media only screen and (min-width: 768px){.end-of-year-page__rebrand-section .rebrand__bottom__right__text>p{margin-top:9rem}}.end-of-year-page__rebrand-section .rebrand__bottom__right__text>svg{position:absolute;top:33%;left:-90px}.end-of-year-page__rebrand-section .rebrand__button{display:block;position:unset;align-self:end}@media only screen and (min-width: 768px){.end-of-year-page__rebrand-section .rebrand__button{display:none}}.end-of-year-page__gives-back-section{background-color:#f0ede8;padding:0 0 22.2rem;position:relative}@media only screen and (min-width: 768px){.end-of-year-page__gives-back-section{padding:0 0 14rem}}.end-of-year-page__gives-back-section .gives-back{display:flex;flex-direction:column-reverse;position:relative}@media only screen and (min-width: 768px){.end-of-year-page__gives-back-section .gives-back{flex-direction:row;justify-content:space-between;align-items:center;gap:6.9rem}}.end-of-year-page__gives-back-section .gives-back__text{position:relative;display:flex;flex-direction:column;gap:3rem;max-width:58.9rem}@media only screen and (min-width: 768px){.end-of-year-page__gives-back-section .gives-back__text{gap:1.5rem;flex:1}}.end-of-year-page__gives-back-section .gives-back__text>h2{margin-top:8rem;font-size:3.2rem;line-height:4rem}@media only screen and (min-width: 768px){.end-of-year-page__gives-back-section .gives-back__text>h2{position:unset;align-self:end;margin-top:5rem;margin-bottom:2.5rem}}.end-of-year-page__gives-back-section .gives-back__text>p{margin-bottom:2rem}.end-of-year-page__gives-back-section .gives-back__text__button{position:absolute;bottom:-140px;right:0}@media only screen and (min-width: 768px){.end-of-year-page__gives-back-section .gives-back__text__button{bottom:-7px;left:110%;margin-top:5rem}}.end-of-year-page__gives-back-section .gives-back__illustration{height:32rem;flex:1}@media only screen and (min-width: 1024px){.end-of-year-page__gives-back-section .gives-back__illustration{max-width:61.6rem;height:52rem}}@media only screen and (min-width: 1741px){.end-of-year-page__gives-back-section .gives-back__illustration{max-width:400px;height:400px}}.end-of-year-page__gives-back-section .gives-back__illustration .aspect-ratio-container{position:relative;width:100%;display:block;padding-top:100%;overflow:hidden}.end-of-year-page__gives-back-section .gives-back__illustration .aspect-ratio-container>*{position:absolute;display:block;top:0;left:0;width:100%;min-height:100%;object-fit:cover}@media only screen and (min-width: 1441px){.end-of-year-page__gives-back-section .gives-back__illustration .aspect-ratio-container>*{object-fit:contain}}.end-of-year-page__gives-back-section .gives-back__illustration__buttons{position:absolute;right:0;display:flex;gap:1rem}@media only screen and (min-width: 768px){.end-of-year-page__gives-back-section .gives-back__illustration__buttons{right:0}}.end-of-year-page__gives-back-section .gives-back__img{flex:1}.end-of-year-page__gives-back-section .gives-back__img .aspect-ratio-container{position:relative;width:100%;display:block;padding-top:87.9939209726%;overflow:hidden}@media only screen and (min-width: 768px){.end-of-year-page__gives-back-section .gives-back__img .aspect-ratio-container{padding-top:87.9939209726%}}.end-of-year-page__gives-back-section .gives-back__img .aspect-ratio-container>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.end-of-year-page__gives-back-section__shape{position:absolute;z-index:1;right:71px;bottom:-60px}@media only screen and (min-width: 768px){.end-of-year-page__gives-back-section__shape{right:95px;bottom:-145px}}.end-of-year-page__gives-back-section__shape>svg{max-width:9.4rem;max-height:10.6rem}@media only screen and (min-width: 768px){.end-of-year-page__gives-back-section__shape>svg{max-width:unset;max-height:unset}}.end-of-year-page__large-image-section{position:relative;width:100vw;height:auto;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-bottom:7rem}.end-of-year-page__large-image-section .aspect-ratio-container{position:relative;width:100%;display:block;overflow:hidden;padding-top:66.6666666667%}@media screen and (min-width: 768px){.end-of-year-page__large-image-section .aspect-ratio-container{padding-top:66.6666666667%}}.end-of-year-page__large-image-section .aspect-ratio-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.end-of-year-page__reinvented-paw-section{background-color:#f0ede8;padding:0 0 4rem;position:relative}@media screen and (min-width: 768px){.end-of-year-page__reinvented-paw-section{padding:14rem 0}}.end-of-year-page__reinvented-paw-section .reinvented-paw{display:flex;flex-direction:column-reverse;gap:1.5rem;position:relative}@media only screen and (min-width: 768px){.end-of-year-page__reinvented-paw-section .reinvented-paw{flex-direction:row;gap:5%}}.end-of-year-page__reinvented-paw-section .reinvented-paw__shape--mobile{position:absolute;left:21px;top:-175px}@media only screen and (min-width: 768px){.end-of-year-page__reinvented-paw-section .reinvented-paw__shape--mobile{display:none}}.end-of-year-page__reinvented-paw-section .reinvented-paw__shape--desktop{display:none}@media only screen and (min-width: 768px){.end-of-year-page__reinvented-paw-section .reinvented-paw__shape--desktop{display:block;position:absolute;left:0;top:-41rem}}.end-of-year-page__reinvented-paw-section .reinvented-paw__left{display:grid;grid-template-columns:repeat(13, 7.6923076923%);row-gap:2.9rem}.end-of-year-page__reinvented-paw-section .reinvented-paw__left__img .aspect-ratio-container{position:relative;width:100%;display:block;overflow:hidden}.end-of-year-page__reinvented-paw-section .reinvented-paw__left__img .aspect-ratio-container>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.end-of-year-page__reinvented-paw-section .reinvented-paw__left__img.one{grid-column:span 13}.end-of-year-page__reinvented-paw-section .reinvented-paw__left__img.one .aspect-ratio-container{padding-top:66.8508287293%}@media only screen and (min-width: 768px){.end-of-year-page__reinvented-paw-section .reinvented-paw__left__img.one .aspect-ratio-container{padding-top:66.7218543046%}}.end-of-year-page__reinvented-paw-section .reinvented-paw__left__img.two{grid-column:2/span 12;position:relative}.end-of-year-page__reinvented-paw-section .reinvented-paw__left__img.two .aspect-ratio-container{padding-top:66.8656716418%}@media only screen and (min-width: 768px){.end-of-year-page__reinvented-paw-section .reinvented-paw__left__img.two .aspect-ratio-container{padding-top:66.7262969589%}}.end-of-year-page__reinvented-paw-section .reinvented-paw__left__img.two__shape{position:absolute;top:-52px;left:-44px;z-index:2}.end-of-year-page__reinvented-paw-section .reinvented-paw__left>p{grid-column:span 13}.end-of-year-page__reinvented-paw-section .reinvented-paw__left>p:nth-of-type(1){order:-3}@media only screen and (min-width: 768px){.end-of-year-page__reinvented-paw-section .reinvented-paw__left>p:nth-of-type(1){order:unset}}.end-of-year-page__reinvented-paw-section .reinvented-paw__left>p:nth-of-type(2){order:-2}@media only screen and (min-width: 768px){.end-of-year-page__reinvented-paw-section .reinvented-paw__left>p:nth-of-type(2){order:unset}}.end-of-year-page__reinvented-paw-section .reinvented-paw__left__button{grid-column:span 13;position:static;margin-top:5rem;display:flex;justify-content:flex-end}@media only screen and (min-width: 768px){.end-of-year-page__reinvented-paw-section .reinvented-paw__left__button{order:unset}}.end-of-year-page__reinvented-paw-section .reinvented-paw__right{display:grid;grid-template-columns:repeat(50, 2%);row-gap:2.9rem;justify-content:end}.end-of-year-page__reinvented-paw-section .reinvented-paw__right__text{grid-column:span 50}.end-of-year-page__reinvented-paw-section .reinvented-paw__right__text h3{color:#1f453b;font-size:6rem;line-height:6.4rem;font-weight:400}@media only screen and (min-width: 768px){.end-of-year-page__reinvented-paw-section .reinvented-paw__right__text h3{display:inline}}.end-of-year-page__reinvented-paw-section .reinvented-paw__right__text h3.italic{font-family:"Untitled Sans",helvetica,arial,sans-serif;font-style:italic}.end-of-year-page__reinvented-paw-section .reinvented-paw__right__text h3:last-of-type{margin:2rem 0}@media only screen and (min-width: 768px){.end-of-year-page__reinvented-paw-section .reinvented-paw__right__text h3:last-of-type{margin:0}}.end-of-year-page__reinvented-paw-section .reinvented-paw__right__img .aspect-ratio-container{position:relative;width:100%;display:block;overflow:hidden}.end-of-year-page__reinvented-paw-section .reinvented-paw__right__img .aspect-ratio-container>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.end-of-year-page__reinvented-paw-section .reinvented-paw__right__img.three{grid-column:span 50;position:relative}.end-of-year-page__reinvented-paw-section .reinvented-paw__right__img.three>svg{position:absolute;bottom:-22px;right:-50px;z-index:2}.end-of-year-page__reinvented-paw-section .reinvented-paw__right__img.three .aspect-ratio-container{padding-top:66.7314372231%}@media only screen and (min-width: 768px){.end-of-year-page__reinvented-paw-section .reinvented-paw__right__img.three .aspect-ratio-container{padding-top:66.7376641818%}}.end-of-year-page__reinvented-paw-section .reinvented-paw__right__img.four{grid-column:2/50}.end-of-year-page__reinvented-paw-section .reinvented-paw__right__img.four .aspect-ratio-container{padding-top:109.7425518364%}@media only screen and (min-width: 768px){.end-of-year-page__reinvented-paw-section .reinvented-paw__right__img.four .aspect-ratio-container{padding-top:109.7426470588%}}.end-of-year-page__reinvented-paw-section .reinvented-paw__right__shape{grid-column:span 50;display:flex;justify-content:flex-end}.end-of-year-page__reorganizing-section{background-color:#1f453b;padding:10rem 0 12.7rem}@media screen and (min-width: 530px){.end-of-year-page__reorganizing-section{padding:10rem 0 20.7rem}}@media only screen and (min-width: 768px){.end-of-year-page__reorganizing-section{padding:14.5rem 0 30rem}}@media only screen and (min-width: 1024px){.end-of-year-page__reorganizing-section{padding:14.5rem 0}}.end-of-year-page__reorganizing-section *{color:#fcfbfa !important}.end-of-year-page__reorganizing-section .reorganizing{display:none}@media only screen and (min-width: 1024px){.end-of-year-page__reorganizing-section .reorganizing{display:flex;gap:5%}}.end-of-year-page__reorganizing-section .reorganizing__left{display:grid;grid-template-columns:repeat(2, 50%);row-gap:2.7rem}@media only screen and (min-width: 768px){.end-of-year-page__reorganizing-section .reorganizing__left{row-gap:10.3rem}}.end-of-year-page__reorganizing-section .reorganizing__left__text{grid-column:span 2}.end-of-year-page__reorganizing-section .reorganizing__left__text h3{font-size:6rem;line-height:9.4rem;font-weight:400;display:inline}.end-of-year-page__reorganizing-section .reorganizing__left__text h3.italic{font-family:"Untitled Sans",helvetica,arial,sans-serif;font-style:italic}.end-of-year-page__reorganizing-section .reorganizing__left__text>p:first-of-type{margin-bottom:2rem}.end-of-year-page__reorganizing-section .reorganizing__left__img{grid-column:span 1}.end-of-year-page__reorganizing-section .reorganizing__left__img .aspect-ratio-container{position:relative;width:100%;display:block;overflow:hidden;padding-top:87.9939209726%}@media only screen and (min-width: 1024px){.end-of-year-page__reorganizing-section .reorganizing__left__img .aspect-ratio-container{padding-top:124.8091603053%}}.end-of-year-page__reorganizing-section .reorganizing__left__img .aspect-ratio-container>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.end-of-year-page__reorganizing-section .reorganizing__left__img.one{margin-top:3.2rem;transform:translateX(2.3rem)}.end-of-year-page__reorganizing-section .reorganizing__left__img.two{position:relative;margin-top:16.36rem;transform:rotate(10deg) translateX(-30px)}.end-of-year-page__reorganizing-section .reorganizing__left__img.two>svg{position:absolute;top:-107px;right:-9px;z-index:2}.end-of-year-page__reorganizing-section .reorganizing__right{display:flex;flex-direction:column;align-items:center;gap:21.66rem}.end-of-year-page__reorganizing-section .reorganizing__right>p{align-self:flex-start}.end-of-year-page__reorganizing-section .reorganizing__right__img__container{width:35%;position:relative;height:265px;max-width:360px}@media only screen and (min-width: 1024px){.end-of-year-page__reorganizing-section .reorganizing__right__img__container{height:466px}}.end-of-year-page__reorganizing-section .reorganizing__right__img__container .aspect-ratio-container{position:relative;width:100%;display:block;padding-top:125.2427184466%}.end-of-year-page__reorganizing-section .reorganizing__right__img__container .aspect-ratio-container>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.end-of-year-page__reorganizing-section .reorganizing__right__img__container .image-1{position:absolute;top:44px;right:-81px;z-index:2;transform:rotate(-2.88deg);transition:all .5s}.end-of-year-page__reorganizing-section .reorganizing__right__img__container .image-1:hover{z-index:4;transform:rotate(10deg) translateY(-50px) !important}@media only screen and (min-width: 1024px){.end-of-year-page__reorganizing-section .reorganizing__right__img__container .image-1{top:0;left:-56%}}.end-of-year-page__reorganizing-section .reorganizing__right__img__container .image-2{position:absolute;top:-5px;right:78px;z-index:5;transform:rotate(6deg);transition:all .5s}@media only screen and (min-width: 1024px){.end-of-year-page__reorganizing-section .reorganizing__right__img__container .image-2{top:-24px;right:-83%}}.end-of-year-page__reorganizing-section .reorganizing__right__img__container .image-2:hover{z-index:4;transform:rotate(-15deg) translateX(-50px) !important}.end-of-year-page__reorganizing-section .reorganizing__right__img__container .image-3{position:absolute;top:-65px;right:0;z-index:3;transform:rotate(10deg);transition:all .5s}@media only screen and (min-width: 1024px){.end-of-year-page__reorganizing-section .reorganizing__right__img__container .image-3{right:-13px;top:17%}}.end-of-year-page__reorganizing-section .reorganizing__right__img__container .image-3:hover{z-index:4;transform:rotate(15deg) translateY(-50px) !important}.end-of-year-page__reorganizing-section .reorganizing__right__img__container .image-4{position:absolute;top:-40px;right:55px;z-index:4;transform:rotate(-10deg);transition:all .5s}@media only screen and (min-width: 1024px){.end-of-year-page__reorganizing-section .reorganizing__right__img__container .image-4{top:237px;right:56%;transform:rotate(-5.88deg)}}.end-of-year-page__reorganizing-section .reorganizing__right__img__container .image-4:hover{z-index:4;transform:rotate(15deg) translateY(-50px) !important}.end-of-year-page__reorganizing-section .reorganizing__right__img__container .image-5{position:absolute;top:-5px;right:-70px;z-index:2;transform:rotate(7.12deg);transition:all .5s}@media only screen and (min-width: 1024px){.end-of-year-page__reorganizing-section .reorganizing__right__img__container .image-5{top:234px;right:-77%;transform:rotate(7deg)}}.end-of-year-page__reorganizing-section .reorganizing__right__img__container .image-5:hover{z-index:4;transform:rotate(-15deg) translateX(-50px) !important}.end-of-year-page__reorganizing-section .reorganizing__right__text>p:first-of-type{margin:2rem 0}.end-of-year-page__reorganizing-section .reorganizing--mobile{display:flex;flex-direction:column;gap:2rem}@media only screen and (min-width: 1024px){.end-of-year-page__reorganizing-section .reorganizing--mobile{display:none}}.end-of-year-page__reorganizing-section .reorganizing--mobile__text h3{font-size:4.9rem;line-height:6.4rem;font-weight:400;display:inline}.end-of-year-page__reorganizing-section .reorganizing--mobile__text h3.italic{font-family:"Untitled Sans",helvetica,arial,sans-serif;font-style:italic}.end-of-year-page__reorganizing-section .reorganizing--mobile>p:nth-of-type(2){margin-top:2.1rem}.end-of-year-page__reorganizing-section .reorganizing--mobile__img__container__top{width:50%;position:relative;height:265px;max-width:360px;margin:9.7rem auto 19rem}@media screen and (min-width: 530px){.end-of-year-page__reorganizing-section .reorganizing--mobile__img__container__top{margin:9.7rem auto 24rem}}@media screen and (min-width: 768px){.end-of-year-page__reorganizing-section .reorganizing--mobile__img__container__top{margin:13.7rem auto 42rem}}.end-of-year-page__reorganizing-section .reorganizing--mobile__img__container__top .aspect-ratio-container{position:relative;width:100%;display:block;padding-top:125.2428943495%}.end-of-year-page__reorganizing-section .reorganizing--mobile__img__container__top .aspect-ratio-container>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.end-of-year-page__reorganizing-section .reorganizing--mobile__img__container__top .image-1{position:absolute;top:0;right:75px;z-index:2;transform:rotate(-2.88deg);transition:all .5s}.end-of-year-page__reorganizing-section .reorganizing--mobile__img__container__top .image-1:hover{z-index:5;transform:rotate(10deg) translateY(-50px) !important}.end-of-year-page__reorganizing-section .reorganizing--mobile__img__container__top .image-2{position:absolute;top:2px;right:-62px;z-index:5;transform:rotate(6deg);transition:all .5s}.end-of-year-page__reorganizing-section .reorganizing--mobile__img__container__top .image-2:hover{z-index:5;transform:rotate(-15deg) translateX(-50px) !important}.end-of-year-page__reorganizing-section .reorganizing--mobile__img__container__top .image-3{position:absolute;top:52px;right:20px;z-index:3;transform:rotate(10deg);transition:all .5s}.end-of-year-page__reorganizing-section .reorganizing--mobile__img__container__top .image-3:hover{z-index:5;transform:rotate(15deg) translateY(-50px) !important}.end-of-year-page__reorganizing-section .reorganizing--mobile__img__container__top .image-4{position:absolute;top:135px;right:55px;z-index:4;transform:rotate(-10deg);transition:all .5s}.end-of-year-page__reorganizing-section .reorganizing--mobile__img__container__top .image-4:hover{z-index:5;transform:rotate(15deg) translateY(-50px) !important}.end-of-year-page__reorganizing-section .reorganizing--mobile__img__container__top .image-5{position:absolute;top:159px;right:-70px;z-index:2;transform:rotate(7.12deg);transition:all .5s}.end-of-year-page__reorganizing-section .reorganizing--mobile__img__container__top .image-5:hover{z-index:5;transform:rotate(-15deg) translateX(-50px) !important}.end-of-year-page__reorganizing-section .reorganizing--mobile__img__container__bottom{width:60%;position:relative;height:265px;max-width:360px;margin:4.5rem auto 0}.end-of-year-page__reorganizing-section .reorganizing--mobile__img__container__bottom svg{position:absolute;z-index:6;max-width:16.3rem;max-height:13.3rem;top:-63px;left:92px}.end-of-year-page__reorganizing-section .reorganizing--mobile__img__container__bottom .aspect-ratio-container{position:relative;width:100%;display:block;overflow:hidden;padding-top:124.9605290823%}.end-of-year-page__reorganizing-section .reorganizing--mobile__img__container__bottom .aspect-ratio-container>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.end-of-year-page__reorganizing-section .reorganizing--mobile__img__container__bottom .aspect-ratio-container.one{position:absolute;top:0;right:31px;z-index:2;transform:rotate(-2.88deg);transition:all .5s}.end-of-year-page__reorganizing-section .reorganizing--mobile__img__container__bottom .aspect-ratio-container.one:hover{z-index:3;transform:rotate(10deg) translateY(-50px) !important}.end-of-year-page__reorganizing-section .reorganizing--mobile__img__container__bottom .aspect-ratio-container.two{position:absolute;top:7px;right:-27px;z-index:2;transform:rotate(2.88deg);transition:all .5s}.end-of-year-page__reorganizing-section .reorganizing--mobile__img__container__bottom .aspect-ratio-container.two:hover{z-index:3;transform:rotate(10deg) translateY(-50px) !important}.end-of-year-page__projects-launched-section{background-color:#f0ede8;padding:14rem 0 0}.end-of-year-page__projects-launched-section .projects-launched{display:flex;flex-direction:column;align-items:center;gap:6rem}@media only screen and (min-width: 768px){.end-of-year-page__projects-launched-section .projects-launched{gap:12.6rem}}.end-of-year-page__projects-launched-section .projects-launched__top{display:flex;flex-direction:column;align-items:center}.end-of-year-page__projects-launched-section .projects-launched__top>h3{position:relative;color:#1f453b}@media only screen and (min-width: 768px){.end-of-year-page__projects-launched-section .projects-launched__top>h3{font-size:6rem;line-height:6.5rem}}.end-of-year-page__projects-launched-section .projects-launched__top>h3>svg{position:absolute;top:-46px;right:-38px}.end-of-year-page__projects-launched-section .projects-launched__top>p{text-align:center}@media only screen and (min-width: 768px){.end-of-year-page__projects-launched-section .projects-launched__top>p{text-align:unset}}.end-of-year-page__projects-launched-section .projects-launched__bottom{position:relative;height:50rem;width:100%}@media screen and (min-width: 530px){.end-of-year-page__projects-launched-section .projects-launched__bottom{height:70rem}}@media only screen and (min-width: 768px){.end-of-year-page__projects-launched-section .projects-launched__bottom{display:grid;grid-template-columns:repeat(3, calc(33% - 3.8rem));justify-content:space-between;row-gap:5.6rem;width:100%;height:unset}}.end-of-year-page__projects-launched-section .projects-launched__bottom__card{display:flex;flex-direction:column;gap:2.2rem;cursor:pointer}@media only screen and (max-width: 768px){.end-of-year-page__projects-launched-section .projects-launched__bottom__card{width:100%;background-color:#f0ede8;display:flex;flex-direction:column;gap:2.2rem}}@media only screen and (min-width: 768px){.end-of-year-page__projects-launched-section .projects-launched__bottom__card{position:relative;transform:unset}}@media only screen and (min-width: 768px){.end-of-year-page__projects-launched-section .projects-launched__bottom__card.two,.end-of-year-page__projects-launched-section .projects-launched__bottom__card.five{transform:translate(0, -86px)}}.end-of-year-page__projects-launched-section .projects-launched__bottom__card__img{position:relative;display:block;padding-top:135.2739726027%;border-radius:10px;overflow:hidden}@media only screen and (min-width: 768px){.end-of-year-page__projects-launched-section .projects-launched__bottom__card__img{transition:all .5s ease-in-out}.end-of-year-page__projects-launched-section .projects-launched__bottom__card__img:hover{transform:rotate(0deg)}.end-of-year-page__projects-launched-section .projects-launched__bottom__card__img:hover .overlay{transform:translateY(0);height:100%;transition:height .3s ease-in-out}}@media only screen and (min-width: 1024px){.end-of-year-page__projects-launched-section .projects-launched__bottom__card__img{padding-top:124%;margin-top:3rem}}@media only screen and (min-width: 768px){.end-of-year-page__projects-launched-section .projects-launched__bottom__card__img.one,.end-of-year-page__projects-launched-section .projects-launched__bottom__card__img.three,.end-of-year-page__projects-launched-section .projects-launched__bottom__card__img.four,.end-of-year-page__projects-launched-section .projects-launched__bottom__card__img.six{transform:rotate(-2.59deg);transition:all .5s ease-in-out}}.end-of-year-page__projects-launched-section .projects-launched__bottom__card__img.one:hover,.end-of-year-page__projects-launched-section .projects-launched__bottom__card__img.three:hover,.end-of-year-page__projects-launched-section .projects-launched__bottom__card__img.four:hover,.end-of-year-page__projects-launched-section .projects-launched__bottom__card__img.six:hover{transform:rotate(0deg);transition:all .5s ease-in-out}.end-of-year-page__projects-launched-section .projects-launched__bottom__card__img>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.end-of-year-page__projects-launched-section .projects-launched__bottom__card__img .overlay{position:absolute;bottom:0;left:0;width:100%;height:0;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;transform:translateY(100%);padding:4rem 3.7rem}@media only screen and (min-width: 1024px){.end-of-year-page__projects-launched-section .projects-launched__bottom__card__img .overlay{transition:height .3s ease-in-out}}.end-of-year-page__projects-launched-section .projects-launched__bottom__card__img .overlay__content span{color:#fcfbfa;font-size:1.1rem;line-height:1.3rem;letter-spacing:.05em;text-transform:uppercase;font-weight:500}.end-of-year-page__projects-launched-section .projects-launched__bottom__card__img .overlay__content p{padding-top:1.5rem;text-transform:none;color:#fcfbfa;font-size:2rem;line-height:2.4rem}.end-of-year-page__projects-launched-section .projects-launched__bottom__card__img .overlay .link-arrow{color:#fcfbfa;font-size:1.4rem;line-height:1.7rem;letter-spacing:.1em}.end-of-year-page__projects-launched-section .projects-launched__bottom__card__img .overlay .link-arrow::after{content:"";background-image:url(../images/svg/icons/icon-button-arrow-white.svg);margin-top:3px}.end-of-year-page__projects-launched-section .projects-launched__bottom__card>h4{position:relative;z-index:1;min-height:55px}@media only screen and (min-width: 768px){.end-of-year-page__projects-launched-section .projects-launched__bottom__card>h4{min-height:unset}}.end-of-year-page__twenty-five-years-section{background-color:#f0ede8;padding:10rem 0}@media only screen and (min-width: 768px){.end-of-year-page__twenty-five-years-section{padding:7rem 0 14rem}}.end-of-year-page__twenty-five-years-section .scrolling-cta{display:flex;flex-direction:column;gap:3.5rem;position:relative}@media only screen and (min-width: 768px){.end-of-year-page__twenty-five-years-section .scrolling-cta{flex-direction:row;justify-content:space-between;width:100%;gap:5rem}}.end-of-year-page__twenty-five-years-section .scrolling-cta__button{display:none}@media only screen and (min-width: 768px){.end-of-year-page__twenty-five-years-section .scrolling-cta__button{display:block;position:absolute;bottom:-87px;left:401px;text-align:unset}}@media only screen and (min-width: 1024px){.end-of-year-page__twenty-five-years-section .scrolling-cta__button{display:block;position:absolute;bottom:-25px;left:401px;text-align:unset}}.end-of-year-page__twenty-five-years-section .scrolling-cta__button--mobile{text-align:right}@media only screen and (min-width: 768px){.end-of-year-page__twenty-five-years-section .scrolling-cta__button--mobile{display:none}}@media only screen and (min-width: 768px){.end-of-year-page__twenty-five-years-section .scrolling-cta__left{flex:1}}@media only screen and (min-width: 1024px){.end-of-year-page__twenty-five-years-section .scrolling-cta__left{max-width:30%;position:relative;display:flex;justify-content:center;align-items:center;flex:1;min-width:500px;overflow:hidden;height:100vh;z-index:10}}.end-of-year-page__twenty-five-years-section .scrolling-cta__left__title{color:#1f453b}.end-of-year-page__twenty-five-years-section .scrolling-cta__left__content{padding-top:1.2rem;padding-bottom:3rem}@media only screen and (min-width: 1024px){.end-of-year-page__twenty-five-years-section .scrolling-cta__left__content{padding-bottom:3.3rem}}.end-of-year-page__twenty-five-years-section .scrolling-cta__right{position:relative;margin-bottom:44.8rem}@media only screen and (min-width: 768px){.end-of-year-page__twenty-five-years-section .scrolling-cta__right{flex:1}}@media only screen and (min-width: 1024px){.end-of-year-page__twenty-five-years-section .scrolling-cta__right{flex:1;gap:7rem;margin-bottom:unset}}@media only screen and (max-width: 1024px){.end-of-year-page__twenty-five-years-section .scrolling-cta__right .scrolling-cta__slide{width:100%;min-height:451px;background-color:#f0ede8;display:flex;flex-direction:column;justify-content:center;gap:2.2rem}}@media only screen and (min-width: 1024px){.end-of-year-page__twenty-five-years-section .scrolling-cta__right .scrolling-cta__slide{display:flex;padding:0;gap:2.4rem;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;margin-top:4px}.end-of-year-page__twenty-five-years-section .scrolling-cta__right .scrolling-cta__slide:first-child{margin-top:20vh}.end-of-year-page__twenty-five-years-section .scrolling-cta__right .scrolling-cta__slide:last-child{margin-bottom:20vh}}@media only screen and (min-width: 1024px){.end-of-year-page__twenty-five-years-section .scrolling-cta__right .scrolling-cta__slide__image{width:100%}}@media only screen and (min-width: 768px){.end-of-year-page__twenty-five-years-section .scrolling-cta__right .scrolling-cta__slide__image.slide-one{max-width:394px;max-height:360px}}.end-of-year-page__twenty-five-years-section .scrolling-cta__right .scrolling-cta__slide__image.slide-one .aspect-ratio-container{padding-top:91.3705583756%}@media only screen and (min-width: 768px){.end-of-year-page__twenty-five-years-section .scrolling-cta__right .scrolling-cta__slide__image.slide-two{max-width:515px;max-height:236px}}.end-of-year-page__twenty-five-years-section .scrolling-cta__right .scrolling-cta__slide__image.slide-two .aspect-ratio-container{padding-top:45.8252427184%}@media only screen and (min-width: 768px){.end-of-year-page__twenty-five-years-section .scrolling-cta__right .scrolling-cta__slide__image.slide-three{max-width:342px;max-height:381px}}.end-of-year-page__twenty-five-years-section .scrolling-cta__right .scrolling-cta__slide__image.slide-three .aspect-ratio-container{padding-top:111.4035087719%}@media only screen and (min-width: 768px){.end-of-year-page__twenty-five-years-section .scrolling-cta__right .scrolling-cta__slide__image.slide-four{max-width:464px;max-height:161px}}.end-of-year-page__twenty-five-years-section .scrolling-cta__right .scrolling-cta__slide__image.slide-four .aspect-ratio-container{padding-top:34.6982758621%}@media only screen and (min-width: 768px){.end-of-year-page__twenty-five-years-section .scrolling-cta__right .scrolling-cta__slide__image.slide-five{max-width:325px;max-height:448px}}.end-of-year-page__twenty-five-years-section .scrolling-cta__right .scrolling-cta__slide__image.slide-five .aspect-ratio-container{padding-top:137.8461538462%}@media only screen and (min-width: 768px){.end-of-year-page__twenty-five-years-section .scrolling-cta__right .scrolling-cta__slide__image.slide-six{max-width:525px;max-height:197px}}.end-of-year-page__twenty-five-years-section .scrolling-cta__right .scrolling-cta__slide__image.slide-six .aspect-ratio-container{padding-top:37.5238095238%}.end-of-year-page__twenty-five-years-section .scrolling-cta__right .scrolling-cta__slide__image .aspect-ratio-container{width:100%;height:auto;position:relative;padding-top:56.54%;overflow:hidden}.end-of-year-page__twenty-five-years-section .scrolling-cta__right .scrolling-cta__slide__image .aspect-ratio-container>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.end-of-year-page__twenty-five-years-section .scrolling-cta__right .scrolling-cta__slide__image .aspect-ratio-container>img:first-child{display:none}@media only screen and (min-width: 1024px){.end-of-year-page__twenty-five-years-section .scrolling-cta__right .scrolling-cta__slide__image .aspect-ratio-container>img:first-child{display:block}}@media only screen and (min-width: 1024px){.end-of-year-page__twenty-five-years-section .scrolling-cta__right .scrolling-cta__slide__image .aspect-ratio-container>img:nth-child(2){display:none}}.end-of-year-page__future-section{background-color:#1f453b;padding:14.5rem 0}.end-of-year-page__future-section .future{display:flex;flex-direction:column;align-items:center;gap:5.1rem}@media only screen and (min-width: 768px){.end-of-year-page__future-section .future{flex-direction:row;gap:15.5rem}}.end-of-year-page__future-section .future *{color:#fcfbfa}.end-of-year-page__future-section .future--mobile-text{font-family:"Gascogne",garamond,serif;margin-top:4rem}@media only screen and (min-width: 768px){.end-of-year-page__future-section .future--mobile-text{display:none}}.end-of-year-page__future-section .future__left{display:flex;flex-direction:column;gap:4.2rem;max-width:81.8rem}.end-of-year-page__future-section .future__left>p{letter-spacing:-0.108rem}.end-of-year-page__future-section .future__left>p:nth-child(2){display:none;font-family:"Gascogne",garamond,serif;letter-spacing:unset}@media only screen and (min-width: 768px){.end-of-year-page__future-section .future__left>p:nth-child(2){display:block}}.end-of-year-page__future-section .future__right{position:relative}.end-of-year-page__future-section .future__right__draw{position:absolute;top:7.5rem;right:-10.5rem}.card-case-study{display:block;position:relative}.card-case-study__title{font-size:3.7rem;line-height:4.2rem;text-transform:capitalize}@media only screen and (min-width: 1024px){.card-case-study__title{font-size:4rem;line-height:4.5rem}}.card-case-study__image{position:relative;width:100%;display:block;padding-top:124%;border-radius:10px;overflow:hidden;margin-top:3rem}@media only screen and (min-width: 768px){.card-case-study__image{transform:rotate(-2.59deg);transition:all .5s ease-in-out}.card-case-study__image:hover{transform:rotate(0deg)}.card-case-study__image:hover .overlay{transform:translateY(0);height:100%;transition:height .3s ease-in-out}}.card-case-study__image>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.card-case-study__image .overlay{position:absolute;bottom:0;left:0;width:100%;height:0;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;transform:translateY(100%);padding:4rem 3.7rem}@media only screen and (min-width: 1024px){.card-case-study__image .overlay{transition:height .3s ease-in-out}}.card-case-study__image .overlay__content span{color:#fcfbfa;font-size:1.1rem;line-height:1.3rem;letter-spacing:.05em;text-transform:uppercase;font-weight:500}.card-case-study__image .overlay__content p{padding-top:1.5rem;text-transform:none;color:#fcfbfa;font-size:2rem;line-height:2.4rem}.card-case-study__image .overlay .link-arrow{color:#fcfbfa;font-size:1.4rem;line-height:1.7rem;letter-spacing:.1em}.card-case-study__image .overlay .link-arrow::after{content:"";background-image:url(../images/svg/icons/icon-button-arrow-white.svg);margin-top:3px}.featured-story{display:grid;padding:2rem 0 6rem;position:relative;height:fit-content}@media only screen and (min-width: 768px){.featured-story{padding:7rem 0;grid-template-columns:repeat(2, 50%);column-gap:2rem;max-width:1240px}}.featured-story__img-container{height:auto;overflow:hidden;width:100%;aspect-ratio:1.6111111111;position:relative;border-radius:10px;max-width:580px;transform:rotate(-2.99deg);margin:0 auto 5rem}@media only screen and (min-width: 768px){.featured-story__img-container{margin:0}}.featured-story__img-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.featured-story__title{padding-bottom:1rem}.featured-story__right{width:100%;display:flex;flex-direction:column;justify-content:center;margin:0 auto}@media only screen and (min-width: 768px){.featured-story__right{max-width:410px}}.featured-story__tags{margin:0;padding:2rem 0 0 0;display:flex;gap:1.5rem;flex-wrap:wrap}.featured-story__tag{list-style:none;margin:0;padding:.5rem 1.5rem;background:#d5dbd3;text-transform:uppercase;border-radius:6px;width:fit-content;font-weight:500;font-size:1.1rem;line-height:1.3rem;letter-spacing:.05em;user-select:none}.loader__container{position:relative;padding:10rem 0}.loader__wrapper{position:absolute;top:50%;left:50%;width:8rem;height:8rem;transform:translate(-50%, -50%)}.loader__spinner{animation:spin 5.5s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}100%{transform:rotate(360deg)}}@media only screen and (min-width: 768px){.newsletter-form{margin-top:2rem}}.newsletter-form__container{background-color:#1f453b;position:relative;padding:4rem 2rem 6rem}@media only screen and (min-width: 768px){.newsletter-form__container{padding:7rem 0;min-height:300px;display:flex;flex-direction:column;justify-content:center}}.newsletter-form__content{max-width:720px;margin:0 auto}.newsletter-form__border-img{position:relative;top:4.5rem}.newsletter-form__border-img--bottom{position:relative;transform:rotate(180deg);bottom:4.5rem}.newsletter-form .title{font-size:4.6rem;line-height:4.9rem;font-family:"Gascogne",garamond,serif;font-weight:400;text-transform:unset;color:#fcfbfa;text-align:center;padding-bottom:3rem}@media only screen and (min-width: 768px){.newsletter-form .title{font-size:6rem;line-height:6.1rem}}.newsletter-form .line{height:32px;width:300px;margin:0 auto;display:block;position:absolute;left:50%;transform:translateX(-50%)}.newsletter-form .join-checkbox__label{position:absolute;left:50%;bottom:7.5rem;transform:translate(-50%, 0)}.newsletter-form .gform_wrapper.gravity-theme .gform_fields{display:flex;flex-direction:column;justify-content:center;align-items:center}.newsletter-form .gform_wrapper.gravity-theme .ginput_container{width:100%}.newsletter-form .gform_wrapper.gravity-theme .gfield:not(#field_submit){width:100%}.newsletter-form .gform_wrapper.gravity-theme .gfield:not(#field_submit) .ginput_container{outline:none;border-bottom:2px solid #fcfbfa;width:100%;position:relative}.newsletter-form .gform_wrapper.gravity-theme .gfield:not(#field_submit) input,.newsletter-form .gform_wrapper.gravity-theme .gfield:not(#field_submit) input::placeholder{font-weight:400;font-size:1.8rem;line-height:1.75;letter-spacing:-0.015em}.newsletter-form .gform_wrapper.gravity-theme .gfield:not(#field_submit) input{color:#fcfbfa;outline:none;padding:0;border:none !important;background:rgba(0,0,0,0);caret-color:#fcfbfa}.newsletter-form .gform_wrapper.gravity-theme .gfield:not(#field_submit) input::selection,.newsletter-form .gform_wrapper.gravity-theme .gfield:not(#field_submit) input::-moz-selection{background:#ff9375}.newsletter-form .gform_wrapper.gravity-theme .gfield:not(#field_submit) input::placeholder{opacity:.75;color:#f0ede8;margin:0;text-transform:lowercase}.newsletter-form .gform_wrapper.gravity-theme .gfield:not(#field_submit) label{visibility:hidden;position:absolute}.newsletter-form .gform_wrapper.gravity-theme .gfield:not(#field_submit) .gfield_validation_message{background:rgba(0,0,0,0);border:none;border-bottom:2px solid #ff3b3b !important;color:#fcfbfa;padding:1rem 0 .7rem !important;width:fit-content}.newsletter-form .gform_wrapper.gravity-theme .gfield#field_submit{padding-top:1.5rem}.newsletter-form .gform_wrapper.gravity-theme .gfield#field_submit input.gform-button{transition:transform .2s;margin:0;padding:2.1rem 2.6rem !important;background:url(../images/svg/graphics/button-background.svg) no-repeat;background-position:center}.newsletter-form .gform_wrapper.gravity-theme .gfield#field_submit input.gform-button:hover,.newsletter-form .gform_wrapper.gravity-theme .gfield#field_submit input.gform-button:focus{transform:scale(1.05)}.newsletter-form .gform_wrapper.gravity-theme .gform_footer{padding:0}.newsletter-form .gform_confirmation_wrapper{margin:0 auto}.newsletter-form .gform_confirmation_message{text-align:center;font-size:2rem;color:#fcfbfa;line-height:3rem;letter-spacing:-0.02rem;font-family:"Untitled Sans",helvetica,arial,sans-serif}.newsletter-form .gform_validation_errors{display:none}.rotating-text-cta-block{position:relative;padding-bottom:25rem;max-width:63.2rem;width:100%;margin:0 auto}@media only screen and (min-width: 768px){.rotating-text-cta-block{padding-bottom:12rem}}.rotating-text-cta-block__text{font-family:"Gascogne",garamond,serif;font-size:2.5rem;line-height:2.5rem;margin-left:1rem}@media only screen and (min-width: 1024px){.rotating-text-cta-block__text{font-size:3rem;line-height:3rem}}.rotating-text-cta-block__container .circle-cta-link{top:23rem;left:8rem}@media only screen and (min-width: 768px){.rotating-text-cta-block__container .circle-cta-link{right:-20rem;top:10rem;width:unset;left:unset}}.pagination{text-align:center;position:relative;display:inline-block}.pagination .page-numbers{font-size:2rem;line-height:2.4rem;margin:0 5px;color:#112621;font-family:"Untitled Sans",helvetica,arial,sans-serif;transition:all .35s ease-out}.pagination .page-numbers.current{font-weight:600}.pagination .page-numbers:hover,.pagination .page-numbers:focus{transform:scale(1.1);transition:all .35s ease-out}.pagination .page-numbers.next{font-size:2.8rem;margin:0 10px}.pagination .page-numbers.next::after{content:"";border-bottom:5px solid rgba(0,0,0,0);border-top:5px solid rgba(0,0,0,0);border-left:5px solid #112621;position:absolute;top:50%;transform:translateY(-50%);right:-10px;transition:right .25s ease-in-out}.pagination .page-numbers.next:hover,.pagination .page-numbers.next:focus{transition:color .23s ease-out}.pagination .page-numbers.next:hover::after,.pagination .page-numbers.next:focus::after{right:-12px;transition:all .25s ease-in-out}.pagination .page-numbers.prev{font-size:2.8rem;margin:0 10px}.pagination .page-numbers.prev::after{content:"";border-bottom:5px solid rgba(0,0,0,0);border-top:5px solid rgba(0,0,0,0);border-right:5px solid #112621;position:absolute;top:50%;transform:translateY(-50%);left:-10px;transition:left .25s ease-in-out}.pagination .page-numbers.prev:hover,.pagination .page-numbers.prev:focus{transition:color .23s ease-out}.pagination .page-numbers.prev:hover::after,.pagination .page-numbers.prev:focus::after{left:-12px;transition:all .25s ease-in-out}.blog-related-stories{margin:-4rem auto 0;max-width:1280px;padding:2rem 2rem 5rem}@media only screen and (min-width: 768px){.blog-related-stories{margin:0 auto;padding:4rem 2rem 7rem}}@media only screen and (min-width: 1441px){.blog-related-stories{padding:4rem 0 20rem}}.blog-related-stories__title{padding-bottom:3rem;font-size:4rem;line-height:4.5rem;font-weight:600;font-family:"Gascogne",garamond,serif}.blog-related-stories .button-arrow{margin:7rem auto 0}.blog-related-stories__card-container{display:flex;gap:8rem;flex-direction:column;list-style-type:none;margin:0;padding:0}@media only screen and (min-width: 768px){.blog-related-stories__card-container{flex-direction:row;gap:5rem}}.blog-related-stories__card-container>li{width:100%;list-style:none;margin:0;padding:0}.blog-related-stories__card-container li.offset-top{margin-top:0}.blog-related-stories__card-container .story-card-image-container{transform:unset !important}.social-icons{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;padding-top:1rem}@media only screen and (min-width: 768px){.social-icons{justify-content:flex-start;padding-top:1.5rem}}.social-icons .icon,.social-icons .dev--black-underline,.social-icons .dev--black,.social-icons .dev,.social-icons .website--black-underline,.social-icons .website--black,.social-icons .website,.social-icons .github--black-underline,.social-icons .github--black,.social-icons .github,.social-icons .linkedin--black-underline,.social-icons .linkedin--black,.social-icons .linkedin,.social-icons .twitter--black-underline,.social-icons .twitter--black,.social-icons .twitter,.social-icons .youtube--black-underline,.social-icons .youtube--black,.social-icons .youtube,.social-icons .instagram--black-underline,.social-icons .instagram--black,.social-icons .instagram,.social-icons .facebook--black-underline,.social-icons .facebook--black,.social-icons .facebook{display:block;width:2.4rem;height:2.4rem;cursor:pointer;background-size:100%;background-position:50% 50%;background-repeat:no-repeat;border-radius:50%;transition:all .7s}.social-icons .icon:hover,.social-icons .icon:focus,.social-icons .dev--black-underline:hover,.social-icons .dev--black:hover,.social-icons .dev:hover,.social-icons .website--black-underline:hover,.social-icons .website--black:hover,.social-icons .website:hover,.social-icons .github--black-underline:hover,.social-icons .github--black:hover,.social-icons .github:hover,.social-icons .linkedin--black-underline:hover,.social-icons .linkedin--black:hover,.social-icons .linkedin:hover,.social-icons .twitter--black-underline:hover,.social-icons .twitter--black:hover,.social-icons .twitter:hover,.social-icons .youtube--black-underline:hover,.social-icons .youtube--black:hover,.social-icons .youtube:hover,.social-icons .instagram--black-underline:hover,.social-icons .instagram--black:hover,.social-icons .instagram:hover,.social-icons .facebook--black-underline:hover,.social-icons .facebook--black:hover,.social-icons .facebook:hover,.social-icons .dev--black-underline:focus,.social-icons .dev--black:focus,.social-icons .dev:focus,.social-icons .website--black-underline:focus,.social-icons .website--black:focus,.social-icons .website:focus,.social-icons .github--black-underline:focus,.social-icons .github--black:focus,.social-icons .github:focus,.social-icons .linkedin--black-underline:focus,.social-icons .linkedin--black:focus,.social-icons .linkedin:focus,.social-icons .twitter--black-underline:focus,.social-icons .twitter--black:focus,.social-icons .twitter:focus,.social-icons .youtube--black-underline:focus,.social-icons .youtube--black:focus,.social-icons .youtube:focus,.social-icons .instagram--black-underline:focus,.social-icons .instagram--black:focus,.social-icons .instagram:focus,.social-icons .facebook--black-underline:focus,.social-icons .facebook--black:focus,.social-icons .facebook:focus{transform:translateY(-1px)}.social-icons .icon:active,.social-icons .dev--black-underline:active,.social-icons .dev--black:active,.social-icons .dev:active,.social-icons .website--black-underline:active,.social-icons .website--black:active,.social-icons .website:active,.social-icons .github--black-underline:active,.social-icons .github--black:active,.social-icons .github:active,.social-icons .linkedin--black-underline:active,.social-icons .linkedin--black:active,.social-icons .linkedin:active,.social-icons .twitter--black-underline:active,.social-icons .twitter--black:active,.social-icons .twitter:active,.social-icons .youtube--black-underline:active,.social-icons .youtube--black:active,.social-icons .youtube:active,.social-icons .instagram--black-underline:active,.social-icons .instagram--black:active,.social-icons .instagram:active,.social-icons .facebook--black-underline:active,.social-icons .facebook--black:active,.social-icons .facebook:active{transform:translateY(2px)}.social-icons .facebook{background-size:45%;background-image:url(../images/svg/icons/icon-facebook.svg)}.social-icons .facebook:hover,.social-icons .facebook:focus{background-image:url(../images/svg/icons/icon-facebook-coral.svg)}.social-icons .facebook--black{background-size:45%;background-image:url(../images/svg/icons/icon-facebook-black.svg)}.social-icons .facebook--black:hover,.social-icons .facebook--black:focus{background-image:url(../images/svg/icons/icon-facebook-coral.svg)}.social-icons .facebook--black-underline{border-radius:0;background-image:url(../images/svg/icons/icon-facebook-black.svg);padding-bottom:1px;position:relative}.social-icons .facebook--black-underline::after{content:"";position:absolute;width:0;height:2px;background-color:#112621;bottom:-2px;left:0}.social-icons .facebook--black-underline:hover::after,.social-icons .facebook--black-underline:focus::after{width:100%;transition:width .3s}.social-icons .instagram{background-image:url(../images/svg/icons/icon-instagram.svg)}.social-icons .instagram:hover,.social-icons .instagram:focus{background-image:url(../images/svg/icons/icon-instagram-coral.svg)}.social-icons .instagram--black{background-image:url(../images/svg/icons/icon-instagram-black.svg)}.social-icons .instagram--black:hover,.social-icons .instagram--black:focus{background-image:url(../images/svg/icons/icon-instagram-coral.svg)}.social-icons .instagram--black-underline{border-radius:0;background-image:url(../images/svg/icons/icon-instagram-black.svg);padding-bottom:1px;position:relative}.social-icons .instagram--black-underline::after{content:"";position:absolute;width:0;height:2px;background-color:#112621;bottom:-2px;left:0}.social-icons .instagram--black-underline:hover::after,.social-icons .instagram--black-underline:focus::after{width:100%;transition:width .3s}.social-icons .youtube{background-image:url(../images/svg/icons/icon-youtube.svg)}.social-icons .youtube:hover,.social-icons .youtube:focus{background-image:url(../images/svg/icons/icon-youtube-coral.svg)}.social-icons .youtube--black{background-image:url(../images/svg/icons/icon-youtube-black.svg)}.social-icons .youtube--black:hover,.social-icons .youtube--black:focus{background-image:url(../images/svg/icons/icon-youtube-coral.svg)}.social-icons .youtube--black-underline{border-radius:0;background-image:url(../images/svg/icons/icon-youtube-black.svg);padding-bottom:1px;position:relative}.social-icons .youtube--black-underline::after{content:"";position:absolute;width:0;height:2px;background-color:#112621;bottom:-2px;left:0}.social-icons .youtube--black-underline:hover::after,.social-icons .youtube--black-underline:focus::after{width:100%;transition:width .3s}.social-icons .twitter{background-image:url(../images/svg/icons/icon-twitter.svg)}.social-icons .twitter:hover,.social-icons .twitter:focus{background-image:url(../images/svg/icons/icon-twitter-coral.svg)}.social-icons .twitter--black{background-image:url(../images/svg/icons/icon-twitter-black.svg)}.social-icons .twitter--black:hover,.social-icons .twitter--black:focus{background-image:url(../images/svg/icons/icon-twitter-coral.svg)}.social-icons .twitter--black-underline{border-radius:0;background-image:url(../images/svg/icons/icon-twitter-black.svg);padding-bottom:1px;position:relative}.social-icons .twitter--black-underline::after{content:"";position:absolute;width:0;height:2px;background-color:#112621;bottom:-2px;left:0}.social-icons .twitter--black-underline:hover::after,.social-icons .twitter--black-underline:focus::after{width:100%;transition:width .3s}.linkedin{background-image:url(../images/svg/icons/icon-linkedin.svg)}.linkedin:hover,.linkedin:focus{background-image:url(../images/svg/icons/icon-linkedin-coral.svg)}.linkedin--black{background-image:url(../images/svg/icons/icon-linkedin-black.svg)}.linkedin--black:hover,.linkedin--black:focus{background-image:url(../images/svg/icons/icon-linkedin-coral.svg)}.linkedin--black-underline{border-radius:0;background-image:url(../images/svg/icons/icon-linkedin-black.svg);padding-bottom:1px;position:relative}.linkedin--black-underline::after{content:"";position:absolute;width:0;height:2px;background-color:#112621;bottom:-2px;left:0}.linkedin--black-underline:hover::after,.linkedin--black-underline:focus::after{width:100%;transition:width .3s}.github{background-image:url(../images/svg/icons/icon-github.svg)}.github:hover,.github:focus{background-image:url(../images/svg/icons/icon-github-coral.svg)}.github--black{background-image:url(../images/svg/icons/icon-github-black.svg)}.github--black:hover,.github--black:focus{background-image:url(../images/svg/icons/icon-github-coral.svg)}.github--black-underline{border-radius:0;background-image:url(../images/svg/icons/icon-github-black.svg);padding-bottom:1px;position:relative}.github--black-underline::after{content:"";position:absolute;width:0;height:2px;background-color:#112621;bottom:-2px;left:0}.github--black-underline:hover::after,.github--black-underline:focus::after{width:100%;transition:width .3s}.website{background-image:url(../images/svg/icons/icon-team-website.svg)}.website:hover,.website:focus{background-image:url(../images/svg/icons/icon-team-website-coral.svg)}.website--black{background-image:url(../images/svg/icons/icon-team-website-black.svg)}.website--black:hover,.website--black:focus{background-image:url(../images/svg/icons/icon-team-website-coral.svg)}.website--black-underline{border-radius:0;background-image:url(../images/svg/icons/icon-team-website-black.svg);padding-bottom:1px;position:relative}.website--black-underline::after{content:"";position:absolute;width:0;height:2px;background-color:#112621;bottom:-2px;left:0}.website--black-underline:hover::after,.website--black-underline:focus::after{width:100%;transition:width .3s}.dev{width:2.6rem;height:2.6rem;background-size:85%;background-image:url(../images/svg/icons/icon-dev.svg)}.dev:hover,.dev:focus{background-image:url(../images/svg/icons/icon-dev-coral.svg)}.dev--black{width:2.6rem;height:2.6rem;background-size:85%;background-image:url(../images/svg/icons/icon-dev-black.svg)}.dev--black:hover,.dev--black:focus{background-image:url(../images/svg/icons/icon-dev-coral.svg)}.dev--black-underline{border-radius:0;background-image:url(../images/svg/icons/icon-dev-black.svg);padding-bottom:1px;position:relative}.dev--black-underline::after{content:"";position:absolute;width:0;height:2px;background-color:#112621;bottom:-2px;left:0}.dev--black-underline:hover::after,.dev--black-underline:focus::after{width:100%;transition:width .3s}.banner{z-index:999998;position:fixed;bottom:env(safe-area-inset-bottom);right:0;margin:0;background-color:#ff9375;width:100%}@media only screen and (min-width: 768px){.banner{background-color:rgba(0,0,0,0);bottom:2rem;right:2rem;width:31.5rem}}.banner__container{position:relative}@media only screen and (min-width: 768px){.banner__container{padding-bottom:100%;height:0;background-image:url(../images/svg/graphics/banner-shape.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;position:relative;transform:rotate(9.57deg)}}.banner__text{margin:1.4rem 2.4rem;display:grid;gap:1rem;grid-template-areas:"text close" "link close"}@media only screen and (min-width: 768px){.banner__text{text-align:center;position:absolute;top:0;left:0;margin:0;height:100%;padding:3.7rem;display:flex;flex-direction:column;justify-content:center}}.banner__text p{grid-area:text;font-size:1.8rem;line-height:2.6rem;font-family:"Gascogne",garamond,serif}@media only screen and (min-width: 768px){.banner__text p{margin:.7rem}}.banner__text a{text-align:center;grid-area:link;align-self:center;width:100%}@media only screen and (min-width: 768px){.banner__text a{width:fit-content}}.banner__close{grid-area:close;cursor:pointer;position:relative}.banner__close>svg{position:absolute;top:0;right:0;max-height:2rem}@media only screen and (min-width: 768px){.banner__close{display:flex;justify-content:center;align-items:center;position:absolute;top:3rem;left:50%;transform:translateX(-50%);height:3rem;z-index:999999}.banner__close>svg{position:static;max-height:100%}}.sticky-contact-button{position:fixed;top:500px;right:-10px;padding:1.68rem 1.72rem 1.68rem 1.4rem;height:47px;width:53px;background-color:#1f453b;display:flex;align-items:center;gap:2.4rem;justify-content:space-between;-webkit-transform-origin:50% 51%;border-radius:5px 0 0 5px;z-index:999}@media only screen and (min-width: 768px){.sticky-contact-button{padding:1.4rem 1.5rem;height:47px;min-width:154px;transform:rotate(-90deg);right:-54px;top:54%;border-radius:5px 5px 0 0}}@media only screen and (max-width: 600px){.sticky-contact-button::after{content:"";display:block;background-image:url(../images/svg/icons/icon-pencil-mobile.svg);background-repeat:no-repeat;position:relative;height:22px;width:21px}}@media only screen and (min-width: 768px){.sticky-contact-button.fr{right:-74px;min-width:194px}}.sticky-contact-button>span{display:none}@media only screen and (min-width: 768px){.sticky-contact-button>span{display:block;color:#fcfbfa}}.sticky-contact-button>svg{display:none}@media only screen and (min-width: 768px){.sticky-contact-button>svg{display:block;transform:rotate(90deg)}}.disclaimer{position:absolute;width:100%;background-color:#ff9375;padding:1.4rem 0;top:8rem}@media screen and (min-width: 1024px){.disclaimer{padding:2.4rem 0;background-color:unset}}.disclaimer svg{display:none}@media screen and (min-width: 1024px){.disclaimer svg{display:block;position:absolute;left:0;width:65%;z-index:-1;top:0}}.disclaimer__text{font-size:2rem;line-height:2.6rem;display:flex;justify-content:flex-start;align-items:center;font-family:"Gascogne",garamond,serif;font-weight:600;position:relative}.awards-block{margin-bottom:10rem}@media screen and (min-width: 1024px){.awards-block{margin-bottom:14rem}}.awards-block__subtitle{margin-bottom:3rem}.awards-block__title{margin-bottom:6rem;line-height:4.5rem}@media only screen and (min-width: 1024px){.awards-block__title{width:100%;max-width:39.7rem}}.awards-block__awards-list{list-style-type:none;margin:unset;padding:unset}.awards-block__award{padding:2rem 1.5rem;border-bottom:1px solid #112621;margin-bottom:1.7rem}@media only screen and (min-width: 768px){.awards-block__award{padding:2rem 0;display:flex;align-items:center;column-gap:23%}}.awards-block__award:first-of-type{padding-top:unset}.awards-block__award__text{font-size:1.8rem;line-height:2.7rem;letter-spacing:-0.015rem}@media only screen and (min-width: 768px){.awards-block__award__text{font-size:2rem;line-height:3rem;letter-spacing:.02em}}.awards-block__award a{display:block}.awards-block__award img{max-width:11.7rem;width:100%;display:block;object-fit:contain}.hero-block{padding:5rem 0 10rem}@media only screen and (min-width: 1024px){.hero-block{padding:14rem 0 16rem}}.hero-block__title{max-width:921px;margin:0 auto;text-align:center;position:relative;overflow:hidden;font-size:4.6rem;line-height:4.9rem}@media only screen and (min-width: 1024px){.hero-block__title{padding-top:2rem;font-size:6rem;line-height:6.5rem}}.hero-block__title>div{position:relative;margin:0}.hero-block__content{position:relative;padding-top:8.3rem}@media only screen and (min-width: 1024px){.hero-block__content{padding-top:14.9rem}}.hero-block__content__text{max-width:113.8rem;letter-spacing:-0.04em;visibility:hidden;font-size:3rem;line-height:4.3rem}@media only screen and (min-width: 480px){.hero-block__content__text{font-size:4rem;line-height:4.8rem}}@media only screen and (min-width: 1024px){.hero-block__content__text{font-size:5.7rem;line-height:7.524rem;letter-spacing:-0.228rem}}.hero-block__content__text .special-word{display:inline-flex !important;width:fit-content}.hero-block__content__text .special-word svg{display:none}@media only screen and (min-width: 1024px){.hero-block__content__text .special-word svg{display:block;position:absolute;width:100%}.hero-block__content__text .special-word svg.first-svg{top:-35px}.hero-block__content__text .special-word svg.first-svg.small{top:-22px}.hero-block__content__text .special-word svg.second-svg{bottom:-11px}.hero-block__content__text .special-word svg.third-svg{bottom:-89px;left:-24px;width:131%}.hero-block__content__text .special-word svg.third-svg.small{bottom:-60px;left:-36px}.hero-block__content__text .special-word svg.third-svg.fr{bottom:-72px;left:-38px}.hero-block__content__text .special-word svg.fourth-svg{bottom:-15px;right:0}}.hero-block__content__shape-1{opacity:0;scale:0;position:absolute;left:-124px;top:-38px;z-index:-1;width:174.89px}@media only screen and (min-width: 1024px){.hero-block__content__shape-1{top:54px}}.hero-block__content__shape-2{opacity:0;scale:0;position:absolute;bottom:-189px;right:-96px;z-index:-1}@media only screen and (min-width: 1024px){.hero-block__content__shape-2{right:-90px;transform:unset}}.is-root-container .hero-block__content__text{visibility:visible}.basic-hero-block{padding-top:17rem;padding-bottom:10rem;height:100vh;display:flex;flex-direction:column;justify-content:space-between;gap:4.4rem}@media only screen and (min-width: calc(480px - 105px))and (max-width: calc(480px - 66px)){.basic-hero-block.fr{gap:.4rem}}@media only screen and (min-width: 1024px){.basic-hero-block{padding-bottom:14rem;padding-top:29.5rem;gap:7.3rem}}.basic-hero-block__content__text{position:relative;max-width:72.3rem;margin:0 auto}.basic-hero-block__content__text.fr{max-width:80rem}.basic-hero-block__content__shape{position:absolute;z-index:-1}.basic-hero-block__content__shape-1{width:7.3rem;top:-10rem;right:-1rem}@media only screen and (min-width: 768px){.basic-hero-block__content__shape-1{width:unset;top:-7rem;right:-4rem}}@media only screen and (min-width: 1024px){.basic-hero-block__content__shape-1{top:-20rem;right:-10rem}}.basic-hero-block__content__shape-2{top:-10.5rem;left:-9rem;width:22rem}@media only screen and (min-width: 768px){.basic-hero-block__content__shape-2{width:unset;top:-7.5rem}}@media only screen and (min-width: 1024px){.basic-hero-block__content__shape-2{top:-13rem;left:-9rem}}@media only screen and (min-width: 1024px){.basic-hero-block__content__shape--group{right:-19rem;bottom:-2rem}}.basic-hero-block__content__shape--group__container{position:relative}.basic-hero-block__content__shape--group .basic-hero-block__content__shape-3,.basic-hero-block__content__shape--group .basic-hero-block__content__shape-4{z-index:-1}.basic-hero-block__content__shape--group .basic-hero-block__content__shape-4{position:absolute;right:-6rem;top:4rem}@media only screen and (min-width: 1024px){.basic-hero-block__content__shape-5{bottom:-3rem;left:-24rem}}.basic-hero-block__content__shape--group,.basic-hero-block__content__shape-5{display:none}@media only screen and (min-width: 1024px){.basic-hero-block__content__shape--group,.basic-hero-block__content__shape-5{display:block}}.basic-hero-block__title{text-align:center;font-size:3.2rem;line-height:4rem}@media only screen and (min-width: calc(480px - 50px)){.basic-hero-block__title{font-size:4rem;line-height:5.1rem}}@media only screen and (min-width: 1024px){.basic-hero-block__title{font-size:6rem;line-height:6.5rem}}.basic-hero-block__title+.basic-hero-block__text{margin-top:9rem}@media only screen and (min-width: 1024px){.basic-hero-block__title+.basic-hero-block__text{margin-top:10.2rem}}@media only screen and (min-width: calc(480px - 105px))and (max-width: calc(480px - 67px)){.basic-hero-block__title+.basic-hero-block__text.fr{margin-top:9vh}}@media only screen and (min-width: 1024px){.basic-hero-block__title+.basic-hero-block__text.fr{margin-top:6vh}}.basic-hero-block__title__underline{position:absolute;left:50%;transform:translate(-50%);margin-top:1rem;width:100%}@media only screen and (min-width: 1024px){.basic-hero-block__title__underline{left:4rem;transform:unset;width:unset}}@media only screen and (min-width: 1024px){.basic-hero-block__title__underline.fr{left:16rem}}.basic-hero-block__title__underline svg{width:100%}.basic-hero-block .animated-words{position:relative;display:block}@media only screen and (min-width: 1024px){.basic-hero-block .animated-words{display:inline-block}}.basic-hero-block .animated-words__container{position:relative;list-style-type:none;margin:unset;padding:unset;overflow:hidden;height:4rem}@media only screen and (min-width: calc(480px - 50px)){.basic-hero-block .animated-words__container{height:5.1rem}}@media only screen and (min-width: 1024px){.basic-hero-block .animated-words__container{height:6.5rem;top:1.6rem}}@media only screen and (min-width: 320px)and (max-width: 600px){.basic-hero-block .animated-words__container.fr{height:10.2rem}}@media only screen and (min-width: 1024px){.basic-hero-block .animated-words__container.fr{top:unset}}.basic-hero-block .animated-words__container li{margin:unset;text-align:center}@media only screen and (min-width: 1024px){.basic-hero-block .animated-words__container li{text-align:left}}@media only screen and (min-width: 1024px){.basic-hero-block .animated-words__container li.fr{text-align:center}}@media only screen and (min-width: 320px)and (max-width: 480px){.basic-hero-block .animated-words__container li.fr{height:10.2rem}}.basic-hero-block__arrow::after{content:"";display:block;background-image:url(../images/svg/icons/icon-down-arrow.svg);background-repeat:no-repeat;position:relative;height:71px;width:63px;margin:0 auto}.basic-hero-block__text{text-align:center;max-width:60.8rem;margin:0 auto}.stats-block{padding:5rem 0}@media only screen and (min-width: 768px){.stats-block{padding:7rem 0}}@media only screen and (min-width: 768px){.stats-block .text-container{max-width:500px}}.stats-block .text-container__title{font-size:4rem;line-height:4.5rem;font-weight:600}.stats-block .text-container__text{padding-top:1rem}.stats-block .stats-container{position:relative;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;flex-direction:row;width:100%;padding:6rem 0 0 4rem;padding-top:6rem;row-gap:10rem}@media only screen and (min-width: 800px){.stats-block .stats-container{padding-top:10rem;row-gap:20rem;max-width:720px;margin:0 auto}}.stats-block .stats-container .shape,.stats-block .stats-container .highlighted-image .content .image-wrapper .shape--triangle,.highlighted-image .content .image-wrapper .stats-block .stats-container .shape--triangle,.stats-block .stats-container .highlighted-image .shape--circle,.highlighted-image .stats-block .stats-container .shape--circle,.stats-block .stats-container .highlighted-image .shape--diamond,.highlighted-image .stats-block .stats-container .shape--diamond,.stats-block .stats-container .shape--line-coral,.stats-block .stats-container .shape--line-blue{position:absolute}.stats-block .stats-container .shape--line-blue{bottom:17%;left:-11rem}@media only screen and (min-width: 768px){.stats-block .stats-container .shape--line-blue{bottom:12%;left:-13rem}}.stats-block .stats-container .shape--line-coral{top:31%;right:-6rem}@media only screen and (min-width: 340px){.stats-block .stats-container .shape--line-coral{top:10%}}@media only screen and (min-width: 480px){.stats-block .stats-container .shape--line-coral{right:10%}}@media only screen and (min-width: 768px){.stats-block .stats-container .shape--line-coral{right:-4rem;top:20%}}.stats-block .stats-container .stat-container{margin:0 auto;align-self:center;position:relative;flex:1 1 100%}@media only screen and (min-width: 340px){.stats-block .stats-container .stat-container{flex:1 1 50%}}@media only screen and (min-width: 768px){.stats-block .stats-container .stat-container:nth-child(even) .stat{margin-left:auto}}.stats-block .stats-container .stat-container .stat--4 .accent-shape,.stats-block .stats-container .stat-container .stat--3 .accent-shape,.stats-block .stats-container .stat-container .stat--2 .accent-shape,.stats-block .stats-container .stat-container .stat--1 .accent-shape{position:absolute;z-index:-1}.stats-block .stats-container .stat-container .stat{position:relative;width:fit-content;margin:0 auto}@media only screen and (min-width: 340px){.stats-block .stats-container .stat-container .stat{margin:unset}}@media only screen and (min-width: 768px){.stats-block .stats-container .stat-container .stat{min-width:200px}}.stats-block .stats-container .stat-container .stat__number{font-size:8rem;font-family:"Gascogne",garamond,serif;line-height:9.7rem}@media only screen and (min-width: 768px){.stats-block .stats-container .stat-container .stat__number{font-size:9.6rem}}.stats-block .stats-container .stat-container .stat--1 .accent-shape{top:-20%;left:-24%;width:90px;height:100px}@media only screen and (min-width: 768px){.stats-block .stats-container .stat-container .stat--1 .accent-shape{top:-35%;left:-30%;width:125px;height:140px}}.stats-block .stats-container .stat-container .stat--2 .accent-shape{top:-22%;left:30%}.stats-block .stats-container .stat-container .stat--3 .accent-shape{top:-10%;left:-50%;width:101px;height:94px}@media only screen and (min-width: 768px){.stats-block .stats-container .stat-container .stat--3 .accent-shape{top:-17%;left:-29%;width:117px;height:110px}}.stats-block .stats-container .stat-container .stat--4 .accent-shape{top:-1rem;right:2rem;width:68px;height:77px}@media only screen and (min-width: 768px){.stats-block .stats-container .stat-container .stat--4 .accent-shape{top:-35%;right:36%;width:129px;height:146px}}.benefits{padding:5rem 0}@media only screen and (min-width: 768px){.benefits{padding:7rem 0}}.benefits__text{max-width:500px;padding-top:1rem}.benefits .item-grid{padding-top:7rem;display:flex;flex-direction:row;flex-wrap:wrap;row-gap:5rem}@media only screen and (min-width: 768px){.benefits .item-grid{column-gap:9rem}}.benefits .item-grid__item{display:grid;grid-template-areas:"image title" "image text";align-content:baseline;column-gap:3.5rem}@media only screen and (min-width: 768px){.benefits .item-grid__item{flex:1 1 calc(50% - 9rem)}}.benefits .item-grid__item svg{grid-area:image}.benefits .item-grid__item__title{grid-area:title;font-size:2rem;line-height:2.6rem}.benefits .item-grid__item__text{padding-top:.5rem;grid-area:text}.dot-cta-block{width:100%;display:flex;position:relative;flex-direction:column;justify-content:center}.dot-cta-block__title{padding-bottom:4rem;font-size:2rem;line-height:2rem;font-weight:400}@media only screen and (min-width: 768px){.dot-cta-block__title{padding-left:10%;font-size:3rem;line-height:3rem;font-weight:500}}.dot-cta-block .shape--arrow{position:absolute;left:-5%;top:-5rem;transform:scale(0.7)}@media only screen and (min-width: 480px){.dot-cta-block .shape--arrow{left:10%}}@media only screen and (min-width: 868px){.dot-cta-block .shape--arrow{top:-4rem;left:25%}}@media only screen and (min-width: 1024px){.dot-cta-block .shape--arrow{transform:scale(1);left:25%;top:-4rem}}@media only screen and (min-width: 1224px){.dot-cta-block .shape--arrow{left:15%}}@media only screen and (min-width: 1441px){.dot-cta-block .shape--arrow{left:20%}}.dot-cta-block__cta{position:relative;padding-left:35%}@media only screen and (min-width: 768px){.dot-cta-block__cta{margin:-1rem auto 0}}@media only screen and (min-width: 1224px){.dot-cta-block__cta{padding-left:unset}}.sponsorships-block{padding-top:10rem;height:100%}@media only screen and (min-width: 768px){.sponsorships-block{padding-top:14rem}}.sponsorships-block__title{font-weight:400;font-size:3.7rem;line-height:4.2rem;text-align:center}@media only screen and (min-width: 768px){.sponsorships-block__title{font-size:4rem;line-height:4.5rem}}.sponsorships-block .sponsors-list{list-style-type:none;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:8rem;padding-top:6rem}@media only screen and (min-width: 600px){.sponsorships-block .sponsors-list{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));column-gap:4rem}}@media only screen and (min-width: 768px){.sponsorships-block .sponsors-list{column-gap:8rem;row-gap:8rem}}.sponsorships-block .sponsors-list__item{text-align:center;max-width:300px}.sponsorships-block .sponsors-list__item__title{padding-top:3rem;text-transform:capitalize}.sponsorships-block .sponsors-list__item__text{padding-top:1rem}.sponsorships-block .sponsors-list__item .image-container{height:100px;width:200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.sponsorships-block .sponsors-list__item .image-container img{object-fit:contain;width:100%;height:auto;max-width:100%;max-height:100%}.team-block{position:relative;padding:5rem 0}@media only screen and (min-width: 1024px){.team-block{padding:7rem 0}}.is-root-container .css-11408bl{pointer-events:none}.tabs-block{padding:10rem 0}@media only screen and (min-width: 1024px){.tabs-block{padding:14rem 0 7rem}}.tabs-block__intro{padding-top:3rem;max-width:608px}.tabs-block__intro p{padding-top:1rem}.tabs-block__tabs{padding-top:7rem}.our-work-block{padding:5rem 0;position:relative}@media only screen and (min-width: 1024px){.our-work-block{padding:7rem 0}}.our-work-block__content{max-width:595px}.our-work-block__content h2{font-size:4rem;line-height:4.2rem}@media only screen and (min-width: 1024px){.our-work-block__content h2{font-size:4.5rem;line-height:5.1rem}}.our-work-block #our-work-block__title+p{margin-top:1rem}.our-work-block .flex-container{display:flex;flex-direction:column-reverse}.our-work-block__cta{display:flex;justify-content:center;padding-top:7rem}@media only screen and (min-width: 768px){.our-work-block__cta{bottom:0;right:0;position:absolute;padding-top:unset}}@media only screen and (min-width: 1024px){.our-work-block__cta{right:16%;bottom:11%}}.our-work-block__arrow,.our-work-block .our-work-block__arrow--bounce,.our-work-block .our-work-block__arrow--loop{display:none}@media only screen and (min-width: 768px){.our-work-block__arrow,.our-work-block .our-work-block__arrow--bounce,.our-work-block .our-work-block__arrow--loop{display:block;position:relative}}.our-work-block__arrow--loop{width:100%;top:34%}.our-work-block__arrow--bounce{width:90%;top:11%}.our-work-block__cards-container{padding-top:6.6rem;display:grid;row-gap:7rem;grid-template-columns:1fr;justify-content:center}@media only screen and (min-width: 768px){.our-work-block__cards-container{grid-template-columns:2fr 1fr 2fr;grid-row-gap:13.4rem}}@media only screen and (min-width: 768px){.our-work-block__cards-container>.card-case-study:nth-of-type(even){transform:translateY(33.7rem)}.our-work-block__cards-container>.card-case-study:nth-of-type(even) .card-case-study__image{transform:rotate(4.55deg)}.our-work-block__cards-container>.card-case-study:nth-of-type(even) .card-case-study__image:hover{transform:rotate(0deg)}}.good-at-block{position:relative;padding-top:5rem;padding-bottom:5rem}@media only screen and (min-width: 1024px){.good-at-block{padding-top:7rem;padding-bottom:unset}}.good-at-block__intro-content{max-width:504px}.good-at-block__intro-content h3{font-size:3.7rem;line-height:4.5rem}@media only screen and (min-width: 768px){.good-at-block__intro-content h3{font-size:4rem;line-height:4.5rem}}.good-at-block__intro-content p{font-size:2rem;line-height:3rem;padding-top:1rem}.good-at-block .flex-container{position:relative;display:flex;flex-direction:row;gap:13%}@media only screen and (min-width: 768px){.good-at-block .flex-container{padding:0 4rem}}@media only screen and (min-width: 1024px){.good-at-block .flex-container{padding:0 8rem}}.good-at-block__services-container{position:relative;display:flex;flex-direction:column;width:50%;gap:7rem;padding-top:7.4rem}@media only screen and (min-width: 1024px){.good-at-block__services-container{padding-top:unset}}.good-at-block__services-container .service{display:flex;flex-direction:column;min-height:unset;justify-content:center;padding:0}@media only screen and (min-width: 1024px){.good-at-block__services-container .service{min-height:60vh}.good-at-block__services-container .service:first-child{margin-top:20vh}.good-at-block__services-container .service:last-child{margin-bottom:20vh}}.good-at-block__services-container .service__title{font-size:3rem;line-height:3.6rem;padding-top:3rem}@media only screen and (min-width: 1024px){.good-at-block__services-container .service__title{padding-top:unset}}.good-at-block__services-container .service__description{padding-top:1rem}.good-at-block__services-container .service__button{padding-top:2rem}@media only screen and (min-width: 1024px){.good-at-block__services-container .service__button{padding-top:3rem}}.good-at-block__services-container .service .mobile-image{display:flex;justify-content:center;border-radius:10px}@media only screen and (min-width: 1024px){.good-at-block__services-container .service .mobile-image{display:none}}.good-at-block__services-container .service .mobile-image img{border-radius:10px;height:auto;width:100%}.good-at-block__illustration-container{position:relative;display:none;justify-content:center;align-items:center;overflow:hidden;height:100vh;width:50%}@media only screen and (min-width: 1024px){.good-at-block__illustration-container{display:flex}}.good-at-block .illustration{background-color:#f0ede8;height:fit-content;border-radius:10px}.good-at-block+.image-stack{padding-top:0}.people-block{background-color:#1f453b;left:50%;margin-left:-50vw;margin-right:-50vw;max-width:100vw;position:relative;right:50%;width:100vw;margin-top:10rem;margin-bottom:10rem;padding:3.4rem 0}@media only screen and (min-width: 1024px){.people-block{padding:12rem 0;margin-top:unset}}.people-block .people-block-svg-top{display:block;position:absolute;top:-98px}.people-block .people-block-svg-bottom{display:block;position:absolute;bottom:-98px;transform:rotate(180deg)}.people-block__content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.people-block__content *{color:#fcfbfa}.people-block__content h3{font-size:4rem;line-height:4.5rem}.people-block__content p{padding-top:1rem;max-width:501px}.people-block__content__link{padding-top:2rem}.people-block__content__link .link-arrow::after{background-image:url(../images/svg/icons/icon-button-arrow-white.svg);margin-top:3px}.people-block__images{padding-top:8.8rem;display:grid;grid-template-columns:1fr 1fr 1fr;position:relative}@media only screen and (min-width: 1024px){.people-block__images{padding-top:10.6rem}}.people-block__images .image,.people-block__images .image--2,.people-block__images .image--1,.people-block__images .image--0{height:0;width:100%;padding-top:124%;position:relative}.people-block__images .image>img,.people-block__images .image--2>img,.people-block__images .image--1>img,.people-block__images .image--0>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;border-radius:10px}.people-block__images .image svg,.people-block__images .image--2 svg,.people-block__images .image--1 svg,.people-block__images .image--0 svg{display:none}@media only screen and (min-width: 1024px){.people-block__images .image svg,.people-block__images .image--2 svg,.people-block__images .image--1 svg,.people-block__images .image--0 svg{display:block}}.people-block__images .image--0{z-index:1;transform:rotate(4.86deg) translate(20%, -14%) scale(1.2)}@media only screen and (min-width: 1024px){.people-block__images .image--0{transform:rotate(4.86deg) translate(33%, -14%)}}.people-block__images .image--0 svg{position:absolute;top:-49px;left:-56px;width:14%}.people-block__images .image--1{z-index:2;transform:translateY(18px) scale(1.2)}@media only screen and (min-width: 1024px){.people-block__images .image--1{transform:translateY(30px)}}.people-block__images .image--1 svg{position:absolute;right:42px;bottom:-53px;width:71%}.people-block__images .image--2{z-index:1;transform:rotate(-2.58deg) translate(-23%, -11%) scale(1.2)}@media only screen and (min-width: 1024px){.people-block__images .image--2{transform:rotate(-2.58deg) translate(-35%, -11%)}}.people-block__images .image--2 svg{position:absolute;right:-43px;bottom:-83px;width:43%}.stories-block{padding-top:5rem;padding-bottom:5rem}@media only screen and (min-width: 768px){.stories-block{padding-top:7rem;padding-bottom:7rem}}.stories-block__title{font-size:4rem;line-height:4.5rem}.stories-block__stories-container{margin:0;padding:3rem 0 0 0;display:flex;flex-direction:column;align-items:center;gap:7rem}@media only screen and (min-width: 1024px){.stories-block__stories-container{flex-direction:row;align-items:unset;gap:5rem}}.stories-block__stories-container>li{width:100%;list-style:none;margin:0;padding:0}.stories-block__stories-container li.offset-top{margin-top:0}.stories-block__stories-container .story-card-image-container{transform:unset !important}.stories-block__button{padding-top:7rem;display:flex;justify-content:center}.project-successes{margin-top:5rem;margin-bottom:5rem;min-height:100vh}@media screen and (min-width: 1024px){.project-successes{margin-top:7rem;margin-bottom:7rem}}.project-successes__container{display:flex;flex-direction:column;align-items:flex-start;gap:11.9rem;padding:10rem 0;min-height:889px}@media screen and (min-width: 1024px){.project-successes__container{padding:14vh 0;gap:18vh}}.project-successes__container.dark>*{color:#112621}.project-successes__container>*{color:#fcfbfa}.project-successes__container>h2{max-width:401px;text-align:left}.project-successes__container>ul{display:grid;grid-template-rows:1fr;gap:7.5rem;width:100%;padding-left:0;margin:0}@media screen and (min-width: 1024px){.project-successes__container>ul{padding-left:12%;gap:7vh}}.project-successes__container>ul .success-element{display:flex;flex-direction:column;align-items:center;gap:3rem;position:relative}@media screen and (min-width: 1024px){.project-successes__container>ul .success-element{flex-direction:row}.project-successes__container>ul .success-element:nth-child(2){padding-left:51%}.project-successes__container>ul .success-element:nth-child(3){padding-left:22%}}.project-successes__container>ul .success-element.dark>*{color:#112621}.project-successes__container>ul .success-element>*{color:#fcfbfa}.project-successes__container>ul .success-element::before{display:none}.project-successes__container>ul .success-element__number{font-family:"Gascogne",garamond,serif;font-size:9.6rem;line-height:12.2rem}.project-successes__container>ul .success-element__text{max-width:400px;text-align:left}.project-successes__container>ul .success-element__lines{position:absolute;top:-2.4rem}.case-study-slider-block{padding:7rem 0;position:relative}.case-study-slider-block__subtitle{margin-bottom:3rem}.case-study-slider-block__title{margin-bottom:3rem;line-height:4.5rem}@media only screen and (min-width: 1024px){.case-study-slider-block__title{width:100%;max-width:39.7rem}}.case-study-slider-block__cards__container{list-style-type:none;margin:unset;padding:unset;display:flex;column-gap:1.5rem;position:relative}@media only screen and (min-width: 1024px){.case-study-slider-block__cards__container{transform:translateX(-158px);column-gap:4.3rem}}.case-study-slider-block__cards__container>li:nth-child(odd){transform:rotate(3.17deg)}.case-study-slider-block__cards__container>li:nth-child(even){transform:rotate(-2.26deg)}.case-study-slider-block__card{flex:15rem 0 0;color:#fcfbfa}@media only screen and (min-width: 1024px){.case-study-slider-block__card{flex-basis:22.7rem}}.case-study-slider-block__card img{object-fit:contain;width:100%;height:auto}.case-study-slider-block__progress__container{width:20rem;margin:4rem auto 0;background-color:#1f453b;border-radius:10rem}.case-study-slider-block__progress__bar{height:.79rem;width:6.3rem;background-color:#bfc9bd;border-radius:10rem;position:relative}.case-study-slider-block__cursor{position:absolute;top:2%;left:0;pointer-events:none;z-index:1050;transform:scale(0);transition:transform .2s}.case-study-slider-block__cursor__container{position:relative}.case-study-slider-block__cursor__text{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-family:"Gascogne",garamond,serif;color:#112621;font-size:1.8rem;line-height:2.1rem}.clients-banner-block{padding-top:5rem}@media only screen and (min-width: 1024px){.clients-banner-block{padding-top:unset}}.clients-banner-block__content{text-align:center}.clients-banner-block__content h3{font-size:3.7rem;line-height:4.5rem}@media only screen and (min-width: 1024px){.clients-banner-block__content h3{font-size:4rem;line-height:4.5rem}}.clients-banner-block__content p{padding-top:1rem}.clients-banner-block .clients-banner{animation:fade-in 1.5s ease;overflow:hidden;margin-left:-50vw;margin-right:-50vw;max-width:100vw;position:relative;right:50%;left:50%;width:100vw;transform:rotate(-1.69deg) scale(1.01)}.clients-banner-block .clients-banner__container{width:110%}.clients-banner-block .clients-banner__container svg{display:block}.clients-banner-block .clients-banner__container .banner-top-svg{transform:translateY(1px)}.clients-banner-block .clients-banner__container .banner-bottom-svg{transform:translateY(-1px)}@media only screen and (min-width: 768px){.clients-banner-block .clients-banner__container .banner-bottom-svg{transform:translateY(-38px)}}.clients-banner-block .clients-banner__container .banner{height:100%;min-height:120px;background:#ff9375;overflow:hidden}.clients-banner-block .clients-banner__container .banner .client{margin-left:1rem;opacity:0;animation:fade-in 1s forwards ease-in,slide-left 1s ease}@media only screen and (min-width: 768px){.clients-banner-block .clients-banner__container .banner .client{margin-left:5rem}}.clients-banner-block .clients-banner__container .banner .client img{height:80px;width:auto}@media only screen and (min-width: 768px){.clients-banner-block .clients-banner__container .banner .client img{height:90px}}.keywords-block .heading{padding-bottom:2rem;font-size:2.5rem;line-height:3.4rem;letter-spacing:-0.02em}@media only screen and (min-width: 768px){.keywords-block .heading{max-width:700px;padding-bottom:7rem}}.keywords-block .keywords-list{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4rem;padding:0;list-style-type:none;overflow:visible;width:100%}@media only screen and (min-width: 768px){.keywords-block .keywords-list{display:grid;grid-template-columns:50% 50%;grid-template-rows:auto;row-gap:7rem}}.keywords-block .keywords-list__item{position:relative;width:fit-content}@media only screen and (min-width: 768px){.keywords-block .keywords-list__item:nth-child(1),.keywords-block .keywords-list__item:nth-child(2),.keywords-block .keywords-list__item:nth-child(5),.keywords-block .keywords-list__item:nth-child(6),.keywords-block .keywords-list__item:nth-child(9),.keywords-block .keywords-list__item:nth-child(10){justify-self:center}}.keywords-block .keywords-list__item .text{position:relative;z-index:2;padding:2.6rem 4.2rem;max-width:400px}.keywords-block .keywords-list__item .text.background-color--green{color:#fcfbfa}.keywords-block .keywords-list__item .background__shape--sage,.keywords-block .keywords-list__item .background__shape--coral,.keywords-block .keywords-list__item .background__shape--blue,.keywords-block .keywords-list__item .background__shape--yellow,.keywords-block .keywords-list__item .background__shape--green{width:100%;height:100%;min-width:300px;clip-path:polygon(1% 0%, 28% 3%, 62% 1%, 100% 4%, 100% 99%, 74% 95%, 47% 99%, 23% 96%, 0% 99%)}.keywords-block .keywords-list__item .blur-shape{visibility:hidden;position:absolute}.keywords-block .keywords-list__item .background{filter:url("#blur-layer");position:absolute;overflow:hidden;z-index:1;height:100%;width:100%;top:0}.keywords-block .keywords-list__item .background__shape--green{background-color:#1f453b}.keywords-block .keywords-list__item .background__shape--yellow{background-color:#fae370}.keywords-block .keywords-list__item .background__shape--blue{background-color:#528cff}.keywords-block .keywords-list__item .background__shape--coral{background-color:#ff9375}.keywords-block .keywords-list__item .background__shape--sage{background-color:#bfc9bd}.clients-grid-block{margin-bottom:10rem}@media only screen and (min-width: 1024px){.clients-grid-block{margin-bottom:14rem}}.clients-grid-block__list-wrapper{background:url(../images/svg/graphics/clients-grid-bg.svg) no-repeat center;padding:7rem 0}@media only screen and (min-width: calc(600px + 45px)){.clients-grid-block__list-wrapper{background:url(../images/svg/graphics/clients-grid-bg-ipad.svg) no-repeat center;padding:12rem 0}}@media only screen and (min-width: 1024px){.clients-grid-block__list-wrapper{background-image:url(../images/svg/graphics/clients-grid-bg-desktop-large.svg);background-size:100% 100%}}.clients-grid-block__list-container{display:grid;justify-content:center;grid-template-columns:repeat(2, 145px);grid-template-rows:repeat(6, 58px);gap:3rem}@media only screen and (min-width: calc(600px + 45px)){.clients-grid-block__list-container{grid-template-columns:repeat(2, 250px);grid-template-rows:repeat(6, 100px);gap:6rem}}@media only screen and (min-width: calc(1024px + 86px)){.clients-grid-block__list-container{grid-template-columns:repeat(4, 250px);grid-template-rows:repeat(3, 100px);gap:6rem 2rem}}@media only screen and (min-width: calc(1024px + 195px)){.clients-grid-block__list-container{gap:6rem}}.clients-grid-block__subtitle{text-align:center}.clients-grid-block__subtitle+.clients-grid-block__title{margin-top:3rem}.clients-grid-block__title{text-align:center;max-width:70.4rem;width:100%;margin:0 auto 2rem;font-size:4rem;line-height:4.5rem}.clients-grid-block__list{list-style-type:none;margin:unset;padding:unset;overflow:hidden}.clients-grid-block__client{margin:unset;height:58px}@media only screen and (min-width: calc(600px + 45px)){.clients-grid-block__client{height:100px}}.clients-grid-block__client img{object-fit:contain;width:145px;height:58px}@media only screen and (min-width: calc(600px + 45px)){.clients-grid-block__client img{width:250px;height:100px}}.testimonials-block{margin-bottom:10rem;position:relative}@media only screen and (min-width: 1024px){.testimonials-block{margin-bottom:14rem}}.testimonials-block__subtitle{margin-bottom:3rem}.testimonials-block__title{margin-bottom:3rem}@media only screen and (min-width: 1024px){.testimonials-block__title{width:100%;max-width:39.7rem}}.testimonials-block__cards__container{list-style-type:none;margin:unset;padding:unset;display:flex;position:relative;column-gap:1.5rem}@media only screen and (min-width: 768px){.testimonials-block__cards__container{transform:translateX(312px);column-gap:3rem}}.testimonials-block__card{margin:unset;padding:6rem 4rem 4rem;border-radius:1.75rem;background-color:#1f453b;flex:30rem 0 0;color:#fcfbfa;display:flex;flex-direction:column;justify-content:space-between}@media only screen and (min-width: 1024px){.testimonials-block__card{padding:7rem 4.4rem;flex-basis:39.7rem}}.testimonials-block__card__testimonial{color:inherit;letter-spacing:-0.02rem;line-height:1.5}@media only screen and (min-width: 1024px){.testimonials-block__card__testimonial{font-size:2.2rem}}.testimonials-block__card__testimonial+.testimonials-block__card__source{margin-top:3rem}.testimonials-block__card__source{color:#fcfbfa;font-size:1.6rem;letter-spacing:.015rem;line-height:1.5;min-height:72px}.testimonials-block__progress__container{width:20rem;margin:4rem auto 0;background-color:#1f453b;border-radius:10rem}.testimonials-block__progress__bar{height:.79rem;width:6.3rem;background-color:#bfc9bd;border-radius:10rem;position:relative}.testimonials-block__cursor{position:absolute;top:2%;left:0;pointer-events:none;z-index:1050;transform:scale(0);transition:transform .2s}.testimonials-block__cursor__container{position:relative}.testimonials-block__cursor__text{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-family:"Gascogne",garamond,serif;color:#112621;font-size:1.8rem;line-height:2.1rem;text-transform:lowercase}.testimonials-block .current-locale{display:none}.highlighted-image{position:relative;padding:5rem 0;width:100%}@media only screen and (min-width: 768px){.highlighted-image{padding:7rem 0}}.highlighted-image .shape,.highlighted-image .content .image-wrapper .shape--triangle,.highlighted-image .shape--circle,.highlighted-image .shape--diamond,.highlighted-image .stats-block .stats-container .shape--line-blue,.stats-block .stats-container .highlighted-image .shape--line-blue,.highlighted-image .stats-block .stats-container .shape--line-coral,.stats-block .stats-container .highlighted-image .shape--line-coral{display:none}@media only screen and (min-width: 768px){.highlighted-image .shape,.highlighted-image .content .image-wrapper .shape--triangle,.highlighted-image .shape--circle,.highlighted-image .shape--diamond,.highlighted-image .stats-block .stats-container .shape--line-blue,.stats-block .stats-container .highlighted-image .shape--line-blue,.highlighted-image .stats-block .stats-container .shape--line-coral,.stats-block .stats-container .highlighted-image .shape--line-coral{position:absolute;display:block}}.highlighted-image .shape--diamond{top:80%;left:0;width:112px;height:87px;z-index:0;transform:rotate(25deg)}.highlighted-image .shape--circle{bottom:-15%;left:-50%;width:258px;height:241px;z-index:-1}@media only screen and (min-width: 768px){.highlighted-image .shape--circle{left:-35%}}@media only screen and (min-width: 1841px){.highlighted-image .shape--circle{left:-46%}}.highlighted-image .content{position:relative;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}@media only screen and (min-width: 768px){.highlighted-image .content{flex-direction:row;gap:5rem}}@media only screen and (min-width: 768px){.highlighted-image .content .text-wrapper{flex:3 3 364px;padding-bottom:8rem}}.highlighted-image .content .text-wrapper .section-title{padding-bottom:3rem}.highlighted-image .content .text-wrapper .body-text{padding-top:1rem}.highlighted-image .content .image-wrapper{position:relative;width:80%}@media only screen and (min-width: 768px){.highlighted-image .content .image-wrapper{flex:2 2 566px;width:clamp(200px,100%,266px)}}.highlighted-image .content .image-wrapper .caption{padding-top:3rem}@media only screen and (min-width: 768px){.highlighted-image .content .image-wrapper .caption{padding-top:0}}@media only screen and (min-width: 768px){.highlighted-image .content .image-wrapper .caption{padding-left:10rem}}.highlighted-image .content .image-wrapper .caption .shape--arrow{position:relative;text-align:center;left:20%}.highlighted-image .content .image-wrapper .caption p{max-width:330px;font-family:"Gascogne",garamond,serif;line-height:2rem;z-index:2;letter-spacing:0}.highlighted-image .content .image-wrapper .shape--triangle{right:12%;bottom:-4rem;z-index:1}.highlighted-image .content .image-wrapper .aspect-ratio-box{position:relative;height:0;overflow:hidden;border-radius:10px;transform:rotate(5.27deg);padding-bottom:66.6666666667%}.highlighted-image .content .image-wrapper .aspect-ratio-box img{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;width:100%;height:100%}.image-stack{padding:5rem 0 4rem;padding-bottom:2rem;display:flex;flex-direction:column;gap:6.7rem}@media only screen and (min-width: 768px){.image-stack{padding:7rem 0 0;flex-direction:row;justify-content:space-between;gap:4rem}}@media only screen and (min-width: 1024px){.image-stack{gap:8rem}}.image-stack .text-container{flex:1 1 50%;max-width:500px}.image-stack .images-container{flex:1 1 50%;position:relative;margin:0 auto;left:2rem;min-height:320px;max-width:424px;width:clamp(100px,80%,424px)}@media only screen and (min-width: 400px){.image-stack .images-container{min-height:400px}}@media only screen and (min-width: 550px){.image-stack .images-container{min-height:460px}}@media only screen and (min-width: 768px){.image-stack .images-container{left:0}}.image-stack .images-container .culture-intro .image-container--3,.culture-intro .image-stack .images-container .image-container--3,.image-stack .images-container .culture-intro .image-container--2,.culture-intro .image-stack .images-container .image-container--2,.image-stack .images-container .culture-intro .image-container--1,.culture-intro .image-stack .images-container .image-container--1,.image-stack .images-container .aspect-ratio-box.image--3,.image-stack .images-container .aspect-ratio-box.image--2,.image-stack .images-container .aspect-ratio-box.image--1{position:absolute;top:0;transition:transform .5s,z-index .1s .1s}.image-stack .images-container .culture-intro .image-container--3:hover,.culture-intro .image-stack .images-container .image-container--3:hover,.image-stack .images-container .culture-intro .image-container--2:hover,.culture-intro .image-stack .images-container .image-container--2:hover,.image-stack .images-container .culture-intro .image-container--1:hover,.culture-intro .image-stack .images-container .image-container--1:hover,.image-stack .images-container .aspect-ratio-box.image--3:hover,.image-stack .images-container .aspect-ratio-box.image--2:hover,.image-stack .images-container .aspect-ratio-box.image--1:hover{z-index:4}.image-stack .images-container .culture-intro .image-container--3 img,.culture-intro .image-stack .images-container .image-container--3 img,.image-stack .images-container .culture-intro .image-container--2 img,.culture-intro .image-stack .images-container .image-container--2 img,.image-stack .images-container .culture-intro .image-container--1 img,.culture-intro .image-stack .images-container .image-container--1 img,.image-stack .images-container .aspect-ratio-box.image--3 img,.image-stack .images-container .aspect-ratio-box.image--2 img,.image-stack .images-container .aspect-ratio-box.image--1 img{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;width:100%;height:100%}.image-stack .images-container .aspect-ratio-box{position:absolute;height:0;width:100%;overflow:hidden;border-radius:1rem;padding-bottom:66.7452830189%}.image-stack .images-container .aspect-ratio-box.image--1{top:0;left:0;z-index:1;transform:rotate(-2.41deg)}.image-stack .images-container .aspect-ratio-box.image--1:hover{transform:rotate(-6.2deg) translateY(-50px) !important}.image-stack .images-container .aspect-ratio-box.image--2{top:6rem;left:0;z-index:2;transform:rotate(-5.25deg)}.image-stack .images-container .aspect-ratio-box.image--2:hover{transform:rotate(-8.5deg) translateY(-50px) !important}.image-stack .images-container .aspect-ratio-box.image--3{top:12rem;left:0;z-index:3;transform:rotate(5.05deg)}.image-stack .images-container .aspect-ratio-box.image--3:hover{transform:rotate(8.2deg) translateY(-50px) !important}.image-stack h3.image-stack__title{font-weight:400}@media only screen and (min-width: 768px){.image-stack h3.image-stack__title{font-weight:600}}.image-stack__text{padding-top:1rem}.open-positions{padding:5rem 0}@media only screen and (min-width: 768px){.open-positions{padding:7rem 0}}.open-positions__title{position:relative;width:fit-content;font-size:3.7rem;font-weight:400;line-height:4.5rem}@media only screen and (min-width: 768px){.open-positions__title{font-size:4rem;font-weight:600}}.open-positions__title svg{position:absolute;top:-26px;right:12.3rem}@media only screen and (min-width: 768px){.open-positions__title svg{right:9.2rem;top:-70%}}.open-positions__title sup{position:relative;font-family:"Untitled Sans",helvetica,arial,sans-serif;font-weight:400;font-size:2rem;line-height:2.2rem;vertical-align:top;left:-0.8rem}@media only screen and (min-width: 768px){.open-positions__title sup{left:-0.5rem}}.open-positions .open-positions__list--no-results,.open-positions .open-positions__list__item{font-size:2.5rem;font-weight:400;line-height:3.75rem;letter-spacing:-0.02em}.open-positions__list{list-style-type:none;display:flex;flex-direction:column;padding:3rem 0 0 0;margin:0;row-gap:2rem}@media only screen and (min-width: 768px){.open-positions__list{flex-wrap:wrap;flex-direction:row;column-gap:6rem}}.open-positions__list__item{text-transform:capitalize}.open-positions__list--no-results{padding-top:3rem}.mission-statement{padding:5rem 0}@media only screen and (min-width: 768px){.mission-statement{padding:7rem 0;display:flex;flex-direction:row;gap:8rem}}.mission-statement__title{padding-bottom:1rem;font-size:3.7rem;line-height:4.2rem;font-weight:400;height:100px;position:relative;top:0}@media only screen and (min-width: 768px){.mission-statement__title{font-size:4rem;line-height:4.5rem;font-weight:600}}.mission-statement .content{max-width:750px}.mission-statement .content p+p{padding-top:1rem}@media only screen and (min-width: 768px){.mission-statement .content p+p{padding-top:2rem}}.mission-statement .content .tagline{font-family:"Gascogne",garamond,serif;padding-top:3rem}@media only screen and (min-width: 768px){.mission-statement .content .tagline{display:none}}.mission-statement .section-title{padding-bottom:3rem}.mission-statement .side-accent{display:none}@media only screen and (min-width: 768px){.mission-statement .side-accent{display:flex;flex-direction:column;align-items:center;justify-content:center}}.mission-statement .side-accent .tagline{font-family:"Gascogne",garamond,serif;text-align:right;position:relative;left:20%;padding-bottom:2rem}.mission-statement .side-accent svg{position:relative;left:-4rem}.culture-intro{display:grid;grid-template-areas:"imageOne" "imageThree" "imageTwo" "heading";justify-items:center;height:fit-content;padding-top:3rem;padding-bottom:6rem}@media only screen and (min-width: 768px){.culture-intro{grid-template-areas:"heading heading heading imageOne" "imageTwo imageTwo imageThree imageThree";grid-template-columns:25% 25% 25% 25%;justify-items:left;padding-top:0;padding-bottom:8rem}}.culture-intro .text{grid-area:heading;position:relative;width:fit-content}@media only screen and (min-width: 768px){.culture-intro .text{max-width:600px;padding-bottom:8rem}}.culture-intro .text .title{padding-bottom:1rem;margin-top:-3rem;font-size:4.8rem;font-weight:400;line-height:4.9rem}@media only screen and (min-width: 768px){.culture-intro .text .title{margin-top:0;font-size:6rem;font-weight:600;line-height:6.5rem}}.culture-intro .text .title .special-word svg{display:none}@media only screen and (min-width: 768px){.culture-intro .text .title .special-word svg{display:block;position:absolute;transform-origin:bottom;top:-2rem;left:25%}}.culture-intro .image-container,.culture-intro .image-container--3,.culture-intro .image-container--2,.culture-intro .image-container--1,.culture-intro .image-stack .images-container .aspect-ratio-box.image--1,.image-stack .images-container .culture-intro .aspect-ratio-box.image--1,.culture-intro .image-stack .images-container .aspect-ratio-box.image--2,.image-stack .images-container .culture-intro .aspect-ratio-box.image--2,.culture-intro .image-stack .images-container .aspect-ratio-box.image--3,.image-stack .images-container .culture-intro .aspect-ratio-box.image--3{width:100%;position:relative}@media only screen and (min-width: 768px){.culture-intro .image-container,.culture-intro .image-container--3,.culture-intro .image-container--2,.culture-intro .image-container--1,.culture-intro .image-stack .images-container .aspect-ratio-box.image--1,.image-stack .images-container .culture-intro .aspect-ratio-box.image--1,.culture-intro .image-stack .images-container .aspect-ratio-box.image--2,.image-stack .images-container .culture-intro .aspect-ratio-box.image--2,.culture-intro .image-stack .images-container .aspect-ratio-box.image--3,.image-stack .images-container .culture-intro .aspect-ratio-box.image--3{padding:0}}.culture-intro .image-container .aspect-ratio-box,.culture-intro .image-container--3 .aspect-ratio-box,.culture-intro .image-container--2 .aspect-ratio-box,.culture-intro .image-container--1 .aspect-ratio-box,.culture-intro .image-stack .images-container .aspect-ratio-box.image--1 .aspect-ratio-box,.image-stack .images-container .culture-intro .aspect-ratio-box.image--1 .aspect-ratio-box,.culture-intro .image-stack .images-container .aspect-ratio-box.image--2 .aspect-ratio-box,.image-stack .images-container .culture-intro .aspect-ratio-box.image--2 .aspect-ratio-box,.culture-intro .image-stack .images-container .aspect-ratio-box.image--3 .aspect-ratio-box,.image-stack .images-container .culture-intro .aspect-ratio-box.image--3 .aspect-ratio-box{position:relative;height:0;width:100%;overflow:hidden;border-radius:1rem}.culture-intro .image-container .aspect-ratio-box img,.culture-intro .image-container--3 .aspect-ratio-box img,.culture-intro .image-container--2 .aspect-ratio-box img,.culture-intro .image-container--1 .aspect-ratio-box img,.culture-intro .image-stack .images-container .aspect-ratio-box.image--1 .aspect-ratio-box img,.image-stack .images-container .culture-intro .aspect-ratio-box.image--1 .aspect-ratio-box img,.culture-intro .image-stack .images-container .aspect-ratio-box.image--2 .aspect-ratio-box img,.image-stack .images-container .culture-intro .aspect-ratio-box.image--2 .aspect-ratio-box img,.culture-intro .image-stack .images-container .aspect-ratio-box.image--3 .aspect-ratio-box img,.image-stack .images-container .culture-intro .aspect-ratio-box.image--3 .aspect-ratio-box img{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;width:100%;height:100%}.culture-intro .image-container--1{grid-area:imageOne;width:clamp(100px,65%,186px);left:-20%}@media only screen and (min-width: 768px){.culture-intro .image-container--1{left:0;width:clamp(100px,100%,210px)}}@media only screen and (min-width: 1241px){.culture-intro .image-container--1{left:unset;right:50px;bottom:8rem}}.culture-intro .image-container--1 .aspect-ratio-box{transform:rotate(-5.37deg);padding-bottom:158.5714285714%}.culture-intro .image-container--2{grid-area:imageTwo;width:clamp(100px,80%,232px);left:-5%;top:-60%;z-index:2}@media only screen and (min-width: 768px){.culture-intro .image-container--2{width:clamp(100px,100%,333px)}}.culture-intro .image-container--2 .aspect-ratio-box{transform:rotate(-9.36deg);padding-bottom:63.0630630631%}@media only screen and (min-width: 768px){.culture-intro .image-container--2{left:0;top:0}}.culture-intro .image-container--2 .accent-graphic{position:absolute;top:-1rem;left:-3.5rem;width:30px;height:36px}@media only screen and (min-width: 768px){.culture-intro .image-container--2 .accent-graphic{width:40px;height:48px;top:-2rem;left:-5rem}}.culture-intro .image-container--2 .accent-graphic svg{width:100%;height:100%}.culture-intro .image-container--3{grid-area:imageThree;width:clamp(100px,80%,232px);left:15%;top:-50%}.culture-intro .image-container--3 .aspect-ratio-box{transform:rotate(6.3deg);padding-bottom:63.0630630631%}@media only screen and (min-width: 400px){.culture-intro .image-container--3{left:15%}}@media only screen and (min-width: 768px){.culture-intro .image-container--3{width:clamp(100px,100%,333px);left:0%;top:0}}@media only screen and (min-width: 1441px){.culture-intro .image-container--3{top:0}}.culture-intro .image-container--3 .accent-graphic{position:absolute;width:60%;height:auto;top:-90%;right:0;z-index:3}@media only screen and (min-width: 768px){.culture-intro .image-container--3 .accent-graphic{right:unset;top:-60%;left:45%}}.two-column-block{background-color:#f0ede8;position:relative;width:100vw;height:auto;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-top:10rem;margin-bottom:10rem}@media screen and (min-width: 1024px){.two-column-block{margin-top:14rem;margin-bottom:14rem}}.two-column-block.dark{background-color:#1f453b}.two-column-block.dark *{color:#fcfbfa}.two-column-block__svg-top{display:block;position:absolute;top:-98px}.two-column-block__svg-bottom{display:block;position:absolute;bottom:-98px;transform:rotate(180deg)}.two-column-block .two-column{margin:5rem 0}@media screen and (min-width: 1024px){.two-column-block .two-column{margin:7rem 0}}.two-column-block .two-column__top-content{display:flex;flex-direction:column;gap:1rem}.two-column-block .two-column__top-content::after{content:"";display:block;width:100%;height:1px;background-color:#112621;margin-top:3rem}.two-column-block .two-column__top-content.dark::after{background-color:#fcfbfa}.two-column-block .two-column__top-content>p{max-width:700px}.two-column-block .two-column__top-content__link{margin-top:1rem}.two-column-block .two-column__top-content__link::after{margin-top:3px}.two-column-block .two-column__top-content__link.dark::after{background-image:url(../images/svg/icons/icon-button-arrow-white.svg)}.two-column-block .two-column__main-content{margin-top:7rem;display:flex;flex-direction:column;gap:4rem}@media screen and (min-width: calc(768px + 82px)){.two-column-block .two-column__main-content{display:grid;grid-template-columns:repeat(2, minmax(0, 600px));column-gap:13.2rem;row-gap:7rem}}.two-column-block .two-column__main-content .category{display:flex;flex-direction:column;gap:1rem}.work-proud-block{background-color:#f0ede8;left:50%;margin-left:-50vw;margin-right:-50vw;max-width:100vw;position:relative;right:50%;width:100vw;margin-top:10rem;margin-bottom:10rem;padding:3.4rem 0}@media only screen and (min-width: 1024px){.work-proud-block{padding:7rem 0;margin-top:14rem;margin-bottom:14rem}}.work-proud-block-svg-top{display:block;position:absolute;top:-98px}.work-proud-block-svg-bottom{display:block;position:absolute;bottom:-98px;transform:rotate(180deg)}.page-template-landing-page{position:relative}.hero-landing{position:relative;width:100vw;height:auto;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-bottom:7rem}.hero-landing .aspect-ratio-container{position:relative;width:100%;display:block;overflow:hidden;padding-top:177.7777777778%}@media screen and (min-width: 768px){.hero-landing .aspect-ratio-container{padding-top:58.0555555556%}}.hero-landing .aspect-ratio-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.hero-landing__content{position:absolute;top:150px;width:100%}@media screen and (min-width: 768px){.hero-landing__content{top:25%}}@media screen and (min-width: 1024px){.hero-landing__content{position:absolute;top:255px;left:0}}.hero-landing__content h1{color:#fcfbfa;letter-spacing:.04rem;max-width:695px;margin-bottom:1rem;font-size:4.5rem;line-height:4.9rem}@media only screen and (min-width: 1024px){.hero-landing__content h1{font-size:6rem;line-height:6.5rem}}.hero-landing__content h1.dark{color:#112621}.hero-landing__content .intro-text{color:#fcfbfa;max-width:695px;margin:1rem 0 3rem}.hero-landing__content .intro-text.dark{color:#112621}.hero-landing__content .button{margin-top:3rem}.lets-chat-block{background-color:#1f453b;position:relative;width:100vw;height:auto;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-top:10rem;margin-bottom:10rem}@media only screen and (min-width: 1024px){.lets-chat-block{margin-top:14rem;margin-bottom:14rem}}.lets-chat-block__svg-top{display:block;position:absolute;top:-98px}.lets-chat-block__svg-bottom{display:block;position:absolute;bottom:-98px;transform:rotate(180deg)}.lets-chat-block .shape-square{display:none}@media only screen and (min-width: calc(1024px + 138px)){.lets-chat-block .shape-square{display:block;position:absolute;width:20.3rem;height:19.7rem;bottom:0;left:-55px;z-index:2}}.lets-chat-block .lets-chat{padding-top:5rem;padding-bottom:5rem;position:relative;display:flex;flex-direction:column;gap:7rem}@media only screen and (min-width: 1024px){.lets-chat-block .lets-chat{padding-top:7rem;padding-bottom:16rem}}@media only screen and (min-width: calc(1024px + 138px)){.lets-chat-block .lets-chat{flex-direction:row;justify-content:space-between;gap:9rem}}.lets-chat-block .lets-chat__left{flex:1;position:relative}.lets-chat-block .lets-chat__left>*{color:#fcfbfa}.lets-chat-block .lets-chat__left__title{margin-bottom:1rem;font-size:4.8rem;line-height:5.1rem}@media only screen and (min-width: 1024px){.lets-chat-block .lets-chat__left__title{font-size:6rem;line-height:6.5rem}}@media screen and (min-width: 768px){.lets-chat-block .lets-chat__left{max-width:600px}}@media screen and (min-width: 1024px){.lets-chat-block .lets-chat__left{max-width:400px}}.lets-chat-block .lets-chat__left .shape-triangle{display:none}@media only screen and (min-width: calc(1024px + 138px)){.lets-chat-block .lets-chat__left .shape-triangle{display:block;position:absolute;width:10.6rem;height:12rem;bottom:0;left:50px;z-index:2;transform:rotate(-40deg)}}@media screen and (min-width: 1441px){.lets-chat-block .lets-chat__left .shape-triangle{left:95px;bottom:-16px}}.lets-chat-block .lets-chat__left .shape-line,.lets-chat-block .lets-chat__left .shape-line.multiple,.lets-chat-block .lets-chat__left .shape-line.single{display:none;position:absolute;width:18.1rem;height:9.64rem;top:220px;z-index:2}@media only screen and (min-width: calc(1024px + 138px)){.lets-chat-block .lets-chat__left .shape-line.single{display:block;right:-160px}}@media only screen and (min-width: calc(1024px + 266px)){.lets-chat-block .lets-chat__left .shape-line.multiple{display:block;right:45px}}.lets-chat-block .lets-chat__right{flex:1.7;display:flex;flex-direction:column;gap:7rem}@media screen and (min-width: 768px){.lets-chat-block .lets-chat__right{flex-direction:row;justify-content:center;gap:7rem}}.lets-chat-block .lets-chat__right__person{display:flex;flex-direction:column;gap:2rem}@media screen and (min-width: 768px){.lets-chat-block .lets-chat__right__person:nth-child(2){transform:translateY(92px)}}@media screen and (min-width: 768px){.lets-chat-block .lets-chat__right__person__image{width:341px;height:461px}}.lets-chat-block .lets-chat__right__person__image .aspect-ratio-container{position:relative;width:100%;display:block;overflow:hidden;padding-top:135.2739726027%}@media screen and (min-width: 768px){.lets-chat-block .lets-chat__right__person__image .aspect-ratio-container{padding-top:135.1906158358%}}.lets-chat-block .lets-chat__right__person__image .aspect-ratio-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;border-radius:10px}.lets-chat-block .lets-chat__right__person__info .name{font-family:"Gascogne",garamond,serif;margin-bottom:.3rem;color:#fcfbfa}.lets-chat-block .lets-chat__right__person__info .title{color:#fcfbfa}.lets-chat-block .lets-chat__right__person__info .contact-link{margin-top:2rem}.our-services-block{margin-bottom:5rem;position:relative}@media only screen and (min-width: 1024px){.our-services-block{margin-bottom:7em;padding-top:3rem}}.our-services-block ul{margin:0;padding:0}.our-services-block ul li{list-style:none}.our-services-block .service__overlay,.our-services-block .service{display:grid;grid-template-areas:"main" "list";grid-template-columns:1fr;gap:4rem}@media only screen and (min-width: 1024px){.our-services-block .service__overlay,.our-services-block .service{grid-template-columns:1fr 1fr;grid-template-areas:"main list"}}@media only screen and (min-width: calc(1024px + 10rem)){.our-services-block .service__overlay,.our-services-block .service{grid-template-areas:"main . list";grid-template-columns:5fr 2fr 5fr;gap:2rem}}.our-services-block .service{padding:4rem 0;border-bottom:1px solid #112621;position:relative}@media only screen and (min-width: 1024px){.our-services-block .service{padding:7rem 0}}.our-services-block .service:first-child{padding-top:3rem}.our-services-block .service:last-child{border-bottom:none}.our-services-block .service__main{grid-area:main;max-width:720px}@media only screen and (min-width: 1024px){.our-services-block .service__main{max-width:unset}}.our-services-block .service__main h2{margin-bottom:1rem}.our-services-block .service__main__title{position:relative;display:inline-block}.our-services-block .service__main__title h2{display:inline-block}.our-services-block .service__main .new-svg{position:absolute;top:-1.6rem;right:-7rem;opacity:1;transition:all .3s ease-in .15s;transform:rotate(0)}.our-services-block .service__main .new{position:absolute;top:-0.5rem;right:-7rem;font-size:1.5rem;font-weight:600;letter-spacing:-0.3px;opacity:1;transition:all .3s ease-in .15s;transform:rotate(0)}.our-services-block .service__list{grid-area:list;display:flex;align-items:center;max-width:720px}@media only screen and (min-width: 1024px){.our-services-block .service__list{max-width:unset}}.our-services-block .service__list ul{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.our-services-block .service__list li{font-size:2rem;line-height:2.8rem;letter-spacing:-0.4px}@media only screen and (min-width: 1024px){.our-services-block .service__link-mobile{display:none}}.our-services-block .service__overlay{display:none}@media only screen and (min-width: 1024px){.our-services-block .service__overlay{display:grid;position:absolute;background-color:#1f453b;width:100%;height:100%;bottom:0;left:0;z-index:1;transition:none;max-height:0;visibility:hidden}}.our-services-block .service__overlay__link{grid-area:main;display:flex;align-items:center}.our-services-block .service__overlay__link__title-wrap{position:relative;opacity:0;padding-left:3rem;font-size:3.7rem;line-height:4.5rem;color:#fcfbfa;font-weight:600;font-family:"Gascogne",garamond,serif;inline-size:min-content;min-width:74%}@media only screen and (min-width: 1441px){.our-services-block .service__overlay__link__title-wrap{inline-size:unset;min-width:unset;font-size:4rem;line-height:4.5rem}}.our-services-block .service__overlay__link__title-wrap::after{content:"";display:block;background-image:url(../images/svg/graphics/arrow-right-white.svg);background-repeat:no-repeat;position:absolute;height:89px;width:106px;right:-12rem;top:50%;transform:translateY(-50%)}@media only screen and (min-width: 1441px){.our-services-block .service__overlay__link__title-wrap::after{right:-14rem}}.our-services-block .service__overlay__link>a{position:absolute;top:0;right:0;left:0;bottom:0;z-index:2;opacity:0}.our-services-block .service__overlay__images{grid-area:list;display:grid;grid-template-columns:repeat(5, 1fr);position:relative;gap:2rem}.our-services-block .service__overlay .aspect-ratio-box{position:relative;width:110%;aspect-ratio:215/132;grid-row:1;top:50%;transform:translateY(-50%)}.our-services-block .service__overlay .aspect-ratio-box img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:7px;opacity:0}.our-services-block .service__overlay .image--0{grid-column:1/span 2;left:-7%;transform:translateY(-70%) rotate(-3deg)}.our-services-block .service__overlay .image--0:last-child{grid-column:2/span 3;left:0;transform:translateY(-50%) rotate(5deg);top:50%;width:100%}.our-services-block .service__overlay .image--1{grid-column:2/span 2;left:25%;transform:translateY(-50%) rotate(0deg)}.our-services-block .service__overlay .image--2{grid-column:3/span 2;left:25%;transform:translateY(-20%) rotate(0deg)}.our-services-block .service:hover .service__overlay,.our-services-block .service:focus .service__overlay{visibility:visible;max-height:100%;transition:all .3s ease-out}.our-services-block .service:hover .service__overlay img,.our-services-block .service:focus .service__overlay img{opacity:1;transition:opacity .2s ease-out .15s}.our-services-block .service:hover .service__overlay .image--0,.our-services-block .service:focus .service__overlay .image--0{transform:translateY(-70%) rotate(-7deg);transition:transform .2s ease-out .25s}.our-services-block .service:hover .service__overlay .image--0:last-child,.our-services-block .service:focus .service__overlay .image--0:last-child{transform:translateY(-50%) rotate(8deg);transition:transform .2s ease-out .3s;border-radius:10px}.our-services-block .service:hover .service__overlay .image--1,.our-services-block .service:focus .service__overlay .image--1{transform:translateY(-50%) rotate(5deg);transition:transform .2s ease-out .3s}.our-services-block .service:hover .service__overlay .image--2,.our-services-block .service:focus .service__overlay .image--2{transform:translateY(-20%) rotate(-5deg);transition:transform .2s ease-out .35s}.our-services-block .service:hover .service__overlay__link__title-wrap,.our-services-block .service:focus .service__overlay__link__title-wrap{opacity:1;transition:opacity .2s ease-out .15s}.our-services-block .service:hover .service__overlay__link__title-wrap .arrow,.our-services-block .service:focus .service__overlay__link__title-wrap .arrow{right:-16rem;transition:right .2s ease-out .15s}@media only screen and (min-width: 1024px){.our-services-block .service:hover .new-svg,.our-services-block .service:focus .new-svg{opacity:0;transition:all .2s ease-out .15s;transform:rotate(5deg)}}@media only screen and (min-width: 1024px){.our-services-block .service:hover .new,.our-services-block .service:focus .new{opacity:0;transition:all .2s ease-out .15s;transform:rotate(5deg)}}.our-services-block__shape-1,.our-services-block__shape-2,.our-services-block__shape-2--mobile{position:absolute;z-index:-1}.our-services-block__shape-1 svg,.our-services-block__shape-2 svg,.our-services-block__shape-2--mobile svg{width:100%}.our-services-block__shape-1{bottom:-12rem;right:-7rem;scale:.6}@media screen and (min-width: calc(768px)){.our-services-block__shape-1{right:50%;margin-right:-46vw;bottom:-3rem;scale:1.2}}@media screen and (min-width: 1024px){.our-services-block__shape-1{bottom:-17rem}}.our-services-block__shape-2--mobile{bottom:-7rem;right:-3rem}@media screen and (min-width: calc(768px + 14px)){.our-services-block__shape-2--mobile{display:none}}.our-services-block__shape-2{display:none}@media screen and (min-width: calc(768px + 14px)){.our-services-block__shape-2{display:block;bottom:-11rem;right:50%;margin-right:-50vw}}@media screen and (min-width: 1024px){.our-services-block__shape-2{bottom:-22rem}}.is-root-container .service__overlay{display:none !important}.landing-details{display:grid;grid-template-areas:"year" "expertise";gap:4rem;margin-bottom:5rem}@media only screen and (min-width: 768px){.landing-details{grid-template-areas:"expertise year";gap:23.2rem;grid-template-columns:repeat(2, 30rem);margin-bottom:7rem}}.landing-details__expertise{grid-area:expertise}.landing-details__expertise ul{padding-left:0}.landing-details__expertise li{list-style:none;margin:.9rem 0}.landing-details__year{grid-area:year}.landing-details__year p{margin:.9rem 0}

/*# sourceMappingURL=frontend.min.css.map*/