@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

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

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

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

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
-------------------------------------------------------------- 
- colors 
--------------------------------------------------------------
*/
/*
-------------------------------------------------------------- 
- navigation
--------------------------------------------------------------
*/
/* menu toggle dimensions */
/*-----------------------------------------*/
/* toggle position */
/* ----- OPTIONS ----- */
/* ------------------- */
/* style options */
/* menu toggle colors */
/* menu more option */
/* fixed variables */
/* ---------- Breakpoints START ---------- */
/* ---------- Breakpoints END ---------- */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 1290px;
}

@media screen and (min-width: 1290px ) {
  .container {
    width: 1260px;
  }
}
@media screen and (min-width: 992px ) and (max-width: 1289px ) {
  .container {
    width: 962px;
  }
}
@media screen and (min-width: 768px ) and (max-width: 991px ) {
  .container {
    width: 738px;
  }
}
@media screen and (max-width: 767px ) {
  .container {
    width: auto;
  }
}
.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
}

/*
-------------------------------------------------------------- 
- Basic UI Elments
-------------------------------------------------------------- 
*/
/* - Buttons */
.btn,
.gform_next_button,
.gform_previous_button,
.gform_button {
  border-radius: 4px;
  border: none;
  margin: 0;
  text-transform: none;
  box-shadow: none;
  text-shadow: none;
  line-height: 1;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  font-size: 16px;
  text-decoration: none;
  font-family: inherit;
  box-sizing: border-box;
}
.btn:hover, .btn:focus,
.gform_next_button:hover,
.gform_next_button:focus,
.gform_previous_button:hover,
.gform_previous_button:focus,
.gform_button:hover,
.gform_button:focus {
  text-decoration: none;
}

.btn[disabled] {
  opacity: 0.5;
}

.btn-xs {
  padding: 9px 14.4px;
  font-size: 13px;
  font-weight: 500;
}

.btn-sm {
  padding: 13px 15.6px;
  font-size: 13px;
  font-weight: 900;
}

.btn-md,
.gform_next_button,
.gform_previous_button,
.gform_button,
header .main-nav .btn {
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
}

.btn-lg {
  padding: 22px 31.46px;
  font-size: 19px;
  font-weight: 700;
}

.btn-xs.btn-link {
  margin: 11px 0;
  padding: 0;
}

.btn-sm.btn-link {
  margin: 13px 0;
  padding: 0;
}

.btn-md.btn-link {
  margin: 16px 0;
  padding: 0;
}

.btn-lg.btn-link {
  margin: 22px 0;
  padding: 0;
}

.gform_previous_button {
  margin-right: 10px;
}

.btn-primary,
.btn-primary:visited,
.gform_next_button,
.gform_button {
  color: #FFF;
  background: #F5A623;
  border: 1px solid #F5A623;
}

.btn-primary:hover,
.gform_next_button:hover,
.gform_button:hover {
  color: #FFF;
  border: 1px solid rgb(85.8994032396%, 55.0537084399%, 3.9045183291%);
  background: rgb(85.8994032396%, 55.0537084399%, 3.9045183291%);
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.gform_next_button:active,
.gform_next_button:focus,
.gform_button:focus,
.gform_button:active {
  color: #FFF;
  border: 1px solid rgb(66.7689684569%, 42.7928388747%, 3.0349531117%);
  background: rgb(66.7689684569%, 42.7928388747%, 3.0349531117%);
  box-shadow: none;
  outline: none;
}

.btn-default,
.btn-default:visited {
  color: #FFF;
  background: #64666E;
  border: 1px solid #64666E;
}

.btn-default:hover {
  color: #FFF;
  border: 1px solid rgb(29.6918767507%, 30.2857142857%, 32.6610644258%);
  background: rgb(29.6918767507%, 30.2857142857%, 32.6610644258%);
}

.btn-default:active,
.btn-default:focus,
.btn-default:active:focus,
.btn-default:active:hover {
  color: #FFF;
  border: 1px solid rgb(20.1680672269%, 20.5714285714%, 22.1848739496%);
  background: rgb(20.1680672269%, 20.5714285714%, 22.1848739496%);
  box-shadow: none;
  outline: none;
}

/* Inputs */
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel] {
  border: 1px solid #E7E7E8;
  border-radius: 4px;
  height: 50px;
  padding: 8px;
  background: transparent;
  box-shadow: none;
  color: #000;
  font-size: 16px;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=search]:hover input[type=tel]:hover,
