/*! UIkit 3.2.1 | http://www.getuikit.com | (c) 2014 - 2019 YOOtheme | MIT License */
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Style
 */
 
/* Links
 ========================================================================== */
/*
 * Remove the outline on focused links when they are also active or hovered
 */
 a:active,
 a:hover {
   outline: none;
 }
 /*
  * Style
  */
  
 /* Text-level semantics
  ========================================================================== */
 /*
  * 1. Add the correct text decoration in Edge.
  * 2. The shorthand declaration `underline dotted` is not supported in Safari.
  */
 abbr[title] {
   /* 1 */
   text-decoration: underline dotted;
   /* 2 */
   -webkit-text-decoration-style: dotted;
 }
 /*
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
 b,
 strong {
   font-weight: 600;
 }
 /*
  * 1. Consolas has a better baseline in running text compared to `Courier`
  * 2. Correct the odd `em` font sizing in all browsers.
  * 3. Style
  */
 :not(pre) > code,
 :not(pre) > kbd,
 :not(pre) > samp {
   /* 1 */
   font-family: Consolas, monaco, monospace;
   /* 2 */
   font-size: 0.875rem;
   /* 3 */
   color: #f0506e;
   white-space: nowrap;
   padding: 2px 6px;
   background: #f8f8f8;
 }
 /*
  * Emphasize
  */
 em {
   color: #f0506e;
 }
 /*
  * Insert
  */
 ins {
   background: #ffd;
   color: #666;
   text-decoration: none;
 }
 /*
  * Mark
  */
 mark {
   background: #ffd;
   color: #666;
 }
 /*
  * Quote
  */
 q {
   font-style: italic;
 }
 /*
  * Add the correct font size in all browsers.
  */
 small {
   font-size: 80%;
 }
 /*
  * Prevents `sub` and `sup` affecting `line-height` in all browsers.
  */
 sub,
 sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
 }
 sup {
   top: -0.5em;
 }
 sub {
   bottom: -0.25em;
 }
 /* Embedded content
  ========================================================================== */
 /*
  * Remove the gap between embedded content and the bottom of their containers.
  */
 audio,
 canvas,
 iframe,
 img,
 svg,
 video {
   vertical-align: middle;
 }
 /*
  * 1. Add responsiveness.
  * 2. Auto-scale the height. Only needed if `height` attribute is present.
  * 3. Corrects responsive `max-width` behavior if padding and border are used.
  * 4. Exclude SVGs for IE11 because they don't preserve their aspect ratio.
  */
 canvas,
 img,
 video {
   /* 1 */
   max-width: 100%;
   /* 2 */
   height: auto;
   /* 3 */
   box-sizing: border-box;
 }
 /* 4 */
 @supports (display: block) {
   svg {
     max-width: 100%;
     height: auto;
     box-sizing: border-box;
   }
 }
 /*
  * Hide the overflow in IE.
  */
 svg:not(:root) {
   overflow: hidden;
 }
 /*
  * 1. Fix lazy loading images if parent element is set to `display: inline` and has `overflow: hidden`.
  * 2. Hide `alt` text for lazy loading images.
  * Note: Selector for background while loading img[data-src*='.jpg'][src*='data:image'] { background: grey; }
  */
 img:not([src]) {
   /* 1 */
   min-width: 1px;
   /* 2 */
   visibility: hidden;
 }
 /*
  * Iframe
  * Remove border in all browsers
  */
 iframe {
   border: 0;
 }
 
 /* Lists
  ========================================================================== */
 ul,
 ol {
   padding-left: 30px;
 }
 /*
  * Reset margin for nested lists
  */
 ul > li > ul,
 ul > li > ol,
 ol > li > ol,
 ol > li > ul {
   margin: 0;
 }
 /* Description lists
  ========================================================================== */
 dt {
   font-weight: bold;
 }
 dd {
   margin-left: 0;
 }
 /* Horizontal rules
  ========================================================================== */
 /*
  * 1. Show the overflow in Chrome, Edge and IE.
  * 2. Add the correct text-align in Edge and IE.
  * 3. Style
  */
 hr,
 .nfe-hr {
   /* 1 */
   overflow: visible;
   /* 2 */
   text-align: inherit;
   /* 3 */
   margin: 0 0 20px 0;
   border: 0;
   border-top: 1px solid #e5e5e5;
 }
 /* Add margin if adjacent element */
 * + hr,
 * + .nfe-hr {
   margin-top: 20px;
 }
 /* Address
  ========================================================================== */
 address {
   font-style: normal;
 }
 /* Blockquotes
  ========================================================================== */
 blockquote {
   margin: 0 0 20px 0;
   font-size: 1.25rem;
   line-height: 1.5;
   font-style: italic;
   color: #333;
 }
 /* Add margin if adjacent element */
 * + blockquote {
   margin-top: 20px;
 }
 /*
  * Content
  */
 blockquote p:last-of-type {
   margin-bottom: 0;
 }
 blockquote footer {
   margin-top: 10px;
   font-size: 0.875rem;
   line-height: 1.5;
   color: #666;
 }
  
 /* Preformatted tex
  ========================================================================== */
 /*
  * 1. Contain overflow in all browsers.
  */
  
 /* Selection pseudo-element
  ========================================================================== */
 ::selection {
   background: rgb(38, 16, 80);
   color: #fff;
   text-shadow: none;
 }
 /* HTML5 elements
  ========================================================================== */
 /*
  * 1. Add the correct display in Edge, IE 10+, and Firefox.
  * 2. Add the correct display in IE.
  */
 details,
 main {
   /* 2 */
   display: block;
 }
 /*
  * Add the correct display in all browsers.
  */
 summary {
   display: list-item;
 }
 /*
  * Add the correct display in IE.
  */
 template {
   display: none;
 }
 /* Pass media breakpoints to JS
  ========================================================================== */
 /*
  * Breakpoints
  */
 .nfe-breakpoint-s::before {
   content: '640px';
 }
 .nfe-breakpoint-m::before {
   content: '960px';
 }
 .nfe-breakpoint-l::before {
   content: '1200px';
 }
 .nfe-breakpoint-xl::before {
   content: '1600px';
 }
 :root {
   --nfe-breakpoint-s: 640px;
   --nfe-breakpoint-m: 960px;
   --nfe-breakpoint-l: 1200px;
   --nfe-breakpoint-xl: 1600px;
 }
 /* ========================================================================
    Component: Link
  ========================================================================== */
 /* Muted
  ========================================================================== */
 a.nfe-link-muted,
 .nfe-link-muted a {
   color: #999;
 }
 a.nfe-link-muted:hover,
 .nfe-link-muted a:hover,
 .nfe-link-toggle:hover .nfe-link-muted,
 .nfe-link-toggle:focus .nfe-link-muted {
   color: #666;
 }
 /* Text
  ========================================================================== */
 a.nfe-link-text,
 .nfe-link-text a {
   color: inherit;
 }
 a.nfe-link-text:hover,
 .nfe-link-text a:hover,
 .nfe-link-toggle:hover .nfe-link-text,
 .nfe-link-toggle:focus .nfe-link-text {
   color: #999;
 }
 /* Heading
  ========================================================================== */
 a.nfe-link-heading,
 .nfe-link-heading a {
   color: inherit;
 }
 a.nfe-link-heading:hover,
 .nfe-link-heading a:hover,
 .nfe-link-toggle:hover .nfe-link-heading,
 .nfe-link-toggle:focus .nfe-link-heading {
   color: #1e87f0;
   text-decoration: none;
 }
 /* Reset
  ========================================================================== */
 /*
  * `!important` needed to override inverse component
  */
 a.nfe-link-reset,
 .nfe-link-reset a {
   color: inherit !important;
   text-decoration: none !important;
 }
 /* Toggle
  ========================================================================== */
 .nfe-link-toggle {
   color: inherit !important;
   text-decoration: none !important;
 }
 .nfe-link-toggle:focus {
   outline: none;
 }
 /* ========================================================================
    Component: Heading
  ========================================================================== */
 .nfe-heading-small {
   font-size: 2.6rem;
   line-height: 1.2;
 }
 .nfe-heading-medium {
   font-size: 2.8875rem;
   line-height: 1.1;
 }
 .nfe-heading-large {
   font-size: 3.4rem;
   line-height: 1.1;
 }
 .nfe-heading-xlarge {
   font-size: 4rem;
   line-height: 1;
 }
 .nfe-heading-2xlarge {
   font-size: 6rem;
   line-height: 1;
 }
 /* Tablet Landscape and bigger */
 @media (min-width: 960px) {
   .nfe-heading-small {
     font-size: 3.25rem;
   }
   .nfe-heading-medium {
     font-size: 3.5rem;
   }
   .nfe-heading-large {
     font-size: 4rem;
   }
   .nfe-heading-xlarge {
     font-size: 6rem;
   }
   .nfe-heading-2xlarge {
     font-size: 8rem;
   }
 }
 /* Laptop and bigger */
 @media (min-width: 1200px) {
   .nfe-heading-medium {
     font-size: 4rem;
   }
   .nfe-heading-large {
     font-size: 6rem;
   }
   .nfe-heading-xlarge {
     font-size: 8rem;
   }
   .nfe-heading-2xlarge {
     font-size: 11rem;
   }
 }
 /* Primary
    Deprecated: Use `nfe-heading-medium` instead
  ========================================================================== */
 /* Tablet landscape and bigger */
 /* Desktop and bigger */
 /* Hero
    Deprecated: Use `nfe-heading-xlarge` instead
  ========================================================================== */
 /* Tablet landscape and bigger */
 /* Desktop and bigger */
 /* Divider
  ========================================================================== */
 .nfe-heading-divider {
   padding-bottom: calc(5px + 0.1em);
   border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
 }
 /* Bullet
  ========================================================================== */
 .nfe-heading-bullet {
   position: relative;
 }
 /*
  * 1. Using `inline-block` to make it work with text alignment
  * 2. Center vertically
  * 3. Style
  */
 .nfe-heading-bullet::before {
   content: "";
   /* 1 */
   display: inline-block;
   /* 2 */
   position: relative;
   top: calc(-0.1 * 1em);
   vertical-align: middle;
   /* 3 */
   height: calc(4px + 0.7em);
   margin-right: calc(5px + 0.2em);
   border-left: calc(5px + 0.1em) solid #a9031d;
 }
 /* Line
  ========================================================================== */
 /*
  * Clip the child element
  */
 .nfe-heading-line {
   overflow: hidden;
 }
 /*
  * Extra markup is needed to make it work with text align
  */
 .nfe-heading-line > * {
   display: inline-block;
   position: relative;
 }
 /*
  * 1. Center vertically
  * 2. Make the element as large as possible. It's clipped by the container.
  * 3. Style
  */
 .nfe-heading-line > ::before,
 .nfe-heading-line > ::after {
   content: "";
   /* 1 */
   position: absolute;
   top: calc(50% - ((0.2px + 0.05em) / 2));
   /* 2 */
   width: 2000px;
   /* 3 */
   border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
 }
 .nfe-heading-line > ::before {
   right: 100%;
   margin-right: calc(5px + 0.3em);
 }
 .nfe-heading-line > ::after {
   left: 100%;
   margin-left: calc(5px + 0.3em);
 }
 /* ========================================================================
    Component: Divider
  ========================================================================== */
 /*
  * 1. Reset default `hr`
  * 2. Set margin if a `div` is used for semantical reason
  */
 [class*='nfe-divider'] {
   /* 1 */
   border: none;
   /* 2 */
   margin-bottom: 20px;
 }
 /* Add margin if adjacent element */
 * + [class*='nfe-divider'] {
   margin-top: 20px;
 }
 /* Icon
  ========================================================================== */
 .nfe-divider-icon {
   position: relative;
   height: 20px;
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
   background-repeat: no-repeat;
   background-position: 50% 50%;
 }
 .nfe-divider-icon::before,
 .nfe-divider-icon::after {
   content: "";
   position: absolute;
   top: 50%;
   max-width: calc(50% - (50px / 2));
   border-bottom: 1px solid #e5e5e5;
 }
 .nfe-divider-icon::before {
   right: calc(50% + (50px / 2));
   width: 100%;
 }
 .nfe-divider-icon::after {
   left: calc(50% + (50px / 2));
   width: 100%;
 }
 /* Small
  ========================================================================== */
 /*
  * 1. Fix height because of `inline-block`
  * 2. Using ::after and inline-block to make `text-align` work
  */
 /* 1 */
 .nfe-divider-small {
   line-height: 0;
 }
 /* 2 */
 .nfe-divider-small::after {
   content: "";
   display: inline-block;
   width: 100px;
   max-width: 100%;
   border-top: 1px solid #e5e5e5;
   vertical-align: top;
 }
 /* Vertical
  ========================================================================== */
 .nfe-divider-vertical {
   width: 1px;
   height: 100px;
   margin-left: auto;
   margin-right: auto;
   border-left: 1px solid #e5e5e5;
 }
 /* ========================================================================
    Component: List
  ========================================================================== */
 .nfe-list {
   padding: 0;
   list-style: none;
 }
 /*
  * Micro clearfix
  */
 .nfe-list > li::before,
 .nfe-list > li::after {
   content: "";
   display: table;
 }
 .nfe-list > li::after {
   clear: both;
 }
 /*
  * Remove margin from the last-child
  */
 .nfe-list > li > :last-child {
   margin-bottom: 0;
 }
 /*
  * Nested lists
  */
 .nfe-list ul {
   margin: 0;
   padding-left: 30px;
   list-style: none;
 }
 /*
  * Style
  */
 .nfe-list > li:nth-child(n+2),
 .nfe-list > li > ul {
   margin-top: 10px;
 }
 /* Style modifiers
  ========================================================================== */
 /*
  * Divider
  */
 .nfe-list-divider > li:nth-child(n+2) {
   margin-top: 10px;
   padding-top: 10px;
   border-top: 1px solid #e5e5e5;
 }
 /*
  * Striped
  */
 .nfe-list-striped > li {
   padding: 10px 10px;
 }
 .nfe-list-striped > li:nth-of-type(odd) {
   border-top: 1px solid #e5e5e5;
   border-bottom: 1px solid #e5e5e5;
 }
 .nfe-list-striped > li:nth-of-type(odd) {
   background: #f8f8f8;
 }
 .nfe-list-striped > li:nth-child(n+2) {
   margin-top: 0;
 }
 /*
  * Bullet
  * 1. Reset display `table` which causes issues in combination with multi column layouts.
  */
 .nfe-list-bullet > li {
   position: relative;
   padding-left: calc(1.5em + 10px);
 }
 .nfe-list-bullet > li::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 1.5em;
   height: 1.5em;
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
   background-repeat: no-repeat;
   background-position: 50% 50%;
   /* 1 */
   display: block;
 }
 /* Size modifier
  ========================================================================== */
 .nfe-list-large > li:nth-child(n+2),
 .nfe-list-large > li > ul {
   margin-top: 20px;
 }
 /*
  * Divider
  */
 .nfe-list-large.nfe-list-divider > li:nth-child(n+2) {
   margin-top: 20px;
   padding-top: 20px;
 }
 /*
  * Striped
  */
 .nfe-list-large.nfe-list-striped > li {
   padding: 20px 10px;
 }
 .nfe-list-large.nfe-list-striped > li:nth-of-type(odd) {
   border-top: 1px solid #e5e5e5;
   border-bottom: 1px solid #e5e5e5;
 }
 .nfe-list-large.nfe-list-striped > li:nth-child(n+2) {
   margin-top: 0;
 }
 /* ========================================================================
    Component: Description list
  ========================================================================== */
 /*
  * Term
  */
 .nfe-description-list > dt {
   color: #333;
   font-size: 0.875rem;
   font-weight: normal;
   text-transform: uppercase;
 }
 .nfe-description-list > dt:nth-child(n+2) {
   margin-top: 20px;
 }
 /*
  * Description
  */
 /* Style modifier
  ========================================================================== */
 /*
  * Line
  */
 .nfe-description-list-divider > dt:nth-child(n+2) {
   margin-top: 20px;
   padding-top: 20px;
   border-top: 1px solid #e5e5e5;
 }
 /* ========================================================================
    Component: Table
  ========================================================================== */
 /*
  * 1. Remove most spacing between table cells.
  * 2. Behave like a block element
  * 3. Style
  */
 .nfe-table {
   /* 1 */
   border-collapse: collapse;
   border-spacing: 0;
   /* 2 */
   width: 100%;
   /* 3 */
   margin-bottom: 20px;
 }
 /* Add margin if adjacent element */
 * + .nfe-table {
   margin-top: 20px;
 }
 /* Header cell
  ========================================================================== */
 /*
  * 1. Style
  */
 .nfe-table th {
   padding: 16px 12px;
   text-align: left;
   vertical-align: bottom;
   /* 1 */
   font-size: 0.875rem;
   font-weight: normal;
   color: #999;
   text-transform: uppercase;
 }
 /* Cell
  ========================================================================== */
 .nfe-table td {
   padding: 16px 12px;
   vertical-align: top;
 }
 /*
  * Remove margin from the last-child
  */
 .nfe-table td > :last-child {
   margin-bottom: 0;
 }
 /* Footer
  ========================================================================== */
 .nfe-table tfoot {
   font-size: 0.875rem;
 }
 /* Caption
  ========================================================================== */
 .nfe-table caption {
   font-size: 0.875rem;
   text-align: left;
   color: #999;
 }
 /* Alignment modifier
  ========================================================================== */
 .nfe-table-middle,
 .nfe-table-middle td {
   vertical-align: middle !important;
 }
 /* Style modifiers
  ========================================================================== */
 /*
  * Divider
  */
 .nfe-table-divider > tr:not(:first-child),
 .nfe-table-divider > :not(:first-child) > tr,
 .nfe-table-divider > :first-child > tr:not(:first-child) {
   border-top: 1px solid #e5e5e5;
 }
 /*
  * Striped
  */
 .nfe-table-striped > tr:nth-of-type(odd),
 .nfe-table-striped tbody tr:nth-of-type(odd) {
   background: #f8f8f8;
   border-top: 1px solid #e5e5e5;
   border-bottom: 1px solid #e5e5e5;
 }
 /*
  * Hover
  */
 .nfe-table-hover > tr:hover,
 .nfe-table-hover tbody tr:hover {
   background: #eaffef;
 }
 /* Active state
  ========================================================================== */
 .nfe-table > tr.nfe-active,
 .nfe-table tbody tr.nfe-active {
   background: #ffd;
 }
 /* Size modifier
  ========================================================================== */
 .nfe-table-small th,
 .nfe-table-small td {
   padding: 10px 12px;
 }
 .nfe-table-large th,
 .nfe-table-large td {
   padding: 22px 12px;
 }
 /* Justify modifier
  ========================================================================== */
 .nfe-table-justify th:first-child,
 .nfe-table-justify td:first-child {
   padding-left: 0;
 }
 .nfe-table-justify th:last-child,
 .nfe-table-justify td:last-child {
   padding-right: 0;
 }
 /* Cell size modifier
  ========================================================================== */
 .nfe-table-shrink {
   width: 1px;
 }
 .nfe-table-expand {
   min-width: 150px;
 }
 /* Cell link modifier
  ========================================================================== */
 /*
  * Does not work with `nfe-table-justify` at the moment
  */
 .nfe-table-link {
   padding: 0 !important;
 }
 .nfe-table-link > a {
   display: block;
   padding: 16px 12px;
 }
 .nfe-table-small .nfe-table-link > a {
   padding: 10px 12px;
 }
 /* Responsive table
  ========================================================================== */
 /* Phone landscape and smaller */
 @media (max-width: 959px) {
   .nfe-table-responsive,
   .nfe-table-responsive tbody,
   .nfe-table-responsive th,
   .nfe-table-responsive td,
   .nfe-table-responsive tr {
     display: block;
   }
   .nfe-table-responsive thead {
     display: none;
   }
   .nfe-table-responsive th,
   .nfe-table-responsive td {
     width: auto !important;
     max-width: none !important;
     min-width: 0 !important;
     overflow: visible !important;
     white-space: normal !important;
   }
   .nfe-table-responsive th:not(:first-child):not(.nfe-table-link),
   .nfe-table-responsive td:not(:first-child):not(.nfe-table-link),
   .nfe-table-responsive .nfe-table-link:not(:first-child) > a {
     padding-top: 5px !important;
   }
   .nfe-table-responsive th:not(:last-child):not(.nfe-table-link),
   .nfe-table-responsive td:not(:last-child):not(.nfe-table-link),
   .nfe-table-responsive .nfe-table-link:not(:last-child) > a {
     padding-bottom: 5px !important;
   }
   .nfe-table-justify.nfe-table-responsive th,
   .nfe-table-justify.nfe-table-responsive td {
     padding-left: 0;
     padding-right: 0;
   }
 }
 .nfe-table tbody tr {
   transition: background-color 0.1s linear;
 }
 /* ========================================================================
    Component: Icon
  ========================================================================== */
 /*
  * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
  * 1. Remove margins in Chrome, Safari and Opera.
  * 2. Remove borders for `button`.
  * 3. Remove border-radius in Chrome.
  * 4. Address `overflow` set to `hidden` in IE.
  * 5. Correct `font` properties and `color` not being inherited for `button`.
  * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 7. Remove default `button` padding and background color
  * 8. Style
  * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
  * 10. Let the container fit the height of the icon
  */
 .nfe-icon {
   /* 1 */
   margin: 0;
   /* 2 */
   border: none;
   /* 3 */
   border-radius: 0;
   /* 4 */
   overflow: visible;
   /* 5 */
   font: inherit;
   color: inherit;
   /* 6 */
   text-transform: none;
   /* 7. */
   padding: 0;
   background-color: transparent;
   /* 8 */
   display: inline-block;
   /* 9 */
   fill: currentcolor;
   /* 10 */
   line-height: 0;
 }
 /* Required for `button`. */
 button.nfe-icon:not(:disabled) {
   cursor: pointer;
 }
 /*
  * Remove the inner border and padding in Firefox.
  */
 .nfe-icon::-moz-focus-inner {
   border: 0;
   padding: 0;
 }
 /*
  * Set the fill and stroke color of all SVG elements to the current text color
  */
 .nfe-icon:not(.nfe-preserve) [fill*='#']:not(.nfe-preserve) {
   fill: currentcolor;
 }
 .nfe-icon:not(.nfe-preserve) [stroke*='#']:not(.nfe-preserve) {
   stroke: currentcolor;
 }
 /*
  * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
  */
 .nfe-icon > * {
   transform: translate(0, 0);
 }
 /* Image modifier
  ========================================================================== */
 /*
  * Display images in icon dimensions
  */
 .nfe-icon-image {
   width: 20px;
   height: 20px;
   background-position: 50% 50%;
   background-repeat: no-repeat;
   background-size: contain;
   vertical-align: middle;
 }
 /* Style modifiers
  ========================================================================== */
 /*
  * Link
  */
 .nfe-icon-link {
   color: #999;
 }
 .nfe-icon-link:hover,
 .nfe-icon-link:focus {
   color: #666;
   outline: none;
 }
 /* OnClick + Active */
 .nfe-icon-link:active,
 .nfe-active > .nfe-icon-link {
   color: #595959;
 }
 /*
  * Button
  * 1. Center icon vertically and horizontally
  */
 .nfe-icon-button {
   box-sizing: border-box;
   width: 36px;
   height: 36px;
   border-radius: 500px;
   background: #f8f8f8;
   color: #999;
   vertical-align: middle;
   /* 1 */
   display: inline-flex;
   justify-content: center;
   align-items: center;
   transition: 0.1s ease-in-out;
   transition-property: color, background-color;
 }
 /* Hover + Focus */
 .nfe-icon-button:hover,
 .nfe-icon-button:focus {
   background-color: #ebebeb;
   color: #666;
   outline: none;
 }
 /* OnClick + Active */
 .nfe-icon-button:active,
 .nfe-active > .nfe-icon-button {
   background-color: #dfdfdf;
   color: #666;
 }
 /* ========================================================================
    Component: Form Range
  ========================================================================== */
 /*
  * 1. Normalize and defaults
  * 2. Prevent content overflow if a fixed width is used
  * 3. Take the full width
  * 4. Remove default style
  * 5. Remove white background in Chrome
  * 6. Remove padding in IE11
  */
 .nfe-range {
   /* 1 */
   box-sizing: border-box;
   margin: 0;
   vertical-align: middle;
   /* 2 */
   max-width: 100%;
   /* 3 */
   width: 100%;
   /* 4 */
   -webkit-appearance: none;
   /* 5 */
   background: transparent;
   /* 6 */
   padding: 0;
 }
 /* Focus */
 .nfe-range:focus {
   outline: none;
 }
 .nfe-range::-moz-focus-outer {
   border: none;
 }
 /* IE11 Reset */
 .nfe-range::-ms-track {
   height: 15px;
   background: transparent;
   border-color: transparent;
   color: transparent;
 }
 /*
  * Improves consistency of cursor style for clickable elements
  */
 .nfe-range:not(:disabled)::-webkit-slider-thumb {
   cursor: pointer;
 }
 .nfe-range:not(:disabled)::-moz-range-thumb {
   cursor: pointer;
 }
 .nfe-range:not(:disabled)::-ms-thumb {
   cursor: pointer;
 }
 /* Thumb
  ========================================================================== */
 /*
  * 1. Reset
  * 2. Style
  */
 /* Webkit */
 .nfe-range::-webkit-slider-thumb {
   /* 1 */
   -webkit-appearance: none;
   margin-top: -7px;
   /* 2 */
   height: 15px;
   width: 15px;
   border-radius: 500px;
   background: #fff;
   border: 1px solid #cccccc;
 }
 /* Firefox */
 .nfe-range::-moz-range-thumb {
   /* 1 */
   border: none;
   /* 2 */
   height: 15px;
   width: 15px;
   border-radius: 500px;
   background: #fff;
   border: 1px solid #cccccc;
 }
 /* Edge */
 .nfe-range::-ms-thumb {
   /* 1 */
   margin-top: 0;
 }
 /* IE11 */
 .nfe-range::-ms-thumb {
   /* 1 */
   border: none;
   /* 2 */
   height: 15px;
   width: 15px;
   border-radius: 500px;
   background: #fff;
   border: 1px solid #cccccc;
 }
 /* Edge + IE11 */
 .nfe-range::-ms-tooltip {
   display: none;
 }
 /* Track
  ========================================================================== */
 /*
  * 1. Safari doesn't have a focus state. Using active instead.
  */
 /* Webkit */
 .nfe-range::-webkit-slider-runnable-track {
   height: 3px;
   background: #ebebeb;
   border-radius: 500px;
 }
 .nfe-range:focus::-webkit-slider-runnable-track,
 .nfe-range:active::-webkit-slider-runnable-track {
   background: #d2d2d2;
 }
 /* Firefox */
 .nfe-range::-moz-range-track {
   height: 3px;
   background: #ebebeb;
   border-radius: 500px;
 }
 .nfe-range:focus::-moz-range-track {
   background: #d2d2d2;
 }
 /* Edge */
 .nfe-range::-ms-fill-lower,
 .nfe-range::-ms-fill-upper {
   height: 3px;
   background: #ebebeb;
   border-radius: 500px;
 }
 .nfe-range:focus::-ms-fill-lower,
 .nfe-range:focus::-ms-fill-upper {
   background: #d2d2d2;
 }
 /* ========================================================================
    Component: Form
  ========================================================================== */
 /*
  * 1. Define consistent box sizing.
  *    Default is `content-box` with following exceptions set to `border-box`
  *    `select`, `input[type="checkbox"]` and `input[type="radio"]`
  *    `input[type="search"]` in Chrome, Safari and Opera
  *    `input[type="color"]` in Firefox
  * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
  * 3. Remove `border-radius` in iOS.
  * 4. Change font properties to `inherit` in all browsers.
  */
 .nfe-input,
 .nfe-select,
 .nfe-textarea,
 .nfe-radio,
 .nfe-checkbox {
   /* 1 */
   box-sizing: border-box;
   /* 2 */
   margin: 0;
   /* 3 */
   border-radius: 0;
   /* 4 */
   font: inherit;
 }
 /*
  * Show the overflow in Edge.
  */
 .nfe-input {
   overflow: visible;
 }
 /*
  * Remove the inheritance of text transform in Firefox.
  */
 .nfe-select {
   text-transform: none;
 }
 /*
  * 1. Change font properties to `inherit` in all browsers
  * 2. Don't inherit the `font-weight` and use `bold` instead.
  * NOTE: Both declarations don't work in Chrome, Safari and Opera.
  */
 .nfe-select optgroup {
   /* 1 */
   font: inherit;
   /* 2 */
   font-weight: bold;
 }
 /*
  * Remove the default vertical scrollbar in IE 10+.
  */
 .nfe-textarea {
   overflow: auto;
 }
 /*
  * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
  */
 .nfe-input[type="search"]::-webkit-search-cancel-button,
 .nfe-input[type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
 }
 /*
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
 .nfe-input[type="number"]::-webkit-inner-spin-button,
 .nfe-input[type="number"]::-webkit-outer-spin-button {
   height: auto;
 }
 /*
  * Removes placeholder transparency in Firefox.
  */
 .nfe-input::-moz-placeholder,
 .nfe-textarea::-moz-placeholder {
   opacity: 1;
 }
 /*
  * Improves consistency of cursor style for clickable elements
  */
 .nfe-radio:not(:disabled),
 .nfe-checkbox:not(:disabled) {
   cursor: pointer;
 }
 /*
  * Define consistent border, margin, and padding.
  */
 .nfe-fieldset {
   border: none;
   margin: 0;
   padding: 0;
 }
 /* Input, select and textarea
  * Allowed: `text`, `password`, `datetime`, `datetime-local`, `date`,  `month`,
             `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
  * Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
  ========================================================================== */
 /*
  * Remove default style in iOS.
  */
 .nfe-input,
 .nfe-textarea {
   -webkit-appearance: none;
 }
 /*
  * 1. Prevent content overflow if a fixed width is used
  * 2. Take the full width
  * 3. Reset default
  * 4. Style
  */
 .nfe-input,
 .nfe-select,
 .nfe-textarea {
   /* 1 */
   max-width: 100%;
   /* 2 */
   width: 100%;
   /* 3 */
   border: 0 none;
   /* 4 */
   padding: 0px 16px;
   background: #fff;
   color: #666; 
   border: 1px solid #eceff5;
   border-radius: 0;
   transition: 0.2s ease-in-out;
   transition-property: color, background-color, border;
 }
 /*
  * Single-line
  * 1. Allow any element to look like an `input` or `select` element
  * 2. Make sure line-height is not larger than height
  *    Also needed to center the text vertically
  */
 .nfe-input,
 .nfe-select:not([multiple]):not([size]) {
   height: 41px;
   vertical-align: middle;
   /* 1 */
   display: inline-block;
 }
 /* 2 */
 .nfe-input:not(input),
 .nfe-select:not(select) {
   line-height: 38px;
 }
 /*
  * Multi-line
  */
 .nfe-select[multiple],
 .nfe-select[size],
 .nfe-textarea {
   padding-top: 4px;
   padding-bottom: 4px;
   vertical-align: top;
 }
 /* Focus */
 .nfe-input:focus,
 .nfe-select:focus,
 .nfe-textarea:focus {
   outline: none;
   background-color: #fff;
   color: #666;
   border-color: #6a6b77;
 }
 /* Disabled */
 .nfe-input:disabled,
 .nfe-select:disabled,
 .nfe-textarea:disabled {
   background-color: #f8f8f8;
   color: #999;
   border-color: #e5e5e5;
 }
 /*
  * Placeholder
  */
 .nfe-input::-ms-input-placeholder {
   color: #999 !important;
 }
 .nfe-input::placeholder {
   color: #999;
 }
 .nfe-textarea::-ms-input-placeholder {
   color: #999 !important;
 }
 .nfe-textarea::placeholder {
   color: #999;
 }
 /* Style modifier (`nfe-input`, `nfe-select` and `nfe-textarea`)
  ========================================================================== */
 /*
  * Small
  */
 .nfe-form-small {
   font-size: 0.875rem;
 }
 .nfe-form-small:not(textarea):not([multiple]):not([size]) {
   height: 37px;
   padding: 0px 11px;
 }
 .nfe-form-small:not(select):not(input):not(textarea) {
   line-height: 28px;
 }
 /*
  * Large
  */
 .nfe-form-large {
   font-size: 1.25rem;
 }
 .nfe-form-large:not(textarea):not([multiple]):not([size]) {
   height: 55px;
   padding-left: 12px;
   padding-right: 12px;
 }
 .nfe-form-large:not(select):not(input):not(textarea) {
   line-height: 53px;
 }
 /* Style modifier (`nfe-input`, `nfe-select` and `nfe-textarea`)
  ========================================================================== */
 /*
  * Error
  */
 .nfe-form-danger,
 .nfe-form-danger:focus {
   color: #f0506e;
   border-color: #f0506e;
 }
 /*
  * Success
  */
 .nfe-form-success,
 .nfe-form-success:focus {
   color: #32d296;
   border-color: #32d296;
 }
 /*
  * Blank
  */
 .nfe-form-blank {
   background: none;
   border-color: transparent;
 }
 .nfe-form-blank:focus {
   border-color: #e5e5e5;
   border-style: dashed;
 }
 /* Width modifiers (`nfe-input`, `nfe-select` and `nfe-textarea`)
  ========================================================================== */
 /*
  * Fixed widths
  * Different widths for mini sized `input` and `select` elements
  */
 input.nfe-form-width-xsmall {
   width: 50px;
 }
 select.nfe-form-width-xsmall {
   width: 75px;
 }
 .nfe-form-width-small {
   width: 130px;
 }
 .nfe-form-width-medium {
   width: 200px;
 }
 .nfe-form-width-large {
   width: 500px;
 }
 /* Select
  ========================================================================== */
 /*
  * 1. Remove default style. Also works in Firefox
  * 2. Style
  * 3. Remove default style in IE 10/11
  * 4. Set `color` for options in the select dropdown, because the inherited `color` might be too light.
  */
 .nfe-select:not([multiple]):not([size]) {
   /* 1 */
   -webkit-appearance: none;
   -moz-appearance: none;
   /* 2 */
   padding-right: 20px;
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
   background-repeat: no-repeat;
   background-position: 100% 50%;
 }
 /* 3 */
 .nfe-select:not([multiple]):not([size])::-ms-expand {
   display: none;
 }
 /* 4 */
 .nfe-select:not([multiple]):not([size]) option {
   color: #444;
 }
 /*
  * Disabled
  */
 .nfe-select:not([multiple]):not([size]):disabled {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
 }
 /* Datalist
  ========================================================================== */
 /*
  * 1. Remove default style in Chrome
  */
 .nfe-input[list] {
   padding-right: 20px;
   background-repeat: no-repeat;
   background-position: 100% 50%;
 }
 .nfe-input[list]:hover,
 .nfe-input[list]:focus {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
 }
 /* 1 */
 .nfe-input[list]::-webkit-calendar-picker-indicator {
   display: none;
 }
 /* Radio and checkbox
  * Note: Does not work in IE11
  ========================================================================== */
 /*
  * 1. Style
  * 2. Make box more robust so it clips the child element
  * 3. Vertical alignment
  * 4. Remove default style
  * 5. Fix black background on iOS
  * 6. Center icons
  */
 .nfe-radio,
 .nfe-checkbox {
   /* 1 */
   display: inline-block;
   height: 16px;
   width: 16px;
   /* 2 */
   overflow: hidden;
   /* 3 */
   margin-top: -4px;
   vertical-align: middle;
   /* 4 */
   -webkit-appearance: none;
   -moz-appearance: none;
   /* 5 */
   background-color: transparent;
   /* 6 */
   background-repeat: no-repeat;
   background-position: 50% 50%;
   border: 1px solid #cccccc;
   transition: 0.2s ease-in-out;
   transition-property: background-color, border;
   border-radius: 4px;
 }
 .nfe-radio {
   border-radius: 50%;
 }
 /* Focus */
 .nfe-radio:focus,
 .nfe-checkbox:focus {
   outline: none;
   border-color: #3c3c3b;
 }
 /*
  * Checked
  */
 .nfe-radio:checked,
 .nfe-checkbox:checked,
 .nfe-checkbox:indeterminate {
   background-color: #3c3c3b;
   border-color: transparent;
 }
 /* Focus */
 .nfe-radio:checked:focus,
 .nfe-checkbox:checked:focus,
 .nfe-checkbox:indeterminate:focus {
   background-color: #3c3c3b;
 }
 /*
  * Icons
  */
 .nfe-radio:checked {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
 }
 .nfe-checkbox:checked {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
 }
 .nfe-checkbox:indeterminate {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
 }
 /*
  * Disabled
  */
 .nfe-radio:disabled,
 .nfe-checkbox:disabled {
   background-color: #f8f8f8;
   border-color: #e5e5e5;
 }
 .nfe-radio:disabled:checked {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
 }
 .nfe-checkbox:disabled:checked {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
 }
 .nfe-checkbox:disabled:indeterminate {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
 }
 /* Legend
  ========================================================================== */
 /*
  * Legend
  * 1. Behave like block element
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove padding so people aren't caught out if they zero out fieldsets.
  * 4. Style
  */
 .nfe-legend {
   /* 1 */
   width: 100%;
   /* 2 */
   color: inherit;
   /* 3 */
   padding: 0;
   /* 4 */
   font-size: 1.5rem;
   line-height: 1.4;
 }
 /* Custom controls
  ========================================================================== */
 /*
  * 1. Container fits its content
  * 2. Create position context
  * 3. Prevent content overflow
  * 4. Behave like most inline-block elements
  */
 .nfe-form-custom {
   /* 1 */
   display: inline-block;
   /* 2 */
   position: relative;
   /* 3 */
   max-width: 100%;
   /* 4 */
   vertical-align: middle;
 }
 /*
  * 1. Position and resize the form control to always cover its container
  * 2. Required for Firefox for positioning to the left
  * 3. Required for Webkit to make `height` work
  * 4. Hide controle and show cursor
  * 5. Needed for the cursor
  * 6. Clip height caused by 5. Needed for Webkit only
  */
 .nfe-form-custom select,
 .nfe-form-custom input[type="file"] {
   /* 1 */
   position: absolute;
   top: 0;
   z-index: 1;
   width: 100%;
   height: 100%;
   /* 2 */
   left: 0;
   /* 3 */
   -webkit-appearance: none;
   /* 4 */
   opacity: 0;
   cursor: pointer;
 }
 .nfe-form-custom input[type="file"] {
   /* 5 */
   font-size: 500px;
   /* 6 */
   overflow: hidden;
 }
 /* Label
  ========================================================================== */
 .nfe-form-label {
   color: #3c3c3b;
   font-size: 15px;
   margin-bottom: 5px;
   display: block;
   font-weight: 600;
 }
 /* form group
  ========================================================================== */
  .nfe-form-group {
   margin-bottom: 15px;
 }
 /* Layout
  ========================================================================== */
 /*
  * Stacked
  */
 .nfe-form-stacked .nfe-form-label {
   display: block;
   margin-bottom: 5px;
 }
 /*
  * Horizontal
  */
 /* Tablet portrait and smaller */
 @media (max-width: 959px) {
   /* Behave like `nfe-form-stacked` */
   .nfe-form-horizontal .nfe-form-label {
     display: block;
     margin-bottom: 5px;
   }
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-form-horizontal .nfe-form-label {
     width: 200px;
     margin-top: 7px;
     float: left;
   }
   .nfe-form-horizontal .nfe-form-controls {
     margin-left: 215px;
   }
   /* Better vertical alignment if controls are checkboxes and radio buttons with text */
   .nfe-form-horizontal .nfe-form-controls-text {
     padding-top: 7px;
   }
 }
 /* Icons
  ========================================================================== */
 /*
  * 1. Set position
  * 2. Set width
  * 3. Center icon vertically and horizontally
  * 4. Style
  */
 .nfe-form-icon {
   /* 1 */
   position: absolute;
   top: 0;
   bottom: 0;
   left: 5px;
   /* 2 */
   width: 40px;
   /* 3 */
   display: inline-flex;
   justify-content: center;
   align-items: center;
   /* 4 */
   color: #999;
 }
 /*
  * Required for `a`.
  */
 .nfe-form-icon:hover {
   color: #666;
 }
 /*
  * Make `input` element clickable through icon, e.g. if it's a `span`
  */
 .nfe-form-icon:not(a):not(button):not(input) {
   pointer-events: none;
 }
 /*
  * Input padding
  */
 .nfe-form-icon:not(.nfe-form-icon-flip) ~ .nfe-input {
   padding-left: 40px !important;
 }
 /*
  * Position modifier
  */
 .nfe-form-icon-flip {
   right: 5px;
   left: auto;
 }
 .nfe-form-icon-flip ~ .nfe-input {
   padding-right: 40px !important;
 }
 /* ========================================================================
    Component: Button
  ========================================================================== */
 /*
  * 1. Remove margins in Chrome, Safari and Opera.
  * 2. Remove borders for `button`.
  * 3. Address `overflow` set to `hidden` in IE.
  * 4. Correct `font` properties and `color` not being inherited for `button`.
  * 5. Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 6. Remove default style for `input type="submit"`in iOS.
  * 7. Style
  * 8. `line-height` is used to create a height because it also centers the text vertically for `a` elements.
  *    Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements.
  * 9. Align text if button has a width
  * 10. Required for `a`.
  */
 .nfe-button {
   position: relative;
     display: inline-block;
     font-weight: 600;
     /* color: #ffffff; */
     /* background-color: #d4d4d4; */
     text-align: center;
     vertical-align: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     /* box-shadow: 0 4px 12px rgba(102,103,107,0.15); */
     border: 1px solid transparent;
     padding: 10px 17px;
     line-height: 17px;
     font-size: 13px;
     border-radius: 6px;
   
 }
 .nfe-button:not(:disabled) {
   cursor: pointer;
 }
 /*
  * Remove the inner border and padding in Firefox.
  */
 .nfe-button::-moz-focus-inner {
   border: 0;
   padding: 0;
 }
 /* Hover */
 .nfe-button:hover {
   /* 9 */
   text-decoration: none;
 }
 /* Focus */
 .nfe-button:focus {
   outline: none;
 }
 /* OnClick + Active */
 /* Style modifiers
  ========================================================================== */
 /*
  * Default
  */
 .nfe-button-default {
   background-color: transparent;
   color: #333;
   border: 1px solid #e5e5e5;
 }
 /* Hover + Focus */
 .nfe-button-default:hover,
 .nfe-button-default:focus {
   background-color: transparent;
   color: #333;
   border-color: #b2b2b2;
 }
 /* OnClick + Active */
 .nfe-button-default:active,
 .nfe-button-default.nfe-active {
   background-color: transparent;
   color: #333;
   border-color: #999999;
 }
 /*
  * Primary
  */
 .nfe-button-primary {
   background-color: #1e87f0;
   color: #fff;
   border: 1px solid transparent;
 }
 /* Hover + Focus */
 .nfe-button-primary:hover,
 .nfe-button-primary:focus {
   background-color: #0f7ae5;
   color: #fff;
 }
 /* OnClick + Active */
 .nfe-button-primary:active,
 .nfe-button-primary.nfe-active {
   background-color: #0e6dcd;
   color: #fff;
 }
 /*
  * Secondary
  */
 .nfe-button-secondary {
   background-color: #222;
   color: #fff;
   border: 1px solid transparent;
 }
 /* Hover + Focus */
 .nfe-button-secondary:hover,
 .nfe-button-secondary:focus {
   background-color: #151515;
   color: #fff;
 }
 /* OnClick + Active */
 .nfe-button-secondary:active,
 .nfe-button-secondary.nfe-active {
   background-color: #080808;
   color: #fff;
 }
 /*
  * Danger
  */
 .nfe-button-danger {
   background-color: #f0506e;
   color: #fff;
   border: 1px solid transparent;
 }
 /* Hover + Focus */
 .nfe-button-danger:hover,
 .nfe-button-danger:focus {
   background-color: #ee395b;
   color: #fff;
 }
 /* OnClick + Active */
 .nfe-button-danger:active,
 .nfe-button-danger.nfe-active {
   background-color: #ec2147;
   color: #fff;
 }
 /*
  * Disabled
  * The same for all style modifiers
  */
 .nfe-button-default:disabled,
 .nfe-button-primary:disabled,
 .nfe-button-secondary:disabled,
 .nfe-button-danger:disabled {
   background-color: transparent;
   color: #999;
   border-color: #e5e5e5;
 }
 /* Size modifiers
  ========================================================================== */
 .nfe-button-small {
   padding: 0 15px;
   line-height: 28px;
   font-size: 0.875rem;
 }
 .nfe-button-large {
   padding: 0 40px;
   line-height: 53px;
   /* font-size: 0.875rem; */
 }
 /* Text modifiers
  ========================================================================== */
 /*
  * Text
  * 1. Reset
  * 2. Style
  */
 .nfe-button-text {
   /* 1 */
   padding: 0;
   line-height: 1.5;
   background: none;
   /* 2 */
   color: #333;
   position: relative;
 }
 .nfe-button-text::before {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   right: 100%;
   border-bottom: 1px solid #333;
   transition: right 0.3s ease-out;
 }
 /* Hover + Focus */
 .nfe-button-text:hover,
 .nfe-button-text:focus {
   color: #333;
 }
 .nfe-button-text:hover::before,
 .nfe-button-text:focus::before {
   right: 0;
 }
 /* Disabled */
 .nfe-button-text:disabled {
   color: #999;
 }
 .nfe-button-text:disabled::before {
   display: none;
 }
 /*
  * Link
  * 1. Reset
  * 2. Style
  */
 .nfe-button-link {
   /* 1 */
   padding: 0;
   line-height: 1.5;
   background: none;
   /* 2 */
   color: #1e87f0;
 }
 /* Hover + Focus */
 .nfe-button-link:hover,
 .nfe-button-link:focus {
   color: #0f6ecd;
   text-decoration: underline;
 }
 /* Disabled */
 .nfe-button-link:disabled {
   color: #999;
   text-decoration: none;
 }
 /* Group
  ========================================================================== */
 /*
  * 1. Using `flex` instead of `inline-block` to prevent whitespace betweent child elements
  * 2. Behave like button
  * 3. Create position context
  */
 .nfe-button-group {
   /* 1 */
   display: inline-flex;
   /* 2 */
   vertical-align: middle;
   /* 3 */
   position: relative;
 }
 /* Group
      ========================================================================== */
 /*
      * Collapse border
      */
 .nfe-button-group > .nfe-button:nth-child(n+2),
 .nfe-button-group > div:nth-child(n+2) .nfe-button {
   margin-left: -1px;
 }
 /*
      * Create position context to superimpose the successor elements border
      * Known issue: If you use an `a` element as button and an icon inside,
      * the active state will not work if you click the icon inside the button
      * Workaround: Just use a `button` or `input` element as button
      */
 .nfe-button-group .nfe-button:hover,
 .nfe-button-group .nfe-button:focus,
 .nfe-button-group .nfe-button:active,
 .nfe-button-group .nfe-button.nfe-active {
   position: relative;
   z-index: 1;
 }
 /* ========================================================================
    Component: Section
  ========================================================================== */
 /*
  * 1. Make it work with `100vh` and height in general
  */
 .nfe-section {
   box-sizing: border-box;
   /* 1 */
   padding-top: 40px;
   padding-bottom: 40px;
 }
 /* Desktop and bigger */
 @media (min-width: 960px) {
   .nfe-section {
     padding-top: 70px;
     padding-bottom: 70px;
   }
 }
 /*
  * Micro clearfix
  */
 .nfe-section::before,
 .nfe-section::after {
   content: "";
   display: table;
 }
 .nfe-section::after {
   clear: both;
 }
 /*
  * Remove margin from the last-child
  */
 .nfe-section > :last-child {
   margin-bottom: 0;
 }
 /* Size modifiers
  ========================================================================== */
 /*
  * XSmall
  */
 .nfe-section-xsmall {
   padding-top: 20px;
   padding-bottom: 20px;
 }
 /*
  * Small
  */
 .nfe-section-small {
   padding-top: 40px;
   padding-bottom: 40px;
 }
 /*
  * Large
  */
 .nfe-section-large {
   padding-top: 70px;
   padding-bottom: 70px;
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-section-large {
     padding-top: 140px;
     padding-bottom: 140px;
   }
 }
 /*
  * XLarge
  */
 .nfe-section-xlarge {
   padding-top: 140px;
   padding-bottom: 140px;
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-section-xlarge {
     padding-top: 210px;
     padding-bottom: 210px;
   }
 }
 /* Style modifiers
  ========================================================================== */
 /*
  * Default
  */
 .nfe-section-default {
   background: #fff;
 }
 /*
  * Muted
  */
 .nfe-section-muted {
   background: #f8f8f8;
 }
 /*
  * Primary
  */
 .nfe-section-primary {
   background: #1e87f0;
 }
 /*
  * Secondary
  */
 .nfe-section-secondary {
   background: #222;
 }
 /* Overlap modifier
  ========================================================================== */
 /*
  * Reserved modifier to make a section overlap another section with an border image
  * Implemented by the theme
  */
 /* ========================================================================
    Component: Container
  ========================================================================== */
 /*
  * 1. Box sizing has to be `content-box` so the max-width is always the same and
  *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
  */
 .nfe-container {
   /* 1 */
   box-sizing: content-box;
   max-width: 1200px;
   margin-left: auto;
   margin-right: auto;
   padding-left: 15px;
   padding-right: 15px;
 }
 /* Phone landscape and bigger */
 @media (min-width: 640px) {
   .nfe-container {
     padding-left: 30px;
     padding-right: 30px;
   }
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-container {
     padding-left: 40px;
     padding-right: 40px;
   }
 }
 /*
  * Micro clearfix
  */
 .nfe-container::before,
 .nfe-container::after {
   content: "";
   display: table;
 }
 .nfe-container::after {
   clear: both;
 }
 /*
  * Remove margin from the last-child
  */
 .nfe-container > :last-child {
   margin-bottom: 0;
 }
 /*
  * Remove padding from nested containers
  */
 .nfe-container .nfe-container {
   padding-left: 0;
   padding-right: 0;
 }
 /* Size modifier
  ========================================================================== */
 .nfe-container-xsmall {
   max-width: 750px;
 }
 .nfe-container-small {
   max-width: 900px;
 }
 .nfe-container-large {
   max-width: 1600px;
 }
 .nfe-container-expand {
   max-width: none;
 }
 /* Expand modifier
  ========================================================================== */
 /*
  * Expand one side only
  */
 .nfe-container-expand-left {
   margin-left: 0;
 }
 .nfe-container-expand-right {
   margin-right: 0;
 }
 /* Phone landscape and bigger */
 @media (min-width: 640px) {
   .nfe-container-expand-left.nfe-container-xsmall,
   .nfe-container-expand-right.nfe-container-xsmall {
     max-width: calc(50% + (750px / 2) - 30px);
   }
   .nfe-container-expand-left.nfe-container-small,
   .nfe-container-expand-right.nfe-container-small {
     max-width: calc(50% + (900px / 2) - 30px);
   }
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-container-expand-left,
   .nfe-container-expand-right {
     max-width: calc(50% + (1200px / 2) - 40px);
   }
   .nfe-container-expand-left.nfe-container-xsmall,
   .nfe-container-expand-right.nfe-container-xsmall {
     max-width: calc(50% + (750px / 2) - 40px);
   }
   .nfe-container-expand-left.nfe-container-small,
   .nfe-container-expand-right.nfe-container-small {
     max-width: calc(50% + (900px / 2) - 40px);
   }
   .nfe-container-expand-left.nfe-container-large,
   .nfe-container-expand-right.nfe-container-large {
     max-width: calc(50% + (1600px / 2) - 40px);
   }
 }
 /* Item
  ========================================================================== */
 /*
  * Utility classes to reset container padding on the left or right side
  * Note: It has to be negative margin on the item, because it's specific to the item.
  */
 .nfe-container-item-padding-remove-left,
 .nfe-container-item-padding-remove-right {
   width: calc(100% + 15px);
 }
 .nfe-container-item-padding-remove-left {
   margin-left: -15px;
 }
 .nfe-container-item-padding-remove-right {
   margin-right: -15px;
 }
 /* Phone landscape and bigger */
 @media (min-width: 640px) {
   .nfe-container-item-padding-remove-left,
   .nfe-container-item-padding-remove-right {
     width: calc(100% + 30px);
   }
   .nfe-container-item-padding-remove-left {
     margin-left: -30px;
   }
   .nfe-container-item-padding-remove-right {
     margin-right: -30px;
   }
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-container-item-padding-remove-left,
   .nfe-container-item-padding-remove-right {
     width: calc(100% + 40px);
   }
   .nfe-container-item-padding-remove-left {
     margin-left: -40px;
   }
   .nfe-container-item-padding-remove-right {
     margin-right: -40px;
   }
 }
 /* ========================================================================
    Component: Grid
  ========================================================================== */
 /*
  * 1. Allow cells to wrap into the next line
  * 2. Reset list
  */
 .nfe-grid {
   display: flex;
   /* 1 */
   flex-wrap: wrap;
   /* 2 */
   margin: 0;
   padding: 0;
   list-style: none;
   position: unset;
 }
 /*
  * Grid cell
  * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
  * Reset margin for e.g. paragraphs
  */
 .nfe-grid > * {
   margin: 0;
 }
 /*
  * Remove margin from the last-child
  */
 .nfe-grid > * > :last-child {
   margin-bottom: 0;
 }
 /* Gutter
  ========================================================================== */
 /*
  * Default
  */
 /* Horizontal */
 .nfe-grid {
   margin-left: -30px;
 }
 .nfe-grid > * {
   padding-left: 30px;
 }
 /* Vertical */
 .nfe-grid + .nfe-grid,
 .nfe-grid > .nfe-grid-margin,
 * + .nfe-grid-margin {
   margin-top: 30px;
 }
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   /* Horizontal */
   .nfe-grid {
     margin-left: -30px;
   }
   .nfe-grid > * {
     padding-left: 30px;
   }
   /* Vertical */
   .nfe-grid + .nfe-grid,
   .nfe-grid > .nfe-grid-margin,
   * + .nfe-grid-margin {
     margin-top: 30px;
   }
 }
 /*
  * Small
  */
 /* Horizontal */
 .nfe-grid-small,
 .nfe-grid-column-small {
   margin-left: -15px;
 }
 .nfe-grid-small > *,
 .nfe-grid-column-small > * {
   padding-left: 15px;
 }
 /* Vertical */
 .nfe-grid + .nfe-grid-small,
 .nfe-grid + .nfe-grid-row-small,
 .nfe-grid-small > .nfe-grid-margin,
 .nfe-grid-row-small > .nfe-grid-margin,
 * + .nfe-grid-margin-small {
   margin-top: 15px;
 }
 /*
  * Medium
  */
 /* Horizontal */
 .nfe-grid-medium,
 .nfe-grid-column-medium {
   margin-left: -30px;
 }
 .nfe-grid-medium > *,
 .nfe-grid-column-medium > * {
   padding-left: 30px;
 }
 /* Vertical */
 .nfe-grid + .nfe-grid-medium,
 .nfe-grid + .nfe-grid-row-medium,
 .nfe-grid-medium > .nfe-grid-margin,
 .nfe-grid-row-medium > .nfe-grid-margin,
 * + .nfe-grid-margin-medium {
   margin-top: 30px;
 }
 /*
  * Large
  */
 /* Horizontal */
 .nfe-grid-large,
 .nfe-grid-column-large {
   margin-left: -40px;
 }
 .nfe-grid-large > *,
 .nfe-grid-column-large > * {
   padding-left: 40px;
 }
 /* Vertical */
 .nfe-grid + .nfe-grid-large,
 .nfe-grid + .nfe-grid-row-large,
 .nfe-grid-large > .nfe-grid-margin,
 .nfe-grid-row-large > .nfe-grid-margin,
 * + .nfe-grid-margin-large {
   margin-top: 30px;
 }
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   /* Horizontal */
   .nfe-grid-large,
   .nfe-grid-column-large {
     margin-left: -70px;
   }
   .nfe-grid-large > *,
   .nfe-grid-column-large > * {
     padding-left: 70px;
   }
   /* Vertical */
   .nfe-grid + .nfe-grid-large,
   .nfe-grid + .nfe-grid-row-large,
   .nfe-grid-large > .nfe-grid-margin,
   .nfe-grid-row-large > .nfe-grid-margin,
   * + .nfe-grid-margin-large {
     margin-top: 70px;
   }
 }
 /*
  * Collapse
  */
 /* Horizontal */
 .nfe-grid-collapse,
 .nfe-grid-column-collapse {
   margin-left: 0;
 }
 .nfe-grid-collapse > *,
 .nfe-grid-column-collapse > * {
   padding-left: 0;
 }
 /* Vertical */
 .nfe-grid + .nfe-grid-collapse,
 .nfe-grid + .nfe-grid-row-collapse,
 .nfe-grid-collapse > .nfe-grid-margin,
 .nfe-grid-row-collapse > .nfe-grid-margin {
   margin-top: 0;
 }
 /* Divider
  ========================================================================== */
 .nfe-grid-divider > * {
   position: relative;
 }
 .nfe-grid-divider > :not(.nfe-first-column)::before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   border-left: 1px solid #e5e5e5;
 }
 /* Vertical */
 .nfe-grid-divider.nfe-grid-stack > .nfe-grid-margin::before {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   border-top: 1px solid #e5e5e5;
 }
 /*
  * Default
  */
 /* Horizontal */
 .nfe-grid-divider {
   margin-left: -60px;
 }
 .nfe-grid-divider > * {
   padding-left: 60px;
 }
 .nfe-grid-divider > :not(.nfe-first-column)::before {
   left: 30px;
 }
 /* Vertical */
 .nfe-grid-divider.nfe-grid-stack > .nfe-grid-margin {
   margin-top: 60px;
 }
 .nfe-grid-divider.nfe-grid-stack > .nfe-grid-margin::before {
   top: -30px;
   left: 60px;
 }
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   /* Horizontal */
   .nfe-grid-divider {
     margin-left: -80px;
   }
   .nfe-grid-divider > * {
     padding-left: 80px;
   }
   .nfe-grid-divider > :not(.nfe-first-column)::before {
     left: 40px;
   }
   /* Vertical */
   .nfe-grid-divider.nfe-grid-stack > .nfe-grid-margin {
     margin-top: 80px;
   }
   .nfe-grid-divider.nfe-grid-stack > .nfe-grid-margin::before {
     top: -40px;
     left: 80px;
   }
 }
 /*
  * Small
  */
 /* Horizontal */
 .nfe-grid-divider.nfe-grid-small,
 .nfe-grid-divider.nfe-grid-column-small {
   margin-left: -30px;
 }
 .nfe-grid-divider.nfe-grid-small > *,
 .nfe-grid-divider.nfe-grid-column-small > * {
   padding-left: 30px;
 }
 .nfe-grid-divider.nfe-grid-small > :not(.nfe-first-column)::before,
 .nfe-grid-divider.nfe-grid-column-small > :not(.nfe-first-column)::before {
   left: 15px;
 }
 /* Vertical */
 .nfe-grid-divider.nfe-grid-small.nfe-grid-stack > .nfe-grid-margin,
 .nfe-grid-divider.nfe-grid-row-small.nfe-grid-stack > .nfe-grid-margin {
   margin-top: 30px;
 }
 .nfe-grid-divider.nfe-grid-small.nfe-grid-stack > .nfe-grid-margin::before {
   top: -15px;
   left: 30px;
 }
 .nfe-grid-divider.nfe-grid-row-small.nfe-grid-stack > .nfe-grid-margin::before {
   top: -15px;
 }
 .nfe-grid-divider.nfe-grid-column-small.nfe-grid-stack > .nfe-grid-margin::before {
   left: 30px;
 }
 /*
  * Medium
  */
 /* Horizontal */
 .nfe-grid-divider.nfe-grid-medium,
 .nfe-grid-divider.nfe-grid-column-medium {
   margin-left: -60px;
 }
 .nfe-grid-divider.nfe-grid-medium > *,
 .nfe-grid-divider.nfe-grid-column-medium > * {
   padding-left: 60px;
 }
 .nfe-grid-divider.nfe-grid-medium > :not(.nfe-first-column)::before,
 .nfe-grid-divider.nfe-grid-column-medium > :not(.nfe-first-column)::before {
   left: 30px;
 }
 /* Vertical */
 .nfe-grid-divider.nfe-grid-medium.nfe-grid-stack > .nfe-grid-margin,
 .nfe-grid-divider.nfe-grid-row-medium.nfe-grid-stack > .nfe-grid-margin {
   margin-top: 60px;
 }
 .nfe-grid-divider.nfe-grid-medium.nfe-grid-stack > .nfe-grid-margin::before {
   top: -30px;
   left: 60px;
 }
 .nfe-grid-divider.nfe-grid-row-medium.nfe-grid-stack > .nfe-grid-margin::before {
   top: -30px;
 }
 .nfe-grid-divider.nfe-grid-column-medium.nfe-grid-stack > .nfe-grid-margin::before {
   left: 60px;
 }
 /*
  * Large
  */
 /* Horizontal */
 .nfe-grid-divider.nfe-grid-large,
 .nfe-grid-divider.nfe-grid-column-large {
   margin-left: -80px;
 }
 .nfe-grid-divider.nfe-grid-large > *,
 .nfe-grid-divider.nfe-grid-column-large > * {
   padding-left: 80px;
 }
 .nfe-grid-divider.nfe-grid-large > :not(.nfe-first-column)::before,
 .nfe-grid-divider.nfe-grid-column-large > :not(.nfe-first-column)::before {
   left: 40px;
 }
 /* Vertical */
 .nfe-grid-divider.nfe-grid-large.nfe-grid-stack > .nfe-grid-margin,
 .nfe-grid-divider.nfe-grid-row-large.nfe-grid-stack > .nfe-grid-margin {
   margin-top: 80px;
 }
 .nfe-grid-divider.nfe-grid-large.nfe-grid-stack > .nfe-grid-margin::before {
   top: -40px;
   left: 80px;
 }
 .nfe-grid-divider.nfe-grid-row-large.nfe-grid-stack > .nfe-grid-margin::before {
   top: -40px;
 }
 .nfe-grid-divider.nfe-grid-column-large.nfe-grid-stack > .nfe-grid-margin::before {
   left: 80px;
 }
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   /* Horizontal */
   .nfe-grid-divider.nfe-grid-large,
   .nfe-grid-divider.nfe-grid-column-large {
     margin-left: -140px;
   }
   .nfe-grid-divider.nfe-grid-large > *,
   .nfe-grid-divider.nfe-grid-column-large > * {
     padding-left: 140px;
   }
   .nfe-grid-divider.nfe-grid-large > :not(.nfe-first-column)::before,
   .nfe-grid-divider.nfe-grid-column-large > :not(.nfe-first-column)::before {
     left: 70px;
   }
   /* Vertical */
   .nfe-grid-divider.nfe-grid-large.nfe-grid-stack > .nfe-grid-margin,
   .nfe-grid-divider.nfe-grid-row-large.nfe-grid-stack > .nfe-grid-margin {
     margin-top: 140px;
   }
   .nfe-grid-divider.nfe-grid-large.nfe-grid-stack > .nfe-grid-margin::before {
     top: -70px;
     left: 140px;
   }
   .nfe-grid-divider.nfe-grid-row-large.nfe-grid-stack > .nfe-grid-margin::before {
     top: -70px;
   }
   .nfe-grid-divider.nfe-grid-column-large.nfe-grid-stack > .nfe-grid-margin::before {
     left: 140px;
   }
 }
 /* Match child of a grid cell
  ========================================================================== */
 /*
  * Behave like a block element
  * 1. Wrap into the next line
  * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
  * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
  */
 .nfe-grid-match > *,
 .nfe-grid-item-match {
   display: flex;
   /* 1 */
   flex-wrap: wrap;
 }
 .nfe-grid-match > * > :not([class*='nfe-width']),
 .nfe-grid-item-match > :not([class*='nfe-width']) {
   /* 2 */
   box-sizing: border-box;
   width: 100%;
   /* 3 */
   flex: auto;
 }
 /* ========================================================================
    Component: Tile
  ========================================================================== */
 .nfe-tile {
   position: relative;
   box-sizing: border-box;
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 40px;
   padding-bottom: 40px;
 }
 /* Phone landscape and bigger */
 @media (min-width: 640px) {
   .nfe-tile {
     padding-left: 30px;
     padding-right: 30px;
   }
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-tile {
     padding-left: 40px;
     padding-right: 40px;
     padding-top: 70px;
     padding-bottom: 70px;
   }
 }
 /*
  * Micro clearfix
  */
 .nfe-tile::before,
 .nfe-tile::after {
   content: "";
   display: table;
 }
 .nfe-tile::after {
   clear: both;
 }
 /*
  * Remove margin from the last-child
  */
 .nfe-tile > :last-child {
   margin-bottom: 0;
 }
 /* Size modifiers
  ========================================================================== */
 /*
  * XSmall
  */
 .nfe-tile-xsmall {
   padding-top: 20px;
   padding-bottom: 20px;
 }
 /*
  * Small
  */
 .nfe-tile-small {
   padding-top: 40px;
   padding-bottom: 40px;
 }
 /*
  * Large
  */
 .nfe-tile-large {
   padding-top: 70px;
   padding-bottom: 70px;
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-tile-large {
     padding-top: 140px;
     padding-bottom: 140px;
   }
 }
 /*
  * XLarge
  */
 .nfe-tile-xlarge {
   padding-top: 140px;
   padding-bottom: 140px;
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-tile-xlarge {
     padding-top: 210px;
     padding-bottom: 210px;
   }
 }
 /* Style modifiers
  ========================================================================== */
 /*
  * Default
  */
 .nfe-tile-default {
   background: #fff;
 }
 /*
  * Muted
  */
 .nfe-tile-muted {
   background: #f8f8f8;
 }
 /*
  * Primary
  */
 .nfe-tile-primary {
   background: #1e87f0;
 }
 /*
  * Secondary
  */
 .nfe-tile-secondary {
   background: #222;
 }
 /* ========================================================================
    Component: Card
  ========================================================================== */
 .nfe-card {
   position: relative;
   box-sizing: border-box;
   transition: box-shadow 0.1s ease-in-out;
 }
 /* Sections
  ========================================================================== */
 .nfe-card-body {
   padding: 20px;
 }
 .nfe-card-header {
   padding: 15px 30px;
 }
 .nfe-card-footer {
   padding: 15px 30px;
 }
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   .nfe-card-body {
     padding: 30px;
   }
   .nfe-card-header {
     padding: 20px 30px;
   }
   .nfe-card-footer {
     padding: 20px 40px;
   }
 }
 /*
  * Micro clearfix
  */
 .nfe-card-body::before,
 .nfe-card-body::after,
 .nfe-card-header::before,
 .nfe-card-header::after,
 .nfe-card-footer::before,
 .nfe-card-footer::after {
   content: "";
   display: table;
 }
 .nfe-card-body::after,
 .nfe-card-header::after,
 .nfe-card-footer::after {
   clear: both;
 }
 /*
  * Remove margin from the last-child
  */
 .nfe-card-body > :last-child,
 .nfe-card-header > :last-child,
 .nfe-card-footer > :last-child {
   margin-bottom: 0;
 }
 /* Media
  ========================================================================== */
 /*
  * Reserved alignment modifier to style the media element, e.g. with `border-radius`
  * Implemented by the theme
  */
 /* Title
  ========================================================================== */
 .nfe-card-title {
   font-size: 1.5rem;
   line-height: 1.4;
 }
 /* Badge
  ========================================================================== */
 .nfe-card-badge {
   position: absolute;
   top: 30px;
   right: 30px;
   z-index: 1;
 }
 /*
  * Remove margin from adjacent element
  */
 .nfe-card-badge:first-child + * {
   margin-top: 0;
 }
 /* Hover modifier
  ========================================================================== */
 .nfe-card-hover:not(.nfe-card-default):not(.nfe-card-primary):not(.nfe-card-secondary):hover {
   background: #fff;
   box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
 }
 /* Style modifiers
  ========================================================================== */
 /*
  * Default
  * Note: Header and Footer are only implemented for the default style
  */
 .nfe-card-default {
   background: #fff;
   color: #666;
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
 }
 .nfe-card-default .nfe-card-title {
   color: #333;
 }
 .nfe-card-default.nfe-card-hover:hover {
   background-color: #fff;
   box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
 }
 .nfe-card-default .nfe-card-header {
   border-bottom: 1px solid #e5e5e5;
 }
 .nfe-card-default .nfe-card-footer {
   border-top: 1px solid #e5e5e5;
 }
 /*
  * Primary
  */
 .nfe-card-primary {
   background: #1e87f0;
   color: #fff;
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
 }
 .nfe-card-primary .nfe-card-title {
   color: #fff;
 }
 .nfe-card-primary.nfe-card-hover:hover {
   background-color: #1e87f0;
   box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
 }
 /*
  * Secondary
  */
 .nfe-card-secondary {
   background: #222;
   color: #fff;
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
 }
 .nfe-card-secondary .nfe-card-title {
   color: #fff;
 }
 .nfe-card-secondary.nfe-card-hover:hover {
   background-color: #222;
   box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
 }
 /* Size modifier
  ========================================================================== */
 /*
  * Small
  */
 .nfe-card-small.nfe-card-body,
 .nfe-card-small .nfe-card-body {
   padding: 20px 20px;
 }
 .nfe-card-small .nfe-card-header {
   padding: 13px 20px;
 }
 .nfe-card-small .nfe-card-footer {
   padding: 13px 20px;
 }
 /*
  * Large
  */
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   .nfe-card-large.nfe-card-body,
   .nfe-card-large .nfe-card-body {
     padding: 70px 70px;
   }
   .nfe-card-large .nfe-card-header {
     padding: 35px 70px;
   }
   .nfe-card-large .nfe-card-footer {
     padding: 35px 70px;
   }
 }
 /*
      * Default
      */
 .nfe-card-body > .nfe-nav-default {
   margin-left: -30px;
   margin-right: -30px;
 }
 .nfe-card-body > .nfe-nav-default:only-child {
   margin-top: -15px;
   margin-bottom: -15px;
 }
 .nfe-card-body .nfe-nav-default > li > a,
 .nfe-card-body .nfe-nav-default .nfe-nav-header,
 .nfe-card-body .nfe-nav-default .nfe-nav-divider {
   padding-left: 30px;
   padding-right: 30px;
 }
 .nfe-card-body .nfe-nav-default .nfe-nav-sub {
   padding-left: 45px;
 }
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   .nfe-card-body > .nfe-nav-default {
     margin-left: -40px;
     margin-right: -40px;
   }
   .nfe-card-body > .nfe-nav-default:only-child {
     margin-top: -25px;
     margin-bottom: -25px;
   }
   .nfe-card-body .nfe-nav-default > li > a,
   .nfe-card-body .nfe-nav-default .nfe-nav-header,
   .nfe-card-body .nfe-nav-default .nfe-nav-divider {
     padding-left: 40px;
     padding-right: 40px;
   }
   .nfe-card-body .nfe-nav-default .nfe-nav-sub {
     padding-left: 55px;
   }
 }
 /*
      * Small
      */
 .nfe-card-small > .nfe-nav-default {
   margin-left: -20px;
   margin-right: -20px;
 }
 .nfe-card-small > .nfe-nav-default:only-child {
   margin-top: -5px;
   margin-bottom: -5px;
 }
 .nfe-card-small .nfe-nav-default > li > a,
 .nfe-card-small .nfe-nav-default .nfe-nav-header,
 .nfe-card-small .nfe-nav-default .nfe-nav-divider {
   padding-left: 20px;
   padding-right: 20px;
 }
 .nfe-card-small .nfe-nav-default .nfe-nav-sub {
   padding-left: 35px;
 }
 /*
      * Large
      */
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   .nfe-card-large > .nfe-nav-default {
     margin: 0;
   }
   .nfe-card-large > .nfe-nav-default:only-child {
     margin: 0;
   }
   .nfe-card-large .nfe-nav-default > li > a,
   .nfe-card-large .nfe-nav-default .nfe-nav-header,
   .nfe-card-large .nfe-nav-default .nfe-nav-divider {
     padding-left: 0;
     padding-right: 0;
   }
   .nfe-card-large .nfe-nav-default .nfe-nav-sub {
     padding-left: 15px;
   }
 }
 /* ========================================================================
    Component: Close
  ========================================================================== */
 /*
  * Adopts `nfe-icon`
  */
 .nfe-close {
   color: #999;
   transition: 0.1s ease-in-out;
   transition-property: color, opacity;
 }
 /* Hover + Focus */
 .nfe-close:hover,
 .nfe-close:focus {
   color: #666;
   outline: none;
 }
 /* ========================================================================
    Component: Spinner
  ========================================================================== */
 /*
  * Adopts `nfe-icon`
  */
 /* SVG
  ========================================================================== */
 .nfe-spinner > * {
   animation: nfe-spinner-rotate 1.4s linear infinite;
 }
 @keyframes nfe-spinner-rotate {
   0% {
     transform: rotate(0deg);
   }
   100% {
     transform: rotate(270deg);
   }
 }
 /*
  * Circle
  */
 .nfe-spinner > * > * {
   stroke-dasharray: 88px;
   stroke-dashoffset: 0;
   transform-origin: center;
   animation: nfe-spinner-dash 1.4s ease-in-out infinite;
   stroke-width: 1;
   stroke-linecap: round;
 }
 @keyframes nfe-spinner-dash {
   0% {
     stroke-dashoffset: 88px;
   }
   50% {
     stroke-dashoffset: 22px;
     transform: rotate(135deg);
   }
   100% {
     stroke-dashoffset: 88px;
     transform: rotate(450deg);
   }
 }
 /* ========================================================================
    Component: Totop
  ========================================================================== */
 /*
  * Addopts `nfe-icon`
  */
 .nfe-totop {
   padding: 5px;
   color: #999;
   transition: color 0.1s ease-in-out;
 }
 /* Hover + Focus */
 .nfe-totop:hover,
 .nfe-totop:focus {
   color: #666;
   outline: none;
 }
 /* OnClick */
 .nfe-totop:active {
   color: #333;
 }
 /* ========================================================================
    Component: Marker
  ========================================================================== */
 /*
  * Addopts `nfe-icon`
  */
 .nfe-marker {
   padding: 5px;
   background: #222;
   color: #fff;
   border-radius: 500px;
 }
 /* Hover + Focus */
 .nfe-marker:hover,
 .nfe-marker:focus {
   color: #fff;
   outline: none;
 }
 /* ========================================================================
    Component: Alert
  ========================================================================== */
 .nfe-alert {
   position: relative;
   margin-bottom: 20px;
   padding: 15px 29px 15px 15px;
   background: #f8f8f8;
   color: #666;
 }
 /* Add margin if adjacent element */
 * + .nfe-alert {
   margin-top: 20px;
 }
 /*
  * Remove margin from the last-child
  */
 .nfe-alert > :last-child {
   margin-bottom: 0;
 }
 /* Close
  * Adopts `nfe-close`
  ========================================================================== */
 .nfe-alert-close {
   position: absolute;
   top: 20px;
   right: 15px;
   color: inherit;
   opacity: 0.4;
 }
 /*
  * Remove margin from adjacent element
  */
 .nfe-alert-close:first-child + * {
   margin-top: 0;
 }
 /*
  * Hover + Focus
  */
 .nfe-alert-close:hover,
 .nfe-alert-close:focus {
   color: inherit;
   opacity: 0.8;
 }
 /* Style modifiers
  ========================================================================== */
 /*
  * Primary
  */
 .nfe-alert-primary {
   background: #d8eafc;
   color: #1e87f0;
 }
 /*
  * Success
  */
 .nfe-alert-success {
   background: #edfbf6;
   color: #32d296;
 }
 /*
  * Warning
  */
 .nfe-alert-warning {
   background: #fff6ee;
   color: #faa05a;
 }
 /*
  * Danger
  */
 .nfe-alert-danger {
   background: #fef4f6;
   color: #f0506e;
 }
 /*
      * Content
      */
 .nfe-alert h1,
 .nfe-alert h2,
 .nfe-alert h3,
 .nfe-alert h4,
 .nfe-alert h5,
 .nfe-alert h6 {
   color: inherit;
 }
 .nfe-alert a:not([class]) {
   color: inherit;
   text-decoration: underline;
 }
 .nfe-alert a:not([class]):hover {
   color: inherit;
   text-decoration: underline;
 }
 /* ========================================================================
    Component: Badge
  ========================================================================== */
 /*
  * 1. Style
  * 2. Center child vertically and horizontally
  */
 .nfe-badge {
   box-sizing: border-box;
   min-width: 22px;
   height: 22px;
   padding: 0 5px;
   border-radius: 500px;
   vertical-align: middle;
   /* 1 */
   background: #1e87f0;
   color: #fff;
   font-size: 0.875rem;
   /* 2 */
   display: inline-flex;
   justify-content: center;
   align-items: center;
 }
 /*
  * Required for `a`
  */
 .nfe-badge:hover,
 .nfe-badge:focus {
   color: #fff;
   text-decoration: none;
   outline: none;
 }
 /* ========================================================================
    Component: Label
  ========================================================================== */
 .nfe-label {
   display: inline-block;
   padding: 0 10px;
   background: #1e87f0;
   line-height: 1.5;
   font-size: 0.875rem;
   color: #fff;
   vertical-align: middle;
   white-space: nowrap;
   border-radius: 2px;
   text-transform: uppercase;
 }
 /* Color modifiers
  ========================================================================== */
 /*
  * Success
  */
 .nfe-label-success {
   background-color: #32d296;
   color: #fff;
 }
 /*
  * Warning
  */
 .nfe-label-warning {
   background-color: #faa05a;
   color: #fff;
 }
 /*
  * Danger
  */
 .nfe-label-danger {
   background-color: #f0506e;
   color: #fff;
 }
 /* ========================================================================
    Component: Overlay
  ========================================================================== */
 .nfe-overlay {
   padding: 30px 30px;
 }
 /*
  * Remove margin from the last-child
  */
 .nfe-overlay > :last-child {
   margin-bottom: 0;
 }
 /* Icon
  ========================================================================== */
 /* Style modifiers
  ========================================================================== */
 /*
  * Default
  */
 .nfe-overlay-default {
   background: rgba(255, 255, 255, 0.8);
 }
 /*
  * Primary
  */
 .nfe-overlay-primary {
   background: rgba(34, 34, 34, 0.8);
 }
 /* ========================================================================
    Component: Article
  ========================================================================== */
 /*
  * Micro clearfix
  */
 .nfe-article::before,
 .nfe-article::after {
   content: "";
   display: table;
 }
 .nfe-article::after {
   clear: both;
 }
 /*
  * Remove margin from the last-child
  */
 .nfe-article > :last-child {
   margin-bottom: 0;
 }
 /* Adjacent sibling
  ========================================================================== */
 .nfe-article + .nfe-article {
   margin-top: 70px;
 }
 /* Title
  ========================================================================== */
 .nfe-article-title {
   font-size: 2.23125rem;
   line-height: 1.2;
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-article-title {
     font-size: 2.625rem;
   }
 }
 /* Meta
  ========================================================================== */
 .nfe-article-meta {
   font-size: 0.875rem;
   line-height: 1.4;
   color: #999;
 }
 .nfe-article-meta a {
   color: #999;
 }
 .nfe-article-meta a:hover {
   color: #666;
   text-decoration: none;
 }
 /* ========================================================================
    Component: Comment
  ========================================================================== */
 /* Sections
  ========================================================================== */
 .nfe-comment-body {
   overflow-wrap: break-word;
   word-wrap: break-word;
 }
 .nfe-comment-header {
   margin-bottom: 20px;
 }
 /*
  * Micro clearfix
  */
 .nfe-comment-body::before,
 .nfe-comment-body::after,
 .nfe-comment-header::before,
 .nfe-comment-header::after {
   content: "";
   display: table;
 }
 .nfe-comment-body::after,
 .nfe-comment-header::after {
   clear: both;
 }
 /*
  * Remove margin from the last-child
  */
 .nfe-comment-body > :last-child,
 .nfe-comment-header > :last-child {
   margin-bottom: 0;
 }
 /* Title
  ========================================================================== */
 .nfe-comment-title {
   font-size: 1.25rem;
   line-height: 1.4;
 }
 /* Meta
  ========================================================================== */
 .nfe-comment-meta {
   font-size: 0.875rem;
   line-height: 1.4;
   color: #999;
 }
 /* Avatar
  ========================================================================== */
 /* List
  ========================================================================== */
 .nfe-comment-list {
   padding: 0;
   list-style: none;
 }
 /* Adjacent siblings */
 .nfe-comment-list > :nth-child(n+2) {
   margin-top: 70px;
 }
 /*
  * Sublists
  * Note: General sibling selector allows reply block between comment and sublist
  */
 .nfe-comment-list .nfe-comment ~ ul {
   margin: 70px 0 0 0;
   padding-left: 30px;
   list-style: none;
 }
 /* Tablet and bigger */
 @media (min-width: 960px) {
   .nfe-comment-list .nfe-comment ~ ul {
     padding-left: 100px;
   }
 }
 /* Adjacent siblings */
 .nfe-comment-list .nfe-comment ~ ul > :nth-child(n+2) {
   margin-top: 70px;
 }
 /* Style modifier
  ========================================================================== */
 .nfe-comment-primary {
   padding: 30px;
   background-color: #f8f8f8;
 }
 /* ========================================================================
    Component: Search
  ========================================================================== */
 /*
  * 1. Container fits its content
  * 2. Create position context
  * 3. Prevent content overflow
  * 4. Reset `form`
  */
 .nfe-search {
   /* 1 */
   display: inline-block;
   /* 2 */
   position: relative;
   /* 3 */
   max-width: 100%;
   /* 4 */
   margin: 0;
 }
 /* Input
  ========================================================================== */
 /*
  * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
  */
 .nfe-search-input::-webkit-search-cancel-button,
 .nfe-search-input::-webkit-search-decoration {
   -webkit-appearance: none;
 }
 /*
  * Removes placeholder transparency in Firefox.
  */
 .nfe-search-input::-moz-placeholder {
   opacity: 1;
 }
 /*
  * 1. Define consistent box sizing.
  * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
  * 3. Remove `border-radius` in iOS.
  * 4. Change font properties to `inherit` in all browsers
  * 5. Show the overflow in Edge.
  * 6. Remove default style in iOS.
  * 7. Vertical alignment
  * 8. Take the full container width
  * 9. Style
  */
 .nfe-search-input {
   /* 1 */
   box-sizing: border-box;
   /* 2 */
   margin: 0;
   /* 3 */
   border-radius: 0;
   /* 4 */
   font: inherit;
   /* 5 */
   overflow: visible;
   /* 6 */
   -webkit-appearance: none;
   /* 7 */
   vertical-align: middle;
   /* 8 */
   width: 100%;
   /* 9 */
   border: none;
   color: #666;
 }
 .nfe-search-input:focus {
   outline: none;
 }
 /* Placeholder */
 .nfe-search-input:-ms-input-placeholder {
   color: #999 !important;
 }
 .nfe-search-input::placeholder {
   color: #999;
 }
 /* Icon (Adopts `nfe-icon`)
  ========================================================================== */
 /*
  * Remove default focus style
  */
 .nfe-search-icon:focus {
   outline: none;
 }
 /*
  * Position above input
  * 1. Set position
  * 2. Center icon vertically and horizontally
  * 3. Style
  */
 .nfe-search .nfe-search-icon {
   /* 1 */
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   /* 2 */
   display: inline-flex;
   justify-content: center;
   align-items: center;
   /* 3 */
   color: #999;
 }
 /*
  * Required for `a`.
  */
 .nfe-search .nfe-search-icon:hover {
   color: #999;
 }
 /*
  * Make `input` element clickable through icon, e.g. if it's a `span`
  */
 .nfe-search .nfe-search-icon:not(a):not(button):not(input) {
   pointer-events: none;
 }
 /*
  * Position modifier
  */
 .nfe-search .nfe-search-icon-flip {
   right: 0;
   left: auto;
 }
 /* Default modifier
  ========================================================================== */
 .nfe-search-default {
   width: 180px;
 }
 /*
  * Input
  */
 .nfe-search-default .nfe-search-input {
   height: 40px;
   padding-left: 6px;
   padding-right: 6px;
   background: transparent;
   border: 1px solid #e5e5e5;
 }
 /* Focus */
 .nfe-search-default .nfe-search-input:focus {
   background-color: transparent;
 }
 /*
  * Icon
  */
 .nfe-search-default .nfe-search-icon {
   width: 40px;
 }
 .nfe-search-default .nfe-search-icon:not(.nfe-search-icon-flip) ~ .nfe-search-input {
   padding-left: 40px;
 }
 .nfe-search-default .nfe-search-icon-flip ~ .nfe-search-input {
   padding-right: 40px;
 }
 /* Navbar modifier
  ========================================================================== */
 .nfe-search-navbar {
   width: 400px;
 }
 /*
  * Input
  */
 .nfe-search-navbar .nfe-search-input {
   height: 40px;
   background: transparent;
   font-size: 1.2rem;
   border-bottom: 1px solid #666;

 }
 /*
  * Icon
  */
 .nfe-search-navbar .nfe-search-icon {
   width: 40px;
 }
 .nfe-search-navbar .nfe-search-icon:not(.nfe-search-icon-flip) ~ .nfe-search-input {
   padding-left: 40px;
 }
 .nfe-search-navbar .nfe-search-icon-flip ~ .nfe-search-input {
   padding-right: 40px;
 }
 /* Large modifier
  ========================================================================== */
 .nfe-search-large {
   width: 500px;
 }
 /*
  * Input
  */
 .nfe-search-large .nfe-search-input {
   height: 80px;
   background: transparent;
   font-size: 2.625rem;
 }
 /*
  * Icon
  */
 .nfe-search-large .nfe-search-icon {
   width: 80px;
 }
 .nfe-search-large .nfe-search-icon:not(.nfe-search-icon-flip) ~ .nfe-search-input {
   padding-left: 80px;
 }
 .nfe-search-large .nfe-search-icon-flip ~ .nfe-search-input {
   padding-right: 80px;
 }
 /* Toggle
  ========================================================================== */
 .nfe-search-toggle {
   color: #999;
 }
 /* Hover + Focus */
 .nfe-search-toggle:hover,
 .nfe-search-toggle:focus {
   color: #666;
 }
 /* ========================================================================
    Component: Nav
  ========================================================================== */
 /*
  * Reset
  * 1. Prepare lists
  * 2. Prepare links
  * 3. Remove default focus style
  */
 /* 1 */
 .nfe-nav,
 .nfe-nav ul {
   margin: 0;
   padding: 0;
   list-style: none;
 }
 /* 2 */
 .nfe-nav li > a {
   display: block;
   text-decoration: none;
 }
 /* 3 */
 .nfe-nav li > a:focus {
   outline: none;
 }
 /*
  * Items
  * Must target `a` elements to exclude other elements (e.g. lists)
  */
 .nfe-nav > li > a {
   padding: 7px 0;
 }
 /* Sublists
  ========================================================================== */
 /*
  * Level 2
  * `ul` needed for higher specificity to override padding
  */
 ul.nfe-nav-sub {
   padding: 5px 0 5px 15px;
 }
 /*
  * Level 3 and deeper
  */
 .nfe-nav-sub ul {
   padding-left: 15px;
 }
 /*
  * Items
  */
 .nfe-nav-sub a {
   padding: 2px 0;
 }
 /* Parent icon modifier
  ========================================================================== */
 .nfe-nav-parent-icon > .nfe-parent > a::after {
   content: "";
   width: 1.5em;
   height: 1.5em;
   float: right;
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
   background-repeat: no-repeat;
   background-position: 50% 50%;
 }
 .nfe-nav-parent-icon > .nfe-parent.nfe-open > a::after {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
 }
 /* Header
  ========================================================================== */
 .nfe-nav-header {
   padding: 5px 0;
   text-transform: uppercase;
   font-size: 0.875rem;
 }
 .nfe-nav-header:not(:first-child) {
   margin-top: 20px;
 }
 /* Divider
  ========================================================================== */
 .nfe-nav-divider {
   margin: 5px 0;
 }
 /* Default modifier
  ========================================================================== */
 .nfe-nav-default {
   font-size: 0.875rem;
 }
 /*
  * Items
  */
 .nfe-nav-default > li > a {
   color: #999;
 }
 /* Hover + Focus */
 .nfe-nav-default > li > a:hover,
 .nfe-nav-default > li > a:focus {
   color: #666;
 }
 /* Active */
 .nfe-nav-default > li.nfe-active > a {
   color: #333;
 }
 /*
  * Header
  */
 .nfe-nav-default .nfe-nav-header {
   color: #333;
 }
 /*
  * Divider
  */
 .nfe-nav-default .nfe-nav-divider {
   border-top: 1px solid #e5e5e5;
 }
 /*
  * Sublists
  */
 .nfe-nav-default .nfe-nav-sub a {
   color: #999;
 }
 .nfe-nav-default .nfe-nav-sub a:hover,
 .nfe-nav-default .nfe-nav-sub a:focus {
   color: #666;
 }
 .nfe-nav-default .nfe-nav-sub li.nfe-active > a {
   color: #333;
 }
 /* Primary modifier
  ========================================================================== */
 /*
  * Items
  */
 .nfe-nav-primary > li > a {
   font-size: 1.5rem;
   line-height: 1.5;
   color: #999;
 }
 /* Hover + Focus */
 .nfe-nav-primary > li > a:hover,
 .nfe-nav-primary > li > a:focus {
   color: #666;
 }
 /* Active */
 .nfe-nav-primary > li.nfe-active > a {
   color: #333;
 }
 /*
  * Header
  */
 .nfe-nav-primary .nfe-nav-header {
   color: #333;
 }
 /*
  * Divider
  */
 .nfe-nav-primary .nfe-nav-divider {
   border-top: 1px solid #e5e5e5;
 }
 /*
  * Sublists
  */
 .nfe-nav-primary .nfe-nav-sub a {
   color: #999;
 }
 .nfe-nav-primary .nfe-nav-sub a:hover,
 .nfe-nav-primary .nfe-nav-sub a:focus {
   color: #666;
 }
 .nfe-nav-primary .nfe-nav-sub li.nfe-active > a {
   color: #333;
 }
 /* Alignment modifier
  ========================================================================== */
 .nfe-nav-center {
   text-align: center;
 }
 /* Sublists */
 .nfe-nav-center .nfe-nav-sub,
 .nfe-nav-center .nfe-nav-sub ul {
   padding-left: 0;
 }
 /* Parent icon modifier  */
 .nfe-nav-center.nfe-nav-parent-icon > .nfe-parent > a::after {
   position: absolute;
 }
 /* ========================================================================
    Component: Navbar
  ========================================================================== */
 /*
  * 1. Create position context to center navbar group
  */
 .nfe-navbar {
   display: flex;
   /* 1 */
   position: relative;
 }
 /* Container
  ========================================================================== */
 .nfe-navbar-container:not(.nfe-navbar-transparent) {
   background: #f8f8f8;
 }
 /*
  * Remove pseudo elements created by micro clearfix as precaution (if Container component is used)
  */
 .nfe-navbar-container > ::before,
 .nfe-navbar-container > ::after {
   display: none !important;
 }
 /* Groups
  ========================================================================== */
 /*
  * 1. Align navs and items vertically if they have a different height
  * 2. Note: IE 11 requires an extra `div` which affects the center selector
  */
 .nfe-navbar-left,
 .nfe-navbar-right,
 .nfe-navbar-center,
 .nfe-navbar-center-left > *,
 .nfe-navbar-center-right > * {
   display: flex;
   /* 1 */
   align-items: center;
 }
 /*
  * Horizontal alignment
  * 1. Create position context for centered navbar with sub groups (left/right)
  * 2. Fix text wrapping if content is larger than 50% of the container.
  * 3. Needed for dropdowns because a new position context is created
  *    `z-index` must be smaller than off-canvas
  * 4. Align sub groups for centered navbar
  */
 .nfe-navbar-right {
   margin-left: auto;
 }
 .nfe-navbar-center:only-child {
   margin-left: auto;
   margin-right: auto;
   /* 1 */
   position: relative;
 }
 .nfe-navbar-center:not(:only-child) {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   /* 2 */
   width: max-content;
   box-sizing: border-box;
   /* 3 */
   z-index: 990;
 }
 /* 4 */
 .nfe-navbar-center-left,
 .nfe-navbar-center-right {
   position: absolute;
   top: 0;
 }
 .nfe-navbar-center-left {
   right: 100%;
 }
 .nfe-navbar-center-right {
   left: 100%;
 }
 [class*='nfe-navbar-center-'] {
   width: max-content;
   box-sizing: border-box;
 }
 /* Nav
  ========================================================================== */
 /*
  * 1. Reset list
  */
 .nfe-navbar-nav {
   display: flex;
   /* 1 */
   margin: 0;
   padding: 0;
   list-style: none;
 }
 /*
  * Allow items to wrap into the next line
  * Only not `absolute` positioned groups
  */
 .nfe-navbar-left,
 .nfe-navbar-right,
 .nfe-navbar-center:only-child {
   flex-wrap: wrap;
 }
 /*
  * Items
  * 1. Center content vertically and horizontally
  * 2. Dimensions
  * 3. Style
  * 4. Required for `a`
  */
 .nfe-navbar-nav > li > a,
 .nfe-navbar-item,
 .nfe-navbar-toggle {
   /* 1 */
   display: flex;
   justify-content: center;
   align-items: center;
   /* 2 */
   box-sizing: border-box;
   min-height: 60px;
   padding: 0 15px;
   /* 3 */
   font-size: 0.92rem;
   /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   /* 4 */
   text-decoration: none;
 }
 /*
  * Nav items
  */
 .nfe-navbar-nav > li > a {
   color: #999;
   text-transform: uppercase;
   transition: 0.1s ease-in-out;
   transition-property: color, background-color;
   padding: 1.5rem 0.9rem;
 }
 /*
  * Hover
  * Apply hover style also to focus state and if dropdown is opened
  */
 .nfe-navbar-nav > li:hover > a,
 .nfe-navbar-nav > li > a:focus,
 .nfe-navbar-nav > li > a.nfe-open {
   color: #666;
   outline: none;
 }
 /* OnClick */
 .nfe-navbar-nav > li > a:active {
   color: #333;
 }
 /* Active */
 .nfe-navbar-nav > li.nfe-active > a {
   color: #333;
 }
 /* Item
  ========================================================================== */
 .nfe-navbar-item {
   color: #666;
 }
 /* Toggle
  ========================================================================== */
 .nfe-navbar-toggle {
   color: #999;
 }
 .nfe-navbar-toggle:hover,
 .nfe-navbar-toggle:focus,
 .nfe-navbar-toggle.nfe-open {
   color: #666;
   outline: none;
   text-decoration: none;
 }
 /*
  * Icon
  * Adopts `nfe-icon`
  */
 /* Hover + Focus */
 /* Subtitle
  ========================================================================== */
 .nfe-navbar-subtitle {
   font-size: 0.875rem;
 }
 /* Style modifiers
  ========================================================================== */
 /* Dropdown
  ========================================================================== */
 /*
  * Adopts `nfe-dropdown`
  * 1. Hide by default
  * 2. Set position
  * 3. Set a default width
  * 4. Style
  */
 .nfe-navbar-dropdown {
   /* 1 */
   display: none;
   /* 2 */
   position: absolute;
   z-index: 1020;
   /* 3 */
   box-sizing: border-box;
   width: 200px;
   /* 4 */
   padding: 25px;
   background: #fff;
   color: #666;
   box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
 }
 /* Show */
 .nfe-navbar-dropdown.nfe-open {
   display: block;
 }
 /*
  * Direction / Alignment modifiers
  */
 /* Direction */
 [class*='nfe-navbar-dropdown-top'] {
   margin-top: -15px;
 }
 [class*='nfe-navbar-dropdown-bottom'] {
   margin-top: 15px;
 }
 [class*='nfe-navbar-dropdown-left'] {
   margin-left: -15px;
 }
 [class*='nfe-navbar-dropdown-right'] {
   margin-left: 15px;
 }
 /*
  * Grid
  * Adopts `nfe-grid`
  */
 /* Gutter Horizontal */
 .nfe-navbar-dropdown-grid {
   margin-left: -50px;
 }
 .nfe-navbar-dropdown-grid > * {
   padding-left: 50px;
 }
 /* Gutter Vertical */
 .nfe-navbar-dropdown-grid > .nfe-grid-margin {
   margin-top: 50px;
 }
 /* Stack */
 .nfe-navbar-dropdown-stack .nfe-navbar-dropdown-grid > * {
   width: 100% !important;
 }
 /*
  * Width modifier
  */
 .nfe-navbar-dropdown-width-2:not(.nfe-navbar-dropdown-stack) {
   width: 400px;
 }
 .nfe-navbar-dropdown-width-3:not(.nfe-navbar-dropdown-stack) {
   width: 600px;
 }
 .nfe-navbar-dropdown-width-4:not(.nfe-navbar-dropdown-stack) {
   width: 800px;
 }
 .nfe-navbar-dropdown-width-5:not(.nfe-navbar-dropdown-stack) {
   width: 1000px;
 }
 /*
  * Dropbar modifier
  */
 .nfe-navbar-dropdown-dropbar {
   margin-top: 0;
   margin-bottom: 0;
   box-shadow: none;
 }
 /* Dropdown Nav
  * Adopts `nfe-nav`
  ========================================================================== */
 .nfe-navbar-dropdown-nav {
   font-size: 0.875rem;
 }
 /*
  * Items
  */
 .nfe-navbar-dropdown-nav > li > a {
   color: #999;
 }
 /* Hover + Focus */
 .nfe-navbar-dropdown-nav > li > a:hover,
 .nfe-navbar-dropdown-nav > li > a:focus {
   color: #666;
 }
 /* Active */
 .nfe-navbar-dropdown-nav > li.nfe-active > a {
   color: #333;
 }
 /*
  * Header
  */
 .nfe-navbar-dropdown-nav .nfe-nav-header {
   color: #333;
 }
 /*
  * Divider
  */
 .nfe-navbar-dropdown-nav .nfe-nav-divider {
   border-top: 1px solid #e5e5e5;
 }
 /*
  * Sublists
  */
 .nfe-navbar-dropdown-nav .nfe-nav-sub a {
   color: #999;
 }
 .nfe-navbar-dropdown-nav .nfe-nav-sub a:hover,
 .nfe-navbar-dropdown-nav .nfe-nav-sub a:focus {
   color: #666;
 }
 .nfe-navbar-dropdown-nav .nfe-nav-sub li.nfe-active > a {
   color: #333;
 }
 /* Dropbar
  ========================================================================== */
 .nfe-navbar-dropbar {
   background: #fff;
 }
 /*
  * Slide modifier
  */
 .nfe-navbar-dropbar-slide {
   position: absolute;
   z-index: 980;
   left: 0;
   right: 0;
   box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
 }
 /*
      * Navbar
      */
 .nfe-navbar-container > .nfe-container .nfe-navbar-left {
   margin-left: -15px;
   margin-right: -15px;
 }
 .nfe-navbar-container > .nfe-container .nfe-navbar-right {
   margin-right: -15px;
 }
 /*
      * Grid Divider
      */
 .nfe-navbar-dropdown-grid > * {
   position: relative;
 }
 .nfe-navbar-dropdown-grid > :not(.nfe-first-column)::before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 25px;
   border-left: 1px solid #e5e5e5;
 }
 /* Vertical */
 .nfe-navbar-dropdown-grid.nfe-grid-stack > .nfe-grid-margin::before {
   content: "";
   position: absolute;
   top: -25px;
   left: 50px;
   right: 0;
   border-top: 1px solid #e5e5e5;
 }
 /* ========================================================================
    Component: Subnav
  ========================================================================== */
 /*
  * 1. Allow items to wrap into the next line
  * 2. Gutter
  * 3. Reset list
  */
 .nfe-subnav {
   display: flex;
   /* 1 */
   flex-wrap: wrap;
   /* 2 */
   margin-left: -20px;
   /* 3 */
   padding: 0;
   list-style: none;
 }
 /*
  * 1. Space is allocated solely based on content dimensions: 0 0 auto
  * 2. Gutter
  * 3. Create position context for dropdowns
  */
 .nfe-subnav > * {
   /* 1 */
   flex: none;
   /* 2 */
   padding-left: 20px;
   /* 3 */
   position: relative;
 }
 /* Items
  ========================================================================== */
 /*
  * Items must target `a` elements to exclude other elements (e.g. dropdowns)
  * Using `:first-child` instead of `a` to support `span` elements for text
  * 1. Prevent gap if child element is `inline-block`, e.g. an icon
  * 2. Style
  */
 .nfe-subnav > * > :first-child {
   /* 1 */
   display: block;
   /* 2 */
   color: #999;
   font-size: 0.875rem;
   text-transform: uppercase;
   transition: 0.1s ease-in-out;
   transition-property: color, background-color;
 }
 /* Hover + Focus */
 .nfe-subnav > * > a:hover,
 .nfe-subnav > * > a:focus {
   color: #666;
   text-decoration: none;
   outline: none;
 }
 /* Active */
 .nfe-subnav > .nfe-active > a {
   color: #333;
 }
 /* Divider modifier
  ========================================================================== */
 /*
  * 1. Align items and divider vertically
  */
 .nfe-subnav-divider > * {
   /* 1 */
   display: flex;
   align-items: center;
 }
 /*
  * Divider
  * `nth-child` makes it also work without JS if it's only one row
  */
 .nfe-subnav-divider > :nth-child(n+2):not(.nfe-first-column)::before {
   content: "";
   height: 1.5em;
   margin-left: 0px;
   margin-right: 20px;
   border-left: 1px solid #e5e5e5;
 }
 /* Pill modifier
  ========================================================================== */
 .nfe-subnav-pill > * > :first-child {
   padding: 5px 10px;
   background: transparent;
   color: #999;
 }
 /* Hover + Focus */
 .nfe-subnav-pill > * > a:hover,
 .nfe-subnav-pill > * > a:focus {
   background-color: #f8f8f8;
   color: #666;
 }
 /* OnClick */
 .nfe-subnav-pill > * > a:active {
   background-color: #f8f8f8;
   color: #666;
 }
 /* Active */
 .nfe-subnav-pill > .nfe-active > a {
   background-color: #1e87f0;
   color: #fff;
 }
 /* Disabled
  * The same for all style modifiers
  ========================================================================== */
 .nfe-subnav > .nfe-disabled > a {
   color: #999;
 }
 /* ========================================================================
    Component: Breadcrumb
  ========================================================================== */
 /*
  * 1. Allow items to wrap into the next line
  * 2. Reset list
  */
 .nfe-breadcrumb {
   display: flex;
   /* 1 */
   flex-wrap: wrap;
   /* 2 */
   padding: 0;
   list-style: none;
 }
 /*
  * Space is allocated solely based on content dimensions: 0 0 auto
  */
 .nfe-breadcrumb > * {
   flex: none;
 }
 /* Items
  ========================================================================== */
 .nfe-breadcrumb > * > * {
   display: inline-block;
   font-size: 0.875rem;
   color: #999;
 }
 /* Hover + Focus */
 .nfe-breadcrumb > * > :hover,
 .nfe-breadcrumb > * > :focus {
   color: #666;
   text-decoration: none;
 }
 /* Disabled */
 /* Active */
 .nfe-breadcrumb > :last-child > * {
   color: #666;
 }
 /*
  * Divider
  * `nth-child` makes it also work without JS if it's only one row
  */
 .nfe-breadcrumb > :nth-child(n+2):not(.nfe-first-column)::before {
   content: "/";
   display: inline-block;
   margin: 0 20px;
   color: #999;
 }
 /* ========================================================================
    Component: Pagination
  ========================================================================== */
 /*
  * 1. Allow items to wrap into the next line
  * 2. Gutter
  * 3. Reset list
  */
 .nfe-pagination {
   display: flex;
   /* 1 */
   flex-wrap: wrap;
   /* 2 */
   margin-left: -20px;
   /* 3 */
   padding: 0;
   list-style: none;
 }
 /*
  * 1. Space is allocated solely based on content dimensions: 0 0 auto
  * 2. Gutter
  * 3. Create position context for dropdowns
  */
 .nfe-pagination > * {
   /* 1 */
   flex: none;
   /* 2 */
   padding-left: 20px;
   /* 3 */
   position: relative;
 }
 /* Items
  ========================================================================== */
 /*
  * 1. Prevent gap if child element is `inline-block`, e.g. an icon
  * 2. Style
  */
 .nfe-pagination > * > * {
   /* 1 */
   display: block;
   /* 2 */
   transition: color 0.1s ease-in-out;
   line-height: 1.25;
   color: #77838f;
   background-color: #fff;
   border: 0 solid #77838f;
   padding: 0.5rem 0.75rem;
   border-radius: 0;
   font-weight: 600;
 }
 /* Hover + Focus */
 .nfe-pagination > * > :hover,
 .nfe-pagination > * > :focus {
   text-decoration: none;
   color: #3c3c3b;
   background-color: rgba(9, 27, 18, 0.1);
   border-color: rgba(9, 27, 18, 0.1);
 }
 /* Active */
 .nfe-pagination > .nfe-active > * {
   text-decoration: none;
   color: #ffffff;
   background-color: #3c3c3b;
   border-color: #3c3c3b;
 }
 /* Disabled */
 .nfe-pagination > .nfe-disabled > * {
   text-decoration: none;
   color: rgba(12, 22, 39, 0.2);
   background-color: rgba(12, 22, 39, 0.1);
   border-color: rgba(12, 22, 39, 0.1);
 }
 .nfe-pagination span { 
   display: inline-flex;  
 }
 
 /* ========================================================================
    Component: Tab
  ========================================================================== */
 /*
  * 1. Allow items to wrap into the next line
  * 2. Gutter
  * 3. Reset list
  */
 .nfe-tab {
   display: flex;
   /* 1 */
   flex-wrap: wrap;
   /* 2 */
   margin-left: -20px;
   /* 3 */
   padding: 0;
   list-style: none;
   position: relative;
 }
 .nfe-tab::before {
   content: "";
   position: absolute;
   bottom: 0;
   left: 20px;
   right: 0;
   border-bottom: 1px solid #dddddd;
 }
 /*
  * 1. Space is allocated solely based on content dimensions: 0 0 auto
  * 2. Gutter
  * 3. Create position context for dropdowns
  */
 .nfe-tab > * {
   /* 1 */
   flex: none;
   /* 2 */
   padding-left: 20px;
   /* 3 */
   position: relative;
 }
 /* Items
  ========================================================================== */
 /*
  * Items must target `a` elements to exclude other elements (e.g. dropdowns)
  * 1. Center text if a width is set
  * 2. Style
  */
 .nfe-tab > * > a {
   /* 1 */
   display: block;
   text-align: center;
   /* 2 */
   padding: 10px 10px;
   color: #929292;
   border-bottom: 5px solid transparent;
   transition: color 0.1s ease-in-out;
 }
 /* Hover + Focus */
 .nfe-tab > * > a:hover,
 .nfe-tab > * > a:focus {
   color: #666;
   text-decoration: none;
 }
 /* Active */
 .nfe-tab > .nfe-active > a {
   color: #3c3c3b;
   border-color: #3c3c3b;
 }
 /* Disabled */
 .nfe-tab > .nfe-disabled > a {
   color: #999;
 }
 /* Position modifier
  ========================================================================== */
 /*
  * Bottom
  */
 .nfe-tab-bottom::before {
   top: 0;
   bottom: auto;
 }
 .nfe-tab-bottom > * > a {
   border-top: 4px solid transparent;
   border-bottom: none;
 }
 /*
  * Left + Right
  * 1. Reset Gutter
  */
 .nfe-tab-left,
 .nfe-tab-right {
   flex-direction: column;
   /* 1 */
   margin-left: 0;
 }
 /* 1 */
 .nfe-tab-left > *,
 .nfe-tab-right > * {
   padding-left: 0;
 }
 .nfe-tab-left::before {
   top: 0;
   bottom: 0;
   left: auto;
   right: 0;
   border-left: 1px solid #e5e5e5;
   border-bottom: none;
 }
 .nfe-tab-right::before {
   top: 0;
   bottom: 0;
   left: 0;
   right: auto;
   border-left: 1px solid #e5e5e5;
   border-bottom: none;
 }
 .nfe-tab-left > * > a {
   text-align: left;
   border-right: 4px solid transparent;
   border-bottom: none;
 }
 .nfe-tab-right > * > a {
   text-align: left;
   border-left: 4px solid transparent;
   border-bottom: none;
 }
 .nfe-tab .nfe-dropdown {
   margin-left: 30px;
 }
 /* ========================================================================
    Component: Slidenav
  ========================================================================== */
 /*
  * Adopts `nfe-icon`
  */
 .nfe-slidenav {
   padding: 5px 10px;
   color: rgba(102, 102, 102, 0.5);
   transition: color 0.1s ease-in-out;
 }
 /* Hover + Focus */
 .nfe-slidenav:hover,
 .nfe-slidenav:focus {
   color: rgba(102, 102, 102, 0.9);
   outline: none;
 }
 /* OnClick */
 .nfe-slidenav:active {
   color: rgba(102, 102, 102, 0.5);
 }
 /* Icon modifier
  ========================================================================== */
 /*
  * Previous
  */
 /*
  * Next
  */
 /* Size modifier
  ========================================================================== */
 .nfe-slidenav-large {
   padding: 10px 10px;
 }
 /* Container
  ========================================================================== */
 .nfe-slidenav-container {
   display: flex;
 }
 /* ========================================================================
    Component: Dotnav
  ========================================================================== */
 /*
  * 1. Allow items to wrap into the next line
  * 2. Reset list
  * 3. Gutter
  */
 .nfe-dotnav {
   display: flex;
   /* 1 */
   flex-wrap: wrap;
   /* 2 */
   margin: 0;
   padding: 0;
   list-style: none;
   /* 3 */
   margin-left: -12px;
 }
 /*
  * 1. Space is allocated solely based on content dimensions: 0 0 auto
  * 2. Gutter
  */
 .nfe-dotnav > * {
   /* 1 */
   flex: none;
   /* 2 */
   padding-left: 12px;
 }
 /* Items
  ========================================================================== */
 /*
  * Items
  * 1. Hide text if present
  */
 .nfe-dotnav > * > * {
   display: block;
   box-sizing: border-box;
   width: 10px;
   height: 10px;
   border-radius: 50%;
   background: transparent;
   /* 1 */
   text-indent: 100%;
   overflow: hidden;
   white-space: nowrap;
   border: 1px solid rgba(102, 102, 102, 0.4);
   transition: 0.2s ease-in-out;
   transition-property: background-color, border-color;
 }
 /* Hover + Focus */
 .nfe-dotnav > * > :hover,
 .nfe-dotnav > * > :focus {
   background-color: rgba(102, 102, 102, 0.6);
   outline: none;
   border-color: transparent;
 }
 /* OnClick */
 .nfe-dotnav > * > :active {
   background-color: rgba(102, 102, 102, 0.2);
   border-color: transparent;
 }
 /* Active */
 .nfe-dotnav > .nfe-active > * {
   background-color: rgba(102, 102, 102, 0.6);
   border-color: transparent;
 }
 /* Modifier: 'nfe-dotnav-vertical'
  ========================================================================== */
 /*
  * 1. Change direction
  * 2. Gutter
  */
 .nfe-dotnav-vertical {
   /* 1 */
   flex-direction: column;
   /* 2 */
   margin-left: 0;
   margin-top: -12px;
 }
 /* 2 */
 .nfe-dotnav-vertical > * {
   padding-left: 0;
   padding-top: 12px;
 }
 /* ========================================================================
    Component: Thumbnav
  ========================================================================== */
 /*
  * 1. Allow items to wrap into the next line
  * 2. Reset list
  * 3. Gutter
  */
 .nfe-thumbnav {
   display: flex;
   /* 1 */
   flex-wrap: wrap;
   /* 2 */
   margin: 0;
   padding: 0;
   list-style: none;
   /* 3 */
   margin-left: -15px;
 }
 /*
  * Space is allocated based on content dimensions, but shrinks: 0 1 auto
  * 1. Gutter
  */
 .nfe-thumbnav > * {
   /* 1 */
   padding-left: 15px;
 }
 /* Items
  ========================================================================== */
 /*
  * Items
  */
 .nfe-thumbnav > * > * {
   display: inline-block;
   position: relative;
 }
 .nfe-thumbnav > * > *::after {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background: rgba(255, 255, 255, 0.4);
   transition: background-color 0.1s ease-in-out;
 }
 /* Hover + Focus */
 .nfe-thumbnav > * > :hover,
 .nfe-thumbnav > * > :focus {
   outline: none;
 }
 .nfe-thumbnav > * > :hover::after,
 .nfe-thumbnav > * > :focus::after {
   background-color: transparent;
 }
 /* Active */
 .nfe-thumbnav > .nfe-active > *::after {
   background-color: transparent;
 }
 /* Modifier: 'nfe-thumbnav-vertical'
  ========================================================================== */
 /*
  * 1. Change direction
  * 2. Gutter
  */
 .nfe-thumbnav-vertical {
   /* 1 */
   flex-direction: column;
   /* 2 */
   margin-left: 0;
   margin-top: -15px;
 }
 /* 2 */
 .nfe-thumbnav-vertical > * {
   padding-left: 0;
   padding-top: 15px;
 }
 /* ========================================================================
    Component: Accordion
  ========================================================================== */
 .nfe-accordion {
   padding: 0;
   list-style: none;
 }
 /* Item
  ========================================================================== */
 .nfe-accordion > :nth-child(n+2) {
   margin-top: 20px;
 }
 /* Title
  ========================================================================== */
 .nfe-accordion-title {
   display: block;
   font-size: 1rem;
   line-height: 1.4;
   color: #333;
   overflow: hidden;
   font-weight: 600;
 }
 .nfe-accordion-title::before {
   content: "";
   width: 1.4em;
   height: 1.4em;
   margin-left: 10px;
   float: right;
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
   background-repeat: no-repeat;
   background-position: 50% 50%;
 }
 .nfe-open > .nfe-accordion-title::before {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
 }
 /* Hover + Focus */
 .nfe-accordion-title:hover,
 .nfe-accordion-title:focus {
   color: #666;
   text-decoration: none;
   outline: none;
 }
 /* Content
  ========================================================================== */
 .nfe-accordion-content {
   margin-top: 20px;
 }
 /*
  * Micro clearfix
  */
 .nfe-accordion-content::before,
 .nfe-accordion-content::after {
   content: "";
   display: table;
 }
 .nfe-accordion-content::after {
   clear: both;
 }
 /*
  * Remove margin from the last-child
  */
 .nfe-accordion-content > :last-child {
   margin-bottom: 0;
 }
 /* ========================================================================
    Component: Drop
  ========================================================================== */
 /*
  * 1. Hide by default
  * 2. Set position
  * 3. Set a default width
  */
 .nfe-drop {
   /* 1 */
   display: none;
   /* 2 */
   position: absolute;
   z-index: 1020;
   /* 3 */
   box-sizing: border-box;
   width: 300px;
 }
 /* Show */
 .nfe-drop.nfe-open {
   display: block;
 }
 /* Direction / Alignment modifiers
  ========================================================================== */
 /* Direction */
 [class*='nfe-drop-top'] {
   margin-top: -20px;
 }
 [class*='nfe-drop-bottom'] {
   margin-top: 20px;
 }
 [class*='nfe-drop-left'] {
   margin-left: -20px;
 }
 [class*='nfe-drop-right'] {
   margin-left: 20px;
 }
 /* Grid modifiers
  ========================================================================== */
 .nfe-drop-stack .nfe-drop-grid > * {
   width: 100% !important;
 }
 /* ========================================================================
    Component: Dropdown
  ========================================================================== */
 /*
  * 1. Hide by default
  * 2. Set position
  * 3. Set a default width
  * 4. Style
  */
 .nfe-dropdown {
   /* 1 */
   display: none;
   /* 2 */
   position: absolute;
   z-index: 1020;
   /* 3 */
   box-sizing: border-box;
   min-width: 200px;
   /* 4 */
   padding: 25px;
   background: #fff;
   color: #666;
   box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
 }
 /* Show */
 .nfe-dropdown.nfe-open {
   display: block;
 }
 /* Nav
  * Adopts `nfe-nav`
  ========================================================================== */
 .nfe-dropdown-nav {
   white-space: nowrap;
   font-size: 14px;
 }
 /*
  * Items
  */
  .nfe-dropdown-nav > li > div,
 .nfe-dropdown-nav > li > a {
   color: #999;
 }
 /* Hover + Focus + Active */
 .nfe-dropdown-nav > li > div:hover,
 .nfe-dropdown-nav > li > a:hover,
 .nfe-dropdown-nav > li > div:focus,
 .nfe-dropdown-nav > li > a:focus,
 .nfe-dropdown-nav > li.nfe-active > div,
 .nfe-dropdown-nav > li.nfe-active > a {
   color: #666;
 }
 /*
  * Header
  */
 .nfe-dropdown-nav .nfe-nav-header {
   color: #333;
 }
 /*
  * Divider
  */
 .nfe-dropdown-nav .nfe-nav-divider {
   border-top: 1px solid #e5e5e5;
 }
 /*
  * Sublists
  */
 .nfe-dropdown-nav .nfe-nav-sub a {
   color: #999;
 }
 .nfe-dropdown-nav .nfe-nav-sub a:hover,
 .nfe-dropdown-nav .nfe-nav-sub a:focus,
 .nfe-dropdown-nav .nfe-nav-sub li.nfe-active > a {
   color: #666;
 }
 /* Direction / Alignment modifiers
  ========================================================================== */
 /* Direction */
 [class*='nfe-dropdown-top'] {
   margin-top: -10px;
 }
 [class*='nfe-dropdown-bottom'] {
   margin-top: 10px;
 }
 [class*='nfe-dropdown-left'] {
   margin-left: -10px;
 }
 [class*='nfe-dropdown-right'] {
   margin-left: 10px;
 }
 /* Grid modifiers
  ========================================================================== */
 .nfe-dropdown-stack .nfe-dropdown-grid > * {
   width: 100% !important;
 }
 /* ========================================================================
    Component: Modal
  ========================================================================== */
 /*
  * 1. Hide by default
  * 2. Set position
  * 3. Allow scrolling for the modal dialog
  * 4. Horizontal padding
  * 5. Mask the background page
  * 6. Fade-in transition
  */
 .nfe-modal {
   /* 1 */
   display: none;
   /* 2 */
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1010;
   /* 3 */
   overflow-y: auto;
   -webkit-overflow-scrolling: touch;
   /* 4 */
   padding: 15px 15px;
   /* 5 */
   background: rgba(0, 0, 0, 0.6);
   /* 6 */
   opacity: 0;
   transition: opacity 0.15s linear;
 }
 /* Phone landscape and bigger */
 @media (min-width: 640px) {
   .nfe-modal {
     padding: 50px 30px;
   }
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-modal {
     padding-left: 40px;
     padding-right: 40px;
   }
 }
 /*
  * Open
  */
 .nfe-modal.nfe-open {
   opacity: 1;
 }
 /* Page
  ========================================================================== */
 /*
  * Prevent scrollbars
  */
 .nfe-modal-page {
   overflow: hidden;
 }
 /* Dialog
  ========================================================================== */
 /*
  * 1. Create position context for spinner and close button
  * 2. Dimensions
  * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
  *    `!important` needed to overwrite `nfe-width-auto`. See `#modal-media-image` in tests
  * 4. Style
  * 5. Slide-in transition
  */
 .nfe-modal-dialog {
   /* 1 */
   position: relative;
   /* 2 */
   box-sizing: border-box;
   margin: 0 auto;
   width: 600px;
   /* 3 */
   max-width: calc(100% - 0.01px) !important;
   /* 4 */
   background: #fff;
   /* 5 */
   opacity: 0;
   transform: translateY(-100px);
   transition: 0.3s linear;
   transition-property: opacity, transform;
 }
 /*
  * Open
  */
 .nfe-open > .nfe-modal-dialog {
   opacity: 1;
   transform: translateY(0);
 }
 /* Size modifier
  ========================================================================== */
 /*
  * Container size
  * Take the same size as the Container component
  */
 .nfe-modal-container .nfe-modal-dialog {
   width: 1200px;
 }
 /*
  * Full size
  * 1. Remove padding and background from modal
  * 2. Reset all default declarations from modal dialog
  */
 /* 1 */
 .nfe-modal-full {
   padding: 0;
   background: none;
 }
 /* 2 */
 .nfe-modal-full .nfe-modal-dialog {
   margin: 0;
   width: 100%;
   max-width: 100%;
   transform: translateY(0);
 }
 /* Sections
  ========================================================================== */
 .nfe-modal-body {
   padding: 30px 30px;
 }
 .nfe-modal-header {
   padding: 15px 30px;
   background: #fff;
   border-bottom: 1px solid #e5e5e5;
 }
 .nfe-modal-footer {
   padding: 15px 30px;
   background: #fff;
   border-top: 1px solid #e5e5e5;
 }
 /*
  * Micro clearfix
  */
 .nfe-modal-body::before,
 .nfe-modal-body::after,
 .nfe-modal-header::before,
 .nfe-modal-header::after,
 .nfe-modal-footer::before,
 .nfe-modal-footer::after {
   content: "";
   display: table;
 }
 .nfe-modal-body::after,
 .nfe-modal-header::after,
 .nfe-modal-footer::after {
   clear: both;
 }
 /*
  * Remove margin from the last-child
  */
 .nfe-modal-body > :last-child,
 .nfe-modal-header > :last-child,
 .nfe-modal-footer > :last-child {
   margin-bottom: 0;
 }
 /* Title
  ========================================================================== */
 .nfe-modal-title {
   font-size: 25px;
   line-height: 1.4;
 }
 /* Close
  * Adopts `nfe-close`
  ========================================================================== */
 [class*='nfe-modal-close-'] {
   position: absolute;
   z-index: 1010;
   top: 10px;
   right: 10px;
   padding: 5px;
 }
 /*
  * Remove margin from adjacent element
  */
 [class*='nfe-modal-close-']:first-child + * {
   margin-top: 0;
 }
 /*
  * Hover
  */
 /*
  * Default
  */
 /*
  * Outside
  * 1. Prevent scrollbar on small devices
  */
 .nfe-modal-close-outside {
   top: 0;
   /* 1 */
   right: -5px;
   transform: translate(0, -100%);
   color: #ffffff;
 }
 .nfe-modal-close-outside:hover {
   color: #fff;
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   /* 1 */
   .nfe-modal-close-outside {
     right: 0;
     transform: translate(100%, -100%);
   }
 }
 /*
  * Full
  */
 .nfe-modal-close-full {
   top: 0;
   right: 0;
   padding: 20px;
   background: #fff;
 }
 /* ========================================================================
    Component: Lightbox
  ========================================================================== */
 /*
  * 1. Hide by default
  * 2. Set position
  * 3. Allow scrolling for the modal dialog
  * 4. Horizontal padding
  * 5. Mask the background page
  * 6. Fade-in transition
  */
 .nfe-lightbox {
   /* 1 */
   display: none;
   /* 2 */
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1010000;
   /* 5 */
   background: #000;
   /* 6 */
   opacity: 0;
   transition: opacity 0.15s linear;
 }
 /*
  * Open
  * 1. Center child
  * 2. Fade-in
  */
 .nfe-lightbox.nfe-open {
   display: block;
   /* 2 */
   opacity: 1;
 }
 /* Page
  ========================================================================== */
 /*
  * Prevent scrollbars
  */
 .nfe-lightbox-page {
   overflow: hidden;
 }
 /* Item
  ========================================================================== */
 /*
  * 1. Center child within the viewport
  * 2. Not visible by default
  * 3. Color needed for spinner icon
  * 4. Optimize animation
  * 5. Responsiveness
  *    Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
  *    Using `vh` and `vw` to make responsive image work in IE11
  * 6. Suppress outline on focus
  */
 .nfe-lightbox-items > * {
   /* 1 */
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   /* 2 */
   display: none;
   justify-content: center;
   align-items: center;
   /* 3 */
   color: rgba(255, 255, 255, 0.7);
   /* 4 */
   will-change: transform, opacity;
 }
 /* 5 */
 .nfe-lightbox-items > * > * {
   max-width: 100vw;
   max-height: 100vh;
 }
 /* 6 */
 .nfe-lightbox-items > :focus {
   outline: none;
 }
 .nfe-lightbox-items > * > :not(iframe) {
   width: auto;
   height: auto;
 }
 .nfe-lightbox-items > .nfe-active {
   display: flex;
 }
 /* Toolbar
  ========================================================================== */
 .nfe-lightbox-toolbar {
   padding: 10px 10px;
   background: rgba(0, 0, 0, 0.3);
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-lightbox-toolbar > * {
   color: rgba(255, 255, 255, 0.7);
 }
 /* Toolbar Icon (Close)
  ========================================================================== */
 .nfe-lightbox-toolbar-icon {
   padding: 5px;
   color: rgba(255, 255, 255, 0.7);
 }
 /*
  * Hover
  */
 .nfe-lightbox-toolbar-icon:hover {
   color: #fff;
 }
 /* Button (Slidenav)
  ========================================================================== */
 /*
  * 1. Center icon vertically and horizontally
  */
 .nfe-lightbox-button {
   box-sizing: border-box;
   width: 50px;
   height: 50px;
   background: rgba(0, 0, 0, 0.3);
   color: rgba(255, 255, 255, 0.7);
   /* 1 */
   display: inline-flex;
   justify-content: center;
   align-items: center;
 }
 /*
  * Hover
  */
 .nfe-lightbox-button:hover {
   color: #fff;
 }
 /* Caption
  ========================================================================== */
 /* Iframe
  ========================================================================== */
 .nfe-lightbox-iframe {
   width: 80%;
   height: 80%;
 }
 /* ========================================================================
    Component: Slideshow
  ========================================================================== */
 /*
  * 1. Prevent tab highlighting on iOS.
  */
 .nfe-slideshow {
   /* 1 */
   -webkit-tap-highlight-color: transparent;
 }
 /* Items
  ========================================================================== */
 /*
  * 1. Create position and stacking context
  * 2. Reset list
  * 3. Clip child elements
  * 4. Prevent displaying the callout information on iOS.
  */
 .nfe-slideshow-items {
   /* 1 */
   position: relative;
   z-index: 0;
   /* 2 */
   margin: 0;
   padding: 0;
   list-style: none;
   /* 3 */
   overflow: hidden;
   /* 4 */
   -webkit-touch-callout: none;
 }
 /* Item
  ========================================================================== */
 /*
  * 1. Position items above each other
  * 2. Take the full width
  * 3. Clip child elements, e.g. for `nfe-cover`
  * 4. Optimize animation
  * 5. Disable horizontal panning gestures in IE11 and Edge
  * 6. Suppress outline on focus
  */
 .nfe-slideshow-items > * {
   /* 1 */
   position: absolute;
   top: 0;
   left: 0;
   /* 2 */
   right: 0;
   bottom: 0;
   /* 3 */
   overflow: hidden;
   /* 4 */
   will-change: transform, opacity;
   /* 5 */
   touch-action: pan-y;
 }
 /* 6 */
 .nfe-slideshow-items > :focus {
   outline: none;
 }
 /*
  * Hide not active items
  */
 .nfe-slideshow-items > :not(.nfe-active) {
   display: none;
 }
 /* ========================================================================
    Component: Slider
  ========================================================================== */
 /*
  * 1. Prevent tab highlighting on iOS.
  */
 .nfe-slider {
   /* 1 */
   -webkit-tap-highlight-color: transparent;
 }
 /* Container
  ========================================================================== */
 /*
  * 1. Clip child elements
  */
 .nfe-slider-container {
   /* 1 */
   overflow: hidden;
 }
 /* Items
  ========================================================================== */
 /*
  * 1. Optimize animation
  * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
  */
 .nfe-slider-items {
   /* 1 */
   will-change: transform;
   /* 2 */
   position: relative;
 }
 /*
  * 1. Reset list style without interfering with grid
  * 2. Prevent displaying the callout information on iOS.
  */
 .nfe-slider-items:not(.nfe-grid) {
   display: flex;
   /* 1 */
   margin: 0;
   padding: 0;
   list-style: none;
   /* 2 */
   -webkit-touch-callout: none;
 }
 .nfe-slider-items.nfe-grid {
   flex-wrap: nowrap;
 }
 /* Item
  ========================================================================== */
 /*
  * 1. Let items take content dimensions (0 0 auto)
  * 2. Create position context
  * 3. Disable horizontal panning gestures in IE11 and Edge
  * 4. Suppress outline on focus
  */
 .nfe-slider-items > * {
   /* 1 */
   flex: none;
   /* 2 */
   position: relative;
   /* 3 */
   touch-action: pan-y;
 }
 /* 4 */
 .nfe-slider-items > :focus {
   outline: none;
 }
 /* ========================================================================
    Component: Sticky
  ========================================================================== */
 /*
  * 1. Resolve frame rate issues on devices with lower frame rates by forcing hardware acceleration
  */
 .nfe-sticky-fixed {
   z-index: 980;
   box-sizing: border-box;
   margin: 0 !important;
   /* 1 */
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
 }
 /*
  * Faster animations
  */
 .nfe-sticky[class*='nfe-animation-'] {
   animation-duration: 0.2s;
 }
 .nfe-sticky.nfe-animation-reverse {
   animation-duration: 0.2s;
 }
 /* ========================================================================
    Component: Off-canvas
  ========================================================================== */
 /*
  * 1. Hide by default
  * 2. Set position
  */
 .nfe-offcanvas {
   /* 1 */
   display: none;
   /* 2 */
   position: fixed;
   top: 0;
   bottom: 0;
   left: 0;
   z-index: 1000;
 }
 /*
  * Flip modifier
  */
 .nfe-offcanvas-flip .nfe-offcanvas {
   right: 0;
   left: auto;
 }
 /* Bar
  ========================================================================== */
 /*
  * 1. Set position
  * 2. Size and style
  * 3. Allow scrolling
  */
 .nfe-offcanvas-bar{
   /* 1 */
   position: absolute;
   top: 0;
   bottom: 0;
   left: -270px;
   /* 2 */
   box-sizing: border-box;
   width: 270px;
   padding: 20px 20px;
   background: #fff;
   /* 3 */
   overflow-y: auto;
   -webkit-overflow-scrolling: touch;
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-offcanvas-bar{
     left: -350px;
     width: 350px;
     padding: 30px;
   }
 }
 /* Flip modifier */
 .nfe-offcanvas-flip .nfe-offcanvas-bar{
   left: auto;
   right: -270px;
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-offcanvas-flip .nfe-offcanvas-bar{
     right: -350px;
   }
 }
 /*
  * Open
  */
 .nfe-open > .nfe-offcanvas-bar{
   left: 0;
 }
 .nfe-offcanvas-flip .nfe-open > .nfe-offcanvas-bar{
   left: auto;
   right: 0;
 }
 /*
  * Slide Animation (Used in slide and push mode)
  */
 .nfe-offcanvas-bar-animation {
   transition: left 0.3s ease-out;
 }
 .nfe-offcanvas-flip .nfe-offcanvas-bar-animation {
   transition-property: right;
 }
 /*
  * Reveal Animation
  * 1. Set position
  * 2. Clip the bar
  * 3. Animation
  * 4. Reset position
  */
 .nfe-offcanvas-reveal {
   /* 1 */
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   /* 2 */
   width: 0;
   overflow: hidden;
   /* 3 */
   transition: width 0.3s ease-out;
 }
 .nfe-offcanvas-reveal .nfe-offcanvas-bar{
   /* 4 */
   left: 0;
 }
 .nfe-offcanvas-flip .nfe-offcanvas-reveal .nfe-offcanvas-bar{
   /* 4 */
   left: auto;
   right: 0;
 }
 .nfe-open > .nfe-offcanvas-reveal {
   width: 270px;
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-open > .nfe-offcanvas-reveal {
     width: 350px;
   }
 }
 /*
  * Flip modifier
  */
 .nfe-offcanvas-flip .nfe-offcanvas-reveal {
   right: 0;
   left: auto;
 }
 /* Close
  * Adopts `nfe-close`
  ========================================================================== */
 .nfe-offcanvas-close {
   position: absolute;
   z-index: 1000;
   top: 20px;
   right: 20px;
   padding: 5px;
 }
 /* Overlay
  ========================================================================== */
 /*
  * Overlay the whole page. Needed for the `::before`
  * 1. Using `100vw` so no modification is needed when off-canvas is flipped
  * 2. Allow for closing with swipe gesture on devices with pointer events.
  */
 .nfe-offcanvas-overlay {
   /* 1 */
   width: 100vw;
   /* 2 */
   touch-action: none;
 }
 /*
  * 1. Mask the whole page
  * 2. Fade-in transition
  */
 .nfe-offcanvas-overlay::before {
   /* 1 */
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background: rgba(0, 0, 0, 0.1);
   /* 2 */
   opacity: 0;
   transition: opacity 0.15s linear;
 }
 .nfe-offcanvas-overlay.nfe-open::before {
   opacity: 1;
 }
 /* Prevent scrolling
  ========================================================================== */
 /*
  * Prevent horizontal scrollbar when the content is slide-out
  * Has to be on the `html` element too to make it work on the `body`
  */
 .nfe-offcanvas-page,
 .nfe-offcanvas-container {
   overflow-x: hidden;
 }
 /* Container
  ========================================================================== */
 /*
  * Prepare slide-out animation (Used in reveal and push mode)
  * Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars
  * lose their fixed state and behaves like `absolute` within a transformed container
  * 1. Provide a fixed width and prevent shrinking
  */
 .nfe-offcanvas-container {
   position: relative;
   left: 0;
   transition: left 0.3s ease-out;
   /* 1 */
   box-sizing: border-box;
   width: 100%;
 }
 /*
  * Activate slide-out animation
  */
 :not(.nfe-offcanvas-flip).nfe-offcanvas-container-animation {
   left: 270px;
 }
 .nfe-offcanvas-flip.nfe-offcanvas-container-animation {
   left: -270px;
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   :not(.nfe-offcanvas-flip).nfe-offcanvas-container-animation {
     left: 350px;
   }
   .nfe-offcanvas-flip.nfe-offcanvas-container-animation {
     left: -350px;
   }
 }
 /* ========================================================================
    Component: Switcher
  ========================================================================== */
 /*
  * Reset list
  */
 .nfe-switcher {
   margin: 0;
   padding: 0;
   list-style: none;
 }
 /* Items
  ========================================================================== */
 /*
  * Hide not active items
  */
 .nfe-switcher > :not(.nfe-active) {
   display: none;
 }
 /*
  * Remove margin from the last-child
  */
 .nfe-switcher > * > :last-child {
   margin-bottom: 0;
 }
 /* ========================================================================
    Component: Leader
  ========================================================================== */
 .nfe-leader {
   overflow: hidden;
 }
 /*
  * 1. Place element in text flow
  * 2. Never break into a new line
  * 3. Get a string back with as many repeating characters to fill the container
  * 4. Prevent wrapping. Overflowing characters will be clipped by the container
  */
 .nfe-leader-fill::after {
   /* 1 */
   display: inline-block;
   margin-left: 15px;
   /* 2 */
   width: 0;
   /* 3 */
   content: attr(data-fill);
   /* 4 */
   white-space: nowrap;
 }
 /*
  * Hide if media does not match
  */
 .nfe-leader-fill.nfe-leader-hide::after {
   display: none;
 }
 /*
  * Pass fill character to JS
  */
 .nfe-leader-fill-content::before {
   content: '.';
 }
 :root {
   --nfe-leader-fill-content: .;
 }
 /* ========================================================================
    Component: Iconnav
  ========================================================================== */
 /*
  * 1. Allow items to wrap into the next line
  * 2. Reset list
  * 3. Gutter
  */
 .nfe-iconnav {
   display: flex;
   /* 1 */
   flex-wrap: wrap;
   /* 2 */
   margin: 0;
   padding: 0;
   list-style: none;
   /* 3 */
   margin-left: -10px;
 }
 /*
  * Space is allocated based on content dimensions, but shrinks: 0 1 auto
  * 1. Gutter
  */
 .nfe-iconnav > * {
   /* 1 */
   padding-left: 10px;
 }
 /* Items
  ========================================================================== */
 /*
  * Items must target `a` elements to exclude other elements (e.g. dropdowns)
  * 1. Prevent gap if child element is `inline-block`, e.g. an icon
  * 2. Style
  */
 .nfe-iconnav > * > a {
   /* 1 */
   display: block;
   /* 2 */
   color: #999;
 }
 /* Hover + Focus */
 .nfe-iconnav > * > a:hover,
 .nfe-iconnav > * > a:focus {
   color: #666;
   outline: none;
 }
 /* Active */
 .nfe-iconnav > .nfe-active > a {
   color: #666;
 }
 /* Modifier: 'nfe-iconnav-vertical'
  ========================================================================== */
 /*
  * 1. Change direction
  * 2. Gutter
  */
 .nfe-iconnav-vertical {
   /* 1 */
   flex-direction: column;
   /* 2 */
   margin-left: 0;
   margin-top: -10px;
 }
 /* 2 */
 .nfe-iconnav-vertical > * {
   padding-left: 0;
   padding-top: 10px;
 }
 /* ========================================================================
    Component: Notification
  ========================================================================== */
 /*
  * 1. Set position
  * 2. Dimensions
  */
 .nfe-notification {
   /* 1 */
   position: fixed;
   top: 10px;
   left: 10px;
   z-index: 1040;
   /* 2 */
   box-sizing: border-box;
   width: 350px;
 }
 /* Position modifiers
 ========================================================================== */
 .nfe-notification-top-right,
 .nfe-notification-bottom-right {
   left: auto;
   right: 10px;
 }
 .nfe-notification-top-center,
 .nfe-notification-bottom-center {
   left: 50%;
   margin-left: -175px;
 }
 .nfe-notification-bottom-left,
 .nfe-notification-bottom-right,
 .nfe-notification-bottom-center {
   top: auto;
   bottom: 10px;
 }
 /* Responsiveness
 ========================================================================== */
 /* Phones portrait and smaller */
 @media (max-width: 639px) {
   .nfe-notification {
     left: 10px;
     right: 10px;
     width: auto;
     margin: 0;
   }
 }
 /* Message
 ========================================================================== */
 .nfe-notification-message {
   position: relative;
   padding: 15px;
   background: #f8f8f8;
   color: #666;
   font-size: 1.25rem;
   line-height: 1.4;
   cursor: pointer;
 }
 * + .nfe-notification-message {
   margin-top: 10px;
 }
 /* Close
  * Adopts `nfe-close`
  ========================================================================== */
 .nfe-notification-close {
   display: none;
   position: absolute;
   top: 20px;
   right: 15px;
 }
 .nfe-notification-message:hover .nfe-notification-close {
   display: block;
 }
 /* Style modifiers
  ========================================================================== */
 /*
  * Primary
  */
 .nfe-notification-message-primary {
   color: #1e87f0;
 }
 /*
  * Success
  */
 .nfe-notification-message-success {
   color: #32d296;
 }
 /*
  * Warning
  */
 .nfe-notification-message-warning {
   color: #faa05a;
 }
 /*
  * Danger
  */
 .nfe-notification-message-danger {
   color: #f0506e;
 }
 /* ========================================================================
    Component: Tooltip
  ========================================================================== */
 /*
  * 1. Hide by default
  * 2. Position
  * 3. Dimensions
  * 4. Style
  */
 .nfe-tooltip {
   /* 1 */
   display: none;
   /* 2 */
   position: absolute;
   z-index: 1030;
   /* 3 */
   box-sizing: boder-box;
   max-width: 200px;
   padding: 6px 10px;
   /* 4 */
   background: #37294c;
   border-radius: 2px;
   color: #fff;
   font-size: 13px;
   font-weight:600;
   border-radius:4px ; 
 }
 /* Show */
 .nfe-tooltip.nfe-active {
   display: block;
 }
 /* Direction / Alignment modifiers
  ========================================================================== */
 /* Direction */
 [class*='nfe-tooltip-top'] {
   margin-top: -10px;
 }
 [class*='nfe-tooltip-bottom'] {
   margin-top: 10px;
 }
 [class*='nfe-tooltip-left'] {
   margin-left: -10px;
 }
 [class*='nfe-tooltip-right'] {
   margin-left: 10px;
 }
 /* ========================================================================
    Component: Placeholder
  ========================================================================== */
 .nfe-placeholder {
   margin-bottom: 20px;
   padding: 30px 30px;
   background: transparent;
   border: 1px dashed #e5e5e5;
 }
 /* Add margin if adjacent element */
 * + .nfe-placeholder {
   margin-top: 20px;
 }
 /*
  * Remove margin from the last-child
  */
 .nfe-placeholder > :last-child {
   margin-bottom: 0;
 }
 /* ========================================================================
    Component: Progress
  ========================================================================== */
 /*
  * 1. Add the correct vertical alignment in Chrome, Firefox, and Opera.
  * 2. Remove default style
  * 3. Behave like a block element
  * 4. Remove borders in Firefox and Edge
  * 5. Set background color for progress container in Firefox, IE11 and Edge
  * 6. Style
  */
 .nfe-progress {
   /* 1 */
   vertical-align: baseline;
   /* 2 */
   -webkit-appearance: none;
   -moz-appearance: none;
   /* 3 */
   display: block;
   width: 100%;
   /* 4 */
   border: 0;
   /* 5 */
   background-color: #f8f8f8;
   /* 6 */
   margin-bottom: 20px;
   height: 15px;
   border-radius: 500px;
   overflow: hidden;
 }
 /* Add margin if adjacent element */
 * + .nfe-progress {
   margin-top: 20px;
 }
 /*
  * Remove animated circles for indeterminate state in IE11 and Edge
  */
 .nfe-progress:indeterminate {
   color: transparent;
 }
 /*
  * Progress container
  * 2. Remove progress bar for indeterminate state in Firefox
  */
 .nfe-progress::-webkit-progress-bar {
   background-color: #f8f8f8;
   border-radius: 500px;
   overflow: hidden;
 }
 /* 2 */
 .nfe-progress:indeterminate::-moz-progress-bar {
   width: 0;
 }
 /*
  * Progress bar
  * 1. Remove right border in IE11 and Edge
  */
 .nfe-progress::-webkit-progress-value {
   background-color: #1e87f0;
   transition: width 0.6s ease;
 }
 .nfe-progress::-moz-progress-bar {
   background-color: #1e87f0;
 }
 .nfe-progress::-ms-fill {
   background-color: #1e87f0;
   transition: width 0.6s ease;
   /* 1 */
   border: 0;
 }
 /* ========================================================================
    Component: Sortable
  ========================================================================== */
 .nfe-sortable {
   position: relative;
 }
 /*
  * Deactivate pointer-events on SVGs in Safari
  */
 .nfe-sortable svg {
   pointer-events: none;
 }
 /*
  * Remove margin from the last-child
  */
 .nfe-sortable > :last-child {
   margin-bottom: 0;
 }
 /* Drag
  ========================================================================== */
 .nfe-sortable-drag {
   position: absolute !important;
   z-index: 1050 !important;
   pointer-events: none;
 }
 /* Placeholder
  ========================================================================== */
 .nfe-sortable-placeholder {
   opacity: 0;
   pointer-events: none;
 }
 /* Empty modifier
  ========================================================================== */
 .nfe-sortable-empty {
   min-height: 50px;
 }
 /* Handle
  ========================================================================== */
 /* Hover */
 .nfe-sortable-handle:hover {
   cursor: move;
 }
 /* ========================================================================
    Component: Countdown
  ========================================================================== */
 /* Item
  ========================================================================== */
 /*
  * 1. Center numbers and separators vertically
  */
 .nfe-countdown-number,
 .nfe-countdown-separator {
   /* 1 */
   line-height: 0.8;
 }
 /* Number
  ========================================================================== */
 .nfe-countdown-number {
   font-size: 2rem;
 }
 /* Phone landscape and bigger */
 @media (min-width: 640px) {
   .nfe-countdown-number {
     font-size: 4rem;
   }
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-countdown-number {
     font-size: 6rem;
     min-width: 76px;
   }
 }
 /* Separator
  ========================================================================== */
 .nfe-countdown-separator {
   font-size: 1rem;
 }
 /* Phone landscape and bigger */
 @media (min-width: 640px) {
   .nfe-countdown-separator {
     font-size: 2rem;
   }
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-countdown-separator {
     font-size: 3rem;
   }
 }
 /* Label
  ========================================================================== */
 /* ========================================================================
    Component: Animation
  ========================================================================== */
 [class*='nfe-animation-'] {
   animation-duration: 0.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: both;
 }
 /* Animations
  ========================================================================== */
 /*
  * Fade
  */
 .nfe-animation-fade {
   animation-name: nfe-fade;
   animation-duration: 0.8s;
   animation-timing-function: linear;
 }
 /*
  * Scale
  */
 .nfe-animation-scale-up {
   animation-name: nfe-fade-scale-02;
 }
 .nfe-animation-scale-down {
   animation-name: nfe-fade-scale-18;
 }
 /*
  * Slide
  */
 .nfe-animation-slide-top {
   animation-name: nfe-fade-top;
 }
 .nfe-animation-slide-bottom {
   animation-name: nfe-fade-bottom;
 }
 .nfe-animation-slide-left {
   animation-name: nfe-fade-left;
 }
 .nfe-animation-slide-right {
   animation-name: nfe-fade-right;
 }
 /*
  * Slide Small
  */
 .nfe-animation-slide-top-small {
   animation-name: nfe-fade-top-small;
 }
 .nfe-animation-slide-bottom-small {
   animation-name: nfe-fade-bottom-small;
 }
 .nfe-animation-slide-left-small {
   animation-name: nfe-fade-left-small;
 }
 .nfe-animation-slide-right-small {
   animation-name: nfe-fade-right-small;
 }
 /*
  * Slide Medium
  */
 .nfe-animation-slide-top-medium {
   animation-name: nfe-fade-top-medium;
 }
 .nfe-animation-slide-bottom-medium {
   animation-name: nfe-fade-bottom-medium;
 }
 .nfe-animation-slide-left-medium {
   animation-name: nfe-fade-left-medium;
 }
 .nfe-animation-slide-right-medium {
   animation-name: nfe-fade-right-medium;
 }
 /*
  * Kenburns
  */
 .nfe-animation-kenburns {
   animation-name: nfe-scale-kenburns;
   animation-duration: 15s;
 }
 /*
  * Shake
  */
 .nfe-animation-shake {
   animation-name: nfe-shake;
 }
 /*
  * SVG Stroke
  * The `--nfe-animation-stroke` custom property contains the longest path length.
  * Set it manually or use `nfe-svg="stroke-animation: true"` to set it automatically.
  * All strokes are animated by the same pace and doesn't end simultaneously.
  * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
  */
 .nfe-animation-stroke {
   animation-name: nfe-stroke;
   stroke-dasharray: var(--nfe-animation-stroke);
   animation-duration: 2s;
 }
 /* Direction modifier
  ========================================================================== */
 .nfe-animation-reverse {
   animation-direction: reverse;
   animation-timing-function: ease-in;
 }
 /* Duration modifier
  ========================================================================== */
 .nfe-animation-fast {
   animation-duration: 0.1s;
 }
 /* Toggle (Hover + Focus)
 ========================================================================== */
 /*
  * The toggle is triggered on touch devices using `:focus` and tabindex
  */
 .nfe-animation-toggle:not(:hover):not(:focus) [class*='nfe-animation-'] {
   animation-name: none;
 }
 /*
  * 1. Prevent tab highlighting on iOS.
  */
 .nfe-animation-toggle {
   /* 1 */
   -webkit-tap-highlight-color: transparent;
 }
 /*
  * Remove outline for `tabindex`
  */
 .nfe-animation-toggle:focus {
   outline: none;
 }
 /* Keyframes used by animation classes
  ========================================================================== */
 /*
  * Fade
  */
 @keyframes nfe-fade {
   0% {
     opacity: 0;
   }
   100% {
     opacity: 1;
   }
 }
 /*
  * Slide Top
  */
 @keyframes nfe-fade-top {
   0% {
     opacity: 0;
     transform: translateY(-100%);
   }
   100% {
     opacity: 1;
     transform: translateY(0);
   }
 }
 /*
  * Slide Bottom
  */
 @keyframes nfe-fade-bottom {
   0% {
     opacity: 0;
     transform: translateY(100%);
   }
   100% {
     opacity: 1;
     transform: translateY(0);
   }
 }
 /*
  * Slide Left
  */
 @keyframes nfe-fade-left {
   0% {
     opacity: 0;
     transform: translateX(-100%);
   }
   100% {
     opacity: 1;
     transform: translateX(0);
   }
 }
 /*
  * Slide Right
  */
 @keyframes nfe-fade-right {
   0% {
     opacity: 0;
     transform: translateX(100%);
   }
   100% {
     opacity: 1;
     transform: translateX(0);
   }
 }
 /*
  * Slide Top Small
  */
 @keyframes nfe-fade-top-small {
   0% {
     opacity: 0;
     transform: translateY(-10px);
   }
   100% {
     opacity: 1;
     transform: translateY(0);
   }
 }
 /*
  * Slide Bottom Small
  */
 @keyframes nfe-fade-bottom-small {
   0% {
     opacity: 0;
     transform: translateY(10px);
   }
   100% {
     opacity: 1;
     transform: translateY(0);
   }
 }
 /*
  * Slide Left Small
  */
 @keyframes nfe-fade-left-small {
   0% {
     opacity: 0;
     transform: translateX(-10px);
   }
   100% {
     opacity: 1;
     transform: translateX(0);
   }
 }
 /*
  * Slide Right Small
  */
 @keyframes nfe-fade-right-small {
   0% {
     opacity: 0;
     transform: translateX(10px);
   }
   100% {
     opacity: 1;
     transform: translateX(0);
   }
 }
 /*
  * Slide Top Medium
  */
 @keyframes nfe-fade-top-medium {
   0% {
     opacity: 0;
     transform: translateY(-50px);
   }
   100% {
     opacity: 1;
     transform: translateY(0);
   }
 }
 /*
  * Slide Bottom Medium
  */
 @keyframes nfe-fade-bottom-medium {
   0% {
     opacity: 0;
     transform: translateY(50px);
   }
   100% {
     opacity: 1;
     transform: translateY(0);
   }
 }
 /*
  * Slide Left Medium
  */
 @keyframes nfe-fade-left-medium {
   0% {
     opacity: 0;
     transform: translateX(-50px);
   }
   100% {
     opacity: 1;
     transform: translateX(0);
   }
 }
 /*
  * Slide Right Medium
  */
 @keyframes nfe-fade-right-medium {
   0% {
     opacity: 0;
     transform: translateX(50px);
   }
   100% {
     opacity: 1;
     transform: translateX(0);
   }
 }
 /*
  * Scale Up
  */
 @keyframes nfe-fade-scale-02 {
   0% {
     opacity: 0;
     transform: scale(0.2);
   }
   100% {
     opacity: 1;
     transform: scale(1);
   }
 }
 /*
  * Scale Down
  */
 @keyframes nfe-fade-scale-18 {
   0% {
     opacity: 0;
     transform: scale(1.8);
   }
   100% {
     opacity: 1;
     transform: scale(1);
   }
 }
 /*
  * Kenburns
  */
 @keyframes nfe-scale-kenburns {
   0% {
     transform: scale(1);
   }
   100% {
     transform: scale(1.2);
   }
 }
 /*
  * Shake
  */
 @keyframes nfe-shake {
   0%,
   100% {
     transform: translateX(0);
   }
   10% {
     transform: translateX(-9px);
   }
   20% {
     transform: translateX(8px);
   }
   30% {
     transform: translateX(-7px);
   }
   40% {
     transform: translateX(6px);
   }
   50% {
     transform: translateX(-5px);
   }
   60% {
     transform: translateX(4px);
   }
   70% {
     transform: translateX(-3px);
   }
   80% {
     transform: translateX(2px);
   }
   90% {
     transform: translateX(-1px);
   }
 }
 /*
  * Stroke
  */
 @keyframes nfe-stroke {
   0% {
     stroke-dashoffset: var(--nfe-animation-stroke);
   }
   100% {
     stroke-dashoffset: 0;
   }
 }
 /* ========================================================================
    Component: Width
  ========================================================================== */
 /* Equal child widths
  ========================================================================== */
 [class*='nfe-child-width'] > * {
   box-sizing: border-box;
   width: 100%;
 }
 .nfe-child-width-1-2 > * {
   width: 50%;
 }
 .nfe-child-width-1-3 > * {
   width: calc(100% * 1 / 3.001);
 }
 .nfe-child-width-1-4 > * {
   width: 25%;
 }
 .nfe-child-width-1-5 > * {
   width: 20%;
 }
 .nfe-child-width-1-6 > * {
   width: calc(100% * 1 / 6.001);
 }
 .nfe-child-width-auto > * {
   width: auto;
 }
 /*
  * 1. Reset the `min-width`, which is set to auto by default, because
  *    flex items won't shrink below their minimum intrinsic content size.
  *    Using `1px` instead of `0`, so items still wrap into the next line,
  *    if they have zero width and padding and the predecessor is 100% wide.
  */
 .nfe-child-width-expand > :not([class*='nfe-width']) {
   flex: 1;
   /* 1 */
   min-width: 1px;
 }
 /* Phone landscape and bigger */
 @media (min-width: 640px) {
   .nfe-child-width-1-1\@s > * {
     width: 100%;
   }
   .nfe-child-width-1-2\@s > * {
     width: 50%;
   }
   .nfe-child-width-1-3\@s > * {
     width: calc(100% * 1 / 3.001);
   }
   .nfe-child-width-1-4\@s > * {
     width: 25%;
   }
   .nfe-child-width-1-5\@s > * {
     width: 20%;
   }
   .nfe-child-width-1-6\@s > * {
     width: calc(100% * 1 / 6.001);
   }
   .nfe-child-width-auto\@s > * {
     width: auto;
   }
   .nfe-child-width-expand\@s > :not([class*='nfe-width']) {
     flex: 1;
     min-width: 1px;
   }
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-child-width-1-1\@m > * {
     width: 100%;
   }
   .nfe-child-width-1-2\@m > * {
     width: 50%;
   }
   .nfe-child-width-1-3\@m > * {
     width: calc(100% * 1 / 3.001);
   }
   .nfe-child-width-1-4\@m > * {
     width: 25%;
   }
   .nfe-child-width-1-5\@m > * {
     width: 20%;
   }
   .nfe-child-width-1-6\@m > * {
     width: calc(100% * 1 / 6.001);
   }
   .nfe-child-width-auto\@m > * {
     width: auto;
   }
   .nfe-child-width-expand\@m > :not([class*='nfe-width']) {
     flex: 1;
     min-width: 1px;
   }
 }
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   .nfe-child-width-1-1\@l > * {
     width: 100%;
   }
   .nfe-child-width-1-2\@l > * {
     width: 50%;
   }
   .nfe-child-width-1-3\@l > * {
     width: calc(100% * 1 / 3.001);
   }
   .nfe-child-width-1-4\@l > * {
     width: 25%;
   }
   .nfe-child-width-1-5\@l > * {
     width: 20%;
   }
   .nfe-child-width-1-6\@l > * {
     width: calc(100% * 1 / 6.001);
   }
   .nfe-child-width-auto\@l > * {
     width: auto;
   }
   .nfe-child-width-expand\@l > :not([class*='nfe-width']) {
     flex: 1;
     min-width: 1px;
   }
 }
 /* Large screen and bigger */
 @media (min-width: 1600px) {
   .nfe-child-width-1-1\@xl > * {
     width: 100%;
   }
   .nfe-child-width-1-2\@xl > * {
     width: 50%;
   }
   .nfe-child-width-1-3\@xl > * {
     width: calc(100% * 1 / 3.001);
   }
   .nfe-child-width-1-4\@xl > * {
     width: 25%;
   }
   .nfe-child-width-1-5\@xl > * {
     width: 20%;
   }
   .nfe-child-width-1-6\@xl > * {
     width: calc(100% * 1 / 6.001);
   }
   .nfe-child-width-auto\@xl > * {
     width: auto;
   }
   .nfe-child-width-expand\@xl > :not([class*='nfe-width']) {
     flex: 1;
     min-width: 1px;
   }
 }
 /* Single Widths
  ========================================================================== */
 /*
  * 1. `max-width` is needed for the pixel-based classes
  */
 [class*='nfe-width'] {
   box-sizing: border-box;
   width: 100%;
   /* 1 */
   max-width: 100%;
 }
 /* Halves */
 .nfe-width-1-2 {
   width: 50%;
 }
 /* Thirds */
 .nfe-width-1-3 {
   width: calc(100% * 1 / 3.001);
 }
 .nfe-width-2-3 {
   width: calc(100% * 2 / 3.001);
 }
 /* Quarters */
 .nfe-width-1-4 {
   width: 25%;
 }
 .nfe-width-3-4 {
   width: 75%;
 }
 /* Fifths */
 .nfe-width-1-5 {
   width: 20%;
 }
 .nfe-width-2-5 {
   width: 40%;
 }
 .nfe-width-3-5 {
   width: 60%;
 }
 .nfe-width-4-5 {
   width: 80%;
 }
 /* Sixths */
 .nfe-width-1-6 {
   width: calc(100% * 1 / 6.001);
 }
 .nfe-width-5-6 {
   width: calc(100% * 5 / 6.001);
 }
 /* Pixel */
 .nfe-width-small {
   /* width: 150px; */
 }
 .nfe-width-medium {
   width: 300px;
 }
 .nfe-width-large {
   width: 450px;
 }
 .nfe-width-xlarge {
   width: 600px;
 }
 .nfe-width-xxlarge {
   width: 750px;
 }
 /* Auto */
 .nfe-width-auto {
   width: auto;
 }
 /* Expand */
 .nfe-width-expand {
   flex: 1;
   min-width: 1px;
 }
 /* Phone landscape and bigger */
 @media (min-width: 640px) {
   /* Whole */
   .nfe-width-1-1\@s {
     width: 100%;
   }
   /* Halves */
   .nfe-width-1-2\@s {
     width: 50%;
   }
   /* Thirds */
   .nfe-width-1-3\@s {
     width: calc(100% * 1 / 3.001);
   }
   .nfe-width-2-3\@s {
     width: calc(100% * 2 / 3.001);
   }
   /* Quarters */
   .nfe-width-1-4\@s {
     width: 25%;
   }
   .nfe-width-3-4\@s {
     width: 75%;
   }
   /* Fifths */
   .nfe-width-1-5\@s {
     width: 20%;
   }
   .nfe-width-2-5\@s {
     width: 40%;
   }
   .nfe-width-3-5\@s {
     width: 60%;
   }
   .nfe-width-4-5\@s {
     width: 80%;
   }
   /* Sixths */
   .nfe-width-1-6\@s {
     width: calc(100% * 1 / 6.001);
   }
   .nfe-width-5-6\@s {
     width: calc(100% * 5 / 6.001);
   }
   /* Pixel */
   .nfe-width-small\@s {
     width: 150px;
   }
   .nfe-width-medium\@s {
     width: 300px;
   }
   .nfe-width-large\@s {
     width: 450px;
   }
   .nfe-width-xlarge\@s {
     width: 600px;
   }
   .nfe-width-xxlarge\@s {
     width: 750px;
   }
   /* Auto */
   .nfe-width-auto\@s {
     width: auto;
   }
   /* Expand */
   .nfe-width-expand\@s {
     flex: 1;
     min-width: 1px;
   }
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   /* Whole */
   .nfe-width-1-1\@m {
     width: 100%;
   }
   /* Halves */
   .nfe-width-1-2\@m {
     width: 50%;
   }
   /* Thirds */
   .nfe-width-1-3\@m {
     width: calc(100% * 1 / 3.001);
   }
   .nfe-width-2-3\@m {
     width: calc(100% * 2 / 3.001);
   }
   /* Quarters */
   .nfe-width-1-4\@m {
     width: 25%;
   }
   .nfe-width-3-4\@m {
     width: 75%;
   }
   /* Fifths */
   .nfe-width-1-5\@m {
     width: 20%;
   }
   .nfe-width-2-5\@m {
     width: 40%;
   }
   .nfe-width-3-5\@m {
     width: 60%;
   }
   .nfe-width-4-5\@m {
     width: 80%;
   }
   /* Sixths */
   .nfe-width-1-6\@m {
     width: calc(100% * 1 / 6.001);
   }
   .nfe-width-5-6\@m {
     width: calc(100% * 5 / 6.001);
   }
   /* Pixel */
   .nfe-width-small\@m {
     width: 150px;
   }
   .nfe-width-medium\@m {
     width: 300px;
   }
   .nfe-width-large\@m {
     width: 450px;
   }
   .nfe-width-xlarge\@m {
     width: 600px;
   }
   .nfe-width-xxlarge\@m {
     width: 750px;
   }
   /* Auto */
   .nfe-width-auto\@m {
     width: auto;
   }
   /* Expand */
   .nfe-width-expand\@m {
     flex: 1;
     min-width: 1px;
   }
 }
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   /* Whole */
   .nfe-width-1-1\@l {
     width: 100%;
   }
   /* Halves */
   .nfe-width-1-2\@l {
     width: 50%;
   }
   /* Thirds */
   .nfe-width-1-3\@l {
     width: calc(100% * 1 / 3.001);
   }
   .nfe-width-2-3\@l {
     width: calc(100% * 2 / 3.001);
   }
   /* Quarters */
   .nfe-width-1-4\@l {
     width: 25%;
   }
   .nfe-width-3-4\@l {
     width: 75%;
   }
   /* Fifths */
   .nfe-width-1-5\@l {
     width: 20%;
   }
   .nfe-width-2-5\@l {
     width: 40%;
   }
   .nfe-width-3-5\@l {
     width: 60%;
   }
   .nfe-width-4-5\@l {
     width: 80%;
   }
   /* Sixths */
   .nfe-width-1-6\@l {
     width: calc(100% * 1 / 6.001);
   }
   .nfe-width-5-6\@l {
     width: calc(100% * 5 / 6.001);
   }
   /* Pixel */
   .nfe-width-small\@l {
     width: 150px;
   }
   .nfe-width-medium\@l {
     width: 300px;
   }
   .nfe-width-large\@l {
     width: 450px;
   }
   .nfe-width-xlarge\@l {
     width: 600px;
   }
   .nfe-width-xxlarge\@l {
     width: 750px;
   }
   /* Auto */
   .nfe-width-auto\@l {
     width: auto;
   }
   /* Expand */
   .nfe-width-expand\@l {
     flex: 1;
     min-width: 1px;
   }
 }
 /* Large screen and bigger */
 @media (min-width: 1600px) {
   /* Whole */
   .nfe-width-1-1\@xl {
     width: 100%;
   }
   /* Halves */
   .nfe-width-1-2\@xl {
     width: 50%;
   }
   /* Thirds */
   .nfe-width-1-3\@xl {
     width: calc(100% * 1 / 3.001);
   }
   .nfe-width-2-3\@xl {
     width: calc(100% * 2 / 3.001);
   }
   /* Quarters */
   .nfe-width-1-4\@xl {
     width: 25%;
   }
   .nfe-width-3-4\@xl {
     width: 75%;
   }
   /* Fifths */
   .nfe-width-1-5\@xl {
     width: 20%;
   }
   .nfe-width-2-5\@xl {
     width: 40%;
   }
   .nfe-width-3-5\@xl {
     width: 60%;
   }
   .nfe-width-4-5\@xl {
     width: 80%;
   }
   /* Sixths */
   .nfe-width-1-6\@xl {
     width: calc(100% * 1 / 6.001);
   }
   .nfe-width-5-6\@xl {
     width: calc(100% * 5 / 6.001);
   }
   /* Pixel */
   .nfe-width-small\@xl {
     width: 150px;
   }
   .nfe-width-medium\@xl {
     width: 300px;
   }
   .nfe-width-large\@xl {
     width: 450px;
   }
   .nfe-width-xlarge\@xl {
     width: 600px;
   }
   .nfe-width-xxlarge\@xl {
     width: 750px;
   }
   /* Auto */
   .nfe-width-auto\@xl {
     width: auto;
   }
   /* Expand */
   .nfe-width-expand\@xl {
     flex: 1;
     min-width: 1px;
   }
 }
 /* ========================================================================
    Component: Height
  ========================================================================== */
 [class*='nfe-height'] {
   box-sizing: border-box;
 }
 /*
  * Only works if parent element has a height set
  */
 .nfe-height-1-1 {
   height: 100%;
 }
 /*
  * Useful to create image teasers
  */
 .nfe-height-viewport {
   min-height: 100vh;
 }
 /*
  * Pixel
  * Useful for `overflow: auto`
  */
 .nfe-height-small {
   height: 150px;
 }
 .nfe-height-medium {
   height: 300px;
 }
 .nfe-height-large {
   height: 450px !important;
 }
 .nfe-height-max-small {
   max-height: 150px;
 }
 .nfe-height-max-medium {
   max-height: 300px;
 }
 .nfe-height-max-large {
   max-height: 450px;
 }
 /* ========================================================================
    Component: Text
  ========================================================================== */
 /* Style modifiers
  ========================================================================== */
 .nfe-text-lead {
   font-size: 1.5rem;
   line-height: 1.5;
   color: #333;
 }
 @media (max-width:960px){
   .nfe-text-lead {
   font-size: 1.2rem 
 }
 }
 .nfe-text-meta {
   font-size: 0.875rem;
   line-height: 1.4;
   color: #999;
 }
 .nfe-text-meta a {
   color: #999;
 }
 .nfe-text-meta a:hover {
   color: #666;
   text-decoration: none;
 }
 /* Size modifiers
  ========================================================================== */
 .nfe-text-small {
   font-size: 0.8rem !important;
   line-height: 1.5;
 }
 .nfe-text-large {
   font-size: 1.5rem;
   line-height: 1.5;
 }
 /* Weight modifier
  ========================================================================== */
 .nfe-text-light {
   font-weight: 300;
 }
 .nfe-text-normal {
   font-weight: 400;
 }
 .nfe-text-bold {
   font-weight: 600;
 }
 .nfe-text-lighter {
   font-weight: lighter;
 }
 .nfe-text-bolder {
   font-weight: bolder;
 }
 /* Style modifier
  ========================================================================== */
 .nfe-text-italic {
   font-style: italic;
 }
 /* Transform modifier
  ========================================================================== */
 .nfe-text-capitalize {
   text-transform: capitalize !important;
 }
 .nfe-text-uppercase {
   text-transform: uppercase !important;
 }
 .nfe-text-lowercase {
   text-transform: lowercase !important;
 }
 /* Color modifiers
  ========================================================================== */
 .nfe-text-muted {
   color: #999 !important;
 }
 .nfe-text-emphasis {
   color: #333 !important;
 }
 .nfe-text-primary {
   color: #1e87f0 !important;
 }
 .nfe-text-secondary {
   color: #222 !important;
 }
 .nfe-text-success {
   color: #32d296 !important;
 }
 .nfe-text-warning {
   color: #faa05a !important;
 }
 .nfe-text-danger {
   color: #f0506e !important;
 }
 /* Background modifier
  ========================================================================== */
 /*
  * 1. The background clips to the foreground text. Works in Chrome, Firefox, Safari, Edge and Opera
  *    Default color is set to transparent
  * 2. Container fits the text
  * 3. Fallback color for IE11
  */
 .nfe-text-background {
   /* 1 */
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   /* 2 */
   display: inline-block;
   /* 3 */
   color: #1e87f0 !important;
 }
 @supports (-webkit-background-clip: text) {
   .nfe-text-background {
     background-color: #1e87f0;
   }
 }
 /* Alignment modifiers
  ========================================================================== */
 .nfe-text-left {
   text-align: left !important;
 }
 .nfe-text-right {
   text-align: right !important;
 }
 .nfe-text-center {
   text-align: center !important;
 }
 .nfe-text-justify {
   text-align: justify !important;
 }
 /* Phone landscape and bigger */
 @media (min-width: 640px) {
   .nfe-text-left\@s {
     text-align: left !important;
   }
   .nfe-text-right\@s {
     text-align: right !important;
   }
   .nfe-text-center\@s {
     text-align: center !important;
   }
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-text-left\@m {
     text-align: left !important;
   }
   .nfe-text-right\@m {
     text-align: right !important;
   }
   .nfe-text-center\@m {
     text-align: center !important;
   }
 }
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   .nfe-text-left\@l {
     text-align: left !important;
   }
   .nfe-text-right\@l {
     text-align: right !important;
   }
   .nfe-text-center\@l {
     text-align: center !important;
   }
 }
 /* Large screen and bigger */
 @media (min-width: 1600px) {
   .nfe-text-left\@xl {
     text-align: left !important;
   }
   .nfe-text-right\@xl {
     text-align: right !important;
   }
   .nfe-text-center\@xl {
     text-align: center !important;
   }
 }
 /*
  * Vertical
  */
 .nfe-text-top {
   vertical-align: top !important;
 }
 .nfe-text-middle {
   vertical-align: middle !important;
 }
 .nfe-text-bottom {
   vertical-align: bottom !important;
 }
 .nfe-text-baseline {
   vertical-align: baseline !important;
 }
 /* Wrap modifiers
  ========================================================================== */
 /*
  * Prevent text from wrapping onto multiple lines
  */
 .nfe-text-nowrap {
   white-space: nowrap;
 }
 /*
  * 1. Make sure a max-width is set after which truncation can occur
  * 2. Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
  * 3. Fix for table cells
  */
 .nfe-text-truncate {
   /* 1 */
   max-width: 100%;
   /* 2 */
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
 }
 /* 2 */
 th.nfe-text-truncate,
 td.nfe-text-truncate {
   max-width: 0;
 }
 /*
  * 1. Wrap long words onto the next line and break them if they are too long to fit
  * 2. Legacy `word-wrap` as fallback for `overflow-wrap`
  * 3. Fix `overflow-wrap` which doesn't work with table cells in Chrome, Opera, IE11 and Edge
  *    Must use `break-all` to support IE11 and Edge
  * Note: Not using `hyphens: auto;` because it hyphenates text even if not needed
  */
 .nfe-text-break {
   /* 1 */
   overflow-wrap: break-word;
   /* 2 */
   word-wrap: break-word;
 }
 /* 3 */
 th.nfe-text-break,
 td.nfe-text-break {
   word-break: break-all;
 }
 /* ========================================================================
    Component: Column
  ========================================================================== */
 [class*='nfe-column-'] {
   column-gap: 30px;
 }
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   [class*='nfe-column-'] {
     column-gap: 40px;
   }
 }
 /*
  * Fix image 1px line wrapping into the next column in Chrome
  */
 [class*='nfe-column-'] img {
   transform: translate3d(0, 0, 0);
 }
 /* Divider
  ========================================================================== */
 /*
  * 1. Double the column gap
  */
 .nfe-column-divider {
   column-rule: 1px solid #e5e5e5;
   /* 1 */
   column-gap: 60px;
 }
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   .nfe-column-divider {
     column-gap: 80px;
   }
 }
 /* Width modifiers
  ========================================================================== */
 .nfe-column-1-2 {
   column-count: 2;
 }
 .nfe-column-1-3 {
   column-count: 3;
 }
 .nfe-column-1-4 {
   column-count: 4;
 }
 .nfe-column-1-5 {
   column-count: 5;
 }
 .nfe-column-1-6 {
   column-count: 6;
 }
 /* Phone landscape and bigger */
 @media (min-width: 640px) {
   .nfe-column-1-2\@s {
     column-count: 2;
   }
   .nfe-column-1-3\@s {
     column-count: 3;
   }
   .nfe-column-1-4\@s {
     column-count: 4;
   }
   .nfe-column-1-5\@s {
     column-count: 5;
   }
   .nfe-column-1-6\@s {
     column-count: 6;
   }
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-column-1-2\@m {
     column-count: 2;
   }
   .nfe-column-1-3\@m {
     column-count: 3;
   }
   .nfe-column-1-4\@m {
     column-count: 4;
   }
   .nfe-column-1-5\@m {
     column-count: 5;
   }
   .nfe-column-1-6\@m {
     column-count: 6;
   }
 }
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   .nfe-column-1-2\@l {
     column-count: 2;
   }
   .nfe-column-1-3\@l {
     column-count: 3;
   }
   .nfe-column-1-4\@l {
     column-count: 4;
   }
   .nfe-column-1-5\@l {
     column-count: 5;
   }
   .nfe-column-1-6\@l {
     column-count: 6;
   }
 }
 /* Large screen and bigger */
 @media (min-width: 1600px) {
   .nfe-column-1-2\@xl {
     column-count: 2;
   }
   .nfe-column-1-3\@xl {
     column-count: 3;
   }
   .nfe-column-1-4\@xl {
     column-count: 4;
   }
   .nfe-column-1-5\@xl {
     column-count: 5;
   }
   .nfe-column-1-6\@xl {
     column-count: 6;
   }
 }
 /* Make element span across all columns
  * Does not work in Firefox yet
  ========================================================================== */
 .nfe-column-span {
   column-span: all;
 }
 /* ========================================================================
    Component: Cover
  ========================================================================== */
 /*
  * Works with iframes and embedded content
  * 1. Reset responsiveness for embedded content
  * 2. Center object
  * Note: Percent values on the `top` property only works if this element
  *       is absolute positioned or if the container has a height
  */
 .nfe-cover {
   /* 1 */
   max-width: none;
   /* 2 */
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
 }
 iframe.nfe-cover {
   pointer-events: none;
 }
 /* Container
  ========================================================================== */
 /*
  * 1. Parent container which clips resized object
  * 2. Needed if the child is positioned absolute. See note above
  */
 .nfe-cover-container {
   /* 1 */
   overflow: hidden;
   /* 2 */
   position: relative;
 }
 /* ========================================================================
    Component: Background
  ========================================================================== */
 /* Color
  ========================================================================== */
 .nfe-background-default {
   background-color: #fff;
 }
 .nfe-background-muted {
   background-color: #f8f8f8;
 }
 .nfe-background-primary {
   background-color: #1e87f0;
 }
 .nfe-background-secondary {
   background-color: #222;
 }
 /* Size
  ========================================================================== */
 .nfe-background-cover,
 .nfe-background-contain {
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }
 .nfe-background-cover {
   background-size: cover;
 }
 .nfe-background-contain {
   background-size: contain;
 }
 /* Position
  ========================================================================== */
 .nfe-background-top-left {
   background-position: 0 0;
 }
 .nfe-background-top-center {
   background-position: 50% 0;
 }
 .nfe-background-top-right {
   background-position: 100% 0;
 }
 .nfe-background-center-left {
   background-position: 0 50%;
 }
 .nfe-background-center-center {
   background-position: 50% 50%;
 }
 .nfe-background-center-right {
   background-position: 100% 50%;
 }
 .nfe-background-bottom-left {
   background-position: 0 100%;
 }
 .nfe-background-bottom-center {
   background-position: 50% 100%;
 }
 .nfe-background-bottom-right {
   background-position: 100% 100%;
 }
 /* Repeat
  ========================================================================== */
 .nfe-background-norepeat {
   background-repeat: no-repeat;
 }
 /* Attachment
  ========================================================================== */
 /*
  * 1. Fix bug introduced in Chrome 67: the background image is not visible if any element on the page uses `translate3d`
  */
 .nfe-background-fixed {
   background-attachment: fixed;
   /* 1 */
   backface-visibility: hidden;
 }
 /*
  * Exclude touch devices because `fixed` doesn't work on iOS and Android
  */
 @media (pointer: coarse) {
   .nfe-background-fixed {
     background-attachment: scroll;
   }
 }
 /* Image
  ========================================================================== */
 /* Phone portrait and smaller */
 @media (max-width: 639px) {
   .nfe-background-image\@s {
     background-image: none !important;
   }
 }
 /* Phone landscape and smaller */
 @media (max-width: 959px) {
   .nfe-background-image\@m {
     background-image: none !important;
   }
 }
 /* Tablet landscape and smaller */
 @media (max-width: 1199px) {
   .nfe-background-image\@l {
     background-image: none !important;
   }
 }
 /* Desktop and smaller */
 @media (max-width: 1599px) {
   .nfe-background-image\@xl {
     background-image: none !important;
   }
 }
 /* Blend modes
  ========================================================================== */
 .nfe-background-blend-multiply {
   background-blend-mode: multiply;
 }
 .nfe-background-blend-screen {
   background-blend-mode: screen;
 }
 .nfe-background-blend-overlay {
   background-blend-mode: overlay;
 }
 .nfe-background-blend-darken {
   background-blend-mode: darken;
 }
 .nfe-background-blend-lighten {
   background-blend-mode: lighten;
 }
 .nfe-background-blend-color-dodge {
   background-blend-mode: color-dodge;
 }
 .nfe-background-blend-color-burn {
   background-blend-mode: color-burn;
 }
 .nfe-background-blend-hard-light {
   background-blend-mode: hard-light;
 }
 .nfe-background-blend-soft-light {
   background-blend-mode: soft-light;
 }
 .nfe-background-blend-difference {
   background-blend-mode: difference;
 }
 .nfe-background-blend-exclusion {
   background-blend-mode: exclusion;
 }
 .nfe-background-blend-hue {
   background-blend-mode: hue;
 }
 .nfe-background-blend-saturation {
   background-blend-mode: saturation;
 }
 .nfe-background-blend-color {
   background-blend-mode: color;
 }
 .nfe-background-blend-luminosity {
   background-blend-mode: luminosity;
 }
 /* ========================================================================
    Component: Align
  ========================================================================== */
 /*
  * Default
  */
 [class*='nfe-align'] {
   display: block;
   margin-bottom: 30px;
 }
 * + [class*='nfe-align'] {
   margin-top: 30px;
 }
 /*
  * Center
  */
 .nfe-align-center {
   margin-left: auto;
   margin-right: auto;
 }
 /*
  * Left/Right
  */
 .nfe-align-left {
   margin-top: 0;
   margin-right: 30px;
   float: left;
 }
 .nfe-align-right {
   margin-top: 0;
   margin-left: 30px;
   float: right;
 }
 /* Phone landscape and bigger */
 @media (min-width: 640px) {
   .nfe-align-left\@s {
     margin-top: 0;
     margin-right: 30px;
     float: left;
   }
   .nfe-align-right\@s {
     margin-top: 0;
     margin-left: 30px;
     float: right;
   }
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-align-left\@m {
     margin-top: 0;
     margin-right: 30px;
     float: left;
   }
   .nfe-align-right\@m {
     margin-top: 0;
     margin-left: 30px;
     float: right;
   }
 }
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   .nfe-align-left\@l {
     margin-top: 0;
     float: left;
   }
   .nfe-align-right\@l {
     margin-top: 0;
     float: right;
   }
   .nfe-align-left,
   .nfe-align-left\@s,
   .nfe-align-left\@m,
   .nfe-align-left\@l {
     margin-right: 40px;
   }
   .nfe-align-right,
   .nfe-align-right\@s,
   .nfe-align-right\@m,
   .nfe-align-right\@l {
     margin-left: 40px;
   }
 }
 /* Large screen and bigger */
 @media (min-width: 1600px) {
   .nfe-align-left\@xl {
     margin-top: 0;
     margin-right: 40px;
     float: left;
   }
   .nfe-align-right\@xl {
     margin-top: 0;
     margin-left: 40px;
     float: right;
   }
 }
 /* ========================================================================
    Component: SVG
  ========================================================================== */
 /*
  * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
  * 2. Set the fill and stroke color of all SVG elements to the current text color
  */
 /* 1 */
 .nfe-svg,
 .nfe-svg:not(.nfe-preserve) [fill*='#']:not(.nfe-preserve) {
   fill: currentcolor;
 }
 .nfe-svg:not(.nfe-preserve) [stroke*='#']:not(.nfe-preserve) {
   stroke: currentcolor;
 }
 /*
  * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
  */
 .nfe-svg {
   transform: translate(0, 0);
 }
 /* ========================================================================
    Component: Utility
  ========================================================================== */
 /* Panel
  ========================================================================== */
 .nfe-panel {
   position: relative;
   box-sizing: border-box;
 }
 /*
  * Micro clearfix
  */
 .nfe-panel::before,
 .nfe-panel::after {
   content: "";
   display: table;
 }
 .nfe-panel::after {
   clear: both;
 }
 /*
  * Remove margin from the last-child
  */
 .nfe-panel > :last-child {
   margin-bottom: 0;
 }
 /*
  * Scrollable
  */
 .nfe-panel-scrollable {
   height: 170px;
   padding: 10px;
   border: 1px solid #e5e5e5;
   overflow: auto;
   -webkit-overflow-scrolling: touch;
   resize: both;
 }
 /* Clearfix
  ========================================================================== */
 /*
  * 1. `table-cell` is used with `::before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
  * 2. `table` is used again with `::after` because `clear` only works with block elements.
  * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
  */
 /* 1 */
 .nfe-clearfix::before {
   content: "";
   display: table-cell;
 }
 /* 2 */
 .nfe-clearfix::after {
   content: "";
   display: table;
   clear: both;
 }
 /* Float
  ========================================================================== */
 /*
  * 1. Prevent content overflow
  */
 .nfe-float-left {
   float: left;
 }
 .nfe-float-right {
   float: right;
 }
 /* 1 */
 [class*='nfe-float-'] {
   max-width: 100%;
 }
 /* Overfow
  ========================================================================== */
 .nfe-overflow-hidden {
   overflow: hidden;
 }
 /*
  * Enable scrollbars if content is clipped
  * Note: Firefox ignores `padding-bottom` for the scrollable overflow https://bugzilla.mozilla.org/show_bug.cgi?id=748518
  */
 .nfe-overflow-auto {
   overflow: auto;
   -webkit-overflow-scrolling: touch;
 }
 .nfe-overflow-auto > :last-child {
   margin-bottom: 0;
 }
 /* Resize
  ========================================================================== */
 .nfe-resize {
   resize: both;
 }
 .nfe-resize-vertical {
   resize: vertical;
 }
 /* Display
  ========================================================================== */
 .nfe-display-block {
   display: block !important;
 }
 .nfe-display-inline {
   display: inline !important;
 }
 .nfe-display-inline-block {
   display: inline-block !important;
 }
 /* Inline
  ========================================================================== */
 /*
  * 1. Container fits its content
  * 2. Create position context
  * 3. Prevent content overflow
  * 4. Behave like most inline-block elements
  * 5. Force hardware acceleration without creating a new stacking context
  *    to fix 1px glitch when combined with overlays and transitions in Webkit
  * 6. Clip child elements
  */
 [class*='nfe-inline'] {
   /* 1 */
   display: inline-block;
   /* 2 */
   position: relative;
   /* 3 */
   max-width: 100%;
   /* 4 */
   vertical-align: middle;
   /* 5 */
   -webkit-backface-visibility: hidden;
 }
 .nfe-inline-clip {
   /* 6 */
   overflow: hidden;
 }
 /* Responsive objects
  ========================================================================== */
 /*
  * Preserve original dimensions
  * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
  */
 .nfe-preserve-width,
 .nfe-preserve-width canvas,
 .nfe-preserve-width img,
 .nfe-preserve-width svg,
 .nfe-preserve-width video {
   max-width: none;
 }
 /*
  * Responsiveness
  * Corrects `max-width` and `max-height` behavior if padding and border are used
  */
 .nfe-responsive-width,
 .nfe-responsive-height {
   box-sizing: border-box;
 }
 /*
  * 1. Set a maximum width. `important` needed to override `nfe-preserve-width img`
  * 2. Auto scale the height. Only needed if `height` attribute is present
  */
 .nfe-responsive-width {
   /* 1 */
   max-width: 100% !important;
   /* 2 */
   height: auto;
 }
 /*
  * 1. Set a maximum height. Only works if the parent element has a fixed height
  * 2. Auto scale the width. Only needed if `width` attribute is present
  * 3. Reset max-width, which `img, `video`, `canvas` and  `audio` already have by default
  */
 .nfe-responsive-height {
   /* 1 */
   max-height: 100%;
   /* 2 */
   width: auto;
   /* 3 */
   max-width: none;
 }
 /* Border
  ========================================================================== */
 .nfe-border-circle {
   border-radius: 50%;
 }
 .nfe-border-pill {
   border-radius: 500px;
 }
 .nfe-border-rounded {
   border-radius: 5px;
 }
 /*
  * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
  */
 .nfe-inline-clip[class*='nfe-border-'] {
   -webkit-transform: translateZ(0);
 }
 /* Box-shadow
  ========================================================================== */
 .nfe-box-shadow-small {
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
 }
 .nfe-box-shadow-medium {
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
 }
 .nfe-box-shadow-large {
   box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
 }
 .nfe-box-shadow-xlarge {
   box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
 }
 /*
  * Hover
  */
 [class*='nfe-box-shadow-hover'] {
   transition: box-shadow 0.1s ease-in-out;
 }
 .nfe-box-shadow-hover-small:hover {
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
 }
 .nfe-box-shadow-hover-medium:hover {
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
 }
 .nfe-box-shadow-hover-large:hover {
   box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
 }
 .nfe-box-shadow-hover-xlarge:hover {
   box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
 }
 /* Box-shadow bottom
  ========================================================================== */
 /*
  * 1. Set position.
  * 2. Set style
  * 3. Blur doesn't work on pseudo elements with negative `z-index` in Edge.
  *    Solved by using `before` and add position context to child elements.
  */
 @supports (filter: blur(0)) {
   .nfe-box-shadow-bottom {
     display: inline-block;
     position: relative;
     max-width: 100%;
     vertical-align: middle;
   }
   .nfe-box-shadow-bottom::before {
     content: '';
     /* 1 */
     position: absolute;
     bottom: -30px;
     left: 0;
     right: 0;
     /* 2 */
     height: 30px;
     border-radius: 100%;
     background: #444;
     filter: blur(20px);
   }
   /* 3 */
   .nfe-box-shadow-bottom > * {
     position: relative;
   }
 }
 /* Drop cap
  ========================================================================== */
 /*
  * 1. Firefox doesn't apply `::first-letter` if the first letter is inside child elements
  *    https://bugzilla.mozilla.org/show_bug.cgi?id=214004
  * 2. In Firefox, a floating `::first-letter` doesn't have a line box and there for no `line-height`
  *    https://bugzilla.mozilla.org/show_bug.cgi?id=317933
  * 3. Caused by 1.: Edge creates two nested `::first-letter` containers, one for each selector
  *    This doubles the `font-size` exponential when using the `em` unit.
  */
 .nfe-dropcap::first-letter,
 .nfe-dropcap > p:first-of-type::first-letter {
   display: block;
   margin-right: 10px;
   float: left;
   font-size: 4.5em;
   line-height: 1;
   margin-bottom: -2px;
 }
 /* 2 */
 @-moz-document url-prefix() {
   .nfe-dropcap::first-letter,
   .nfe-dropcap > p:first-of-type::first-letter {
     margin-top: 1.1%;
   }
 }
 /* 3 */
 @supports (-ms-ime-align: auto) {
   .nfe-dropcap > p:first-of-type::first-letter {
     font-size: 1em;
   }
 }
 /* Logo
  ========================================================================== */
 /*
  * 1. Required for `a`
  */
 .nfe-logo {
   font-size: 1.2em;
   color: #3c3c3b;
   /* 1 */
   text-decoration: none;
   font-weight: 600;
 }
 /* Hover + Focus */
 .nfe-logo:hover,
 .nfe-logo:focus  {
   color: #3c3c3b !important;
   outline: none;
   /* 1 */
   text-decoration: none;
 }
 .nfe-light .nfe-logo{
   color:white !important  
 }
 .nfe-logo-inverse {
   display: none;
 }
 /* Disabled State
  ========================================================================== */
 .nfe-disabled {
   pointer-events: none;
 }
 /* Drag State
  ========================================================================== */
 /*
  * 1. Needed if moving over elements with have their own cursor on hover, e.g. links or buttons
  * 2. Fix dragging over iframes
  */
 .nfe-drag,
 .nfe-drag * {
   cursor: move;
 }
 /* 2 */
 .nfe-drag iframe {
   pointer-events: none;
 }
 /* Dragover State
  ========================================================================== */
 /*
  * Create a box-shadow when dragging a file over the upload area
  */
 .nfe-dragover {
   box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
 }
 /* Blend modes
  ========================================================================== */
 .nfe-blend-multiply {
   mix-blend-mode: multiply;
 }
 .nfe-blend-screen {
   mix-blend-mode: screen;
 }
 .nfe-blend-overlay {
   mix-blend-mode: overlay;
 }
 .nfe-blend-darken {
   mix-blend-mode: darken;
 }
 .nfe-blend-lighten {
   mix-blend-mode: lighten;
 }
 .nfe-blend-color-dodge {
   mix-blend-mode: color-dodge;
 }
 .nfe-blend-color-burn {
   mix-blend-mode: color-burn;
 }
 .nfe-blend-hard-light {
   mix-blend-mode: hard-light;
 }
 .nfe-blend-soft-light {
   mix-blend-mode: soft-light;
 }
 .nfe-blend-difference {
   mix-blend-mode: difference;
 }
 .nfe-blend-exclusion {
   mix-blend-mode: exclusion;
 }
 .nfe-blend-hue {
   mix-blend-mode: hue;
 }
 .nfe-blend-saturation {
   mix-blend-mode: saturation;
 }
 .nfe-blend-color {
   mix-blend-mode: color;
 }
 .nfe-blend-luminosity {
   mix-blend-mode: luminosity;
 }
 /* Transform
 ========================================================================== */
 .nfe-transform-center {
   transform: translate(-50%, -50%);
 }
 /* Transform Origin
 ========================================================================== */
 .nfe-transform-origin-top-left {
   transform-origin: 0 0;
 }
 .nfe-transform-origin-top-center {
   transform-origin: 50% 0;
 }
 .nfe-transform-origin-top-right {
   transform-origin: 100% 0;
 }
 .nfe-transform-origin-center-left {
   transform-origin: 0 50%;
 }
 .nfe-transform-origin-center-right {
   transform-origin: 100% 50%;
 }
 .nfe-transform-origin-bottom-left {
   transform-origin: 0 100%;
 }
 .nfe-transform-origin-bottom-center {
   transform-origin: 50% 100%;
 }
 .nfe-transform-origin-bottom-right {
   transform-origin: 100% 100%;
 }
 /* ========================================================================
    Component: Flex
  ========================================================================== */
 .nfe-flex {
   display: flex;
 }
 .nfe-flex-inline {
   display: inline-flex;
 }
 /*
  * Remove pseudo elements created by micro clearfix as precaution
  */
 .nfe-flex::before,
 .nfe-flex::after,
 .nfe-flex-inline::before,
 .nfe-flex-inline::after {
   display: none;
 }
 /* Alignment
  ========================================================================== */
 /*
  * Align items along the main axis of the current line of the flex container
  * Row: Horizontal
  */
 .nfe-flex-left {
   justify-content: flex-start;
 }
 .nfe-flex-center {
   justify-content: center;
 }
 .nfe-flex-right {
   justify-content: flex-end;
 }
 .nfe-flex-between {
   justify-content: space-between;
 }
 .nfe-flex-around {
   justify-content: space-around;
 }
 /* Phone landscape and bigger */
 @media (min-width: 640px) { 
   .nfe-flex-left\@s {
     justify-content: flex-start;
   }
   .nfe-flex-center\@s {
     justify-content: center;
   }
   .nfe-flex-right\@s {
     justify-content: flex-end;
   }
   .nfe-flex-between\@s {
     justify-content: space-between;
   }
   .nfe-flex-around\@s {
     justify-content: space-around;
   }
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-flex-left\@m {
     justify-content: flex-start;
   }
   .nfe-flex-center\@m {
     justify-content: center;
   }
   .nfe-flex-right\@m {
     justify-content: flex-end;
   }
   .nfe-flex-between\@m {
     justify-content: space-between;
   }
   .nfe-flex-around\@m {
     justify-content: space-around;
   }
 }
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   .nfe-flex-left\@l {
     justify-content: flex-start;
   }
   .nfe-flex-center\@l {
     justify-content: center;
   }
   .nfe-flex-right\@l {
     justify-content: flex-end;
   }
   .nfe-flex-between\@l {
     justify-content: space-between;
   }
   .nfe-flex-around\@l {
     justify-content: space-around;
   }
 }
 /* Large screen and bigger */
 @media (min-width: 1600px) {
   .nfe-flex-left\@xl {
     justify-content: flex-start;
   }
   .nfe-flex-center\@xl {
     justify-content: center;
   }
   .nfe-flex-right\@xl {
     justify-content: flex-end;
   }
   .nfe-flex-between\@xl {
     justify-content: space-between;
   }
   .nfe-flex-around\@xl {
     justify-content: space-around;
   }
 }
 /*
  * Align items in the cross axis of the current line of the flex container
  * Row: Vertical
  */
 .nfe-flex-stretch {
   align-items: stretch;
 }
 .nfe-flex-top {
   align-items: flex-start;
 }
 .nfe-flex-middle {
   align-items: center;
 }
 .nfe-flex-bottom {
   align-items: flex-end;
 }
 /* Direction
  ========================================================================== */
 .nfe-flex-row {
   flex-direction: row;
 }
 .nfe-flex-row-reverse {
   flex-direction: row-reverse;
 }
 .nfe-flex-column {
   flex-direction: column;
 }
 .nfe-flex-column-reverse {
   flex-direction: column-reverse;
 }
 /* Wrap
  ========================================================================== */
 .nfe-flex-nowrap {
   flex-wrap: nowrap;
 }
 .nfe-flex-wrap {
   flex-wrap: wrap;
 }
 .nfe-flex-wrap-reverse {
   flex-wrap: wrap-reverse;
 }
 /*
  * Aligns items within the flex container when there is extra space in the cross-axis
  * Only works if there is more than one line of flex items
  */
 .nfe-flex-wrap-stretch {
   align-content: stretch;
 }
 .nfe-flex-wrap-top {
   align-content: flex-start;
 }
 .nfe-flex-wrap-middle {
   align-content: center;
 }
 .nfe-flex-wrap-bottom {
   align-content: flex-end;
 }
 .nfe-flex-wrap-between {
   align-content: space-between;
 }
 .nfe-flex-wrap-around {
   align-content: space-around;
 }
 /* Item ordering
  ========================================================================== */
 /*
  * Default is 0
  */
 .nfe-flex-first {
   order: -1;
 }
 .nfe-flex-last {
   order: 99;
 }
 /* Phone landscape and bigger */
 @media (min-width: 640px) {
   .nfe-flex-first\@s {
     order: -1;
   }
   .nfe-flex-last\@s {
     order: 99;
   }
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-flex-first\@m {
     order: -1;
   }
   .nfe-flex-last\@m {
     order: 99;
   }
 }
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   .nfe-flex-first\@l {
     order: -1;
   }
   .nfe-flex-last\@l {
     order: 99;
   }
 }
 /* Large screen and bigger */
 @media (min-width: 1600px) {
   .nfe-flex-first\@xl {
     order: -1;
   }
   .nfe-flex-last\@xl {
     order: 99;
   }
 }
 /* Item dimensions
  ========================================================================== */
 /*
  * Initial: 0 1 auto
  * Content dimensions, but shrinks
  */
 /*
  * No Flex: 0 0 auto
  * Content dimensions
  */
 .nfe-flex-none {
   flex: none;
 }
 /*
  * Relative Flex: 1 1 auto
  * Space is allocated considering content
  */
 .nfe-flex-auto {
   flex: auto;
 }
 /*
  * Absolute Flex: 1 1 0%
  * Space is allocated solely based on flex
  */
 .nfe-flex-1 {
   flex: 1;
 }
 /* ========================================================================
    Component: Margin
  ========================================================================== */
 /*
  * Default
  */
 .nfe-margin {
   margin-bottom: 20px;
 }
 * + .nfe-margin {
   margin-top: 20px !important;
 }
 .nfe-margin-top {
   margin-top: 20px !important;
 }
 .nfe-margin-bottom {
   margin-bottom: 20px !important;
 }
 .nfe-margin-left {
   margin-left: 20px !important;
 }
 .nfe-margin-right {
   margin-right: 20px !important;
 }
 /* Small
  ========================================================================== */
 .nfe-margin-small {
   margin-bottom: 10px;
 }
 * + .nfe-margin-small {
   margin-top: 10px !important;
 }
 .nfe-margin-small-top {
   margin-top: 10px !important;
 }
 .nfe-margin-small-bottom {
   margin-bottom: 10px !important;
 }
 .nfe-margin-small-left {
   margin-left: 10px !important;
 }
 .nfe-margin-small-right {
   margin-right: 10px !important;
 }
 /* Medium
  ========================================================================== */
 .nfe-margin-medium {
   margin-bottom: 40px;
 }
 * + .nfe-margin-medium {
   margin-top: 40px !important;
 }
 .nfe-margin-medium-top {
   margin-top: 40px !important;
 }
 .nfe-margin-medium-bottom {
   margin-bottom: 40px !important;
 }
 .nfe-margin-medium-left {
   margin-left: 40px !important;
 }
 .nfe-margin-medium-right {
   margin-right: 40px !important;
 }
 /* Large
  ========================================================================== */
 .nfe-margin-large {
   margin-bottom: 40px;
 }
 * + .nfe-margin-large {
   margin-top: 40px !important;
 }
 .nfe-margin-large-top {
   margin-top: 40px !important;
 }
 .nfe-margin-large-bottom {
   margin-bottom: 40px !important;
 }
 .nfe-margin-large-left {
   margin-left: 40px !important;
 }
 .nfe-margin-large-right {
   margin-right: 40px !important;
 }
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   .nfe-margin-large {
     margin-bottom: 70px;
   }
   * + .nfe-margin-large {
     margin-top: 70px !important;
   }
   .nfe-margin-large-top {
     margin-top: 70px !important;
   }
   .nfe-margin-large-bottom {
     margin-bottom: 70px !important;
   }
   .nfe-margin-large-left {
     margin-left: 70px !important;
   }
   .nfe-margin-large-right {
     margin-right: 70px !important;
   }
 }
 /* XLarge
  ========================================================================== */
 .nfe-margin-xlarge {
   margin-bottom: 70px;
 }
 * + .nfe-margin-xlarge {
   margin-top: 70px !important;
 }
 .nfe-margin-xlarge-top {
   margin-top: 70px !important;
 }
 .nfe-margin-xlarge-bottom {
   margin-bottom: 70px !important;
 }
 .nfe-margin-xlarge-left {
   margin-left: 70px !important;
 }
 .nfe-margin-xlarge-right {
   margin-right: 70px !important;
 }
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   .nfe-margin-xlarge {
     margin-bottom: 140px;
   }
   * + .nfe-margin-xlarge {
     margin-top: 140px !important;
   }
   .nfe-margin-xlarge-top {
     margin-top: 140px !important;
   }
   .nfe-margin-xlarge-bottom {
     margin-bottom: 140px !important;
   }
   .nfe-margin-xlarge-left {
     margin-left: 140px !important;
   }
   .nfe-margin-xlarge-right {
     margin-right: 140px !important;
   }
 }
 /* Auto
  ========================================================================== */
 .nfe-margin-auto {
   margin-left: auto !important;
   margin-right: auto !important;
 }
 .nfe-margin-auto-top {
   margin-top: auto !important;
 }
 .nfe-margin-auto-bottom {
   margin-bottom: auto !important;
 }
 .nfe-margin-auto-left {
   margin-left: auto !important;
 }
 .nfe-margin-auto-right {
   margin-right: auto !important;
 }
 .nfe-margin-auto-vertical {
   margin-top: auto !important;
   margin-bottom: auto !important;
 }
 /* Phone landscape and bigger */
 @media (min-width: 640px) {
   .nfe-margin-auto\@s {
     margin-left: auto !important;
     margin-right: auto !important;
   }
   .nfe-margin-auto-left\@s {
     margin-left: auto !important;
   }
   .nfe-margin-auto-right\@s {
     margin-right: auto !important;
   }
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-margin-auto\@m {
     margin-left: auto !important;
     margin-right: auto !important;
   }
   .nfe-margin-auto-left\@m {
     margin-left: auto !important;
   }
   .nfe-margin-auto-right\@m {
     margin-right: auto !important;
   }
 }
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   .nfe-margin-auto\@l {
     margin-left: auto !important;
     margin-right: auto !important;
   }
   .nfe-margin-auto-left\@l {
     margin-left: auto !important;
   }
   .nfe-margin-auto-right\@l {
     margin-right: auto !important;
   }
 }
 /* Large screen and bigger */
 @media (min-width: 1600px) {
   .nfe-margin-auto\@xl {
     margin-left: auto !important;
     margin-right: auto !important;
   }
   .nfe-margin-auto-left\@xl {
     margin-left: auto !important;
   }
   .nfe-margin-auto-right\@xl {
     margin-right: auto !important;
   }
 }
 /* Remove
  ========================================================================== */
 .nfe-margin-remove {
   margin: 0 !important;
 }
 .nfe-margin-remove-top {
   margin-top: 0 !important;
 }
 .nfe-margin-remove-bottom {
   margin-bottom: 0 !important;
 }
 .nfe-margin-remove-left {
   margin-left: 0 !important;
 }
 .nfe-margin-remove-right {
   margin-right: 0 !important;
 }
 .nfe-margin-remove-vertical {
   margin-top: 0 !important;
   margin-bottom: 0 !important;
 }
 .nfe-margin-remove-adjacent + *,
 .nfe-margin-remove-first-child > :first-child {
   margin-top: 0 !important;
 }
 .nfe-margin-remove-last-child > :last-child {
   margin-bottom: 0 !important;
 }
 /* Phone landscape and bigger */
 @media (min-width: 640px) {
   .nfe-margin-remove-left\@s {
     margin-left: 0 !important;
   }
   .nfe-margin-remove-right\@s {
     margin-right: 0 !important;
   }
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-margin-remove-left\@m {
     margin-left: 0 !important;
   }
   .nfe-margin-remove-right\@m {
     margin-right: 0 !important;
   }
 }
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   .nfe-margin-remove-left\@l {
     margin-left: 0 !important;
   }
   .nfe-margin-remove-right\@l {
     margin-right: 0 !important;
   }
 }
 /* Large screen and bigger */
 @media (min-width: 1600px) {
   .nfe-margin-remove-left\@xl {
     margin-left: 0 !important;
   }
   .nfe-margin-remove-right\@xl {
     margin-right: 0 !important;
   }
 }
 /* ========================================================================
    Component: Padding
  ========================================================================== */
 .nfe-padding {
   padding: 30px;
 }
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   .nfe-padding {
     padding: 40px;
   }
 }
 /* Small
  ========================================================================== */
 .nfe-padding-small {
   padding: 15px;
 }
 /* Large
  ========================================================================== */
 .nfe-padding-large {
   padding: 30px;
 }
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   .nfe-padding-large {
     padding: 70px;
   }
 }
 /* Remove
  ========================================================================== */
 .nfe-padding-remove {
   padding: 0 !important;
 }
 .nfe-padding-remove-top {
   padding-top: 0 !important;
 }
 .nfe-padding-remove-bottom {
   padding-bottom: 0 !important;
 }
 .nfe-padding-remove-left {
   padding-left: 0 !important;
 }
 .nfe-padding-remove-right {
   padding-right: 0 !important;
 }
 .nfe-padding-remove-vertical {
   padding-top: 0 !important;
   padding-bottom: 0 !important;
 }
 .nfe-padding-remove-horizontal {
   padding-left: 0 !important;
   padding-right: 0 !important;
 }
 /* ========================================================================
    Component: Position
  ========================================================================== */
 /* Directions
  ========================================================================== */
 [class*='nfe-position-top'],
 [class*='nfe-position-bottom'],
 [class*='nfe-position-left'],
 [class*='nfe-position-right'],
 [class*='nfe-position-center'] {
   position: absolute !important;
 }
 /* Edges
  ========================================================================== */
 /* Don't use `width: 100%` because it is wrong if the parent has padding. */
 .nfe-position-top {
   top: 0;
   left: 0;
   right: 0;
 }
 .nfe-position-bottom {
   bottom: 0;
   left: 0;
   right: 0;
 }
 .nfe-position-left {
   top: 0;
   bottom: 0;
   left: 0;
 }
 .nfe-position-right {
   top: 0;
   bottom: 0;
   right: 0;
 }
 /* Corners
  ========================================================================== */
 .nfe-position-top-left {
   top: 0;
   left: 0;
 }
 .nfe-position-top-right {
   top: 0;
   right: 0;
 }
 .nfe-position-bottom-left {
   bottom: 0;
   left: 0;
 }
 .nfe-position-bottom-right {
   bottom: 0;
   right: 0;
 }
 /*
  * Center
  * 1. Fix text wrapping if content is larger than 50% of the container.
  */
 .nfe-position-center {
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   /* 1 */
   width: max-content;
   max-width: 100%;
   box-sizing: border-box;
 }
 /* Vertical */
 [class*='nfe-position-center-left'],
 [class*='nfe-position-center-right'] {
   top: 50%;
   transform: translateY(-50%);
 }
 .nfe-position-center-left {
   left: 0;
 }
 .nfe-position-center-right {
   right: 0;
 }
 .nfe-position-center-left-out {
   right: 100%;
   width: max-content;
 }
 .nfe-position-center-right-out {
   left: 100%;
   width: max-content;
 }
 /* Horizontal */
 .nfe-position-top-center,
 .nfe-position-bottom-center {
   left: 50%;
   transform: translateX(-50%);
   /* 1 */
   width: max-content;
   max-width: 100%;
   box-sizing: border-box;
 }
 .nfe-position-top-center {
   top: 0;
 }
 .nfe-position-bottom-center {
   bottom: 0;
 }
 /* Cover
  ========================================================================== */
 .nfe-position-cover {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
 }
 /* Utility
  ========================================================================== */
 .nfe-position-relative {
   position: relative !important;
 }
 .nfe-position-absolute {
   position: absolute !important;
 }
 .nfe-position-fixed {
   position: fixed !important;
 }
 .nfe-position-z-index {
   z-index: 10;
 }
 /* Margin modifier
  ========================================================================== */
 /*
  * Small
  */
 .nfe-position-small {
   max-width: calc(100% - (15px * 2));
   margin: 15px;
 }
 .nfe-position-small.nfe-position-center {
   transform: translate(-50%, -50%) translate(-15px, -15px);
 }
 .nfe-position-small[class*='nfe-position-center-left'],
 .nfe-position-small[class*='nfe-position-center-right'] {
   transform: translateY(-50%) translateY(-15px);
 }
 .nfe-position-small.nfe-position-top-center,
 .nfe-position-small.nfe-position-bottom-center {
   transform: translateX(-50%) translateX(-15px);
 }
 /*
  * Medium
  */
 .nfe-position-medium {
   max-width: calc(100% - (30px * 2));
   margin: 30px;
 }
 .nfe-position-medium.nfe-position-center {
   transform: translate(-50%, -50%) translate(-30px, -30px);
 }
 .nfe-position-medium[class*='nfe-position-center-left'],
 .nfe-position-medium[class*='nfe-position-center-right'] {
   transform: translateY(-50%) translateY(-30px);
 }
 .nfe-position-medium.nfe-position-top-center,
 .nfe-position-medium.nfe-position-bottom-center {
   transform: translateX(-50%) translateX(-30px);
 }
 /*
  * Large
  */
 .nfe-position-large {
   max-width: calc(100% - (30px * 2));
   margin: 30px;
 }
 .nfe-position-large.nfe-position-center {
   transform: translate(-50%, -50%) translate(-30px, -30px);
 }
 .nfe-position-large[class*='nfe-position-center-left'],
 .nfe-position-large[class*='nfe-position-center-right'] {
   transform: translateY(-50%) translateY(-30px);
 }
 .nfe-position-large.nfe-position-top-center,
 .nfe-position-large.nfe-position-bottom-center {
   transform: translateX(-50%) translateX(-30px);
 }
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   .nfe-position-large {
     max-width: calc(100% - (50px * 2));
     margin: 50px;
   }
   .nfe-position-large.nfe-position-center {
     transform: translate(-50%, -50%) translate(-50px, -50px);
   }
   .nfe-position-large[class*='nfe-position-center-left'],
   .nfe-position-large[class*='nfe-position-center-right'] {
     transform: translateY(-50%) translateY(-50px);
   }
   .nfe-position-large.nfe-position-top-center,
   .nfe-position-large.nfe-position-bottom-center {
     transform: translateX(-50%) translateX(-50px);
   }
 }
 /* ========================================================================
    Component: Transition
  ========================================================================== */
 /* Toggle (Hover + Focus)
  ========================================================================== */
 /*
  * 1. Prevent tab highlighting on iOS.
  */
 .nfe-transition-toggle {
   /* 1 */
   -webkit-tap-highlight-color: transparent;
 }
 /*
  * Remove outline for `tabindex`
  */
 .nfe-transition-toggle:focus {
   outline: none;
 }
 /* Transitions
  ========================================================================== */
 /*
  * The toggle is triggered on touch devices by two methods:
  * 1. Using `:focus` and tabindex
  * 2. Using `:hover` and a `touchstart` event listener registered on the document
  *    (Doesn't work on Surface touch devices)
  *
  * Note: Transitions don't work with `nfe-postion-center-*` classes because they also use `transform`,
  *       therefore it's recommended to use an extra `div` for the transition.
  */
 .nfe-transition-fade,
 [class*='nfe-transition-scale'],
 [class*='nfe-transition-slide'] {
   transition: 0.3s ease-out;
   transition-property: opacity, transform, filter;
   opacity: 0;
 }
 /*
  * Fade
  */
 .nfe-transition-toggle:hover .nfe-transition-fade,
 .nfe-transition-toggle:focus .nfe-transition-fade,
 .nfe-transition-active.nfe-active .nfe-transition-fade {
   opacity: 1;
 }
 /*
  * Scale
  */
 .nfe-transition-scale-up {
   transform: scale(1, 1);
 }
 .nfe-transition-scale-down {
   transform: scale(1.1, 1.1);
 }
 /* Show */
 .nfe-transition-toggle:hover .nfe-transition-scale-up,
 .nfe-transition-toggle:focus .nfe-transition-scale-up,
 .nfe-transition-active.nfe-active .nfe-transition-scale-up {
   opacity: 1;
   transform: scale(1.1, 1.1);
 }
 .nfe-transition-toggle:hover .nfe-transition-scale-down,
 .nfe-transition-toggle:focus .nfe-transition-scale-down,
 .nfe-transition-active.nfe-active .nfe-transition-scale-down {
   opacity: 1;
   transform: scale(1, 1);
 }
 /*
  * Slide
  */
 .nfe-transition-slide-top {
   transform: translateY(-100%);
 }
 .nfe-transition-slide-bottom {
   transform: translateY(100%);
 }
 .nfe-transition-slide-left {
   transform: translateX(-100%);
 }
 .nfe-transition-slide-right {
   transform: translateX(100%);
 }
 .nfe-transition-slide-top-small {
   transform: translateY(-10px);
 }
 .nfe-transition-slide-bottom-small {
   transform: translateY(10px);
 }
 .nfe-transition-slide-left-small {
   transform: translateX(-10px);
 }
 .nfe-transition-slide-right-small {
   transform: translateX(10px);
 }
 .nfe-transition-slide-top-medium {
   transform: translateY(-50px);
 }
 .nfe-transition-slide-bottom-medium {
   transform: translateY(50px);
 }
 .nfe-transition-slide-left-medium {
   transform: translateX(-50px);
 }
 .nfe-transition-slide-right-medium {
   transform: translateX(50px);
 }
 /* Show */
 .nfe-transition-toggle:hover [class*='nfe-transition-slide'],
 .nfe-transition-toggle:focus [class*='nfe-transition-slide'],
 .nfe-transition-active.nfe-active [class*='nfe-transition-slide'] {
   opacity: 1;
   transform: translate(0, 0);
 }
 /* Opacity modifier
  ========================================================================== */
 .nfe-transition-opaque {
   opacity: 1;
 }
 /* Duration modifiers
  ========================================================================== */
 .nfe-transition-slow {
   transition-duration: 0.7s;
 }
 /* ========================================================================
    Component: Visibility
  ========================================================================== */
 /*
  * Hidden
  * `hidden` attribute also set here to make it stronger
  */
 [hidden],
 .nfe-hidden {
   display: none !important;
 }
 /* Phone landscape and bigger */
 @media (min-width: 640px) {
   .nfe-hidden\@s {
     display: none !important;
   }
 }
 /* Tablet landscape and bigger */
 @media (min-width: 960px) {
   .nfe-hidden\@m {
     display: none !important;
   }
 }
 /* Desktop and bigger */
 @media (min-width: 1200px) {
   .nfe-hidden\@l {
     display: none !important;
   }
 }
 /* Large screen and bigger */
 @media (min-width: 1600px) {
   .nfe-hidden\@xl {
     display: none !important;
   }
 }
 /*
  * Visible
  */
 /* Phone portrait and smaller */
 @media (max-width: 639px) {
   .nfe-visible\@s {
     display: none !important;
   }
 }
 /* Phone landscape and smaller */
 @media (max-width: 959px) {
   .nfe-visible\@m {
     display: none !important;
   }
 }
 /* Tablet landscape and smaller */
 @media (max-width: 1199px) {
   .nfe-visible\@l {
     display: none !important;
   }
 }
 /* Desktop and smaller */
 @media (max-width: 1599px) {
   .nfe-visible\@xl {
     display: none !important;
   }
 }
 /* Visibility
  ========================================================================== */
 .nfe-invisible {
   visibility: hidden !important;
 }
 /* Toggle (Hover + Focus)
  ========================================================================== */
 /*
  * Hidden
  * 1. The toggle is triggered on touch devices using `:focus` and tabindex
  * 2. The target stays visible if any element within receives focus through keyboard
  *    Doesn't work in Edge, yet.
  * 3. Can't use `display: none` nor `visibility: hidden` because both are not focusable.
  *
  */
 /* 1 + 2 */
 .nfe-visible-toggle:not(:hover):not(:focus) .nfe-hidden-hover:not(:focus-within) {
   /* 3 */
   position: absolute !important;
   width: 0 !important;
   height: 0 !important;
   padding: 0 !important;
   margin: 0 !important;
   overflow: hidden !important;
 }
 /*
  * Invisible
  */
 /* 1 + 2 */
 .nfe-visible-toggle:not(:hover):not(:focus) .nfe-invisible-hover:not(:focus-within) {
   /* 3 */
   opacity: 0 !important;
 }
 /*
  * 1. Prevent tab highlighting on iOS.
  */
 .nfe-visible-toggle {
   /* 1 */
   -webkit-tap-highlight-color: transparent;
 }
 /*
  * Remove outline for `tabindex`
  */
 .nfe-visible-toggle:focus {
   outline: none;
 }
 /* Touch
  ========================================================================== */
 /*
  * Hide if primary pointing device has limited accuracy, e.g. a touch screen.
  * Works on mobile browsers: Safari, Chrome and Android browser
  */
 @media (pointer: coarse) {
   .nfe-hidden-touch {
     display: none !important;
   }
 }
 /*
  * Hide if primary pointing device is accurate, e.g. mouse.
  * 1. Fallback for IE11 and Firefox, because `pointer` is not supported
  * 2. Reset if supported
  */
 /* 1 */
 .nfe-hidden-notouch {
   display: none !important;
 }
 @media (pointer: coarse) {
   .nfe-hidden-notouch {
     display: block !important;
   }
 }
 /* ========================================================================
    Component: Inverse
  ========================================================================== */
 /*
  * Implemented class depends on the general theme color
  * `nfe-light` is for light colors on dark backgrounds
  * `nfe-dark` is or dark colors on light backgrounds
  */
 .nfe-light,
 .nfe-section-primary:not(.nfe-preserve-color),
 .nfe-section-secondary:not(.nfe-preserve-color),
 .nfe-tile-primary:not(.nfe-preserve-color),
 .nfe-tile-secondary:not(.nfe-preserve-color),
 .nfe-card-primary.nfe-card-body,
 .nfe-card-primary > :not([class*='nfe-card-media']),
 .nfe-card-secondary.nfe-card-body,
 .nfe-card-secondary > :not([class*='nfe-card-media']),
 .nfe-overlay-primary,
 .nfe-offcanvas-bar.nfe-light{
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light a,
 .nfe-light .nfe-link,
 .nfe-section-primary:not(.nfe-preserve-color) a,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-link,
 .nfe-section-secondary:not(.nfe-preserve-color) a,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-link,
 .nfe-tile-primary:not(.nfe-preserve-color) a,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-link,
 .nfe-tile-secondary:not(.nfe-preserve-color) a,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-link,
 .nfe-card-primary.nfe-card-body a,
 .nfe-card-primary.nfe-card-body .nfe-link,
 .nfe-card-primary > :not([class*='nfe-card-media']) a,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-link,
 .nfe-card-secondary.nfe-card-body a,
 .nfe-card-secondary.nfe-card-body .nfe-link,
 .nfe-card-secondary > :not([class*='nfe-card-media']) a,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-link,
 .nfe-overlay-primary a,
 .nfe-overlay-primary .nfe-link,
 .nfe-offcanvas-bar.nfe-lighta,
 .nfe-offcanvas-bar.nfe-light.nfe-link {
   color: #fff;
 }
 .nfe-light a:hover,
 .nfe-light .nfe-link:hover,
 .nfe-section-primary:not(.nfe-preserve-color) a:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-link:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) a:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-link:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) a:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-link:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) a:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-link:hover,
 .nfe-card-primary.nfe-card-body a:hover,
 .nfe-card-primary.nfe-card-body .nfe-link:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) a:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-link:hover,
 .nfe-card-secondary.nfe-card-body a:hover,
 .nfe-card-secondary.nfe-card-body .nfe-link:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) a:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-link:hover,
 .nfe-overlay-primary a:hover,
 .nfe-overlay-primary .nfe-link:hover,
 .nfe-offcanvas-bar.nfe-lighta:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-link:hover {
   color: #fff;
 }
 .nfe-light :not(pre) > code,
 .nfe-light :not(pre) > kbd,
 .nfe-light :not(pre) > samp,
 .nfe-section-primary:not(.nfe-preserve-color) :not(pre) > code,
 .nfe-section-primary:not(.nfe-preserve-color) :not(pre) > kbd,
 .nfe-section-primary:not(.nfe-preserve-color) :not(pre) > samp,
 .nfe-section-secondary:not(.nfe-preserve-color) :not(pre) > code,
 .nfe-section-secondary:not(.nfe-preserve-color) :not(pre) > kbd,
 .nfe-section-secondary:not(.nfe-preserve-color) :not(pre) > samp,
 .nfe-tile-primary:not(.nfe-preserve-color) :not(pre) > code,
 .nfe-tile-primary:not(.nfe-preserve-color) :not(pre) > kbd,
 .nfe-tile-primary:not(.nfe-preserve-color) :not(pre) > samp,
 .nfe-tile-secondary:not(.nfe-preserve-color) :not(pre) > code,
 .nfe-tile-secondary:not(.nfe-preserve-color) :not(pre) > kbd,
 .nfe-tile-secondary:not(.nfe-preserve-color) :not(pre) > samp,
 .nfe-card-primary.nfe-card-body :not(pre) > code,
 .nfe-card-primary.nfe-card-body :not(pre) > kbd,
 .nfe-card-primary.nfe-card-body :not(pre) > samp,
 .nfe-card-primary > :not([class*='nfe-card-media']) :not(pre) > code,
 .nfe-card-primary > :not([class*='nfe-card-media']) :not(pre) > kbd,
 .nfe-card-primary > :not([class*='nfe-card-media']) :not(pre) > samp,
 .nfe-card-secondary.nfe-card-body :not(pre) > code,
 .nfe-card-secondary.nfe-card-body :not(pre) > kbd,
 .nfe-card-secondary.nfe-card-body :not(pre) > samp,
 .nfe-card-secondary > :not([class*='nfe-card-media']) :not(pre) > code,
 .nfe-card-secondary > :not([class*='nfe-card-media']) :not(pre) > kbd,
 .nfe-card-secondary > :not([class*='nfe-card-media']) :not(pre) > samp,
 .nfe-overlay-primary :not(pre) > code,
 .nfe-overlay-primary :not(pre) > kbd,
 .nfe-overlay-primary :not(pre) > samp,
 .nfe-offcanvas-bar.nfe-light:not(pre) > code,
 .nfe-offcanvas-bar.nfe-light:not(pre) > kbd,
 .nfe-offcanvas-bar.nfe-light:not(pre) > samp {
   color: rgba(255, 255, 255, 0.7);
   background: rgba(255, 255, 255, 0.1);
 }
 .nfe-light em,
 .nfe-section-primary:not(.nfe-preserve-color) em,
 .nfe-section-secondary:not(.nfe-preserve-color) em,
 .nfe-tile-primary:not(.nfe-preserve-color) em,
 .nfe-tile-secondary:not(.nfe-preserve-color) em,
 .nfe-card-primary.nfe-card-body em,
 .nfe-card-primary > :not([class*='nfe-card-media']) em,
 .nfe-card-secondary.nfe-card-body em,
 .nfe-card-secondary > :not([class*='nfe-card-media']) em,
 .nfe-overlay-primary em,
 .nfe-offcanvas-bar.nfe-lightem {
   color: #fff;
 }
 .nfe-light h1,
 .nfe-light .nfe-h1,
 .nfe-light h2,
 .nfe-light .nfe-h2,
 .nfe-light h3,
 .nfe-light .nfe-h3,
 .nfe-light h4,
 .nfe-light .nfe-h4,
 .nfe-light h5,
 .nfe-light .nfe-h5,
 .nfe-light h6,
 .nfe-light .nfe-h6,
 .nfe-light .nfe-heading-small,
 .nfe-light .nfe-heading-medium,
 .nfe-light .nfe-heading-large,
 .nfe-light .nfe-heading-xlarge,
 .nfe-light .nfe-heading-2xlarge,
 .nfe-section-primary:not(.nfe-preserve-color) h1,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-h1,
 .nfe-section-primary:not(.nfe-preserve-color) h2,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-h2,
 .nfe-section-primary:not(.nfe-preserve-color) h3,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-h3,
 .nfe-section-primary:not(.nfe-preserve-color) h4,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-h4,
 .nfe-section-primary:not(.nfe-preserve-color) h5,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-h5,
 .nfe-section-primary:not(.nfe-preserve-color) h6,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-h6,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-heading-small,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-heading-medium,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-heading-large,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-heading-xlarge,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-heading-2xlarge,
 .nfe-section-secondary:not(.nfe-preserve-color) h1,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-h1,
 .nfe-section-secondary:not(.nfe-preserve-color) h2,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-h2,
 .nfe-section-secondary:not(.nfe-preserve-color) h3,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-h3,
 .nfe-section-secondary:not(.nfe-preserve-color) h4,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-h4,
 .nfe-section-secondary:not(.nfe-preserve-color) h5,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-h5,
 .nfe-section-secondary:not(.nfe-preserve-color) h6,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-h6,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-heading-small,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-heading-medium,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-heading-large,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-heading-xlarge,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-heading-2xlarge,
 .nfe-tile-primary:not(.nfe-preserve-color) h1,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-h1,
 .nfe-tile-primary:not(.nfe-preserve-color) h2,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-h2,
 .nfe-tile-primary:not(.nfe-preserve-color) h3,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-h3,
 .nfe-tile-primary:not(.nfe-preserve-color) h4,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-h4,
 .nfe-tile-primary:not(.nfe-preserve-color) h5,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-h5,
 .nfe-tile-primary:not(.nfe-preserve-color) h6,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-h6,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-heading-small,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-heading-medium,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-heading-large,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-heading-xlarge,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-heading-2xlarge,
 .nfe-tile-secondary:not(.nfe-preserve-color) h1,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-h1,
 .nfe-tile-secondary:not(.nfe-preserve-color) h2,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-h2,
 .nfe-tile-secondary:not(.nfe-preserve-color) h3,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-h3,
 .nfe-tile-secondary:not(.nfe-preserve-color) h4,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-h4,
 .nfe-tile-secondary:not(.nfe-preserve-color) h5,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-h5,
 .nfe-tile-secondary:not(.nfe-preserve-color) h6,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-h6,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-heading-small,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-heading-medium,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-heading-large,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-heading-xlarge,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-heading-2xlarge,
 .nfe-card-primary.nfe-card-body h1,
 .nfe-card-primary.nfe-card-body .nfe-h1,
 .nfe-card-primary.nfe-card-body h2,
 .nfe-card-primary.nfe-card-body .nfe-h2,
 .nfe-card-primary.nfe-card-body h3,
 .nfe-card-primary.nfe-card-body .nfe-h3,
 .nfe-card-primary.nfe-card-body h4,
 .nfe-card-primary.nfe-card-body .nfe-h4,
 .nfe-card-primary.nfe-card-body h5,
 .nfe-card-primary.nfe-card-body .nfe-h5,
 .nfe-card-primary.nfe-card-body h6,
 .nfe-card-primary.nfe-card-body .nfe-h6,
 .nfe-card-primary.nfe-card-body .nfe-heading-small,
 .nfe-card-primary.nfe-card-body .nfe-heading-medium,
 .nfe-card-primary.nfe-card-body .nfe-heading-large,
 .nfe-card-primary.nfe-card-body .nfe-heading-xlarge,
 .nfe-card-primary.nfe-card-body .nfe-heading-2xlarge,
 .nfe-card-primary > :not([class*='nfe-card-media']) h1,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-h1,
 .nfe-card-primary > :not([class*='nfe-card-media']) h2,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-h2,
 .nfe-card-primary > :not([class*='nfe-card-media']) h3,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-h3,
 .nfe-card-primary > :not([class*='nfe-card-media']) h4,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-h4,
 .nfe-card-primary > :not([class*='nfe-card-media']) h5,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-h5,
 .nfe-card-primary > :not([class*='nfe-card-media']) h6,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-h6,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-heading-small,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-heading-medium,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-heading-large,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-heading-xlarge,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-heading-2xlarge,
 .nfe-card-secondary.nfe-card-body h1,
 .nfe-card-secondary.nfe-card-body .nfe-h1,
 .nfe-card-secondary.nfe-card-body h2,
 .nfe-card-secondary.nfe-card-body .nfe-h2,
 .nfe-card-secondary.nfe-card-body h3,
 .nfe-card-secondary.nfe-card-body .nfe-h3,
 .nfe-card-secondary.nfe-card-body h4,
 .nfe-card-secondary.nfe-card-body .nfe-h4,
 .nfe-card-secondary.nfe-card-body h5,
 .nfe-card-secondary.nfe-card-body .nfe-h5,
 .nfe-card-secondary.nfe-card-body h6,
 .nfe-card-secondary.nfe-card-body .nfe-h6,
 .nfe-card-secondary.nfe-card-body .nfe-heading-small,
 .nfe-card-secondary.nfe-card-body .nfe-heading-medium,
 .nfe-card-secondary.nfe-card-body .nfe-heading-large,
 .nfe-card-secondary.nfe-card-body .nfe-heading-xlarge,
 .nfe-card-secondary.nfe-card-body .nfe-heading-2xlarge,
 .nfe-card-secondary > :not([class*='nfe-card-media']) h1,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-h1,
 .nfe-card-secondary > :not([class*='nfe-card-media']) h2,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-h2,
 .nfe-card-secondary > :not([class*='nfe-card-media']) h3,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-h3,
 .nfe-card-secondary > :not([class*='nfe-card-media']) h4,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-h4,
 .nfe-card-secondary > :not([class*='nfe-card-media']) h5,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-h5,
 .nfe-card-secondary > :not([class*='nfe-card-media']) h6,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-h6,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-heading-small,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-heading-medium,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-heading-large,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-heading-xlarge,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-heading-2xlarge,
 .nfe-overlay-primary h1,
 .nfe-overlay-primary .nfe-h1,
 .nfe-overlay-primary h2,
 .nfe-overlay-primary .nfe-h2,
 .nfe-overlay-primary h3,
 .nfe-overlay-primary .nfe-h3,
 .nfe-overlay-primary h4,
 .nfe-overlay-primary .nfe-h4,
 .nfe-overlay-primary h5,
 .nfe-overlay-primary .nfe-h5,
 .nfe-overlay-primary h6,
 .nfe-overlay-primary .nfe-h6,
 .nfe-overlay-primary .nfe-heading-small,
 .nfe-overlay-primary .nfe-heading-medium,
 .nfe-overlay-primary .nfe-heading-large,
 .nfe-overlay-primary .nfe-heading-xlarge,
 .nfe-overlay-primary .nfe-heading-2xlarge,
 .nfe-offcanvas-bar.nfe-lighth1,
 .nfe-offcanvas-bar.nfe-light.nfe-h1,
 .nfe-offcanvas-bar.nfe-lighth2,
 .nfe-offcanvas-bar.nfe-light.nfe-h2,
 .nfe-offcanvas-bar.nfe-lighth3,
 .nfe-offcanvas-bar.nfe-light.nfe-h3,
 .nfe-offcanvas-bar.nfe-lighth4,
 .nfe-offcanvas-bar.nfe-light.nfe-h4,
 .nfe-offcanvas-bar.nfe-lighth5,
 .nfe-offcanvas-bar.nfe-light.nfe-h5,
 .nfe-offcanvas-bar.nfe-lighth6,
 .nfe-offcanvas-bar.nfe-light.nfe-h6,
 .nfe-offcanvas-bar.nfe-light.nfe-heading-small,
 .nfe-offcanvas-bar.nfe-light.nfe-heading-medium,
 .nfe-offcanvas-bar.nfe-light.nfe-heading-large,
 .nfe-offcanvas-bar.nfe-light.nfe-heading-xlarge,
 .nfe-offcanvas-bar.nfe-light.nfe-heading-2xlarge {
   color: #fff;
 }
 .nfe-light blockquote,
 .nfe-section-primary:not(.nfe-preserve-color) blockquote,
 .nfe-section-secondary:not(.nfe-preserve-color) blockquote,
 .nfe-tile-primary:not(.nfe-preserve-color) blockquote,
 .nfe-tile-secondary:not(.nfe-preserve-color) blockquote,
 .nfe-card-primary.nfe-card-body blockquote,
 .nfe-card-primary > :not([class*='nfe-card-media']) blockquote,
 .nfe-card-secondary.nfe-card-body blockquote,
 .nfe-card-secondary > :not([class*='nfe-card-media']) blockquote,
 .nfe-overlay-primary blockquote,
 .nfe-offcanvas-bar.nfe-lightblockquote {
   color: #fff;
 }
 .nfe-light blockquote footer,
 .nfe-section-primary:not(.nfe-preserve-color) blockquote footer,
 .nfe-section-secondary:not(.nfe-preserve-color) blockquote footer,
 .nfe-tile-primary:not(.nfe-preserve-color) blockquote footer,
 .nfe-tile-secondary:not(.nfe-preserve-color) blockquote footer,
 .nfe-card-primary.nfe-card-body blockquote footer,
 .nfe-card-primary > :not([class*='nfe-card-media']) blockquote footer,
 .nfe-card-secondary.nfe-card-body blockquote footer,
 .nfe-card-secondary > :not([class*='nfe-card-media']) blockquote footer,
 .nfe-overlay-primary blockquote footer,
 .nfe-offcanvas-bar.nfe-lightblockquote footer {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light hr,
 .nfe-light .nfe-hr,
 .nfe-section-primary:not(.nfe-preserve-color) hr,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-hr,
 .nfe-section-secondary:not(.nfe-preserve-color) hr,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-hr,
 .nfe-tile-primary:not(.nfe-preserve-color) hr,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-hr,
 .nfe-tile-secondary:not(.nfe-preserve-color) hr,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-hr,
 .nfe-card-primary.nfe-card-body hr,
 .nfe-card-primary.nfe-card-body .nfe-hr,
 .nfe-card-primary > :not([class*='nfe-card-media']) hr,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-hr,
 .nfe-card-secondary.nfe-card-body hr,
 .nfe-card-secondary.nfe-card-body .nfe-hr,
 .nfe-card-secondary > :not([class*='nfe-card-media']) hr,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-hr,
 .nfe-overlay-primary hr,
 .nfe-overlay-primary .nfe-hr,
 .nfe-offcanvas-bar.nfe-lighthr,
 .nfe-offcanvas-bar.nfe-light.nfe-hr {
   border-top-color: rgba(255, 255, 255, 0.2);
 }
 .nfe-light .nfe-link-muted,
 .nfe-light .nfe-link-muted a,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-link-muted,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-link-muted a,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-link-muted,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-link-muted a,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-link-muted,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-link-muted a,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-link-muted,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-link-muted a,
 .nfe-card-primary.nfe-card-body .nfe-link-muted,
 .nfe-card-primary.nfe-card-body .nfe-link-muted a,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-link-muted,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-link-muted a,
 .nfe-card-secondary.nfe-card-body .nfe-link-muted,
 .nfe-card-secondary.nfe-card-body .nfe-link-muted a,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-link-muted,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-link-muted a,
 .nfe-overlay-primary .nfe-link-muted,
 .nfe-overlay-primary .nfe-link-muted a,
 .nfe-offcanvas-bar.nfe-light.nfe-link-muted,
 .nfe-offcanvas-bar.nfe-light.nfe-link-muted a {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-link-muted:hover,
 .nfe-light .nfe-link-muted a:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-link-muted:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-link-muted a:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-link-muted:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-link-muted a:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-link-muted:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-link-muted a:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-link-muted:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-link-muted a:hover,
 .nfe-card-primary.nfe-card-body .nfe-link-muted:hover,
 .nfe-card-primary.nfe-card-body .nfe-link-muted a:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-link-muted:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-link-muted a:hover,
 .nfe-card-secondary.nfe-card-body .nfe-link-muted:hover,
 .nfe-card-secondary.nfe-card-body .nfe-link-muted a:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-link-muted:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-link-muted a:hover,
 .nfe-overlay-primary .nfe-link-muted:hover,
 .nfe-overlay-primary .nfe-link-muted a:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-link-muted:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-link-muted a:hover {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-link-text:hover,
 .nfe-light .nfe-link-text a:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-link-text:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-link-text a:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-link-text:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-link-text a:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-link-text:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-link-text a:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-link-text:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-link-text a:hover,
 .nfe-card-primary.nfe-card-body .nfe-link-text:hover,
 .nfe-card-primary.nfe-card-body .nfe-link-text a:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-link-text:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-link-text a:hover,
 .nfe-card-secondary.nfe-card-body .nfe-link-text:hover,
 .nfe-card-secondary.nfe-card-body .nfe-link-text a:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-link-text:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-link-text a:hover,
 .nfe-overlay-primary .nfe-link-text:hover,
 .nfe-overlay-primary .nfe-link-text a:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-link-text:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-link-text a:hover {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-link-heading:hover,
 .nfe-light .nfe-link-heading a:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-link-heading:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-link-heading a:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-link-heading:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-link-heading a:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-link-heading:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-link-heading a:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-link-heading:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-link-heading a:hover,
 .nfe-card-primary.nfe-card-body .nfe-link-heading:hover,
 .nfe-card-primary.nfe-card-body .nfe-link-heading a:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-link-heading:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-link-heading a:hover,
 .nfe-card-secondary.nfe-card-body .nfe-link-heading:hover,
 .nfe-card-secondary.nfe-card-body .nfe-link-heading a:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-link-heading:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-link-heading a:hover,
 .nfe-overlay-primary .nfe-link-heading:hover,
 .nfe-overlay-primary .nfe-link-heading a:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-link-heading:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-link-heading a:hover {
   color: #fff;
 }
 .nfe-light .nfe-heading-divider,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-heading-divider,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-heading-divider,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-heading-divider,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-heading-divider,
 .nfe-card-primary.nfe-card-body .nfe-heading-divider,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-heading-divider,
 .nfe-card-secondary.nfe-card-body .nfe-heading-divider,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-heading-divider,
 .nfe-overlay-primary .nfe-heading-divider,
 .nfe-offcanvas-bar.nfe-light.nfe-heading-divider {
   border-bottom-color: rgba(255, 255, 255, 0.2);
 }
 .nfe-light .nfe-heading-bullet::before,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-heading-bullet::before,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-heading-bullet::before,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-heading-bullet::before,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-heading-bullet::before,
 .nfe-card-primary.nfe-card-body .nfe-heading-bullet::before,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-heading-bullet::before,
 .nfe-card-secondary.nfe-card-body .nfe-heading-bullet::before,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-heading-bullet::before,
 .nfe-overlay-primary .nfe-heading-bullet::before,
 .nfe-offcanvas-bar.nfe-light.nfe-heading-bullet::before {
   border-left-color: rgba(255, 255, 255, 0.2);
 }
 .nfe-light .nfe-heading-line > ::before,
 .nfe-light .nfe-heading-line > ::after,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-heading-line > ::before,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-heading-line > ::after,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-heading-line > ::before,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-heading-line > ::after,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-heading-line > ::before,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-heading-line > ::after,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-heading-line > ::before,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-heading-line > ::after,
 .nfe-card-primary.nfe-card-body .nfe-heading-line > ::before,
 .nfe-card-primary.nfe-card-body .nfe-heading-line > ::after,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-heading-line > ::before,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-heading-line > ::after,
 .nfe-card-secondary.nfe-card-body .nfe-heading-line > ::before,
 .nfe-card-secondary.nfe-card-body .nfe-heading-line > ::after,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-heading-line > ::before,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-heading-line > ::after,
 .nfe-overlay-primary .nfe-heading-line > ::before,
 .nfe-overlay-primary .nfe-heading-line > ::after,
 .nfe-offcanvas-bar.nfe-light.nfe-heading-line > ::before,
 .nfe-offcanvas-bar.nfe-light.nfe-heading-line > ::after {
   border-bottom-color: rgba(255, 255, 255, 0.2);
 }
 .nfe-light .nfe-divider-icon,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-divider-icon,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-divider-icon,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-divider-icon,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-divider-icon,
 .nfe-card-primary.nfe-card-body .nfe-divider-icon,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-divider-icon,
 .nfe-card-secondary.nfe-card-body .nfe-divider-icon,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-divider-icon,
 .nfe-overlay-primary .nfe-divider-icon,
 .nfe-offcanvas-bar.nfe-light.nfe-divider-icon {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.2%29%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
 }
 .nfe-light .nfe-divider-icon::before,
 .nfe-light .nfe-divider-icon::after,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-divider-icon::before,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-divider-icon::after,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-divider-icon::before,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-divider-icon::after,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-divider-icon::before,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-divider-icon::after,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-divider-icon::before,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-divider-icon::after,
 .nfe-card-primary.nfe-card-body .nfe-divider-icon::before,
 .nfe-card-primary.nfe-card-body .nfe-divider-icon::after,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-divider-icon::before,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-divider-icon::after,
 .nfe-card-secondary.nfe-card-body .nfe-divider-icon::before,
 .nfe-card-secondary.nfe-card-body .nfe-divider-icon::after,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-divider-icon::before,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-divider-icon::after,
 .nfe-overlay-primary .nfe-divider-icon::before,
 .nfe-overlay-primary .nfe-divider-icon::after,
 .nfe-offcanvas-bar.nfe-light.nfe-divider-icon::before,
 .nfe-offcanvas-bar.nfe-light.nfe-divider-icon::after {
   border-bottom-color: rgba(255, 255, 255, 0.2);
 }
 .nfe-light .nfe-divider-small::after,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-divider-small::after,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-divider-small::after,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-divider-small::after,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-divider-small::after,
 .nfe-card-primary.nfe-card-body .nfe-divider-small::after,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-divider-small::after,
 .nfe-card-secondary.nfe-card-body .nfe-divider-small::after,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-divider-small::after,
 .nfe-overlay-primary .nfe-divider-small::after,
 .nfe-offcanvas-bar.nfe-light.nfe-divider-small::after {
   border-top-color: rgba(255, 255, 255, 0.2);
 }
 .nfe-light .nfe-divider-vertical,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-divider-vertical,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-divider-vertical,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-divider-vertical,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-divider-vertical,
 .nfe-card-primary.nfe-card-body .nfe-divider-vertical,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-divider-vertical,
 .nfe-card-secondary.nfe-card-body .nfe-divider-vertical,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-divider-vertical,
 .nfe-overlay-primary .nfe-divider-vertical,
 .nfe-offcanvas-bar.nfe-light.nfe-divider-vertical {
   border-left-color: rgba(255, 255, 255, 0.2);
 }
 .nfe-light .nfe-list-divider > li:nth-child(n+2),
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-list-divider > li:nth-child(n+2),
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-list-divider > li:nth-child(n+2),
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-list-divider > li:nth-child(n+2),
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-list-divider > li:nth-child(n+2),
 .nfe-card-primary.nfe-card-body .nfe-list-divider > li:nth-child(n+2),
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-list-divider > li:nth-child(n+2),
 .nfe-card-secondary.nfe-card-body .nfe-list-divider > li:nth-child(n+2),
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-list-divider > li:nth-child(n+2),
 .nfe-overlay-primary .nfe-list-divider > li:nth-child(n+2),
 .nfe-offcanvas-bar.nfe-light.nfe-list-divider > li:nth-child(n+2) {
   border-top-color: rgba(255, 255, 255, 0.2);
 }
 .nfe-light .nfe-list-striped > li:nth-of-type(odd),
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-list-striped > li:nth-of-type(odd),
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-list-striped > li:nth-of-type(odd),
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-list-striped > li:nth-of-type(odd),
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-list-striped > li:nth-of-type(odd),
 .nfe-card-primary.nfe-card-body .nfe-list-striped > li:nth-of-type(odd),
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-list-striped > li:nth-of-type(odd),
 .nfe-card-secondary.nfe-card-body .nfe-list-striped > li:nth-of-type(odd),
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-list-striped > li:nth-of-type(odd),
 .nfe-overlay-primary .nfe-list-striped > li:nth-of-type(odd),
 .nfe-offcanvas-bar.nfe-light.nfe-list-striped > li:nth-of-type(odd) {
   border-top-color: rgba(255, 255, 255, 0.2);
   border-bottom-color: rgba(255, 255, 255, 0.2);
 }
 .nfe-light .nfe-list-striped > li:nth-of-type(odd),
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-list-striped > li:nth-of-type(odd),
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-list-striped > li:nth-of-type(odd),
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-list-striped > li:nth-of-type(odd),
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-list-striped > li:nth-of-type(odd),
 .nfe-card-primary.nfe-card-body .nfe-list-striped > li:nth-of-type(odd),
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-list-striped > li:nth-of-type(odd),
 .nfe-card-secondary.nfe-card-body .nfe-list-striped > li:nth-of-type(odd),
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-list-striped > li:nth-of-type(odd),
 .nfe-overlay-primary .nfe-list-striped > li:nth-of-type(odd),
 .nfe-offcanvas-bar.nfe-light.nfe-list-striped > li:nth-of-type(odd) {
   background-color: rgba(255, 255, 255, 0.1);
 }
 .nfe-light .nfe-list-bullet > li::before,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-list-bullet > li::before,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-list-bullet > li::before,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-list-bullet > li::before,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-list-bullet > li::before,
 .nfe-card-primary.nfe-card-body .nfe-list-bullet > li::before,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-list-bullet > li::before,
 .nfe-card-secondary.nfe-card-body .nfe-list-bullet > li::before,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-list-bullet > li::before,
 .nfe-overlay-primary .nfe-list-bullet > li::before,
 .nfe-offcanvas-bar.nfe-light.nfe-list-bullet > li::before {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
 }
 .nfe-light .nfe-table th,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-table th,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-table th,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-table th,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-table th,
 .nfe-card-primary.nfe-card-body .nfe-table th,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-table th,
 .nfe-card-secondary.nfe-card-body .nfe-table th,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-table th,
 .nfe-overlay-primary .nfe-table th,
 .nfe-offcanvas-bar.nfe-light.nfe-table th {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-table caption,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-table caption,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-table caption,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-table caption,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-table caption,
 .nfe-card-primary.nfe-card-body .nfe-table caption,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-table caption,
 .nfe-card-secondary.nfe-card-body .nfe-table caption,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-table caption,
 .nfe-overlay-primary .nfe-table caption,
 .nfe-offcanvas-bar.nfe-light.nfe-table caption {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-table > tr.nfe-active,
 .nfe-light .nfe-table tbody tr.nfe-active,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-table > tr.nfe-active,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-table tbody tr.nfe-active,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-table > tr.nfe-active,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-table tbody tr.nfe-active,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-table > tr.nfe-active,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-table tbody tr.nfe-active,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-table > tr.nfe-active,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-table tbody tr.nfe-active,
 .nfe-card-primary.nfe-card-body .nfe-table > tr.nfe-active,
 .nfe-card-primary.nfe-card-body .nfe-table tbody tr.nfe-active,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-table > tr.nfe-active,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-table tbody tr.nfe-active,
 .nfe-card-secondary.nfe-card-body .nfe-table > tr.nfe-active,
 .nfe-card-secondary.nfe-card-body .nfe-table tbody tr.nfe-active,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-table > tr.nfe-active,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-table tbody tr.nfe-active,
 .nfe-overlay-primary .nfe-table > tr.nfe-active,
 .nfe-overlay-primary .nfe-table tbody tr.nfe-active,
 .nfe-offcanvas-bar.nfe-light.nfe-table > tr.nfe-active,
 .nfe-offcanvas-bar.nfe-light.nfe-table tbody tr.nfe-active {
   background: rgba(255, 255, 255, 0.08);
 }
 .nfe-light .nfe-table-divider > tr:not(:first-child),
 .nfe-light .nfe-table-divider > :not(:first-child) > tr,
 .nfe-light .nfe-table-divider > :first-child > tr:not(:first-child),
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-table-divider > tr:not(:first-child),
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-table-divider > :not(:first-child) > tr,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-table-divider > :first-child > tr:not(:first-child),
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-table-divider > tr:not(:first-child),
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-table-divider > :not(:first-child) > tr,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-table-divider > :first-child > tr:not(:first-child),
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-table-divider > tr:not(:first-child),
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-table-divider > :not(:first-child) > tr,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-table-divider > :first-child > tr:not(:first-child),
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-table-divider > tr:not(:first-child),
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-table-divider > :not(:first-child) > tr,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-table-divider > :first-child > tr:not(:first-child),
 .nfe-card-primary.nfe-card-body .nfe-table-divider > tr:not(:first-child),
 .nfe-card-primary.nfe-card-body .nfe-table-divider > :not(:first-child) > tr,
 .nfe-card-primary.nfe-card-body .nfe-table-divider > :first-child > tr:not(:first-child),
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-table-divider > tr:not(:first-child),
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-table-divider > :not(:first-child) > tr,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-table-divider > :first-child > tr:not(:first-child),
 .nfe-card-secondary.nfe-card-body .nfe-table-divider > tr:not(:first-child),
 .nfe-card-secondary.nfe-card-body .nfe-table-divider > :not(:first-child) > tr,
 .nfe-card-secondary.nfe-card-body .nfe-table-divider > :first-child > tr:not(:first-child),
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-table-divider > tr:not(:first-child),
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-table-divider > :not(:first-child) > tr,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-table-divider > :first-child > tr:not(:first-child),
 .nfe-overlay-primary .nfe-table-divider > tr:not(:first-child),
 .nfe-overlay-primary .nfe-table-divider > :not(:first-child) > tr,
 .nfe-overlay-primary .nfe-table-divider > :first-child > tr:not(:first-child),
 .nfe-offcanvas-bar.nfe-light.nfe-table-divider > tr:not(:first-child),
 .nfe-offcanvas-bar.nfe-light.nfe-table-divider > :not(:first-child) > tr,
 .nfe-offcanvas-bar.nfe-light.nfe-table-divider > :first-child > tr:not(:first-child) {
   border-top-color: rgba(255, 255, 255, 0.2);
 }
 .nfe-light .nfe-table-striped > tr:nth-of-type(odd),
 .nfe-light .nfe-table-striped tbody tr:nth-of-type(odd),
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-table-striped > tr:nth-of-type(odd),
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-table-striped tbody tr:nth-of-type(odd),
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-table-striped > tr:nth-of-type(odd),
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-table-striped tbody tr:nth-of-type(odd),
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-table-striped > tr:nth-of-type(odd),
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-table-striped tbody tr:nth-of-type(odd),
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-table-striped > tr:nth-of-type(odd),
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-table-striped tbody tr:nth-of-type(odd),
 .nfe-card-primary.nfe-card-body .nfe-table-striped > tr:nth-of-type(odd),
 .nfe-card-primary.nfe-card-body .nfe-table-striped tbody tr:nth-of-type(odd),
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-table-striped > tr:nth-of-type(odd),
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-table-striped tbody tr:nth-of-type(odd),
 .nfe-card-secondary.nfe-card-body .nfe-table-striped > tr:nth-of-type(odd),
 .nfe-card-secondary.nfe-card-body .nfe-table-striped tbody tr:nth-of-type(odd),
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-table-striped > tr:nth-of-type(odd),
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-table-striped tbody tr:nth-of-type(odd),
 .nfe-overlay-primary .nfe-table-striped > tr:nth-of-type(odd),
 .nfe-overlay-primary .nfe-table-striped tbody tr:nth-of-type(odd),
 .nfe-offcanvas-bar.nfe-light.nfe-table-striped > tr:nth-of-type(odd),
 .nfe-offcanvas-bar.nfe-light.nfe-table-striped tbody tr:nth-of-type(odd) {
   background: rgba(255, 255, 255, 0.1);
   border-top-color: rgba(255, 255, 255, 0.2);
   border-bottom-color: rgba(255, 255, 255, 0.2);
 }
 .nfe-light .nfe-table-hover > tr:hover,
 .nfe-light .nfe-table-hover tbody tr:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-table-hover > tr:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-table-hover tbody tr:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-table-hover > tr:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-table-hover tbody tr:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-table-hover > tr:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-table-hover tbody tr:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-table-hover > tr:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-table-hover tbody tr:hover,
 .nfe-card-primary.nfe-card-body .nfe-table-hover > tr:hover,
 .nfe-card-primary.nfe-card-body .nfe-table-hover tbody tr:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-table-hover > tr:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-table-hover tbody tr:hover,
 .nfe-card-secondary.nfe-card-body .nfe-table-hover > tr:hover,
 .nfe-card-secondary.nfe-card-body .nfe-table-hover tbody tr:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-table-hover > tr:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-table-hover tbody tr:hover,
 .nfe-overlay-primary .nfe-table-hover > tr:hover,
 .nfe-overlay-primary .nfe-table-hover tbody tr:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-table-hover > tr:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-table-hover tbody tr:hover {
   background: rgba(255, 255, 255, 0.08);
 }
 .nfe-light .nfe-icon-link,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-icon-link,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-icon-link,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-icon-link,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-icon-link,
 .nfe-card-primary.nfe-card-body .nfe-icon-link,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-icon-link,
 .nfe-card-secondary.nfe-card-body .nfe-icon-link,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-icon-link,
 .nfe-overlay-primary .nfe-icon-link,
 .nfe-offcanvas-bar.nfe-light.nfe-icon-link {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-icon-link:hover,
 .nfe-light .nfe-icon-link:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-icon-link:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-icon-link:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-icon-link:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-icon-link:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-icon-link:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-icon-link:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-icon-link:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-icon-link:focus,
 .nfe-card-primary.nfe-card-body .nfe-icon-link:hover,
 .nfe-card-primary.nfe-card-body .nfe-icon-link:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-icon-link:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-icon-link:focus,
 .nfe-card-secondary.nfe-card-body .nfe-icon-link:hover,
 .nfe-card-secondary.nfe-card-body .nfe-icon-link:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-icon-link:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-icon-link:focus,
 .nfe-overlay-primary .nfe-icon-link:hover,
 .nfe-overlay-primary .nfe-icon-link:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-icon-link:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-icon-link:focus {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-icon-link:active,
 .nfe-light .nfe-active > .nfe-icon-link,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-icon-link:active,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-active > .nfe-icon-link,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-icon-link:active,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-active > .nfe-icon-link,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-icon-link:active,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-active > .nfe-icon-link,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-icon-link:active,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-active > .nfe-icon-link,
 .nfe-card-primary.nfe-card-body .nfe-icon-link:active,
 .nfe-card-primary.nfe-card-body .nfe-active > .nfe-icon-link,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-icon-link:active,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-active > .nfe-icon-link,
 .nfe-card-secondary.nfe-card-body .nfe-icon-link:active,
 .nfe-card-secondary.nfe-card-body .nfe-active > .nfe-icon-link,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-icon-link:active,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-active > .nfe-icon-link,
 .nfe-overlay-primary .nfe-icon-link:active,
 .nfe-overlay-primary .nfe-active > .nfe-icon-link,
 .nfe-offcanvas-bar.nfe-light.nfe-icon-link:active,
 .nfe-offcanvas-bar.nfe-light.nfe-active > .nfe-icon-link {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-icon-button,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-icon-button,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-icon-button,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-icon-button,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-icon-button,
 .nfe-card-primary.nfe-card-body .nfe-icon-button,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-icon-button,
 .nfe-card-secondary.nfe-card-body .nfe-icon-button,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-icon-button,
 .nfe-overlay-primary .nfe-icon-button,
 .nfe-offcanvas-bar.nfe-light.nfe-icon-button {
   background-color: rgba(255, 255, 255, 0.1);
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-icon-button:hover,
 .nfe-light .nfe-icon-button:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-icon-button:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-icon-button:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-icon-button:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-icon-button:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-icon-button:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-icon-button:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-icon-button:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-icon-button:focus,
 .nfe-card-primary.nfe-card-body .nfe-icon-button:hover,
 .nfe-card-primary.nfe-card-body .nfe-icon-button:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-icon-button:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-icon-button:focus,
 .nfe-card-secondary.nfe-card-body .nfe-icon-button:hover,
 .nfe-card-secondary.nfe-card-body .nfe-icon-button:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-icon-button:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-icon-button:focus,
 .nfe-overlay-primary .nfe-icon-button:hover,
 .nfe-overlay-primary .nfe-icon-button:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-icon-button:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-icon-button:focus {
   background-color: rgba(242, 242, 242, 0.1);
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-icon-button:active,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-icon-button:active,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-icon-button:active,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-icon-button:active,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-icon-button:active,
 .nfe-card-primary.nfe-card-body .nfe-icon-button:active,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-icon-button:active,
 .nfe-card-secondary.nfe-card-body .nfe-icon-button:active,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-icon-button:active,
 .nfe-overlay-primary .nfe-icon-button:active,
 .nfe-offcanvas-bar.nfe-light.nfe-icon-button:active {
   background-color: rgba(230, 230, 230, 0.1);
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-input,
 .nfe-light .nfe-select,
 .nfe-light .nfe-textarea,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-input,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-select,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-textarea,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-input,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-select,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-textarea,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-input,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-select,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-textarea,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-input,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-select,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-textarea,
 .nfe-card-primary.nfe-card-body .nfe-input,
 .nfe-card-primary.nfe-card-body .nfe-select,
 .nfe-card-primary.nfe-card-body .nfe-textarea,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-input,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-select,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-textarea,
 .nfe-card-secondary.nfe-card-body .nfe-input,
 .nfe-card-secondary.nfe-card-body .nfe-select,
 .nfe-card-secondary.nfe-card-body .nfe-textarea,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-input,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-select,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-textarea,
 .nfe-overlay-primary .nfe-input,
 .nfe-overlay-primary .nfe-select,
 .nfe-overlay-primary .nfe-textarea,
 .nfe-offcanvas-bar.nfe-light.nfe-input,
 .nfe-offcanvas-bar.nfe-light.nfe-select,
 .nfe-offcanvas-bar.nfe-light.nfe-textarea {
   background-color: rgba(255, 255, 255, 0.1);
   color: rgba(255, 255, 255, 0.7);
   background-clip: padding-box;
   border-color: rgba(255, 255, 255, 0.2);
 }
 .nfe-light .nfe-input:focus,
 .nfe-light .nfe-select:focus,
 .nfe-light .nfe-textarea:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-input:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-select:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-textarea:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-input:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-select:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-textarea:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-input:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-select:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-textarea:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-input:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-select:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-textarea:focus,
 .nfe-card-primary.nfe-card-body .nfe-input:focus,
 .nfe-card-primary.nfe-card-body .nfe-select:focus,
 .nfe-card-primary.nfe-card-body .nfe-textarea:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-input:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-select:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-textarea:focus,
 .nfe-card-secondary.nfe-card-body .nfe-input:focus,
 .nfe-card-secondary.nfe-card-body .nfe-select:focus,
 .nfe-card-secondary.nfe-card-body .nfe-textarea:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-input:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-select:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-textarea:focus,
 .nfe-overlay-primary .nfe-input:focus,
 .nfe-overlay-primary .nfe-select:focus,
 .nfe-overlay-primary .nfe-textarea:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-input:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-select:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-textarea:focus {
   background-color: rgba(255, 255, 255, 0.1);
   color: rgba(255, 255, 255, 0.7);
   border-color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-input::-ms-input-placeholder,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-input::-ms-input-placeholder,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-input::-ms-input-placeholder,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-input::-ms-input-placeholder,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-input::-ms-input-placeholder,
 .nfe-card-primary.nfe-card-body .nfe-input::-ms-input-placeholder,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-input::-ms-input-placeholder,
 .nfe-card-secondary.nfe-card-body .nfe-input::-ms-input-placeholder,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-input::-ms-input-placeholder,
 .nfe-overlay-primary .nfe-input::-ms-input-placeholder,
 .nfe-offcanvas-bar.nfe-light.nfe-input::-ms-input-placeholder {
   color: rgba(255, 255, 255, 0.5) !important;
 }
 .nfe-light .nfe-input::placeholder,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-input::placeholder,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-input::placeholder,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-input::placeholder,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-input::placeholder,
 .nfe-card-primary.nfe-card-body .nfe-input::placeholder,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-input::placeholder,
 .nfe-card-secondary.nfe-card-body .nfe-input::placeholder,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-input::placeholder,
 .nfe-overlay-primary .nfe-input::placeholder,
 .nfe-offcanvas-bar.nfe-light.nfe-input::placeholder {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-textarea::-ms-input-placeholder,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-textarea::-ms-input-placeholder,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-textarea::-ms-input-placeholder,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-textarea::-ms-input-placeholder,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-textarea::-ms-input-placeholder,
 .nfe-card-primary.nfe-card-body .nfe-textarea::-ms-input-placeholder,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-textarea::-ms-input-placeholder,
 .nfe-card-secondary.nfe-card-body .nfe-textarea::-ms-input-placeholder,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-textarea::-ms-input-placeholder,
 .nfe-overlay-primary .nfe-textarea::-ms-input-placeholder,
 .nfe-offcanvas-bar.nfe-light.nfe-textarea::-ms-input-placeholder {
   color: rgba(255, 255, 255, 0.5) !important;
 }
 .nfe-light .nfe-textarea::placeholder,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-textarea::placeholder,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-textarea::placeholder,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-textarea::placeholder,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-textarea::placeholder,
 .nfe-card-primary.nfe-card-body .nfe-textarea::placeholder,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-textarea::placeholder,
 .nfe-card-secondary.nfe-card-body .nfe-textarea::placeholder,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-textarea::placeholder,
 .nfe-overlay-primary .nfe-textarea::placeholder,
 .nfe-offcanvas-bar.nfe-light.nfe-textarea::placeholder {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-select:not([multiple]):not([size]),
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-select:not([multiple]):not([size]),
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-select:not([multiple]):not([size]),
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-select:not([multiple]):not([size]),
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-select:not([multiple]):not([size]),
 .nfe-card-primary.nfe-card-body .nfe-select:not([multiple]):not([size]),
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-select:not([multiple]):not([size]),
 .nfe-card-secondary.nfe-card-body .nfe-select:not([multiple]):not([size]),
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-select:not([multiple]):not([size]),
 .nfe-overlay-primary .nfe-select:not([multiple]):not([size]),
 .nfe-offcanvas-bar.nfe-light.nfe-select:not([multiple]):not([size]) {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
 }
 .nfe-light .nfe-input[list]:hover,
 .nfe-light .nfe-input[list]:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-input[list]:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-input[list]:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-input[list]:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-input[list]:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-input[list]:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-input[list]:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-input[list]:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-input[list]:focus,
 .nfe-card-primary.nfe-card-body .nfe-input[list]:hover,
 .nfe-card-primary.nfe-card-body .nfe-input[list]:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-input[list]:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-input[list]:focus,
 .nfe-card-secondary.nfe-card-body .nfe-input[list]:hover,
 .nfe-card-secondary.nfe-card-body .nfe-input[list]:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-input[list]:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-input[list]:focus,
 .nfe-overlay-primary .nfe-input[list]:hover,
 .nfe-overlay-primary .nfe-input[list]:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-input[list]:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-input[list]:focus {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
 }
 .nfe-light .nfe-radio,
 .nfe-light .nfe-checkbox,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-radio,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-checkbox,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-radio,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-checkbox,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-radio,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-checkbox,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-radio,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-checkbox,
 .nfe-card-primary.nfe-card-body .nfe-radio,
 .nfe-card-primary.nfe-card-body .nfe-checkbox,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-radio,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-checkbox,
 .nfe-card-secondary.nfe-card-body .nfe-radio,
 .nfe-card-secondary.nfe-card-body .nfe-checkbox,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-radio,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-checkbox,
 .nfe-overlay-primary .nfe-radio,
 .nfe-overlay-primary .nfe-checkbox,
 .nfe-offcanvas-bar.nfe-light.nfe-radio,
 .nfe-offcanvas-bar.nfe-light.nfe-checkbox {
   background-color: rgba(242, 242, 242, 0.1);
   border-color: rgba(255, 255, 255, 0.2);
 }
 .nfe-light .nfe-radio:focus,
 .nfe-light .nfe-checkbox:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-radio:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-checkbox:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-radio:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-checkbox:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-radio:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-checkbox:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-radio:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-checkbox:focus,
 .nfe-card-primary.nfe-card-body .nfe-radio:focus,
 .nfe-card-primary.nfe-card-body .nfe-checkbox:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-radio:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-checkbox:focus,
 .nfe-card-secondary.nfe-card-body .nfe-radio:focus,
 .nfe-card-secondary.nfe-card-body .nfe-checkbox:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-radio:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-checkbox:focus,
 .nfe-overlay-primary .nfe-radio:focus,
 .nfe-overlay-primary .nfe-checkbox:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-radio:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-checkbox:focus {
   border-color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-radio:checked,
 .nfe-light .nfe-checkbox:checked,
 .nfe-light .nfe-checkbox:indeterminate,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-radio:checked,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-checkbox:checked,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-checkbox:indeterminate,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-radio:checked,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-checkbox:checked,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-checkbox:indeterminate,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-radio:checked,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-checkbox:checked,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-checkbox:indeterminate,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-radio:checked,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-checkbox:checked,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-checkbox:indeterminate,
 .nfe-card-primary.nfe-card-body .nfe-radio:checked,
 .nfe-card-primary.nfe-card-body .nfe-checkbox:checked,
 .nfe-card-primary.nfe-card-body .nfe-checkbox:indeterminate,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-radio:checked,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-checkbox:checked,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-checkbox:indeterminate,
 .nfe-card-secondary.nfe-card-body .nfe-radio:checked,
 .nfe-card-secondary.nfe-card-body .nfe-checkbox:checked,
 .nfe-card-secondary.nfe-card-body .nfe-checkbox:indeterminate,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-radio:checked,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-checkbox:checked,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-checkbox:indeterminate,
 .nfe-overlay-primary .nfe-radio:checked,
 .nfe-overlay-primary .nfe-checkbox:checked,
 .nfe-overlay-primary .nfe-checkbox:indeterminate,
 .nfe-offcanvas-bar.nfe-light.nfe-radio:checked,
 .nfe-offcanvas-bar.nfe-light.nfe-checkbox:checked,
 .nfe-offcanvas-bar.nfe-light.nfe-checkbox:indeterminate {
   background-color: #fff;
   border-color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-radio:checked:focus,
 .nfe-light .nfe-checkbox:checked:focus,
 .nfe-light .nfe-checkbox:indeterminate:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-radio:checked:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-checkbox:checked:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-checkbox:indeterminate:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-radio:checked:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-checkbox:checked:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-checkbox:indeterminate:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-radio:checked:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-checkbox:checked:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-checkbox:indeterminate:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-radio:checked:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-checkbox:checked:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-checkbox:indeterminate:focus,
 .nfe-card-primary.nfe-card-body .nfe-radio:checked:focus,
 .nfe-card-primary.nfe-card-body .nfe-checkbox:checked:focus,
 .nfe-card-primary.nfe-card-body .nfe-checkbox:indeterminate:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-radio:checked:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-checkbox:checked:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-checkbox:indeterminate:focus,
 .nfe-card-secondary.nfe-card-body .nfe-radio:checked:focus,
 .nfe-card-secondary.nfe-card-body .nfe-checkbox:checked:focus,
 .nfe-card-secondary.nfe-card-body .nfe-checkbox:indeterminate:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-radio:checked:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-checkbox:checked:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-checkbox:indeterminate:focus,
 .nfe-overlay-primary .nfe-radio:checked:focus,
 .nfe-overlay-primary .nfe-checkbox:checked:focus,
 .nfe-overlay-primary .nfe-checkbox:indeterminate:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-radio:checked:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-checkbox:checked:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-checkbox:indeterminate:focus {
   background-color: #e6e6e6;
 }
 .nfe-light .nfe-radio:checked,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-radio:checked,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-radio:checked,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-radio:checked,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-radio:checked,
 .nfe-card-primary.nfe-card-body .nfe-radio:checked,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-radio:checked,
 .nfe-card-secondary.nfe-card-body .nfe-radio:checked,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-radio:checked,
 .nfe-overlay-primary .nfe-radio:checked,
 .nfe-offcanvas-bar.nfe-light.nfe-radio:checked {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
 }
 .nfe-light .nfe-checkbox:checked,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-checkbox:checked,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-checkbox:checked,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-checkbox:checked,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-checkbox:checked,
 .nfe-card-primary.nfe-card-body .nfe-checkbox:checked,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-checkbox:checked,
 .nfe-card-secondary.nfe-card-body .nfe-checkbox:checked,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-checkbox:checked,
 .nfe-overlay-primary .nfe-checkbox:checked,
 .nfe-offcanvas-bar.nfe-light.nfe-checkbox:checked {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
 }
 .nfe-light .nfe-checkbox:indeterminate,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-checkbox:indeterminate,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-checkbox:indeterminate,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-checkbox:indeterminate,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-checkbox:indeterminate,
 .nfe-card-primary.nfe-card-body .nfe-checkbox:indeterminate,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-checkbox:indeterminate,
 .nfe-card-secondary.nfe-card-body .nfe-checkbox:indeterminate,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-checkbox:indeterminate,
 .nfe-overlay-primary .nfe-checkbox:indeterminate,
 .nfe-offcanvas-bar.nfe-light.nfe-checkbox:indeterminate {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
 }
 .nfe-light .nfe-form-label,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-form-label,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-form-label,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-form-label,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-form-label,
 .nfe-card-primary.nfe-card-body .nfe-form-label,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-form-label,
 .nfe-card-secondary.nfe-card-body .nfe-form-label,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-form-label,
 .nfe-overlay-primary .nfe-form-label,
 .nfe-offcanvas-bar.nfe-light.nfe-form-label {
   color: #fff;
 }
 .nfe-light .nfe-form-icon,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-form-icon,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-form-icon,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-form-icon,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-form-icon,
 .nfe-card-primary.nfe-card-body .nfe-form-icon,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-form-icon,
 .nfe-card-secondary.nfe-card-body .nfe-form-icon,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-form-icon,
 .nfe-overlay-primary .nfe-form-icon,
 .nfe-offcanvas-bar.nfe-light.nfe-form-icon {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-form-icon:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-form-icon:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-form-icon:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-form-icon:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-form-icon:hover,
 .nfe-card-primary.nfe-card-body .nfe-form-icon:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-form-icon:hover,
 .nfe-card-secondary.nfe-card-body .nfe-form-icon:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-form-icon:hover,
 .nfe-overlay-primary .nfe-form-icon:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-form-icon:hover {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-button-default,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-button-default,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-button-default,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-button-default,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-button-default,
 .nfe-card-primary.nfe-card-body .nfe-button-default,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-button-default,
 .nfe-card-secondary.nfe-card-body .nfe-button-default,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-button-default,
 .nfe-overlay-primary .nfe-button-default,
 .nfe-offcanvas-bar.nfe-light.nfe-button-default {
   background-color: transparent;
   color: #fff;
   border-color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-button-default:hover,
 .nfe-light .nfe-button-default:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-button-default:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-button-default:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-button-default:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-button-default:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-button-default:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-button-default:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-button-default:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-button-default:focus,
 .nfe-card-primary.nfe-card-body .nfe-button-default:hover,
 .nfe-card-primary.nfe-card-body .nfe-button-default:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-button-default:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-button-default:focus,
 .nfe-card-secondary.nfe-card-body .nfe-button-default:hover,
 .nfe-card-secondary.nfe-card-body .nfe-button-default:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-button-default:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-button-default:focus,
 .nfe-overlay-primary .nfe-button-default:hover,
 .nfe-overlay-primary .nfe-button-default:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-button-default:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-button-default:focus {
   background-color: transparent;
   color: #fff;
   border-color: #fff;
 }
 .nfe-light .nfe-button-default:active,
 .nfe-light .nfe-button-default.nfe-active,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-button-default:active,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-button-default.nfe-active,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-button-default:active,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-button-default.nfe-active,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-button-default:active,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-button-default.nfe-active,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-button-default:active,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-button-default.nfe-active,
 .nfe-card-primary.nfe-card-body .nfe-button-default:active,
 .nfe-card-primary.nfe-card-body .nfe-button-default.nfe-active,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-button-default:active,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-button-default.nfe-active,
 .nfe-card-secondary.nfe-card-body .nfe-button-default:active,
 .nfe-card-secondary.nfe-card-body .nfe-button-default.nfe-active,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-button-default:active,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-button-default.nfe-active,
 .nfe-overlay-primary .nfe-button-default:active,
 .nfe-overlay-primary .nfe-button-default.nfe-active,
 .nfe-offcanvas-bar.nfe-light.nfe-button-default:active,
 .nfe-offcanvas-bar.nfe-light.nfe-button-default.nfe-active {
   background-color: transparent;
   color: #fff;
   border-color: #fff;
 }
 .nfe-light .nfe-button-primary,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-button-primary,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-button-primary,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-button-primary,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-button-primary,
 .nfe-card-primary.nfe-card-body .nfe-button-primary,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-button-primary,
 .nfe-card-secondary.nfe-card-body .nfe-button-primary,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-button-primary,
 .nfe-overlay-primary .nfe-button-primary,
 .nfe-offcanvas-bar.nfe-light.nfe-button-primary {
   background-color: #fff;
   color: #666;
 }
 .nfe-light .nfe-button-primary:hover,
 .nfe-light .nfe-button-primary:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-button-primary:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-button-primary:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-button-primary:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-button-primary:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-button-primary:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-button-primary:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-button-primary:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-button-primary:focus,
 .nfe-card-primary.nfe-card-body .nfe-button-primary:hover,
 .nfe-card-primary.nfe-card-body .nfe-button-primary:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-button-primary:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-button-primary:focus,
 .nfe-card-secondary.nfe-card-body .nfe-button-primary:hover,
 .nfe-card-secondary.nfe-card-body .nfe-button-primary:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-button-primary:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-button-primary:focus,
 .nfe-overlay-primary .nfe-button-primary:hover,
 .nfe-overlay-primary .nfe-button-primary:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-button-primary:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-button-primary:focus {
   background-color: #f2f2f2;
   color: #666;
 }
 .nfe-light .nfe-button-primary:active,
 .nfe-light .nfe-button-primary.nfe-active,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-button-primary:active,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-button-primary.nfe-active,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-button-primary:active,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-button-primary.nfe-active,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-button-primary:active,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-button-primary.nfe-active,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-button-primary:active,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-button-primary.nfe-active,
 .nfe-card-primary.nfe-card-body .nfe-button-primary:active,
 .nfe-card-primary.nfe-card-body .nfe-button-primary.nfe-active,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-button-primary:active,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-button-primary.nfe-active,
 .nfe-card-secondary.nfe-card-body .nfe-button-primary:active,
 .nfe-card-secondary.nfe-card-body .nfe-button-primary.nfe-active,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-button-primary:active,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-button-primary.nfe-active,
 .nfe-overlay-primary .nfe-button-primary:active,
 .nfe-overlay-primary .nfe-button-primary.nfe-active,
 .nfe-offcanvas-bar.nfe-light.nfe-button-primary:active,
 .nfe-offcanvas-bar.nfe-light.nfe-button-primary.nfe-active {
   background-color: #e6e6e6;
   color: #666;
 }
 .nfe-light .nfe-button-secondary,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-button-secondary,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-button-secondary,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-button-secondary,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-button-secondary,
 .nfe-card-primary.nfe-card-body .nfe-button-secondary,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-button-secondary,
 .nfe-card-secondary.nfe-card-body .nfe-button-secondary,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-button-secondary,
 .nfe-overlay-primary .nfe-button-secondary,
 .nfe-offcanvas-bar.nfe-light.nfe-button-secondary {
   background-color: #fff;
   color: #666;
 }
 .nfe-light .nfe-button-secondary:hover,
 .nfe-light .nfe-button-secondary:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-button-secondary:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-button-secondary:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-button-secondary:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-button-secondary:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-button-secondary:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-button-secondary:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-button-secondary:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-button-secondary:focus,
 .nfe-card-primary.nfe-card-body .nfe-button-secondary:hover,
 .nfe-card-primary.nfe-card-body .nfe-button-secondary:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-button-secondary:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-button-secondary:focus,
 .nfe-card-secondary.nfe-card-body .nfe-button-secondary:hover,
 .nfe-card-secondary.nfe-card-body .nfe-button-secondary:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-button-secondary:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-button-secondary:focus,
 .nfe-overlay-primary .nfe-button-secondary:hover,
 .nfe-overlay-primary .nfe-button-secondary:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-button-secondary:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-button-secondary:focus {
   background-color: #f2f2f2;
   color: #666;
 }
 .nfe-light .nfe-button-secondary:active,
 .nfe-light .nfe-button-secondary.nfe-active,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-button-secondary:active,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-button-secondary.nfe-active,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-button-secondary:active,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-button-secondary.nfe-active,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-button-secondary:active,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-button-secondary.nfe-active,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-button-secondary:active,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-button-secondary.nfe-active,
 .nfe-card-primary.nfe-card-body .nfe-button-secondary:active,
 .nfe-card-primary.nfe-card-body .nfe-button-secondary.nfe-active,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-button-secondary:active,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-button-secondary.nfe-active,
 .nfe-card-secondary.nfe-card-body .nfe-button-secondary:active,
 .nfe-card-secondary.nfe-card-body .nfe-button-secondary.nfe-active,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-button-secondary:active,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-button-secondary.nfe-active,
 .nfe-overlay-primary .nfe-button-secondary:active,
 .nfe-overlay-primary .nfe-button-secondary.nfe-active,
 .nfe-offcanvas-bar.nfe-light.nfe-button-secondary:active,
 .nfe-offcanvas-bar.nfe-light.nfe-button-secondary.nfe-active {
   background-color: #e6e6e6;
   color: #666;
 }
 .nfe-light .nfe-button-text,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-button-text,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-button-text,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-button-text,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-button-text,
 .nfe-card-primary.nfe-card-body .nfe-button-text,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-button-text,
 .nfe-card-secondary.nfe-card-body .nfe-button-text,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-button-text,
 .nfe-overlay-primary .nfe-button-text,
 .nfe-offcanvas-bar.nfe-light.nfe-button-text {
   color: #fff;
 }
 .nfe-light .nfe-button-text::before,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-button-text::before,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-button-text::before,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-button-text::before,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-button-text::before,
 .nfe-card-primary.nfe-card-body .nfe-button-text::before,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-button-text::before,
 .nfe-card-secondary.nfe-card-body .nfe-button-text::before,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-button-text::before,
 .nfe-overlay-primary .nfe-button-text::before,
 .nfe-offcanvas-bar.nfe-light.nfe-button-text::before {
   border-bottom-color: #fff;
 }
 .nfe-light .nfe-button-text:hover,
 .nfe-light .nfe-button-text:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-button-text:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-button-text:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-button-text:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-button-text:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-button-text:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-button-text:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-button-text:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-button-text:focus,
 .nfe-card-primary.nfe-card-body .nfe-button-text:hover,
 .nfe-card-primary.nfe-card-body .nfe-button-text:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-button-text:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-button-text:focus,
 .nfe-card-secondary.nfe-card-body .nfe-button-text:hover,
 .nfe-card-secondary.nfe-card-body .nfe-button-text:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-button-text:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-button-text:focus,
 .nfe-overlay-primary .nfe-button-text:hover,
 .nfe-overlay-primary .nfe-button-text:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-button-text:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-button-text:focus {
   color: #fff;
 }
 .nfe-light .nfe-button-text:disabled,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-button-text:disabled,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-button-text:disabled,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-button-text:disabled,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-button-text:disabled,
 .nfe-card-primary.nfe-card-body .nfe-button-text:disabled,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-button-text:disabled,
 .nfe-card-secondary.nfe-card-body .nfe-button-text:disabled,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-button-text:disabled,
 .nfe-overlay-primary .nfe-button-text:disabled,
 .nfe-offcanvas-bar.nfe-light.nfe-button-text:disabled {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-button-link,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-button-link,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-button-link,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-button-link,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-button-link,
 .nfe-card-primary.nfe-card-body .nfe-button-link,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-button-link,
 .nfe-card-secondary.nfe-card-body .nfe-button-link,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-button-link,
 .nfe-overlay-primary .nfe-button-link,
 .nfe-offcanvas-bar.nfe-light.nfe-button-link {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-button-link:hover,
 .nfe-light .nfe-button-link:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-button-link:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-button-link:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-button-link:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-button-link:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-button-link:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-button-link:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-button-link:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-button-link:focus,
 .nfe-card-primary.nfe-card-body .nfe-button-link:hover,
 .nfe-card-primary.nfe-card-body .nfe-button-link:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-button-link:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-button-link:focus,
 .nfe-card-secondary.nfe-card-body .nfe-button-link:hover,
 .nfe-card-secondary.nfe-card-body .nfe-button-link:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-button-link:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-button-link:focus,
 .nfe-overlay-primary .nfe-button-link:hover,
 .nfe-overlay-primary .nfe-button-link:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-button-link:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-button-link:focus {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-grid-divider > :not(.nfe-first-column)::before,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-grid-divider > :not(.nfe-first-column)::before,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-grid-divider > :not(.nfe-first-column)::before,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-grid-divider > :not(.nfe-first-column)::before,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-grid-divider > :not(.nfe-first-column)::before,
 .nfe-card-primary.nfe-card-body .nfe-grid-divider > :not(.nfe-first-column)::before,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-grid-divider > :not(.nfe-first-column)::before,
 .nfe-card-secondary.nfe-card-body .nfe-grid-divider > :not(.nfe-first-column)::before,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-grid-divider > :not(.nfe-first-column)::before,
 .nfe-overlay-primary .nfe-grid-divider > :not(.nfe-first-column)::before,
 .nfe-offcanvas-bar.nfe-light.nfe-grid-divider > :not(.nfe-first-column)::before {
   border-left-color: rgba(255, 255, 255, 0.2);
 }
 .nfe-light .nfe-grid-divider.nfe-grid-stack > .nfe-grid-margin::before,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-grid-divider.nfe-grid-stack > .nfe-grid-margin::before,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-grid-divider.nfe-grid-stack > .nfe-grid-margin::before,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-grid-divider.nfe-grid-stack > .nfe-grid-margin::before,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-grid-divider.nfe-grid-stack > .nfe-grid-margin::before,
 .nfe-card-primary.nfe-card-body .nfe-grid-divider.nfe-grid-stack > .nfe-grid-margin::before,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-grid-divider.nfe-grid-stack > .nfe-grid-margin::before,
 .nfe-card-secondary.nfe-card-body .nfe-grid-divider.nfe-grid-stack > .nfe-grid-margin::before,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-grid-divider.nfe-grid-stack > .nfe-grid-margin::before,
 .nfe-overlay-primary .nfe-grid-divider.nfe-grid-stack > .nfe-grid-margin::before,
 .nfe-offcanvas-bar.nfe-light.nfe-grid-divider.nfe-grid-stack > .nfe-grid-margin::before {
   border-top-color: rgba(255, 255, 255, 0.2);
 }
 .nfe-light .nfe-close,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-close,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-close,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-close,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-close,
 .nfe-card-primary.nfe-card-body .nfe-close,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-close,
 .nfe-card-secondary.nfe-card-body .nfe-close,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-close,
 .nfe-overlay-primary .nfe-close,
 .nfe-offcanvas-bar.nfe-light.nfe-close {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-close:hover,
 .nfe-light .nfe-close:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-close:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-close:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-close:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-close:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-close:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-close:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-close:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-close:focus,
 .nfe-card-primary.nfe-card-body .nfe-close:hover,
 .nfe-card-primary.nfe-card-body .nfe-close:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-close:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-close:focus,
 .nfe-card-secondary.nfe-card-body .nfe-close:hover,
 .nfe-card-secondary.nfe-card-body .nfe-close:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-close:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-close:focus,
 .nfe-overlay-primary .nfe-close:hover,
 .nfe-overlay-primary .nfe-close:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-close:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-close:focus {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-totop,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-totop,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-totop,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-totop,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-totop,
 .nfe-card-primary.nfe-card-body .nfe-totop,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-totop,
 .nfe-card-secondary.nfe-card-body .nfe-totop,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-totop,
 .nfe-overlay-primary .nfe-totop,
 .nfe-offcanvas-bar.nfe-light.nfe-totop {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-totop:hover,
 .nfe-light .nfe-totop:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-totop:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-totop:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-totop:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-totop:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-totop:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-totop:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-totop:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-totop:focus,
 .nfe-card-primary.nfe-card-body .nfe-totop:hover,
 .nfe-card-primary.nfe-card-body .nfe-totop:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-totop:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-totop:focus,
 .nfe-card-secondary.nfe-card-body .nfe-totop:hover,
 .nfe-card-secondary.nfe-card-body .nfe-totop:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-totop:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-totop:focus,
 .nfe-overlay-primary .nfe-totop:hover,
 .nfe-overlay-primary .nfe-totop:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-totop:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-totop:focus {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-totop:active,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-totop:active,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-totop:active,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-totop:active,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-totop:active,
 .nfe-card-primary.nfe-card-body .nfe-totop:active,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-totop:active,
 .nfe-card-secondary.nfe-card-body .nfe-totop:active,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-totop:active,
 .nfe-overlay-primary .nfe-totop:active,
 .nfe-offcanvas-bar.nfe-light.nfe-totop:active {
   color: #fff;
 }
 .nfe-light .nfe-marker,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-marker,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-marker,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-marker,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-marker,
 .nfe-card-primary.nfe-card-body .nfe-marker,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-marker,
 .nfe-card-secondary.nfe-card-body .nfe-marker,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-marker,
 .nfe-overlay-primary .nfe-marker,
 .nfe-offcanvas-bar.nfe-light.nfe-marker {
   background: #f8f8f8;
   color: #666;
 }
 .nfe-light .nfe-marker:hover,
 .nfe-light .nfe-marker:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-marker:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-marker:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-marker:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-marker:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-marker:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-marker:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-marker:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-marker:focus,
 .nfe-card-primary.nfe-card-body .nfe-marker:hover,
 .nfe-card-primary.nfe-card-body .nfe-marker:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-marker:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-marker:focus,
 .nfe-card-secondary.nfe-card-body .nfe-marker:hover,
 .nfe-card-secondary.nfe-card-body .nfe-marker:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-marker:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-marker:focus,
 .nfe-overlay-primary .nfe-marker:hover,
 .nfe-overlay-primary .nfe-marker:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-marker:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-marker:focus {
   color: #666;
 }
 .nfe-light .nfe-badge,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-badge,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-badge,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-badge,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-badge,
 .nfe-card-primary.nfe-card-body .nfe-badge,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-badge,
 .nfe-card-secondary.nfe-card-body .nfe-badge,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-badge,
 .nfe-overlay-primary .nfe-badge,
 .nfe-offcanvas-bar.nfe-light.nfe-badge {
   background-color: #fff;
   color: #666;
 }
 .nfe-light .nfe-badge:hover,
 .nfe-light .nfe-badge:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-badge:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-badge:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-badge:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-badge:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-badge:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-badge:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-badge:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-badge:focus,
 .nfe-card-primary.nfe-card-body .nfe-badge:hover,
 .nfe-card-primary.nfe-card-body .nfe-badge:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-badge:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-badge:focus,
 .nfe-card-secondary.nfe-card-body .nfe-badge:hover,
 .nfe-card-secondary.nfe-card-body .nfe-badge:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-badge:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-badge:focus,
 .nfe-overlay-primary .nfe-badge:hover,
 .nfe-overlay-primary .nfe-badge:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-badge:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-badge:focus {
   color: #666;
 }
 .nfe-light .nfe-label,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-label,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-label,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-label,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-label,
 .nfe-card-primary.nfe-card-body .nfe-label,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-label,
 .nfe-card-secondary.nfe-card-body .nfe-label,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-label,
 .nfe-overlay-primary .nfe-label,
 .nfe-offcanvas-bar.nfe-light.nfe-label {
   background-color: #fff;
   color: #666;
 }
 .nfe-light .nfe-article-meta,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-article-meta,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-article-meta,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-article-meta,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-article-meta,
 .nfe-card-primary.nfe-card-body .nfe-article-meta,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-article-meta,
 .nfe-card-secondary.nfe-card-body .nfe-article-meta,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-article-meta,
 .nfe-overlay-primary .nfe-article-meta,
 .nfe-offcanvas-bar.nfe-light.nfe-article-meta {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-search-input,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-search-input,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-search-input,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-search-input,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-search-input,
 .nfe-card-primary.nfe-card-body .nfe-search-input,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-search-input,
 .nfe-card-secondary.nfe-card-body .nfe-search-input,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-search-input,
 .nfe-overlay-primary .nfe-search-input,
 .nfe-offcanvas-bar.nfe-light.nfe-search-input {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-search-input:-ms-input-placeholder,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-search-input:-ms-input-placeholder,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-search-input:-ms-input-placeholder,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-search-input:-ms-input-placeholder,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-search-input:-ms-input-placeholder,
 .nfe-card-primary.nfe-card-body .nfe-search-input:-ms-input-placeholder,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-search-input:-ms-input-placeholder,
 .nfe-card-secondary.nfe-card-body .nfe-search-input:-ms-input-placeholder,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-search-input:-ms-input-placeholder,
 .nfe-overlay-primary .nfe-search-input:-ms-input-placeholder,
 .nfe-offcanvas-bar.nfe-light.nfe-search-input:-ms-input-placeholder {
   color: rgba(255, 255, 255, 0.5) !important;
 }
 .nfe-light .nfe-search-input::placeholder,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-search-input::placeholder,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-search-input::placeholder,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-search-input::placeholder,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-search-input::placeholder,
 .nfe-card-primary.nfe-card-body .nfe-search-input::placeholder,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-search-input::placeholder,
 .nfe-card-secondary.nfe-card-body .nfe-search-input::placeholder,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-search-input::placeholder,
 .nfe-overlay-primary .nfe-search-input::placeholder,
 .nfe-offcanvas-bar.nfe-light.nfe-search-input::placeholder {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-search .nfe-search-icon,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-search .nfe-search-icon,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-search .nfe-search-icon,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-search .nfe-search-icon,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-search .nfe-search-icon,
 .nfe-card-primary.nfe-card-body .nfe-search .nfe-search-icon,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-search .nfe-search-icon,
 .nfe-card-secondary.nfe-card-body .nfe-search .nfe-search-icon,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-search .nfe-search-icon,
 .nfe-overlay-primary .nfe-search .nfe-search-icon,
 .nfe-offcanvas-bar.nfe-light.nfe-search .nfe-search-icon {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-search .nfe-search-icon:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-search .nfe-search-icon:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-search .nfe-search-icon:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-search .nfe-search-icon:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-search .nfe-search-icon:hover,
 .nfe-card-primary.nfe-card-body .nfe-search .nfe-search-icon:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-search .nfe-search-icon:hover,
 .nfe-card-secondary.nfe-card-body .nfe-search .nfe-search-icon:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-search .nfe-search-icon:hover,
 .nfe-overlay-primary .nfe-search .nfe-search-icon:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-search .nfe-search-icon:hover {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-search-default .nfe-search-input,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-search-default .nfe-search-input,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-search-default .nfe-search-input,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-search-default .nfe-search-input,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-search-default .nfe-search-input,
 .nfe-card-primary.nfe-card-body .nfe-search-default .nfe-search-input,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-search-default .nfe-search-input,
 .nfe-card-secondary.nfe-card-body .nfe-search-default .nfe-search-input,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-search-default .nfe-search-input,
 .nfe-overlay-primary .nfe-search-default .nfe-search-input,
 .nfe-offcanvas-bar.nfe-light.nfe-search-default .nfe-search-input {
   background-color: transparent;
   border-color: rgba(255, 255, 255, 0.2);
 }
 .nfe-light .nfe-search-default .nfe-search-input:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-search-default .nfe-search-input:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-search-default .nfe-search-input:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-search-default .nfe-search-input:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-search-default .nfe-search-input:focus,
 .nfe-card-primary.nfe-card-body .nfe-search-default .nfe-search-input:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-search-default .nfe-search-input:focus,
 .nfe-card-secondary.nfe-card-body .nfe-search-default .nfe-search-input:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-search-default .nfe-search-input:focus,
 .nfe-overlay-primary .nfe-search-default .nfe-search-input:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-search-default .nfe-search-input:focus {
   background-color: transparent;
 }
 .nfe-light .nfe-search-navbar .nfe-search-input,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-search-navbar .nfe-search-input,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-search-navbar .nfe-search-input,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-search-navbar .nfe-search-input,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-search-navbar .nfe-search-input,
 .nfe-card-primary.nfe-card-body .nfe-search-navbar .nfe-search-input,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-search-navbar .nfe-search-input,
 .nfe-card-secondary.nfe-card-body .nfe-search-navbar .nfe-search-input,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-search-navbar .nfe-search-input,
 .nfe-overlay-primary .nfe-search-navbar .nfe-search-input,
 .nfe-offcanvas-bar.nfe-light.nfe-search-navbar .nfe-search-input {
   background-color: transparent;
 }
 .nfe-light .nfe-search-large .nfe-search-input,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-search-large .nfe-search-input,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-search-large .nfe-search-input,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-search-large .nfe-search-input,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-search-large .nfe-search-input,
 .nfe-card-primary.nfe-card-body .nfe-search-large .nfe-search-input,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-search-large .nfe-search-input,
 .nfe-card-secondary.nfe-card-body .nfe-search-large .nfe-search-input,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-search-large .nfe-search-input,
 .nfe-overlay-primary .nfe-search-large .nfe-search-input,
 .nfe-offcanvas-bar.nfe-light.nfe-search-large .nfe-search-input {
   background-color: transparent;
 }
 .nfe-light .nfe-search-toggle,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-search-toggle,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-search-toggle,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-search-toggle,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-search-toggle,
 .nfe-card-primary.nfe-card-body .nfe-search-toggle,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-search-toggle,
 .nfe-card-secondary.nfe-card-body .nfe-search-toggle,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-search-toggle,
 .nfe-overlay-primary .nfe-search-toggle,
 .nfe-offcanvas-bar.nfe-light.nfe-search-toggle {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-search-toggle:hover,
 .nfe-light .nfe-search-toggle:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-search-toggle:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-search-toggle:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-search-toggle:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-search-toggle:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-search-toggle:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-search-toggle:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-search-toggle:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-search-toggle:focus,
 .nfe-card-primary.nfe-card-body .nfe-search-toggle:hover,
 .nfe-card-primary.nfe-card-body .nfe-search-toggle:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-search-toggle:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-search-toggle:focus,
 .nfe-card-secondary.nfe-card-body .nfe-search-toggle:hover,
 .nfe-card-secondary.nfe-card-body .nfe-search-toggle:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-search-toggle:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-search-toggle:focus,
 .nfe-overlay-primary .nfe-search-toggle:hover,
 .nfe-overlay-primary .nfe-search-toggle:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-search-toggle:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-search-toggle:focus {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-nav-parent-icon > .nfe-parent > a::after,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-nav-parent-icon > .nfe-parent > a::after,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-nav-parent-icon > .nfe-parent > a::after,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-nav-parent-icon > .nfe-parent > a::after,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-nav-parent-icon > .nfe-parent > a::after,
 .nfe-card-primary.nfe-card-body .nfe-nav-parent-icon > .nfe-parent > a::after,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-nav-parent-icon > .nfe-parent > a::after,
 .nfe-card-secondary.nfe-card-body .nfe-nav-parent-icon > .nfe-parent > a::after,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-nav-parent-icon > .nfe-parent > a::after,
 .nfe-overlay-primary .nfe-nav-parent-icon > .nfe-parent > a::after,
 .nfe-offcanvas-bar.nfe-light.nfe-nav-parent-icon > .nfe-parent > a::after {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
 }
 .nfe-light .nfe-nav-parent-icon > .nfe-parent.nfe-open > a::after,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-nav-parent-icon > .nfe-parent.nfe-open > a::after,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-nav-parent-icon > .nfe-parent.nfe-open > a::after,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-nav-parent-icon > .nfe-parent.nfe-open > a::after,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-nav-parent-icon > .nfe-parent.nfe-open > a::after,
 .nfe-card-primary.nfe-card-body .nfe-nav-parent-icon > .nfe-parent.nfe-open > a::after,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-nav-parent-icon > .nfe-parent.nfe-open > a::after,
 .nfe-card-secondary.nfe-card-body .nfe-nav-parent-icon > .nfe-parent.nfe-open > a::after,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-nav-parent-icon > .nfe-parent.nfe-open > a::after,
 .nfe-overlay-primary .nfe-nav-parent-icon > .nfe-parent.nfe-open > a::after,
 .nfe-offcanvas-bar.nfe-light.nfe-nav-parent-icon > .nfe-parent.nfe-open > a::after {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
 }
 .nfe-light .nfe-nav-default > li > a,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-nav-default > li > a,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-nav-default > li > a,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-nav-default > li > a,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-nav-default > li > a,
 .nfe-card-primary.nfe-card-body .nfe-nav-default > li > a,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-nav-default > li > a,
 .nfe-card-secondary.nfe-card-body .nfe-nav-default > li > a,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-nav-default > li > a,
 .nfe-overlay-primary .nfe-nav-default > li > a,
 .nfe-offcanvas-bar.nfe-light.nfe-nav-default > li > a {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-nav-default > li > a:hover,
 .nfe-light .nfe-nav-default > li > a:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-nav-default > li > a:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-nav-default > li > a:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-nav-default > li > a:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-nav-default > li > a:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-nav-default > li > a:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-nav-default > li > a:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-nav-default > li > a:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-nav-default > li > a:focus,
 .nfe-card-primary.nfe-card-body .nfe-nav-default > li > a:hover,
 .nfe-card-primary.nfe-card-body .nfe-nav-default > li > a:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-nav-default > li > a:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-nav-default > li > a:focus,
 .nfe-card-secondary.nfe-card-body .nfe-nav-default > li > a:hover,
 .nfe-card-secondary.nfe-card-body .nfe-nav-default > li > a:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-nav-default > li > a:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-nav-default > li > a:focus,
 .nfe-overlay-primary .nfe-nav-default > li > a:hover,
 .nfe-overlay-primary .nfe-nav-default > li > a:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-nav-default > li > a:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-nav-default > li > a:focus {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-nav-default > li.nfe-active > a,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-nav-default > li.nfe-active > a,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-nav-default > li.nfe-active > a,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-nav-default > li.nfe-active > a,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-nav-default > li.nfe-active > a,
 .nfe-card-primary.nfe-card-body .nfe-nav-default > li.nfe-active > a,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-nav-default > li.nfe-active > a,
 .nfe-card-secondary.nfe-card-body .nfe-nav-default > li.nfe-active > a,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-nav-default > li.nfe-active > a,
 .nfe-overlay-primary .nfe-nav-default > li.nfe-active > a,
 .nfe-offcanvas-bar.nfe-light.nfe-nav-default > li.nfe-active > a {
   color: #fff;
 }
 .nfe-light .nfe-nav-default .nfe-nav-header,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-header,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-header,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-header,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-header,
 .nfe-card-primary.nfe-card-body .nfe-nav-default .nfe-nav-header,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-nav-default .nfe-nav-header,
 .nfe-card-secondary.nfe-card-body .nfe-nav-default .nfe-nav-header,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-nav-default .nfe-nav-header,
 .nfe-overlay-primary .nfe-nav-default .nfe-nav-header,
 .nfe-offcanvas-bar.nfe-light.nfe-nav-default .nfe-nav-header {
   color: #fff;
 }
 .nfe-light .nfe-nav-default .nfe-nav-divider,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-divider,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-divider,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-divider,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-divider,
 .nfe-card-primary.nfe-card-body .nfe-nav-default .nfe-nav-divider,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-nav-default .nfe-nav-divider,
 .nfe-card-secondary.nfe-card-body .nfe-nav-default .nfe-nav-divider,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-nav-default .nfe-nav-divider,
 .nfe-overlay-primary .nfe-nav-default .nfe-nav-divider,
 .nfe-offcanvas-bar.nfe-light.nfe-nav-default .nfe-nav-divider {
   border-top-color: rgba(255, 255, 255, 0.2);
 }
 .nfe-light .nfe-nav-default .nfe-nav-sub a,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-sub a,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-sub a,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-sub a,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-sub a,
 .nfe-card-primary.nfe-card-body .nfe-nav-default .nfe-nav-sub a,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-nav-default .nfe-nav-sub a,
 .nfe-card-secondary.nfe-card-body .nfe-nav-default .nfe-nav-sub a,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-nav-default .nfe-nav-sub a,
 .nfe-overlay-primary .nfe-nav-default .nfe-nav-sub a,
 .nfe-offcanvas-bar.nfe-light.nfe-nav-default .nfe-nav-sub a {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-nav-default .nfe-nav-sub a:hover,
 .nfe-light .nfe-nav-default .nfe-nav-sub a:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-sub a:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-sub a:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-sub a:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-sub a:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-sub a:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-sub a:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-sub a:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-sub a:focus,
 .nfe-card-primary.nfe-card-body .nfe-nav-default .nfe-nav-sub a:hover,
 .nfe-card-primary.nfe-card-body .nfe-nav-default .nfe-nav-sub a:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-nav-default .nfe-nav-sub a:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-nav-default .nfe-nav-sub a:focus,
 .nfe-card-secondary.nfe-card-body .nfe-nav-default .nfe-nav-sub a:hover,
 .nfe-card-secondary.nfe-card-body .nfe-nav-default .nfe-nav-sub a:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-nav-default .nfe-nav-sub a:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-nav-default .nfe-nav-sub a:focus,
 .nfe-overlay-primary .nfe-nav-default .nfe-nav-sub a:hover,
 .nfe-overlay-primary .nfe-nav-default .nfe-nav-sub a:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-nav-default .nfe-nav-sub a:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-nav-default .nfe-nav-sub a:focus {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-nav-default .nfe-nav-sub li.nfe-active > a,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-sub li.nfe-active > a,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-sub li.nfe-active > a,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-sub li.nfe-active > a,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-nav-default .nfe-nav-sub li.nfe-active > a,
 .nfe-card-primary.nfe-card-body .nfe-nav-default .nfe-nav-sub li.nfe-active > a,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-nav-default .nfe-nav-sub li.nfe-active > a,
 .nfe-card-secondary.nfe-card-body .nfe-nav-default .nfe-nav-sub li.nfe-active > a,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-nav-default .nfe-nav-sub li.nfe-active > a,
 .nfe-overlay-primary .nfe-nav-default .nfe-nav-sub li.nfe-active > a,
 .nfe-offcanvas-bar.nfe-light.nfe-nav-default .nfe-nav-sub li.nfe-active > a {
   color: #fff;
 }
 .nfe-light .nfe-nav-primary > li > a,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-nav-primary > li > a,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-nav-primary > li > a,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-nav-primary > li > a,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-nav-primary > li > a,
 .nfe-card-primary.nfe-card-body .nfe-nav-primary > li > a,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-nav-primary > li > a,
 .nfe-card-secondary.nfe-card-body .nfe-nav-primary > li > a,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-nav-primary > li > a,
 .nfe-overlay-primary .nfe-nav-primary > li > a,
 .nfe-offcanvas-bar.nfe-light.nfe-nav-primary > li > a {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-nav-primary > li > a:hover,
 .nfe-light .nfe-nav-primary > li > a:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-nav-primary > li > a:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-nav-primary > li > a:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-nav-primary > li > a:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-nav-primary > li > a:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-nav-primary > li > a:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-nav-primary > li > a:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-nav-primary > li > a:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-nav-primary > li > a:focus,
 .nfe-card-primary.nfe-card-body .nfe-nav-primary > li > a:hover,
 .nfe-card-primary.nfe-card-body .nfe-nav-primary > li > a:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-nav-primary > li > a:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-nav-primary > li > a:focus,
 .nfe-card-secondary.nfe-card-body .nfe-nav-primary > li > a:hover,
 .nfe-card-secondary.nfe-card-body .nfe-nav-primary > li > a:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-nav-primary > li > a:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-nav-primary > li > a:focus,
 .nfe-overlay-primary .nfe-nav-primary > li > a:hover,
 .nfe-overlay-primary .nfe-nav-primary > li > a:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-nav-primary > li > a:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-nav-primary > li > a:focus {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-nav-primary > li.nfe-active > a,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-nav-primary > li.nfe-active > a,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-nav-primary > li.nfe-active > a,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-nav-primary > li.nfe-active > a,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-nav-primary > li.nfe-active > a,
 .nfe-card-primary.nfe-card-body .nfe-nav-primary > li.nfe-active > a,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-nav-primary > li.nfe-active > a,
 .nfe-card-secondary.nfe-card-body .nfe-nav-primary > li.nfe-active > a,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-nav-primary > li.nfe-active > a,
 .nfe-overlay-primary .nfe-nav-primary > li.nfe-active > a,
 .nfe-offcanvas-bar.nfe-light.nfe-nav-primary > li.nfe-active > a {
   color: #fff;
 }
 .nfe-light .nfe-nav-primary .nfe-nav-header,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-header,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-header,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-header,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-header,
 .nfe-card-primary.nfe-card-body .nfe-nav-primary .nfe-nav-header,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-nav-primary .nfe-nav-header,
 .nfe-card-secondary.nfe-card-body .nfe-nav-primary .nfe-nav-header,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-nav-primary .nfe-nav-header,
 .nfe-overlay-primary .nfe-nav-primary .nfe-nav-header,
 .nfe-offcanvas-bar.nfe-light.nfe-nav-primary .nfe-nav-header {
   color: #fff;
 }
 .nfe-light .nfe-nav-primary .nfe-nav-divider,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-divider,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-divider,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-divider,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-divider,
 .nfe-card-primary.nfe-card-body .nfe-nav-primary .nfe-nav-divider,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-nav-primary .nfe-nav-divider,
 .nfe-card-secondary.nfe-card-body .nfe-nav-primary .nfe-nav-divider,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-nav-primary .nfe-nav-divider,
 .nfe-overlay-primary .nfe-nav-primary .nfe-nav-divider,
 .nfe-offcanvas-bar.nfe-light.nfe-nav-primary .nfe-nav-divider {
   border-top-color: rgba(255, 255, 255, 0.2);
 }
 .nfe-light .nfe-nav-primary .nfe-nav-sub a,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-sub a,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-sub a,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-sub a,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-sub a,
 .nfe-card-primary.nfe-card-body .nfe-nav-primary .nfe-nav-sub a,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-nav-primary .nfe-nav-sub a,
 .nfe-card-secondary.nfe-card-body .nfe-nav-primary .nfe-nav-sub a,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-nav-primary .nfe-nav-sub a,
 .nfe-overlay-primary .nfe-nav-primary .nfe-nav-sub a,
 .nfe-offcanvas-bar.nfe-light.nfe-nav-primary .nfe-nav-sub a {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-nav-primary .nfe-nav-sub a:hover,
 .nfe-light .nfe-nav-primary .nfe-nav-sub a:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-sub a:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-sub a:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-sub a:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-sub a:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-sub a:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-sub a:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-sub a:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-sub a:focus,
 .nfe-card-primary.nfe-card-body .nfe-nav-primary .nfe-nav-sub a:hover,
 .nfe-card-primary.nfe-card-body .nfe-nav-primary .nfe-nav-sub a:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-nav-primary .nfe-nav-sub a:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-nav-primary .nfe-nav-sub a:focus,
 .nfe-card-secondary.nfe-card-body .nfe-nav-primary .nfe-nav-sub a:hover,
 .nfe-card-secondary.nfe-card-body .nfe-nav-primary .nfe-nav-sub a:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-nav-primary .nfe-nav-sub a:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-nav-primary .nfe-nav-sub a:focus,
 .nfe-overlay-primary .nfe-nav-primary .nfe-nav-sub a:hover,
 .nfe-overlay-primary .nfe-nav-primary .nfe-nav-sub a:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-nav-primary .nfe-nav-sub a:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-nav-primary .nfe-nav-sub a:focus {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-nav-primary .nfe-nav-sub li.nfe-active > a,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-sub li.nfe-active > a,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-sub li.nfe-active > a,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-sub li.nfe-active > a,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-nav-primary .nfe-nav-sub li.nfe-active > a,
 .nfe-card-primary.nfe-card-body .nfe-nav-primary .nfe-nav-sub li.nfe-active > a,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-nav-primary .nfe-nav-sub li.nfe-active > a,
 .nfe-card-secondary.nfe-card-body .nfe-nav-primary .nfe-nav-sub li.nfe-active > a,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-nav-primary .nfe-nav-sub li.nfe-active > a,
 .nfe-overlay-primary .nfe-nav-primary .nfe-nav-sub li.nfe-active > a,
 .nfe-offcanvas-bar.nfe-light.nfe-nav-primary .nfe-nav-sub li.nfe-active > a {
   color: #fff;
 }
 .nfe-light .nfe-navbar-nav > li > a,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-navbar-nav > li > a,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-navbar-nav > li > a,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-navbar-nav > li > a,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-navbar-nav > li > a,
 .nfe-card-primary.nfe-card-body .nfe-navbar-nav > li > a,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-navbar-nav > li > a,
 .nfe-card-secondary.nfe-card-body .nfe-navbar-nav > li > a,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-navbar-nav > li > a,
 .nfe-overlay-primary .nfe-navbar-nav > li > a,
 .nfe-offcanvas-bar.nfe-light.nfe-navbar-nav > li > a {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-navbar-nav > li:hover > a,
 .nfe-light .nfe-navbar-nav > li > a:focus,
 .nfe-light .nfe-navbar-nav > li > a.nfe-open,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-navbar-nav > li:hover > a,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-navbar-nav > li > a:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-navbar-nav > li > a.nfe-open,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-navbar-nav > li:hover > a,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-navbar-nav > li > a:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-navbar-nav > li > a.nfe-open,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-navbar-nav > li:hover > a,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-navbar-nav > li > a:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-navbar-nav > li > a.nfe-open,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-navbar-nav > li:hover > a,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-navbar-nav > li > a:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-navbar-nav > li > a.nfe-open,
 .nfe-card-primary.nfe-card-body .nfe-navbar-nav > li:hover > a,
 .nfe-card-primary.nfe-card-body .nfe-navbar-nav > li > a:focus,
 .nfe-card-primary.nfe-card-body .nfe-navbar-nav > li > a.nfe-open,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-navbar-nav > li:hover > a,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-navbar-nav > li > a:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-navbar-nav > li > a.nfe-open,
 .nfe-card-secondary.nfe-card-body .nfe-navbar-nav > li:hover > a,
 .nfe-card-secondary.nfe-card-body .nfe-navbar-nav > li > a:focus,
 .nfe-card-secondary.nfe-card-body .nfe-navbar-nav > li > a.nfe-open,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-navbar-nav > li:hover > a,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-navbar-nav > li > a:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-navbar-nav > li > a.nfe-open,
 .nfe-overlay-primary .nfe-navbar-nav > li:hover > a,
 .nfe-overlay-primary .nfe-navbar-nav > li > a:focus,
 .nfe-overlay-primary .nfe-navbar-nav > li > a.nfe-open,
 .nfe-offcanvas-bar.nfe-light.nfe-navbar-nav > li:hover > a,
 .nfe-offcanvas-bar.nfe-light.nfe-navbar-nav > li > a:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-navbar-nav > li > a.nfe-open {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-navbar-nav > li > a:active,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-navbar-nav > li > a:active,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-navbar-nav > li > a:active,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-navbar-nav > li > a:active,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-navbar-nav > li > a:active,
 .nfe-card-primary.nfe-card-body .nfe-navbar-nav > li > a:active,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-navbar-nav > li > a:active,
 .nfe-card-secondary.nfe-card-body .nfe-navbar-nav > li > a:active,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-navbar-nav > li > a:active,
 .nfe-overlay-primary .nfe-navbar-nav > li > a:active,
 .nfe-offcanvas-bar.nfe-light.nfe-navbar-nav > li > a:active {
   color: #fff;
 }
 .nfe-light .nfe-navbar-nav > li.nfe-active > a,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-navbar-nav > li.nfe-active > a,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-navbar-nav > li.nfe-active > a,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-navbar-nav > li.nfe-active > a,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-navbar-nav > li.nfe-active > a,
 .nfe-card-primary.nfe-card-body .nfe-navbar-nav > li.nfe-active > a,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-navbar-nav > li.nfe-active > a,
 .nfe-card-secondary.nfe-card-body .nfe-navbar-nav > li.nfe-active > a,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-navbar-nav > li.nfe-active > a,
 .nfe-overlay-primary .nfe-navbar-nav > li.nfe-active > a,
 .nfe-offcanvas-bar.nfe-light.nfe-navbar-nav > li.nfe-active > a {
   color: #fff;
 }
 .nfe-light .nfe-navbar-item,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-navbar-item,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-navbar-item,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-navbar-item,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-navbar-item,
 .nfe-card-primary.nfe-card-body .nfe-navbar-item,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-navbar-item,
 .nfe-card-secondary.nfe-card-body .nfe-navbar-item,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-navbar-item,
 .nfe-overlay-primary .nfe-navbar-item,
 .nfe-offcanvas-bar.nfe-light.nfe-navbar-item {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-navbar-toggle,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-navbar-toggle,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-navbar-toggle,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-navbar-toggle,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-navbar-toggle,
 .nfe-card-primary.nfe-card-body .nfe-navbar-toggle,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-navbar-toggle,
 .nfe-card-secondary.nfe-card-body .nfe-navbar-toggle,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-navbar-toggle,
 .nfe-overlay-primary .nfe-navbar-toggle,
 .nfe-offcanvas-bar.nfe-light.nfe-navbar-toggle {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-navbar-toggle:hover,
 .nfe-light .nfe-navbar-toggle:focus,
 .nfe-light .nfe-navbar-toggle.nfe-open,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-navbar-toggle:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-navbar-toggle:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-navbar-toggle.nfe-open,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-navbar-toggle:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-navbar-toggle:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-navbar-toggle.nfe-open,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-navbar-toggle:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-navbar-toggle:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-navbar-toggle.nfe-open,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-navbar-toggle:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-navbar-toggle:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-navbar-toggle.nfe-open,
 .nfe-card-primary.nfe-card-body .nfe-navbar-toggle:hover,
 .nfe-card-primary.nfe-card-body .nfe-navbar-toggle:focus,
 .nfe-card-primary.nfe-card-body .nfe-navbar-toggle.nfe-open,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-navbar-toggle:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-navbar-toggle:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-navbar-toggle.nfe-open,
 .nfe-card-secondary.nfe-card-body .nfe-navbar-toggle:hover,
 .nfe-card-secondary.nfe-card-body .nfe-navbar-toggle:focus,
 .nfe-card-secondary.nfe-card-body .nfe-navbar-toggle.nfe-open,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-navbar-toggle:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-navbar-toggle:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-navbar-toggle.nfe-open,
 .nfe-overlay-primary .nfe-navbar-toggle:hover,
 .nfe-overlay-primary .nfe-navbar-toggle:focus,
 .nfe-overlay-primary .nfe-navbar-toggle.nfe-open,
 .nfe-offcanvas-bar.nfe-light.nfe-navbar-toggle:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-navbar-toggle:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-navbar-toggle.nfe-open {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-subnav > * > :first-child,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-subnav > * > :first-child,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-subnav > * > :first-child,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-subnav > * > :first-child,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-subnav > * > :first-child,
 .nfe-card-primary.nfe-card-body .nfe-subnav > * > :first-child,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-subnav > * > :first-child,
 .nfe-card-secondary.nfe-card-body .nfe-subnav > * > :first-child,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-subnav > * > :first-child,
 .nfe-overlay-primary .nfe-subnav > * > :first-child,
 .nfe-offcanvas-bar.nfe-light.nfe-subnav > * > :first-child {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-subnav > * > a:hover,
 .nfe-light .nfe-subnav > * > a:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-subnav > * > a:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-subnav > * > a:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-subnav > * > a:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-subnav > * > a:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-subnav > * > a:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-subnav > * > a:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-subnav > * > a:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-subnav > * > a:focus,
 .nfe-card-primary.nfe-card-body .nfe-subnav > * > a:hover,
 .nfe-card-primary.nfe-card-body .nfe-subnav > * > a:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-subnav > * > a:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-subnav > * > a:focus,
 .nfe-card-secondary.nfe-card-body .nfe-subnav > * > a:hover,
 .nfe-card-secondary.nfe-card-body .nfe-subnav > * > a:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-subnav > * > a:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-subnav > * > a:focus,
 .nfe-overlay-primary .nfe-subnav > * > a:hover,
 .nfe-overlay-primary .nfe-subnav > * > a:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-subnav > * > a:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-subnav > * > a:focus {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-subnav > .nfe-active > a,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-subnav > .nfe-active > a,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-subnav > .nfe-active > a,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-subnav > .nfe-active > a,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-subnav > .nfe-active > a,
 .nfe-card-primary.nfe-card-body .nfe-subnav > .nfe-active > a,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-subnav > .nfe-active > a,
 .nfe-card-secondary.nfe-card-body .nfe-subnav > .nfe-active > a,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-subnav > .nfe-active > a,
 .nfe-overlay-primary .nfe-subnav > .nfe-active > a,
 .nfe-offcanvas-bar.nfe-light.nfe-subnav > .nfe-active > a {
   color: #fff;
 }
 .nfe-light .nfe-subnav-divider > :nth-child(n+2):not(.nfe-first-column)::before,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-subnav-divider > :nth-child(n+2):not(.nfe-first-column)::before,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-subnav-divider > :nth-child(n+2):not(.nfe-first-column)::before,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-subnav-divider > :nth-child(n+2):not(.nfe-first-column)::before,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-subnav-divider > :nth-child(n+2):not(.nfe-first-column)::before,
 .nfe-card-primary.nfe-card-body .nfe-subnav-divider > :nth-child(n+2):not(.nfe-first-column)::before,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-subnav-divider > :nth-child(n+2):not(.nfe-first-column)::before,
 .nfe-card-secondary.nfe-card-body .nfe-subnav-divider > :nth-child(n+2):not(.nfe-first-column)::before,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-subnav-divider > :nth-child(n+2):not(.nfe-first-column)::before,
 .nfe-overlay-primary .nfe-subnav-divider > :nth-child(n+2):not(.nfe-first-column)::before,
 .nfe-offcanvas-bar.nfe-light.nfe-subnav-divider > :nth-child(n+2):not(.nfe-first-column)::before {
   border-left-color: rgba(255, 255, 255, 0.2);
 }
 .nfe-light .nfe-subnav-pill > * > :first-child,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-subnav-pill > * > :first-child,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-subnav-pill > * > :first-child,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-subnav-pill > * > :first-child,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-subnav-pill > * > :first-child,
 .nfe-card-primary.nfe-card-body .nfe-subnav-pill > * > :first-child,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-subnav-pill > * > :first-child,
 .nfe-card-secondary.nfe-card-body .nfe-subnav-pill > * > :first-child,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-subnav-pill > * > :first-child,
 .nfe-overlay-primary .nfe-subnav-pill > * > :first-child,
 .nfe-offcanvas-bar.nfe-light.nfe-subnav-pill > * > :first-child {
   background-color: transparent;
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-subnav-pill > * > a:hover,
 .nfe-light .nfe-subnav-pill > * > a:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-subnav-pill > * > a:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-subnav-pill > * > a:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-subnav-pill > * > a:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-subnav-pill > * > a:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-subnav-pill > * > a:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-subnav-pill > * > a:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-subnav-pill > * > a:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-subnav-pill > * > a:focus,
 .nfe-card-primary.nfe-card-body .nfe-subnav-pill > * > a:hover,
 .nfe-card-primary.nfe-card-body .nfe-subnav-pill > * > a:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-subnav-pill > * > a:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-subnav-pill > * > a:focus,
 .nfe-card-secondary.nfe-card-body .nfe-subnav-pill > * > a:hover,
 .nfe-card-secondary.nfe-card-body .nfe-subnav-pill > * > a:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-subnav-pill > * > a:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-subnav-pill > * > a:focus,
 .nfe-overlay-primary .nfe-subnav-pill > * > a:hover,
 .nfe-overlay-primary .nfe-subnav-pill > * > a:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-subnav-pill > * > a:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-subnav-pill > * > a:focus {
   background-color: rgba(255, 255, 255, 0.1);
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-subnav-pill > * > a:active,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-subnav-pill > * > a:active,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-subnav-pill > * > a:active,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-subnav-pill > * > a:active,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-subnav-pill > * > a:active,
 .nfe-card-primary.nfe-card-body .nfe-subnav-pill > * > a:active,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-subnav-pill > * > a:active,
 .nfe-card-secondary.nfe-card-body .nfe-subnav-pill > * > a:active,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-subnav-pill > * > a:active,
 .nfe-overlay-primary .nfe-subnav-pill > * > a:active,
 .nfe-offcanvas-bar.nfe-light.nfe-subnav-pill > * > a:active {
   background-color: rgba(255, 255, 255, 0.1);
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-subnav-pill > .nfe-active > a,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-subnav-pill > .nfe-active > a,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-subnav-pill > .nfe-active > a,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-subnav-pill > .nfe-active > a,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-subnav-pill > .nfe-active > a,
 .nfe-card-primary.nfe-card-body .nfe-subnav-pill > .nfe-active > a,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-subnav-pill > .nfe-active > a,
 .nfe-card-secondary.nfe-card-body .nfe-subnav-pill > .nfe-active > a,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-subnav-pill > .nfe-active > a,
 .nfe-overlay-primary .nfe-subnav-pill > .nfe-active > a,
 .nfe-offcanvas-bar.nfe-light.nfe-subnav-pill > .nfe-active > a {
   background-color: #fff;
   color: #666;
 }
 .nfe-light .nfe-subnav > .nfe-disabled > a,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-subnav > .nfe-disabled > a,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-subnav > .nfe-disabled > a,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-subnav > .nfe-disabled > a,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-subnav > .nfe-disabled > a,
 .nfe-card-primary.nfe-card-body .nfe-subnav > .nfe-disabled > a,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-subnav > .nfe-disabled > a,
 .nfe-card-secondary.nfe-card-body .nfe-subnav > .nfe-disabled > a,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-subnav > .nfe-disabled > a,
 .nfe-overlay-primary .nfe-subnav > .nfe-disabled > a,
 .nfe-offcanvas-bar.nfe-light.nfe-subnav > .nfe-disabled > a {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-breadcrumb > * > *,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-breadcrumb > * > *,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-breadcrumb > * > *,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-breadcrumb > * > *,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-breadcrumb > * > *,
 .nfe-card-primary.nfe-card-body .nfe-breadcrumb > * > *,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-breadcrumb > * > *,
 .nfe-card-secondary.nfe-card-body .nfe-breadcrumb > * > *,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-breadcrumb > * > *,
 .nfe-overlay-primary .nfe-breadcrumb > * > *,
 .nfe-offcanvas-bar.nfe-light.nfe-breadcrumb > * > * {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-breadcrumb > * > :hover,
 .nfe-light .nfe-breadcrumb > * > :focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-breadcrumb > * > :hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-breadcrumb > * > :focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-breadcrumb > * > :hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-breadcrumb > * > :focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-breadcrumb > * > :hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-breadcrumb > * > :focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-breadcrumb > * > :hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-breadcrumb > * > :focus,
 .nfe-card-primary.nfe-card-body .nfe-breadcrumb > * > :hover,
 .nfe-card-primary.nfe-card-body .nfe-breadcrumb > * > :focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-breadcrumb > * > :hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-breadcrumb > * > :focus,
 .nfe-card-secondary.nfe-card-body .nfe-breadcrumb > * > :hover,
 .nfe-card-secondary.nfe-card-body .nfe-breadcrumb > * > :focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-breadcrumb > * > :hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-breadcrumb > * > :focus,
 .nfe-overlay-primary .nfe-breadcrumb > * > :hover,
 .nfe-overlay-primary .nfe-breadcrumb > * > :focus,
 .nfe-offcanvas-bar.nfe-light.nfe-breadcrumb > * > :hover,
 .nfe-offcanvas-bar.nfe-light.nfe-breadcrumb > * > :focus {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-breadcrumb > :last-child > *,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-breadcrumb > :last-child > *,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-breadcrumb > :last-child > *,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-breadcrumb > :last-child > *,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-breadcrumb > :last-child > *,
 .nfe-card-primary.nfe-card-body .nfe-breadcrumb > :last-child > *,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-breadcrumb > :last-child > *,
 .nfe-card-secondary.nfe-card-body .nfe-breadcrumb > :last-child > *,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-breadcrumb > :last-child > *,
 .nfe-overlay-primary .nfe-breadcrumb > :last-child > *,
 .nfe-offcanvas-bar.nfe-light.nfe-breadcrumb > :last-child > * {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-breadcrumb > :nth-child(n+2):not(.nfe-first-column)::before,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-breadcrumb > :nth-child(n+2):not(.nfe-first-column)::before,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-breadcrumb > :nth-child(n+2):not(.nfe-first-column)::before,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-breadcrumb > :nth-child(n+2):not(.nfe-first-column)::before,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-breadcrumb > :nth-child(n+2):not(.nfe-first-column)::before,
 .nfe-card-primary.nfe-card-body .nfe-breadcrumb > :nth-child(n+2):not(.nfe-first-column)::before,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-breadcrumb > :nth-child(n+2):not(.nfe-first-column)::before,
 .nfe-card-secondary.nfe-card-body .nfe-breadcrumb > :nth-child(n+2):not(.nfe-first-column)::before,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-breadcrumb > :nth-child(n+2):not(.nfe-first-column)::before,
 .nfe-overlay-primary .nfe-breadcrumb > :nth-child(n+2):not(.nfe-first-column)::before,
 .nfe-offcanvas-bar.nfe-light.nfe-breadcrumb > :nth-child(n+2):not(.nfe-first-column)::before {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-pagination > * > *,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-pagination > * > *,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-pagination > * > *,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-pagination > * > *,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-pagination > * > *,
 .nfe-card-primary.nfe-card-body .nfe-pagination > * > *,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-pagination > * > *,
 .nfe-card-secondary.nfe-card-body .nfe-pagination > * > *,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-pagination > * > *,
 .nfe-overlay-primary .nfe-pagination > * > *,
 .nfe-offcanvas-bar.nfe-light.nfe-pagination > * > * {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-pagination > * > :hover,
 .nfe-light .nfe-pagination > * > :focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-pagination > * > :hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-pagination > * > :focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-pagination > * > :hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-pagination > * > :focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-pagination > * > :hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-pagination > * > :focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-pagination > * > :hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-pagination > * > :focus,
 .nfe-card-primary.nfe-card-body .nfe-pagination > * > :hover,
 .nfe-card-primary.nfe-card-body .nfe-pagination > * > :focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-pagination > * > :hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-pagination > * > :focus,
 .nfe-card-secondary.nfe-card-body .nfe-pagination > * > :hover,
 .nfe-card-secondary.nfe-card-body .nfe-pagination > * > :focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-pagination > * > :hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-pagination > * > :focus,
 .nfe-overlay-primary .nfe-pagination > * > :hover,
 .nfe-overlay-primary .nfe-pagination > * > :focus,
 .nfe-offcanvas-bar.nfe-light.nfe-pagination > * > :hover,
 .nfe-offcanvas-bar.nfe-light.nfe-pagination > * > :focus {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-pagination > .nfe-active > *,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-pagination > .nfe-active > *,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-pagination > .nfe-active > *,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-pagination > .nfe-active > *,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-pagination > .nfe-active > *,
 .nfe-card-primary.nfe-card-body .nfe-pagination > .nfe-active > *,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-pagination > .nfe-active > *,
 .nfe-card-secondary.nfe-card-body .nfe-pagination > .nfe-active > *,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-pagination > .nfe-active > *,
 .nfe-overlay-primary .nfe-pagination > .nfe-active > *,
 .nfe-offcanvas-bar.nfe-light.nfe-pagination > .nfe-active > * {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-pagination > .nfe-disabled > *,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-pagination > .nfe-disabled > *,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-pagination > .nfe-disabled > *,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-pagination > .nfe-disabled > *,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-pagination > .nfe-disabled > *,
 .nfe-card-primary.nfe-card-body .nfe-pagination > .nfe-disabled > *,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-pagination > .nfe-disabled > *,
 .nfe-card-secondary.nfe-card-body .nfe-pagination > .nfe-disabled > *,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-pagination > .nfe-disabled > *,
 .nfe-overlay-primary .nfe-pagination > .nfe-disabled > *,
 .nfe-offcanvas-bar.nfe-light.nfe-pagination > .nfe-disabled > * {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-tab::before,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-tab::before,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-tab::before,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-tab::before,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-tab::before,
 .nfe-card-primary.nfe-card-body .nfe-tab::before,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-tab::before,
 .nfe-card-secondary.nfe-card-body .nfe-tab::before,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-tab::before,
 .nfe-overlay-primary .nfe-tab::before,
 .nfe-offcanvas-bar.nfe-light.nfe-tab::before {
   border-color: rgba(255, 255, 255, 0.2);
 }
 .nfe-light .nfe-tab > * > a,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-tab > * > a,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-tab > * > a,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-tab > * > a,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-tab > * > a,
 .nfe-card-primary.nfe-card-body .nfe-tab > * > a,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-tab > * > a,
 .nfe-card-secondary.nfe-card-body .nfe-tab > * > a,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-tab > * > a,
 .nfe-overlay-primary .nfe-tab > * > a,
 .nfe-offcanvas-bar.nfe-light.nfe-tab > * > a {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-tab > * > a:hover,
 .nfe-light .nfe-tab > * > a:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-tab > * > a:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-tab > * > a:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-tab > * > a:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-tab > * > a:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-tab > * > a:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-tab > * > a:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-tab > * > a:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-tab > * > a:focus,
 .nfe-card-primary.nfe-card-body .nfe-tab > * > a:hover,
 .nfe-card-primary.nfe-card-body .nfe-tab > * > a:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-tab > * > a:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-tab > * > a:focus,
 .nfe-card-secondary.nfe-card-body .nfe-tab > * > a:hover,
 .nfe-card-secondary.nfe-card-body .nfe-tab > * > a:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-tab > * > a:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-tab > * > a:focus,
 .nfe-overlay-primary .nfe-tab > * > a:hover,
 .nfe-overlay-primary .nfe-tab > * > a:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-tab > * > a:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-tab > * > a:focus {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-tab > .nfe-active > a,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-tab > .nfe-active > a,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-tab > .nfe-active > a,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-tab > .nfe-active > a,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-tab > .nfe-active > a,
 .nfe-card-primary.nfe-card-body .nfe-tab > .nfe-active > a,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-tab > .nfe-active > a,
 .nfe-card-secondary.nfe-card-body .nfe-tab > .nfe-active > a,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-tab > .nfe-active > a,
 .nfe-overlay-primary .nfe-tab > .nfe-active > a,
 .nfe-offcanvas-bar.nfe-light.nfe-tab > .nfe-active > a {
   color: #fff;
   border-color: #fff;
 }
 .nfe-light .nfe-tab > .nfe-disabled > a,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-tab > .nfe-disabled > a,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-tab > .nfe-disabled > a,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-tab > .nfe-disabled > a,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-tab > .nfe-disabled > a,
 .nfe-card-primary.nfe-card-body .nfe-tab > .nfe-disabled > a,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-tab > .nfe-disabled > a,
 .nfe-card-secondary.nfe-card-body .nfe-tab > .nfe-disabled > a,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-tab > .nfe-disabled > a,
 .nfe-overlay-primary .nfe-tab > .nfe-disabled > a,
 .nfe-offcanvas-bar.nfe-light.nfe-tab > .nfe-disabled > a {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-slidenav,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-slidenav,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-slidenav,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-slidenav,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-slidenav,
 .nfe-card-primary.nfe-card-body .nfe-slidenav,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-slidenav,
 .nfe-card-secondary.nfe-card-body .nfe-slidenav,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-slidenav,
 .nfe-overlay-primary .nfe-slidenav,
 .nfe-offcanvas-bar.nfe-light.nfe-slidenav {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-slidenav:hover,
 .nfe-light .nfe-slidenav:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-slidenav:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-slidenav:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-slidenav:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-slidenav:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-slidenav:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-slidenav:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-slidenav:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-slidenav:focus,
 .nfe-card-primary.nfe-card-body .nfe-slidenav:hover,
 .nfe-card-primary.nfe-card-body .nfe-slidenav:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-slidenav:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-slidenav:focus,
 .nfe-card-secondary.nfe-card-body .nfe-slidenav:hover,
 .nfe-card-secondary.nfe-card-body .nfe-slidenav:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-slidenav:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-slidenav:focus,
 .nfe-overlay-primary .nfe-slidenav:hover,
 .nfe-overlay-primary .nfe-slidenav:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-slidenav:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-slidenav:focus {
   color: rgba(255, 255, 255, 0.95);
 }
 .nfe-light .nfe-slidenav:active,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-slidenav:active,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-slidenav:active,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-slidenav:active,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-slidenav:active,
 .nfe-card-primary.nfe-card-body .nfe-slidenav:active,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-slidenav:active,
 .nfe-card-secondary.nfe-card-body .nfe-slidenav:active,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-slidenav:active,
 .nfe-overlay-primary .nfe-slidenav:active,
 .nfe-offcanvas-bar.nfe-light.nfe-slidenav:active {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-dotnav > * > *,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-dotnav > * > *,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-dotnav > * > *,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-dotnav > * > *,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-dotnav > * > *,
 .nfe-card-primary.nfe-card-body .nfe-dotnav > * > *,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-dotnav > * > *,
 .nfe-card-secondary.nfe-card-body .nfe-dotnav > * > *,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-dotnav > * > *,
 .nfe-overlay-primary .nfe-dotnav > * > *,
 .nfe-offcanvas-bar.nfe-light.nfe-dotnav > * > * {
   background-color: transparent;
   border-color: rgba(255, 255, 255, 0.9);
 }
 .nfe-light .nfe-dotnav > * > :hover,
 .nfe-light .nfe-dotnav > * > :focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-dotnav > * > :hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-dotnav > * > :focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-dotnav > * > :hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-dotnav > * > :focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-dotnav > * > :hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-dotnav > * > :focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-dotnav > * > :hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-dotnav > * > :focus,
 .nfe-card-primary.nfe-card-body .nfe-dotnav > * > :hover,
 .nfe-card-primary.nfe-card-body .nfe-dotnav > * > :focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-dotnav > * > :hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-dotnav > * > :focus,
 .nfe-card-secondary.nfe-card-body .nfe-dotnav > * > :hover,
 .nfe-card-secondary.nfe-card-body .nfe-dotnav > * > :focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-dotnav > * > :hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-dotnav > * > :focus,
 .nfe-overlay-primary .nfe-dotnav > * > :hover,
 .nfe-overlay-primary .nfe-dotnav > * > :focus,
 .nfe-offcanvas-bar.nfe-light.nfe-dotnav > * > :hover,
 .nfe-offcanvas-bar.nfe-light.nfe-dotnav > * > :focus {
   background-color: rgba(255, 255, 255, 0.9);
   border-color: transparent;
 }
 .nfe-light .nfe-dotnav > * > :active,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-dotnav > * > :active,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-dotnav > * > :active,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-dotnav > * > :active,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-dotnav > * > :active,
 .nfe-card-primary.nfe-card-body .nfe-dotnav > * > :active,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-dotnav > * > :active,
 .nfe-card-secondary.nfe-card-body .nfe-dotnav > * > :active,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-dotnav > * > :active,
 .nfe-overlay-primary .nfe-dotnav > * > :active,
 .nfe-offcanvas-bar.nfe-light.nfe-dotnav > * > :active {
   background-color: rgba(255, 255, 255, 0.5);
   border-color: transparent;
 }
 .nfe-light .nfe-dotnav > .nfe-active > *,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-dotnav > .nfe-active > *,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-dotnav > .nfe-active > *,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-dotnav > .nfe-active > *,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-dotnav > .nfe-active > *,
 .nfe-card-primary.nfe-card-body .nfe-dotnav > .nfe-active > *,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-dotnav > .nfe-active > *,
 .nfe-card-secondary.nfe-card-body .nfe-dotnav > .nfe-active > *,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-dotnav > .nfe-active > *,
 .nfe-overlay-primary .nfe-dotnav > .nfe-active > *,
 .nfe-offcanvas-bar.nfe-light.nfe-dotnav > .nfe-active > * {
   background-color: rgba(255, 255, 255, 0.9);
   border-color: transparent;
 }
 .nfe-light .nfe-accordion-title,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-accordion-title,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-accordion-title,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-accordion-title,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-accordion-title,
 .nfe-card-primary.nfe-card-body .nfe-accordion-title,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-accordion-title,
 .nfe-card-secondary.nfe-card-body .nfe-accordion-title,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-accordion-title,
 .nfe-overlay-primary .nfe-accordion-title,
 .nfe-offcanvas-bar.nfe-light.nfe-accordion-title {
   color: #fff;
 }
 .nfe-light .nfe-accordion-title:hover,
 .nfe-light .nfe-accordion-title:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-accordion-title:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-accordion-title:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-accordion-title:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-accordion-title:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-accordion-title:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-accordion-title:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-accordion-title:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-accordion-title:focus,
 .nfe-card-primary.nfe-card-body .nfe-accordion-title:hover,
 .nfe-card-primary.nfe-card-body .nfe-accordion-title:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-accordion-title:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-accordion-title:focus,
 .nfe-card-secondary.nfe-card-body .nfe-accordion-title:hover,
 .nfe-card-secondary.nfe-card-body .nfe-accordion-title:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-accordion-title:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-accordion-title:focus,
 .nfe-overlay-primary .nfe-accordion-title:hover,
 .nfe-overlay-primary .nfe-accordion-title:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-accordion-title:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-accordion-title:focus {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-iconnav > * > a,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-iconnav > * > a,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-iconnav > * > a,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-iconnav > * > a,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-iconnav > * > a,
 .nfe-card-primary.nfe-card-body .nfe-iconnav > * > a,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-iconnav > * > a,
 .nfe-card-secondary.nfe-card-body .nfe-iconnav > * > a,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-iconnav > * > a,
 .nfe-overlay-primary .nfe-iconnav > * > a,
 .nfe-offcanvas-bar.nfe-light.nfe-iconnav > * > a {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-iconnav > * > a:hover,
 .nfe-light .nfe-iconnav > * > a:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-iconnav > * > a:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-iconnav > * > a:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-iconnav > * > a:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-iconnav > * > a:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-iconnav > * > a:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-iconnav > * > a:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-iconnav > * > a:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-iconnav > * > a:focus,
 .nfe-card-primary.nfe-card-body .nfe-iconnav > * > a:hover,
 .nfe-card-primary.nfe-card-body .nfe-iconnav > * > a:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-iconnav > * > a:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-iconnav > * > a:focus,
 .nfe-card-secondary.nfe-card-body .nfe-iconnav > * > a:hover,
 .nfe-card-secondary.nfe-card-body .nfe-iconnav > * > a:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-iconnav > * > a:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-iconnav > * > a:focus,
 .nfe-overlay-primary .nfe-iconnav > * > a:hover,
 .nfe-overlay-primary .nfe-iconnav > * > a:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-iconnav > * > a:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-iconnav > * > a:focus {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-iconnav > .nfe-active > a,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-iconnav > .nfe-active > a,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-iconnav > .nfe-active > a,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-iconnav > .nfe-active > a,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-iconnav > .nfe-active > a,
 .nfe-card-primary.nfe-card-body .nfe-iconnav > .nfe-active > a,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-iconnav > .nfe-active > a,
 .nfe-card-secondary.nfe-card-body .nfe-iconnav > .nfe-active > a,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-iconnav > .nfe-active > a,
 .nfe-overlay-primary .nfe-iconnav > .nfe-active > a,
 .nfe-offcanvas-bar.nfe-light.nfe-iconnav > .nfe-active > a {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-text-lead,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-text-lead,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-text-lead,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-text-lead,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-text-lead,
 .nfe-card-primary.nfe-card-body .nfe-text-lead,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-text-lead,
 .nfe-card-secondary.nfe-card-body .nfe-text-lead,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-text-lead,
 .nfe-overlay-primary .nfe-text-lead,
 .nfe-offcanvas-bar.nfe-light.nfe-text-lead {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-text-meta,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-text-meta,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-text-meta,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-text-meta,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-text-meta,
 .nfe-card-primary.nfe-card-body .nfe-text-meta,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-text-meta,
 .nfe-card-secondary.nfe-card-body .nfe-text-meta,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-text-meta,
 .nfe-overlay-primary .nfe-text-meta,
 .nfe-offcanvas-bar.nfe-light.nfe-text-meta {
   color: rgba(255, 255, 255, 0.5);
 }
 .nfe-light .nfe-text-muted,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-text-muted,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-text-muted,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-text-muted,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-text-muted,
 .nfe-card-primary.nfe-card-body .nfe-text-muted,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-text-muted,
 .nfe-card-secondary.nfe-card-body .nfe-text-muted,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-text-muted,
 .nfe-overlay-primary .nfe-text-muted,
 .nfe-offcanvas-bar.nfe-light.nfe-text-muted {
   color: rgba(255, 255, 255, 0.5) !important;
 }
 .nfe-light .nfe-text-emphasis,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-text-emphasis,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-text-emphasis,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-text-emphasis,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-text-emphasis,
 .nfe-card-primary.nfe-card-body .nfe-text-emphasis,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-text-emphasis,
 .nfe-card-secondary.nfe-card-body .nfe-text-emphasis,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-text-emphasis,
 .nfe-overlay-primary .nfe-text-emphasis,
 .nfe-offcanvas-bar.nfe-light.nfe-text-emphasis {
   color: #fff !important;
 }
 .nfe-light .nfe-text-primary,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-text-primary,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-text-primary,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-text-primary,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-text-primary,
 .nfe-card-primary.nfe-card-body .nfe-text-primary,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-text-primary,
 .nfe-card-secondary.nfe-card-body .nfe-text-primary,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-text-primary,
 .nfe-overlay-primary .nfe-text-primary,
 .nfe-offcanvas-bar.nfe-light.nfe-text-primary {
   color: #fff !important;
 }
 .nfe-light .nfe-text-secondary,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-text-secondary,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-text-secondary,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-text-secondary,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-text-secondary,
 .nfe-card-primary.nfe-card-body .nfe-text-secondary,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-text-secondary,
 .nfe-card-secondary.nfe-card-body .nfe-text-secondary,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-text-secondary,
 .nfe-overlay-primary .nfe-text-secondary,
 .nfe-offcanvas-bar.nfe-light.nfe-text-secondary {
   color: #fff !important;
 }
 .nfe-light .nfe-column-divider,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-column-divider,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-column-divider,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-column-divider,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-column-divider,
 .nfe-card-primary.nfe-card-body .nfe-column-divider,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-column-divider,
 .nfe-card-secondary.nfe-card-body .nfe-column-divider,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-column-divider,
 .nfe-overlay-primary .nfe-column-divider,
 .nfe-offcanvas-bar.nfe-light.nfe-column-divider {
   column-rule-color: rgba(255, 255, 255, 0.2);
 }
 .nfe-light .nfe-logo,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-logo,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-logo,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-logo,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-logo,
 .nfe-card-primary.nfe-card-body .nfe-logo,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-logo,
 .nfe-card-secondary.nfe-card-body .nfe-logo,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-logo,
 .nfe-overlay-primary .nfe-logo,
 .nfe-offcanvas-bar.nfe-light.nfe-logo {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-logo:hover,
 .nfe-light .nfe-logo:focus,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-logo:hover,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-logo:focus,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-logo:hover,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-logo:focus,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-logo:hover,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-logo:focus,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-logo:hover,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-logo:focus,
 .nfe-card-primary.nfe-card-body .nfe-logo:hover,
 .nfe-card-primary.nfe-card-body .nfe-logo:focus,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-logo:hover,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-logo:focus,
 .nfe-card-secondary.nfe-card-body .nfe-logo:hover,
 .nfe-card-secondary.nfe-card-body .nfe-logo:focus,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-logo:hover,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-logo:focus,
 .nfe-overlay-primary .nfe-logo:hover,
 .nfe-overlay-primary .nfe-logo:focus,
 .nfe-offcanvas-bar.nfe-light.nfe-logo:hover,
 .nfe-offcanvas-bar.nfe-light.nfe-logo:focus {
   color: rgba(255, 255, 255, 0.7);
 }
 .nfe-light .nfe-logo > :not(.nfe-logo-inverse):not(:only-of-type),
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-logo > :not(.nfe-logo-inverse):not(:only-of-type),
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-logo > :not(.nfe-logo-inverse):not(:only-of-type),
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-logo > :not(.nfe-logo-inverse):not(:only-of-type),
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-logo > :not(.nfe-logo-inverse):not(:only-of-type),
 .nfe-card-primary.nfe-card-body .nfe-logo > :not(.nfe-logo-inverse):not(:only-of-type),
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-logo > :not(.nfe-logo-inverse):not(:only-of-type),
 .nfe-card-secondary.nfe-card-body .nfe-logo > :not(.nfe-logo-inverse):not(:only-of-type),
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-logo > :not(.nfe-logo-inverse):not(:only-of-type),
 .nfe-overlay-primary .nfe-logo > :not(.nfe-logo-inverse):not(:only-of-type),
 .nfe-offcanvas-bar.nfe-light.nfe-logo > :not(.nfe-logo-inverse):not(:only-of-type) {
   display: none;
 }
 .nfe-light .nfe-logo-inverse,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-logo-inverse,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-logo-inverse,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-logo-inverse,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-logo-inverse,
 .nfe-card-primary.nfe-card-body .nfe-logo-inverse,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-logo-inverse,
 .nfe-card-secondary.nfe-card-body .nfe-logo-inverse,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-logo-inverse,
 .nfe-overlay-primary .nfe-logo-inverse,
 .nfe-offcanvas-bar.nfe-light.nfe-logo-inverse {
   display: inline;
 }
 .nfe-light .nfe-accordion-title::before,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-accordion-title::before,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-accordion-title::before,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-accordion-title::before,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-accordion-title::before,
 .nfe-card-primary.nfe-card-body .nfe-accordion-title::before,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-accordion-title::before,
 .nfe-card-secondary.nfe-card-body .nfe-accordion-title::before,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-accordion-title::before,
 .nfe-overlay-primary .nfe-accordion-title::before,
 .nfe-offcanvas-bar.nfe-light.nfe-accordion-title::before {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
 }
 .nfe-light .nfe-open > .nfe-accordion-title::before,
 .nfe-section-primary:not(.nfe-preserve-color) .nfe-open > .nfe-accordion-title::before,
 .nfe-section-secondary:not(.nfe-preserve-color) .nfe-open > .nfe-accordion-title::before,
 .nfe-tile-primary:not(.nfe-preserve-color) .nfe-open > .nfe-accordion-title::before,
 .nfe-tile-secondary:not(.nfe-preserve-color) .nfe-open > .nfe-accordion-title::before,
 .nfe-card-primary.nfe-card-body .nfe-open > .nfe-accordion-title::before,
 .nfe-card-primary > :not([class*='nfe-card-media']) .nfe-open > .nfe-accordion-title::before,
 .nfe-card-secondary.nfe-card-body .nfe-open > .nfe-accordion-title::before,
 .nfe-card-secondary > :not([class*='nfe-card-media']) .nfe-open > .nfe-accordion-title::before,
 .nfe-overlay-primary .nfe-open > .nfe-accordion-title::before,
 .nfe-offcanvas-bar.nfe-light.nfe-open > .nfe-accordion-title::before {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
 }
 /* ========================================================================
    Component: Print
  ========================================================================== */
 @media print {
   *,
   *::before,
   *::after {
     background: transparent !important;
     color: black !important;
     box-shadow: none !important;
     text-shadow: none !important;
   }
   a,
   a:visited {
     text-decoration: underline;
   }
   pre,
   blockquote {
     border: 1px solid #999;
     page-break-inside: avoid;
   }
   thead {
     display: table-header-group;
   }
   tr,
   img {
     page-break-inside: avoid;
   }
   img {
     max-width: 100% !important;
   }
   @page {
     margin: 0.5cm;
   }
   p,
   h2,
   h3 {
     orphans: 3;
     widows: 3;
   }
   h2,
   h3 {
     page-break-after: avoid;
   }
 }
 