/* Document */
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & editor-style.scss
 */
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 20);
            transform: matrix(1, 0, 0, 1, 0, 20);
    opacity: 0; }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1; } }

@keyframes slideUp {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 20);
            transform: matrix(1, 0, 0, 1, 0, 20);
    opacity: 0; }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1; } }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -20);
            transform: matrix(1, 0, 0, 1, 0, -20);
    opacity: 0; }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1; } }

@keyframes slideDown {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -20);
            transform: matrix(1, 0, 0, 1, 0, -20);
    opacity: 0; }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1; } }

/* Table  */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #cccccc; }
  table th {
    font-weight: bold; }
  table thead th,
  table tfoot th {
    font-size: 1em; }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 1px solid #cccccc; }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #eeeeee; }
  table tbody tr:hover > td,
  table tbody tr:hover > th {
    background-color: #e9e9e9; }
  table tbody + tbody {
    border-top: 2px solid #cccccc; }
  @media (max-width: 767px) {
    table table {
      font-size: 0.8em; }
      table table th,
      table table td {
        padding: 7px;
        line-height: 1.3; }
      table table th {
        font-weight: 400; } }

/* Lists */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ul,
ol {
  margin-bottom: 1rem; }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Forms
   ========================================================================== */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 1rem; }

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  outline: 0; }

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: solid 1px #ebebeb;
  padding: 1rem 1.5rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0.8em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    border-color: #333333; }

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
.button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto; }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button,
.button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #13263a;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #13263a;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  button:hover, button:focus,
  .button:hover,
  .button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus {
    color: #ffffff;
    background-color: #13263a;
    text-decoration: none; }
  button:not(:disabled),
  .button:not(:disabled),
  [type="submit"]:not(:disabled),
  [type="button"]:not(:disabled) {
    cursor: pointer; }

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

select {
  display: block; }

.n-site-searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .n-site-searchform input:first-child {
    margin-right: 1rem; }

.post-password-form label input[type="password"] {
  margin-top: 1rem; }

.post-password-form input[type="submit"] {
  vertical-align: bottom; }

/**
 * Select2  
 */
