@charset "UTF-8";
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: Arial, serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000;
}
a {
  color: inherit;
  /* text-decoration: underline; */
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  /* margin-bottom: calc(1.2em / 2); */
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em;
}
h1[class], [class].h1,
h2[class],
[class].h2,
h3[class],
[class].h3,
h4[class],
[class].h4,
h5[class],
[class].h5,
h6[class],
[class].h6,
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 992px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .header .header__nav {
    margin-bottom: 30px;
  }
}
.header .header__nav-1 {
  margin-left: 45px;
}
@media (max-width: 992px) {
  .header .header__nav-1 {
    margin-left: 0;
  }
}
.header .header__nav-3 {
  margin-left: -39px;
  padding-right: 35px;
}
@media (max-width: 992px) {
  .header .header__nav-3 {
    margin: 0;
    padding: 0;
  }
}
.header .header__image {
  /* padding-top: 2px; */
  /* margin-left: -35px; */
  padding-top: 20px;
  margin-left: -85px;
}
@media (max-width: 992px) {
  .header .header__image {
    display: none;
  }
}
.header .header__box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* height: 70px; */
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #F7DE03;
  text-transform: uppercase;
  /* background: #000000; */
  padding: 19px 19px 9px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .navbar-collapse.show .header__box {
  opacity: 1;
  visibility: visible;
}
.header .header__box img {
  margin-right: 7px;
  border: 0px solid red;
  width: 290px;
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav utilities
\* ------------------------------------------------------------ */
.nav-utilities {
  padding-top: 6px;
  padding-right: 2px;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .nav-utilities {
    -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;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.nav-utilities ul {
  padding-top: 4px;
  padding-left: 0;
  margin-left: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .nav-utilities ul {
    padding-top: 42px;
    margin-left: 2px;
  }
}
.nav-utilities li {
  position: relative;
  color: #999A9B;
  font-size: 12px;
  letter-spacing: 0.031em;
}
@media (max-width: 992px) {
  .nav-utilities li {
    color: #000000;
    font-size: 18px;
    letter-spacing: 0.022em;
  }
}
.nav-utilities li + li {
  margin-left: 4px;
  padding-left: 8px;
}
@media (max-width: 992px) {
  .nav-utilities li + li {
    margin-left: 12px;
    padding-left: 16px;
  }
}
.nav-utilities li + li:before {
  content: "|";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}
@media (max-width: 992px) {
  .nav-utilities li + li:before {
    font-size: 18px;
  }
}
.nav-utilities a {
  text-decoration: none;
}
.nav-utilities a:hover {
  color: inherit;
  /* text-decoration: underline; */
  text-decoration: none;
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search {
  max-width: 140px;
  height: 18px;
}
@media (max-width: 992px) {
  .search {
    max-width: 160px;
    height: 24px;
  }
}
.search form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search .search__field {
  border: none;
  border-bottom: solid 1px #999A9B;
  border-radius: 0;
  background-color: transparent;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.03em;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  /* padding: 4px 10px 2px 0; */
  padding: 2px 10px 1px 0;
  height: 100%;
}
@media (max-width: 992px) {
  .search .search__field {
    font-size: 18px;
    letter-spacing: 0.022em;
    color: #000;
    padding: 4px 10px 2px 5px;
    border-bottom: solid 2px #000000;
  }
}
.search input::-webkit-input-placeholder {
  color: #999A9B;
}
.search input::-moz-placeholder {
  color: #999A9B;
}
.search input:-ms-input-placeholder {
  color: #999A9B;
}
.search input::-ms-input-placeholder {
  color: #999A9B;
}
.search input::placeholder {
  color: #999A9B;
}
@media (max-width: 992px) {
  .search input::-webkit-input-placeholder {
    color: #000;
  }
  .search input::-moz-placeholder {
    color: #000;
  }
  .search input:-ms-input-placeholder {
    color: #000;
  }
  .search input::-ms-input-placeholder {
    color: #000;
  }
  .search input::placeholder {
    color: #000;
  }
}
.search .search__btn {
  margin-right: 10px;
  background: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border: none;
  padding: 0;
  min-width: 15px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 992px) {
  .search .search__btn {
    display: none;
  }
}
.search .search__btn:hover,
.search .search__btn:focus {
  opacity: 0.7;
}
.search .search__btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* ------------------------------------------------------------ *\
	Section tabs
\* ------------------------------------------------------------ */
.section-tabs {
  padding: 20rem 0;
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 114rem + 1.5rem * 2 );
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
  width: 100%;
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */
.tabs .nav-tabs {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 72px 2px;
  border: none;
  margin: 0 -13px;
  position: relative;
}
@media (max-width: 992px) {
  .tabs .nav-tabs {
    padding: 0 35px 2px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .nav-tabs {
    padding: 0 10px 1px;
    margin: 0 -5px;
  }
}
.tabs .nav-tabs:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  border-bottom: solid 2px #999A9B;
  z-index: -1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .nav-tabs:after {
    bottom: 0;
    border-bottom: solid 1px #999A9B;
  }
}
.tabs .nav-tabs li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0 13px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .nav-tabs li {
    padding: 0 5px;
  }
}
.tabs .nav-tabs .nav-item.show .nav-link,
.tabs .nav-tabs .nav-link.active {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.tabs .nav-tabs .nav-link:focus, .tabs .nav-tabs .nav-link:hover {
  color: #000;
  border-color: #000;
  isolation: isolate;
}
.tabs .nav-link {
  padding: 0 0 8px 0;
  font-size: 18px;
  font-weight: 700;
  color: #999A9B;
  width: 100%;
  text-align: left;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border-bottom: solid 2px #999A9B;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .nav-link {
    z-index: 1;
    font-size: 16px;
    border-bottom: solid 1px transparent;
  }
}
.tabs .tab-pane {
  padding-top: 41px;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Bootstrap overwrites
\* ------------------------------------------------------------ */
.navbar-brand {
  min-width: 352px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .navbar-brand {
    max-width: 235px;
    min-width: 0;
    padding: 0;
    margin-left: 22px;
    margin-bottom: 10px;
  }
}
@media (max-width: 374px) {
  .navbar-brand {
    max-width: 200px;
  }
}
.navbar {
  background-color: #fff;
  padding: 18px 0px 18px;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .navbar {
    padding: 10px 0 0px 0;
  }
}
.navbar-collapse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 992px) {
  .navbar-collapse {
    min-width: 100vw;
    top: 100%;
    position: absolute;
    left: 0;
    background-color: #F7DE03;
    padding: 0 28px 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.navbar-nav,
.nav-utilities {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 992px) {
  .navbar-nav {
    padding-top: 40px;
  }
}
.dropdown {
  position: initial;
}
@media (max-width: 992px) {
  .dropdown {
    position: relative;
  }
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  max-width: 1120px;
  width: 100%;
  background-color: #F7DE03;
  border: none;
  border-radius: 0;
  padding: 36px 61px 39px 208px;
}
@media (max-width: 992px) {
  .dropdown-menu {
    padding: 41px 0 12px;
    border-top: solid 1px #000;
  }
}
.dropdown-menu[data-bs-popper] {
  margin-top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 992px) {
  .dropdown-menu[data-bs-popper] {
    margin-top: 27px;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.dropdown-menu:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1120px;
  height: 40px;
}
@media (max-width: 992px) {
  .dropdown-menu:before {
    display: none;
  }
}
@media (max-width: 992px) {
  .dropdown-menu ul + ul {
    margin-top: 10px;
  }
}
.dropdown-menu ul {
  font-size: 14px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .dropdown-menu ul {
    font-size: 18px;
    font-weight: 400;
  }
}
.dropdown-menu ul li {
  letter-spacing: 0;
}
.dropdown-menu ul li + li {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .dropdown-menu ul li + li {
    margin-top: 27px;
  }
}
.dropdown-menu ul a {
  color: #000;
  text-decoration: none;
}
@media (max-width: 992px) {
  .dropdown-menu ul a {
    text-transform: uppercase;
  }
}
.dropdown-menu ul a:hover {
  /* text-decoration: underline; */
  text-decoration: none;
}
.navbar-nav .nav-item {
  font-size: 14px;
  line-height: 1.143;
  letter-spacing: 0.028em;
}
@media (max-width: 992px) {
  .navbar-nav .nav-item {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.021em;
    border-bottom: solid 1px #000;
    padding-bottom: 27px;
  }
}
.navbar-nav .nav-item > a:hover {
  /* text-decoration: underline; */
  text-decoration: none;
  /* text-underline-offset: 0.5em; */
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 2px;
}
.nav-link {
  position: relative;
}
.nav-link.dropdown-toggle:after {
  content: "";
  width: 18px;
  height: 0.2rem;
  background: #000000;
  position: absolute;
  top: 10px;
  right: 12px;
  display: block;
  vertical-align: 0;
  border: none;
  margin-left: 0;
  display: none;
}
@media (max-width: 992px) {
  .nav-link.dropdown-toggle:after {
    display: block;
  }
}
.nav-link.dropdown-toggle:before {
  content: "";
  width: 0.2rem;
  height: 18px;
  background: #000000;
  position: absolute;
  top: 2px;
  right: 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  display: none;
}
@media (max-width: 992px) {
  .nav-link.dropdown-toggle:before {
    display: block;
  }
}
.nav-link.dropdown-toggle.show:before {
  opacity: 0;
  visibility: hidden;
}
.navbar-nav .nav-item + .nav-item {
  margin-left: 39px;
}
@media (max-width: 992px) {
  .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
    margin-top: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.dropdown-menu h4, .dropdown-menu .h4 {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-decoration: none;
}
@media (max-width: 992px) {
  .dropdown-menu h4, .dropdown-menu .h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 26px;
  }
}
.navbar-toggler {
  margin-right: 17px;
  padding: 0;
  border: none;
  width: 37px;
  /* height: 28px; */
  height: 23px;
  margin-top: -8px;
}
.navbar-light .navbar-toggler-icon {
  width: 100%;
  height: 100%;
  background-image: none;
  position: relative;
}
.navbar-toggler-icon span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 2px; */
  height: 3px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-toggler.is-active .navbar-toggler-icon span {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.navbar-toggler-icon span:last-child {
  top: auto;
  bottom: 0;
}
.navbar-toggler.is-active .navbar-toggler-icon span:last-child {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.navbar-toggler-icon span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.navbar-toggler.is-active .navbar-toggler-icon span:nth-child(2) {
  top: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