textarea:hover {
  border: 1px solid rgb(75.2690863579%, 75.2690863579%, 76.299541093%);
  box-shadow: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
textarea:focus {
  border: 1px solid #F5A623;
  outline: none;
  box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  border: 1px solid #E7E7E8;
  border-radius: 2px;
  background: transparent;
  color: #E7E7E8;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 21px;
  margin: -0.2rem 0.55rem 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 21px;
  min-width: 21px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: 0.05s border-color ease-in-out;
  position: relative;
}

input[type=checkbox]:hover {
  border: 1px solid rgb(75.2690863579%, 75.2690863579%, 76.299541093%);
}

input[type=checkbox]:focus {
  border: 1px solid #F5A623;
}

input[type=checkbox]:checked::before {
  content: "";
  background: #F5A623;
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border-radius: 2px;
  box-sizing: border-box;
}

input[type=radio] {
  border: 1px solid #E7E7E8;
  border-radius: 50%;
  background: transparent;
  color: #E7E7E8;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 21px;
  margin: -0.2rem 0.55rem 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 21px;
  min-width: 21px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: 0.05s border-color ease-in-out;
  position: relative;
}

input[type=radio]:hover {
  border: 1px solid rgb(75.2690863579%, 75.2690863579%, 76.299541093%);
}

input[type=radio]:focus {
  border: 1px solid #F5A623;
}

input[type=radio]:checked::before {
  content: "";
  background: #F5A623;
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border-radius: 50%;
  box-sizing: border-box;
}

select {
  border: 1px solid #E7E7E8;
  border-radius: 4px;
  height: 50px;
  padding: 8px;
  padding-right: 32px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23a0a0a0%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select[disabled] {
  opacity: 0.5;
}

textarea {
  border: 1px solid #E7E7E8;
  border-radius: 4px;
  padding: 8px;
  height: 150px;
  outline: none;
  resize: none;
  background: transparent;
  color: #000;
  font-size: 16px;
}

/* Placeholders */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #ccc;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}

::placeholder { /* Most modern browsers support this now. */
  color: #ccc;
}

/* Tables */
.table-responsive-container {
  position: relative;
  overflow: scroll;
}

table {
  min-height: 0.01%;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
  margin: 0;
}

table td {
  border: 1px solid #E7E7E8;
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
}

/*
-------------------------------------------------------------- 
- Helpers
-------------------------------------------------------------- 
*/
.fw {
  width: 100%;
  display: block;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hide {
  display: none !important;
}

/*
-------------------------------------------------------------- 
- NS normalize
-------------------------------------------------------------- 
*/
* {
  box-sizing: border-box;
  outline: none !important;
}

body {
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-size: 18px;
  line-height: 1.7;
}

ul,
ol {
  font-size: 18px;
  line-height: 1.7;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

ol li:before {
  display: none;
}

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

.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0;
}

.wpb_text_column h2 {
  margin-bottom: 1em;
  margin-top: 2em;
}

.wpb_text_column h3 {
  margin-bottom: 1em;
  margin-top: 2em;
}

.wpb_text_column h4 {
  margin-bottom: 1em;
  margin-top: 2em;
}

.wpb_text_column p {
  margin-bottom: 1.25em;
  margin-top: 0;
}

.wpb_text_column ul,
.wpb_text_column ol {
  margin-bottom: 1.25em;
  margin-top: 1.25em;
}

.wpb_text_column li {
  margin-bottom: 0.5em;
}

/*
-------------------------------------------------------------- 
- Signature
-------------------------------------------------------------- 
*/
.small-footer {
  color: #A4A4A4;
  font-size: 13px;
  padding: 20px 0 20px 0;
}

a.ns-link,
a.ns-link:visited {
  float: right;
  color: #A4A4A4;
  text-decoration: none;
}

a.ns-link:hover,
a.ns-link:focus {
  color: #A4A4A4;
  text-decoration: underline;
}

@media screen and (max-width: 767px ) {
  a.ns-link,
  a.ns-link:visited {
    float: none;
  }
}
.ns-logo-svg {
  margin: 0 0 -3px 3px;
}

.ns-logo {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #A4A4A4;
}

.sig-col-left {
  padding-top: 3px;
}

@media screen and (max-width: 767px ) {
  .small-footer {
    text-align: center;
  }
  .ns-link {
    margin-top: 5px;
    float: none;
    display: block;
  }
}
/*
- Gutter manipulation
*/
.wide-gutter .vc_row {
  margin-left: -36px;
  margin-right: -36px;
}

.wide-gutter.vc_section[data-vc-full-width] > .vc_row {
  margin-left: -21px;
  margin-right: -21px;
}

.wide-gutter .vc_column_container > .vc_column-inner,
.wide-gutter .loop-item {
  padding-left: 36px;
  padding-right: 36px;
}

.mid-gutter .vc_row {
  margin-left: -20px;
  margin-right: -20px;
}

.mid-gutter.vc_section[data-vc-full-width] > .vc_row {
  margin-left: -5px;
  margin-right: -5px;
}

.mid-gutter .vc_column_container > .vc_column-inner,
.mid-gutter .loop-item {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 767px ) {
  .mid-gutter .vc_row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .mid-gutter .vc_column_container > .vc_column-inner,
  .mid-gutter .loop-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 30px;
}

*:focus {
  outline: none;
}

*:focus-visible {
  outline: 2px solid #C2185B !important;
  outline-offset: 2px;
}

.ontent-form_wrapper:focus-visible,
.gform_anchor:focus-visible,
.content-form:focus-visible {
  outline: none !important;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.site-wrap {
  overflow-x: hidden;
  position: relative;
}

footer,
.content {
  position: relative;
}

h1 {
  font-size: 50px;
  line-height: 1.22;
  font-weight: 400;
  color: #64666E;
}

h2 {
  font-size: 40px;
  line-height: 1.28;
  font-weight: 500;
  color: #64666E;
}

.title-decoration h2:after,
.page-basic-title:after {
  content: "";
  display: block;
  height: 7px;
  width: 60px;
  background: #F5A623;
  margin-bottom: 30px;
  margin-top: 28px;
}

.page-basic-title {
  margin-bottom: 55px;
}

.page-basic-title + .wpb_text_column > .wpb_wrapper h2:first-of-type {
  margin-top: 0;
}

.vc_clearfix + .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column:first-of-type > .wpb_wrapper h2:first-of-type {
  margin-top: 15px;
}

h2.title3 {
  font-size: 30px;
  line-height: 1.36;
  font-weight: 500;
  color: #64666E;
}

h3 {
  font-size: 30px;
  line-height: 1.36;
  font-weight: 500;
  color: #64666E;
}

.title-decoration h3:after {
  content: "";
  display: block;
  height: 7px;
  width: 60px;
  background: #F5A623;
  margin-bottom: 20px;
  margin-top: 20px;
}

h4 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  color: #64666E;
}

h5 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  color: #64666E;
}

@media screen and (min-width: 992px ) and (max-width: 1289px ) {
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 34px;
  }
  h2.title3 {
    font-size: 27px;
  }
  h3 {
    font-size: 27px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px ) and (max-width: 991px ) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h2.title3 {
    font-size: 26px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px ) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  h2.title3 {
    font-size: 24px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 20px;
  }
}
p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}

a,
a:visited {
  color: #F5A623;
  text-decoration: none;
}

a:hover {
  color: rgb(85.8994032396%, 55.0537084399%, 3.9045183291%);
  text-decoration: underline;
}

a:active,
a:focus,
a:active:focus,
a:active:hover {
  color: rgb(66.7689684569%, 42.7928388747%, 3.0349531117%);
}

li {
  color: #000;
}

li::before {
  content: "";
  color: #F5A623;
  display: inline-block;
  margin-left: -1.5em;
  width: 0.5em;
  height: 0.5em;
  margin-right: 1em;
  background: #F5A623;
  border-radius: 50%;
}

.steps ol {
  list-style: none;
  counter-reset: item;
}

.steps ol li {
  counter-increment: item;
  position: relative;
  padding-left: 2.3em;
  margin-bottom: 2.3em;
}

.steps ol li:before {
  content: counter(item);
  background: transparent;
  border-radius: 50%;
  border: 2px solid #F5A623;
  color: #F5A623;
  font-weight: 500;
  width: 1.5em;
  height: 1.5em;
  font-size: 2em;
  line-height: 1.6em;
  text-align: center;
  display: inline-block;
  margin-left: -2.3em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.wpb_text_column h2:first-of-type() {
  color: #f00;
}

.fs22,
.fs22 p {
  font-size: 22px !important;
}

.fs20,
.fs20 p {
  font-size: 20px !important;
}

.fs18,
.fs18 p {
  font-size: 18px !important;
}

strong,
.bold {
  font-weight: 500;
}

.btn {
  margin-right: 20px;
}

.btn:last-of-type {
  margin-right: 0;
}

.btn:only-of-type {
  margin-right: 0;
}

.btn-white,
.btn-white:visited {
  color: #64666E;
  background: #FFF;
  border: 1px solid #FFF;
}

.btn-white:hover {
  color: #F5A623;
  border: 1px solid rgb(98%, 98%, 98%);
  background: rgb(98%, 98%, 98%);
}

.btn-white:active,
.btn-white:focus,
.btn-white:active:focus,
.btn-white:active:hover {
  color: rgb(66.7689684569%, 42.7928388747%, 3.0349531117%);
  border: 1px solid rgb(95%, 95%, 95%);
  background: rgb(95%, 95%, 95%);
  box-shadow: none;
  outline: none;
}

.btn-outline,
.btn-outline:visited,
.gform_previous_button,
header .wpb-menu.main-nav .btn {
  color: #F5A623;
  background: transparent;
  border: 1px solid #F5A623;
}

.btn-outline:hover,
.gform_previous_button:hover,
header .wpb-menu.main-nav .btn:hover {
  color: rgb(85.8994032396%, 55.0537084399%, 3.9045183291%);
  border: 1px solid rgb(85.8994032396%, 55.0537084399%, 3.9045183291%);
  background: transparent;
}

.btn-outline:active,
.btn-outline:focus,
.btn-outline:active:focus,
.btn-outline:active:hover,
.gform_previous_button:active,
.gform_previous_button:focus,
header .wpb-menu.main-nav .btn:active,
header .wpb-menu.main-nav .btn:focus {
  color: rgb(66.7689684569%, 42.7928388747%, 3.0349531117%);
  border: 1px solid rgb(66.7689684569%, 42.7928388747%, 3.0349531117%);
  background: transparent;
  box-shadow: none;
  outline: none;
}

.btn-link,
.btn-link:visited {
  color: #F5A623;
  background: transparent;
  border: 1px solid transparent;
}

.btn-link:hover {
  color: rgb(85.8994032396%, 55.0537084399%, 3.9045183291%);
  border: 1px solid transparent;
  background: transparent;
}

.btn-link:active,
.btn-link:focus,
.btn-link:active:focus,
.btn-link:active:hover {
  color: rgb(66.7689684569%, 42.7928388747%, 3.0349531117%);
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  outline: none;
}

.btn-link:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  padding-left: 12px;
}