.select2 .selection .select2-selection {
  width: 100%;
  border: solid 1px #ebebeb;
  padding: 1rem 1.5rem;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0.95em;
  height: auto; }
  .select2 .selection .select2-selection__rendered {
    line-height: 1;
    padding-left: 0;
    color: #111; }
    .select2 .selection .select2-selection__rendered .select2-search {
      margin-top: 7px; }
    .select2 .selection .select2-selection__rendered .select2-selection__choice {
      margin-top: 7px;
      background-color: #ebebeb;
      border-color: #13263a; }
  .select2 .selection .select2-selection .select2-selection__arrow {
    width: 33px;
    height: 33px; }

.select2.select2-container.select2-container--default.select2-container--open .select2-selection--multiple {
  border-color: #13263a !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.select2.select2-container.select2-container--default.select2-container--open .select2-selection--single {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.select2.select2-container.select2-container--default.select2-container--open .selection .select2-selection {
  border-color: #13263a !important; }

.select2-container .select2-dropdown {
  border-color: #13263a;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .select2-container .select2-dropdown .select2-search {
    padding: 8px 12px; }
    .select2-container .select2-dropdown .select2-search input {
      border-radius: 0;
      border-color: #13263a;
      padding: 4px 12px; }
  .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    margin-bottom: 0 !important;
    font-size: 14px;
    padding: 6px 12px; }
    .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
      background-color: #13263a;
      color: #fff; }
    .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[data-selected="true"] {
      background-color: #ebebeb;
      color: #13263a; }

.postid-65 .plugins-modules,
.postid-179 .plugins-modules,
.postid-483 .elementor-element-101f685 {
  display: none !important; }

/*@media (min-width: 2160px) {*/
/*    .elementor-section.elementor-section-boxed > .elementor-container {*/
/*        max-width: 1690px;*/
/*    }*/
/*}*/
html {
  line-height: 1.15;
  /* 1 */
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* Sections */
body {
  margin: 0;
  font-family: "Graphik";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111;
  background-color: #fff;
  overflow-x: hidden;
  word-break: break-word; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: inherit; }

h1 {
  font-size: 5.6rem; }

h2 {
  font-size: 4rem; }

h3 {
  font-size: 3.2rem; }

h4 {
  font-size: 2.8rem; }

h5 {
  font-size: 2.2rem; }

h6 {
  font-size: 1.2rem; }

p {
  margin-top: 0;
  margin-bottom: 0.9rem; }

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

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

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  text-decoration: none;
  outline: 0; }
  a:hover, a:active {
    color: #13263a; }
  a:not([href]):not([tabindex]) {
    text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

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

/* Print
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* Basic responsive layout
   ========================================================================== */
.container, .n-container, body:not([class*="elementor-page-"]):not([class*="woocommerce-page"]) .site-main,
body[class*="woocommerce-"]:not([class*="elementor-page-"]) .site-main {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

.n-container--wide {
  padding-left: 5rem;
  padding-right: 5rem; }

@media (max-width: 991px) {
  .container, .n-container, body:not([class*="elementor-page-"]):not([class*="woocommerce-page"]) .site-main,
  .n-container--wide,
  body[class*="woocommerce-"]:not([class*="elementor-page-"]) .site-main {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 1600px) {
  .container, .n-container, body:not([class*="elementor-page-"]):not([class*="woocommerce-page"]) .site-main {
    max-width: 68rem; }
  body[class*="woocommerce-"]:not([class*="elementor-page-"]) .site-main {
    max-width: 114rem; } }

.n-grid {
  display: grid; }
  .n-grid--columns__1 {
    grid-template-columns: repeat(1, 1fr); }
  .n-grid--columns__2 {
    grid-template-columns: repeat(2, 1fr); }
  .n-grid--columns__3 {
    grid-template-columns: repeat(3, 1fr); }
  .n-grid--columns__4 {
    grid-template-columns: repeat(4, 1fr); }
  .n-grid--columns__5 {
    grid-template-columns: repeat(5, 1fr); }
  .n-grid--columns__6 {
    grid-template-columns: repeat(6, 1fr); }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* General - https://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */
.alignright {
  float: right;
  margin-left: 1rem; }

.alignleft {
  float: left;
  margin-right: 1rem; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pagination {
  margin: 20px auto; }

.sticky {
  position: relative;
  display: block; }

.bypostauthor {
  font-size: inherit; }

.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.5rem; }

.wp-caption {
  margin-bottom: 1.25rem;
  max-width: 100%; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.wp-caption-text {
  margin: 0; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #eeeeee;
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #333333;
    display: block;
    font-size: 1rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

iframe {
  max-width: 100%; }

body:not([class*="elementor-page-"]) .entry-title {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 5.7rem; }

body:not([class*="elementor-page-"]):not([class*="woocommerce-page"]) .site-main,
body:not([class*="elementor-page-"]):not([class*="woocommerce-page"]) .main {
  margin-top: 5rem;
  margin-bottom: 5rem; }

/* Header layout
   ========================================================================== */
.n-site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.n-site-header ul {
  margin-bottom: 0; }

.n-site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .n-site-branding a {
    font-size: 3.6rem;
    font-weight: 500; }
    .n-site-branding a + span.tagline {
      margin-left: 30px; }
  .n-site-branding .tagline {
    color: #13263a; }

.custom-logo-link {
  display: block; }

/* Main Menu
   ========================================================================== */
.n-site-navigation {
  grid-area: nav-menu;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .n-site-navigation ul.n-site-navigation__list,
  .n-site-navigation ul.n-site-navigation__list ul {
    list-style-type: none;
    padding: 0; }
  .n-site-navigation .menu-item svg {
    display: inline-block;
    height: 1rem;
    margin-left: 0.5rem;
    width: 1rem; }
  .n-site-navigation ul.n-site-navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .n-site-navigation ul.n-site-navigation__list li {
      position: relative; }
      .n-site-navigation ul.n-site-navigation__list li a {
        display: block;
        padding: 8px 15px; }
      .n-site-navigation ul.n-site-navigation__list li ul {
        background: #fff;
        display: none;
        min-width: 18rem;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 100%;
        border: #eeeeee 1px solid; }
        .n-site-navigation ul.n-site-navigation__list li ul li.menu-item-has-children a {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
        .n-site-navigation ul.n-site-navigation__list li ul li.menu-item-has-children:after {
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
        .n-site-navigation ul.n-site-navigation__list li ul ul {
          position: relative;
          border: 0;
          margin-left: 1rem;
          left: 0;
          top: 0; }
      .n-site-navigation ul.n-site-navigation__list li:hover > ul {
        display: block; }
  .n-site-navigation--mobile {
    display: none;
    position: relative; }
    .n-site-navigation--mobile .sub-arrow {
      position: relative;
      padding: 0;
      padding-right: 10px;
      padding-bottom: 5px;
      font-size: 1.5em; }
      .n-site-navigation--mobile .sub-arrow:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-top: 7px solid #13263a;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent; }
      .n-site-navigation--mobile .sub-arrow:after {
        display: block;
        content: "";
        position: absolute;
        left: 1px;
        top: 0;
        border-top: 6px solid #fff;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent; }
    .n-site-navigation--mobile li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .n-site-navigation--mobile li a:after {
        display: none; }
    .n-site-navigation--mobile > ul {
      background: #fff;
      min-width: 150px;
      position: absolute;
      z-index: 2;
      border: #eeeeee 1px solid;
      top: 100%;
      left: 0;
      padding: 0;
      position: absolute;
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      max-height: 0;
      margin: 0; }
      .n-site-navigation--mobile > ul.active {
        opacity: 1;
        visibility: visible;
        max-height: 100vh; }
    .n-site-navigation--mobile ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      list-style: none;
      border-radius: 0;
      width: 100%; }
      .n-site-navigation--mobile ul li {
        margin-bottom: 0; }
        .n-site-navigation--mobile ul li a {
          padding: 8px 15px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
        .n-site-navigation--mobile ul li ul {
          padding-left: 10px;
          margin: 0;
          display: none; }
  .n-site-navigation__hamburger {
    cursor: pointer; }
    .n-site-navigation__hamburger svg {
      width: 3rem;
      display: block; }

@media (max-width: 991px) {
  .n-site-navigation {
    display: none; }
    .n-site-navigation--mobile {
      display: block; }
      .n-site-navigation--mobile .n-site-navigation__list {
        margin-top: 2rem; }
  .n-site-branding {
    max-width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .n-site-branding a + span.tagline {
      margin-left: 0; } }

.n-site-footer {
  margin: 2rem 0;
  clear: both; }
  .n-site-footer__widgets {
    grid-column-gap: 3rem; }
  .n-site-footer__copyright {
    text-align: center; }

/* Post Item in Archive
   ========================================================================== */
.n-blog-archive__thumbnail {
  margin-bottom: 3rem; }
  .n-blog-archive__thumbnail img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.n-blog-archive__content {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto; }

.n-blog-archive__l-title {
  text-align: center;
  font-size: 7rem;
  margin-bottom: 6rem;
  font-weight: 700;
  color: #000; }

.n-blog-archive__title {
  font-size: 5.7rem;
  margin-bottom: 3rem;
  text-align: center; }

.n-blog-archive__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  margin-bottom: 4rem; }
  .n-blog-archive__meta svg {
    display: block;
    margin-right: 0.5rem; }

.n-blog-archive__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111;
  font-size: 2rem; }
  .n-blog-archive__tags svg {
    fill: #111; }
  .n-blog-archive__tags span:not(:first-of-type) {
    margin-left: 0.5rem; }
  .n-blog-archive__tags:not(:first-child) {
    margin-left: 2rem; }

.n-blog-archive p {
  font-size: 1.7rem;
  line-height: 3.1rem;
  text-align: left; }

.n-blog-archive__post {
  margin-bottom: 6rem; }
  .n-blog-archive__post .wp-post-image {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.n-blog-archive__taxonomies {
  clear: both;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem 0; }
  .n-blog-archive__taxonomies:first-of-type {
    margin-top: 3rem; }
  .n-blog-archive__taxonomies li:first-child {
    font-weight: 600; }
  .n-blog-archive__taxonomies li:not(:first-child) {
    margin-left: 0.5rem; }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Comments
   ========================================================================== */
#comments {
  clear: both;
  margin: 3rem 0; }
  #comments .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.9em; }
  #comments .comment,
  #comments .pingback {
    position: relative; }
    #comments .comment .comment-body,
    #comments .pingback .comment-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 30px 0 30px 60px; }
    #comments .comment .avatar,
    #comments .pingback .avatar {
      position: absolute;
      left: 0;
      border-radius: 50%;
      margin-right: 10px; }
  #comments .comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.9rem; }
  #comments .reply,
  #comments .comment-metadata {
    font-size: 11px;
    line-height: 1; }
  #comments .children {
    position: relative;
    list-style: none;
    margin: 0;
    padding-left: 30px; }
    #comments .children li:last-child {
      padding-bottom: 0; }
  #comments .comment-form-comment label {
    margin: 1rem 0; }
  @media (min-width: 768px) {
    #comments .comment-author,
    #comments .comment-metadata {
      line-height: 1; } }
  @media (max-width: 767px) {
    #comments .comment .comment-body {
      padding: 30px 0; }
    #comments .children {
      padding-left: 20px; }
    #comments .comment .avatar {
      position: inherit;
      float: left; } }
  #comments .comment-respond {
    margin-top: 3rem; }
  #comments .comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2rem 0; }
    #comments .comment-form-cookies-consent label {
      margin-bottom: 0;
      margin-left: 1rem; }
  #comments input:not([type="checkbox"]),
  #comments textarea {
    margin-bottom: 1rem; }

.no-comments {
  margin: 2rem 0; }

/*==========================
=        Pagination        =
==========================*/
.n-site-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0; }
  .n-site-pagination__numbers {
    margin: 0 2rem;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .n-site-pagination__numbers li {
      font-size: 1.4rem;
      text-align: center;
      color: #13263a;
      display: inline-block; }
      .n-site-pagination__numbers li:not(:first-child) {
        margin-left: 2.8rem; }
      .n-site-pagination__numbers li a:hover {
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #13263a; }
      .n-site-pagination__numbers li.active a {
        color: #13263a; }
  .n-site-pagination__arrow a {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .n-site-pagination__arrow a svg {
      stroke: #000;
      display: block; }
    .n-site-pagination__arrow a:hover svg {
      stroke: #13263a; }
  .n-site-pagination__arrow.n-site-pagination__arrow--disabled a {
    pointer-events: none; }
    .n-site-pagination__arrow.n-site-pagination__arrow--disabled a svg {
      stroke: #666666; }
  .n-site-pagination.n-site-pagination--pages {
    border-top: 0;
    clear: both; }
    .n-site-pagination.n-site-pagination--pages .n-site-pagination__title {
      font-size: 1.2rem;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      color: #13263a; }
    .n-site-pagination.n-site-pagination--pages .n-site-pagination--pages__numbers {
      display: inline-block;
      margin-left: 1rem; }
      .n-site-pagination.n-site-pagination--pages .n-site-pagination--pages__numbers a:hover span {
        border-color: #13263a; }
      .n-site-pagination.n-site-pagination--pages .n-site-pagination--pages__numbers .post-page-numbers {
        display: inline-block; }
        .n-site-pagination.n-site-pagination--pages .n-site-pagination--pages__numbers .post-page-numbers:not(:first-child) {
          margin-left: 0.5rem; }

.m-ntheme-widget:not(:last-child) {
  margin-bottom: 2rem; }

.n-website-theme__inner {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); }

.n-website-theme__title {
  margin-bottom: 0px;
  max-height: 31px;
  overflow: hidden; }
  .n-website-theme__title a {
    color: #000 !important;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.68em; }

.n-website-theme__text {
  padding: 2.4rem; }
  @media (max-width: 991px) {
    .n-website-theme__text {
      padding: 1.2rem; } }

.n-website-theme__meta-data {
  margin-bottom: 1.6rem;
  display: block;
  font-size: 1.5rem;
  line-height: 1.6em;
  font-weight: 400;
  color: #57585c; }
  .n-website-theme__meta-data a {
    pointer-events: none;
    color: #57585c;
    font-weight: 400; }

.n-website-theme__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.n-website-theme__data-price {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.68;
  color: #000; }

.n-website-theme__data-sales {
  font-size: 1.3rem;
  line-height: 1.23;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #57585c; }

.n-website-theme__data span {
  display: block; }

.n-website-theme__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.n-website-theme__url {
  height: 4.4rem;
  border: 1px solid #ebebeb;
  color: #000 !important;
  margin-right: 1rem;
  padding: 0 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 4.4rem; }
  .n-website-theme__url-external {
    background-color: #f6f6f6;
    padding: 1.2rem;
    display: inherit;
    font-size: 2rem; }
    .n-website-theme__url-external svg {
      width: 1em;
      height: 1em; }

.n-website-theme__main-demo {
  margin-right: 1.6rem; }

.n-website-theme__title-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .n-website-theme__title-holder .n-website-theme__title {
    line-height: 1;
    margin-bottom: 0.5rem; }
  .n-website-theme__title-holder img {
    max-width: 4rem;
    display: block; }

.n-website-theme__ajax {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  display: none;
  background-color: #fff;
  z-index: 99;
  padding: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); }
  .n-website-theme__ajax.active {
    display: block; }
  .n-website-theme__ajax-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .n-website-theme__ajax-item:not(:first-child) {
      margin-top: 2rem; }
  .n-website-theme__ajax-tag {
    position: relative;
    display: block;
    line-height: 1;
    -webkit-transition: color 450ms;
    -o-transition: color 450ms;
    transition: color 450ms; }
    .n-website-theme__ajax-tag:not(:first-child) {
      margin-top: 1rem; }
    .n-website-theme__ajax-tag .count {
      position: absolute;
      top: 0;
      margin-left: 0.5rem;
      font-size: 0.7em;
      letter-spacing: 0.05em;
      color: #ccc; }
    .n-website-theme__ajax-tag:hover {
      color: #4253ff; }
  .n-website-theme__ajax-thumbnail {
    max-width: 100px; }
    .n-website-theme__ajax-thumbnail img {
      width: 100%;
      display: block; }
  .n-website-theme__ajax-content {
    padding-left: 20px;
    -webkit-transition: color 450ms;
    -o-transition: color 450ms;
    transition: color 450ms; }
    .n-website-theme__ajax-content:hover {
      color: #4253ff; }

@font-face {
  font-family: "Graphik", -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";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/300/Graphik-Light-Web.woff") format("woff"), url("../fonts/300/Graphik-Light-Web.woff2") format("woff2"), url("../fonts/300/Graphik-Light-Web.eot") format("eot"); }

@font-face {
  font-family: "Graphik", -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";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/400/Graphik-Regular-Web.woff") format("woff"), url("../fonts/400/Graphik-Regular-Web.woff2") format("woff2"), url("../fonts/400/Graphik-Regular-Web.eot") format("eot"); }

@font-face {
  font-family: "Graphik", -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";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/500/Graphik-Medium-Web.woff") format("woff"), url("../fonts/500/Graphik-Medium-Web.woff2") format("woff2"), url("../fonts/500/Graphik-Medium-Web.eot") format("eot"); }

@font-face {
  font-family: "Graphik", -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";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/600/Graphik-Semibold-Web.woff") format("woff"), url("../fonts/600/Graphik-Semibold-Web.woff2") format("woff2"), url("../fonts/600/Graphik-Semibold-Web.eot") format("eot"); }

.n-website-slide {
  position: relative; }
  .n-website-slide__title {
    margin-left: 1.3rem;
    margin-bottom: 2rem; }
    .n-website-slide__title .neuron-slides-wrapper {
      max-height: 24px; }
    .n-website-slide__title h3 {
      margin: 0;
      font-size: 1.5rem !important;
      line-height: 1.6 !important;
      font-weight: 400 !important;
      color: #57585ccc !important;
      text-decoration: underline !important; }
  .n-website-slide__theme {
    position: relative;
    width: 100%;
    min-height: 400px;
    border: 1px solid #ebebeb;
    border-radius: 15px; }
    @media (max-width: 991px) {
      .n-website-slide__theme {
        min-height: 215px; } }
    .n-website-slide__theme .swiper-slide {
      display: block; }
    .n-website-slide__theme img {
      width: 100%;
      display: block; }
    .n-website-slide__theme-desktop {
      border: 12px solid transparent; }
      @media (max-width: 568px) {
        .n-website-slide__theme-desktop {
          border: 6px solid transparent; } }
      .n-website-slide__theme-desktop .neuron-slides-wrapper {
        -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05) !important;
                box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05) !important;
        max-height: 400px;
        overflow: hidden;
        border-radius: 15px !important; }
        @media (max-width: 568px) {
          .n-website-slide__theme-desktop .neuron-slides-wrapper {
            max-height: 215px; } }
    .n-website-slide__theme-mobile-wrapper {
      position: absolute;
      z-index: 1;
      right: -72px;
      bottom: -35px;
      width: 180px;
      border-radius: 15px;
      border: 1px solid #e2e1df;
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      background: rgba(255, 255, 255, 0.25); }
      @media (max-width: 1330px) {
        .n-website-slide__theme-mobile-wrapper {
          right: 10px;
          bottom: -10px; } }
      @media (max-width: 568px) {
        .n-website-slide__theme-mobile-wrapper {
          width: 60px;
          border-radius: 8px; } }
    .n-website-slide__theme-mobile {
      border: 9px solid transparent; }
      @media (max-width: 568px) {
        .n-website-slide__theme-mobile {
          border: 3px solid transparent; } }
      .n-website-slide__theme-mobile .neuron-slides-wrapper {
        max-height: 346px;
        border-radius: 12px;
        overflow: hidden; }
        .n-website-slide__theme-mobile .neuron-slides-wrapper img {
          display: block; }
        @media (max-width: 568px) {
          .n-website-slide__theme-mobile .neuron-slides-wrapper {
            border-radius: 6px;
            max-height: 110px; } }
  .n-website-slide--pagination {
    position: relative;
    margin-left: 13px; }
  .n-website-slide--progressbar {
    position: static !important;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    height: 100px;
    width: 2px;
    margin: 0 61px; }
  .n-website-slide--fraction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #000;
    font-weight: 500; }
    @media (max-width: 991px) {
      .n-website-slide--fraction {
        height: 50px; } }
    .n-website-slide--fraction > span.total:before {
      content: "0"; }
    .n-website-slide--fraction > span.current {
      overflow: hidden;
      position: relative;
      width: 19px;
      height: 23px; }
      .n-website-slide--fraction > span.current span {
        display: inline-block;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        opacity: 0;
        visibility: hidden;
        width: 19px;
        height: 23px;
        -webkit-transition: opacity 450ms cubic-bezier(0.4, 0, 0.2, 1), visibility 450ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 450ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: opacity 450ms cubic-bezier(0.4, 0, 0.2, 1), visibility 450ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 450ms cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 450ms cubic-bezier(0.4, 0, 0.2, 1), opacity 450ms cubic-bezier(0.4, 0, 0.2, 1), visibility 450ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 450ms cubic-bezier(0.4, 0, 0.2, 1), opacity 450ms cubic-bezier(0.4, 0, 0.2, 1), visibility 450ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 450ms cubic-bezier(0.4, 0, 0.2, 1), opacity 450ms cubic-bezier(0.4, 0, 0.2, 1), visibility 450ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 450ms cubic-bezier(0.4, 0, 0.2, 1);
        position: absolute;
        left: 0;
        top: 0; }
        .n-website-slide--fraction > span.current span.active {
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0);
          opacity: 1;
          visibility: visible; }
          .n-website-slide--fraction > span.current span.active-first {
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none;
            opacity: 1;
            visibility: visible; }

.n-website {
  max-width: 100%;
  padding: 0 calc(10rem + 10px);
  margin: 8.6rem auto; }
  @media (max-width: 1330px) {
    .n-website {
      max-width: 100%; } }
  @media (max-width: 991px) {
    .n-website {
      padding: 0 2rem;
      margin: 4rem auto; } }
  @media only screen and (max-width: 1600px) and (min-width: 1280px) {
    .n-website {
      padding-left: calc(3rem + 10px) !important;
      padding-right: calc(3rem + 10px) !important; } }
  .n-website-container {
    margin: 8rem 0;
    margin-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991px) {
      .n-website-container {
        margin: 2rem 0; } }
    @media (max-width: 568px) {
      .n-website-container {
        margin: 1rem 0; } }
  .n-website img {
    width: 100%;
    height: auto;
    display: block; }
  .n-website-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 3.3rem; }
  .n-website-themes--inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 3.75rem;
    grid-row-gap: 6.4rem;
    margin-bottom: 8rem; }
    @media (max-width: 991px) {
      .n-website-themes--inner {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        margin-bottom: 4rem; } }
    @media only screen and (max-width: 1600px) {
      .n-website-themes--inner {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 568px) {
      .n-website-themes--inner {
        grid-template-columns: repeat(1, 1fr); } }
  .n-website-themes--demos-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 3.75rem;
    grid-row-gap: 6.4rem; }
    @media (max-width: 568px) {
      .n-website-themes--demos-posts {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 2rem;
        grid-row-gap: 2rem; } }
  .n-website-themes--demos-title {
    font-size: 2.4rem;
    line-height: 1.29em;
    margin-bottom: 3.2rem; }
  .n-website-themes--demos .m-neuron-post__title {
    line-height: 0 !important; }
    .n-website-themes--demos .m-neuron-post__title a {
      line-height: 1; }
  .n-website-theme__inner:hover .m-neuron-post__overlay {
    opacity: 1;
    visibility: visible; }
  .n-website-theme__inner .m-neuron-post__thumbnail {
    position: relative; }
    .n-website-theme__inner .m-neuron-post__thumbnail--link {
      position: absolute !important;
      left: 0;
      top: 0;
      width: 100% !important;
      height: 100%;
      right: 0;
      bottom: 0;
      z-index: 1; }
  .n-website-theme__inner .m-neuron-post__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(31, 31, 31, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), visibility 250ms cubic-bezier(0.4, 0, 0.2, 1); }
    .n-website-theme__inner .m-neuron-post__overlay a {
      position: relative;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff;
      font-size: 1.8rem; }
      .n-website-theme__inner .m-neuron-post__overlay a:hover span {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px); }
      .n-website-theme__inner .m-neuron-post__overlay a span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: 8px;
        -webkit-transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1); }
        .n-website-theme__inner .m-neuron-post__overlay a span svg {
          vertical-align: middle; }
  .n-website--dynamic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .n-website--dynamic-filter-open {
      display: none; }
    .n-website--dynamic .n-website-title {
      margin-bottom: 1.4rem; }
    @media (max-width: 991px) {
      .n-website--dynamic {
        display: block;
        margin-bottom: 2rem; }
        .n-website--dynamic-title {
          width: 100%;
          margin-bottom: 2rem; }
        .n-website--dynamic-filter-open {
          display: block; }
          .n-website--dynamic-filter-open a {
            cursor: pointer;
            display: block; } }
    .n-website--dynamic h1 {
      font-size: 2.4rem !important;
      line-height: 1.29em !important;
      margin-bottom: 0; }
      @media (max-width: 1330px) {
        .n-website--dynamic h1 {
          margin-bottom: 0; } }
    .n-website--dynamic-breadcrumb {
      font-size: 1.5rem;
      line-height: 1.6em;
      color: #707070; }
      .n-website--dynamic-breadcrumb .home + .active-category.active:before {
        content: "/";
        padding-right: 5px; }
      .n-website--dynamic-breadcrumb a {
        color: inherit; }
    .n-website--dynamic-select {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .n-website--dynamic-select label {
        font-size: 1.3rem;
        line-height: 1.23em;
        letter-spacing: 0.5px;
        color: #57585c;
        margin-bottom: 0.2rem; }
      .n-website--dynamic-select select {
        opacity: 0; }
      @media (max-width: 991px) {
        .n-website--dynamic-select {
          width: 100%;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .n-website--dynamic-select label {
            display: none; }
          .n-website--dynamic-select .select2-container {
            width: 30%; } }
      @media (max-width: 568px) {
        .n-website--dynamic-select .select2-container {
          width: 40%; } }
      .n-website--dynamic-select .select2-container-active .select2-choice {
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }
      .n-website--dynamic-select .select2-choice {
        font-size: 1.5rem !important;
        line-height: 1.33em !important;
        color: #000 !important;
        border: 0 !important;
        background: none !important;
        height: auto !important;
        padding: 0 !important; }
      .n-website--dynamic-select .select2-arrow {
        background: none !important;
        border: 0 !important;
        width: 1rem !important;
        top: -3px !important; }
        .n-website--dynamic-select .select2-arrow:before {
          content: url("../images/arrow-down.svg"); }
  .n-website--filters {
    min-width: 30rem; }
    .n-website--filters-close {
      display: none; }
    .n-website--filters .n-website-filters--active {
      display: none; }
    @media (max-width: 1330px) {
      .n-website--filters {
        width: 20%; } }
    @media (max-width: 991px) {
      .n-website--filters {
        width: 90%;
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        -webkit-transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
        transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
        -o-transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
        transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
        transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
        overflow-y: scroll;
        overflow-x: hidden;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
        padding: 4rem 2rem;
        padding-top: 10rem;
        z-index: 99999; }
        .n-website--filters.active {
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); }
        .n-website--filters-close {
          display: block;
          position: absolute;
          top: 2rem;
          left: 2rem;
          font-weight: 400;
          font-size: 2.4rem; }
          .n-website--filters-close svg {
            width: 1em;
            height: 1em; }
          .n-website--filters-close.right {
            left: auto;
            right: 2rem;
            top: calc(2rem + 5px);
            font-size: 1.5rem;
            text-transform: uppercase; }
        .n-website--filters .n-website-filters--active {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 0;
          margin-bottom: 2rem; }
          .n-website--filters .n-website-filters--active li {
            margin-bottom: 1rem; } }
  .n-website--posts {
    padding-left: 3rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (max-width: 1330px) {
      .n-website--posts {
        max-width: 80%;
        padding-left: 0; } }
    @media (max-width: 991px) {
      .n-website--posts {
        max-width: 100%; } }
    .n-website--posts__description.not-active {
      display: none; }
    .n-website--posts__description.is-active .n-website--posts__description-inner {
      max-height: 300rem;
      -webkit-transition: max-height 0.25s ease-in;
      -o-transition: max-height 0.25s ease-in;
      transition: max-height 0.25s ease-in; }
    .n-website--posts__description.is-active .n-website--posts__description-overlay {
      display: none; }
    .n-website--posts__description h2,
    .n-website--posts__description h3 {
      margin-bottom: 2rem;
      margin-top: 3rem;
      color: #000 !important;
      font-size: 2.8rem !important;
      font-weight: 500 !important;
      line-height: 1.35 !important; }
    .n-website--posts__description h4 {
      margin-top: 2rem;
      margin-bottom: 1rem; }
    .n-website--posts__description-inner {
      max-height: 250px;
      overflow: hidden;
      -webkit-transition: max-height 0.25s ease-out;
      -o-transition: max-height 0.25s ease-out;
      transition: max-height 0.25s ease-out; }
    .n-website--posts__description-overlay {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(95%, white));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white 95%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0), white 95%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 95%);
      height: 60px;
      margin-top: -60px;
      position: relative; }
    .n-website--posts__description-more {
      margin-top: 3rem;
      cursor: pointer;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      color: #707070; }
      .n-website--posts__description-more:hover {
        color: #0066ff; }
  .n-website-filters {
    margin-bottom: 4rem; }
    .n-website-filters h5 {
      font-size: 1.7rem;
      font-weight: 500;
      line-height: 1.17;
      margin-bottom: 2.4rem; }
      .n-website-filters h5 span {
        display: none; }
    @media (max-width: 991px) {
      .n-website-filters {
        margin-bottom: 2rem;
        border-bottom: 1px solid #ebebeb; }
        .n-website-filters h5 {
          margin-bottom: 1rem;
          position: relative; }
          .n-website-filters h5 span {
            display: block;
            font-size: 1rem;
            position: absolute;
            right: 0;
            top: -0.5rem;
            padding: 1rem;
            cursor: pointer; }
            .n-website-filters h5 span svg {
              width: 1em;
              height: 1em; } }
    .n-website-filters > ul {
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .n-website-filters > ul {
          display: none;
          max-height: none !important;
          overflow: auto !important; } }
      .n-website-filters > ul > li {
        margin-bottom: 1.6rem; }
        .n-website-filters > ul > li.has-children {
          padding-left: 2.4rem;
          position: relative; }
          .n-website-filters > ul > li.has-children ul {
            display: none; }
          .n-website-filters > ul > li.has-children.open-parent .open-children {
            -webkit-transform: rotate(0);
                -ms-transform: rotate(0);
                    transform: rotate(0); }
          .n-website-filters > ul > li.has-children .open-children {
            position: absolute;
            left: 0;
            -webkit-transition: 0.3s all;
            -o-transition: 0.3s all;
            transition: 0.3s all;
            -webkit-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                    transform: rotate(-90deg);
            top: -1px; }
            .n-website-filters > ul > li.has-children .open-children svg {
              width: 1rem;
              height: 1rem; }
            .n-website-filters > ul > li.has-children .open-children:hover, .n-website-filters > ul > li.has-children .open-children.active {
              -webkit-transform: rotate(0);
                  -ms-transform: rotate(0);
                      transform: rotate(0); }
    .n-website-filters ul {
      list-style: none;
      padding: 0;
      font-size: 1.5rem;
      line-height: 1.33em;
      color: #57585c; }
      .n-website-filters ul li {
        cursor: pointer; }
        .n-website-filters ul li[data-term="all-filter"].active a {
          color: #57585c !important; }
        .n-website-filters ul li a {
          color: #57585c; }
          .n-website-filters ul li a:hover {
            color: #4253ff; }
        .n-website-filters ul li.active > a {
          color: #4253ff; }
      .n-website-filters ul > li ul {
        margin-bottom: 0;
        padding-left: 1rem; }
        .n-website-filters ul > li ul li {
          margin-top: 1.6rem; }
      .n-website-filters ul .count {
        font-size: 0.7em;
        position: absolute;
        margin-left: 5px; }
    .n-website-filters--active {
      list-style: none;
      margin: 0;
      padding: 0;
      margin-left: 1.6rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-size: 1.3rem;
      line-height: 1.53em; }
      @media (max-width: 991px) {
        .n-website-filters--active {
          display: none; } }
      .n-website-filters--active li {
        padding: 0.6rem 0.8rem;
        border: 1px solid #ebebeb;
        padding-right: 2.3rem;
        cursor: pointer; }
        .n-website-filters--active li:not(:last-child) {
          margin-right: 0.8rem; }
        .n-website-filters--active li:after {
          content: url("../images/close-icon-dark.svg");
          padding-left: 0.6rem;
          padding-top: 1px;
          position: absolute; }
    .n-website-filters--checkbox ul li {
      padding-left: 2.4rem;
      position: relative; }
      .n-website-filters--checkbox ul li .checkbox {
        width: 1.6rem;
        height: 1.6rem;
        position: absolute;
        top: 2px;
        left: 0;
        border: 1px solid #ebebeb;
        display: inline-block; }
        .n-website-filters--checkbox ul li .checkbox svg {
          width: 1em;
          height: 1em;
          padding: 0.2rem;
          display: none; }
      .n-website-filters--checkbox ul li.active .checkbox {
        background-color: #4253ff;
        border-color: #4253ff; }
        .n-website-filters--checkbox ul li.active .checkbox svg {
          display: block; }
      .n-website-filters--checkbox ul li:hover .checkbox svg {
        fill: #ebebeb;
        display: block; }
    .n-website-filters--color ul li {
      position: relative; }
      .n-website-filters--color ul li:hover .theme-color:before, .n-website-filters--color ul li.active .theme-color:before {
        opacity: 1; }
      .n-website-filters--color ul li .theme-color {
        display: inline-block;
        width: 1rem;
        height: 1rem;
        border-radius: 1rem;
        margin-right: 1rem;
        position: relative; }
        @media (max-width: 991px) {
          .n-website-filters--color ul li .theme-color {
            margin-left: 3px; } }
        .n-website-filters--color ul li .theme-color:before {
          content: "";
          border: 1px solid #4253ff;
          width: 1.6rem;
          height: 1.6rem;
          display: inline-block;
          border-radius: 50%;
          top: -3px;
          left: -3px;
          position: absolute;
          -webkit-transition: opacity 0.2s ease-out;
          -o-transition: opacity 0.2s ease-out;
          transition: opacity 0.2s ease-out;
          opacity: 0; }
    .n-website-filters--collapse {
      margin-bottom: calc(4rem); }
      @media (max-width: 991px) {
        .n-website-filters--collapse {
          margin-bottom: 1.5rem; } }
      .n-website-filters--collapse ul {
        overflow: hidden; }
        .n-website-filters--collapse ul li:last-child {
          margin-bottom: 0; }
      .n-website-filters--collapse .show-more-filters {
        font-size: 1.1rem;
        line-height: 2.18em;
        color: #335ae6; }
        @media (max-width: 991px) {
          .n-website-filters--collapse .show-more-filters {
            display: none; } }
        .n-website-filters--collapse .show-more-filters span {
          cursor: pointer; }
        .n-website-filters--collapse .show-more-filters .filter-hide {
          display: none; }
        .n-website-filters--collapse .show-more-filters.active {
          margin-top: 1.6rem; }
          .n-website-filters--collapse .show-more-filters.active .filter-hide {
            display: block; }
          .n-website-filters--collapse .show-more-filters.active .filter-show {
            display: none; }
  .n-website-single--plugins {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .n-website-single--plugins a {
      display: block; }
      .n-website-single--plugins a:not(:last-child) {
        margin-right: 0.8rem; }

.select2-drop-active {
  border: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.select2-drop {
  border-radius: 0 !important; }

.select2-results {
  margin: 0 !important;
  min-width: 17rem;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 1.2rem 2rem !important;
  margin-top: 1rem !important; }
  .select2-results li:hover div {
    color: #4253ff; }
  .select2-results li:not(:last-child) {
    margin-bottom: 1.2rem; }

.select2-highlighted {
  color: inherit !important;
  background: inherit !important; }

.select2-result-label {
  padding: 0 !important; }

.h-neuron-animation--reverse {
  animation-direction: reverse; }

.single-popup-intro .dialog-widget-content.start-neuron-animation {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.single-popup-intro .dialog-widget-content.active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.builder-header-popup .dialog-widget-content.start-neuron-animation {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.builder-header-popup .dialog-widget-content.active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }
