@charset "UTF-8";
@import url("https://use.typekit.net/wij6cvg.css");
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.woff2?3342390") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/gorditaregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/gorditamedium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/gorditabold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?3342390#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-mail:before {
  content: "\e800";
} /* '' */
.icon-search:before {
  content: "\e801";
} /* '' */
.icon-phone:before {
  content: "\e802";
} /* '' */
.icon-play:before {
  content: "\e803";
} /* '' */
.icon-download:before {
  content: "\e804";
} /* '' */
.icon-link:before {
  content: "\e806";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-linkedin:before {
  content: "\f0e1";
} /* '' */
.icon-angle-up:before {
  content: "\f106";
} /* '' */
.icon-angle-down:before {
  content: "\f107";
} /* '' */
.icon-youtube:before {
  content: "\f167";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-file-pdf:before {
  content: "\f1c1";
} /* '' */
.icon-facebook-official:before {
  content: "\f230";
} /* '' */
.icon-pinterest:before {
  content: "\f231";
} /* '' */
/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
}

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

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

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0; /* [1] */
  border: 0;
}

/* ==========================================================================
   #SHARED
   ========================================================================== */
/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 25px;
}

/**
 * Consistent indentation for lists.
 */
dd, ol, ul {
  margin-left: 25px;
}

@media print {
  .c-footer,
  .c-desktop-header,
  .c-mobile-header,
  .c-bottom-bar,
  .c-calculator-steps {
    display: none;
  }
}
/* Margin Utilities */
.m-0 {
  margin: 0;
}

.m-1 {
  margin: 8px;
}

.m-2 {
  margin: 16px;
}

.m-3 {
  margin: 24px;
}

.m-4 {
  margin: 32px;
}

.m-5 {
  margin: 40px;
}

.m-6 {
  margin: 48px;
}

.m-7 {
  margin: 64px;
}

.m-8 {
  margin: 80px;
}

.m-9 {
  margin: 120px;
}

.m-10 {
  margin: 144px;
}

.m-11 {
  margin: 160px;
}

.m-12 {
  margin: 200px;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 24px;
}

.mt-4 {
  margin-top: 32px;
}

.mt-5 {
  margin-top: 40px;
}

.mt-6 {
  margin-top: 48px;
}