.btn-gray-outline,
.btn-gray-outline:visited,
header .wpb-menu.main-nav .btn-gray-outline,
header .wpb-menu.main-nav .btn-gray-outline:visited {
  color: #A4A4A4;
  background: transparent;
  border: 1px solid #A4A4A4;
}

.btn-gray-outline:hover,
header .wpb-menu.main-nav .btn-gray-outline:hover {
  color: #64666E;
  border: 1px solid #64666E;
  background: transparent;
}

.btn-gray-outline:active,
.btn-gray-outline:focus,
.btn-gray-outline:active:focus,
.btn-gray-outline:active:hover,
header .wpb-menu.main-nav .btn-gray-outline:active,
header .wpb-menu.main-nav .btn-gray-outline:focus,
header .wpb-menu.main-nav .btn-gray-outline:active:focus,
header .wpb-menu.main-nav .btn-gray-outline:active:hover {
  color: #64666E;
  border: 1px solid #64666E;
  background: transparent;
  box-shadow: none;
  outline: none;
}

.country-selector-mini-content {
  display: none;
}

@media screen and (max-width: 991px ) {
  .wpb-menu-content .btn {
    margin-bottom: 15px;
  }
  .wpb-menu-content .btn + .btn {
    margin-bottom: 30px;
  }
  .country-selector-mini-btn {
    width: 100%;
  }
  .country-selector-mini-btn .fa-globe {
    display: none;
  }
  .country-selector-mini-content {
    display: block;
  }
  .country-selector-mini-content .country-selector-language {
    font-weight: 400;
  }
}
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.right .wpb_wrapper {
  align-items: flex-end !important;
}

.logo {
  margin-bottom: 0 !important;
  margin-top: 8px;
  z-index: 150;
  position: relative;
}

.logo img {
  max-height: 90px;
  width: auto;
}

@media screen and (max-width: 991px ) {
  .top-header .logo {
    margin-top: 4px;
    position: absolute;
    z-index: 100;
    top: 15px;
  }
  .logo img {
    max-height: 26px;
  }
}
header .btn {
  float: right;
}

.top-header {
  border-bottom: 1px solid #E7E7E8;
  padding-top: 17px;
  padding-bottom: 17px;
}

@media screen and (max-width: 991px ) {
  .top-header {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    z-index: 50 !important;
    overflow: visible !important;
  }
  .top-header .right {
    display: none;
  }
}
/* top nav */
header .wpb-menu.top-nav {
  float: right;
  margin-right: 40px;
}

header .wpb-menu.top-nav li {
  height: 50px;
}

header .wpb-menu.top-nav a {
  font-size: 16px;
  color: #64666E;
}

header .wpb-menu.top-nav .current-page-ancestor a,
header .wpb-menu.top-nav .current-page a,
header .wpb-menu.top-nav a:hover {
  color: rgb(85.8994032396%, 55.0537084399%, 3.9045183291%);
}

header .wpb-menu.top-nav .current-page-ancestor a:before,
header .wpb-menu.top-nav .current-page a:before,
header .wpb-menu.top-nav a:hover:before {
  display: none;
}

@media screen and (min-width: 992px ) and (max-width: 1289px ) {
  header .wpb-menu.top-nav {
    margin-right: 20px;
  }
  header .top-header .btn-gray-outline {
    margin-right: 10px;
  }
}
/* main nav */
@media screen and (min-width: 992px) {
  header .wpb-menu.main-nav ul {
    align-items: flex-start;
    justify-content: flex-start;
  }
  header .wpb-menu.main-nav li {
    height: 65px;
    padding-left: 0;
    padding-right: 80px;
  }
  header .wpb-menu.main-nav a {
    font-weight: 500;
    color: #64666E;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header .wpb-menu.main-nav .current-page-ancestor a,
  header .wpb-menu.main-nav .current-page a,
  header .wpb-menu.main-nav a:hover {
    color: rgb(85.8994032396%, 55.0537084399%, 3.9045183291%);
  }
  header .wpb-menu.main-nav a:hover:before {
    display: none;
  }
  header .wpb-menu.main-nav .current-page-ancestor a:before,
  header .wpb-menu.main-nav .current-page a:before,
  header .wpb-menu.main-nav .current-page-ancestor a:hover:before,
  header .wpb-menu.main-nav .current-page a:hover:before {
    height: 6px;
    background: #F5A623;
    bottom: -6px;
    display: block;
  }
}
@media screen and (min-width: 992px ) and (max-width: 1289px ) {
  header .wpb-menu.main-nav li {
    padding-right: 60px;
  }
  header .wpb-menu.main-nav a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px ) {
  .wpb-menu {
    max-height: calc(100vh - 60px);
    overflow-y: scroll !important;
  }
  header .wpb-menu.main-nav {
    border-bottom: 1px solid #E7E7E8;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  }
  header .wpb-menu-content {
    padding: 20px 15px 30px 15px;
  }
  header .wpb-menu.main-nav a {
    font-weight: 500;
    color: #64666E;
  }
}
@media screen and (max-width: 991px ) {
  header {
    position: fixed;
    z-index: 100;
    background: #fff;
    width: 100%;
    top: 0;
  }
  .content {
    margin-top: 61px;
  }
}
footer {
  background: #F3F3F3;
  margin-top: 60px;
}

footer .social-icon {
  margin-bottom: 0;
  float: right;
}

footer .social-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  width: 2em;
  height: 2em;
  border: none;
  padding: 2px;
  margin: 10px 20px;
}

footer .social-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner:first-child {
  margin-right: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px ) {
  footer .social-icons-wrap {
    float: left;
    width: auto;
  }
  footer .social-icons-wrap .wpb_wrapper .social-icon.vc_icon_element.vc_icon_element-outer:last-child .vc_icon_element-inner {
    margin-left: 0;
    padding-left: 0;
  }
}
footer .btn {
  margin-bottom: 13px;
}

footer .wpb-menu-wrap {
  margin-bottom: 40px;
}

footer .wpb-menu .wpb-menu-inner > ul {
  margin-top: 30px;
  margin-bottom: 27px;
}

footer .wpb-menu li {
  display: inline-block;
  vertical-align: top;
}

footer .wpb-menu .submenu {
  display: none;
}

footer .wpb-menu .menu-link-wrap {
  display: inline-block;
  vertical-align: middle;
}

footer .wpb-menu ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.15;
  font-size: 16px;
}

footer .wpb-menu li {
  display: block;
  margin-bottom: 10px;
}

footer .wpb-menu li:before {
  display: none;
}

footer .wpb-menu a,
footer .wpb-menu a:visited {
  text-decoration: none;
  color: #64666E;
  font-size: 16px;
}

footer .wpb-menu a:hover,
footer .wpb-menu a:focus {
  color: rgb(85.8994032396%, 55.0537084399%, 3.9045183291%);
}

footer .wpb-menu a:before {
  display: none;
}

footer .wpb-menu-toggle,
footer .submenu-toggle {
  display: none;
}

/*
-------------------------------------------------------------- 
- WPB Loop
-------------------------------------------------------------- 
*/
.vc_row-o-equal-height .loop-item {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: flex;
}

.vc_row-o-equal-height .loop-item > .loop-item-inner {
  max-width: 100%;
}

.vc_row-o-equal-height .loop-item > .loop-item-inner p {
  overflow-wrap: break-word;
  max-width: 100%;
}

.vc_row-o-equal-height .loop-item > .loop-item-inner,
.vc_row-o-equal-height .loop-item > .loop-item-inner > .vc_row,
.vc_row-o-equal-height .loop-item > .loop-item-inner > .vc_row > .wpb_column,
.vc_row-o-equal-height .loop-item > .loop-item-inner > .vc_row > .wpb_column > .vc_column-inner,
.vc_row-o-equal-height .loop-item > .loop-item-inner > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vc_row-o-equal-height .loop-item > .loop-item-inner > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  align-items: flex-start;
}

.post-img-cover-wrapper {
  width: 100%;
  margin-bottom: 30px;
}

