/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/**
 * Remove default margin.
 */
body {
    margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
    -webkit-appearance: none;
    /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
@font-face {
    font-family: "webflow-icons";
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==")
        format("truetype");
    font-weight: normal;
    font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "webflow-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
    content: "\e600";
}
.w-icon-slider-left:before {
    content: "\e601";
}
.w-icon-nav-menu:before {
    content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
    content: "\e603";
}
.w-icon-file-upload-remove:before {
    content: "\e900";
}
.w-icon-file-upload-icon:before {
    content: "\e903";
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
html.w-mod-touch * {
    background-attachment: scroll !important;
}
.w-block {
    display: block;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-clearfix:after {
    clear: both;
}
.w-hidden {
    display: none;
}
.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898ec;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}
input.w-button {
    -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
}
.w-webflow-badge {
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #aaadb0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.w-webflow-badge > img {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 10px;
}
h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px;
}
h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
}
h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}
h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}
h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
}
blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #e2e2e2;
    font-size: 18px;
    line-height: 22px;
}
figure {
    margin: 0;
    margin-bottom: 10px;
}
figcaption {
    margin-top: 5px;
    text-align: center;
}
ul,
ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px;
}
.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}
.w-embed:before,
.w-embed:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-embed:after {
    clear: both;
}
.w-video {
    width: 100%;
    position: relative;
    padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
button,
[type="button"],
[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button;
}
.w-form {
    margin: 0 0 15px;
}
.w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd;
}
.w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.w-input,
.w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
    color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
    color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
    color: #999;
}
.w-input:focus,
.w-select:focus {
    border-color: #3898ec;
    outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
    height: auto;
}
.w-select {
    background-color: #f3f3f3;
}
.w-select[multiple] {
    height: auto;
}
.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px;
}
.w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-radio:after {
    clear: both;
}
.w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
}
.w-radio-input {
    margin-top: 3px;
}
.w-file-upload {
    display: block;
    margin-bottom: 10px;
}
.w-file-upload-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
    display: inline-block;
    color: #333333;
}
.w-file-upload-error {
    display: block;
    margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
    display: none;
}
.w-file-upload-uploading-btn {
    display: flex;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    background-color: #fafafa;
}
.w-file-upload-file {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    border: 1px solid #cccccc;
    background-color: #fafafa;
}
.w-file-upload-file-name {
    font-size: 14px;
    font-weight: normal;
    display: block;
}
.w-file-remove-link {
    margin-top: 3px;
    margin-left: 10px;
    width: auto;
    height: auto;
    padding: 3px;
    display: block;
    cursor: pointer;
}
.w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px;
}
.w-file-upload-error-msg {
    display: inline-block;
    color: #ea384c;
    padding: 2px 0;
}
.w-file-upload-info {
    display: inline-block;
    line-height: 38px;
    padding: 0 12px;
}
.w-file-upload-label {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
    display: inline-block;
    margin-right: 8px;
    width: 20px;
}
.w-icon-file-upload-uploading {
    height: 20px;
}
.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}
.w-container:before,
.w-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-container:after {
    clear: both;
}
.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
}
.w-row:before,
.w-row:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-row:after {
    clear: both;
}
.w-row .w-row {
    margin-left: 0;
    margin-right: 0;
}
.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.w-col .w-col {
    padding-left: 0;
    padding-right: 0;
}
.w-col-1 {
    width: 8.33333333%;
}
.w-col-2 {
    width: 16.66666667%;
}
.w-col-3 {
    width: 25%;
}
.w-col-4 {
    width: 33.33333333%;
}
.w-col-5 {
    width: 41.66666667%;
}
.w-col-6 {
    width: 50%;
}
.w-col-7 {
    width: 58.33333333%;
}
.w-col-8 {
    width: 66.66666667%;
}
.w-col-9 {
    width: 75%;
}
.w-col-10 {
    width: 83.33333333%;
}
.w-col-11 {
    width: 91.66666667%;
}
.w-col-12 {
    width: 100%;
}
.w-hidden-main {
    display: none !important;
}
@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px;
    }
    .w-hidden-main {
        display: inherit !important;
    }
    .w-hidden-medium {
        display: none !important;
    }
    .w-col-medium-1 {
        width: 8.33333333%;
    }
    .w-col-medium-2 {
        width: 16.66666667%;
    }
    .w-col-medium-3 {
        width: 25%;
    }
    .w-col-medium-4 {
        width: 33.33333333%;
    }
    .w-col-medium-5 {
        width: 41.66666667%;
    }
    .w-col-medium-6 {
        width: 50%;
    }
    .w-col-medium-7 {
        width: 58.33333333%;
    }
    .w-col-medium-8 {
        width: 66.66666667%;
    }
    .w-col-medium-9 {
        width: 75%;
    }
    .w-col-medium-10 {
        width: 83.33333333%;
    }
    .w-col-medium-11 {
        width: 91.66666667%;
    }
    .w-col-medium-12 {
        width: 100%;
    }
    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto;
    }
}
@media screen and (max-width: 767px) {
    .w-hidden-main {
        display: inherit !important;
    }
    .w-hidden-medium {
        display: inherit !important;
    }
    .w-hidden-small {
        display: none !important;
    }
    .w-row,
    .w-container .w-row {
        margin-left: 0;
        margin-right: 0;
    }
    .w-col {
        width: 100%;
        left: auto;
        right: auto;
    }
    .w-col-small-1 {
        width: 8.33333333%;
    }
    .w-col-small-2 {
        width: 16.66666667%;
    }
    .w-col-small-3 {
        width: 25%;
    }
    .w-col-small-4 {
        width: 33.33333333%;
    }
    .w-col-small-5 {
        width: 41.66666667%;
    }
    .w-col-small-6 {
        width: 50%;
    }
    .w-col-small-7 {
        width: 58.33333333%;
    }
    .w-col-small-8 {
        width: 66.66666667%;
    }
    .w-col-small-9 {
        width: 75%;
    }
    .w-col-small-10 {
        width: 83.33333333%;
    }
    .w-col-small-11 {
        width: 91.66666667%;
    }
    .w-col-small-12 {
        width: 100%;
    }
}
@media screen and (max-width: 479px) {
    .w-container {
        max-width: none;
    }
    .w-hidden-main {
        display: inherit !important;
    }
    .w-hidden-medium {
        display: inherit !important;
    }
    .w-hidden-small {
        display: inherit !important;
    }
    .w-hidden-tiny {
        display: none !important;
    }
    .w-col {
        width: 100%;
    }
    .w-col-tiny-1 {
        width: 8.33333333%;
    }
    .w-col-tiny-2 {
        width: 16.66666667%;
    }
    .w-col-tiny-3 {
        width: 25%;
    }
    .w-col-tiny-4 {
        width: 33.33333333%;
    }
    .w-col-tiny-5 {
        width: 41.66666667%;
    }
    .w-col-tiny-6 {
        width: 50%;
    }
    .w-col-tiny-7 {
        width: 58.33333333%;
    }
    .w-col-tiny-8 {
        width: 66.66666667%;
    }
    .w-col-tiny-9 {
        width: 75%;
    }
    .w-col-tiny-10 {
        width: 83.33333333%;
    }
    .w-col-tiny-11 {
        width: 91.66666667%;
    }
    .w-col-tiny-12 {
        width: 100%;
    }
}
.w-widget {
    position: relative;
}
.w-widget-map {
    width: 100%;
    height: 400px;
}
.w-widget-map label {
    width: auto;
    display: inline;
}
.w-widget-map img {
    max-width: inherit;
}
.w-widget-map .gm-style-iw {
    text-align: center;
}
.w-widget-map .gm-style-iw > button {
    display: none !important;
}
.w-widget-twitter {
    overflow: hidden;
}
.w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px;
}
.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    position: relative;
    font-size: 15px;
    line-height: 12px;
    text-align: center;
    color: #999;
    font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    position: relative;
    display: block;
}
.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
    top: 50%;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-color: rgba(117, 134, 150, 0);
    border-right-color: #5d6c7b;
    border-width: 4px;
    margin-left: -9px;
    margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-left: -10px;
    margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: white;
    border-width: 4px;
    margin-left: -8px;
    margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-left: -9px;
    margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
    border-color: rgba(117, 134, 150, 0);
    border-top-color: #5d6c7b;
    border-width: 5px;
    margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: white;
    border-width: 4px;
    margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px;
}
.w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white;
}
.w-background-video > video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    object-fit: cover;
    z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}
.w-background-video--control {
    position: absolute;
    bottom: 1em;
    right: 1em;
    background-color: transparent;
    padding: 0;
}
.w-background-video--control > [hidden] {
    display: none !important;
}
.w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
}
.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
}
.w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
    border-radius: 100%;
}
.w-slider-nav.w-num > div {
    width: auto;
    height: auto;
    padding: 0.2em 0.5em;
    font-size: inherit;
    line-height: inherit;
}
.w-slider-nav.w-shadow > div {
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
    color: #fff;
}
.w-slider-nav-invert > div {
    background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
    background-color: #222;
}
.w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
    background-color: #fff;
}
.w-slider-dot:focus {
    outline: none;
    box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
    box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
    outline: 0;
}
.w-slider-arrow-left {
    z-index: 3;
    right: auto;
}
.w-slider-arrow-right {
    z-index: 4;
    left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em;
}
.w-slider-aria-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.w-slider-force-show {
    display: block !important;
}
.w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}
.w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px;
}
.w-dropdown-toggle:focus {
    outline: 0;
}
.w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em;
}
.w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%;
}
.w-dropdown-list.w--open {
    display: block;
}
.w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222;
}
.w-dropdown-link.w--current {
    color: #0082f3;
}
.w-dropdown-link:focus {
    outline: 0;
}
@media screen and (max-width: 767px) {
    .w-nav-brand {
        padding-left: 10px;
    }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0;
}
.w-lightbox-view:before {
    content: "";
    height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
    position: relative;
    margin: 0;
    /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
    display: block;
    float: none;
    /* 1 */
    max-width: 100vw;
    max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
}
.w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    /* 2 */
}
.w-lightbox-active {
    opacity: 0.3;
}
.w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden;
}
.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin 0.8s infinite linear;
    animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border: 3px solid transparent;
    border-bottom-color: #fff;
    border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
    display: none;
}
.w-lightbox-noscroll {
    overflow: hidden;
}
@media (min-width: 768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh;
    }
    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh;
    }
    /* .w-lightbox-content */
    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh;
    }
    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh;
    }
    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh;
    }
    .w-lightbox-left,
    .w-lightbox-right {
        display: block;
        opacity: 0.5;
    }
    .w-lightbox-close {
        opacity: 0.8;
    }
    .w-lightbox-control:hover {
        opacity: 1;
    }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-richtext:after {
    clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
    white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
    overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
    outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
    content: "";
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.w-richtext figure {
    position: relative;
    max-width: 60%;
}
.w-richtext figure > div:before {
    cursor: default !important;
}
.w-richtext figure img {
    width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: 0.6;
}
.w-richtext figure div {
    /* fix incorrectly sized selection border in the data manager */
    font-size: 0px;
    color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
    display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
    display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
    display: table-caption;
    caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
    width: 60%;
    height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
    width: 100%;
}
.w-richtext figure.w-richtext-align-center {
    margin-right: auto;
    margin-left: auto;
    clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
    max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
    clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
    width: 100%;
    max-width: 100%;
    text-align: center;
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
    display: inline-block;
    /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
    padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
    display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    margin-right: 15px;
    clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
    float: right;
    margin-left: 15px;
    clear: none;
}
.w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000;
}
.w-nav:before,
.w-nav:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-nav:after {
    clear: both;
}
.w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333;
}
.w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.w-nav-link.w--current {
    color: #0082f3;
}
.w-nav-menu {
    position: relative;
    float: right;
}
[data-nav-menu-open] {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #c8c8c8;
    text-align: center;
    overflow: visible;
    min-width: 200px;
}
.w--nav-link-open {
    display: block;
    position: relative;
}
.w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
    top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
    right: auto;
    z-index: 1;
    top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
    left: auto;
    z-index: 1;
    top: 0;
}
.w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w-nav-button:focus {
    outline: 0;
}
.w-nav-button.w--open {
    background-color: #c8c8c8;
    color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
    display: block;
}
.w--nav-dropdown-open {
    display: block;
}
.w--nav-dropdown-toggle-open {
    display: block;
}
.w--nav-dropdown-list-open {
    position: static;
}
@media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none;
    }
    .w-nav[data-collapse="medium"] .w-nav-button {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-nav-menu {
        display: none;
    }
    .w-nav[data-collapse="small"] .w-nav-button {
        display: block;
    }
    .w-nav-brand {
        padding-left: 10px;
    }
}
@media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu {
        display: none;
    }
    .w-nav[data-collapse="tiny"] .w-nav-button {
        display: block;
    }
}
.w-tabs {
    position: relative;
}
.w-tabs:before,
.w-tabs:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-tabs:after {
    clear: both;
}
.w-tab-menu {
    position: relative;
}
.w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd;
}
.w-tab-link.w--current {
    background-color: #c8c8c8;
}
.w-tab-link:focus {
    outline: 0;
}
.w-tab-content {
    position: relative;
    display: block;
    overflow: hidden;
}
.w-tab-pane {
    position: relative;
    display: none;
}
.w--tab-active {
    display: block;
}
@media screen and (max-width: 479px) {
    .w-tab-link {
        display: block;
    }
}
.w-ix-emptyfix:after {
    content: "";
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.w-dyn-empty {
    padding: 10px;
    background-color: #dddddd;
}
.w-dyn-hide {
    display: none !important;
}
.w-dyn-bind-empty {
    display: none !important;
}
.w-condition-invisible {
    display: none !important;
}
.wf-layout-layout {
    display: grid !important;
}
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.w-form-formradioinput--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
}