.mt-7 {
  margin-top: 64px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-9 {
  margin-top: 120px;
}

.mt-10 {
  margin-top: 144px;
}

.mt-11 {
  margin-top: 160px;
}

.mt-12 {
  margin-top: 200px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 8px;
}

.ml-2 {
  margin-left: 16px;
}

.ml-3 {
  margin-left: 24px;
}

.ml-4 {
  margin-left: 32px;
}

.ml-5 {
  margin-left: 40px;
}

.ml-6 {
  margin-left: 48px;
}

.ml-7 {
  margin-left: 64px;
}

.ml-8 {
  margin-left: 80px;
}

.ml-9 {
  margin-left: 120px;
}

.ml-10 {
  margin-left: 144px;
}

.ml-11 {
  margin-left: 160px;
}

.ml-12 {
  margin-left: 200px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 8px;
}

.mr-2 {
  margin-right: 16px;
}

.mr-3 {
  margin-right: 24px;
}

.mr-4 {
  margin-right: 32px;
}

.mr-5 {
  margin-right: 40px;
}

.mr-6 {
  margin-right: 48px;
}

.mr-7 {
  margin-right: 64px;
}

.mr-8 {
  margin-right: 80px;
}

.mr-9 {
  margin-right: 120px;
}

.mr-10 {
  margin-right: 144px;
}

.mr-11 {
  margin-right: 160px;
}

.mr-12 {
  margin-right: 200px;
}

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

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mb-3 {
  margin-bottom: 24px;
}

.mb-4 {
  margin-bottom: 32px;
}

.mb-5 {
  margin-bottom: 40px;
}

.mb-6 {
  margin-bottom: 48px;
}

.mb-7 {
  margin-bottom: 64px;
}

.mb-8 {
  margin-bottom: 80px;
}

.mb-9 {
  margin-bottom: 120px;
}

.mb-10 {
  margin-bottom: 144px;
}

.mb-11 {
  margin-bottom: 160px;
}

.mb-12 {
  margin-bottom: 200px;
}

/* Padding Utilities */
.p-0 {
  padding: 0;
}

.p-1 {
  padding: 8px;
}

.p-2 {
  padding: 16px;
}

.p-3 {
  padding: 24px;
}

.p-4 {
  padding: 32px;
}

.p-5 {
  padding: 40px;
}

.p-6 {
  padding: 48px;
}

.p-7 {
  padding: 64px;
}

.p-8 {
  padding: 80px;
}

.p-9 {
  padding: 120px;
}

.p-10 {
  padding: 144px;
}

.p-11 {
  padding: 160px;
}

.p-12 {
  padding: 200px;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 8px;
}

.pt-2 {
  padding-top: 16px;
}

.pt-3 {
  padding-top: 24px;
}

.pt-4 {
  padding-top: 32px;
}

.pt-5 {
  padding-top: 40px;
}

.pt-6 {
  padding-top: 48px;
}

.pt-7 {
  padding-top: 64px;
}

.pt-8 {
  padding-top: 80px;
}

.pt-9 {
  padding-top: 120px;
}

.pt-10 {
  padding-top: 144px;
}

.pt-11 {
  padding-top: 160px;
}

.pt-12 {
  padding-top: 200px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 8px;
}

.pb-2 {
  padding-bottom: 16px;
}

.pb-3 {
  padding-bottom: 24px;
}

.pb-4 {
  padding-bottom: 32px;
}

.pb-5 {
  padding-bottom: 40px;
}

.pb-6 {
  padding-bottom: 48px;
}

.pb-7 {
  padding-bottom: 64px;
}

.pb-8 {
  padding-bottom: 80px;
}

.pb-9 {
  padding-bottom: 120px;
}

.pb-10 {
  padding-bottom: 144px;
}

.pb-11 {
  padding-bottom: 160px;
}

.pb-12 {
  padding-bottom: 200px;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 8px;
}

.pl-2 {
  padding-left: 16px;
}

.pl-3 {
  padding-left: 24px;
}

.pl-4 {
  padding-left: 32px;
}

.pl-5 {
  padding-left: 40px;
}

.pl-6 {
  padding-left: 48px;
}

.pl-7 {
  padding-left: 64px;
}

.pl-8 {
  padding-left: 80px;
}

.pl-9 {
  padding-left: 120px;
}

.pl-10 {
  padding-left: 144px;
}

.pl-11 {
  padding-left: 160px;
}

.pl-12 {
  padding-left: 200px;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 8px;
}

.pr-2 {
  padding-right: 16px;
}

.pr-3 {
  padding-right: 24px;
}

.pr-4 {
  padding-right: 32px;
}

.pr-5 {
  padding-right: 40px;
}

.pr-6 {
  padding-right: 48px;
}

.pr-7 {
  padding-right: 64px;
}

.pr-8 {
  padding-right: 80px;
}

.pr-9 {
  padding-right: 120px;
}

.pr-10 {
  padding-right: 144px;
}

.pr-11 {
  padding-right: 160px;
}

.pr-12 {
  padding-right: 200px;
}

/* Display Utilities */
.flex {
  display: flex;
}

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

.block {
  display: block;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

@media print {
  .print\:hidden {
    display: none;
  }
}

.overflow-hidden {
  overflow: hidden;
}

/* Position Utilities */
.static {
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

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

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-60 {
  z-index: 60;
}

.z-70 {
  z-index: 70;
}

.z-80 {
  z-index: 80;
}

.z-90 {
  z-index: 90;
}

.z-100 {
  z-index: 100;
}

.z-1000 {
  z-index: 1000;
}

.z-2000 {
  z-index: 2000;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 8px;
}

.gap-2 {
  gap: 16px;
}

.gap-3 {
  gap: 24px;
}

.gap-4 {
  gap: 32px;
}

.gap-5 {
  gap: 40px;
}

.gap-6 {
  gap: 48px;
}

.gap-7 {
  gap: 64px;
}

.gap-8 {
  gap: 80px;
}

.gap-9 {
  gap: 120px;
}

.gap-10 {
  gap: 144px;
}

.gap-11 {
  gap: 160px;
}

.gap-12 {
  gap: 200px;
}

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

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

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

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

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

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

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

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

.flex-row {
  flex-direction: row;
}

.flex-grow {
  flex-grow: 1;
}

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

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

.text-left {
  text-align: left;
}

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

.underline {
  text-decoration: underline;
}

.w-full {
  width: 100%;
}

/* Responsive Variants */
@media (min-width: 640px) {
  .sm\:hidden {
    display: none;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:inline-flex {
    display: inline-flex;
  }
  .sm\:block {
    display: block;
  }
  .sm\:inline-block {
    display: inline-block;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:m-0 {
    margin: 0px;
  }
  .sm\:m-1 {
    margin: 8px;
  }
  .sm\:m-2 {
    margin: 16px;
  }
  .sm\:m-3 {
    margin: 24px;
  }
  .sm\:m-4 {
    margin: 32px;
  }
  .sm\:m-5 {
    margin: 40px;
  }
  .sm\:m-6 {
    margin: 48px;
  }
  .sm\:m-7 {
    margin: 64px;
  }
  .sm\:m-8 {
    margin: 80px;
  }
  .sm\:m-9 {
    margin: 120px;
  }
  .sm\:m-10 {
    margin: 144px;
  }
  .sm\:m-11 {
    margin: 160px;
  }
  .sm\:m-12 {
    margin: 200px;
  }
  .sm\:ml-0 {
    margin-left: 0px;
  }
  .sm\:ml-1 {
    margin-left: 8px;
  }
  .sm\:ml-2 {
    margin-left: 16px;
  }
  .sm\:ml-3 {
    margin-left: 24px;
  }
  .sm\:ml-4 {
    margin-left: 32px;
  }
  .sm\:ml-5 {
    margin-left: 40px;
  }
  .sm\:ml-6 {
    margin-left: 48px;
  }
  .sm\:ml-7 {
    margin-left: 64px;
  }
  .sm\:ml-8 {
    margin-left: 80px;
  }
  .sm\:ml-9 {
    margin-left: 120px;
  }
  .sm\:ml-10 {
    margin-left: 144px;
  }
  .sm\:ml-11 {
    margin-left: 160px;
  }
  .sm\:ml-12 {
    margin-left: 200px;
  }
  .sm\:mr-0 {
    margin-right: 0px;
  }
  .sm\:mr-1 {
    margin-right: 8px;
  }
  .sm\:mr-2 {
    margin-right: 16px;
  }
  .sm\:mr-3 {
    margin-right: 24px;
  }
  .sm\:mr-4 {
    margin-right: 32px;
  }
  .sm\:mr-5 {
    margin-right: 40px;
  }
  .sm\:mr-6 {
    margin-right: 48px;
  }
  .sm\:mr-7 {
    margin-right: 64px;
  }
  .sm\:mr-8 {
    margin-right: 80px;
  }
  .sm\:mr-9 {
    margin-right: 120px;
  }
  .sm\:mr-10 {
    margin-right: 144px;
  }
  .sm\:mr-11 {
    margin-right: 160px;
  }
  .sm\:mr-12 {
    margin-right: 200px;
  }
  .sm\:mb-0 {
    margin-bottom: 0px;
  }
  .sm\:mb-1 {
    margin-bottom: 8px;
  }
  .sm\:mb-2 {
    margin-bottom: 16px;
  }
  .sm\:mb-3 {
    margin-bottom: 24px;
  }
  .sm\:mb-4 {
    margin-bottom: 32px;
  }
  .sm\:mb-5 {
    margin-bottom: 40px;
  }
  .sm\:mb-6 {
    margin-bottom: 48px;
  }
  .sm\:mb-7 {
    margin-bottom: 64px;
  }
  .sm\:mb-8 {
    margin-bottom: 80px;
  }
  .sm\:mb-9 {
    margin-bottom: 120px;
  }
  .sm\:mb-10 {
    margin-bottom: 144px;
  }
  .sm\:mb-11 {
    margin-bottom: 160px;
  }
  .sm\:mb-12 {
    margin-bottom: 200px;
  }
  .sm\:mt-0 {
    margin-top: 0px;
  }
  .sm\:mt-1 {
    margin-top: 8px;
  }
  .sm\:mt-2 {
    margin-top: 16px;
  }
  .sm\:mt-3 {
    margin-top: 24px;
  }
  .sm\:mt-4 {
    margin-top: 32px;
  }
  .sm\:mt-5 {
    margin-top: 40px;
  }
  .sm\:mt-6 {
    margin-top: 48px;
  }
  .sm\:mt-7 {
    margin-top: 64px;
  }
  .sm\:mt-8 {
    margin-top: 80px;
  }
  .sm\:mt-9 {
    margin-top: 120px;
  }
  .sm\:mt-10 {
    margin-top: 144px;
  }
  .sm\:mt-11 {
    margin-top: 160px;
  }
  .sm\:mt-12 {
    margin-top: 200px;
  }
  .sm\:gap-0 {
    gap: 0;
  }
  .sm\:gap-1 {
    gap: 8px;
  }
  .sm\:gap-2 {
    gap: 16px;
  }
  .sm\:gap-3 {
    gap: 24px;
  }
  .sm\:gap-4 {
    gap: 32px;
  }
  .sm\:gap-5 {
    gap: 40px;
  }
  .sm\:gap-6 {
    gap: 48px;
  }
  .sm\:gap-7 {
    gap: 64px;
  }
  .sm\:gap-8 {
    gap: 80px;
  }
  .sm\:gap-9 {
    gap: 120px;
  }
  .sm\:gap-10 {
    gap: 144px;
  }
  .sm\:gap-11 {
    gap: 160px;
  }
  .sm\:gap-12 {
    gap: 200px;
  }
}
@media (min-width: 768px) {
  .md\:hidden {
    display: none;
  }
  .md\:flex {
    display: flex;
  }
  .md\:inline-flex {
    display: inline-flex;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:grid {
    display: grid;
  }
  .md\:m-0 {
    margin: 0px;
  }
  .md\:m-1 {
    margin: 8px;
  }
  .md\:m-2 {
    margin: 16px;
  }
  .md\:m-3 {
    margin: 24px;
  }
  .md\:m-4 {
    margin: 32px;
  }
  .md\:m-5 {
    margin: 40px;
  }
  .md\:m-6 {
    margin: 48px;
  }
  .md\:m-7 {
    margin: 64px;
  }
  .md\:m-8 {
    margin: 80px;
  }
  .md\:m-9 {
    margin: 120px;
  }
  .md\:m-10 {
    margin: 144px;
  }
  .md\:m-11 {
    margin: 160px;
  }
  .md\:m-12 {
    margin: 200px;
  }
  .md\:ml-0 {
    margin-left: 0px;
  }
  .md\:ml-1 {
    margin-left: 8px;
  }
  .md\:ml-2 {
    margin-left: 16px;
  }
  .md\:ml-3 {
    margin-left: 24px;
  }
  .md\:ml-4 {
    margin-left: 32px;
  }
  .md\:ml-5 {
    margin-left: 40px;
  }
  .md\:ml-6 {
    margin-left: 48px;
  }
  .md\:ml-7 {
    margin-left: 64px;
  }
  .md\:ml-8 {
    margin-left: 80px;
  }
  .md\:ml-9 {
    margin-left: 120px;
  }
  .md\:ml-10 {
    margin-left: 144px;
  }
  .md\:ml-11 {
    margin-left: 160px;
  }
  .md\:ml-12 {
    margin-left: 200px;
  }
  .md\:mr-0 {
    margin-right: 0px;
  }
  .md\:mr-1 {
    margin-right: 8px;
  }
  .md\:mr-2 {
    margin-right: 16px;
  }
  .md\:mr-3 {
    margin-right: 24px;
  }
  .md\:mr-4 {
    margin-right: 32px;
  }
  .md\:mr-5 {
    margin-right: 40px;
  }
  .md\:mr-6 {
    margin-right: 48px;
  }
  .md\:mr-7 {
    margin-right: 64px;
  }
  .md\:mr-8 {
    margin-right: 80px;
  }
  .md\:mr-9 {
    margin-right: 120px;
  }
  .md\:mr-10 {
    margin-right: 144px;
  }
  .md\:mr-11 {
    margin-right: 160px;
  }
  .md\:mr-12 {
    margin-right: 200px;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-1 {
    margin-bottom: 8px;
  }
  .md\:mb-2 {
    margin-bottom: 16px;
  }
  .md\:mb-3 {
    margin-bottom: 24px;
  }
  .md\:mb-4 {
    margin-bottom: 32px;
  }
  .md\:mb-5 {
    margin-bottom: 40px;
  }
  .md\:mb-6 {
    margin-bottom: 48px;
  }
  .md\:mb-7 {
    margin-bottom: 64px;
  }
  .md\:mb-8 {
    margin-bottom: 80px;
  }
  .md\:mb-9 {
    margin-bottom: 120px;
  }
  .md\:mb-10 {
    margin-bottom: 144px;
  }
  .md\:mb-11 {
    margin-bottom: 160px;
  }
  .md\:mb-12 {
    margin-bottom: 200px;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-1 {
    margin-top: 8px;
  }
  .md\:mt-2 {
    margin-top: 16px;
  }
  .md\:mt-3 {
    margin-top: 24px;
  }
  .md\:mt-4 {
    margin-top: 32px;
  }
  .md\:mt-5 {
    margin-top: 40px;
  }
  .md\:mt-6 {
    margin-top: 48px;
  }
  .md\:mt-7 {
    margin-top: 64px;
  }
  .md\:mt-8 {
    margin-top: 80px;
  }
  .md\:mt-9 {
    margin-top: 120px;
  }
  .md\:mt-10 {
    margin-top: 144px;
  }
  .md\:mt-11 {
    margin-top: 160px;
  }
  .md\:mt-12 {
    margin-top: 200px;
  }
  .md\:gap-0 {
    gap: 0;
  }
  .md\:gap-1 {
    gap: 8px;
  }
  .md\:gap-2 {
    gap: 16px;
  }
  .md\:gap-3 {
    gap: 24px;
  }
  .md\:gap-4 {
    gap: 32px;
  }
  .md\:gap-5 {
    gap: 40px;
  }
  .md\:gap-6 {
    gap: 48px;
  }
  .md\:gap-7 {
    gap: 64px;
  }
  .md\:gap-8 {
    gap: 80px;
  }
  .md\:gap-9 {
    gap: 120px;
  }
  .md\:gap-10 {
    gap: 144px;
  }
  .md\:gap-11 {
    gap: 160px;
  }
  .md\:gap-12 {
    gap: 200px;
  }
}
@media (min-width: 1024px) {
  .lg\:hidden {
    display: none;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:inline-flex {
    display: inline-flex;
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:m-0 {
    margin: 0px;
  }
  .lg\:m-1 {
    margin: 8px;
  }
  .lg\:m-2 {
    margin: 16px;
  }
  .lg\:m-3 {
    margin: 24px;
  }
  .lg\:m-4 {
    margin: 32px;
  }
  .lg\:m-5 {
    margin: 40px;
  }
  .lg\:m-6 {
    margin: 48px;
  }
  .lg\:m-7 {
    margin: 64px;
  }
  .lg\:m-8 {
    margin: 80px;
  }
  .lg\:m-9 {
    margin: 120px;
  }
  .lg\:m-10 {
    margin: 144px;
  }
  .lg\:m-11 {
    margin: 160px;
  }
  .lg\:m-12 {
    margin: 200px;
  }
  .lg\:ml-0 {
    margin-left: 0px;
  }
  .lg\:ml-1 {
    margin-left: 8px;
  }
  .lg\:ml-2 {
    margin-left: 16px;
  }
  .lg\:ml-3 {
    margin-left: 24px;
  }
  .lg\:ml-4 {
    margin-left: 32px;
  }
  .lg\:ml-5 {
    margin-left: 40px;
  }
  .lg\:ml-6 {
    margin-left: 48px;
  }
  .lg\:ml-7 {
    margin-left: 64px;
  }
  .lg\:ml-8 {
    margin-left: 80px;
  }
  .lg\:ml-9 {
    margin-left: 120px;
  }
  .lg\:ml-10 {
    margin-left: 144px;
  }
  .lg\:ml-11 {
    margin-left: 160px;
  }
  .lg\:ml-12 {
    margin-left: 200px;
  }
  .lg\:mr-0 {
    margin-right: 0px;
  }
  .lg\:mr-1 {
    margin-right: 8px;
  }
  .lg\:mr-2 {
    margin-right: 16px;
  }
  .lg\:mr-3 {
    margin-right: 24px;
  }
  .lg\:mr-4 {
    margin-right: 32px;
  }
  .lg\:mr-5 {
    margin-right: 40px;
  }
  .lg\:mr-6 {
    margin-right: 48px;
  }
  .lg\:mr-7 {
    margin-right: 64px;
  }
  .lg\:mr-8 {
    margin-right: 80px;
  }
  .lg\:mr-9 {
    margin-right: 120px;
  }
  .lg\:mr-10 {
    margin-right: 144px;
  }
  .lg\:mr-11 {
    margin-right: 160px;
  }
  .lg\:mr-12 {
    margin-right: 200px;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mb-1 {
    margin-bottom: 8px;
  }
  .lg\:mb-2 {
    margin-bottom: 16px;
  }
  .lg\:mb-3 {
    margin-bottom: 24px;
  }
  .lg\:mb-4 {
    margin-bottom: 32px;
  }
  .lg\:mb-5 {
    margin-bottom: 40px;
  }
  .lg\:mb-6 {
    margin-bottom: 48px;
  }
  .lg\:mb-7 {
    margin-bottom: 64px;
  }
  .lg\:mb-8 {
    margin-bottom: 80px;
  }
  .lg\:mb-9 {
    margin-bottom: 120px;
  }
  .lg\:mb-10 {
    margin-bottom: 144px;
  }
  .lg\:mb-11 {
    margin-bottom: 160px;
  }
  .lg\:mb-12 {
    margin-bottom: 200px;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-1 {
    margin-top: 8px;
  }
  .lg\:mt-2 {
    margin-top: 16px;
  }
  .lg\:mt-3 {
    margin-top: 24px;
  }
  .lg\:mt-4 {
    margin-top: 32px;
  }
  .lg\:mt-5 {
    margin-top: 40px;
  }
  .lg\:mt-6 {
    margin-top: 48px;
  }
  .lg\:mt-7 {
    margin-top: 64px;
  }
  .lg\:mt-8 {
    margin-top: 80px;
  }
  .lg\:mt-9 {
    margin-top: 120px;
  }
  .lg\:mt-10 {
    margin-top: 144px;
  }
  .lg\:mt-11 {
    margin-top: 160px;
  }
  .lg\:mt-12 {
    margin-top: 200px;
  }
  .lg\:gap-0 {
    gap: 0;
  }
  .lg\:gap-1 {
    gap: 8px;
  }
  .lg\:gap-2 {
    gap: 16px;
  }
  .lg\:gap-3 {
    gap: 24px;
  }
  .lg\:gap-4 {
    gap: 32px;
  }
  .lg\:gap-5 {
    gap: 40px;
  }
  .lg\:gap-6 {
    gap: 48px;
  }
  .lg\:gap-7 {
    gap: 64px;
  }
  .lg\:gap-8 {
    gap: 80px;
  }
  .lg\:gap-9 {
    gap: 120px;
  }
  .lg\:gap-10 {
    gap: 144px;
  }
  .lg\:gap-11 {
    gap: 160px;
  }
  .lg\:gap-12 {
    gap: 200px;
  }
  .lgitems-center {
    align-items: center;
  }
  .lgitems-start {
    align-items: flex-start;
  }
  .lgitems-end {
    align-items: flex-end;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-grow-0 {
    flex-grow: 0;
  }
  .lg\:flex-grow {
    flex-grow: 1;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:p-0 {
    padding: 0px;
  }
  .lg\:p-1 {
    padding: 8px;
  }
  .lg\:p-2 {
    padding: 16px;
  }
  .lg\:p-3 {
    padding: 24px;
  }
  .lg\:p-4 {
    padding: 32px;
  }
  .lg\:p-5 {
    padding: 40px;
  }
  .lg\:p-6 {
    padding: 48px;
  }
  .lg\:p-7 {
    padding: 64px;
  }
  .lg\:p-8 {
    padding: 80px;
  }
  .lg\:p-9 {
    padding: 120px;
  }
  .lg\:p-10 {
    padding: 144px;
  }
  .lg\:p-11 {
    padding: 160px;
  }
  .lg\:p-12 {
    padding: 200px;
  }
  .lg\:pl-0 {
    padding-left: 0px;
  }
  .lg\:pl-1 {
    padding-left: 8px;
  }
  .lg\:pl-2 {
    padding-left: 16px;
  }
  .lg\:pl-3 {
    padding-left: 24px;
  }
  .lg\:pl-4 {
    padding-left: 32px;
  }
  .lg\:pl-5 {
    padding-left: 40px;
  }
  .lg\:pl-6 {
    padding-left: 48px;
  }
  .lg\:pl-7 {
    padding-left: 64px;
  }
  .lg\:pl-8 {
    padding-left: 80px;
  }
  .lg\:pl-9 {
    padding-left: 120px;
  }
  .lg\:pl-10 {
    padding-left: 144px;
  }
  .lg\:pl-11 {
    padding-left: 160px;
  }
  .lg\:pl-12 {
    padding-left: 200px;
  }
  .lg\:pr-0 {
    padding-right: 0px;
  }
  .lg\:pr-1 {
    padding-right: 8px;
  }
  .lg\:pr-2 {
    padding-right: 16px;
  }
  .lg\:pr-3 {
    padding-right: 24px;
  }
  .lg\:pr-4 {
    padding-right: 32px;
  }
  .lg\:pr-5 {
    padding-right: 40px;
  }
  .lg\:pr-6 {
    padding-right: 48px;
  }
  .lg\:pr-7 {
    padding-right: 64px;
  }
  .lg\:pr-8 {
    padding-right: 80px;
  }
  .lg\:pr-9 {
    padding-right: 120px;
  }
  .lg\:pr-10 {
    padding-right: 144px;
  }
  .lg\:pr-11 {
    padding-right: 160px;
  }
  .lg\:pr-12 {
    padding-right: 200px;
  }
  .lg\:pb-0 {
    padding-bottom: 0px;
  }
  .lg\:pb-1 {
    padding-bottom: 8px;
  }
  .lg\:pb-2 {
    padding-bottom: 16px;
  }
  .lg\:pb-3 {
    padding-bottom: 24px;
  }
  .lg\:pb-4 {
    padding-bottom: 32px;
  }
  .lg\:pb-5 {
    padding-bottom: 40px;
  }
  .lg\:pb-6 {
    padding-bottom: 48px;
  }
  .lg\:pb-7 {
    padding-bottom: 64px;
  }
  .lg\:pb-8 {
    padding-bottom: 80px;
  }
  .lg\:pb-9 {
    padding-bottom: 120px;
  }
  .lg\:pb-10 {
    padding-bottom: 144px;
  }
  .lg\:pb-11 {
    padding-bottom: 160px;
  }
  .lg\:pb-12 {
    padding-bottom: 200px;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pt-1 {
    padding-top: 8px;
  }
  .lg\:pt-2 {
    padding-top: 16px;
  }
  .lg\:pt-3 {
    padding-top: 24px;
  }
  .lg\:pt-4 {
    padding-top: 32px;
  }
  .lg\:pt-5 {
    padding-top: 40px;
  }
  .lg\:pt-6 {
    padding-top: 48px;
  }
  .lg\:pt-7 {
    padding-top: 64px;
  }
  .lg\:pt-8 {
    padding-top: 80px;
  }
  .lg\:pt-9 {
    padding-top: 120px;
  }
  .lg\:pt-10 {
    padding-top: 144px;
  }
  .lg\:pt-11 {
    padding-top: 160px;
  }
  .lg\:pt-12 {
    padding-top: 200px;
  }
}
a {
  color: #000;
  text-decoration: none;
}

@media (max-width: 63.99em) {
  .navigation-open body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
  }
}

.u-h1,
h1 {
  font-family: "Gordita", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  font-size: 85px;
  font-family: "nimbus-sans", "Arial", sans-serif;
  font-weight: 700;
}

.u-h2,
h2 {
  font-family: "Gordita", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  font-size: 65px;
  font-family: "nimbus-sans", "Arial", sans-serif;
  font-weight: 700;
}

.u-h3,
h3 {
  font-family: "Gordita", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  font-size: 40px;
  font-family: "nimbus-sans", "Arial", sans-serif;
  font-weight: 700;
}

.u-h4,
h4 {
  font-family: "Gordita", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  font-size: 30px;
  font-family: "nimbus-sans", "Arial", sans-serif;
  font-weight: 700;
}

.u-h5,
h5 {
  font-family: "Gordita", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  font-size: 18px;
  font-family: "nimbus-sans", "Arial", sans-serif;
  font-weight: 700;
}

.u-h6,
h6 {
  font-family: "Gordita", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  font-size: 14px;
  font-family: "nimbus-sans", "Arial", sans-serif;
  font-weight: 700;
}

html {
  font-size: 0.875em;
  line-height: 1.7142857143;
  overflow-y: scroll;
  min-height: 100%;
  font-family: "Gordita", "Arial", sans-serif;
  font-weight: 400;
  color: #354d63;
}
@media (max-width: 63.99em) {
  html.navigation-open {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
  }
}
html.vanilla-modal--open {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

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

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number] {
  background-color: #fff;
  padding: 1.1rem 1.5rem;
  width: 100%;
  color: #354d63;
  border: 1px solid #fff;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "Gordita", "Arial", sans-serif;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus {
  border: 1px solid rgb(187.9144736842, 204.1776315789, 219.0855263158);
  outline: none;
}

label {
  color: #000;
}

select {
  background-color: #fff;
  padding: 1.1rem 1.5rem;
  width: 100%;
  color: #354d63;
  border: 1px solid #fff;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "Gordita", "Arial", sans-serif;
}
select:focus {
  border: 1px solid rgb(187.9144736842, 204.1776315789, 219.0855263158);
  outline: none;
}
select {
  background: #fff url("../images/icon-arrow-down.svg") no-repeat right 1.5rem center;
  background-size: 0.9rem;
  font-family: "Gordita", "Arial", sans-serif;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  background-color: #fff;
  padding: 1.1rem 1.5rem;
  width: 100%;
  color: #354d63;
  border: 1px solid #fff;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "Gordita", "Arial", sans-serif;
}
textarea:focus {
  border: 1px solid rgb(187.9144736842, 204.1776315789, 219.0855263158);
  outline: none;
}
textarea {
  height: 150px;
  resize: none;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounce-in {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-7px);
  }
}
/* ==========================================================================
   #WRAPPER
   ========================================================================== */
/**
 * Page-level constraining and wrapping elements.
 */
.o-wrapper:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}
.o-wrapper {
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1250px;
}

.o-wrapper--tiny {
  max-width: 680px;
}

.o-wrapper--xsmall {
  max-width: 965px;
}

.o-wrapper--small {
  max-width: 950px;
}

.o-wrapper--medium {
  max-width: 1050px;
}

.o-wrapper--large {
  max-width: 1450px;
}

.o-wrapper--full-width {
  max-width: none;
}

/* ==========================================================================
   #LAYOUT
   ========================================================================== */
/**
 * Grid-like layout system.
 *
 * The layout object provides us with a column-style layout system. This file
 * contains the basic structural elements, but classes should be complemented
 * with width utilities, for example:
 *
 *   <div class="o-layout">
 *     <div class="o-layout__item  u-1/2">
 *     </div>
 *     <div class="o-layout__item  u-1/2">
 *     </div>
 *   </div>
 *
 * The above will create a two-column structure in which each column will
 * fluidly fill half of the width of the parent. We can have more complex
 * systems:
 *
 *   <div class="o-layout">
 *     <div class="o-layout__item  u-1/1  u-1/3@medium">
 *     </div>
 *     <div class="o-layout__item  u-1/2  u-1/3@medium">
 *     </div>
 *     <div class="o-layout__item  u-1/2  u-1/3@medium">
 *     </div>
 *   </div>
 *
 * The above will create a system in which the first item will be 100% width
 * until we enter our medium breakpoint, when it will become 33.333% width. The
 * second and third items will be 50% of their parent, until they also become
 * 33.333% width at the medium breakpoint.
 *
 * We can also manipulate entire layout systems by adding a series of modifiers
 * to the `.o-layout` block. For example:
 *
 *   <div class="o-layout  o-layout--reverse">
 *
 * This will reverse the displayed order of the system so that it runs in the
 * opposite order to our source, effectively flipping the system over.
 *
 *   <div class="o-layout  o-layout--[right|center]">
 *
 * This will cause the system to fill up from either the centre or the right
 * hand side. Default behaviour is to fill up the layout system from the left.
 *
 * There are plenty more options available to us: explore them below.
 */
/* Default/mandatory classes
   ========================================================================== */
/**
 * 1. Allows us to use the layout object on any type of element.
 * 2. We need to defensively reset any box-model properties.
 * 3. Use the negative margin trick for multi-row grids:
 *    http://csswizardry.com/2011/08/building-better-grid-systems/
 */
.o-layout {
  display: block; /* [1] */
  margin: 0; /* [2] */
  padding: 0; /* [2] */
  list-style: none; /* [1] */
  margin-left: -25px; /* [3] */
  font-size: 0;
}

/**
 * 1. Required in order to combine fluid widths with fixed gutters.
 * 2. Allows us to manipulate grids vertically, with text-level properties,
 *    etc.
 * 3. Default item alignment is with the tops of each other, like most
 *    traditional grid/layout systems.
 * 4. By default, all layout items are full-width (mobile first).
 * 5. Gutters provided by left padding:
 *    http://csswizardry.com/2011/08/building-better-grid-systems/
 * 6. Fallback for old IEs not supporting `rem` values.
 */
.o-layout__item {
  box-sizing: border-box; /* [1] */
  display: inline-block; /* [2] */
  vertical-align: top; /* [3] */
  width: 100%; /* [4] */
  padding-left: 25px; /* [5] */
  font-size: 14px; /* [6] */
  font-size: 1rem;
}

/* Gutter size modifiers
   ========================================================================== */
.o-layout--flush {
  margin-left: 0;
}
.o-layout--flush > .o-layout__item {
  padding-left: 0;
}

.o-layout--tiny {
  margin-left: -6px;
}
.o-layout--tiny > .o-layout__item {
  padding-left: 6px;
}

.o-layout--small {
  margin-left: -12px;
}
.o-layout--small > .o-layout__item {
  padding-left: 12px;
}

.o-layout--large {
  margin-left: -48px;
}
.o-layout--large > .o-layout__item {
  padding-left: 48px;
}

.o-layout--huge {
  margin-left: -96px;
}
.o-layout--huge > .o-layout__item {
  padding-left: 96px;
}

/* Vertical alignment modifiers
   ========================================================================== */
/**
 * Align all grid items to the middles of each other.
 */
.o-layout--middle > .o-layout__item {
  vertical-align: middle;
}

/**
 * Align all grid items to the bottoms of each other.
 */
.o-layout--bottom > .o-layout__item {
  vertical-align: bottom;
}

/**
 * Stretch all grid items of each row to have an equal-height.
 * Please be aware that this modifier class doesn’t take any effect in IE9 and
 * below and other older browsers due to the lack of `display: flex` support.
 */
.o-layout--stretch {
  display: flex;
  flex-wrap: wrap;
}
.o-layout--stretch > .o-layout__item {
  display: flex;
}
.o-layout--stretch.o-layout--center {
  justify-content: center;
}
.o-layout--stretch.o-layout--right {
  justify-content: flex-end;
}
.o-layout--stretch.o-layout--left {
  justify-content: flex-start;
}

/* Fill order modifiers
   ========================================================================== */
/**
 * Fill up the layout system from the centre.
 */
.o-layout--center {
  text-align: center;
}
.o-layout--center > .o-layout__item {
  text-align: left;
}

/**
 * Fill up the layout system from the right-hand side.
 */
.o-layout--right {
  text-align: right;
}
.o-layout--right > .o-layout__item {
  text-align: left;
}

/**
 * Fill up the layout system from the left-hand side. This will likely only be
 * needed when using in conjunction with `.o-layout--reverse`.
 */
.o-layout--left {
  text-align: left;
}
.o-layout--left > .o-layout__item {
  text-align: left;
}

/**
 * Reverse the rendered order of the grid system.
 */
.o-layout--reverse {
  direction: rtl;
}
.o-layout--reverse > .o-layout__item {
  direction: ltr;
}

/* Auto-widths modifier
   ========================================================================== */
/**
 * Cause layout items to take up a non-explicit amount of width.
 */
.o-layout--auto > .o-layout__item {
  width: auto;
}

.o-layout--spaced {
  padding: 3rem 0;
}
@media (min-width: 64em) {
  .o-layout--spaced {
    padding: 8rem 0;
  }
}

.error-404 {
  padding: 3rem 0;
}
@media (min-width: 64em) {
  .error-404 {
    padding: 8rem 0;
  }
}
.error-404 {
  text-align: center;
}

.c-accordion__content {
  overflow: hidden;
  transition: height 300ms;
}

.c-author-bio {
  padding: 30px 0 0;
  border-top: 1px solid rgba(245, 245, 245, 0.3);
  margin-top: 3rem;
}
@media (min-width: 64em) {
  .c-author-bio {
    display: flex;
    margin-top: 6rem;
  }
}
.c-author-bio__title {
  font-size: 1.4rem;
  color: #354d63;
  margin-bottom: 0.5rem;
}
.c-author-bio__title-link {
  color: #354d63;
}
.c-author-bio__subtitle {
  font-size: 1rem;
  color: #354d63;
  font-family: "Gordita", "Arial", sans-serif;
  text-transform: capitalize;
  margin-bottom: 1rem;
}
.c-author-bio__subtitle-link {
  color: #354d63;
}
.c-author-bio__description {
  margin-right: 0;
}
@media (min-width: 64em) {
  .c-author-bio__description {
    margin-right: 4rem;
  }
}
.c-author-bio__image {
  width: 140px;
  height: 140px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .c-author-bio__image {
    margin-bottom: 0;
  }
}
.c-author-bio__image .c-lazy-wrapper {
  border-radius: 50%;
  width: 140px;
  height: 140px;
}
.c-author-bio__image .c-lazy-wrapper img {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  border: 6px solid #fff;
}
.c-author-bio__details {
  flex-grow: 1;
  margin-left: 4rem;
}
.c-author-bio__details h4 {
  margin-bottom: 2px;
}
.c-author-bio__details div {
  margin-bottom: 10px;
}
.c-author-bio__details .icon-linkedin {
  font-size: 0.9rem;
}
.c-author-bio__social {
  max-width: 70px;
  text-align: center;
  margin-top: 15px;
  float: right;
}
@media (min-width: 64em) {
  .c-author-bio__social {
    float: none;
  }
}
.c-author-bio__social-small {
  position: relative;
  top: -1px;
  margin-bottom: 0 !important;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.c-author-bio__social-small:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  content: "";
  height: 10px;
  width: 2px;
  margin-right: 10px;
  top: -1px;
  background-color: #354d63;
}
.c-author-bio__social-small i {
  color: #354d63;
}
.c-author-bio .tag-link {
  color: #354d63;
}

@media (min-width: 46.25em) {
  .c-author__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.c-author__body-column {
  flex: 1;
}
.c-author__body-column:nth-child(2n) {
  flex: 2;
}
.c-author-header {
  padding: 0 0 3rem;
}
@media (min-width: 64em) {
  .c-author-header {
    padding: 0 0 8rem;
  }
}
@media (min-width: 64em) {
  .c-author-header {
    display: flex;
  }
}
.c-author-header__bio {
  flex-grow: 1;
  padding-right: 40px;
}
.c-author-header__social {
  width: 300px;
  flex-shrink: 0;
}
@media (min-width: 64em) {
  .c-author-header__social {
    padding-left: 40px;
    border-left: 1px solid rgb(88.5657894737, 128.6710526316, 165.4342105263);
  }
}
.c-author-header__social-block {
  margin-bottom: 20px;
}
.c-author-header__social-block:last-child {
  margin-bottom: 0;
}
.c-author-header__social a {
  color: #354d63;
}

.c-banner-bottom {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 500px;
  height: 100%;
  background-color: #354d63;
}
.c-banner-bottom__body {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 500px;
}
@media (min-width: 64em) {
  .c-banner-bottom__body {
    height: 0;
    min-height: initial;
    padding-bottom: 50%;
    overflow: hidden;
    max-height: 800px;
  }
}
@media (min-width: 81.25em) {
  .c-banner-bottom__body {
    padding: 0;
    height: initial;
    max-height: 800px;
  }
}
.c-banner-bottom__body:before {
  content: "";
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.c-banner-bottom__body-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  display: none;
  position: absolute;
  z-index: 999;
  bottom: 2rem;
  right: 2rem;
  padding: 1rem 2rem;
  transition: background-color 300ms;
}
.c-banner-bottom__body-button:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e803";
  display: inline-block;
  margin-right: 0.5rem;
}
.c-banner-bottom__body-button:hover {
  background-color: rgba(0, 0, 0, 0.35);
}
@media (min-width: 64em) {
  .c-banner-bottom__body-button {
    display: inline-block;
  }
}
.c-banner-bottom__footer {
  background-color: #354d63;
}
.c-banner-bottom__footer-wrapper {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 25px;
}
.c-banner-bottom-video {
  display: none;
}
@media (min-width: 64em) {
  .c-banner-bottom-video {
    display: block;
  }
}
.c-banner-bottom__title {
  color: #f49b35;
  line-height: 1;
  font-size: 60px;
  position: relative;
  margin-bottom: -2rem;
  transform: translateY(-2rem);
}
@media (min-width: 46.25em) {
  .c-banner-bottom__title {
    font-size: 80px;
  }
}
@media (min-width: 64em) {
  .c-banner-bottom__title {
    font-size: 90px;
    max-width: 50%;
    margin-bottom: -5rem;
    transform: translateY(-5rem);
  }
}
.c-banner-bottom__title-text--outline {
  color: #354d63;
  text-shadow: -1px -1px 0 #f49b35, 1px -1px 0 #f49b35, -1px 1px 0 #f49b35, 1px 1px 0 #f49b35;
}

.c-banner-center {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 370px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 46.25em) {
  .c-banner-center {
    min-height: 470px;
  }
}
@media (min-width: 64em) {
  .c-banner-center {
    min-height: 570px;
  }
}
.c-banner-center:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(271.17deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.c-banner-center__body {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 180px 25px 80px;
  position: relative;
  z-index: 5;
  text-align: center;
}
@media (min-width: 46.25em) {
  .c-banner-center__body {
    padding: 8rem 25px;
  }
}
.c-banner-center__title {
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  font-size: 40px;
}
@media (min-width: 46.25em) {
  .c-banner-center__title {
    font-size: 65px;
  }
}
.c-banner-center__label {
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  z-index: 5;
  margin-bottom: 1rem;
  display: block;
}
@media (min-width: 46.25em) {
  .c-banner-center__label {
    margin-bottom: 2rem;
  }
}

.c-banner {
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 46.25em) {
  .c-banner {
    min-height: 600px;
  }
}
@media (min-width: 64em) {
  .c-banner {
    min-height: 800px;
  }
}
.c-banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(271.17deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.c-banner__body {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 12rem 25px;
  position: relative;
  z-index: 5;
}
@media (min-width: 64em) {
  .c-banner__body {
    padding: 8rem 25px 16rem;
  }
}
.c-banner__title {
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  font-size: 40px;
}
@media (min-width: 64em) {
  .c-banner__title {
    font-size: 65px;
  }
}
.c-banner__label {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  writing-mode: tb-rl;
  white-space: nowrap;
  display: inline-block;
  overflow: visible;
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  z-index: 5;
  transform: rotate(-180deg);
}
@media (min-width: 64em) {
  .c-banner__label {
    right: 3rem;
    bottom: 3rem;
  }
}

.c-block-about {
  padding: 3rem 0;
}
@media (min-width: 64em) {
  .c-block-about {
    padding: 8rem 0;
  }
}
.c-block-about {
  background-color: #f5f5f5;
}
@media (min-width: 64em) {
  .c-block-about {
    border-top: 15px solid #fff;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
  }
}
.c-block-about__label {
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 3rem;
}
.c-block-about__title {
  font-size: 50px;
  line-height: 1.1;
  position: relative;
}
@media (min-width: 64em) {
  .c-block-about__title {
    font-size: 65px;
  }
}
.c-block-about__title span {
  background-color: #f5f5f5;
  position: relative;
  z-index: 5;
}
.c-block-about__title span:last-child {
  padding-right: 2rem;
}
.c-block-about__title:after {
  content: "";
  display: block;
  width: 7px;
  height: 130px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  background-color: #354d63;
}
@media (min-width: 64em) {
  .c-block-about__title:after {
    display: inline-block;
    width: 100%;
    height: 7px;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    background-color: #354d63;
    position: absolute;
    bottom: 1rem;
    left: 0;
    z-index: 1;
  }
}
.c-block-about__excerpt {
  font-size: 22px;
  font-weight: 700;
  font-family: "nimbus-sans", "Arial", sans-serif;
  line-height: 1.5;
}
@media (min-width: 64em) {
  .c-block-about__excerpt {
    font-size: 30px;
  }
}
.c-block-about__excerpt p:last-child {
  margin-bottom: 0;
}
@media (max-width: 63.99em) {
  .c-block-about--flexible .c-block-about__excerpt {
    margin-bottom: 30px;
  }
}

.c-block-benefit {
  display: block;
  padding-top: 3rem;
}
.c-block-benefit:hover .c-block-benefit__title {
  color: #f49b35;
}
.c-block-benefit:hover .c-link--underline:after {
  width: 40px;
}
@media (min-width: 64em) {
  .c-block-benefit {
    padding-top: 8rem;
  }
}
.c-block-benefit:nth-child(even) {
  direction: rtl;
}
.c-block-benefit:last-child {
  padding-bottom: 3rem;
}
@media (min-width: 64em) {
  .c-block-benefit:last-child {
    padding-bottom: 8rem;
  }
}
@media (max-width: 63.99em) {
  .c-block-benefit .o-layout {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 63.99em) {
  .c-block-benefit .o-layout__item:first-child {
    order: 2;
  }
}
@media (max-width: 63.99em) {
  .c-block-benefit .o-layout__item:last-child {
    order: 1;
  }
}
.c-block-benefit__content {
  direction: ltr;
  text-align: left;
}
@media (min-width: 64em) {
  .c-block-benefit__content {
    padding-left: 2rem;
  }
}
.c-block-benefit__title {
  margin-top: 2rem;
  font-size: 30px;
  transition: all 300ms;
}
@media (min-width: 64em) {
  .c-block-benefit__title {
    margin-top: 0;
    font-size: 40px;
  }
}
.c-block-benefit__image {
  width: 100%;
  height: auto;
  display: block;
}
.c-block-benefit__link {
  display: inline-block;
  margin-top: 3rem;
}

.c-block-cta {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.c-block-cta:before {
  content: "";
  display: block;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.21) 0%, rgba(0, 0, 0, 0.69) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-block-cta__body {
  max-width: 1250px;
  margin: 0 auto;
  padding: 8rem 50px 8rem 25px;
  position: relative;
  z-index: 2;
}
@media (min-width: 64em) {
  .c-block-cta__body {
    padding: 14rem 25px;
  }
}
.c-block-cta__cta {
  margin-top: 32px;
}
@media (min-width: 64em) {
  .c-block-cta__cta {
    margin-top: 64px;
  }
}
.c-block-cta__title {
  color: #fff;
  font-size: 35px;
  line-height: 1.2;
  max-width: 850px;
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .c-block-cta__title {
    font-size: 65px;
    line-height: 1;
  }
}

.c-block-feature {
  background-color: #354d63;
  color: #fff;
  padding: 0 0 3rem;
}
@media (min-width: 64em) {
  .c-block-feature {
    padding: 8rem 0;
  }
}
.c-block-feature-content {
  position: relative;
  padding: 180px 0 0 0;
}
@media (min-width: 64em) {
  .c-block-feature-content {
    padding: 0 0 0 8rem;
  }
}
.c-block-feature-content:before {
  content: "";
  display: block;
  background-color: orange;
  width: 10px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 3rem;
}
@media (min-width: 64em) {
  .c-block-feature-content:before {
    height: calc(100% + 6rem);
    top: -6rem;
  }
}
.c-block-feature-content__title {
  margin-top: 4rem;
  color: #fff;
  font-size: 1.1rem;
  font-family: "Gordita", "Arial", sans-serif;
  font-weight: 500;
}
.c-block-feature-content__excerpt {
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  font-family: "nimbus-sans", "Arial", sans-serif;
  font-weight: 700;
}
@media (min-width: 64em) {
  .c-block-feature-content__excerpt {
    font-size: 30px;
  }
}
.c-block-feature-content__action {
  margin-top: 3rem;
}

.c-block-image {
  width: 100%;
  height: auto;
  display: block;
}
.c-block-image__wrapper {
  padding: 0 0 3rem;
}
@media (min-width: 64em) {
  .c-block-image__wrapper {
    padding: 0 0 8rem;
  }
}
.c-block-image__wrapper:last-child {
  padding-bottom: 0;
}

.c-block-images {
  padding: 0 0 3rem;
}
@media (min-width: 64em) {
  .c-block-images {
    padding: 0 0 8rem;
  }
}
.c-block-images {
  background-color: #f5f5f5;
}
@media (min-width: 64em) {
  .c-block-images {
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
  }
}
.c-block-images__image {
  width: 100%;
  height: auto;
  display: block;
}
.c-block-images__link {
  margin-top: 3rem;
}
@media (min-width: 64em) {
  .c-block-images__link {
    margin-top: 6rem;
  }
}
.c-block-images .o-layout__item:last-child {
  margin-top: 3rem;
}
@media (min-width: 64em) {
  .c-block-images .o-layout__item:last-child {
    margin-top: 8rem;
  }
}

.c-block-list {
  padding: 0 0 3rem;
}
@media (min-width: 64em) {
  .c-block-list {
    padding: 0 0 8rem;
  }
}
.c-block-list {
  counter-reset: numbered-list;
}
.c-block-list__item {
  border-top: 1px solid #354d63;
  padding: 3rem 0 3rem 4rem;
  position: relative;
}
@media (min-width: 64em) {
  .c-block-list__item {
    margin-left: 35%;
  }
}
.c-block-list__item:before {
  counter-increment: numbered-list;
  content: counter(numbered-list);
  display: block;
  position: absolute;
  left: 0;
  top: 2.5rem;
  font-size: 2.5rem;
  font-family: "nimbus-sans", "Arial", sans-serif;
  font-weight: bold;
}
.c-block-list__item:last-child {
  border-bottom: 1px solid #354d63;
}
.c-block-list__item p {
  font-weight: 500;
  font-size: 1.2rem;
}
.c-block-list__item p:last-child {
  margin-bottom: 0;
}

.c-block-project {
  border-radius: 4px;
  background-color: #f5f5f5;
  height: 100%;
  margin-bottom: 24px;
  position: relative;
}
@media (min-width: 46.25em) {
  .c-block-project {
    margin-bottom: 0;
  }
}
.c-block-project:hover a {
  text-decoration: underline;
}
.c-block-project__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 4px 0 0;
}
.c-block-project__image-wrapper {
  border-radius: 4px 4px 0 0;
  position: relative;
  height: 0;
  padding-bottom: 60%;
}
.c-block-project__label {
  background-color: #f6f6f6;
  display: inline-block;
  position: absolute;
  z-index: 4;
  top: 16px;
  right: 16px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  color: #354d63;
  padding: 4px 24px;
  border-radius: 4px;
  text-align: center;
  pointer-events: none;
}
@media (min-width: 64em) {
  .c-block-project__label {
    min-width: 115px;
  }
}
.c-block-project__content {
  padding: 24px;
}
.c-block-project__title {
  color: #354d63;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.c-block-project__title a {
  color: #354d63;
}
.c-block-project__title a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.c-block-project__year {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.c-block-project__description {
  font-size: 14px;
  font-weight: 400;
}

.c-blocks-project {
  padding-top: 24px;
  padding-bottom: 16px;
}
@media (min-width: 46.25em) {
  .c-blocks-project {
    padding: 40px 0 80px;
  }
}
.c-blocks-project__header {
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 46.25em) {
  .c-blocks-project__header {
    padding-bottom: 40px;
  }
}
@media (min-width: 46.25em) {
  .c-blocks-project__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 40px;
  }
}
@media (min-width: 64em) {
  .c-blocks-project__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-block-quote-text {
  padding: 0 0 3rem;
}
@media (min-width: 64em) {
  .c-block-quote-text {
    padding: 0 0 8rem;
  }
}
.c-block-quote-text {
  background-color: #f5f5f5;
}
@media (min-width: 64em) {
  .c-block-quote-text {
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
  }
}
.c-block-quote-text__quote {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  font-family: "nimbus-sans", "Arial", sans-serif;
  margin-bottom: 3rem;
}
@media (min-width: 64em) {
  .c-block-quote-text__quote {
    margin-bottom: 0;
  }
}
.c-block-quote-text__description p {
  font-weight: 400;
}
.c-block-quote-text__description p:last-child {
  margin-bottom: 0;
}
.c-block-quote-text--horizontal {
  text-align: center;
}
.c-block-quote-text--horizontal .c-block-quote-text__quote {
  font-size: 30px;
}
@media screen and (min-width: 375px) {
  .c-block-quote-text--horizontal .c-block-quote-text__quote {
    font-size: calc(30px + 10 * (100vw - 375px) / 875);
  }
}
@media screen and (min-width: 1250px) {
  .c-block-quote-text--horizontal .c-block-quote-text__quote {
    font-size: 40px;
  }
}
.c-block-quote-text--horizontal .c-block-quote-text__quote {
  line-height: 1.25;
  margin-bottom: 40px;
  quotes: "“" "”"; /* one pair */
}
.c-block-quote-text--horizontal .c-block-quote-text__quote:before {
  content: open-quote;
}
.c-block-quote-text--horizontal .c-block-quote-text__quote:after {
  content: close-quote;
}

.c-block-quote {
  padding: 3rem 0;
}
@media (min-width: 64em) {
  .c-block-quote {
    padding: 8rem 0;
  }
}
.c-block-quote__title {
  font-size: 15px;
  font-family: "Gordita", "Arial", sans-serif;
  font-weight: 400;
}
.c-block-quote__quote {
  font-size: 30px;
  font-family: "nimbus-sans", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 64em) {
  .c-block-quote__quote {
    font-size: 40px;
  }
}
.c-block-quote__action {
  margin-top: 3rem;
}

.c-block-story {
  padding-top: 3rem;
}
@media (min-width: 64em) {
  .c-block-story {
    padding-top: 8rem;
  }
}
.c-block-story:nth-child(even) {
  direction: rtl;
}
.c-block-story:nth-child(even) .o-wrapper {
  position: relative;
}
.c-block-story:nth-child(even) .o-wrapper:before {
  content: "";
  display: none;
  width: 8px;
  background-color: #fff;
  position: absolute;
  right: 20%;
  top: -25%;
}
@media (min-width: 64em) {
  .c-block-story:nth-child(even) .o-wrapper:before {
    display: block;
    height: 200px;
  }
}
@media (min-width: 81.25em) {
  .c-block-story:nth-child(even) .o-wrapper:before {
    height: 300px;
    top: -35%;
  }
}
.c-block-story:nth-child(odd) .o-wrapper {
  position: relative;
}
.c-block-story:nth-child(odd) .o-wrapper:before {
  content: "";
  display: none;
  height: 300px;
  width: 8px;
  background-color: #fff;
  position: absolute;
  left: 5%;
  top: -25%;
}
@media (min-width: 64em) {
  .c-block-story:nth-child(odd) .o-wrapper:before {
    display: block;
  }
}
.c-block-story:first-child .o-wrapper:before {
  display: none;
}
.c-block-story:last-child {
  padding-bottom: 3rem;
}
@media (min-width: 64em) {
  .c-block-story:last-child {
    padding-bottom: 8rem;
  }
}
.c-block-story__content {
  direction: ltr;
  text-align: left;
  margin-top: 3rem;
}
@media (min-width: 64em) {
  .c-block-story__content {
    padding-left: 2rem;
    margin-top: 0;
  }
}
.c-block-story__label {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 2rem;
}
.c-block-story__label:before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 3px;
  background-color: #354d63;
  margin-right: 2rem;
  position: relative;
  top: -0.5rem;
}
.c-block-story__image {
  width: 100%;
  height: auto;
  display: block;
}

.c-block-text-bg {
  background-color: #f5f5f5;
  padding: 40px 24px;
}
@media (min-width: 64em) {
  .c-block-text-bg {
    padding: 64px 120px;
    border-radius: 6px;
    display: flex;
    margin-bottom: 80px;
  }
}
@media (max-width: 63.99em) {
  .c-block-text-bg__wrapper .o-wrapper {
    max-width: 100%;
    padding: 0;
  }
}
.c-block-text-bg > div:first-child {
  flex: 1;
}
@media (min-width: 64em) {
  .c-block-text-bg > div:first-child {
    margin-right: 40px;
  }
}
.c-block-text-bg > div:last-child {
  flex: 2;
}
@media (min-width: 64em) {
  .c-block-text-bg > div:last-child {
    margin-left: 40px;
  }
}
.c-block-text-bg__title {
  font-size: 35px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (min-width: 64em) {
  .c-block-text-bg__title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}
.c-block-text-bg__description {
  margin-bottom: 24px;
}
@media (min-width: 64em) {
  .c-block-text-bg__description {
    margin-bottom: 0;
  }
}
.c-block-text-bg__description h1,
.c-block-text-bg__description h2,
.c-block-text-bg__description h3,
.c-block-text-bg__description h4 {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 24px;
}
.c-block-text-bg__description ul {
  padding: 0;
  margin: 0 0 24px 16px;
}
.c-block-text-bg__description p {
  margin-bottom: 24px;
}
.c-block-text-bg__description p:last-child {
  margin-bottom: 0;
}

.c-block-text {
  padding: 0 0 3rem;
}
@media (min-width: 64em) {
  .c-block-text {
    padding: 0 0 8rem;
  }
}
@media (min-width: 64em) {
  .c-block-text {
    display: flex;
  }
}
.c-block-text__title {
  flex: 1;
  font-size: 25px;
}
@media (min-width: 64em) {
  .c-block-text__title {
    font-size: 30px;
    margin-right: 2rem;
  }
}
.c-block-text__description {
  flex: 2;
}
.c-block-text__description p:last-child {
  margin-bottom: 0;
}

.c-block-video {
  padding: 0 0 3rem;
}
@media (min-width: 64em) {
  .c-block-video {
    padding: 0 0 8rem;
  }
}
.c-block-video {
  background-color: #f5f5f5;
}
@media (min-width: 64em) {
  .c-block-video {
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
  }
}

.c-blocks-story {
  background-color: #f5f5f5;
}
@media (min-width: 64em) {
  .c-blocks-story {
    border: 15px solid #fff;
    border-top: none;
  }
}

.c-bottom-bar {
  background-color: rgb(23.032967033, 33.8296703297, 42.467032967);
  padding: 1.5rem 25px;
}
.c-bottom-bar .c-navigation {
  text-align: center;
  padding: 0;
}
@media (min-width: 64em) {
  .c-bottom-bar .c-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-bottom-bar .c-navigation__item {
  padding: 0 1rem;
  line-height: 1;
  position: relative;
  display: inline-block;
}
.c-bottom-bar .c-navigation__item:after {
  content: "|";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0.15rem;
  color: #fff;
}
.c-bottom-bar .c-navigation__item:last-child:after {
  display: none;
}
.c-bottom-bar .c-navigation__link {
  font-family: "Gordita", "Arial", sans-serif;
  font-size: 0.8rem;
  line-height: 1;
  color: #fff;
  transition: color 300ms;
}
.c-bottom-bar .c-navigation__link:hover {
  color: #a2a2a2;
}

.c-button, input[type=submit],
input[type=button],
input[type=reset] {
  color: #354d63;
  background-color: #fff;
  padding: 1.25rem 2rem;
  min-width: 160px;
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  line-height: 1;
  font-weight: 500;
  font-family: "Gordita", "Arial", sans-serif;
  transition: all 300ms;
}
.c-button:active, input[type=submit]:active,
input[type=button]:active,
input[type=reset]:active, .c-button:focus, input[type=submit]:focus,
input[type=button]:focus,
input[type=reset]:focus, .c-button:hover, input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover {
  background-color: rgb(35.2171052632, 51.1644736842, 65.7828947368);
  border: 1px solid rgb(35.2171052632, 51.1644736842, 65.7828947368);
  color: #fff;
}

.c-button--orange {
  color: #fff;
  background-color: #f49b35;
  border: 1px solid #f49b35;
}
.c-button--orange:active, .c-button--orange:focus, .c-button--orange:hover {
  background-color: rgb(233.2957746479, 130.5070422535, 12.7042253521);
  border-color: rgb(233.2957746479, 130.5070422535, 12.7042253521);
}
.c-button--orange:disabled {
  background: #F9DEBF;
  border-color: #F9DEBF;
  cursor: default;
}

.c-button--medium {
  padding: 16px;
}

.c-button--outline {
  border: 1px solid #000;
  background-color: transparent;
}
.c-button--outline:active, .c-button--outline:focus, .c-button--outline:hover {
  background-color: #000;
  color: #f5f5f5;
}

@media (max-width: 1023px) {
  .c-button--mobile-full {
    width: 100%;
  }
}

.c-card-author-post {
  width: 100%;
  display: flex;
  margin-top: 3rem;
}
@media (min-width: 64em) {
  .c-card-author-post {
    margin-top: 4rem;
    background-color: #fff;
  }
}
.c-card-author-post__image {
  display: block;
  padding-bottom: 80%;
  height: 0;
  width: 80%;
  background-size: cover;
  background-position: center;
}
.c-card-author-post__image-wrapper {
  flex: 1;
}
.c-card-author-post__content {
  flex: 2.5;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 1.5rem 0 1rem;
}
.c-card-author-post__title {
  color: #354d63;
  font-family: "Gordita", "Arial", sans-serif;
  font-size: 1.2rem;
  margin: 0 0 1.5rem;
}
.c-card-author-post__date {
  color: #f5f5f5;
  font-family: "Gordita", "Arial", sans-serif;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.c-card-product {
  background-color: #fff;
  padding: 2rem 0;
  text-align: center;
  border: 1px solid #f0f0f0;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.03);
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-card-product:hover .c-card-product__link {
  color: #f49b35;
}
.c-card-product__image {
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center;
}
.c-card-product__image-wrapper {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 2rem;
}
.c-card-product__body {
  flex: 1 1 auto;
}
.c-card-product__title {
  font-size: 18px;
  line-height: 1.2;
  padding: 0 25px;
  margin-bottom: 1.5rem;
  color: #354d63;
}
.c-card-product__excerpt {
  padding: 0 25px;
  font-size: 0.85rem;
  color: #354d63;
  margin-bottom: 1.5rem;
}
.c-card-product__link {
  color: #a8a8a8;
  font-size: 0.9rem;
  transition: color 300ms;
}

.c-cards-product {
  padding-top: 3rem;
  background-color: #f5f5f5;
}
@media (min-width: 64em) {
  .c-cards-product {
    padding-top: 8rem;
    padding-bottom: 3rem;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
  }
}

.c-carousel-benefit {
  padding: 0 0 3rem;
}
@media (min-width: 64em) {
  .c-carousel-benefit {
    padding: 0 0 8rem;
  }
}
.c-carousel-benefit {
  background-color: #354d63;
  overflow-x: hidden;
  overflow-y: visible;
  padding-top: 50px !important;
}
.c-carousel-benefit__wrapper {
  max-width: 1250px;
  margin: 0 auto 4rem;
  padding-left: 25px;
}
@media (min-width: 64em) {
  .c-carousel-benefit__wrapper {
    margin: 0 auto;
  }
}
.c-carousel-benefit__title {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-family: "nimbus-sans", "Arial", sans-serif;
  font-weight: 700;
}
@media (min-width: 64em) {
  .c-carousel-benefit__title {
    font-size: 24px;
  }
}
.c-carousel-benefit__carousel {
  overflow-y: visible;
}
.c-carousel-benefit__carousel .flickity-viewport {
  overflow: visible;
}
.c-carousel-benefit__carousel .flickity-page-dots {
  bottom: -3rem;
}
@media (min-width: 64em) {
  .c-carousel-benefit__carousel .flickity-page-dots {
    display: none;
  }
}
.c-carousel-benefit__carousel .flickity-page-dots .dot {
  border-radius: 0;
  height: 2px;
  width: 30px;
  background-color: #fff;
}
.c-carousel-benefit.c-carousel .flickity-prev-next-button {
  top: -45px;
}
.c-carousel-benefit.c-carousel .flickity-prev-next-button.next {
  left: 340px;
}
.c-carousel-benefit.c-carousel .flickity-prev-next-button.previous {
  left: 320px;
}
.c-carousel-benefit.c-carousel .flickity-prev-next-button:hover, .c-carousel-benefit.c-carousel .flickity-prev-next-button:focus {
  background-color: transparent;
  color: #f49b35;
  box-shadow: none;
}

.c-carousel-card-benefit {
  margin-right: 1.5rem;
  width: 290px;
  overflow: hidden;
  display: block;
  position: relative;
}
@media (min-width: 64em) {
  .c-carousel-card-benefit {
    width: 360px;
    margin-right: 3rem;
  }
}
.c-carousel-card-benefit:last-child {
  margin-right: 0;
}
.c-carousel-card-benefit:hover .c-carousel-card-benefit__content {
  bottom: 0;
}
.c-carousel-card-benefit__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.c-carousel-card-benefit__image-wrapper {
  display: block;
  height: 0;
  padding-bottom: 140%;
  position: relative;
  background: #f5f5f5;
  overflow: hidden;
}
.c-carousel-card-benefit__image-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0.31deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.34) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.c-carousel-card-benefit__image-wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.c-carousel-card-benefit__content {
  padding: 0 25px;
  width: 100%;
  position: absolute;
  bottom: -55px;
  z-index: 6;
  transition: bottom 300ms;
}
.c-carousel-card-benefit__content-label {
  font-style: italic;
  font-size: 0.9rem;
  color: #fff;
  display: none;
}
.c-carousel-card-benefit__content-title {
  color: #fff;
  font-weight: 500;
}
.c-carousel-card-benefit__content-excerpt {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 26px;
}
.c-carousel-card-benefit__content-link {
  font-weight: 500;
  background-color: #f49b35;
  color: #354d63;
  padding: 1rem 2rem;
  width: 100%;
  display: block;
}

.c-carousel-card-project {
  margin-left: 25px;
  max-width: 300px;
  width: 100%;
}
@media (min-width: 46.25em) {
  .c-carousel-card-project {
    margin-left: 0;
    margin-right: 3rem;
    max-width: 400px;
  }
}
@media (min-width: 64em) {
  .c-carousel-card-project {
    margin-right: 96px;
    max-width: 670px;
  }
}
.c-carousel-card-project:last-child {
  margin-right: 0;
}
.c-carousel-card-project__content {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.c-carousel-card-project__content-title {
  flex: 1;
  font-weight: 500;
  font-family: "Gordita", "Arial", sans-serif;
  font-size: 1.1rem;
  padding-right: 1rem;
  margin-bottom: 0;
}
.c-carousel-card-project__content-title-link {
  color: #354d63;
}
.c-carousel-card-project__content-year {
  flex: 1;
  font-weight: 500;
  font-size: 1.1rem;
  text-align: right;
}
@media (min-width: 64em) {
  .c-carousel-card-project__content-year {
    padding-right: 1rem;
    text-align: left;
  }
}
.c-carousel-card-project__content-year-link {
  color: #354d63;
}
.c-carousel-card-project__content-excerpt {
  display: none;
}
@media (min-width: 64em) {
  .c-carousel-card-project__content-excerpt {
    flex: 2;
    display: block;
    padding-right: 1rem;
  }
}
.c-carousel-card-project__content-excerpt-link {
  color: #354d63;
}
.c-carousel-card-project__image {
  width: 100%;
  height: auto;
  display: block;
}

.c-carousel-post {
  padding: 3rem 0;
}
@media (min-width: 64em) {
  .c-carousel-post {
    padding: 8rem 0;
  }
}
@media (min-width: 64em) {
  .c-carousel-post {
    padding: 6rem 0;
  }
}
.c-carousel-post {
  overflow: hidden;
  background-color: #354d63;
}
.c-carousel-post__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 0 25px;
}
@media (min-width: 64em) {
  .c-carousel-post__header {
    margin-bottom: 4rem;
    padding: 0;
  }
}
.c-carousel-post__header .c-link {
  display: none;
}
@media (min-width: 64em) {
  .c-carousel-post__header .c-link {
    display: block;
    line-height: 18px;
  }
}
.c-carousel-post__footer {
  margin-top: 2rem;
  padding: 0 25px;
}
.c-carousel-post__title {
  color: #fff;
  font-size: 1.1rem;
  font-family: "Gordita", "Arial", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}
.c-carousel-post__wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.c-carousel-post__carousel {
  overflow-y: visible;
  padding-left: 25px;
}
@media (min-width: 64em) {
  .c-carousel-post__carousel {
    padding: 0;
  }
}
.c-carousel-post__carousel .flickity-viewport {
  overflow: visible;
}
.c-carousel-post__carousel .flickity-page-dots {
  display: none;
}
.c-carousel-post.c-carousel .flickity-prev-next-button {
  top: -68px;
}
.c-carousel-post.c-carousel .flickity-prev-next-button.next {
  left: unset;
  left: 220px;
}
.c-carousel-post.c-carousel .flickity-prev-next-button.previous {
  left: unset;
  left: 200px;
}
.c-carousel-post-card {
  width: calc(100% - 4rem);
  margin-right: 2rem;
}
@media (min-width: 46.25em) {
  .c-carousel-post-card {
    max-width: 510px;
    margin-right: 5rem;
    margin-left: 0;
  }
}
.c-carousel-post-card:hover h4 {
  color: #f49b35;
}
.c-carousel-post-card:hover .c-carousel-post-card__content:after {
  width: 70px;
}
.c-carousel-post-card__content {
  position: relative;
  margin-top: 2rem;
}
.c-carousel-post-card__content:after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 3px;
  background-color: #f49b35;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 300ms;
}
.c-carousel-post-card__content-title {
  color: #fff;
  font-family: "Gordita", "Arial", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 1rem;
  width: 80%;
  transition: all 300ms;
}
.c-carousel-post-card__content-title-link {
  display: block;
  color: #fff;
}
.c-carousel-post-card__content-subtitle {
  font-size: 1rem;
  color: #a8a8a8;
  font-family: "Gordita", "Arial", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}

.c-carousel-project {
  padding: 0 0 3rem;
}
@media (min-width: 64em) {
  .c-carousel-project {
    padding: 0 0 8rem;
  }
}
.c-carousel-project {
  background-color: #f5f5f5;
  overflow: hidden;
}
@media (min-width: 64em) {
  .c-carousel-project {
    margin-left: 15px;
    border-left: calc((100vw - 1250px) / 2) solid transparent;
    margin-bottom: 15px;
    box-shadow: inset -15px 0 0 0 #fff;
  }
}
@media (min-width: 64em) {
  .c-carousel-project__wrapper {
    display: flex;
  }
}
.c-carousel-project__content {
  padding: 0 25px 3rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 5;
  max-width: 310px;
}
@media (min-width: 64em) {
  .c-carousel-project__content {
    padding: 3rem 48px 3rem 13px;
    margin-bottom: 7rem;
  }
}
.c-carousel-project__title {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 3rem;
}
@media (min-width: 64em) {
  .c-carousel-project__title {
    font-size: 65px;
  }
}
.c-carousel-project__label {
  font-size: 1.1rem;
  font-weight: 500;
  display: block;
  margin-bottom: 2rem;
}
.c-carousel-project__carousel {
  width: 100%;
  padding-left: 25px;
}
@media (max-width: 63.99em) {
  .c-carousel-project__carousel .flickity-viewport {
    overflow: visible;
  }
}
.c-carousel-project__carousel .flickity-page-dots {
  display: none;
}
.c-carousel-project.c-carousel .flickity-button {
  color: #354d63;
  z-index: 9999;
}
.c-carousel-project.c-carousel .flickity-prev-next-button {
  top: 110px;
  left: 0;
}
.c-carousel-project.c-carousel .flickity-prev-next-button.next {
  left: -285px;
}
.c-carousel-project.c-carousel .flickity-prev-next-button.previous {
  left: -305px;
}

.c-carousel .flickity-button {
  display: none;
  color: #fff;
}
@media (min-width: 64em) {
  .c-carousel .flickity-button {
    display: block;
  }
}
.c-carousel .flickity-prev-next-button {
  top: -3rem;
  left: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  width: 30px;
  height: 30px;
}
.c-carousel .flickity-prev-next-button.next {
  left: 20px;
}
.c-carousel .flickity-prev-next-button.previous {
  left: -10px;
}
.c-carousel .flickity-prev-next-button:hover, .c-carousel .flickity-prev-next-button:focus {
  background-color: transparent;
  color: #f49b35;
  box-shadow: none;
}

.c-desktop-header {
  display: none;
  transition: all 300ms;
}
@media (min-width: 64em) {
  .c-desktop-header {
    display: block;
    padding: 1rem 2rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  .desktop-header--border .c-desktop-header {
    padding: 1rem 15px;
  }
}
.c-desktop-header__header {
  text-align: center;
}
.c-desktop-header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.desktop-header--border .c-desktop-header__body {
  padding: 1rem 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.c-desktop-header__body-column {
  flex: 1;
}
.c-desktop-header__body-column:nth-child(2n) {
  flex: 2;
  text-align: center;
}
.c-desktop-header__body-column:last-child {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right;
}
.c-desktop-header .c-logo {
  max-width: 16rem;
  display: inline-block;
  margin-bottom: 1rem;
}
.c-desktop-header .c-sub-navigation {
  width: 240px;
  position: absolute;
  top: 5.5rem;
  left: 0;
  padding: 2rem 0;
  text-align: left;
  background-color: #354d63;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms, visibility 300ms;
}
.c-desktop-header .c-sub-navigation__item {
  white-space: pre-wrap;
}
.c-desktop-header .c-sub-navigation__link {
  padding: 0.75rem 2rem;
  line-height: 1.6;
  display: block;
  color: #fff;
  transition: background-color 300ms;
}
.c-desktop-header .c-sub-navigation__link:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.c-desktop-header .c-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.c-desktop-header .c-navigation__item {
  z-index: 999;
  padding: 0 1rem;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
@media (min-width: 81.25em) {
  .c-desktop-header .c-navigation__item {
    padding: 0 1.5rem;
  }
}
.c-desktop-header .c-navigation__item--has-children {
  position: relative;
}
.c-desktop-header .c-navigation__item--has-children:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #354d63;
  position: absolute;
  bottom: 1px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms, visibility 300ms;
}
.c-desktop-header .c-navigation__item--has-children:hover:before {
  opacity: 1;
  visibility: visible;
}
.c-desktop-header .c-navigation__item--has-children:hover .c-sub-navigation {
  opacity: 1;
  visibility: visible;
}
.c-desktop-header .c-navigation__link {
  display: block;
  padding: 2.4rem 0;
  font-weight: 500;
  color: #fff;
  transition: opacity 300ms;
}
.desktop-header--border .c-desktop-header .c-navigation__link {
  color: #354d63;
}

.c-desktop-header .c-navigation__link:hover {
  opacity: 0.6;
}
.c-desktop-header .c-navigation--left .c-navigation__item:last-child {
  margin-right: 0;
  border: none;
}
.c-desktop-header--is-hidden {
  transform: translateY(-100%) !important;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s !important;
}
.inverted .c-desktop-header {
  border-bottom: 1px solid #f0f0f0;
}
.inverted .c-desktop-header.sticky .c-logo__image {
  display: block;
}
.inverted .c-desktop-header.sticky .c-logo__image--reverse {
  display: none;
}
.inverted .c-desktop-header.sticky .c-navigation__link {
  color: #fff;
}
.inverted .c-desktop-header .c-logo__image {
  display: none;
}
.inverted .c-desktop-header .c-logo__image--reverse {
  display: block;
}
.inverted .c-desktop-header .c-navigation__link {
  color: #354d63;
}
.c-desktop-header.sticky {
  position: fixed;
  background-color: #354d63;
  transform: translateY(0);
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  z-index: 9999;
}
.desktop-header--border .c-desktop-header.sticky .c-logo .c-logo__image--reverse {
  display: none;
}
.desktop-header--border .c-desktop-header.sticky .c-logo .c-logo__image {
  display: block;
}
.desktop-header--border .c-desktop-header.sticky .c-navigation__link {
  color: #fff;
}

.c-dropdown {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  width: 100%;
  margin: 24px auto 0;
  max-width: 325px;
  position: relative;
  z-index: 99;
  cursor: pointer;
}
@media (min-width: 46.25em) {
  .c-dropdown {
    font-size: 18px;
    line-height: 1.4;
    margin: 40px auto 0;
  }
}
.c-dropdown-catcher {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: none;
}
.c-dropdown-catcher.show {
  display: block;
}
.c-dropdown--opened .c-dropdown__header {
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid transparent;
}
.c-dropdown--opened ul {
  opacity: 1 !important;
  visibility: visible !important;
}
.c-dropdown--opened .gradient {
  display: block;
}
.c-dropdown__header {
  position: relative;
  padding: 16px 60px 16px 24px;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-dropdown__header:after {
  content: "";
  display: block;
  background-image: url("../images/icon-chevron.png");
  background-size: 12px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  right: 24px;
  top: calc(50% - 6px);
}
.c-dropdown nav {
  position: relative;
}
.c-dropdown nav .gradient {
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-180deg);
  position: absolute;
  bottom: -278px;
  left: 1%;
  right: 1%;
  height: 100px;
  width: 98%;
  max-height: 55px;
  z-index: 999;
  user-select: none;
  display: none;
}
.c-dropdown ul {
  opacity: 0;
  visibility: hidden;
  list-style: none;
  margin: 0;
  text-align: left;
  position: absolute;
  top: 99%;
  z-index: 99;
  background-color: #fff;
  padding: 0 0 40px 0;
  width: 100%;
  max-width: 325px;
  border: 1px solid #ededed;
  border-top: none;
  border-radius: 0 0 6px 6px;
  max-height: 280px;
  overflow-y: scroll;
}
.c-dropdown ul li {
  padding-top: 16px;
  font-size: 16px;
  color: #354d63;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 46.25em) {
  .c-dropdown ul li {
    padding-top: 20px;
    font-size: 16px;
  }
}
.c-dropdown ul li:first-child {
  border-top: 1px solid #ededed;
}
.c-dropdown ul li .c-dropdown-link {
  font-size: 14px;
  line-height: 1.7;
  color: #354d63;
  font-weight: 500;
  display: block;
  padding: 0 24px;
}
@media (min-width: 46.25em) {
  .c-dropdown ul li .c-dropdown-link {
    font-size: 16px;
  }
}
.c-dropdown ul li .c-dropdown-link--current span {
  border-bottom: 1px solid #f49b35;
}

.c-faq-group {
  padding-top: 3rem;
}
@media (min-width: 64em) {
  .c-faq-group {
    padding-top: 8rem;
  }
}
.c-faq-group:first-child {
  padding-top: 0;
}
.c-faq-group__title {
  margin-bottom: 1rem;
  font-size: 20px;
}
@media (min-width: 64em) {
  .c-faq-group__title {
    margin-bottom: 3rem;
    font-size: 30px;
  }
}

.c-faq-nav {
  display: none;
  list-style: none;
  margin: 0;
}
@media (min-width: 64em) {
  .c-faq-nav {
    display: block;
    padding: 0;
  }
}
.c-faq-nav__item {
  padding: 0.5rem 0 1rem;
}
.c-faq-nav__link {
  font-family: "Gordita", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #354d63;
}
.c-faq-nav__link.is-active {
  color: #f49b35;
}

.c-faq {
  border-bottom: 1px solid rgba(53, 77, 99, 0.2);
  padding: 1.2rem 0;
}
.c-faq:first-child {
  border-top: 1px solid rgba(53, 77, 99, 0.2);
}
.c-faq__title {
  font-family: "Gordita", "Arial", sans-serif;
  font-weight: 500;
  padding-right: 2rem;
  font-size: 1.2rem;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.c-faq__title .c-plus-minus {
  right: -2rem;
}
.c-faq__answer {
  display: none;
  padding-top: 25px;
}
.c-faq--is-active .c-faq__answer {
  display: block;
}

.c-faq__answer p {
  color: #354d63;
}
.c-faq__answer p:last-child {
  margin-bottom: 0;
}

.c-flexible-content {
  background-color: #f5f5f5;
  padding-bottom: 3rem;
}
@media (min-width: 64em) {
  .c-flexible-content {
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    border-bottom: 15px solid #fff;
  }
}
.c-flexible-content .c-block-images,
.c-flexible-content .c-block-quote-text,
.c-flexible-content .c-block-about {
  border: 0px;
}
.c-flexible-content .c-block-about {
  padding-top: 0px;
  padding-bottom: 4rem;
}
.c-flexible-content .c-block-quote-text {
  padding-bottom: 4rem;
}
.c-flexible-content .c-two-col-text-image {
  margin-bottom: 0px;
}
.c-flexible-content .c-page {
  padding-bottom: 3rem;
}
@media (min-width: 64em) {
  .c-flexible-content .c-page {
    padding-bottom: 6rem;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.c-footer {
  background: #202f3b;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 64em) {
  .c-footer {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 64em) {
  .c-footer__body {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 63.99em) {
  .c-footer__body-column {
    text-align: center;
  }
}
.c-footer__body-column:first-child {
  flex: 1;
}
@media (min-width: 64em) {
  .c-footer__body-column:first-child {
    min-width: 38%;
  }
}
.c-footer__body-column:last-child {
  flex: 3;
}
.c-footer-columns {
  display: flex;
  flex-direction: column;
}
@media (min-width: 46.25em) {
  .c-footer-columns {
    flex-direction: row;
  }
}
.c-footer-columns__column {
  flex: 1;
  margin-bottom: 30px;
}
@media (min-width: 46.25em) {
  .c-footer-columns__column {
    margin-bottom: 0;
  }
}
.c-footer-columns__column-title {
  color: #f49b35;
  font-size: 1.1rem;
  font-family: "Gordita", "Arial", sans-serif;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 25px;
}
@media (max-width: 46.24em) {
  .c-footer-columns__column-title br {
    display: none;
  }
}
.c-footer-columns__column-link {
  color: #fff;
  transition: all 300ms;
  font-size: 13px;
  opacity: 0.7;
  word-break: break-all;
}
.c-footer-columns__column-link:hover {
  color: #f49b35;
  opacity: 1;
}
.c-footer-columns__column-content {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
.c-footer-columns__column-action {
  margin-bottom: 1rem;
}
.c-footer-columns__column-action:last-child {
  margin-bottom: 0;
}
.c-footer-columns__column p {
  margin-bottom: 4px;
}
.c-footer-columns__column:last-child {
  flex: 1;
}
@media (min-width: 64em) {
  .c-footer-columns__column:last-child {
    max-width: 208px;
  }
}
.c-footer__subscribe {
  margin: 4rem auto;
  max-width: 290px;
}
@media (min-width: 64em) {
  .c-footer__subscribe {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-footer__subscribe p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 2.5rem;
}
.c-footer .c-navigation__item {
  margin-bottom: 0.5rem;
}
.c-footer .c-navigation__item:last-child {
  margin-bottom: 0;
}
.c-footer .c-navigation__link {
  color: #fff;
  opacity: 0.7;
  transition: all 300ms;
  font-size: 12px;
}
.c-footer .c-navigation__link:hover {
  opacity: 1;
  color: #f49b35;
}
.desktop-header--border .c-footer .c-logo__image {
  display: block;
}
.desktop-header--border .c-footer .c-logo__image--reverse {
  display: none;
}

@media (max-width: 63.99em) {
  .c-footer .c-logo {
    margin: 0 auto;
    height: 20px;
  }
}
.c-footer .c-social-media {
  display: block;
  margin-top: 0.4rem;
}
.c-footer .c-social-media__link {
  color: #fff;
  display: inline-block;
  opacity: 0.7;
  font-size: 0.9rem;
  width: auto;
}
@media (min-width: 64em) {
  .c-footer .c-social-media__link:first-of-type {
    margin-left: -7px;
  }
}

.c-form--subscribe {
  max-width: 400px;
}
.c-form--subscribe__title {
  color: #f49b35;
  font-family: "Gordita", sans-serif;
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 3rem;
}
.c-form--subscribe .gform_fields .gfield_label {
  color: #fff;
}

.c-iframe-form iframe {
  width: 1px;
  min-width: 100%;
}

.c-intro-post {
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 50px);
  padding: 3rem;
  position: relative;
  z-index: 5;
}
@media (min-width: 64em) {
  .c-intro-post {
    max-width: calc(1200px + 14rem);
    margin: 8rem auto 0;
    padding: 5rem 7rem 8rem 7rem;
  }
}
.c-intro-post__label {
  color: #a8a8a8;
  font-weight: 500;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 1rem;
}
.c-intro-post__title {
  font-size: 40px;
}
@media (min-width: 64em) {
  .c-intro-post__title {
    font-size: 50px;
  }
}
@media (min-width: 64em) {
  .c-intro-post-content {
    display: flex;
  }
}
.c-intro-post-content__description {
  flex: 2;
}
.c-intro-post-content__description p:last-child {
  margin-bottom: 0;
}
.c-intro-post-action {
  flex: 1;
}
@media (min-width: 64em) {
  .c-intro-post-action {
    padding-left: 8rem;
    text-align: right;
  }
}
.c-intro-post .c-link {
  font-weight: 500;
  color: #354d63;
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  margin-top: 2rem;
}
@media (min-width: 64em) {
  .c-intro-post .c-link {
    margin-top: 0;
  }
}
.c-intro-post .c-link:after {
  content: "";
  display: block;
  background-color: #354d63;
  height: 1px;
  width: 100%;
  margin-top: 0.3rem;
  transition: width 300ms;
}
.c-intro-post .c-link:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e804";
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 1.1rem;
}
.c-intro-post .c-link:hover {
  color: #354d63;
}
.c-intro-post .c-link:hover:after {
  width: 40px;
}

.c-intro {
  position: relative;
  z-index: 5;
  margin-top: -40px;
}
@media (min-width: 64em) {
  .c-intro {
    margin-top: -200px;
  }
}
@media (min-width: 64em) {
  .c-intro__wrapper {
    border-left: calc((100vw - 1250px) / 2) solid #fff;
    border-right: calc((100vw - 800px) / 2) solid transparent;
  }
}
.c-intro-content {
  padding: 3rem 0 3rem 25px;
  background-color: #fff;
  width: 85%;
}
@media (min-width: 64em) {
  .c-intro-content {
    padding: 8rem 8rem 8rem 25px;
    margin-left: -2px;
    width: auto;
    display: flex;
    justify-content: space-between;
  }
}
.c-intro-content__column:first-child {
  flex: 1;
}
.c-intro-content__column:last-child {
  flex: 2.5;
}
.c-intro-content__year {
  font-weight: 500;
  padding-top: 1rem;
  color: #354d63;
}
.c-intro-content__title {
  color: #354d63;
  font-size: 30px;
  margin-top: 1rem;
}
@media (min-width: 64em) {
  .c-intro-content__title {
    font-size: 35px;
    line-height: 1.1;
    margin-top: 0;
  }
}
.c-intro-content__description {
  font-weight: 500;
  font-size: 1.1rem;
  color: #354d63;
}
.c-intro + .c-block-images {
  padding-top: 3rem;
}
@media (min-width: 64em) {
  .c-intro + .c-block-images {
    padding-top: 8rem;
  }
}

img.lazy {
  opacity: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
img:not(.initial) {
  transition: opacity 0.3s;
}
img.initial, img.loaded, img.error {
  opacity: 1;
  transition: opacity 0.3s;
}
img:not([src]) {
  visibility: hidden;
}

.lazy:not(img) {
  opacity: 0;
  transition: opacity 0.3s;
}

.lazy:not(img)[data-ll-status=loaded],
.lazy:not(img)[data-ll-status=entered] {
  opacity: 1;
}

.c-lazy-wrapper {
  width: 100%;
  height: 0;
  position: relative;
  background-color: #d5d1cc;
  padding-bottom: 50%;
}

.c-link {
  font-weight: 500;
  color: #354d63;
  transition: color 300ms;
}
.c-link:active, .c-link:focus, .c-link:hover {
  color: #f5f5f5;
}

.c-link--underline {
  display: inline-block;
}
.c-link--underline:after {
  content: "";
  display: block;
  background-color: #354d63;
  height: 1px;
  width: 100%;
  margin-top: 0.3rem;
  transition: width 300ms;
}
.c-link--underline:active, .c-link--underline:focus, .c-link--underline:hover {
  color: #354d63;
}
.c-link--underline:hover:after {
  width: 40px;
}
.c-link--underline-orange:after {
  background-color: #f49b35;
}

.c-link--orange {
  color: #f49b35;
}
.c-link--orange:active, .c-link--orange:focus, .c-link--orange:hover {
  color: #f49b35;
}
.c-link--orange:after {
  background-color: #f49b35;
}

.c-link--white {
  color: #fff;
  border-color: #fff;
}
.c-link--white:active, .c-link--white:focus, .c-link--white:hover {
  color: #fff;
}
.c-link--white:after {
  background-color: #fff;
}

.c-logo {
  display: block;
  width: 20rem;
  position: relative;
}
.c-logo__image {
  display: block;
  width: 100%;
  top: -5px !important;
}
.desktop-header--border .c-logo__image {
  display: none;
}

.navigation-open .c-logo__image {
  display: block;
}

.c-logo__image--reverse {
  display: none;
  top: -5px !important;
}
.desktop-header--border .c-logo__image--reverse {
  display: block;
}

.navigation-open .c-logo__image--reverse {
  display: none;
}

.c-map {
  min-height: 300px;
}

.c-mobile-header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media (min-width: 64em) {
  .c-mobile-header {
    display: none;
  }
}
.desktop-header--border .c-mobile-header {
  padding: 0.5rem 0;
}

.c-mobile-header__body {
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 101;
  background-color: transparent;
}
.desktop-header--border .c-mobile-header__body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navigation-open .c-mobile-header__body {
  background: #354d63;
}

.c-mobile-header__nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  color: #fff;
  background: #354d63;
  transition: opacity 300ms, visibility 0s 300ms, transform 300ms;
}
.navigation-open .c-mobile-header__nav {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: visibility 0s, opacity 300ms, transform 300ms;
}

.c-mobile-header__nav-body {
  margin-top: 120px;
  position: relative;
  flex-grow: 2;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.c-mobile-header__nav-body:after {
  content: "";
  position: fixed;
  bottom: 74px;
  height: 20px;
  width: 100%;
  background-image: linear-gradient(to top, #354d63, rgba(53, 77, 99, 0.1));
}
.c-mobile-header__nav-footer {
  padding: 1rem 2rem;
  text-align: center;
}
.c-mobile-header__nav-footer .c-button, .c-mobile-header__nav-footer input[type=submit],
.c-mobile-header__nav-footer input[type=button],
.c-mobile-header__nav-footer input[type=reset] {
  width: 100%;
}
.c-mobile-header__phone {
  display: block;
  padding: 0.5rem 0;
}
.c-mobile-header .c-logo {
  width: 16rem;
  position: relative;
  z-index: 100;
  margin-bottom: 1.15rem;
}
.c-mobile-header .hamburger {
  outline: 0;
  position: relative;
  top: 0;
}
.c-mobile-header .hamburger-inner {
  width: 20px;
}
.desktop-header--border .c-mobile-header .hamburger-inner {
  background-color: #000;
}

.navigation-open .c-mobile-header .hamburger-inner {
  width: 30px;
  background-color: #fff;
}

.c-mobile-header .hamburger-inner:before, .c-mobile-header .hamburger-inner:after {
  width: 30px;
}
.desktop-header--border .c-mobile-header .hamburger-inner:before, .desktop-header--border .c-mobile-header .hamburger-inner:after {
  background-color: #000;
}

.navigation-open .c-mobile-header .hamburger-inner:before, .navigation-open .c-mobile-header .hamburger-inner:after {
  width: 30px;
  background-color: #fff;
}

.c-mobile-header .c-social-media {
  padding: 0;
}
.c-mobile-header .c-navigation {
  list-style: none;
  padding: 0;
}
.c-mobile-header .c-navigation__link {
  display: block;
  padding: 0.5rem 25px;
  font-size: 22px;
  font-weight: 700;
  font-family: "nimbus-sans", "Arial", sans-serif;
}
.c-mobile-header .c-navigation--small {
  margin-top: 2rem;
}
.c-mobile-header .c-navigation--small:before {
  content: "";
  display: block;
  height: 65px;
  width: 5px;
  background-color: #fff;
  margin-left: 25px;
  margin-bottom: 2rem;
}
.c-mobile-header .c-navigation--small .c-navigation__link {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Gordita", "Arial", sans-serif;
}
.c-mobile-header .c-navigation__item--has-children .c-navigation__link {
  position: relative;
}
.c-mobile-header .c-navigation__item--has-children .c-navigation__link:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  display: block;
  position: absolute;
  right: 1.5rem;
  top: 1rem;
}
.c-navigation__item--is-open .c-navigation__link:after {
  transform: scale(-1, -1);
}

.c-mobile-header .c-sub-navigation {
  list-style: none;
  margin: 0;
  display: none;
  padding: 0.5rem 0;
  background: rgb(242.25, 242.25, 242.25);
}
.c-mobile-header .c-sub-navigation__link {
  display: block;
  padding: 1rem 2rem 1rem 3rem;
  font-size: 1rem;
  color: #354d63;
  background: rgb(242.25, 242.25, 242.25);
}
.c-mobile-header .c-sub-navigation__item--has-children .c-sub-navigation__link {
  position: relative;
}
.c-mobile-header .c-sub-navigation__item--has-children .c-sub-navigation__link:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  display: block;
  position: absolute;
  right: 1rem;
  top: 1.5rem;
}
.c-sub-navigation__item--is-open .c-sub-navigation__link:after {
  transform: scale(-1, -1);
}

.c-mobile-header .c-sub-sub-navigation {
  list-style: none;
  margin: 0;
  display: none;
}
.c-mobile-header .c-sub-sub-navigation__item {
  border-top: 1px solid #f5f5f5;
}
.c-mobile-header .c-sub-sub-navigation__link {
  display: block;
  padding: 1rem 2rem 1rem 6rem;
  font-size: 1rem;
}
body.inverted .c-mobile-header {
  border-bottom: 1px solid #f0f0f0;
}
body.inverted .c-mobile-header .c-logo__image {
  display: none;
}
body.inverted .c-mobile-header .c-logo__image--reverse {
  display: block;
}
body.inverted .c-mobile-header .hamburger-inner,
body.inverted .c-mobile-header .hamburger-inner:after,
body.inverted .c-mobile-header .hamburger-inner:before {
  background-color: #354d63;
}
html.navigation-open body.inverted .c-mobile-header .c-logo__image {
  display: block;
}
html.navigation-open body.inverted .c-mobile-header .c-logo__image--reverse {
  display: none;
}
html.navigation-open body.inverted .c-mobile-header .hamburger-inner,
html.navigation-open body.inverted .c-mobile-header .hamburger-inner:after,
html.navigation-open body.inverted .c-mobile-header .hamburger-inner:before {
  background-color: #fff;
}

.home .modal__content-inner {
  width: 80vw;
}
.home .modal__content-inner iframe {
  height: 100%;
}

.c-nav-scroll-to-wrapper {
  min-height: 83px;
}

.c-nav-scroll-to {
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
  width: 100%;
  max-width: 100%;
  transition: all 300ms;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.c-nav-scroll-to--start .c-nav-scroll-to__wrap:before {
  opacity: 0;
}
.c-nav-scroll-to--end .c-nav-scroll-to__wrap:after {
  opacity: 0;
}
.c-nav-scroll-to__wrap {
  display: flex;
  flex-grow: 1;
  max-width: 1250px;
  margin: auto;
  position: relative;
}
.c-nav-scroll-to__wrap:before, .c-nav-scroll-to__wrap:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 50px;
  z-index: 100;
  transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  pointer-events: none;
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #f9f9f9 100%);
}
@media (min-width: 64em) {
  .c-nav-scroll-to__wrap:before, .c-nav-scroll-to__wrap:after {
    content: unset;
  }
}
.c-nav-scroll-to__wrap:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 100%);
  left: unset;
  right: 0;
}
.c-nav-scroll-to__nav {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-nav-scroll-to__nav::-webkit-scrollbar {
  display: none;
}
.c-nav-scroll-to__item {
  display: inline-block;
  white-space: nowrap;
}
.c-nav-scroll-to__link {
  padding: 1.5rem;
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  color: #354d63;
  cursor: pointer;
  transition: all 300ms;
}
.c-nav-scroll-to__link:hover, .c-nav-scroll-to__link.active {
  color: #f49b35;
}
@media (max-width: 63.99em) {
  .c-nav-scroll-to__link:first-of-type a {
    padding-left: 0.5rem;
  }
  .c-nav-scroll-to__link:last-of-type a {
    padding-right: 0.5rem;
  }
}
@media (min-width: 64em) {
  .c-nav-scroll-to__link {
    padding: 2rem;
    display: inline-block;
    float: none;
  }
}
.c-nav-scroll-to--is-hidden.sticky {
  transform: translateY(-100%) !important;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s !important;
}
.c-nav-scroll-to.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.3);
}
@media (min-width: 64em) {
  .c-nav-scroll-to.sticky .c-nav-scroll-to__link {
    padding: 1.5rem 2rem;
  }
}

.scrollstickyOn .c-banner-center {
  padding-bottom: 83px;
}

.c-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation__link {
  text-decoration: none;
  color: inherit;
}

.c-page-author {
  background-color: #f5f5f5;
  padding-top: 8rem;
  padding-bottom: 3rem;
}
@media (min-width: 64em) {
  .c-page-author {
    padding-top: 14rem;
    padding-bottom: 8rem;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    border-top: 15px solid #fff;
  }
}
.c-page-author__footer {
  text-align: center;
}
.c-page-author__posts h4 {
  margin-bottom: 0;
}

.c-page-contact {
  position: relative;
}
@media (min-width: 64em) {
  .c-page-contact:before {
    content: "";
    display: block;
    background: linear-gradient(180deg, #000 0%, transparent 100%);
    height: 99px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.5;
  }
}
.c-page-contact__header {
  background-color: #354d63;
  color: #fff;
  padding: 6rem 0 3rem;
  text-align: center;
}
@media (min-width: 64em) {
  .c-page-contact__header {
    padding: 16rem 0 8rem;
  }
}
.c-page-contact__footer {
  background-color: #f5f5f5;
}
@media (min-width: 64em) {
  .c-page-contact__footer {
    border: 15px solid #fff;
  }
}
.c-page-contact__title {
  font-size: 25px;
  line-height: 1.2;
  max-width: 760px;
  padding: 0 25px;
  margin: 2rem auto 1rem;
}
@media (min-width: 46.25em) {
  .c-page-contact__title {
    font-size: 35px;
    margin: 0 auto 3rem;
  }
}
@media (min-width: 64em) {
  .c-page-contact__title {
    font-size: 50px;
  }
}
.c-page-contact__subtitle {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.c-page-contact__details {
  margin-bottom: 3rem;
}
.c-page-contact__details-title {
  font-size: 30px;
  margin-bottom: 55px;
}
.c-page-contact__details p {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.c-page-contact__details .c-link {
  font-size: 14px;
  font-weight: 500;
  color: #354d63;
  transition: color 300ms;
}
.c-page-contact__details .c-link:hover {
  color: #f49b35;
}
.c-page-contact__separator {
  border-top: 1px solid rgba(53, 77, 99, 0.2);
  margin: 30px 0;
}
@media (min-width: 46.25em) {
  .c-page-contact__separator {
    margin: 60px 0;
  }
}
.c-page-contact__details-column {
  margin-bottom: 40px;
}
@media (min-width: 64em) {
  .c-page-contact__details-column {
    margin-bottom: 0;
  }
}
.c-page-contact__details-column p:last-child {
  margin-bottom: 0;
}
.c-page-contact .c-footer-columns__column-title {
  margin-bottom: 35px;
}
.c-page-contact .c-footer-columns__column-title br {
  display: none;
}
.c-page-contact__address {
  max-width: 190px;
}
.c-page-contact iframe {
  border: 0;
}

.c-page-navigation {
  text-align: center;
}
.c-page-navigation .page-numbers {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px;
  color: #f49b35;
}
.c-page-navigation .page-numbers.current {
  border: 1px solid #f49b35;
}
.c-page-navigation .next,
.c-page-navigation .prev {
  background-color: transparent;
  font-size: 0;
  color: #f49b35;
  border: 1px solid #f49b35;
  transition: all 300ms;
}
.c-page-navigation .next:before,
.c-page-navigation .prev:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  content: "";
  margin-top: 2px;
  transition: all 300ms;
  transform: rotate(45deg) translate(-50%, -50%);
}
.c-page-navigation .next:hover,
.c-page-navigation .prev:hover {
  background-color: #f49b35;
}
.c-page-navigation .prev:before {
  margin-left: -2px;
  border-left: 1px solid #f49b35;
  border-bottom: 1px solid #f49b35;
}
.c-page-navigation .next:before {
  margin-left: -5px;
  border-right: 1px solid #f49b35;
  border-top: 1px solid #f49b35;
}

.c-page {
  position: relative;
}
@media (min-width: 64em) {
  .c-page:before {
    content: "";
    display: block;
    background: linear-gradient(180deg, #000 0%, transparent 100%);
    height: 99px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.5;
  }
}
.c-page__header {
  background-color: #354d63;
  color: #fff;
  padding: 6rem 0 3rem;
  text-align: center;
}
@media (min-width: 64em) {
  .c-page__header {
    padding: 16rem 0 8rem;
  }
}
.c-page__body {
  padding: 3rem 0;
}
@media (min-width: 64em) {
  .c-page__body {
    padding: 8rem 0;
  }
}
.c-page__body--default h2,
.c-page__body--default h3,
.c-page__body--default h4 {
  font-family: "Gordita", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.c-page__body--default p + h2,
.c-page__body--default p + h3,
.c-page__body--default p + h4 {
  margin-top: 3rem;
}
.c-page__body--default p:last-child {
  padding-bottom: 0;
}
.c-page__body--default a {
  text-decoration: underline;
  color: #354d63;
  transition: all 300ms;
}
.c-page__body--default a:hover {
  color: #f49b35;
}
.c-page__body--default ul {
  margin-left: 15px;
}
.c-page__title {
  font-size: 35px;
  line-height: 1.2;
  max-width: 760px;
  padding: 0 25px;
  margin: 0 auto;
}
@media (min-width: 64em) {
  .c-page__title {
    font-size: 50px;
  }
}

.c-plus-minus {
  display: inline-block;
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 14px;
  height: 14px;
  position: relative;
  cursor: pointer;
  transform: rotate(180deg);
}
.c-faq--is-active .c-plus-minus {
  transform: rotate(0);
}
.c-faq--is-active .c-plus-minus:before {
  transform: rotate(0);
}

.c-plus-minus:before {
  content: "";
  display: block;
  width: 14px;
  height: 0;
  border-bottom: solid 2px #354d63;
  position: absolute;
  bottom: 6px;
  transform: rotate(90deg);
  transition: transform 300ms, border 300ms;
}
.c-plus-minus:after {
  content: "";
  display: block;
  width: 14px;
  height: 0;
  border-bottom: solid 2px #354d63;
  position: absolute;
  bottom: 6px;
  transition: border 300ms;
}
.c-plus-minus:hover:before, .c-plus-minus:hover:after {
  border-color: #354d63;
}

.c-post-single {
  background-color: #354d63;
}
.c-post-single__header {
  padding-top: 3rem;
  background-color: #fff;
}
@media (min-width: 64em) {
  .c-post-single__header {
    padding-top: 8rem;
  }
}
.c-post-single__body {
  padding-bottom: 40px;
  background-color: #fff;
  margin: 0;
}
@media (min-width: 64em) {
  .c-post-single__body {
    padding-bottom: 80px;
  }
}
.c-post-single__body .c-block-text {
  padding-bottom: 0;
  padding-top: 40px;
  display: block;
  max-width: 680px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 64em) {
  .c-post-single__body .c-block-text {
    padding-top: 80px;
  }
}
.c-post-single__body .c-block-text a {
  font-weight: 700;
  color: #354d63;
  text-decoration: underline;
}
.c-post-single__body .c-block-text .o-type--wysiwyg li,
.c-post-single__body .c-block-text .o-type--wysiwyg p {
  font-size: 16px;
  line-height: 1.7;
}
.c-post-single__body .c-block-text .o-type--wysiwyg h1,
.c-post-single__body .c-block-text .o-type--wysiwyg h2,
.c-post-single__body .c-block-text .o-type--wysiwyg h3,
.c-post-single__body .c-block-text .o-type--wysiwyg h4,
.c-post-single__body .c-block-text .o-type--wysiwyg h5,
.c-post-single__body .c-block-text .o-type--wysiwyg h6 {
  margin-top: 50px;
  margin-bottom: 25px;
}
.c-post-single__body .c-block-text .o-type--wysiwyg ul:last-child {
  margin-bottom: 0;
}
.c-post-single__body .c-block-text .o-type--wysiwyg figure {
  width: 100% !important;
}
.c-post-single__body .c-block-text .o-type--wysiwyg .gallery {
  margin: 3rem -15px 30px;
}
@media (min-width: 64em) {
  .c-post-single__body .c-block-text .o-type--wysiwyg .gallery {
    display: flex;
    justify-content: space-between;
  }
}
.c-post-single__body .c-block-text .o-type--wysiwyg .gallery .gallery-item {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .c-post-single__body .c-block-text .o-type--wysiwyg .gallery .gallery-item {
    margin-bottom: 0;
  }
}
.c-post-single__body .c-block-text .o-type--wysiwyg .gallery .gallery-item:last-child {
  margin-bottom: 0;
}
.c-post-single__body .c-block-text .o-type--wysiwyg .gallery .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}
.c-post-single__body .c-block-text .o-type--wysiwyg .gallery .gallery-caption {
  opacity: 0.6;
  font-size: 14px;
  margin-top: 5px;
}
.c-post-single__body .c-block-image__wrapper {
  padding-bottom: 0;
  padding-top: 40px;
  max-width: 680px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 64em) {
  .c-post-single__body .c-block-image__wrapper {
    padding-top: 80px;
  }
}
.c-post-single__body .c-block-image__caption {
  display: block;
  padding-top: 16px;
  text-align: center;
  color: #354d63;
  font-size: 13px;
  opacity: 0.6;
}
.c-post-single__body .c-block-list {
  padding-bottom: 0;
  padding-top: 40px;
  max-width: 680px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 64em) {
  .c-post-single__body .c-block-list {
    padding-top: 80px;
  }
}
.c-post-single__body .c-block-list .c-block-list__item {
  margin: 0;
}
.c-post-single__body > .c-block-image__wrapper {
  max-width: 680px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
.c-post-single__footer {
  padding: 3rem 0;
}
@media (min-width: 64em) {
  .c-post-single__footer {
    padding: 8rem 0;
  }
}
.c-post-single__footer {
  border-top: 1px solid #f5f5f5;
  background-color: #fff;
}
.c-post-single__footer .c-author-bio {
  border: none;
  padding: 0;
  margin: 0;
}
.c-post-single__footer .c-author-bio .c-lazy-wrapper {
  width: 113px;
  height: 113px;
  border-radius: 50%;
  padding: 0 !important;
}
.c-post-single__footer .c-author-bio__image {
  width: 113px;
  margin-right: 60px;
  margin-bottom: 0;
}
.c-post-single__footer .c-author-bio__image img {
  width: 113px;
  height: 113px;
}
.c-post-single__footer .c-author-bio h4 {
  font-size: 22px;
}
.c-post-single__footer .c-author-bio__social-small:before {
  background-color: #354d63;
}
.c-post-single__footer .c-author-bio__social-small i {
  color: #354d63;
}
.c-post-single__footer .c-author-bio__details {
  font-size: 14px;
  line-height: 24px;
  color: #354d63;
  margin-left: 0;
}
@media (min-width: 64em) {
  .c-post-single__footer .c-author-bio__details {
    margin-left: 4rem;
  }
}
.c-post-single__footer .c-author-bio__details div {
  margin-bottom: 32px;
}
.c-post-single__footer .c-author-bio .c-button, .c-post-single__footer .c-author-bio input[type=submit],
.c-post-single__footer .c-author-bio input[type=button],
.c-post-single__footer .c-author-bio input[type=reset] {
  font-size: 13px;
  padding: 8px 16px;
}
.c-post-single__share-icons {
  margin-top: 0;
  margin-bottom: 40px;
}
@media (min-width: 64em) {
  .c-post-single__share-icons {
    position: absolute;
    margin-bottom: 0;
    margin-left: -120px;
  }
}
@media (min-width: 81.25em) {
  .c-post-single__share-icons {
    margin-left: -290px;
  }
}
.c-post-single__title {
  font-size: 28px;
  margin-bottom: 32px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "nimbus-sans", "Arial", sans-serif;
}
@media (min-width: 64em) {
  .c-post-single__title {
    font-size: 35px;
    margin-bottom: 48px;
  }
}
.c-post-single__content a {
  font-weight: 700;
  color: #354d63;
  text-decoration: underline;
}
.c-post-single__content .o-type--wysiwyg li,
.c-post-single__content .o-type--wysiwyg p {
  font-size: 16px;
  line-height: 1.7;
}
.c-post-single__content .o-type--wysiwyg h1,
.c-post-single__content .o-type--wysiwyg h2,
.c-post-single__content .o-type--wysiwyg h3,
.c-post-single__content .o-type--wysiwyg h4,
.c-post-single__content .o-type--wysiwyg h5,
.c-post-single__content .o-type--wysiwyg h6 {
  margin-top: 50px;
  margin-bottom: 25px;
}
.c-post-single__content .o-type--wysiwyg ul:last-child {
  margin-bottom: 0;
}
.c-post-single__content .o-type--wysiwyg figure {
  width: 100% !important;
}
.c-post-single__content .o-type--wysiwyg .gallery {
  margin: 3rem -15px 30px;
}
@media (min-width: 64em) {
  .c-post-single__content .o-type--wysiwyg .gallery {
    display: flex;
    justify-content: space-between;
  }
}
.c-post-single__content .o-type--wysiwyg .gallery .gallery-item {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .c-post-single__content .o-type--wysiwyg .gallery .gallery-item {
    margin-bottom: 0;
  }
}
.c-post-single__content .o-type--wysiwyg .gallery .gallery-item:last-child {
  margin-bottom: 0;
}
.c-post-single__content .o-type--wysiwyg .gallery .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}
.c-post-single__content .o-type--wysiwyg .gallery .gallery-caption {
  opacity: 0.6;
  font-size: 14px;
  margin-top: 5px;
}
.c-post-single__action .c-link {
  font-weight: 500;
  color: #354d63;
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  margin-top: 2rem;
}
@media (min-width: 64em) {
  .c-post-single__action .c-link {
    margin-top: 0;
  }
}
.c-post-single__action .c-link:after {
  content: "";
  display: block;
  background-color: #354d63;
  height: 1px;
  width: 100%;
  margin-top: 0.3rem;
  transition: width 300ms;
}
.c-post-single__action .c-link:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e804";
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 1.1rem;
}
.c-post-single__action .c-link:hover {
  color: #354d63;
}
.c-post-single__action .c-link:hover:after {
  width: 40px;
}

.c-post-summary {
  margin-bottom: 3rem;
  opacity: 0;
  text-decoration: none;
  width: 100%;
  transform: translateY(1rem);
  transition: none;
}
@media (min-width: 64em) {
  .c-post-summary {
    margin-bottom: 6rem;
  }
}
.c-post-summary.has--rendered {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 300ms, transform 300ms;
}
.c-post-summary__image-wrapper {
  position: relative;
  aspect-ratio: 510/375;
  background: #f5f5f5;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
.c-post-summary__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 300ms, transform 600ms;
}
.c-post-summary.has--loaded .c-post-summary__image {
  opacity: 1;
  transform: scale(1);
  transition: opacity 300ms, transform 600ms;
}
.c-post-summary.has--loaded .c-post-summary__image:hover {
  transform: scale(1.05);
}
.c-post-summary__body {
  margin-top: 24px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  position: relative;
}
.c-post-summary__title {
  color: #354d63;
  font-family: "Gordita", "Arial", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  width: 80%;
  transition: all 300ms;
}
@media (min-width: 64em) {
  .c-post-summary__title {
    font-size: 1.2rem;
  }
}
.c-post-summary__title-link {
  display: block;
  color: #354d63;
}
.c-post-summary__title-link:after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 3px;
  background-color: #f49b35;
  position: absolute;
  top: 6px;
  right: 0;
  transition: all 300ms;
}
.c-post-summary__action {
  margin-top: 16px;
  align-items: flex-end;
  font-size: 1rem;
  color: #a8a8a8;
  font-family: "Gordita", "Arial", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}

.c-posts {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media (min-width: 64em) {
  .c-posts {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
.c-posts__title {
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 64em) {
  .c-posts__title {
    margin-bottom: 6rem;
  }
}
.c-posts__header {
  padding: 0 0 3rem;
}
@media (min-width: 64em) {
  .c-posts__header {
    padding: 0 0 8rem;
  }
}
.c-posts__footer {
  display: flex;
  justify-content: center;
}
.c-posts__loading {
  padding: 3rem 0;
}
@media (min-width: 64em) {
  .c-posts__loading {
    padding: 8rem 0;
  }
}
.c-posts__loading {
  font-size: 2rem;
  font-weight: 700;
  font-family: "nimbus-sans", "Arial", sans-serif;
  display: none;
  text-align: center;
  text-transform: capitalize;
}
.c-posts-filter {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
}
.c-posts-filter__link {
  display: inline-block;
  padding: 1.5rem 1rem;
  font-weight: 500;
  font-size: 1.1rem;
  cursor: pointer;
}
.c-posts-filter__link:hover {
  color: #f49b35;
}
.c-posts-filter__link.active {
  color: #f49b35;
}
.c-posts .c-post-summary {
  transition: none;
}
.c-posts .c-post-summary.has--rendered {
  opacity: 1;
  transition: opacity 600ms;
}

.c-product-intro {
  background-color: #f5f5f5;
  padding-top: 8rem;
  padding-bottom: 3rem;
}
@media (min-width: 64em) {
  .c-product-intro {
    padding-top: 14rem;
    padding-bottom: 8rem;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    border-top: 15px solid #fff;
  }
}
.c-product-intro__image-wrapper {
  width: 220px;
  height: 200px;
  margin: 0 auto 4rem;
}
@media (min-width: 64em) {
  .c-product-intro__image-wrapper {
    margin: 0 auto;
  }
}
.c-product-intro__image-wrapper .c-lazy-wrapper {
  border-radius: 50%;
}
.c-product-intro__image-wrapper .c-lazy-wrapper img {
  border-radius: 50%;
  width: auto;
  border: 6px solid #fff;
}
.c-product-intro__label {
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  display: block;
}
@media (min-width: 64em) {
  .c-product-intro__label {
    margin-bottom: 2rem;
  }
}
.c-product-intro__title {
  font-size: 45px;
  margin-bottom: 2rem;
}
@media (min-width: 64em) {
  .c-product-intro__title {
    font-size: 50px;
  }
}
.c-product-intro__description {
  margin-bottom: 3rem;
}
.c-product-intro__link {
  font-weight: 500;
  color: #354d63;
  display: inline-block;
  position: relative;
  padding-left: 2rem;
}
.c-product-intro__link:after {
  content: "";
  display: block;
  background-color: #354d63;
  height: 1px;
  width: 100%;
  margin-top: 0.3rem;
  transition: width 300ms;
}
.c-product-intro__link:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c1";
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 1.1rem;
}
.c-product-intro__link:hover:after {
  width: 40px;
}
.c-product-intro__link-wrapper {
  display: block;
  margin-top: 1rem;
}
@media (min-width: 64em) {
  .c-product-intro__link-wrapper {
    display: inline-block;
  }
}
@media (min-width: 64em) {
  .c-product-intro__link-wrapper + .c-product-intro__link-wrapper {
    margin-left: 2rem;
  }
}
.c-product-intro__action {
  margin-top: 3rem;
}

.c-product-posts {
  padding: 3rem 0;
}
@media (min-width: 64em) {
  .c-product-posts {
    padding: 8rem 0;
  }
}
.c-product-posts {
  background-color: #f5f5f5;
  overflow: hidden;
}
@media (min-width: 64em) {
  .c-product-posts {
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
  }
}
@media (max-width: 63.99em) {
  .c-product-posts .o-wrapper {
    padding: 0;
  }
}
.c-product-posts .o-layout {
  position: relative;
}
.c-product-posts .o-layout:after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  height: 1px;
  width: calc(100% - 25px);
  position: absolute;
  bottom: -3rem;
  left: 25px;
}
@media (min-width: 64em) {
  .c-product-posts .o-layout:after {
    bottom: -8rem;
  }
}
.c-product-posts__title {
  font-family: "Gordita", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
}
@media (max-width: 63.99em) {
  .c-product-posts__title {
    padding: 0 25px;
  }
}
.c-product-posts__action {
  margin-top: 2rem;
  padding: 0 25px;
}
@media (min-width: 64em) {
  .c-product-posts__action {
    margin-top: 0;
    padding: 0;
  }
}
.c-product-posts__items {
  padding-left: 25px;
}
@media (min-width: 64em) {
  .c-product-posts__items {
    display: flex;
    padding-left: 0;
  }
}
.c-product-posts__items:after {
  content: "flickity";
  display: none;
}
@media (min-width: 64em) {
  .c-product-posts__items:after {
    content: "";
  }
}
.c-product-posts__items .flickity-viewport {
  overflow: visible;
}
.c-product-posts__items .flickity-page-dots {
  display: none;
}
.c-product-posts__item {
  width: 80%;
  margin-right: 2rem;
}
@media (min-width: 64em) {
  .c-product-posts__item {
    flex: 1;
    width: auto;
    margin-right: 0;
    margin-left: 4rem;
  }
}
.c-product-posts__item:first-child {
  margin-left: 2rem;
}
.c-product-posts__item .c-card-post {
  height: 100%;
  width: 100%;
  margin: 0;
}
.c-product-posts__item .c-card-post__content-title-link {
  color: #354d63;
}

.c-product-similar {
  padding: 3rem 0;
}
@media (min-width: 64em) {
  .c-product-similar {
    padding: 8rem 0;
  }
}
.c-product-similar {
  overflow: hidden;
  background-color: #f5f5f5;
}
@media (min-width: 64em) {
  .c-product-similar {
    border: 15px solid #fff;
    border-top: none;
  }
}
@media (max-width: 63.99em) {
  .c-product-similar .o-wrapper {
    padding: 0;
  }
}
.c-product-similar__title {
  font-family: "Gordita", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
}
@media (max-width: 63.99em) {
  .c-product-similar__title {
    padding: 0 25px;
  }
}
.c-product-similar__action {
  margin-top: 2rem;
  padding: 0 25px;
}
@media (min-width: 64em) {
  .c-product-similar__action {
    margin-top: 0;
    padding: 0;
  }
}
.c-product-similar__items {
  padding-left: 25px;
  height: 100%;
}
@media (min-width: 64em) {
  .c-product-similar__items {
    display: flex;
    padding-left: 0;
  }
}
.c-product-similar__items:after {
  content: "flickity";
  display: none;
}
@media (min-width: 64em) {
  .c-product-similar__items:after {
    content: "";
  }
}
.c-product-similar__items .flickity-viewport {
  overflow: visible;
}
.c-product-similar__items .flickity-page-dots {
  display: none;
}
.c-product-similar__item {
  flex: 1;
  width: 80%;
  margin-right: 2rem;
}
@media (min-width: 64em) {
  .c-product-similar__item {
    flex: 1;
    width: auto;
    margin-right: 0;
    margin-left: 3rem;
  }
}
.c-product-similar__item .c-card-product {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.c-product-uses {
  padding: 3rem 0;
}
@media (min-width: 64em) {
  .c-product-uses {
    padding: 8rem 0;
  }
}
.c-product-uses__title {
  font-family: "Gordita", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
}
.c-product-uses__items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-product-uses__item {
  padding: 1rem 0;
  border-bottom: 1px solid #354d63;
  font-size: 25px;
  font-family: "nimbus-sans", "Arial", sans-serif;
  font-weight: 700;
}
@media (min-width: 64em) {
  .c-product-uses__item {
    font-size: 40px;
  }
}
.c-product-uses__item:before {
  content: "";
  display: inline-block;
  background-image: url("../images/ceilingdurra-icon.png");
  background-repeat: no-repeat;
  background-size: 35px;
  width: 35px;
  height: 35px;
  margin-right: 2rem;
  position: relative;
  top: 8px;
}
@media (min-width: 64em) {
  .c-product-uses__item:before {
    background-size: 51px;
    width: 51px;
    height: 51px;
    top: 15px;
  }
}
.c-product-uses__item:first-child {
  padding-top: 0;
}
.c-product-uses__item--high-impact:before {
  background-image: url("../images/highimpactdurra-icon.png");
}
.c-product-uses__item--walls:before {
  background-image: url("../images/walldurra-icon.png");
}
.c-product-uses__item--acoustics:before {
  background-image: url("../images/acousticsdurra-icon.png");
}
.c-product-uses__item--wet-areas:before {
  background-image: url("../images/wetareadurra-icon.png");
}
.c-product-uses__item--painting:before {
  background-image: url("../images/paintingdurra-icon.png");
}
.c-product-uses__item--finishes:before {
  background-image: url("../images/finishesdurra-icon.png");
}

.c-resource-form {
  margin-top: 60px;
}
@media (max-width: 46.24em) {
  .c-resource-form {
    margin-top: 40px;
  }
}
.c-resource-form__search {
  position: relative;
  max-width: 320px;
  margin: 0 auto 60px auto;
}
@media (max-width: 46.24em) {
  .c-resource-form__search {
    margin-bottom: 30px;
  }
}
.c-resource-form__search input[type=text] {
  border: 1px solid #d8d8d8;
  color: #202f3b;
  padding: 0 50px 0 20px;
  height: 60px;
}
.c-resource-form__search button {
  border: 0;
  background: transparent;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 15px;
}
.c-resource-form__filters {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 46.24em) {
  .c-resource-form__filters {
    font-size: 14px;
  }
}
@media (max-width: 39.99em) {
  .c-resource-form__filters {
    font-size: 12px;
  }
}
.c-resource-form__filters a {
  display: inline-block;
  margin: 0 15px;
  line-height: 1.4;
}
.c-resource-form__filters a:hover, .c-resource-form__filters a.active {
  border-bottom: 1px solid #354d63;
}
@media (max-width: 46.24em) {
  .c-resource-form__filters a {
    margin: 0 8px;
  }
}

.c-resource-header {
  padding-bottom: 60px;
  position: relative;
}
.c-resource-header__banner {
  padding: 100px 0 70px 0;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  min-height: 570px;
  position: relative;
}
.c-resource-header__banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(271.17deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.c-resource-header__banner .o-wrapper {
  position: relative;
  z-index: 100;
}
@media (max-width: 46.24em) {
  .c-resource-header__banner {
    padding: 90px 0 50px 0;
    min-height: 470px;
  }
}
@media (max-width: 39.99em) {
  .c-resource-header__banner {
    min-height: 370px;
  }
}
.c-resource-header h1 {
  font-size: 30px;
}
@media screen and (min-width: 375px) {
  .c-resource-header h1 {
    font-size: calc(30px + 20 * (100vw - 375px) / 875);
  }
}
@media screen and (min-width: 1250px) {
  .c-resource-header h1 {
    font-size: 50px;
  }
}
.c-resource-header h1 {
  font-weight: 700;
  text-align: center;
  max-width: 737px;
  margin: 0 auto;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 63.99em) {
  .c-resource-header {
    padding-bottom: 40px;
  }
}
@media (max-width: 39.99em) {
  .c-resource-header {
    padding-bottom: 30px;
  }
}

.c-resource-modal {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 80px 15%;
  color: #354d63;
}
@media (max-width: 63.99em) {
  .c-resource-modal {
    padding: 60px 10%;
  }
}
@media (max-width: 46.24em) {
  .c-resource-modal {
    padding: 40px 30px;
  }
}
.c-resource-modal h3 {
  font-size: 30px;
}
@media screen and (min-width: 375px) {
  .c-resource-modal h3 {
    font-size: calc(30px + 20 * (100vw - 375px) / 875);
  }
}
@media screen and (min-width: 1250px) {
  .c-resource-modal h3 {
    font-size: 50px;
  }
}
.c-resource-modal h3 {
  text-align: center;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-resource-modal .gform_confirmation_message h3 {
  max-width: none;
  margin-bottom: 60px;
}
.c-resource-modal .gform_confirmation_message br {
  display: none;
}
.c-resource-modal .gform_confirmation_message p {
  font-size: 18px;
  margin-bottom: 60px;
}
@media (max-width: 46.24em) {
  .c-resource-modal .gform_confirmation_message h3 {
    margin-bottom: 30px;
  }
  .c-resource-modal .gform_confirmation_message p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.c-resource-modal .gform_validation_errors {
  display: none;
}
.c-resource-modal form {
  position: relative;
}
.c-resource-modal input[type=tel],
.c-resource-modal input[type=email],
.c-resource-modal input[type=text] {
  border: 1px solid #d8d8d8;
}
.c-resource-modal .gform_fields .gfield {
  margin-bottom: 20px;
}
.c-resource-modal .gform_fields .gfield.field-terms {
  width: 50%;
  padding-right: 50px;
  margin-bottom: 0;
  padding-top: 20px;
}
.c-resource-modal .gform_fields .gfield.field-terms a {
  color: #f49b35;
  font-weight: 500;
  border-bottom: 1px solid #f49b35;
}
.c-resource-modal .gform_fields .gfield.field-terms a:hover {
  border-bottom: 0;
}
@media (max-width: 63.99em) {
  .c-resource-modal .gform_fields .gfield.field-terms {
    padding-right: 0;
  }
}
@media (max-width: 46.24em) {
  .c-resource-modal .gform_fields .gfield.field-terms {
    width: 100%;
  }
}
.c-resource-modal .gform_fields .gfield_label {
  font-size: 18px;
}
@media (max-width: 46.24em) {
  .c-resource-modal .gform_fields .gfield_label {
    font-size: 16px;
  }
}
.c-resource-modal .gform_fields .gfield_label .gfield_required {
  display: none;
}
.c-resource-modal .gform_footer {
  width: calc(50% - 50px);
  position: absolute;
  bottom: 15px;
  right: 0;
}
@media (max-width: 46.24em) {
  .c-resource-modal .gform_footer {
    width: 100%;
    position: relative;
    bottom: 0;
  }
}

.c-resource-posts {
  margin-bottom: 32px;
}
@media (max-width: 46.24em) {
  .c-resource-posts {
    margin-bottom: 0 !important;
  }
  .c-resource-posts .o-wrapper {
    padding: 0;
  }
}
.c-resource-posts__grid {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 20px 50px 20px;
  background-color: #f5f5f5;
  position: relative;
}
.c-resource-posts__grid:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}
@media (max-width: 46.24em) {
  .c-resource-posts__grid {
    padding: 20px 15px;
  }
}
.c-resource-posts__grid.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(245, 245, 245, 0.7);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/loading.gif);
}
.c-resource-posts__message {
  padding: 20px;
  color: #fe9494;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.c-resource-posts__load {
  padding: 30px 20px 80px 20px;
  background-color: #f5f5f5;
  text-align: center;
}
.c-resource-posts__load.hidden {
  display: none;
}
.c-resource-posts__load a.disabled {
  cursor: not-allowed;
}

.c-resource {
  padding: 15px;
  width: 25%;
}
@media (max-width: 1100px) {
  .c-resource {
    width: 33.33%;
  }
}
@media (max-width: 850px) {
  .c-resource {
    width: 50%;
  }
}
@media (max-width: 39.99em) {
  .c-resource {
    width: 100%;
    padding: 10px;
  }
}
.c-resource__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-resource__title {
  font-size: 18px;
}
@media screen and (min-width: 375px) {
  .c-resource__title {
    font-size: calc(18px + 6 * (100vw - 375px) / 875);
  }
}
@media screen and (min-width: 1250px) {
  .c-resource__title {
    font-size: 24px;
  }
}
.c-resource__wrapper {
  padding: 32px;
  background-color: #fff;
  position: relative;
}
.c-resource__wrapper:hover .c-resource__title {
  color: #f49b35;
}
@media (max-width: 46.24em) {
  .c-resource__wrapper {
    padding: 25px;
  }
}
.c-resource__content {
  margin-bottom: 32px;
}
.c-resource__meta {
  color: #f49b35;
  margin-bottom: 32px;
}
.c-resource__meta span {
  text-transform: uppercase;
}
.c-resource__excerpt {
  color: #595959;
}
.c-resource__download {
  color: #354d63;
  display: block;
  text-align: right;
}
.c-resource__download:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
.c-resource__download:after {
  content: "";
  position: relative;
  top: 1px;
  width: 12px;
  height: 16px;
  display: inline-block;
  z-index: 100;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='17' viewBox='0 0 14 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.701161 15.6923H13.2988C13.4737 15.692 13.6424 15.7529 13.7716 15.863C13.9009 15.9731 13.9813 16.1244 13.9971 16.2871C14.0129 16.4498 13.963 16.6122 13.857 16.7422C13.7511 16.8722 13.5969 16.9604 13.4248 16.9895L13.2988 17H0.701161C0.526269 17.0003 0.357594 16.9394 0.228352 16.8293C0.0991096 16.7193 0.0186665 16.568 0.00286419 16.4052C-0.0129382 16.2425 0.0370452 16.0802 0.142971 15.9501C0.248898 15.8201 0.40309 15.7319 0.575184 15.7028L0.701161 15.6923ZM6.87402 0.0104616L7 3.63673e-08C7.16381 -5.09818e-05 7.32244 0.053578 7.44828 0.151548C7.57412 0.249517 7.65919 0.38562 7.68867 0.536154L7.69987 0.653846V12.1511L11.454 8.64515C11.5698 8.53684 11.7226 8.46992 11.8858 8.45606C12.049 8.4422 12.2122 8.48228 12.347 8.56931L12.445 8.64515C12.5607 8.7535 12.6321 8.89635 12.6467 9.0488C12.6612 9.20126 12.6181 9.35366 12.5248 9.47946L12.4436 9.56969L7.49551 14.1937C7.37953 14.3018 7.22663 14.3685 7.06345 14.3821C6.90026 14.3957 6.73713 14.3554 6.60247 14.2682L6.50449 14.1937L1.5564 9.56969C1.43241 9.45437 1.35915 9.29984 1.35106 9.13655C1.34297 8.97327 1.40064 8.81308 1.5127 8.68755C1.62476 8.56201 1.78308 8.48025 1.95647 8.45836C2.12986 8.43648 2.30574 8.47606 2.44944 8.56931L2.54602 8.64515L6.30013 12.1511V0.653846C6.30007 0.500813 6.35748 0.35261 6.46234 0.235046C6.56721 0.117483 6.71289 0.0380076 6.87402 0.0104616Z' fill='%23354D63'/%3E%3C/svg%3E%0A");
}

.c-social-media {
  display: flex;
  justify-content: center;
}
.c-social-media__link {
  color: #000;
  display: block;
  font-size: 1.1rem;
  line-height: 2.3rem;
  height: 2.3rem;
  width: 2.3rem;
  text-align: center;
}

.c-sub-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-sub-navigation__link {
  text-decoration: none;
  color: inherit;
}

.c-tile-benefit {
  padding-bottom: 3rem;
}
@media (min-width: 64em) {
  .c-tile-benefit {
    padding-bottom: 8rem;
  }
}
@media (min-width: 64em) {
  .c-tile-benefit__wrapper:nth-child(even) .o-layout {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.c-tile-benefit__content-title {
  font-size: 32px;
  margin-bottom: 24px;
}
@media (min-width: 64em) {
  .c-tile-benefit__content-title {
    font-size: 40px;
  }
}
.c-tile-benefit__content-title a {
  color: #fff;
}
.c-tile-benefit__content-title a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 25px;
  bottom: 0;
  right: 25px;
  width: calc(100% - 50px);
}
.c-tile-benefit__content-excerpt {
  display: block;
}
.c-tile-benefit__content-link {
  margin-top: 24px;
}
.c-tile-benefit__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.c-tile-benefit__image-wrapper {
  padding-bottom: 66.66%;
  position: relative;
  margin-bottom: 24px;
  display: block;
}
@media (min-width: 64em) {
  .c-tile-benefit__image-wrapper {
    margin-bottom: 0;
  }
}
.c-tile-benefit .o-wrapper {
  position: relative;
}
.c-tile-benefit .o-wrapper .o-layout {
  position: relative;
}

.c-tiles-benefit {
  background-color: #354d63;
  color: #fff;
}

.c-video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.c-video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-calculator-header {
  background: #F6F6F6;
  padding: 40px 0px;
  margin-bottom: 40px;
}
.c-calculator-header:before {
  content: "";
  display: block;
  height: 99px;
}
@media (print) {
  .c-calculator-header:before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .c-calculator-header {
    padding-top: 98px;
    padding-bottom: 40px;
    margin-bottom: 80px;
  }
}
.c-calculator-header h1 {
  font-size: 40px;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .c-calculator-header h1 {
    font-size: 48px;
    line-height: 1.4;
  }
}

.c-calculator-steps {
  border-radius: 99px;
  margin-top: 24px;
  border: 1px solid rgba(53, 77, 99, 0.3);
}
.c-calculator-steps__progress {
  border-radius: 999px;
  background: #F49B35;
  height: 16px;
}

.c-ceiling-calculator {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .c-ceiling-calculator {
    padding-bottom: 80px;
  }
}

.c-image-checkbox-field {
  display: flex;
  padding: 24px;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(53, 77, 99, 0.3);
  cursor: pointer;
  transition: all ease-in-out 0.35s;
}
@media (min-width: 1024px) {
  .c-image-checkbox-field {
    flex-direction: column;
    padding: 32px;
    align-items: flex-start;
    gap: 32px;
  }
}
.c-image-checkbox-field:hover, .c-image-checkbox-field.c-image-checkbox-field--selected {
  border: 1px solid #354D63;
}
.c-image-checkbox-field__image {
  width: 72px;
  height: 72px;
  background-size: cover;
  border-radius: 50%;
}
.c-image-checkbox-field__title {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0px;
}
@media (min-width: 1024px) {
  .c-image-checkbox-field__title {
    font-size: 24px;
    line-height: 1.3;
  }
}
.c-image-checkbox-field__checkbox {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  border: 1px solid rgba(150, 144, 138, 0.5);
}
.c-image-checkbox-field__link:hover {
  text-decoration: underline;
}
.c-image-checkbox-field.c-image-checkbox-field--selected .c-image-checkbox-field__checkbox:before {
  background: #354D63;
  width: 8px;
  height: 8px;
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-image-checkbox-field--disabled {
  opacity: 0.5;
}

.c-results {
  padding: 40px 0;
}
.c-results__container {
  display: flex;
  gap: 120px;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .c-results__container {
    flex-direction: column;
    gap: 40px;
  }
}
.c-results__left {
  flex: 1;
  min-width: 0;
}
@media (max-width: 1023px) {
  .c-results__left {
    width: 100%;
  }
}
.c-results__right {
  flex: 1;
  min-width: 0;
  position: sticky;
  top: 0;
  align-self: flex-start;
}
@media (max-width: 1023px) {
  .c-results__right {
    position: static;
    width: 100%;
  }
}
.c-results__header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.c-results__title {
  font-family: "Nimbus Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #354d63;
  margin: 0;
  line-height: 1;
}
.c-results__copy-link {
  font-family: "Gordita", sans-serif;
  font-size: 14px;
  color: #354d63;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.2s ease;
}
.c-results__copy-link:hover {
  opacity: 0.8;
}
.c-results__copy-container {
  position: relative;
}
.c-results__copy-message {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #354d63;
  color: white;
  border-radius: 4px;
  padding: 4px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  width: 100px;
  opacity: 0;
  transition: opacity 0.2s ease;
  visibility: hidden;
}
.c-results__copy-message.show {
  opacity: 1;
  visibility: visible;
}
.c-results__copy-message:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #354d63;
}
.c-results__divider {
  height: 1px;
  background: #e0e0e0;
  margin: 24px 0;
}
.c-results__section {
  margin-bottom: 24px;
}
.c-results__restart-link {
  font-family: "Gordita", sans-serif;
  font-size: 14px;
  color: #354d63;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 0;
  transition: opacity 0.2s ease;
}
.c-results__restart-link:hover {
  opacity: 0.8;
}
.c-results__config {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-results__field-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-results__field {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 16px;
}
.c-results__field--dropdown {
  cursor: pointer;
}
.c-results__field--system .c-results__field-input {
  background: white;
  border: none;
}
.c-results__field--span .c-results__field-input {
  height: 56px;
}
.c-results__field--custom-length .c-results__field-input {
  height: 56px;
}
.c-results__field-label {
  font-family: "Nimbus Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #354d63;
  line-height: 1.4;
}
.c-results__field-input {
  background: white;
  border: 1px solid rgba(53, 77, 99, 0.3);
  border-radius: 2px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  position: relative;
}
.c-results__field-input::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(53, 77, 99, 0.8);
  border-radius: 2px;
  pointer-events: none;
}
.c-results__field-value {
  font-family: "Gordita", sans-serif;
  font-size: 16px;
  color: rgba(53, 77, 99, 0.8);
  line-height: 1.3;
  flex: 1;
}
.c-results__field-chevron {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #354d63;
  flex-shrink: 0;
}
.c-results__panel-section {
  margin-bottom: 40px;
}
.c-results__panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.c-results__panel-title {
  font-family: "Nimbus Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #354d63;
  margin: 0;
  line-height: 1;
}
.c-results__view-link {
  font-family: "Gordita", sans-serif;
  font-size: 14px;
  color: #354d63;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.2s ease;
}
.c-results__view-link:hover {
  opacity: 0.8;
}
.c-results__panel-card {
  background: white;
  border: 1px solid rgba(53, 77, 99, 0.3);
  border-radius: 2px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.c-results__panel-image {
  display: flex;
  justify-content: flex-start;
}
.c-results__panel-thumbnail {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #b38f8f;
  background-size: cover;
  background-position: center;
}
.c-results__panel-name {
  font-family: "Gordita", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #354d63;
  line-height: 1.3;
  margin: 0;
}
.c-results__section-details {
  display: flex;
  flex-direction: column;
}
.c-results__section-header {
  display: flex;
  margin-bottom: 24px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-results__section-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.c-results__section-title {
  font-family: "Nimbus Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #354d63;
  margin: 0;
  line-height: 1;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .c-results__section-title {
    margin-bottom: 0;
  }
}
.c-results__section-tabs {
  display: flex;
  gap: 16px;
}
.c-results__tab {
  font-family: "Nimbus Sans", sans-serif;
  font-size: 14px;
  color: #354d63;
  line-height: 1.4;
}
.c-results__section-content {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.c-results__section-image {
  flex-shrink: 0;
}
.c-results__section-thumbnail {
  width: 240px;
  height: 240px;
  background: #f0f0f0;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}
.c-results__section-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}
.c-results__section-actions .c-button, .c-results__section-actions input[type=submit],
.c-results__section-actions input[type=button],
.c-results__section-actions input[type=reset] {
  width: 100%;
}
.c-results__btn {
  padding: 17px 15px;
  border-radius: 2px;
  font-family: "Gordita", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 184px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-results__btn--primary {
  background: #f49b35;
  color: white;
  border: none;
}
.c-results__btn--primary:hover {
  background: #e88a2a;
}
.c-results__btn--secondary {
  background: white;
  color: #354d63;
  border: 1px solid #354d63;
}
.c-results__btn--secondary:hover {
  background: #f8f9fa;
}
.c-results__dropdown {
  position: absolute;
  top: calc(100% - 1px);
  left: 0px;
  right: 0px;
  background-color: white;
  border: 1px solid #354d63;
  border-top: 0px;
  z-index: 10;
}
.c-results__input {
  border: 1px solid #354d63 !important;
}
.c-results__dropdown-item {
  padding: 8px 16px;
}
.c-results__dropdown-item:not(.c-results__dropdown-item--disabled) {
  cursor: pointer;
}
.c-results__dropdown-item:not(.c-results__dropdown-item--disabled):hover {
  background-color: #f8f9fa;
}
.c-results__dropdown-item--disabled {
  opacity: 0.5;
  cursor: default;
}

@media (max-width: 768px) {
  .c-results {
    padding: 20px 0;
  }
  .c-results__container {
    padding: 0 16px;
    gap: 32px;
  }
  .c-results__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .c-results__section-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .c-results__section-thumbnail {
    width: 200px;
    height: 200px;
  }
  .c-results__section-actions {
    align-items: stretch;
    width: 100%;
  }
  .c-results__btn {
    min-width: auto;
    width: 100%;
  }
}
.c-selection-flyout {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.c-selection-flyout__click-catcher {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.c-selection-flyout__dialog-outer {
  position: relative;
  width: calc(100% - 48px);
  margin-left: auto;
  height: 100%;
}
@media (min-width: 1024px) {
  .c-selection-flyout__dialog-outer {
    width: 342px;
  }
}
.c-selection-flyout__dialog {
  padding: 40px 24px;
  height: 100%;
  overflow-y: auto;
  background-color: white;
}
.c-selection-flyout__header {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.c-selection-flyout__close {
  position: absolute;
  top: 16px;
  cursor: pointer;
  right: calc(100% + 16px);
}
.c-selection-flyout__close svg rect, .c-selection-flyout__close svg path {
  transition: all ease-in-out 0.25s;
}
.c-selection-flyout__close:hover svg rect, .c-selection-flyout__close:active svg rect {
  fill: #000;
}
.c-selection-flyout__close:hover svg path, .c-selection-flyout__close:active svg path {
  stroke: #fff;
}
.c-selection-flyout__section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
}
.c-selection-flyout__section:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.c-selection-flyout__section a {
  cursor: pointer;
  color: rgba(53, 77, 99, 0.6);
  transition: all ease-in-out 0.35s;
}
.c-selection-flyout__section a:hover {
  color: rgb(53, 77, 99);
  text-decoration: none;
}
.c-selection-flyout__section + .c-selection-flyout__section {
  margin-top: 24px;
}
.c-selection-flyout__section-header h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0px;
}
.c-selection-flyout__content {
  font-size: 16px;
  line-height: 1.4;
}
.c-selection-flyout__value {
  margin-top: 8px;
  color: rgba(53, 77, 99, 0.6);
}

.c-step-layout input, .c-step-layout select {
  border: 1px solid rgba(53, 77, 99, 0.8);
  max-width: 342px;
}
.c-step-layout__checkbox-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 1024px) {
  .c-step-layout__checkbox-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .c-step-layout__checkbox-grid.four {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.c-step-layout__divider {
  margin: 40px 0px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.c-step-layout__section-title {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.c-step-layout__footer {
  margin-top: 40px;
  padding: 16px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-step-layout__error {
  color: #D32F2F;
  font-size: 14px;
  margin-top: 8px;
}
.c-step-layout__message {
  font-size: 14px;
  color: #D32F2F;
  margin-top: -16px;
}

.c-tooltip {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.c-tooltip__trigger {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.c-tooltip__trigger:hover {
  opacity: 0.8;
}
.c-tooltip__content {
  position: absolute;
  top: 0%;
  left: calc(100% + 24px);
  margin-top: 8px;
  z-index: 1000;
  min-width: 300px;
  max-width: 400px;
  background: #354d63;
  border-radius: 8px;
  box-shadow: 10px 4px 35px 0px rgba(96, 96, 96, 0.25);
  padding: 24px;
  animation: tooltipFadeIn 0.2s ease-out;
}
@media (max-width: 768px) {
  .c-tooltip__content {
    left: 0;
    transform: none;
    min-width: 280px;
    max-width: calc(100vw - 32px);
    margin-left: -16px;
    margin-right: -16px;
  }
}
.c-tooltip__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.c-tooltip__title-section {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-tooltip__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: white;
  flex-shrink: 0;
}
.c-tooltip__title {
  font-family: "Nimbus Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: white;
  margin: 0;
  white-space: nowrap;
}
.c-tooltip__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #f6f6f6;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}
.c-tooltip__close:hover {
  background: #e6e6e6;
}
.c-tooltip__close:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
.c-tooltip__close-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #354d63;
}
.c-tooltip__body {
  width: 100%;
}
.c-tooltip__text {
  font-family: "Nimbus Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: white;
  margin: 0;
}
.c-tooltip__text p:last-child {
  margin-bottom: 0px;
}

@keyframes tooltipFadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .c-tooltip__content {
    animation: tooltipFadeInMobile 0.2s ease-out;
  }
  .c-tooltip__content::before {
    left: 20px;
    transform: none;
  }
  @keyframes tooltipFadeInMobile {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.c-banner-intro {
  background-color: white;
  margin-bottom: 80px;
}
@media (min-width: 64em) {
  .c-banner-intro {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.c-call-out {
  margin: 0 0 3rem;
}
@media (min-width: 64em) {
  .c-call-out {
    margin: 0 0 8rem;
  }
}
.c-call-out {
  text-align: center;
  padding: 3rem 0;
}
@media (min-width: 46.25em) {
  .c-call-out {
    padding: 6rem 0;
  }
}
.c-call-out {
  margin-bottom: 4rem;
}
@media (min-width: 46.25em) {
  .c-call-out {
    margin-bottom: 6rem;
  }
}
.c-call-out .o-wrapper {
  max-width: 965px;
}
.c-call-out__subtitle {
  font-family: "Gordita", "Arial", sans-serif;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
}
.c-call-out__text {
  text-align: center;
  font-family: "Gordita", "Arial", sans-serif;
}
.c-call-out__text {
  font-size: 25px;
}
@media screen and (min-width: 375px) {
  .c-call-out__text {
    font-size: calc(25px + 15 * (100vw - 375px) / 875);
  }
}
@media screen and (min-width: 1250px) {
  .c-call-out__text {
    font-size: 40px;
  }
}
.c-call-out__text {
  line-height: 1.225;
}
.c-call-out .c-link {
  margin: 0;
}
@media (min-width: 46.25em) {
  .c-call-out .c-link {
    margin: 2rem 0 0 0;
  }
}
.c-call-out p:last-child {
  margin-bottom: 0;
}

.c-image-full-width {
  margin-top: 6rem;
  background-size: cover;
  background-position: center;
  min-height: 300px;
}
@media (min-width: 46.25em) {
  .c-image-full-width {
    height: 400px;
  }
}
@media (min-width: 64em) {
  .c-image-full-width {
    height: 600px;
  }
}
.c-image-full-width--flexible {
  margin: 0 0 4rem;
}
@media (min-width: 46.25em) {
  .c-image-full-width--flexible {
    margin: 0 0 6rem;
  }
}
.c-image-full-width--flexible + div {
  padding: 3rem 0;
  margin-bottom: 3rem;
  margin-top: -4rem;
}
@media (min-width: 46.25em) {
  .c-image-full-width--flexible + div {
    margin-top: -6rem;
    padding: 6rem 0;
    margin-bottom: 6rem;
  }
}
.c-image-full-width--flexible + div .c-carousel {
  padding: 0;
}

.c-single-col-text {
  padding-bottom: 4rem;
}
@media (min-width: 46.25em) {
  .c-single-col-text {
    padding-bottom: 6rem;
  }
}
.c-single-col-text {
  text-align: left;
}
.c-single-col-text .o-wrapper {
  max-width: 650px;
}
.c-single-col-text__image {
  background-position: center;
  background-size: cover;
  margin-bottom: 2rem;
}
@media (min-width: 46.25em) {
  .c-single-col-text__image {
    margin-bottom: 3rem;
  }
}
.c-single-col-text__image:before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.c-single-col-text__title {
  font-family: "Gordita", "Arial", sans-serif;
}
.c-single-col-text__title {
  font-size: 30px;
}
@media screen and (min-width: 375px) {
  .c-single-col-text__title {
    font-size: calc(30px + 10 * (100vw - 375px) / 875);
  }
}
@media screen and (min-width: 1250px) {
  .c-single-col-text__title {
    font-size: 40px;
  }
}
.c-single-col-text__title {
  line-height: 1.225;
}
@media (min-width: 46.25em) {
  .c-single-col-text__title {
    margin-bottom: 4rem;
  }
}
.c-single-col-text__content p:last-child {
  margin-bottom: 0;
}
.c-single-col-text__content .c-link {
  margin: 1rem 0 0;
}
.c-single-col-text ul {
  padding: 0;
  list-style: none;
  margin: 0 0 25px 0;
}
.c-single-col-text ul li {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding: 2rem 0;
  font-family: "Gordita", "Arial", sans-serif;
  font-size: 15px;
  line-height: 28px;
}
.c-single-col-text ul li:first-of-type {
  padding-top: 0;
}
.c-single-col-text--has-image .c-single-col-text__title {
  margin-bottom: 25px;
}

.c-two-col-image {
  padding-bottom: 4rem;
}
@media (min-width: 46.25em) {
  .c-two-col-image {
    padding-bottom: 6rem;
  }
}
@media (max-width: 46.24em) {
  .c-two-col-image .o-layout__item {
    text-align: center;
  }
  .c-two-col-image .o-layout__item:first-of-type {
    margin-bottom: 3rem;
  }
}

.c-two-col-text-image {
  padding-bottom: 4rem;
}
@media (min-width: 46.25em) {
  .c-two-col-text-image {
    padding-bottom: 6rem;
  }
}
.c-two-col-text-image {
  font-family: "Gordita", "Arial", sans-serif;
}
.c-two-col-text-image__image {
  background-size: cover;
  background-position: center;
  width: 100%;
  margin-bottom: 3rem;
  height: 300px;
}
@media (min-width: 46.25em) {
  .c-two-col-text-image__image {
    height: 500px;
  }
}
@media (min-width: 64em) {
  .c-two-col-text-image__image {
    margin-bottom: 0;
    height: auto;
  }
}
.c-two-col-text-image__video {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.c-two-col-text-image__video .c-video-responsive {
  width: 100%;
}
@media (min-width: 64em) {
  .c-two-col-text-image__video {
    margin-bottom: 0;
  }
}
.c-two-col-text-image__item {
  flex: 1 0 50%;
}
.c-two-col-text-image__item:last-child {
  flex-basis: 50%;
}
.c-two-col-text-image__content {
  font-size: 15px;
  line-height: 28px;
}
.c-two-col-text-image__content p {
  margin: 1rem 0;
}
.c-two-col-text-image__content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 46.25em) {
  .c-two-col-text-image__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media (min-width: 64em) {
  .c-two-col-text-image__content {
    padding: 6rem 4rem;
  }
}
.c-two-col-text-image__content .c-link {
  margin: 0;
}
.c-two-col-text-image__title {
  font-family: "Gordita", "Arial", sans-serif;
}
.c-two-col-text-image__title {
  font-size: 20px;
}
@media screen and (min-width: 375px) {
  .c-two-col-text-image__title {
    font-size: calc(20px + 5 * (100vw - 375px) / 875);
  }
}
@media screen and (min-width: 1250px) {
  .c-two-col-text-image__title {
    font-size: 25px;
  }
}
.c-two-col-text-image__title {
  line-height: 1.04;
}
.c-two-col-text-image.c-two-col-text-image--left .o-layout {
  display: flex;
  flex-direction: column;
}
@media (min-width: 64em) {
  .c-two-col-text-image.c-two-col-text-image--left .o-layout {
    flex-direction: row;
  }
}
.c-two-col-text-image.c-two-col-text-image--left .o-layout__item {
  order: 1;
}
.c-two-col-text-image.c-two-col-text-image--left .o-layout__item:first-child {
  order: 2;
}
.c-two-col-text-image.c-two-col-text-image--right .o-layout {
  display: flex;
  flex-direction: column;
}
@media (min-width: 64em) {
  .c-two-col-text-image.c-two-col-text-image--right .o-layout {
    flex-direction: row;
  }
}
.c-two-col-text-image.c-two-col-text-image--right .o-layout__item {
  order: 1;
}
.c-two-col-text-image.c-two-col-text-image--right .o-layout__item:first-child {
  order: 2;
}
@media (min-width: 64em) {
  .c-two-col-text-image.c-two-col-text-image--right .o-layout__item {
    order: 2;
  }
  .c-two-col-text-image.c-two-col-text-image--right .o-layout__item:first-child {
    order: 1;
  }
}

.c-video {
  padding-bottom: 4rem;
}
@media (min-width: 46.25em) {
  .c-video {
    padding-bottom: 6rem;
  }
}
.c-video__body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 64em) {
  .c-video__body {
    flex-direction: row;
  }
}
.c-video__column {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-video__column:last-of-type {
  flex: 1.6;
  order: 1;
}
@media (min-width: 64em) {
  .c-video__column:last-of-type {
    order: 2;
  }
}
.c-video__column:first-of-type {
  padding-top: 3rem;
  order: 2;
}
@media (min-width: 64em) {
  .c-video__column:first-of-type {
    padding-top: 0;
    order: 1;
  }
}
.c-video__content {
  justify-content: center;
  align-items: center;
}
@media (min-width: 64em) {
  .c-video__content {
    padding-right: 80px;
  }
}
.c-video__title {
  font-size: 20px;
  line-height: 21px;
  font-family: "Gordita", "Arial", sans-serif;
}
@media (min-width: 46.25em) {
  .c-video__title {
    font-size: 25px;
    font-weight: bold;
    line-height: 26px;
  }
}

.c-post-author {
  padding: 3rem 0;
}
@media (min-width: 64em) {
  .c-post-author {
    padding: 8rem 0;
  }
}
@media (min-width: 46.25em) {
  .c-post-author {
    display: flex;
  }
}
.c-post-author h4 {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 5px;
}
.c-post-author__details {
  margin-bottom: 15px;
}
.c-post-author__details span {
  color: #878787;
}
.c-post-author__details a {
  color: #878787;
}
.c-post-author__bio {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 20px;
}
.c-post-author__photo {
  flex: 0 0 113px;
  margin: 0 40px 10px 0;
}
.c-post-author__photo img {
  width: 113px;
  height: 113px;
  border-radius: 50%;
}
.c-post-author .c-link {
  font-size: 15px;
}

.c-post-content {
  position: relative;
  padding-top: 40px;
}
@media (min-width: 64em) {
  .c-post-content {
    padding-top: 100px;
  }
}
.c-post-content__title {
  font-size: 22px;
  line-height: 31px;
  font-weight: 700;
}
.c-post-content__title p {
  font-size: 22px;
  line-height: 31px;
  font-weight: 700;
}
.c-post-content__content {
  font-size: 18px;
  line-height: 24px;
}
.c-post-content__content h2 {
  font-size: 30px;
}
@media (min-width: 64em) {
  .c-post-content__content h2 {
    font-size: 35px;
  }
}
.c-post-content__content h3 {
  font-size: 25px;
}
@media (min-width: 64em) {
  .c-post-content__content h3 {
    margin-top: 45px;
  }
}
.c-post-content__content p:last-child {
  margin-bottom: 0;
}
.c-post-content__content p + h2 {
  margin-top: 35px;
}
@media (min-width: 64em) {
  .c-post-content__content p + h2 {
    margin-top: 65px;
  }
}
.c-post-content__content img {
  width: 100%;
  height: auto;
  display: block;
}
.c-post-content__content blockquote {
  font-size: 1.5rem;
  line-height: 1.4;
}
.c-post-content__content blockquote + h2 {
  margin-top: 35px;
}
@media (min-width: 64em) {
  .c-post-content__content blockquote + h2 {
    margin-top: 65px;
  }
}
.c-post-content__content .image {
  margin-top: 40px;
  margin-bottom: 40px;
}
.c-post-content__content .image + h2 {
  margin-top: 35px;
}
@media (min-width: 64em) {
  .c-post-content__content .image + h2 {
    margin-top: 65px;
  }
}
.c-post-content__content a {
  color: #f49b35;
  text-decoration: none;
}
.c-post-content__share-icons {
  margin-top: 0;
  margin-bottom: 40px;
}
@media (min-width: 64em) {
  .c-post-content__share-icons {
    position: absolute;
    margin-bottom: 0;
    margin-left: -120px;
  }
}
@media (min-width: 81.25em) {
  .c-post-content__share-icons {
    margin-left: -290px;
  }
}
.c-post-content__body {
  margin-bottom: 80px;
}
.c-post-content__footer {
  border-top: 2px solid rgba(248, 248, 248, 0.2);
  padding: 80px 0;
}
.c-post-content__footer .c-author-bio {
  border: none;
  padding: 0;
  margin: 0;
}
.c-post-content__footer .c-author-bio__image {
  width: 113px;
  margin-right: 60px;
}
.c-post-content__footer .c-author-bio__image img {
  width: 113px;
  height: 113px;
}
.c-post-content__footer .c-author-bio__title {
  font-size: 22px;
}
.c-post-content__footer .c-author-bio__subtitle {
  color: #8d8d8d;
  margin-top: 8px;
  margin-bottom: 32px;
}
.c-post-content__footer .c-author-bio__social-small:before {
  background-color: #8d8d8d;
}
.c-post-content__footer .c-author-bio__social-small i {
  color: #8d8d8d;
}
.c-post-content__footer .c-author-bio__details {
  font-size: 18px;
  line-height: 26px;
}
.c-post-content__footer .c-author-bio__details div {
  margin-bottom: 32px;
}

.c-post-intro {
  padding-top: 102px;
  overflow: hidden;
  max-width: 650px;
  background-color: #354d63;
  color: #fff;
  margin: 0 auto;
}
@media (min-width: 46.25em) {
  .c-post-intro {
    padding-bottom: 40px;
  }
}
@media (min-width: 64em) {
  .c-post-intro {
    padding-top: 190px;
    padding-bottom: 80px;
    max-width: none;
  }
}
.c-post-intro__title {
  font-size: 25px;
  line-height: 1.1;
  margin-bottom: 24px;
  padding: 0 25px;
  color: #fff;
}
@media (min-width: 46.25em) {
  .c-post-intro__title {
    padding: 0 24px 0 0;
  }
}
@media (min-width: 64em) {
  .c-post-intro__title {
    font-size: 35px;
    margin-bottom: 48px;
  }
}
.c-post-intro__category {
  border: 1px solid #202f3b;
  background-color: #202f3b;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  padding: 8px 16px;
  border-radius: 4px;
  display: inline-block;
  margin: 0 25px 24px;
}
@media (min-width: 46.25em) {
  .c-post-intro__category {
    margin: 0 0 24px;
  }
}
@media (min-width: 64em) {
  .c-post-intro__category {
    margin: 0 0 48px 0;
  }
}
.c-post-intro-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  order: 1;
  padding: 0 25px 24px;
}
@media (min-width: 46.25em) {
  .c-post-intro-author {
    padding: 0 0 24px;
  }
}
@media (min-width: 64em) {
  .c-post-intro-author {
    padding: 0;
  }
}
.c-post-intro-author__image {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  margin-right: 2rem;
}
.c-post-intro-author__image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.c-post-intro__image {
  display: block;
}
@media (max-width: 46.24em) {
  .c-post-intro .o-wrapper {
    padding: 0;
  }
}
.c-post-intro .c-lazy-wrapper {
  padding-bottom: 61.85%;
  overflow: hidden;
}

.c-posts-slider {
  border-top: 2px solid rgba(248, 248, 248, 0.2);
  padding: 80px 0;
  overflow-y: visible;
  overflow-x: hidden;
}
.c-posts-slider__header {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-posts-slider__title {
  font-size: 30px;
  margin-bottom: 0;
  flex: 2;
}
.c-posts-slider .flickity-viewport {
  overflow: visible;
}
@media (min-width: 46.25em) {
  .c-posts-slider .flickity-viewport {
    overflow: hidden;
  }
}
.c-posts-slider .flickity-prev-next-button {
  background-color: transparent;
  width: 2.5rem;
  height: 2.5rem;
}
.c-posts-slider .flickity-prev-next-button:hover {
  background-color: transparent;
}
.c-posts-slider .flickity-prev-next-button:hover svg {
  fill: #f49b35;
}
.c-posts-slider .flickity-prev-next-button.previous {
  top: -107px;
  bottom: inherit;
  right: 1.5rem;
}
.c-posts-slider .flickity-prev-next-button.next {
  top: -107px;
  bottom: inherit;
}
.c-posts-slider .flickity-prev-next-button svg {
  fill: white;
}
.c-posts-slider__item {
  width: 300px;
  margin-right: 15px;
}
@media (min-width: 46.25em) {
  .c-posts-slider__item {
    width: 341px;
    margin-right: 40px;
  }
}

.c-share-links__label {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-right: 1rem;
}
@media (min-width: 64em) {
  .c-share-links__label {
    margin-bottom: 12.5px;
    display: block;
    margin-right: 0;
  }
}
.c-share-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
@media (min-width: 64em) {
  .c-share-links ul {
    display: block;
  }
}
.c-share-links li {
  display: inline-block;
  margin-right: 0.5rem;
}
@media (min-width: 64em) {
  .c-share-links li {
    display: block;
    margin-right: 0;
  }
}
.c-share-links li a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #f49b35;
  color: #fff;
  text-align: center;
  font-size: 16px;
  transition: all 300ms;
}
@media (min-width: 64em) {
  .c-share-links li a {
    margin-bottom: 12.5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
.c-share-links li a:hover, .c-share-links li a:active, .c-share-links li a:focus {
  background-color: rgb(233.2957746479, 130.5070422535, 12.7042253521);
}

.c-text-block-nav {
  display: none;
  list-style: none;
  padding: 80px 0 0 0;
  margin: 0;
  width: 210px;
  opacity: 1;
  transition: opacity 300ms;
}
@media (min-width: 64em) {
  .c-text-block-nav {
    display: block;
  }
}
.c-text-block-nav:before {
  content: "Contents";
  display: block;
  margin-bottom: 2rem;
  font-size: 25px;
  font-weight: 700;
}
.sidebar-hidden .c-text-block-nav {
  opacity: 0;
}

.c-text-block-nav-wrapper {
  display: none;
}
@media (min-width: 64em) {
  .c-text-block-nav-wrapper {
    display: block;
    position: absolute;
  }
}
.c-text-block-nav-wrapper .o-wrapper {
  position: relative;
}
.c-text-block-nav__item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.c-text-block-nav__item:last-child .c-text-block-nav__link {
  margin-bottom: 0;
}
.c-text-block-nav__link {
  display: inline-block;
  color: #a8a8a8;
  font-size: 1rem;
  margin-left: 2rem;
  margin-bottom: 1rem;
  line-height: 1.2rem;
}
.c-text-block-nav__link:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 6px;
  height: 100%;
  background-color: #a8a8a8;
}
.c-text-block-nav__link.is-active {
  color: #354d63;
}
.c-text-block-nav__link.is-active span:before {
  position: absolute;
  left: -2rem;
  content: "";
  display: inline-block;
  width: 6px;
  height: 100%;
  background-color: #354d63;
}
.c-text-block-nav__link span {
  position: relative;
  display: block;
}

[data-sticky-sidebar] {
  position: absolute;
}

.c-text-section-title:last-child div {
  border-bottom: 1px solid rgba(53, 77, 99, 0.6);
}
.c-text-section-title-wrapper {
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media (min-width: 64em) {
  .c-text-section-title-wrapper {
    margin-top: 60px;
  }
}
.c-text-section-title-wrapper h5 {
  font-size: 25px;
  font-weight: 700;
}
.c-text-section-title:first-child {
  position: relative;
}
.c-text-section-title:first-child div {
  border: none;
}
.c-text-section-title div {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  border-top: 1px solid rgba(53, 77, 99, 0.6);
  padding: 1rem 0;
  cursor: pointer;
  transition: color 300ms;
}

.c-text-section {
  font-size: 18px;
  line-height: 26px;
  padding-top: 40px;
}
@media (min-width: 64em) {
  .c-text-section {
    padding-top: 80px;
  }
}
.c-text-section h2 {
  font-size: 30px;
}
@media (min-width: 64em) {
  .c-text-section h2 {
    font-size: 35px;
  }
}
.c-text-section h3 {
  font-size: 25px;
  margin-top: 25px;
}
@media (min-width: 64em) {
  .c-text-section h3 {
    margin-top: 45px;
  }
}
.c-text-section p + .image {
  margin-top: 40px;
  margin-bottom: 40px;
}
.c-text-section p + .image:last-child {
  margin-bottom: 0;
}
.c-text-section p:last-child {
  margin-bottom: 0;
}
.c-text-section .image:last-child {
  margin-bottom: 0;
}
.c-text-section .image + p {
  margin-top: 40px;
  margin-bottom: 40px;
}
.c-text-section .image + p:last-child {
  margin-bottom: 0;
}
.c-text-section img {
  width: 100%;
  height: auto;
  display: block;
}
.c-text-section a {
  color: #f49b35;
  text-decoration: none;
}

/* ==========================================================================
   #WIDTHS
   ========================================================================== */
/**
 * inuitcss generates a series of utility classes that give a fluid width to
 * whichever element they’re applied, e.g.:
 *
 *   <img src="" alt="" class="u-1/2" />
 *
 * These classes are most commonly used in conjunction with our layout system,
 * e.g.:
 *
 *   <div class="o-layout__item  u-1/2">
 *
 * By default, inuitcss will also generate responsive variants of each of these
 * classes by using your Sass MQ configuration, e.g.:
 *
 *   <div class="o-layout__item  u-1/1  u-1/2@tablet  u-1/3@desktop">
 *
 * Optionally, inuitcss can generate offset classes which can push and pull
 * elements left and right by a specified amount, e.g.:
 *
 *   <div class="o-layout__item  u-2/3  u-pull-1/3">
 *
 * This is useful for making very granular changes to the rendered order of
 * items in a layout.
 *
 * N.B. This option is turned off by default.
 */
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes take a fraction-like format (e.g. `.u-2/3`). Use these in
 * your markup:
 *
 * <div class="u-7/12">
 *
 * The following will generate widths helper classes based on the fractions
 * defined in the `$inuit-fractions` list.
 */
.u-1\/1 {
  width: 100% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-1\/1 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 100% !important;
}

.u-pull-1\/1 {
  position: relative !important;
  right: 100% !important;
  left: auto !important; /* [1] */
}

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

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-1\/2 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 50% !important;
}

.u-pull-1\/2 {
  position: relative !important;
  right: 50% !important;
  left: auto !important; /* [1] */
}

.u-2\/2 {
  width: 100% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-2\/2 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 100% !important;
}

.u-pull-2\/2 {
  position: relative !important;
  right: 100% !important;
  left: auto !important; /* [1] */
}

.u-1\/3 {
  width: 33.3333333333% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-1\/3 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 33.3333333333% !important;
}

.u-pull-1\/3 {
  position: relative !important;
  right: 33.3333333333% !important;
  left: auto !important; /* [1] */
}

.u-2\/3 {
  width: 66.6666666667% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-2\/3 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 66.6666666667% !important;
}

.u-pull-2\/3 {
  position: relative !important;
  right: 66.6666666667% !important;
  left: auto !important; /* [1] */
}

.u-3\/3 {
  width: 100% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-3\/3 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 100% !important;
}

.u-pull-3\/3 {
  position: relative !important;
  right: 100% !important;
  left: auto !important; /* [1] */
}

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

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-1\/4 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 25% !important;
}

.u-pull-1\/4 {
  position: relative !important;
  right: 25% !important;
  left: auto !important; /* [1] */
}

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

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-2\/4 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 50% !important;
}

.u-pull-2\/4 {
  position: relative !important;
  right: 50% !important;
  left: auto !important; /* [1] */
}

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

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-3\/4 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 75% !important;
}

.u-pull-3\/4 {
  position: relative !important;
  right: 75% !important;
  left: auto !important; /* [1] */
}

.u-4\/4 {
  width: 100% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-4\/4 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 100% !important;
}

.u-pull-4\/4 {
  position: relative !important;
  right: 100% !important;
  left: auto !important; /* [1] */
}

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

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-1\/5 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 20% !important;
}

.u-pull-1\/5 {
  position: relative !important;
  right: 20% !important;
  left: auto !important; /* [1] */
}

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

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-2\/5 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 40% !important;
}

.u-pull-2\/5 {
  position: relative !important;
  right: 40% !important;
  left: auto !important; /* [1] */
}

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

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-3\/5 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 60% !important;
}

.u-pull-3\/5 {
  position: relative !important;
  right: 60% !important;
  left: auto !important; /* [1] */
}

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

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-4\/5 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 80% !important;
}

.u-pull-4\/5 {
  position: relative !important;
  right: 80% !important;
  left: auto !important; /* [1] */
}

.u-5\/5 {
  width: 100% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-5\/5 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 100% !important;
}

.u-pull-5\/5 {
  position: relative !important;
  right: 100% !important;
  left: auto !important; /* [1] */
}

.u-1\/6 {
  width: 16.6666666667% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-1\/6 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 16.6666666667% !important;
}

.u-pull-1\/6 {
  position: relative !important;
  right: 16.6666666667% !important;
  left: auto !important; /* [1] */
}

.u-2\/6 {
  width: 33.3333333333% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-2\/6 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 33.3333333333% !important;
}

.u-pull-2\/6 {
  position: relative !important;
  right: 33.3333333333% !important;
  left: auto !important; /* [1] */
}

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

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-3\/6 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 50% !important;
}

.u-pull-3\/6 {
  position: relative !important;
  right: 50% !important;
  left: auto !important; /* [1] */
}

.u-4\/6 {
  width: 66.6666666667% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-4\/6 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 66.6666666667% !important;
}

.u-pull-4\/6 {
  position: relative !important;
  right: 66.6666666667% !important;
  left: auto !important; /* [1] */
}

.u-5\/6 {
  width: 83.3333333333% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-5\/6 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 83.3333333333% !important;
}

.u-pull-5\/6 {
  position: relative !important;
  right: 83.3333333333% !important;
  left: auto !important; /* [1] */
}

.u-6\/6 {
  width: 100% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-6\/6 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 100% !important;
}

.u-pull-6\/6 {
  position: relative !important;
  right: 100% !important;
  left: auto !important; /* [1] */
}

.u-1\/8 {
  width: 12.5% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-1\/8 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 12.5% !important;
}

.u-pull-1\/8 {
  position: relative !important;
  right: 12.5% !important;
  left: auto !important; /* [1] */
}

.u-2\/8 {
  width: 25% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-2\/8 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 25% !important;
}

.u-pull-2\/8 {
  position: relative !important;
  right: 25% !important;
  left: auto !important; /* [1] */
}

.u-3\/8 {
  width: 37.5% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-3\/8 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 37.5% !important;
}

.u-pull-3\/8 {
  position: relative !important;
  right: 37.5% !important;
  left: auto !important; /* [1] */
}

.u-4\/8 {
  width: 50% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-4\/8 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 50% !important;
}

.u-pull-4\/8 {
  position: relative !important;
  right: 50% !important;
  left: auto !important; /* [1] */
}

.u-5\/8 {
  width: 62.5% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-5\/8 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 62.5% !important;
}

.u-pull-5\/8 {
  position: relative !important;
  right: 62.5% !important;
  left: auto !important; /* [1] */
}

.u-6\/8 {
  width: 75% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-6\/8 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 75% !important;
}

.u-pull-6\/8 {
  position: relative !important;
  right: 75% !important;
  left: auto !important; /* [1] */
}

.u-7\/8 {
  width: 87.5% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-7\/8 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 87.5% !important;
}

.u-pull-7\/8 {
  position: relative !important;
  right: 87.5% !important;
  left: auto !important; /* [1] */
}

.u-8\/8 {
  width: 100% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-8\/8 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 100% !important;
}

.u-pull-8\/8 {
  position: relative !important;
  right: 100% !important;
  left: auto !important; /* [1] */
}

.u-1\/12 {
  width: 8.3333333333% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-1\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 8.3333333333% !important;
}

.u-pull-1\/12 {
  position: relative !important;
  right: 8.3333333333% !important;
  left: auto !important; /* [1] */
}

.u-2\/12 {
  width: 16.6666666667% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-2\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 16.6666666667% !important;
}

.u-pull-2\/12 {
  position: relative !important;
  right: 16.6666666667% !important;
  left: auto !important; /* [1] */
}

.u-3\/12 {
  width: 25% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-3\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 25% !important;
}

.u-pull-3\/12 {
  position: relative !important;
  right: 25% !important;
  left: auto !important; /* [1] */
}

.u-4\/12 {
  width: 33.3333333333% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-4\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 33.3333333333% !important;
}

.u-pull-4\/12 {
  position: relative !important;
  right: 33.3333333333% !important;
  left: auto !important; /* [1] */
}

.u-5\/12 {
  width: 41.6666666667% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-5\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 41.6666666667% !important;
}

.u-pull-5\/12 {
  position: relative !important;
  right: 41.6666666667% !important;
  left: auto !important; /* [1] */
}

.u-6\/12 {
  width: 50% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-6\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 50% !important;
}

.u-pull-6\/12 {
  position: relative !important;
  right: 50% !important;
  left: auto !important; /* [1] */
}

.u-7\/12 {
  width: 58.3333333333% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-7\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 58.3333333333% !important;
}

.u-pull-7\/12 {
  position: relative !important;
  right: 58.3333333333% !important;
  left: auto !important; /* [1] */
}

.u-8\/12 {
  width: 66.6666666667% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-8\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 66.6666666667% !important;
}

.u-pull-8\/12 {
  position: relative !important;
  right: 66.6666666667% !important;
  left: auto !important; /* [1] */
}

.u-9\/12 {
  width: 75% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-9\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 75% !important;
}

.u-pull-9\/12 {
  position: relative !important;
  right: 75% !important;
  left: auto !important; /* [1] */
}

.u-10\/12 {
  width: 83.3333333333% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-10\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 83.3333333333% !important;
}

.u-pull-10\/12 {
  position: relative !important;
  right: 83.3333333333% !important;
  left: auto !important; /* [1] */
}

.u-11\/12 {
  width: 91.6666666667% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-11\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 91.6666666667% !important;
}

.u-pull-11\/12 {
  position: relative !important;
  right: 91.6666666667% !important;
  left: auto !important; /* [1] */
}

.u-12\/12 {
  width: 100% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-12\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 100% !important;
}

.u-pull-12\/12 {
  position: relative !important;
  right: 100% !important;
  left: auto !important; /* [1] */
}

/**
 * If we’re using Sass-MQ, automatically generate grid system(s) for each of our
 * defined breakpoints, and give them a Responsive Suffix, e.g.:
 *
 * <div class="u-3/12@mobile">
 */
@media (min-width: 40em) {
  .u-1\/1\@mobile {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/1\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/2\@mobile {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/2\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@mobile {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/2\@mobile {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/2\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/3\@mobile {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/3\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-1\/3\@mobile {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/3\@mobile {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/3\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-2\/3\@mobile {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/3\@mobile {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/3\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/4\@mobile {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/4\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@mobile {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/4\@mobile {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/4\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@mobile {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/4\@mobile {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/4\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@mobile {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/4\@mobile {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/4\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/5\@mobile {
    width: 20% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/5\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@mobile {
    position: relative !important;
    right: 20% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/5\@mobile {
    width: 40% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/5\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@mobile {
    position: relative !important;
    right: 40% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/5\@mobile {
    width: 60% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/5\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@mobile {
    position: relative !important;
    right: 60% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/5\@mobile {
    width: 80% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/5\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@mobile {
    position: relative !important;
    right: 80% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/5\@mobile {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/5\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/6\@mobile {
    width: 16.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/6\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 16.6666666667% !important;
  }
  .u-pull-1\/6\@mobile {
    position: relative !important;
    right: 16.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/6\@mobile {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/6\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-2\/6\@mobile {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/6\@mobile {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/6\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-3\/6\@mobile {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/6\@mobile {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/6\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-4\/6\@mobile {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/6\@mobile {
    width: 83.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/6\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 83.3333333333% !important;
  }
  .u-pull-5\/6\@mobile {
    position: relative !important;
    right: 83.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/6\@mobile {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/6\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-6\/6\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/8\@mobile {
    width: 12.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/8\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 12.5% !important;
  }
  .u-pull-1\/8\@mobile {
    position: relative !important;
    right: 12.5% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/8\@mobile {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/8\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-2\/8\@mobile {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/8\@mobile {
    width: 37.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/8\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 37.5% !important;
  }
  .u-pull-3\/8\@mobile {
    position: relative !important;
    right: 37.5% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/8\@mobile {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/8\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-4\/8\@mobile {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/8\@mobile {
    width: 62.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/8\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 62.5% !important;
  }
  .u-pull-5\/8\@mobile {
    position: relative !important;
    right: 62.5% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/8\@mobile {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/8\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-6\/8\@mobile {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-7\/8\@mobile {
    width: 87.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/8\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 87.5% !important;
  }
  .u-pull-7\/8\@mobile {
    position: relative !important;
    right: 87.5% !important;
    left: auto !important; /* [1] */
  }
  .u-8\/8\@mobile {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/8\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-8\/8\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/12\@mobile {
    width: 8.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 8.3333333333% !important;
  }
  .u-pull-1\/12\@mobile {
    position: relative !important;
    right: 8.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/12\@mobile {
    width: 16.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 16.6666666667% !important;
  }
  .u-pull-2\/12\@mobile {
    position: relative !important;
    right: 16.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/12\@mobile {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-3\/12\@mobile {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/12\@mobile {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-4\/12\@mobile {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/12\@mobile {
    width: 41.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 41.6666666667% !important;
  }
  .u-pull-5\/12\@mobile {
    position: relative !important;
    right: 41.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/12\@mobile {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-6\/12\@mobile {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-7\/12\@mobile {
    width: 58.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 58.3333333333% !important;
  }
  .u-pull-7\/12\@mobile {
    position: relative !important;
    right: 58.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-8\/12\@mobile {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-8\/12\@mobile {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-9\/12\@mobile {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-9\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-9\/12\@mobile {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-10\/12\@mobile {
    width: 83.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-10\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 83.3333333333% !important;
  }
  .u-pull-10\/12\@mobile {
    position: relative !important;
    right: 83.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-11\/12\@mobile {
    width: 91.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-11\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 91.6666666667% !important;
  }
  .u-pull-11\/12\@mobile {
    position: relative !important;
    right: 91.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-12\/12\@mobile {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-12\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-12\/12\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-push-none\@mobile {
    left: auto !important;
  }
  .u-pull-none\@mobile {
    right: auto !important;
  }
}
@media (min-width: 46.25em) {
  .u-1\/1\@tablet {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/1\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/2\@tablet {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/2\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@tablet {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/2\@tablet {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/2\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/3\@tablet {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/3\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-1\/3\@tablet {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/3\@tablet {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/3\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-2\/3\@tablet {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/3\@tablet {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/3\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/4\@tablet {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/4\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@tablet {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/4\@tablet {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/4\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@tablet {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/4\@tablet {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/4\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@tablet {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/4\@tablet {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/4\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/5\@tablet {
    width: 20% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/5\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@tablet {
    position: relative !important;
    right: 20% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/5\@tablet {
    width: 40% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/5\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@tablet {
    position: relative !important;
    right: 40% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/5\@tablet {
    width: 60% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/5\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@tablet {
    position: relative !important;
    right: 60% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/5\@tablet {
    width: 80% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/5\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@tablet {
    position: relative !important;
    right: 80% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/5\@tablet {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/5\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/6\@tablet {
    width: 16.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/6\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 16.6666666667% !important;
  }
  .u-pull-1\/6\@tablet {
    position: relative !important;
    right: 16.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/6\@tablet {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/6\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-2\/6\@tablet {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/6\@tablet {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/6\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-3\/6\@tablet {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/6\@tablet {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/6\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-4\/6\@tablet {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/6\@tablet {
    width: 83.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/6\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 83.3333333333% !important;
  }
  .u-pull-5\/6\@tablet {
    position: relative !important;
    right: 83.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/6\@tablet {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/6\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-6\/6\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/8\@tablet {
    width: 12.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/8\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 12.5% !important;
  }
  .u-pull-1\/8\@tablet {
    position: relative !important;
    right: 12.5% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/8\@tablet {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/8\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-2\/8\@tablet {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/8\@tablet {
    width: 37.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/8\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 37.5% !important;
  }
  .u-pull-3\/8\@tablet {
    position: relative !important;
    right: 37.5% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/8\@tablet {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/8\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-4\/8\@tablet {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/8\@tablet {
    width: 62.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/8\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 62.5% !important;
  }
  .u-pull-5\/8\@tablet {
    position: relative !important;
    right: 62.5% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/8\@tablet {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/8\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-6\/8\@tablet {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-7\/8\@tablet {
    width: 87.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/8\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 87.5% !important;
  }
  .u-pull-7\/8\@tablet {
    position: relative !important;
    right: 87.5% !important;
    left: auto !important; /* [1] */
  }
  .u-8\/8\@tablet {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/8\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-8\/8\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/12\@tablet {
    width: 8.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 8.3333333333% !important;
  }
  .u-pull-1\/12\@tablet {
    position: relative !important;
    right: 8.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/12\@tablet {
    width: 16.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 16.6666666667% !important;
  }
  .u-pull-2\/12\@tablet {
    position: relative !important;
    right: 16.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/12\@tablet {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-3\/12\@tablet {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/12\@tablet {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-4\/12\@tablet {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/12\@tablet {
    width: 41.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 41.6666666667% !important;
  }
  .u-pull-5\/12\@tablet {
    position: relative !important;
    right: 41.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/12\@tablet {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-6\/12\@tablet {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-7\/12\@tablet {
    width: 58.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 58.3333333333% !important;
  }
  .u-pull-7\/12\@tablet {
    position: relative !important;
    right: 58.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-8\/12\@tablet {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-8\/12\@tablet {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-9\/12\@tablet {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-9\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-9\/12\@tablet {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-10\/12\@tablet {
    width: 83.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-10\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 83.3333333333% !important;
  }
  .u-pull-10\/12\@tablet {
    position: relative !important;
    right: 83.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-11\/12\@tablet {
    width: 91.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-11\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 91.6666666667% !important;
  }
  .u-pull-11\/12\@tablet {
    position: relative !important;
    right: 91.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-12\/12\@tablet {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-12\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-12\/12\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-push-none\@tablet {
    left: auto !important;
  }
  .u-pull-none\@tablet {
    right: auto !important;
  }
}
@media (min-width: 64em) {
  .u-1\/1\@desktop {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/1\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/2\@desktop {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/2\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@desktop {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/2\@desktop {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/2\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/3\@desktop {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/3\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-1\/3\@desktop {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/3\@desktop {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/3\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-2\/3\@desktop {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/3\@desktop {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/3\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/4\@desktop {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/4\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@desktop {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/4\@desktop {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/4\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@desktop {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/4\@desktop {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/4\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@desktop {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/4\@desktop {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/4\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/5\@desktop {
    width: 20% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/5\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@desktop {
    position: relative !important;
    right: 20% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/5\@desktop {
    width: 40% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/5\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@desktop {
    position: relative !important;
    right: 40% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/5\@desktop {
    width: 60% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/5\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@desktop {
    position: relative !important;
    right: 60% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/5\@desktop {
    width: 80% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/5\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@desktop {
    position: relative !important;
    right: 80% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/5\@desktop {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/5\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/6\@desktop {
    width: 16.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/6\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 16.6666666667% !important;
  }
  .u-pull-1\/6\@desktop {
    position: relative !important;
    right: 16.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/6\@desktop {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/6\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-2\/6\@desktop {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/6\@desktop {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/6\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-3\/6\@desktop {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/6\@desktop {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/6\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-4\/6\@desktop {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/6\@desktop {
    width: 83.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/6\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 83.3333333333% !important;
  }
  .u-pull-5\/6\@desktop {
    position: relative !important;
    right: 83.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/6\@desktop {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/6\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-6\/6\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/8\@desktop {
    width: 12.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/8\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 12.5% !important;
  }
  .u-pull-1\/8\@desktop {
    position: relative !important;
    right: 12.5% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/8\@desktop {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/8\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-2\/8\@desktop {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/8\@desktop {
    width: 37.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/8\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 37.5% !important;
  }
  .u-pull-3\/8\@desktop {
    position: relative !important;
    right: 37.5% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/8\@desktop {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/8\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-4\/8\@desktop {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/8\@desktop {
    width: 62.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/8\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 62.5% !important;
  }
  .u-pull-5\/8\@desktop {
    position: relative !important;
    right: 62.5% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/8\@desktop {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/8\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-6\/8\@desktop {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-7\/8\@desktop {
    width: 87.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/8\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 87.5% !important;
  }
  .u-pull-7\/8\@desktop {
    position: relative !important;
    right: 87.5% !important;
    left: auto !important; /* [1] */
  }
  .u-8\/8\@desktop {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/8\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-8\/8\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/12\@desktop {
    width: 8.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 8.3333333333% !important;
  }
  .u-pull-1\/12\@desktop {
    position: relative !important;
    right: 8.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/12\@desktop {
    width: 16.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 16.6666666667% !important;
  }
  .u-pull-2\/12\@desktop {
    position: relative !important;
    right: 16.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/12\@desktop {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-3\/12\@desktop {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/12\@desktop {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-4\/12\@desktop {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/12\@desktop {
    width: 41.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 41.6666666667% !important;
  }
  .u-pull-5\/12\@desktop {
    position: relative !important;
    right: 41.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/12\@desktop {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-6\/12\@desktop {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-7\/12\@desktop {
    width: 58.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 58.3333333333% !important;
  }
  .u-pull-7\/12\@desktop {
    position: relative !important;
    right: 58.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-8\/12\@desktop {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-8\/12\@desktop {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-9\/12\@desktop {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-9\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-9\/12\@desktop {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-10\/12\@desktop {
    width: 83.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-10\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 83.3333333333% !important;
  }
  .u-pull-10\/12\@desktop {
    position: relative !important;
    right: 83.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-11\/12\@desktop {
    width: 91.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-11\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 91.6666666667% !important;
  }
  .u-pull-11\/12\@desktop {
    position: relative !important;
    right: 91.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-12\/12\@desktop {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-12\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-12\/12\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-push-none\@desktop {
    left: auto !important;
  }
  .u-pull-none\@desktop {
    right: auto !important;
  }
}
@media (min-width: 81.25em) {
  .u-1\/1\@wide {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/1\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/2\@wide {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/2\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/2\@wide {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/2\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/3\@wide {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/3\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-1\/3\@wide {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/3\@wide {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/3\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-2\/3\@wide {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/3\@wide {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/3\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/4\@wide {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/4\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@wide {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/4\@wide {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/4\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/4\@wide {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/4\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@wide {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/4\@wide {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/4\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/5\@wide {
    width: 20% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/5\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@wide {
    position: relative !important;
    right: 20% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/5\@wide {
    width: 40% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/5\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@wide {
    position: relative !important;
    right: 40% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/5\@wide {
    width: 60% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/5\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@wide {
    position: relative !important;
    right: 60% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/5\@wide {
    width: 80% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/5\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@wide {
    position: relative !important;
    right: 80% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/5\@wide {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/5\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/6\@wide {
    width: 16.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/6\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 16.6666666667% !important;
  }
  .u-pull-1\/6\@wide {
    position: relative !important;
    right: 16.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/6\@wide {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/6\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-2\/6\@wide {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/6\@wide {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/6\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-3\/6\@wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/6\@wide {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/6\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-4\/6\@wide {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/6\@wide {
    width: 83.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/6\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 83.3333333333% !important;
  }
  .u-pull-5\/6\@wide {
    position: relative !important;
    right: 83.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/6\@wide {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/6\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-6\/6\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/8\@wide {
    width: 12.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/8\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 12.5% !important;
  }
  .u-pull-1\/8\@wide {
    position: relative !important;
    right: 12.5% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/8\@wide {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/8\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-2\/8\@wide {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/8\@wide {
    width: 37.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/8\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 37.5% !important;
  }
  .u-pull-3\/8\@wide {
    position: relative !important;
    right: 37.5% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/8\@wide {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/8\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-4\/8\@wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/8\@wide {
    width: 62.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/8\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 62.5% !important;
  }
  .u-pull-5\/8\@wide {
    position: relative !important;
    right: 62.5% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/8\@wide {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/8\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-6\/8\@wide {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-7\/8\@wide {
    width: 87.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/8\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 87.5% !important;
  }
  .u-pull-7\/8\@wide {
    position: relative !important;
    right: 87.5% !important;
    left: auto !important; /* [1] */
  }
  .u-8\/8\@wide {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/8\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-8\/8\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/12\@wide {
    width: 8.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 8.3333333333% !important;
  }
  .u-pull-1\/12\@wide {
    position: relative !important;
    right: 8.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/12\@wide {
    width: 16.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 16.6666666667% !important;
  }
  .u-pull-2\/12\@wide {
    position: relative !important;
    right: 16.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/12\@wide {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-3\/12\@wide {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/12\@wide {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-4\/12\@wide {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/12\@wide {
    width: 41.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 41.6666666667% !important;
  }
  .u-pull-5\/12\@wide {
    position: relative !important;
    right: 41.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/12\@wide {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-6\/12\@wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-7\/12\@wide {
    width: 58.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 58.3333333333% !important;
  }
  .u-pull-7\/12\@wide {
    position: relative !important;
    right: 58.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-8\/12\@wide {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-8\/12\@wide {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-9\/12\@wide {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-9\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-9\/12\@wide {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-10\/12\@wide {
    width: 83.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-10\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 83.3333333333% !important;
  }
  .u-pull-10\/12\@wide {
    position: relative !important;
    right: 83.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-11\/12\@wide {
    width: 91.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-11\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 91.6666666667% !important;
  }
  .u-pull-11\/12\@wide {
    position: relative !important;
    right: 91.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-12\/12\@wide {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-12\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-12\/12\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-push-none\@wide {
    left: auto !important;
  }
  .u-pull-none\@wide {
    right: auto !important;
  }
}
/* ==========================================================================
   #PRINT
   ========================================================================== */
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
 */
@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* [1] */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /**
   * Don’t show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /**
   * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/**
 * Hide visually and from screen readers.
 */
.u-hidden {
  display: none !important;
}

.u-border-top {
  border-top: 1px solid #000;
}

.u-border-bottom {
  border-bottom: 1px solid #000;
}

@media (max-width: 46.24em) {
  .u-hidden\@mobile {
    display: none !important;
  }
}

@media (min-width: 46.25em) and (max-width: 63.99em) {
  .u-hidden\@tablet {
    display: none !important;
  }
}

@media (min-width: 64em) and (max-width: 81.24em) {
  .u-hidden\@desktop {
    display: none !important;
  }
}

@media (min-width: 81.25em) {
  .u-hidden\@wide {
    display: none !important;
  }
}

.u-hidden {
  display: none;
}

.u-spaced {
  padding: 3rem 0;
}
@media (min-width: 64em) {
  .u-spaced {
    padding: 8rem 0;
  }
}

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

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

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 30px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 25px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -25px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-25px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(25px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-25px, 25px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(25px, 25px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-25px, -25px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(25px, -25px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 25px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -25px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-25px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(25px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 25px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -25px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-25px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(25px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.gform_title {
  font-size: 1rem;
  padding: 0;
  margin: 0 0 2rem;
}

.gform_description {
  padding: 0;
  display: block;
}

.gform_body:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}
.gform_body {
  padding: 0;
}

.gform_footer:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}
.gform_footer {
  padding: 0;
  position: relative;
}

.gsection {
  display: none;
}

.gform_fields:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}
.gform_fields {
  margin: 0;
  padding: 0;
  width: 100%;
}
.gform_fields .gfield_label {
  padding-bottom: 0.7rem;
  font-weight: 500;
  color: #354d63;
  display: block;
}
.gform_fields .gfield {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  float: left;
  width: 100%;
  position: relative;
}
.gform_fields .gform_validation_container {
  display: none;
}
.gform_fields .ginput_container_date .ginput_container_date {
  width: 29%;
  float: left;
  margin-right: 6%;
}
.gform_fields .ginput_container_date .ginput_container_date:last-child {
  margin-right: 0;
}
.gform_fields .gfield_date_month,
.gform_fields .gfield_date_day {
  width: 29%;
  float: left;
  margin-right: 6%;
}
.gform_fields .gfield_date_year {
  width: 29%;
  float: right;
}
.gform_fields .gfield-half {
  width: 100%;
  float: left;
  padding-right: 0;
}
@media (min-width: 46.25em) {
  .gform_fields .gfield-half {
    width: 50%;
    padding-right: 1rem;
  }
}
.gform_fields .gfield-half-right {
  width: 100%;
  float: left;
  padding-left: 0;
}
@media (min-width: 46.25em) {
  .gform_fields .gfield-half-right {
    width: 50%;
    padding-left: 1rem;
  }
}
.gform_fields .gfield-quarter {
  width: 50%;
  float: left;
  padding-right: 0;
}
@media (min-width: 46.25em) {
  .gform_fields .gfield-quarter {
    width: 25%;
    padding-right: 1rem;
  }
}
.gform_fields .gfield-quarter-right {
  width: 50%;
  float: left;
  padding-left: 0;
}
@media (min-width: 46.25em) {
  .gform_fields .gfield-quarter-right {
    width: 25%;
    padding-left: 1rem;
  }
}
.gform_fields .gfield-label-hide .gfield_label {
  opacity: 0;
}

.gform_button {
  background-color: #f49b35;
  border: 1px solid #f49b35;
  color: #fff;
  display: block;
  width: 100%;
  padding: 1.5rem 1rem;
  font-family: "Gordita", "Arial", sans-serif;
  font-weight: 500;
  border-radius: 2px;
  outline: none;
  transition: all 300ms;
}
.gform_button:hover {
  background-color: rgb(233.2957746479, 130.5070422535, 12.7042253521);
}

.gform_ajax_spinner {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-left-color: #fff;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1.45rem;
  right: 1rem;
  z-index: 99;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.validation_error {
  background-color: #fe9494;
  color: #fff;
  padding: 1.5rem 2rem;
  margin: 0 0 2rem;
  text-align: center;
}

.validation_message {
  color: #fe9494;
  padding: 0;
  margin-top: 1rem;
  line-height: 1.2;
  position: relative;
  font-size: 0.8rem;
}

.gfield_error input[type=email],
.gfield_error input[type=number],
.gfield_error input[type=password],
.gfield_error input[type=tel],
.gfield_error input[type=text],
.gfield_error textarea {
  border: 1px solid #fe9494;
}

.gform_confirmation_wrapper {
  background: #fff;
  padding: 3rem;
}

.gform_confirmation_message {
  background: #fff;
  text-align: center;
  font-weight: 500;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 2rem;
  border: 1px dashed #f5f5f5;
  text-align: center;
  color: #000;
  background: rgba(0, 0, 0, 0.02);
}

.gform_wrapper span.gform_drop_instructions {
  display: block;
  margin-bottom: 0.8rem;
}

.ginput_container .gform_drop_area input {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}

.modal-hider {
  display: none;
}

.modal {
  display: none;
}
.vanilla-modal .modal {
  display: block;
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.2s, z-index 0s 0.2s;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.vanilla-modal.modal-visible .modal {
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.2s;
}

.modal:before {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.modal > * {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  text-align: left;
}
.modal__inner {
  position: relative;
  max-width: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: -1;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.2s, transform 0.2s, z-index 0s 0.2s;
}
.modal-visible .modal__inner {
  z-index: 100;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s, transform 0.2s;
}

.modal__content-inner {
  margin: 0;
  padding: 5rem 0;
}
@media (min-width: 46.25em) {
  .modal__content-inner {
    width: 635px;
  }
}
@media (min-width: 64em) {
  .modal__content-inner {
    width: 50rem;
  }
}
.modal__content-inner iframe {
  padding: 1rem;
  width: 100%;
  height: 490px;
}
.modal__content-inner input,
.modal__content-inner textarea,
.modal__content-inner select {
  border-color: #fff;
}
.modal__content-inner input:focus,
.modal__content-inner textarea:focus,
.modal__content-inner select:focus {
  border-color: #fff;
}
.modal__content-inner input[type=button],
.modal__content-inner input[type=submit] {
  border-color: #f5f5f5;
}
.modal__content-inner input[type=button]:focus,
.modal__content-inner input[type=submit]:focus {
  border-color: #f5f5f5;
}

[data-modal-close] {
  position: fixed;
  z-index: 9999;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  color: #fff;
}
[data-modal-close]:hover {
  opacity: 0.7;
}
[data-modal-close] .close-icon {
  display: inline-block;
  position: relative;
  height: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
}
[data-modal-close] .close-icon:before, [data-modal-close] .close-icon:after {
  width: 1.5rem;
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
}
[data-modal-close] .close-icon:before {
  left: 0;
  transform: rotate(45deg);
  transform-origin: top left;
}
[data-modal-close] .close-icon:after {
  right: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
}
[data-modal-close] .close-text {
  position: relative;
  top: -0.1rem;
}