.post-img-cover {
  padding-bottom: 70%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

.page-breadcrumbs {
  margin-bottom: 60px;
}

.ns-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #A4A4A4;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E7E7E8;
}

.ns-breadcrumbs li {
  display: inline;
  color: #A4A4A4;
}

.ns-breadcrumbs li:before {
  display: none;
}

.ns-breadcrumbs li:after {
  content: " /";
  color: #A4A4A4;
  padding-left: 10px;
  padding-right: 10px;
}

.ns-breadcrumbs li:last-child:after {
  display: none;
}

.ns-breadcrumbs li a {
  color: #A4A4A4;
  text-decoration: none;
}

.ns-breadcrumbs li a:hover {
  color: #F5A623;
}

@media screen and (max-width: 767px ) {
  .page-breadcrumbs {
    margin-bottom: 40px;
  }
  .ns-breadcrumbs {
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 12px;
  }
  .ns-breadcrumbs li:after {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.btn-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 30px;
}

.btn-icon:before {
  content: "";
  background-size: contain;
  background-position: center center;
  display: block;
  width: 50px;
  height: 50px;
}

.btn-icon-phone:before {
  background-image: url(../images/icon-phone.svg);
}

.btn-icon-email:before {
  background-image: url(../images/icon-mail.svg);
}

.btn-icon-location:before {
  background-image: url(../images/icon-location.svg);
}

/*
ACF gallery
*/
.ns-post-gallery-container {
  margin-bottom: 35px;
}

.ns-post-gallery-container figure {
  margin: 0;
}

.ns-post-gallery-item,
.ns-post-big-img-item {
  display: block;
  background-size: cover;
  background-position: center center;
}

.ns-post-gallery-item {
  padding-bottom: 75%;
  border-radius: 4px;
}

.ns-post-gallery {
  overflow: hidden;
}

.ns-post-gallery .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.ns-post-gallery-item-wrap {
  padding-left: 15px;
  padding-right: 15px;
}

.ns-post-gallery-container .slick-dots {
  display: block !important;
  text-align: center;
  bottom: 0;
  margin: 0;
  padding: 0;
  margin-top: 60px;
}

.ns-post-gallery-container .slick-dots li {
  display: inline-block;
}

.ns-post-gallery-container .slick-dots li:before {
  display: none;
}

.ns-post-gallery-container .slick-dots li button {
  background: #E7E7E8;
  height: 7px;
  width: 35px;
  font-size: 0;
  margin-left: 5px;
  margin-right: 5px;
  border: none;
}

.ns-post-gallery-container .slick-dots li button:hover {
  background: #64666E;
  border: transparent;
}

.ns-post-gallery-container .slick-dots li.slick-active button {
  background: #64666E;
}

@media screen and (max-width: 767px ) {
  .ns-post-gallery-container {
    margin-top: -15px;
    margin-bottom: 30px;
  }
  .ns-post-gallery-item-wrap:nth-child(odd) {
    padding-right: 5px;
  }
  .ns-post-gallery-item-wrap:nth-child(even) {
    padding-left: 5px;
  }
  .ns-post-gallery-container .slick-dots {
    margin-top: 30px;
  }
  .ns-post-gallery-container .slick-dots li button {
    height: 5px;
    width: 25px;
  }
}
/*
gallery
*/
.ns-gallery-el:after {
  content: "";
  display: table;
  clear: both;
}

.ns-gallery {
  float: left;
}

.nsg-p2 {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 33px;
  width: calc(100% + 4px);
}

.nsg-p5 {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px;
  width: calc(100% + 10px);
}

.nsg-p10 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 25px;
  width: calc(100% + 20px);
}

.nsg-p15 {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  width: calc(100% + 30px);
}

.nsg-p2 .nsg-gitem {
  padding: 2px;
}

.nsg-p5 .nsg-gitem {
  padding: 5px;
}

.nsg-p10 .nsg-gitem {
  padding: 10px;
}

.nsg-p15 .nsg-gitem {
  padding: 15px;
}

.nsg-c10 {
  width: 10%;
}

.nsg-c6 {
  width: 16.666%;
}

.nsg-c5 {
  width: 20%;
}

.nsg-c4 {
  width: 25%;
}