.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox::before {
    content: " ";
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox::after {
    content: " ";
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-pagination-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.w-pagination-previous {
    display: block;
    color: #333;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
    margin-right: 4px;
}

.w-pagination-next {
    display: block;
    color: #333;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.w-pagination-next-icon {
    margin-left: 4px;
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Open Sans", sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Rubik, sans-serif;
    color: #10181f;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: -0.2px;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Rubik, sans-serif;
    color: #98253a;
    font-size: 23px;
    line-height: 39px;
    font-weight: 400;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Rubik, sans-serif;
    color: #10181f;
    font-size: 22px;
    line-height: 38px;
    font-weight: 600;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Rubik, sans-serif;
    color: #10181f;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
}

h5 {
    margin-top: 24px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Rubik, sans-serif;
    color: #10181f;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

h6 {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Rubik, sans-serif;
    color: #8294a3;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

p {
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    color: #10181f;
    font-size: 16px;
    line-height: 30px;
}

a {
    color: #ad2b43;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

ul {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 40px;
    font-family: "Open Sans", sans-serif;
    color: #10181f;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

ol {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 40px;
    font-family: "Open Sans", sans-serif;
    color: #10181f;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

img {
    display: inline-block;
    max-width: 100%;
    margin-top: -2px;
    padding-top: 0px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-family: "Open Sans", sans-serif;
    color: #2a333d;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
}

blockquote {
    margin-bottom: 10px;
    padding: 10px 20px;
    border-left: 2px solid #98253a;
    font-family: "Open Sans", sans-serif;
    color: #10181f;
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
}

.style-guide-elements-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.style-guide-title {
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 54px;
}

.style-guide-help-image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.style-guide-element-description {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #5e5e5e;
    font-style: italic;
}

.style-guide-page-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}

.style-guide-swatch {
    height: 60px;
    margin-bottom: 5px;
}

.style-guide-swatch.swatch-dark-plus {
    background-color: #2a333d;
}

.style-guide-swatch.swatch-dark {
    background-color: #10181f;
}

.style-guide-swatch.mid {
    background-color: #576675;
}

.style-guide-swatch.mid-plus {
    background-color: #8294a3;
}

.style-guide-swatch.light {
    background-color: #dae2eb;
}

.style-guide-swatch.light-plus {
    background-color: #f0f4f7;
}

.style-guide-swatch.swatch-accent {
    background-color: #ad2b43;
}

.style-guide-swatch.swatch-accent-plus {
    background-color: #c7344f;
}

.style-guide-swatch.swatch-accent-minus {
    background-color: #98253a;
}

.style-guide-swatch.swatch-accent-dark {
    background-color: #662433;
}

.style-guide-swatch.swatch-black {
    background-color: #000;
}

.style-guide-swatch.swatch-white {
    background-color: #fff;
}

.style-guide-swatch.swatch-dark-gradient {
    background-image: linear-gradient(135deg, #2a333d, #10181f);
}

.style-guide-swatch.swatch-mid-gradient {
    background-image: linear-gradient(135deg, #dae2eb, #8294a3);
}

.style-guide-swatch.swatch-light-gradient {
    background-image: linear-gradient(135deg, #f0f4f7, #dae2eb);
}

.style-guide-swatch.swatch-accent-gradient {
    background-image: linear-gradient(135deg, #c7344f, #98253a);
}

.style-guide-swatch.swatch-accent-dark-gradient {
    background-image: linear-gradient(135deg, #98253a, #662433);
}

.button {
    margin-top: 8px;
    padding: 8px 24px;
    border-radius: 4px;
    background-color: #98253a;
    font-family: Rubik, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.button:hover {
    background-color: #c7344f;
}

.button:active {
    background-color: #662433;
}

.button:focus {
    border: 2px none #000;
    background-color: #662433;
}

.button.button-small {
    padding: 6px 16px;
    font-size: 12px;
}

.button.button-tertiary {
    padding: 5px 21px;
    border-style: solid;
    border-width: 3px;
    border-color: #576675;
    background-color: transparent;
    color: #576675;
}

.button.button-tertiary:hover {
    border-color: #687a8d;
    color: #687a8d;
}

.button.button-tertiary:active {
    border-color: #414d58;
    color: #414d58;
}

.button.button-tertiary:focus {
    border-color: #414d58;
    background-color: #f0f4f7;
    color: #414d58;
}

.button.button-large {
    padding: 12px 20px;
    font-size: 18px;
}

.button.button-secondary {
    background-color: #576675;
}

.button.button-secondary:hover {
    background-color: #8294a3;
}

.button.button-secondary:active {
    background-color: #414d58;
}

.button.button-secondary:focus {
    background-color: #414d58;
}

.button.button-tertiary-small {
    padding: 3px 13px;
    border-style: solid;
    border-width: 3px;
    border-color: #576675;
    background-color: transparent;
    color: #576675;
    font-size: 12px;
}

.button.button-tertiary-small:hover {
    border-color: #687a8d;
    color: #687a8d;
}

.button.button-tertiary-small:active {
    border-color: #414d58;
    color: #414d58;
}

.button.button-tertiary-small:focus {
    border-color: #414d58;
    background-color: #f0f4f7;
    color: #414d58;
}

.style-guide-help-heading {
    margin-top: 0px;
    margin-bottom: 10px;
}

.style-guide-help-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    width: 300px;
    margin-left: 40px;
    padding: 20px;
    border-radius: 5px;
    background-color: #f5f5f5;
}

.style-guide-swatches-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.style-guide-swatch-wrap {
    margin-right: 5px;
    margin-bottom: 20px;
    margin-left: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.style-guide-individual-element {
    margin-bottom: 20px;
}

.style-guide-section-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.title {
    display: block;
    font-size: 36px;
    line-height: 52px;
    letter-spacing: normal;
}

.title.light {
    color: #fff;
}

.subtitle {
    margin-top: 0px;
    margin-bottom: -8px;
    color: #8294a3;
    font-size: 30px;
    line-height: 46px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.subtitle.light {
    margin-bottom: 16px;
    color: #f0f4f7;
}

.subtitle.dark {
    color: #2a333d;
}

.subtitle.benefits {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 8px;
}

.p2 {
    font-size: 16px;
    font-weight: 700;
}

.p3 {
    color: #10181f;
    font-size: 15px;
}

.p4 {
    color: #10181f;
    font-size: 14px;
    line-height: 26px;
}

.p4.light {
    color: #8294a3;
    font-size: 14px;
}

.unicode {
    font-family: "Roboto Mono", sans-serif;
    font-weight: 700;
}

.link1 {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    font-family: Rubik, sans-serif;
    color: #98253a;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-decoration: none;
    text-transform: uppercase;
}

.link1:hover {
    color: #c7344f;
}

.link1:active {
    color: #662433;
}

.link1:focus {
    text-decoration: none;
}

.text-field {
    border-style: solid;
    border-width: 1px;
    border-color: #dae2eb;
    border-radius: 2px;
    background-color: #f0f4f7;
    font-family: "Open Sans", sans-serif;
    color: #10181f;
    line-height: 40px;
}

.text-field::-webkit-input-placeholder {
    color: #8294a3;
}

.text-field:-ms-input-placeholder {
    color: #8294a3;
}

.text-field::-ms-input-placeholder {
    color: #8294a3;
}

.text-field::placeholder {
    color: #8294a3;
}

.radio-button-label {
    line-height: 32px;
}

.radiobutton {
    margin-top: 10px;
}

.checkbox {
    margin-top: 10px;
}

.nav-link {
    padding-right: 20px;
    padding-left: 20px;
    font-family: Rubik, sans-serif;
    color: #f0f4f7;
    font-size: 16px;
    font-weight: 500;
}

.nav-link.w--current {
    margin-right: 16px;
    margin-left: 16px;
    padding-right: 4px;
    padding-bottom: 8px;
    padding-left: 4px;
    border-bottom: 2px solid #ad2b43;
    color: #fff;
}

.navbar {
    height: 120px;
    background-color: transparent;
}

.container {
    margin-top: 32px;
}

.nav-section {
    height: 120px;
    background-color: #10181f;
}

.hero {
    height: 480px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 51, 61, 0.23)), to(rgba(42, 51, 61, 0.23))),
        url("/images/f6e159ab8017e9886516edc8b55c60e08c51d162/abstract-bg-1.jpg");
    background-image: linear-gradient(180deg, rgba(42, 51, 61, 0.23), rgba(42, 51, 61, 0.23)), url("/images/f6e159ab8017e9886516edc8b55c60e08c51d162/abstract-bg-1.jpg");
    background-position: 0px 0px, 50% 0%;
    background-size: auto, auto;
}

.section-services-tabs {
    height: auto;
    float: none;
    clear: none;
    background-color: #f0f4f7;
}

.section-2 {
    margin-top: 0px;
}

.additional {
    color: #98253a;
    letter-spacing: 1px;
}

.div-block {
    width: 100%;
    height: 224px;
    border-radius: 4px;
    background-color: transparent;
    background-image: linear-gradient(135deg, #2a333d, #10181f);
    text-decoration: none;
}

.div-block.security {
    background-image: linear-gradient(135deg, rgba(42, 51, 61, 0.5), rgba(16, 24, 31, 0.5)), url("/e2a48eca76b19185047c9d77714d0bc03dda038f/498a8/images/security-engineering-dark.svg"),
        linear-gradient(135deg, #2a333d, #10181f);
    background-position: 0px 0px, 80% 30%, 0px 0px;
    background-size: auto, 68%, auto;
    background-repeat: repeat, no-repeat, repeat;
}

.div-block.research {
    background-image: linear-gradient(135deg, rgba(42, 51, 61, 0.5), rgba(16, 24, 31, 0.5)), url("/002cd710137d2b78c3f83beacaf4a42ce3a2aa01/87db3/images/research-development-dark.svg"),
        linear-gradient(135deg, #2a333d, #10181f);
    background-position: 0px 0px, 80% 40%, 0px 0px;
    background-size: auto, 65%, auto;
    background-repeat: repeat, no-repeat, repeat;
}

.div-block.training {
    background-image: linear-gradient(135deg, rgba(42, 51, 61, 0.5), rgba(16, 24, 31, 0.5)), url("/d77594f8e17648935cce42ce73bea4a9803d0572/1cb6c/images/expert-training-dark.svg"),
        linear-gradient(135deg, #2a333d, #10181f);
    background-position: 0px 0px, 73% 41%, 0px 0px;
    background-size: auto, 68%, auto;
    background-repeat: repeat, no-repeat, repeat;
}

.div-block.assurance {
    background-image: linear-gradient(135deg, rgba(42, 51, 61, 0.5), rgba(16, 24, 31, 0.5)), url("/dc350468288329e16d97a831703026c92d542242/8f245/images/software-assurance-dark.svg"),
        linear-gradient(135deg, #2a333d, #10181f);
    background-position: 0px 0px, 80% 28%, 0px 0px;
    background-size: auto, 72%, auto;
    background-repeat: repeat, no-repeat, repeat;
}

.services {
    padding-top: 64px;
    padding-right: 32px;
    padding-left: 32px;
    font-family: Rubik, sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.5px;
}

.services-cta {
    padding: 64px 32px 0px;
    font-family: Rubik, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.column {
    -o-object-fit: fill;
    object-fit: fill;
}

.newsletter {
    margin-top: 0px;
    color: #fff;
    line-height: 28px;
}

.div-block-2 {
    margin-top: 48px;
}

.div-block-3 {
    margin-top: 48px;
}

.services-tabs {
    float: none;
}

.services-nav {
    position: static;
    background-color: transparent;
}

.columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.services-tab {
    height: 72px;
    padding: 16px 80px 16px 24px;
    font-family: Montserrat, sans-serif;
    color: #8294a3;
    font-size: 16px;
    font-weight: 300;
}

.services-tab.w--current {
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    color: #ad2b43;
}

.services-h6 {
    margin-top: 36px;
    padding-left: 6px;
    color: #8294a3;
}

.events {
    height: 360px;
    padding-top: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 24, 31, 0.52)), to(rgba(16, 24, 31, 0.52))),
        -webkit-gradient(linear, left top, left bottom, from(rgba(42, 51, 61, 0.7)), to(rgba(42, 51, 61, 0.7))),
        url("/images/2f5c54ae689bf9f4ef402c9a315417b9364f8828/new-york-city-skyline.jpg");
    background-image: linear-gradient(180deg, rgba(16, 24, 31, 0.52), rgba(16, 24, 31, 0.52)),
        linear-gradient(180deg, rgba(42, 51, 61, 0.7), rgba(42, 51, 61, 0.7)), url("/images/2f5c54ae689bf9f4ef402c9a315417b9364f8828/new-york-city-skyline.jpg");
    background-position: 0px 0px, 0px 0px, 50% 40%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, repeat-x;
}

.heading-2 {
    color: #fff;
}

.services-overview {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 56px;
}

.link-footer {
    color: #8294a3;
    font-size: 14px;
    font-weight: 600;
}

.link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}

.icon-left {
    margin: -3px 4px 3px 0px;
    padding-bottom: 0px;
}

.footer {
    margin-top: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #10181f;
}

.heading-3 {
    margin-bottom: 24px;
    color: #8294a3;
}

.products {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f0f4f7;
}

.column-3 {
    display: block;
    background-image: url("/images/12bd06a08dec483e37066e913d0ffae2244e9c17/crytic.png");
    background-position: 107% 95%;
    background-size: 360px;
    background-repeat: no-repeat;
}

.half {
    width: 50%;
}

.column-4 {
    background-image: url("/images/0fcbec4d903b4deef4892746c1115f723cda5eaf/iverify.png");
    background-position: 98% 75%;
    background-size: 230px;
    background-repeat: no-repeat;
}

.grid-3 {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
}

.icon-right {
    margin-top: -3px;
    margin-bottom: 3px;
    margin-left: 4px;
}

.link-light {
    margin-top: -4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.form-footer {
    border-style: solid;
    border-width: 1px;
    border-color: #2a333d;
    border-radius: 4px;
    background-color: #000;
    color: #8294a3;
}

.form-footer::-webkit-input-placeholder {
    color: #8294a3;
}

.form-footer:-ms-input-placeholder {
    color: #8294a3;
}

.form-footer::-ms-input-placeholder {
    color: #8294a3;
}

.form-footer::placeholder {
    color: #8294a3;
}

.centered {
    display: block;
    margin-top: 0px;
    margin-bottom: 16px;
    color: #8294a3;
    text-align: center;
}

.centered.dark {
    display: block;
    color: #10181f;
    font-size: 14px;
}

.clients {
    margin-top: 32px;
    margin-bottom: 40px;
}

.section-4 {
    padding-bottom: 56px;
}

.section-5 {
    padding-bottom: 56px;
}

.section-6 {
    padding-bottom: 56px;
}

.section-7 {
    padding-bottom: 56px;
}

.light {
    color: #fff;
}

.contact-intro {
    padding-top: 24px;
    padding-bottom: 24px;
}

.two-thirds {
    width: 66%;
}

.product-iverify {
    padding-bottom: 32px;
    background-image: url("/images/0fcbec4d903b4deef4892746c1115f723cda5eaf/iverify.png");
    background-position: 103% 70%;
    background-size: 340px;
    background-repeat: no-repeat;
}

.columns-3 {
    width: 66%;
}

.link-icon-right {
    margin-top: -4px;
    margin-left: 4px;
    padding-top: 0px;
    text-align: right;
}

.section-8 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.grid-4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
}

.basic-link {
    display: block;
    color: #98253a;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.paragraph-3 {
    margin-top: 16px;
}

.product-crytic {
    display: none;
    padding-bottom: 32px;
    background-image: url("/images/12bd06a08dec483e37066e913d0ffae2244e9c17/crytic.png");
    background-position: 103% 90%;
    background-size: 480px;
    background-repeat: no-repeat;
}

.paragraph-centered {
    text-align: center;
}

.community {
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #f0f4f7;
}

.social-link-block {
    width: 100%;
    height: 120px;
    margin-bottom: 24px;
    padding-top: 24px;
    border-radius: 8px;
    background-color: #dae2eb;
    text-align: center;
    text-decoration: none;
}

.footer-div {
    border-radius: 8px;
    background-image: linear-gradient(135deg, #2a333d, #10181f);
}

.image-7 {
    margin-top: -59px;
}

.columns-4 {
    padding-right: 24px;
    padding-left: 24px;
}

.section-9 {
    padding-top: 40px;
    padding-bottom: 56px;
    background-color: #dae2eb;
}

.field-label {
    font-size: 14px;
    line-height: 24px;
}

.section-10 {
    margin-bottom: 32px;
}

.talent {
    padding-top: 40px;
    padding-bottom: 24px;
    background-color: transparent;
}

.quote-byline {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.grid-5 {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
}

.upper-heading {
    color: #98253a;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.mixed-title {
    margin-top: 8px;
    line-height: 24px;
    font-weight: 600;
}

.no-indent {
    padding-left: 20px;
}

.career-opp-columns {
    margin-bottom: 0px;
}

.heading-4 {
    margin-top: 40px;
}

.trusted {
    padding-top: 40px;
    padding-bottom: 32px;
    background-color: #f0f4f7;
}

.column-6 {
    margin-top: -12px;
    padding-top: 0px;
}

.column-7 {
    margin-top: -32px;
}

.right-arrow {
    display: none;
}

.left-arrow {
    display: none;
}

.slide-nav {
    display: none;
}

.grid-6 {
    grid-auto-flow: row;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
}

.success-message {
    height: auto;
    background-color: #f0f4f7;
    text-align: left;
}

.heading-5 {
    text-align: center;
}

.paragraph-4 {
    text-align: center;
}

.columns-6 {
    display: block;
}

.column-8 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

.success-message-2 {
    background-color: #2a333d;
}

.text-block {
    color: #dae2eb;
}

.heading-6 {
    color: #576675;
}

.italics {
    font-style: italic;
}

.text-block-2 {
    font-size: 12px;
    font-style: italic;
    text-align: right;
}

.resource-categories {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    padding: 10px 16px 6px;
    border-radius: 4px;
    background-color: #f0f4f7;
    text-decoration: none;
}

.category-icon {
    margin-top: -2px;
    margin-right: 8px;
    padding-top: 0px;
    padding-right: 0px;
}

.intro {
    padding-top: 24px;
    padding-bottom: 0px;
}

.resources {
    padding-bottom: 48px;
}

.image-8 {
    width: 30%;
}

.image-9 {
    width: 30%;
}

.product-logo {
    height: 64px;
    padding-bottom: 0px;
}

.grid-7 {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.blog-featured {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f0f4f7;
}

.blog-latest-posts {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.blog-featured-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 4px;
    background-color: #fff;
    text-decoration: none;
}

.blog-image-1 {
    height: 168px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-image: url("/6a57633fd579a35a7fe206056d917096c4fb1592/ef029/images/zk-proof-tennis.png");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-title {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
}

.blog-title.collection {
    min-height: 0px;
    margin-bottom: 0px;
    font-size: 16px;
}

.blog-author-photo-1 {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    margin-left: 0px;
    padding-left: 0px;
    border-radius: 50px;
    background-image: url("/images/9ffd394e78577d7b04a85ee845bf4335a43ec283/jim-miller.jpg");
    background-position: 0px 0px;
    background-size: cover;
}

.blog-date-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-bottom: 6px;
    padding-left: 0px;
    font-family: Rubik, sans-serif;
    color: #576675;
    font-size: 16px;
    font-weight: 600;
}

.blog-author.featured {
    padding-left: 24px;
}

.blog-author.collection {
    margin-top: 8px;
    font-size: 14px;
}

.blog-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 12px 0px 6px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 15px;
    text-align: right;
}

.blog-date.collection {
    margin: 10px 0px;
    font-size: 13px;
}

.sticky-nav-container {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    margin-top: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.nav-sticky-side {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}

.navbar-3 {
    background-color: transparent;
}

.nav-menu-2 {
    float: none;
    background-color: transparent;
}

.link-sticky-nav-2 {
    width: 100%;
    padding-left: 16px;
    border-left: 4px solid transparent;
    font-family: Rubik, sans-serif;
    color: #10181f;
    font-size: 18px;
    font-weight: 700;
}

.link-sticky-nav-2:hover {
    color: #ad2b43;
}

.link-sticky-nav-2:active {
    color: #662433;
}

.link-sticky-nav-2:focus {
    border-left-color: transparent;
    color: #10181f;
}

.link-sticky-nav-2.w--current {
    border-left-color: #ad2b43;
    color: #ad2b43;
}

.scrollable-content-row {
    min-height: 400px;
    padding-top: 24px;
}

.subtitle-2 {
    color: #8294a3;
    font-size: 30px;
    line-height: 46px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.team-image-container {
    display: block;
    height: 224px;
    border-radius: 8px;
    background-image: url("/images/f9aff56928a96cda1b3f8a85c9e39c7cf4774dad/5e11a8f0-b8e9-49a3-9a7d-73c05aaddfd8.jpeg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.team-job-title {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.team-member-name {
    margin-top: 16px;
    margin-bottom: 0px;
}

.team-collection-list {
    display: -ms-grid;
    display: grid;
    margin-bottom: 24px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.columns-8 {
    display: none;
}

.services-icon-home {
    width: 140px;
    margin-top: -32px;
    margin-bottom: 8px;
    margin-left: 8px;
    float: right;
    clear: none;
}

.blog-author-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.div-block-8 {
    display: block;
    margin-top: 16px;
}

.blog-image-2 {
    height: 168px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-image: url("/images/5c342382cae247096dd89ca12673239fda01d20c/smart-contracts.png");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-image-3 {
    height: 168px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-image: url("/images/142190805a4263f31363c5099be82fa5dabfc2b6/never_a_dill_moment.png");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-author-photo-2 {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    margin-left: 0px;
    padding-left: 0px;
    border-radius: 50px;
    background-image: url("/images/f7ba0a8d42f2af30fa70791be8c776063bebed08/tob-general.png");
    background-position: 0px 0px;
    background-size: cover;
}

.blog-author-photo-3 {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    margin-left: 0px;
    padding-left: 0px;
    border-radius: 50px;
    background-image: url("/images/1036bb3cc7e2e3feee26b11bbe701c1094ba72fa/evan-sultanik.jpg");
    background-position: 0px 0px;
    background-size: cover;
}

.career-opp-section {
    color: #576675;
}

.career-opp-section p {
    color: #576675;
    font-size: 14px;
    line-height: 32px;
}

.career-opp-section a {
    font-weight: 600;
    text-decoration: none;
}

.career-opp-section a:hover {
    color: #662433;
}

.flex-2-col-sticky-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.editable-block {
    margin-bottom: -22px;
}

.editable-block img {
    margin-top: 6px;
}

.text-span {
    color: #8294a3;
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
}

.sign-up-link {
    text-decoration: none;
}

.sign-up-link:hover {
    text-decoration: none;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 75vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.benefits {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: transparent;
}

.awards {
    height: 420px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 24, 31, 0.5)), to(rgba(16, 24, 31, 0.5))),
        -webkit-gradient(linear, left top, left bottom, from(rgba(42, 51, 61, 0.65)), to(rgba(42, 51, 61, 0.65))),
        url("/images/5b60657e40ed7c6abab726c67589a48e645281a8/manhattan-bridge-bg.jpg");
    background-image: linear-gradient(180deg, rgba(16, 24, 31, 0.5), rgba(16, 24, 31, 0.5)),
        linear-gradient(180deg, rgba(42, 51, 61, 0.65), rgba(42, 51, 61, 0.65)), url("/images/5b60657e40ed7c6abab726c67589a48e645281a8/manhattan-bridge-bg.jpg");
    background-position: 0px 0px, 0px 0px, 50% 0%;
    background-size: auto, auto, cover;
}

.section-11 {
    padding-top: 40px;
    padding-bottom: 0px;
}

.container-2 {
    margin-top: 0px;
}

.awards-copy {
    width: 100%;
    margin-top: 0px;
    color: #fff;
    line-height: 32px;
}

.link {
    text-decoration: none;
}

.award-small-company {
    max-width: 90%;
}

.award-nyc {
    max-width: 100%;
}

.award-best-paying {
    max-width: 90%;
    margin-left: 16px;
    padding-left: 0px;
}

.columns-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.column-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.column-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.column-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.orgs-grid {
    min-height: 80px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.org-1 {
    background-image: url("/images/bda6c838959f00799c2b5a5fc7eabf8a7a270bf1/technyc.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.org-2 {
    margin-right: 32px;
    margin-left: 32px;
    background-image: url("/images/a12d5ec4f2495538cfe73fffbd9fb5a8e1fc70c2/linux-foundation-alt.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.org-3 {
    background-image: url("/images/626a2a1c577f7ebe5735da54f4f557a54e9f3abc/civic_alliance.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.org-4 {
    background-image: url("/images/435024fb54d584b0118990d71608c82e0ab51754/eea.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.orgs-supported {
    min-height: 0px;
    padding-top: 32px;
    padding-bottom: 40px;
    background-color: #f0f4f7;
}

.supporting {
    margin-bottom: 40px;
}

.client-linux-foundation {
    min-height: 80px;
    background-image: url("/images/aec06c2cbb885be4c4c0f628383ba2d49843b0cc/linux-foundation.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.client-carbon-black {
    min-height: 80px;
    background-image: url("/images/2709f3b2f9e203e00cd16f10ad3f934b17ce7525/carbon-black.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.client-github {
    min-height: 80px;
    background-image: url("/images/e0ef2b97f748605d9f7af8cf2d6da9089070ad6e/github.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.sponsoring-slider {
    max-height: 80px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: transparent;
}

.client-microsoft {
    min-height: 80px;
    background-image: url("/images/f09092050ca1c0547c0bb84ca4b69460d1721e01/microsoft.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.sponsoring-2 {
    grid-auto-rows: minmax(auto, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.client-hashicorp {
    min-height: 80px;
    background-image: url("/images/91e247507d8863d3f19417ae2c6f9424bd8a9b5f/hashicorp.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.client-meta {
    min-height: 80px;
    background-image: url("/images/eb8c0f58caea322b115e751d399506996c280542/facebook.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.client-risky-biz {
    min-height: 80px;
    background-image: url("/images/ce208736385a46bba2a1f34b888803acc6d0289e/risky_biz.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.sponsoring-1 {
    grid-auto-rows: minmax(auto, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.client-lockheed-martin {
    min-height: 80px;
    background-image: url("/images/3cc73593dc3462dfb4066efaa28cde1147f29638/lockheed-martin.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.client-breakit-buildit {
    min-height: 80px;
    background-image: url("/images/467eb2420a5e588d78462e6a17666804cee37ea8/bbfi.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.client-google {
    min-height: 80px;
    background-image: url("/images/53c55d8fe6b309fc37f94462bcf83b6f9c86a1e6/google.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.sponsoring {
    margin-top: 0px;
    margin-bottom: 0px;
}

.client-airbnb {
    min-height: 80px;
    background-image: url("/images/6c3efcba49a4ef1dcafc40341e0484a937d42d93/airbnb.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.client-zoom {
    min-height: 80px;
    background-image: url("/images/a32dcaa260a2402f7b9588c832e035d96d420416/zoom.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.clients-slider {
    max-height: 80px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: transparent;
}

.clients-2 {
    grid-auto-rows: minmax(auto, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.clients-1 {
    grid-auto-rows: minmax(auto, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.client-adobe {
    min-height: 80px;
    background-image: url("/images/f571d47ea4cdf9fe6adbc6a32d8f15acb3d57958/adobe.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.clients-3 {
    grid-auto-rows: minmax(auto, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.client-python {
    min-height: 80px;
    background-image: url("/images/ecc8c13ef03a68edfbfa6aed0bf53e04c21547f1/python-software-foundation.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.client-reddit {
    min-height: 80px;
    background-image: url("/images/c4bb9284d71d89bece314ad24cc012455f936d31/reddit.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.client-stripe {
    min-height: 80px;
    background-image: url("/images/cc082a8643b901c7144a4c942db42a266d389af0/stripe.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.client-new-york-times {
    min-height: 80px;
    background-image: url("/images/b02ee4c61fb99788647a99a7d56d465672f348e0/the-new-york-times.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.client-western-digital {
    min-height: 80px;
    background-image: url("/images/16ff8ca5f49adb60dc62ef48bb227a815d12a1e0/western-digital.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-12 {
    overflow: hidden;
    height: 440px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.div-block-9 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: blur(7px);
    filter: blur(7px);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -o-object-fit: fill;
    object-fit: fill;
}

.section-13 {
    position: relative;
    z-index: 2;
    margin-top: -320px;
    color: #10181f;
    line-height: 18px;
}

.container-3 {
    height: 360px;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-10 {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.container-4 {
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 -2px 23px 0 rgba(0, 0, 0, 0.16);
}

.blog-author-photo-main {
    width: 64px;
    height: 64px;
    margin-right: 16px;
    border-radius: 50%;
    background-image: url("/images/f7ba0a8d42f2af30fa70791be8c776063bebed08/tob-general.png");
    background-position: 50% 50%;
    background-size: cover;
}

.div-block-10 {
    padding: 16px 72px;
}

.text-block-4 {
    float: right;
}

.div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.grid-8 {
    margin-bottom: 24px;
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.blog-date-published {
    font-family: Rubik, sans-serif;
    color: #576675;
    text-align: right;
}

.blog-bg-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    -webkit-filter: blur(7px);
    filter: blur(7px);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -o-object-fit: fill;
    object-fit: fill;
}

.text-block-6 {
    margin-top: 4px;
    font-family: "Open Sans", sans-serif;
    color: #576675;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-featured-section {
    padding-top: 32px;
    padding-bottom: 56px;
    background-color: #f0f4f7;
}

.blog-collection {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 24px;
    padding-bottom: 56px;
}

.collection-item {
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 0px;
    background-color: transparent;
}

.collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
}

.div-block-12 {
    height: 240px;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #f0f4f7;
    border-radius: 4px;
    background-color: #fff;
    text-decoration: none;
}

.blog-collection-image {
    height: 160px;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-collection-image.featured {
    height: 240px;
}

.heading-7 {
    padding-right: 24px;
    padding-left: 24px;
}

.heading-8 {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
}

.div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    max-width: 100%;
}

.blog-author-photo {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    border-radius: 50%;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-author-photo.collection {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 24px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blog-details-grid {
    margin-top: -8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1.5fr 0.5fr;
    grid-template-columns: 1.5fr 0.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.blog-div-collection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 140px;
    margin-top: 0px;
    padding: 16px 16px 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.div-block-17 {
    padding: 16px;
}

.collection-item-2 {
    height: auto;
}

.blog-featured-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.div-block-18 {
    margin-top: auto;
}

.heading-9 {
    letter-spacing: 1.5px;
}

.blog-body {
    color: #10181f;
    line-height: 16px;
}

.inline-unicode {
    font-family: "Roboto Mono", sans-serif;
}

.grid-10 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.job-title {
    display: block;
    margin-top: 8px;
    color: #98253a;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.job-note {
    color: #576675;
    font-size: 13px;
    font-weight: 400;
}

.logos {
    margin-bottom: 8px;
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-areas:
        "."
        "."
        "."
        "Area";
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 16px auto 16px auto 16px auto;
    grid-template-rows: auto auto auto auto;
}

.logo {
    padding: 40px;
    background-color: #10181f;
}

.logo.dark {
    margin-top: 0px;
    padding: 79px;
    background-color: #f0f4f7;
}

.logo.light {
    margin-top: 0px;
    padding: 80px;
}

.logo.accent-plus {
    background-color: #f0f4f7;
}

.logo-dark-copy {
    padding: 40px;
    background-color: #10181f;
}

.link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.link-asset {
    margin-right: 4px;
    color: #10181f;
    text-decoration: none;
}

.image-11 {
    margin-top: -3px;
}

.image-12 {
    margin-top: -3px;
}

.paragraph-5 {
    color: #576675;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}

.image-13 {
    margin-top: 0px;
    padding-right: 45px;
    padding-left: 45px;
}

.heading-10 {
    font-weight: 500;
}

.collection-list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.next {
    margin-top: 0px;
    border-color: #8294a3;
    background-color: #f0f4f7;
    color: #2a333d;
}

.pagination {
    margin-top: 48px;
}

.text-block-7 {
    color: #2a333d;
}

.icon-2 {
    color: #2a333d;
}

.previous {
    border-color: #8294a3;
    background-color: #f0f4f7;
    color: #2a333d;
}

.collection-list-wrapper {
    margin-bottom: 24px;
}

.blog-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.blog-post-lastest-home {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.collection-list-wrapper-2 {
    margin-bottom: 24px;
}

.columns-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.column-16 {
    text-align: right;
}

.collection-list-wrapper-3 {
    margin-top: -16px;
}

.heading-6-details {
    margin-left: 8px;
    color: #8294a3;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
}

.link-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.columns-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.external-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.blog-post-featured {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.block-quote-link {
    font-size: 14px;
}

.paragraph-6 {
    line-height: 28px;
}

.careers {
    margin-top: 24px;
    margin-bottom: 0px;
}

.department {
    margin-top: 23px;
}

.grid-11 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-12 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-13 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.empty-state {
    padding: 0px;
    background-color: transparent;
    color: #2a333d;
    font-style: italic;
    font-weight: 400;
}

.div-block-19 {
    margin-top: 24px;
    padding: 8px 24px;
    border-radius: 8px;
    background-image: linear-gradient(135deg, #dae2eb, #f0f4f7);
}

.image-14 {
    margin-top: 0px;
    padding: 24px 0px 16px 16px;
}

.html-embed {
    margin-left: -8px;
    padding-left: 0px;
}

.wren {
    padding-bottom: 32px;
}

.container-5 {
    border-radius: 8px;
    background-image: url("/images/90a665b87cd9dfbfe7f7967697832a3733e7a315/green-alt.png");
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.column-17 {
    min-height: 200px;
}

.heading-12 {
    margin-top: 24px;
    color: #10181f;
}

.column-18 {
    padding-right: 0px;
    padding-left: 32px;
}

.columns-25 {
    margin-right: 0px;
    margin-left: 0px;
}

.paragraph-7 {
    color: #10181f;
}

.div-block-20 {
    padding-top: 0px;
    padding-right: 0px;
}

.html-embed-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -6px;
    margin-right: -4px;
    padding-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.column-19 {
    padding-top: 24px;
    padding-right: 32px;
    padding-left: 0px;
}

.block-quote {
    font-size: 14px;
}

.collection-item-3 {
    display: block;
    padding-bottom: 0px;
    line-height: 20px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
}

.collection-item-4 {
    font-family: "Open Sans", sans-serif;
}

.collection-list-3 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    line-height: 20px;
}

.collection-list-4 {
    height: auto;
}

.div-block-blockchain {
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.checkbox-label {
    margin-bottom: 0px;
}

.checkbox-field {
    margin-bottom: 0px;
}

.grid-14 {
    grid-auto-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
}

.checkbox-2 {
    margin-top: 10px;
}

.checkbox-3 {
    width: auto;
    height: auto;
}

.checkbox-4 {
    margin-top: 9px;
}

.div-block-21 {
    display: block;
}

.div-block-22 {
    display: none;
}

.div-block-23 {
    display: block;
}

.div-block-24 {
    display: block;
}

.div-block-27 {
    display: block;
}

.div-block-26 {
    display: block;
}

.div-block-28 {
    display: none;
}

.div-blockchain {
    display: none;
}

.div-code {
    display: none;
}

.grid-15 {
    -ms-grid-rows: auto 0.25fr;
    grid-template-rows: auto 0.25fr;
}

.div-block-29 {
    display: none;
    overflow: visible;
}

.div-block-30 {
    display: none;
}

.div-block-31 {
    display: none;
}

.image-15 {
    margin-right: 6px;
    margin-left: -44px;
    clear: none;
    -o-object-fit: fill;
    object-fit: fill;
}

@media screen and (max-width: 991px) {
    .nav-link.services-link.w--current {
        margin-right: 20px;
        margin-left: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .services {
        padding-top: 36px;
    }

    .services-tab {
        padding-right: 50px;
    }

    .column-3 {
        background-position: 107% 88%;
        background-size: 320px;
    }

    .column-4 {
        background-position: 98% 77%;
        background-size: 212px;
    }

    .product-iverify {
        background-size: 290px;
    }

    .product-crytic {
        background-size: 420px;
    }

    .image-7 {
        margin-top: 26px;
    }

    .column-7 {
        margin-top: -48px;
    }

    .nav-menu {
        background-color: #10181f;
        color: #fff;
    }

    .menu-button {
        border-radius: 8px;
        background-color: rgba(16, 24, 31, 0.2);
    }

    .icon {
        color: #fff;
    }

    .columns-7 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .grid-7 {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .blog-author.collection {
        margin-top: -4px;
    }

    .blog-date.collection {
        margin-top: -27px;
        margin-bottom: 8px;
        padding-left: 48px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }

    .services-icon-home {
        margin-top: 8px;
    }

    .awards {
        height: auto;
    }

    .container-2 {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .columns-21 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .section-13 {
        margin-top: -360px;
    }

    .div-block-10 {
        padding-right: 32px;
        padding-left: 32px;
    }

    .blog-collection-image {
        height: 120px;
    }

    .blog-collection-image.featured {
        height: 200px;
    }

    .blog-details-grid {
        margin-top: 0px;
        -ms-grid-columns: 1.75fr;
        grid-template-columns: 1.75fr;
    }

    .blog-details-grid.collection {
        -ms-grid-columns: 1.75fr;
        grid-template-columns: 1.75fr;
    }
}

@media screen and (max-width: 767px) {
    body {
        margin-right: 8px;
        margin-left: 8px;
    }

    .subtitle {
        margin-bottom: 12px;
        font-size: 24px;
    }

    .subtitle.light {
        margin-left: 8px;
    }

    .nav-section {
        margin-right: -8px;
        margin-left: -8px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .hero {
        height: 600px;
        margin-right: -8px;
        margin-left: -8px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .additional {
        padding-left: 10px;
    }

    .div-block {
        margin-bottom: 10px;
    }

    .column {
        display: none;
    }

    .div-block-2 {
        margin-top: 0px;
    }

    .div-block-3 {
        margin-top: 0px;
    }

    .services-tab {
        padding-right: 24px;
    }

    .services-h6 {
        padding-left: 10px;
    }

    .events {
        height: 640px;
        margin-right: -8px;
        margin-left: -8px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .services-overview {
        padding-top: 24px;
        padding-bottom: 40px;
    }

    .footer {
        margin-right: -8px;
        margin-left: -8px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .products {
        margin-right: -10px;
        margin-left: -10px;
        padding: 16px 10px;
    }

    .column-3 {
        background-position: 96% 88%;
        background-size: 340px;
    }

    .column-4 {
        background-size: 250px;
    }

    .two-thirds {
        width: auto;
    }

    .product-iverify {
        background-position: 103% 90%;
    }

    .grid-4 {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .product-crytic {
        background-position: 103% 104%;
        background-size: 400px;
    }

    .community {
        margin-right: -8px;
        margin-left: -8px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .image-7 {
        margin-top: 0px;
        margin-left: -16px;
        padding-left: 0px;
    }

    .columns-4 {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section-9 {
        margin-right: -8px;
        margin-left: -8px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .column-7 {
        margin-top: 8px;
    }

    .column-9 {
        margin-bottom: -20px;
        padding-bottom: 0px;
    }

    .column-10 {
        margin-bottom: 0px;
    }

    .column-11 {
        margin-bottom: -20px;
    }

    .resource-categories {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .grid-7 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .blog-featured {
        margin-right: -10px;
        margin-left: -10px;
        padding-top: 32px;
        padding-bottom: 24px;
        padding-left: 10px;
    }

    .blog-author {
        margin-top: -4px;
        font-size: 15px;
    }

    .blog-date {
        margin-top: -28px;
        padding-left: 48px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 13px;
    }

    .team-image-container {
        height: 260px;
    }

    .team-collection-list {
        margin-right: 0px;
        margin-left: 0px;
    }

    .services-icon-home {
        margin-top: -8px;
    }

    .sticky-right-col {
        display: none;
    }

    .awards {
        margin-right: -8px;
        margin-left: -8px;
    }

    .column-12 {
        display: block;
    }

    .columns-22 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .column-13 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .orgs-grid {
        min-height: 160px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .org-2 {
        margin-right: 48px;
        margin-left: 48px;
    }

    .orgs-supported {
        margin-right: -11px;
        margin-left: -11px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .mask-2 {
        height: 200px;
    }

    .sponsoring-slider {
        margin-bottom: 88px;
    }

    .sponsoring-2 {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .sponsoring-1 {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .clients-slider {
        margin-bottom: 88px;
    }

    .clients-2 {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .clients-1 {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .clients-3 {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .section-12 {
        display: none;
        margin-right: -10px;
        margin-left: -10px;
    }

    .section-13 {
        margin-top: 0px;
        margin-right: -10px;
        margin-left: -10px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .container-4 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .div-block-10 {
        padding-right: 24px;
        padding-left: 24px;
    }

    .blog-featured-section {
        margin-right: -10px;
        margin-left: -10px;
        padding: 24px 10px 32px;
    }

    .blog-collection {
        padding-top: 16px;
        padding-bottom: 32px;
    }

    .blog-post {
        margin-top: 6px;
        margin-bottom: 8px;
    }

    .blog-collection-image {
        height: 160px;
    }

    .blog-collection-image.featured {
        height: 160px;
    }

    .blog-details-grid {
        margin-top: 0px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .blog-div-collection {
        min-height: 80px;
    }

    .collection-item-2 {
        padding-left: 0px;
    }

    .blog-featured-home {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .grid-10 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }

    .logos {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .blog-post-lastest-home {
        padding-right: 10px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .columns-23 {
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .blog-post-featured {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .heading-11 {
        font-size: 15px;
    }

    .heading-12 {
        margin-top: 14px;
        margin-bottom: 0px;
        font-size: 21px;
    }

    .column-18 {
        padding-left: 20px;
    }

    .paragraph-7 {
        margin-bottom: 16px;
        padding-right: 20px;
    }

    .html-embed-2 {
        padding-left: 12px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .column-19 {
        padding-top: 0px;
    }
}

@media screen and (max-width: 479px) {
    .subtitle {
        font-size: 22px;
    }

    .hero {
        height: 760px;
    }

    .div-block-2 {
        margin-top: 0px;
    }

    .div-block-3 {
        margin-top: 0px;
    }

    .services-tab-menu {
        display: block;
    }

    .services-tab {
        height: 62px;
        padding: 8px 6px;
        font-size: 11px;
    }

    .services-h6 {
        padding-left: 10px;
    }

    .events {
        height: 720px;
    }

    .column-3 {
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .half {
        width: auto;
    }

    .column-4 {
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .product-iverify {
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .columns-3 {
        width: auto;
    }

    .grid-4 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .product-crytic {
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .paragraph-centered {
        padding-right: 8px;
        padding-left: 8px;
    }

    .image-7 {
        margin-top: -8px;
        margin-right: -12px;
        margin-left: -8px;
    }

    .section-9 {
        margin-left: -8px;
    }

    .team-collection-list {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }

    .services-icon-home {
        display: none;
        margin-top: 0px;
    }

    .orgs-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .org-2 {
        margin-right: 8px;
        margin-left: 8px;
    }

    .org-4 {
        margin-right: 6px;
        margin-left: 6px;
    }

    .supporting {
        margin-bottom: 144px;
    }

    .mask-2 {
        height: 220px;
    }

    .sponsoring-2 {
        grid-auto-flow: row;
    }

    .sponsoring-1 {
        grid-auto-flow: row;
        grid-auto-columns: minmax(10%, 10%);
        grid-auto-rows: minmax(100px, 100px);
        grid-template-areas: ". . Area";
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: minmax(100px, 100px) minmax(100px, 100px);
        grid-template-rows: minmax(100px, 100px) minmax(100px, 100px);
    }

    .clients-2 {
        grid-auto-flow: row;
    }

    .clients-1 {
        grid-auto-flow: row;
        grid-auto-columns: minmax(10%, 10%);
        grid-auto-rows: minmax(100px, 100px);
        grid-template-areas: ". . Area";
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: minmax(100px, 100px) minmax(100px, 100px);
        grid-template-rows: minmax(100px, 100px) minmax(100px, 100px);
    }

    .clients-3 {
        grid-auto-flow: row;
    }

    .div-block-10 {
        padding-right: 16px;
        padding-left: 16px;
    }

    .blog-collection-image {
        height: 160px;
    }

    .blog-collection-image.featured {
        height: 160px;
    }

    .div-block-14 {
        margin-top: 8px;
    }

    .grid-10 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto auto;
    }

    .blog-post-lastest-home {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .heading-6-details {
        display: none;
    }

    .link-block-3 {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .columns-24 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog-post-featured {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .column-18 {
        padding-left: 10px;
    }

    .html-embed-2 {
        margin-right: 0px;
        padding-left: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .column-19 {
        padding-right: 0px;
    }
}

#w-node-_65a76c5c-d76f-b486-7c66-c6d35e40b4b8-aed953ef {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-a0d6ccc2-fb17-cde1-de59-471f23f279c9-aed953ef {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#contact-form-blockchain.w-node-a41bf7e1-f268-7960-9dee-cecaaf049e12-aed953ef {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_14d8511f-a30c-2bda-07b5-bd3ffa02c551-aed953ef {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#contact-form-code.w-node-_6c92614b-2e28-a164-ed61-e19d901962dd-aed953ef {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_615dbfa4-037e-bac3-3ef0-2c6149174432-aed953ef {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-e13984d4-b51f-c0ee-ad00-88fed3fcfc20-aed953ef {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-e48914a9-c7df-e632-e477-9840762e095e-aed953ef {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_4deabeb6-2984-4e75-dfe4-93fd746aa607-aed953ef {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_8840c513-2ead-d344-3d20-f32fa53fd94e-bad953f0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
    #w-node-ba93c9f9-d11b-d9bc-892a-b25dc0c1fc1d-82d953e7 {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        -ms-grid-column-align: auto;
        justify-self: auto;
    }

    #w-node-ba93c9f9-d11b-d9bc-892a-b25dc0c1fc1d-a0b684ba {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        -ms-grid-column-align: auto;
        justify-self: auto;
    }
}