.nsg-c3 {
  width: 33.333%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nsg-c10 {
    width: 10%;
  }
  .nsg-c6 {
    width: 16.666%;
  }
  .nsg-c5 {
    width: 20%;
  }
  .nsg-c4 {
    width: 25%;
  }
  .nsg-c3 {
    width: 33.333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nsg-c10 {
    width: 20%;
  }
  .nsg-c6 {
    width: 25%;
  }
  .nsg-c5 {
    width: 33.333%;
  }
  .nsg-c4 {
    width: 25%;
  }
  .nsg-c3 {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .nsg-c10 {
    width: 50%;
  }
  .nsg-c6 {
    width: 50%;
  }
  .nsg-c5 {
    width: 50%;
  }
  .nsg-c4 {
    width: 50%;
  }
  .nsg-c3 {
    width: 100%;
  }
}
.nsg-r1-1 {
  padding-bottom: 100%;
}

.nsg-r4-3 {
  padding-bottom: 75%;
}

.nsg-r3-2 {
  padding-bottom: 66.666%;
}

.nsg-r16-9 {
  padding-bottom: 56.25%;
}

.nsg-gitem {
  float: left;
}

.nsg-img-container {
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
  display: block;
}

.nsg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}

.vc-pagination {
  padding-top: 5px;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 35px;
}

.page-numbers,
.page-numbers:visited {
  padding: 11px 8px 9px 8px;
  border: 1px solid #E7E7E8;
  background: #fff;
  font-weight: 600;
  color: #64666E;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  transition: 0.2s;
}

.page-numbers:hover {
  text-decoration: none;
  border: 1px solid #F5A623;
  background: #fff;
}

.page-numbers.current {
  border: 1px solid #F5A623;
  background: #fff;
  color: #F5A623;
}

.page-numbers.next i {
  margin-left: 4px;
}

.page-numbers.prev i {
  margin-right: 4px;
}

.page-numbers.next,
.page-numbers.prev {
  border: 1px solid #E7E7E8;
  background: #fff;
  font-size: 23px;
  padding: 7px 8px 5px 8px;
  display: inline-block;
}

.page-numbers.next:hover,
.page-numbers.prev:hover {
  border: 1px solid #F5A623;
  background: #fff;
}

/*
TMP Site
*/
body {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(180deg, #0a1730 0%, #0c1e42 60%, #081328 100%);
}

body::before { /* obroči */
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: repeating-radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0) 0 62px, rgba(160, 196, 255, 0.16) 62px 63px, rgba(255, 255, 255, 0) 63px 125px);
  -webkit-mask-image: radial-gradient(circle at 50% 34%, #000 20%, transparent 78%);
  mask-image: radial-gradient(circle at 50% 34%, #000 20%, transparent 78%);
}

body::after { /* topel sij za kartico */
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(46% 34% at 50% 34%, rgba(245, 166, 35, 0.16) 0%, rgba(245, 166, 35, 0) 70%);
}

.tmp_logo {
  margin-bottom: 0 !important;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.tmp_logo img {
  max-height: 91px;
  width: auto;
}

.azp--card {
  margin: 20px auto;
}

.home header,
.home footer {
  display: none !important;
}

.home p {
  color: #fff;
}

header .wpb-menu-inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}
header .wpb-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
header .wpb-menu li {
  position: relative;
  background: #fff;
  text-align: center;
  margin: 0 1px;
  padding: 0;
  line-height: 1;
  padding-top: 1px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  height: 76px;
}
header .wpb-menu li:before {
  display: none;
}
header .wpb-menu a {
  text-decoration: none;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0;
  position: relative;
}
header .wpb-menu .current-page-ancestor a:before,
header .wpb-menu .current-page a:before,
header .wpb-menu a:hover:before {
  content: "";
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  bottom: -4px;
  width: 100%;
  left: 0;
}
header .wpb-menu .submenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: none;
}
header .wpb-menu-toggle-icon-wrap {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: transparent;
  display: none;
  margin: 10px 10px 10px 10px;
  border: 0 solid transparent;
  padding: 5px;
  box-sizing: content-box;
  border-radius: 0;
}
header .wpb-menu-toggle-icon {
  background: #000;
  width: 30px;
  height: 2px;
  position: relative;
  transition: background 8ms 240ms ease;
  transform: translateY(14px);
}
header .wpb-menu-toggle-icon:before,
header .wpb-menu-toggle-icon:after {
  transition: top 240ms 280ms ease, transform 240ms 40ms ease;
  position: absolute;
  background: #000;
  width: 30px;
  height: 2px;
  content: "";
}
header .wpb-menu-toggle-icon:before {
  top: -7.5px;
}
header .wpb-menu-toggle-icon:after {
  top: 7.5px;
}
header .wpb-menu-toggle.hidden {
  display: none;
}
header .wpb-menu-toggle:checked ~ .wpb-menu-toggle-icon-wrap .wpb-menu-toggle-icon {
  background: transparent;
}
header .wpb-menu-toggle:checked ~ .wpb-menu-toggle-icon-wrap .wpb-menu-toggle-icon:after,
header .wpb-menu-toggle:checked ~ .wpb-menu-toggle-icon-wrap .wpb-menu-toggle-icon:before {
  transition: top 240ms 40ms ease, transform 240ms 280ms ease;
  top: 0;
}
header .wpb-menu-toggle:checked ~ .wpb-menu-toggle-icon-wrap .wpb-menu-toggle-icon:before {
  transform: rotate(45deg);
}
header .wpb-menu-toggle:checked ~ .wpb-menu-toggle-icon-wrap .wpb-menu-toggle-icon:after {
  transform: rotate(-45deg);
}
header .submenu-toggle.hidden {
  display: none;
}
header .wpb-menu-more.hidden {
  display: none;
}
header .wpb-menu-more-icon-wrap {
  display: none;
}
@media screen and (min-width: 991px) {
  header .wpb-menu-more-icon-wrap {
    width: 30px;
    height: 76px;
    margin-left: 30px;
    display: none;
  }
  header .wpb-menu-more-icon {
    text-align: center;
    vertical-align: middle;
    margin-top: 25px;
  }
  header .wpb-menu-more-icon:before {
    content: "\f142";
    font-family: "Font Awesome 5 Free";
    height: 76px;
    font-size: 24px;
    color: #999;
    font-weight: 700;
  }
  header .wpb-menu-more-icon-wrap:hover .wpb-menu-more-icon:before {
    color: #000;
  }
  header .wpb-menu ul li:nth-child(n+1001) {
    display: none;
  }
  header .wpb-menu-more:checked ~ .wpb-menu-more-icon-wrap .wpb-menu-more-icon:before {
    color: #000;
  }
  header .wpb-menu-more:checked + ul li:nth-child(n+1001) {
    background: #fff;
    display: block;
    position: absolute;
    top: 76px;
    right: 0;
    z-index: 1;
    height: 60px;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 200px;
    border-top: 1px solid #E7E7E8;
    border-right: 1px solid #E7E7E8;
    border-left: 1px solid #E7E7E8;
  }
}
@media screen and (min-width: 992px ) and (max-width: 1289px ) {
  header .wpb-menu a {
    font-size: 19px;
  }
  header .wpb-menu li {
    padding-left: 20px;
  }
  header .wpb-menu li:first-child {
    padding-left: 0;
  }
  header .wpb-menu-more-icon-wrap {
    margin-left: 8px;
  }
}
@media screen and (max-width: 991px ) {
  header .wpb-menu-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  header .wpb-menu {
    width: 100%;
    position: absolute;
    margin: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 60px;
    z-index: 100;
    height: 0;
    overflow: hidden;
    background: #fff;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: ease;
    display: block;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
  }
  header .wpb-menu-toggle-icon-wrap {
    display: block;
  }
  header .wpb-menu-toggle:checked ~ .wpb-menu {
    height: auto;
    opacity: 1;
  }
  header .wpb-menu ul {
    display: block;
    width: 100%;
  }
  header .wpb-menu li {
    text-align: left;
    display: block;
    margin: 0;
    padding: 8px 10px;
    height: auto !important;
  }
  header .wpb-menu .menu-link-wrap {
    padding-right: 50px;
    display: block;
    width: 100%;
  }
  header .wpb-menu a {
    width: 100%;
    display: block;
    padding: 8px 5px;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
  }
  header .wpb-menu .current-page-ancestor a:before,
  header .wpb-menu .current-page a:before,
  header .wpb-menu a:hover:before {
    display: none;
  }
  header .wpb-menu > ul > li > .submenu:before {
    content: "";
    display: block;
    height: 1px;
    margin-left: -15px;
    margin-right: -15px;
  }
  header .wpb-menu .submenu {
    position: relative;
    margin-top: 8px;
    margin-bottom: -8px;
  }
  header .wpb-menu .submenu li {
    padding: 4px 0 4px 10px;
  }
  header .wpb-menu .submenu li:last-child {
    border-bottom: none;
  }
  header .wpb-menu .submenu a {
    font-size: 14px;
    font-weight: normal;
  }
  header .wpb-menu .submenu .submenu {
    margin-top: 4px;
    margin-bottom: -4px;
  }
  header .wpb-menu .submenu .submenu li {
    padding: 2.6666666667px 0 2.6666666667px 5px;
  }
  header .wpb-menu .submenu .submenu a {
    font-size: 13px;
  }
  header .wpb-menu .submenu-toggle {
    display: none !important;
  }
  header .wpb-menu .submenu-toggle:checked ~ .submenu {
    display: block !important;
  }
  header .wpb-menu .submenu-toggle-icon {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 15px;
    top: 8px;
  }
  header .wpb-menu .submenu-toggle-icon:before {
    content: "\f078";
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: 32px;
  }
  header .wpb-menu .submenu-toggle:checked ~ .submenu-toggle-icon:before {
    content: "\f077";
  }
  header .wpb-menu .submenu .submenu-toggle-icon {
    width: 30px;
    height: 30px;
    right: 5px;
    top: 4px;
  }
}