/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.icon-search-fine:before {
  content: none;
}

.search_icon {
  width: 20px;
}

.m-0 {
  margin-bottom: 0px !important;
}

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

/* .column.one-fourth.column_column {
  min-height: 398px !important;
} */

.pricing-box.pricing-box-box {
  border: none !important;
}

.front-header .responsive-menu-toggle {
    margin-top: -11px !important;
}

.front-header #Top_bar {
  background-color: transparent !important;
  border-bottom: solid 1px #a1a1a1;
}

.front-header #Top_bar #menu {
  background-color: transparent;
}

.menu-footer-container,
#Footer #social-menu {
  display: inline-block;
}

.copyright {
  display: inline-block;
  margin-right: 10px;
}

.footer-menu {
  margin: 0 auto;
  display: block;
  text-align: center;
}

#Footer .footer_copy .social-menu {
  float: none;
  margin-right: 20px;
}

#Footer.footer-kaltechs {
  z-index: 2;
  color: white;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}

#Footer.footer-kaltechs .widgets_wrapper {
  padding: 0px !important;
}

#Footer.footer-kaltechs .footer_copy {
  border-top: none;
}

#Footer.footer-kaltechs .menu-footer-container .social-menu li a,
#Footer.footer-kaltechs .social-menu li a {
  color: white;
}

#Footer .footer_copy .copyright {
  color: #65666c;
}

#Footer.footer-kaltechs .footer_copy .copyright {
  color: white;
}

#Top_bar #menu {
  z-index: 201;
  height: 60px;
}

#Top_bar .menu {
  z-index: 202;
  cursor: default;
  margin: 0;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 60px;
  padding: 0 20%;
}

#Top_bar .menu_wrapper {
  float: initial;
  z-index: 201;
}

#Top_bar .menu > li:last-child > a span {
  border: 0;
  padding: 0 20px;
}

#Top_bar .menu > li {
  margin: 0;
  z-index: 203;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  z-index: 1;
  vertical-align: top;
}

.header-fixed #Top_bar .menu > li > a {
  padding: 15px 0;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 44px;
  opacity: 1;
  background: no-repeat;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-tap-highlight-color: transparent;
  outline-offset: -7px;
}

.header-fixed #Top_bar .menu > li > a {
  padding: 15px 0 0 0 !important;
}

.chapternav {
  overflow: hidden;
  padding: 0;
  padding-bottom: 12px;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 92px;
  z-index: 200;
}

#Top_bar .top_bar_right .top_bar_right_wrapper {
  width: auto;
  margin: 0 30px 0 20px;
}

#Top_bar .top_bar_right .top_bar_right_wrapper > a:last-child {
  height: 30px;
  line-height: 30px;
  padding: 15px 0;
  display: grid;
  box-sizing: content-box;
}

.search_icon {
  width: 20px;
  vertical-align: middle;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {
  .chapternav {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(242, 242, 242, 0.6);
  }
}

.ac-nav-overlap .chapternav,
.chapternav-overlap .chapternav {
  position: absolute;
  top: 0;
  left: 0;
}

.ac-nav-overlap .chapternav {
  margin-top: 44px;
}

@media only screen and (max-width: 767px) {
  .ac-nav-overlap .chapternav {
    margin-top: 48px;
  }
}

.theme-dark .chapternav,
.chapternav.theme-dark {
  background: rgba(51, 51, 51, 0.7);
}

@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {
  .theme-dark .chapternav,
  .chapternav.theme-dark {
    background: rgba(51, 51, 51, 0.6);
  }
}

.chapternav-wrapper {
  position: relative;
  height: 100%;
  z-index: 1;
  padding-top: 12px;
}

.chapternav-items {
  list-style: none;
  margin: 0 34px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 50px;
  white-space: nowrap;
}

@media only screen and (orientation: landscape) {
  .chapternav-items {
    padding-bottom: 49px;
  }
}

html.touch .chapternav-items {
  margin: 0;
  padding-left: 34px;
  padding-right: 34px;
}

@supports (padding: calc(max(0px))) {
  html.touch .chapternav-items {
    padding-left: calc(max(env(safe-area-inset-left), 34px));
    padding-right: calc(max(env(safe-area-inset-right), 34px));
  }
}

.chapternav-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 -0.11765em;
  padding: 0 20px;
}

.chapternav-item:first-child {
  margin-left: 0;
  padding-left: 4px;
}

.chapternav-item:last-child {
  margin-right: 0;
  padding-right: 4px;
}

.chapternav-icon {
  background: center bottom no-repeat;
  display: block;
  margin: 0 auto 6px;
  height: 54px;
  width: 48px;
  height: 54px;
  background-size: 48px 54px;
  background-repeat: no-repeat;
}

.chapternav-label {
  font-size: 11px;
  line-height: 1.09091;
  font-weight: 400;
  letter-spacing: -0.008em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: block;
  margin: 0;
}

.chapternav-new {
  font-size: 9px;
  line-height: 1.22226;
  font-weight: 400;
  letter-spacing: -0.006em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #ef5602;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.theme-dark .chapternav-new {
  color: #f46c0e;
}

.chapternav-link {
  color: #111;
  display: block;
  margin-top: 3px;
  padding: 0;
  position: relative;
  z-index: 1;
}

.chapternav-link:hover {
  color: #d5b689;
  text-decoration: none;
}

.chapternav-link:focus {
  outline-offset: 0;
}

.chapternav-link.current {
  color: #111;
  cursor: default;
  opacity: 0.6;
}

.theme-dark .chapternav-link {
  color: #fff;
}

.theme-dark .chapternav-link:hover {
  color: #6bf;
}

.theme-dark .chapternav-link.current {
  color: #fff;
}

@-webkit-keyframes chapternav-slidein {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: translateX(160px);
    transform: translateX(160px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes chapternav-slidein {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: translateX(160px);
    transform: translateX(160px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.chapternav-item {
  -webkit-animation: chapternav-slidein 350ms backwards;
  animation: chapternav-slidein 350ms backwards;
}

html.touch .chapternav-paddles {
  display: none;
}

button.chapternav-paddle {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  border: 0 solid rgba(17, 17, 17, 0.2) !important;
  border-radius: 0;
  color: #000;
  opacity: 1;
  position: absolute;
  top: 12px;
  bottom: 14px;
  text-align: center;
  width: 33px;
  -webkit-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out;
}

button.chapternav-paddle:after {
  opacity: 0.8;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  height: inherit;
  width: inherit;
  background: none;
}

button.chapternav-paddle:disabled {
  opacity: 0;
}

button.chapternav-paddle:hover:after {
  opacity: 1;
}

button.chapternav-paddle:focus {
  outline: none;
}

button.chapternav-paddle:focus:after {
  outline: 3px solid #c1e0fe;
  outline: 3px solid rgba(131, 192, 253, 0.5);
  outline-offset: 4px;
  opacity: 1;
}

button.chapternav-paddle:focus:after[data-focus-method="mouse"]:not(input):not(
    textarea
  ):not(select),
button.chapternav-paddle:focus:after[data-focus-method="touch"]:not(input):not(
    textarea
  ):not(select) {
  outline: none;
}

button.chapternav-paddle:active {
  outline: none;
}

button.chapternav-paddle:active:after {
  outline: none;
  opacity: 1;
}

.theme-dark .chapternav-paddle {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

button.chapternav-paddle-left {
  border-right-width: 1px !important;
  left: 0;
}

button.chapternav-paddle-left::before,
button.chapternav-paddle-left::after {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  text-decoration: underline;
  position: relative;
  z-index: 1;
  alt: "";
}

button.chapternav-paddle-left::before,
button.chapternav-paddle-left::after {
  text-decoration: none;
}

button.chapternav-paddle-left::before {
  display: none;
}

button.chapternav-paddle-left::before,
button.chapternav-paddle-left::after {
  content: "<";
}

button.chapternav-paddle-left:after {
  margin-left: 0px;
}

button.chapternav-paddle-right {
  border-left-width: 1px !important;
  right: 0;
}

button.chapternav-paddle-right::before,
button.chapternav-paddle-right::after {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  text-decoration: underline;
  position: relative;
  z-index: 1;
  alt: "";
}

button.chapternav-paddle-right::before,
button.chapternav-paddle-right::after {
  text-decoration: none;
}

button.chapternav-paddle-right::before {
  display: none;
}

button.chapternav-paddle-right::before,
button.chapternav-paddle-right::after {
  content: ">";
}

button.chapternav-paddle-right:after {
  margin-right: 8px;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a,
.accordion .question.active .title > .acc-icon-plus,
.accordion .question.active .title > .acc-icon-minus,
.faq .question.active .title > .acc-icon-plus,
.faq .question.active .title,
.accordion .question.active .title {
  color: #d5b689 !important;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a:after {
  background: #d5b689 !important;
}

.ui-tabs .ui-tabs-nav li a {
  text-decoration: none;
  display: block;
  padding: 14px 30px !important;

  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
}

#ac-localnav {
  font-weight: normal;
  text-size-adjust: 100%;
}

#ac-localnav,
#ac-localnav:before,
#ac-localnav:after,
#ac-localnav *,
#ac-localnav *:before,
#ac-localnav *:after {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  letter-spacing: normal;
}

#ac-localnav *,
#ac-localnav *:before,
#ac-localnav *:after {
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
}

#ac-localnav article,
#ac-localnav aside,
#ac-localnav details,
#ac-localnav figcaption,
#ac-localnav figure,
#ac-localnav footer,
#ac-localnav header,
#ac-localnav nav,
#ac-localnav section {
  display: block;
}

#ac-localnav img {
  border: 0;
  vertical-align: middle;
}

#ac-localnav ul {
  list-style: none;
}

#ac-localnav,
#ac-localnav input,
#ac-localnav textarea,
#ac-localnav select,
#ac-localnav button {
  font-synthesis: none;
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: ltr;
  text-align: left;
}

#ac-localnav,
#ac-localnav select,
#ac-localnav button {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#ac-localnav input,
#ac-localnav textarea {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#ac-localnav a,
#ac-localnav a:hover {
  text-decoration: none;
}

#ac-localnav .ac-ln-violator {
  font-size: 17px;
  line-height: 1.52947;
  font-weight: 400;
  letter-spacing: -0.021em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #e85d00;
  background: transparent;
  border: 1px solid #e85d00;
  border-radius: 4px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 4px;
  white-space: nowrap;
}

@media only screen and (max-width: 735px) {
  #ac-localnav .ac-ln-violator {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
  }
}

#ac-localnav .ac-ln-violator-inline {
  margin-left: 10px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 3px;
}

#ac-localnav .ac-ln-violator-secondary {
  border-color: #888;
  color: #666;
}

#ac-localnav .ac-ln-violator-frameless {
  font-size: 17px;
  line-height: 1.52947;
  font-weight: 400;
  letter-spacing: -0.021em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #e85d00;
  display: block;
}

#ac-localnav .ac-ln-violator-frameless-inline {
  margin-left: 10px;
  display: inline;
}

#ac-localnav .ac-ln-violator {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
}

#ac-localnav
  .ac-ln-button:focus[data-focus-method="mouse"]:not(input):not(textarea):not(
    select
  ),
#ac-localnav
  .ac-ln-button:focus[data-focus-method="touch"]:not(input):not(textarea):not(
    select
  ) {
  box-shadow: none;
}

#ac-localnav .ac-ln-button:disabled,
#ac-localnav .ac-ln-button.disabled,
#ac-localnav .ac-ln-button.current {
  background-color: #0070c9;
  background: -webkit-linear-gradient(#42a1ec, #0070c9);
  background: linear-gradient(#42a1ec, #0070c9);
  border-color: #07c;
  color: #fff;
  cursor: default;
  opacity: 0.3;
}

#ac-localnav .ac-ln-button-compact,
#ac-localnav .ac-ln-button {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  min-width: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
}

#ac-localnav .ac-ln-button-block {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
}

#ac-localnav .ac-ln-button-secondary {
  background-color: #e3e3e3;
  background: -webkit-linear-gradient(#fff, #e3e3e3);
  background: linear-gradient(#fff, #e3e3e3);
  border-color: #d6d6d6;
  color: #0070c9;
}

#ac-localnav .ac-ln-button-secondary:hover {
  background-color: #eee;
  background: -webkit-linear-gradient(#fff, #eee);
  background: linear-gradient(#fff, #eee);
  border-color: #d9d9d9;
}

#ac-localnav .ac-ln-button-secondary:active {
  background-color: #dcdcdc;
  background: -webkit-linear-gradient(#f7f7f7, #dcdcdc);
  background: linear-gradient(#f7f7f7, #dcdcdc);
  border-color: #d0d0d0;
}

#ac-localnav .ac-ln-button-secondary:disabled,
#ac-localnav .ac-ln-button-secondary.disabled {
  background-color: #e3e3e3;
  background: -webkit-linear-gradient(#fff, #e3e3e3);
  background: linear-gradient(#fff, #e3e3e3);
  border-color: #d6d6d6;
  color: #0070c9;
}

#ac-localnav .ac-ln-button + .ac-ln-button {
  margin-left: 20px;
}

#ac-ln-viewport-emitter {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  z-index: -1;
  x-content: "ac-localnav:large";
}

#ac-ln-viewport-emitter::before {
  content: "ac-localnav:large";
}

@media only screen and (max-width: 1023px) {
  #ac-ln-viewport-emitter {
    x-content: "ac-localnav:medium";
  }
  #ac-ln-viewport-emitter::before {
    content: "ac-localnav:medium";
  }
}

@media only screen and (max-width: 767px) {

  .mobile-header-mini.mobile-mini-ml-lr #Top_bar .logo{float:left; margin-left:15px !important; margin-right:0px;}

  #ac-ln-viewport-emitter {
    x-content: "ac-localnav:small";
  }
  #ac-ln-viewport-emitter::before {
    content: "ac-localnav:small";
  }

  .mobile-tr-header #Action_bar,.mobile-tr-header #Top_bar{background:#20232c!important}
  .mobile-tr-header #Top_bar {
    position:fixed;
    top:50px;
    background-color:transparent!important;
    border-bottom:none;
  }

.mobile-tr-header #Top_bar.is-sticky {
  background-color:white!important;
  transition: background-color 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

  #Top_bar a.responsive-menu-toggle.is-sticky{position:absolute;top:30px;left:auto !important; right: 10px !important;}
}

#ac-localnav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  min-width: 1024px;
  z-index: 201;
  background-color: white;
}

@media only screen and (max-width: 1044px) {
  #ac-localnav {
    min-width: 320px;
  }
}

@media only screen and (max-width: 767px) {
  #ac-localnav {
    height: 48px;
    margin-bottom: 25px;
    z-index: 600;
  }
  #ac-localnav.ac-localnav-stacked {
    height: 66px;
  }
}

.ac-localnav-overlap #ac-localnav {
  margin-bottom: -52px;
}

@media only screen and (max-width: 767px) {
  .ac-localnav-overlap #ac-localnav {
    margin-bottom: -48px;
  }
  .ac-localnav-overlap #ac-localnav.ac-localnav-stacked {
    margin-bottom: -66px;
  }
}

.ac-nav-overlap #ac-localnav {
  margin-top: 44px;
  margin-bottom: -96px;
}

@media only screen and (max-width: 767px) {
  .ac-nav-overlap #ac-localnav {
    margin-top: 48px;
    margin-bottom: -96px;
  }
  .ac-nav-overlap #ac-localnav.ac-localnav-stacked {
    margin-bottom: -114px;
  }
}

#ac-localnav.theme-dark {
  background: none;
}

#ac-ln-menustate {
  display: none;
}

#ac-localnav .ac-ln-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 1;
}

#ac-localnav .ac-ln-content {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 22px;
  position: relative;
  z-index: 2;
  padding-left: -webkit-calc(22px + constant(safe-area-inset-left));
  padding-left: calc(22px + constant(safe-area-inset-left));
  padding-right: -webkit-calc(22px + constant(safe-area-inset-right));
  padding-right: calc(22px + constant(safe-area-inset-right));
}

@supports (padding: calc(max(0px))) {
  #ac-localnav .ac-ln-content {
    padding-left: -webkit-calc(max(22px, env(safe-area-inset-left)));
    padding-left: calc(max(22px, env(safe-area-inset-left)));
    padding-right: -webkit-calc(max(22px, env(safe-area-inset-right)));
    padding-right: calc(max(22px, env(safe-area-inset-right)));
  }
}

#ac-localnav .ac-ln-content::before,
#ac-localnav .ac-ln-content::after {
  content: " ";
  display: table;
}

#ac-localnav .ac-ln-content::after {
  clear: both;
}

@media only screen and (max-width: 1023px) {
  #ac-localnav .ac-ln-content {
    border-bottom: none;
  }
}

@media only screen and (max-width: 767px) {
  #ac-localnav .ac-ln-content {
    padding: 0 16px;
  }
}

#ac-localnav.css-sticky {
  position: -webkit-sticky;
  position: sticky;
}

#ac-localnav.ac-ln-sticking {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: fixed;
}

#ac-ln-sticky-placeholder {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  visibility: hidden;
  z-index: -1;
}

#ac-ln-sticky-placeholder.no-css-sticky.ac-ln-sticking {
  height: 52px;
}

.ac-localnav-overlap #ac-ln-sticky-placeholder.no-css-sticky.ac-ln-sticking,
.ac-nav-overlap #ac-ln-sticky-placeholder.no-css-sticky.ac-ln-sticking {
  height: 0;
}

@media only screen and (max-width: 767px) {
  #ac-ln-sticky-placeholder.no-css-sticky.ac-ln-sticking {
    height: 48px;
  }
}

#ac-ln-curtain {
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  position: fixed;
  top: 120px;
  left: 0;
  width: 0;
  height: 0;
  z-index: 9996;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media only screen and (max-width: 767px) {
  #ac-ln-curtain {
    -webkit-transition: opacity 1s ease 0.2s, width 0s ease 1.2s,
      height 0s ease 1.2s;
    transition: opacity 1s ease 0.2s, width 0s ease 1.2s, height 0s ease 1.2s;
  }
}

#ac-localnav.large-ac-ln-collapsible #ac-ln-curtain {
  -webkit-transition: opacity 1s ease 0.2s, width 0s ease 1.2s,
    height 0s ease 1.2s;
  transition: opacity 1s ease 0.2s, width 0s ease 1.2s, height 0s ease 1.2s;
}

@media only screen and (max-width: 1023px) {
  #ac-localnav.medium-ac-ln-collapsible #ac-ln-curtain {
    -webkit-transition: opacity 1s ease 0.2s, width 0s ease 1.2s,
      height 0s ease 1.2s;
    transition: opacity 1s ease 0.2s, width 0s ease 1.2s, height 0s ease 1.2s;
  }
}

#ac-localnav.checked #ac-ln-curtain {
  -webkit-transition: opacity 1s ease 0.1s;
  transition: opacity 1s ease 0.1s;
}

@media only screen and (max-width: 767px) {
  #ac-localnav.checked #ac-ln-curtain,
  #ac-ln-menustate:target ~ #ac-ln-curtain {
    opacity: 1;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}

#ac-localnav.large-ac-ln-collapsible
  #ac-ln-menustate-open.checked
  ~ #ac-ln-curtain,
#ac-localnav.large-ac-ln-collapsible #ac-ln-menustate:target ~ #ac-ln-curtain {
  opacity: 1;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1023px) {
  #ac-localnav.medium-ac-ln-collapsible
    #ac-ln-menustate-open.checked
    ~ #ac-ln-curtain,
  #ac-localnav.medium-ac-ln-collapsible
    #ac-ln-menustate:target
    ~ #ac-ln-curtain {
    opacity: 1;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}

#ac-localnav .ac-ln-actions {
  float: left;
}

@media only screen and (max-width: 767px) {
  #ac-localnav .ac-ln-actions {
    right: 0;
    padding: 3px 22px 0;
    position: absolute;
    top: 0;
    z-index: 1;
    padding-right: -webkit-calc(22px + constant(safe-area-inset-right));
    padding-right: calc(22px + constant(safe-area-inset-right));
  }
  @supports (padding: calc(max(0px))) {
    #ac-localnav .ac-ln-actions {
      padding-right: -webkit-calc(max(22px, env(safe-area-inset-right)));
      padding-right: calc(max(22px, env(safe-area-inset-right)));
    }
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  #ac-localnav .ac-ln-actions {
    padding: 0 16px 0;
  }
}

#ac-localnav.large-ac-ln-collapsible .ac-ln-actions {
  right: 0;
  padding: 3px 22px 0;
  position: absolute;
  top: 0;
  z-index: 1;
  padding-right: -webkit-calc(22px + constant(safe-area-inset-right));
  padding-right: calc(22px + constant(safe-area-inset-right));
}

@supports (padding: calc(max(0px))) {
  #ac-localnav.large-ac-ln-collapsible .ac-ln-actions {
    padding-right: -webkit-calc(max(22px, env(safe-area-inset-right)));
    padding-right: calc(max(22px, env(safe-area-inset-right)));
  }
}

@media only screen and (max-width: 767px) {
  #ac-localnav.large-ac-ln-collapsible .ac-ln-actions {
    padding: 0 16px 0;
  }
}

@media only screen and (max-width: 1023px) {
  #ac-localnav.medium-ac-ln-collapsible .ac-ln-actions {
    right: 0;
    padding: 3px 22px 0;
    position: absolute;
    top: 0;
    z-index: 1;
    padding-right: -webkit-calc(22px + constant(safe-area-inset-right));
    padding-right: calc(22px + constant(safe-area-inset-right));
  }
  @supports (padding: calc(max(0px))) {
    #ac-localnav.medium-ac-ln-collapsible .ac-ln-actions {
      padding-right: -webkit-calc(max(22px, env(safe-area-inset-right)));
      padding-right: calc(max(22px, env(safe-area-inset-right)));
    }
  }
}

@media only screen and (max-width: 1023px) and (max-width: 767px) {
  #ac-localnav.medium-ac-ln-collapsible .ac-ln-actions {
    padding: 0 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  #ac-localnav .ac-ln-actions-center {
    right: -1%;
  }
}

#ac-localnav.large-ac-ln-collapsible .ac-ln-actions-center {
  left: 50%;
}

@media only screen and (max-width: 1023px) {
  #ac-localnav.medium-ac-ln-collapsible .ac-ln-actions-center {
    left: 50%;
  }
}

@media only screen and (max-width: 767px) {
  #ac-localnav .ac-ln-actions-center .ac-ln-action-menucta {
    margin-left: -20px;
    left: 0;
    position: absolute;
    z-index: 1;
  }
}

#ac-localnav.large-ac-ln-collapsible
  .ac-ln-actions-center
  .ac-ln-action-menucta {
  margin-left: -20px;
  left: 0;
  position: absolute;
  z-index: 1;
}

@media only screen and (max-width: 1023px) {
  #ac-localnav.medium-ac-ln-collapsible
    .ac-ln-actions-center
    .ac-ln-action-menucta {
    margin-left: -20px;
    left: 0;
    position: absolute;
    z-index: 1;
  }
}

#ac-localnav .ac-ln-action {
  margin-left: 24px;
  float: left;
}

@media only screen and (max-width: 767px) {
  #ac-localnav .ac-ln-action {
    margin-top: 15px;
  }
}

#ac-localnav.large-ac-ln-collapsible .ac-ln-action {
  margin-top: 17px;
}

@media only screen and (max-width: 1023px) {
  #ac-localnav.medium-ac-ln-collapsible .ac-ln-action {
    margin-top: 17px;
  }
}

@media only screen and (max-width: 767px) {
  #ac-localnav .ac-ln-action-button,
  #ac-localnav .ac-ln-action-violator {
    margin-left: 11px;
    float: right;
  }
}

#ac-localnav.large-ac-ln-collapsible .ac-ln-action-button,
#ac-localnav.large-ac-ln-collapsible .ac-ln-action-violator {
  margin-left: 11px;
  float: right;
}

@media only screen and (max-width: 1023px) {
  #ac-localnav.medium-ac-ln-collapsible .ac-ln-action-button,
  #ac-localnav.medium-ac-ln-collapsible .ac-ln-action-violator {
    margin-left: 11px;
    float: right;
  }
}

#ac-localnav .ac-ln-action-product {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  top: auto;
  left: auto;
}

#ac-localnav .ac-ln-action-menucta {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #ac-localnav .ac-ln-action-menucta {
    float: left;
  }
}

#ac-localnav.large-ac-ln-collapsible .ac-ln-action-menucta {
  float: left;
}

@media only screen and (max-width: 1023px) {
  #ac-localnav.medium-ac-ln-collapsible .ac-ln-action-menucta {
    float: left;
  }
}

#ac-localnav .ac-ln-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}

#ac-localnav .ac-ln-background:after {
  background-color: rgba(51, 51, 51, 0.2);
}

@media only screen and (max-width: 767px) {
  #ac-localnav .ac-ln-background {
    min-height: 48px;
    -webkit-transition: background-color 0.5s ease 0.7s;
    transition: background-color 0.5s ease 0.7s;
  }
  #ac-localnav.ac-localnav-hero .ac-ln-background {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

#ac-localnav.large-ac-ln-collapsible .ac-ln-background {
  min-height: 48px;
  -webkit-transition: background-color 0.5s ease 0.7s;
  transition: background-color 0.5s ease 0.7s;
}

.large-ac-ln-collapsible#ac-localnav.ac-localnav-hero .ac-ln-background {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media only screen and (max-width: 1023px) {
  #ac-localnav.medium-ac-ln-collapsible .ac-ln-background {
    min-height: 48px;
    -webkit-transition: background-color 0.5s ease 0.7s;
    transition: background-color 0.5s ease 0.7s;
  }
  .medium-ac-ln-collapsible#ac-localnav.ac-localnav-hero .ac-ln-background {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

#ac-localnav.ac-localnav-hero .ac-ln-background:after {
  background-color: rgba(255, 255, 255, 0.4);
}

#ac-localnav.ac-localnav-scrim .ac-ln-background {
  background-color: rgba(255, 255, 255, 0.9);
}

#ac-localnav.ac-localnav-scrim .ac-ln-background:after {
  background-color: rgba(51, 51, 51, 0.2);
}

@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {
  #ac-localnav.ac-localnav-scrim .ac-ln-background {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.7);
  }
}

.ac-localnav-scrim#ac-localnav.ac-localnav-noblur .ac-ln-background {
  -webkit-backdrop-filter: initial;
  backdrop-filter: initial;
  background-color: rgba(255, 255, 255, 0.9);
}

.ac-theme-dark #ac-localnav.ac-localnav-scrim .ac-ln-background,
.ac-localnav-scrim#ac-localnav.ac-localnav-dark .ac-ln-background {
  background-color: rgba(34, 34, 34, 0.9);
}

@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {
  .ac-theme-dark #ac-localnav.ac-localnav-scrim .ac-ln-background,
  .ac-localnav-scrim#ac-localnav.ac-localnav-dark .ac-ln-background {
    background-color: rgba(34, 34, 34, 0.7);
  }
}

.ac-theme-dark
  .ac-localnav-scrim#ac-localnav.ac-localnav-noblur
  .ac-ln-background,
.ac-localnav-scrim.ac-localnav-dark#ac-localnav.ac-localnav-noblur
  .ac-ln-background {
  -webkit-backdrop-filter: initial;
  backdrop-filter: initial;
  background-color: rgba(34, 34, 34, 0.9);
}

#ac-localnav.ac-ln-sticking .ac-ln-background {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition-property: background-color, -webkit-backdrop-filter;
  transition-property: background-color, -webkit-backdrop-filter;
  transition-property: background-color, backdrop-filter;
  transition-property: background-color, backdrop-filter,
    -webkit-backdrop-filter;
}

#ac-localnav.ac-ln-sticking .ac-ln-background:after {
  background-color: rgba(51, 51, 51, 0.1);
}

@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {
  #ac-localnav.ac-ln-sticking .ac-ln-background {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 1);
  }
}

.ac-ln-sticking#ac-localnav.ac-localnav-noblur .ac-ln-background {
  -webkit-backdrop-filter: initial;
  backdrop-filter: initial;
  background-color: rgba(255, 255, 255, 0.9);
}

.ac-theme-dark #ac-localnav.ac-ln-sticking .ac-ln-background,
.ac-ln-sticking#ac-localnav.ac-localnav-dark .ac-ln-background {
  background-color: rgba(34, 34, 34, 0.9);
}

@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {
  .ac-theme-dark #ac-localnav.ac-ln-sticking .ac-ln-background,
  .ac-ln-sticking#ac-localnav.ac-localnav-dark .ac-ln-background {
    background-color: rgba(34, 34, 34, 1);
  }
}

.ac-theme-dark .ac-ln-sticking#ac-localnav.ac-localnav-noblur .ac-ln-background,
.ac-ln-sticking.ac-localnav-dark#ac-localnav.ac-localnav-noblur
  .ac-ln-background {
  -webkit-backdrop-filter: initial;
  backdrop-filter: initial;
  background-color: rgba(34, 34, 34, 0.9);
}

#ac-ln-menustate-open.checked ~ #ac-localnav .ac-ln-background,
#ac-ln-menustate:target ~ #ac-localnav .ac-ln-background {
  background-color: #fff;
  max-height: none;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  -webkit-transition-property: background-color, -webkit-backdrop-filter;
  transition-property: background-color, -webkit-backdrop-filter;
  transition-property: background-color, backdrop-filter;
  transition-property: background-color, backdrop-filter,
    -webkit-backdrop-filter;
}

#ac-ln-menustate-open.checked ~ #ac-localnav .ac-ln-background:after,
#ac-ln-menustate:target ~ #ac-localnav .ac-ln-background:after {
  background-color: rgba(51, 51, 51, 0.1);
}

@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {
  #ac-ln-menustate-open.checked ~ #ac-localnav .ac-ln-background,
  #ac-ln-menustate:target ~ #ac-localnav .ac-ln-background {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.9);
  }
}

#ac-ln-menustate-open.checked
  ~ #ac-localnav.ac-localnav-noblur
  .ac-ln-background,
#ac-ln-menustate:target ~ #ac-localnav.ac-localnav-noblur .ac-ln-background {
  -webkit-backdrop-filter: initial;
  backdrop-filter: initial;
  background-color: #fff;
}

.ac-theme-dark #ac-localnav .ac-ln-background:after,
#ac-localnav.ac-localnav-dark .ac-ln-background:after {
  background-color: rgba(51, 51, 51, 0.95);
}

.ac-theme-dark #ac-localnav.ac-localnav-hero .ac-ln-background:after,
.ac-localnav-dark#ac-localnav.ac-localnav-hero .ac-ln-background:after {
  background-color: rgba(255, 255, 255, 0.4);
}

.ac-theme-dark
  .ac-localnav-hero#ac-localnav.ac-ln-sticking
  .ac-ln-background:after,
.ac-localnav-dark.ac-localnav-hero#ac-localnav.ac-ln-sticking
  .ac-ln-background:after {
  background-color: rgba(51, 51, 51, 0.7);
}

.ac-theme-dark #ac-localnav.ac-localnav-scrim .ac-ln-background:after,
.ac-localnav-dark#ac-localnav.ac-localnav-scrim .ac-ln-background:after {
  background-color: rgba(51, 51, 51, 0.95);
}

.ac-theme-dark #ac-localnav.ac-ln-sticking .ac-ln-background:after,
.ac-localnav-dark#ac-localnav.ac-ln-sticking .ac-ln-background:after {
  background-color: rgba(51, 51, 51, 0.7);
}

.ac-theme-dark #ac-ln-menustate-open.checked ~ #ac-localnav .ac-ln-background,
.ac-theme-dark #ac-ln-menustate:target ~ #ac-localnav .ac-ln-background,
#ac-ln-menustate:checked ~ .ac-localnav-dark#ac-localnav .ac-ln-background,
#ac-ln-menustate:target ~ .ac-localnav-dark#ac-localnav .ac-ln-background {
  background-color: #222;
}

.ac-theme-dark #ac-ln-menustate:checked ~ #ac-localnav .ac-ln-background:after,
.ac-theme-dark #ac-ln-menustate:target ~ #ac-localnav .ac-ln-background:after,
#ac-ln-menustate:checked
  ~ .ac-localnav-dark#ac-localnav
  .ac-ln-background:after,
#ac-ln-menustate:target
  ~ .ac-localnav-dark#ac-localnav
  .ac-ln-background:after {
  background-color: rgba(51, 51, 51, 0.7);
}

@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {
  .ac-theme-dark #ac-ln-menustate:checked ~ #ac-localnav .ac-ln-background,
  .ac-theme-dark #ac-ln-menustate:target ~ #ac-localnav .ac-ln-background,
  #ac-ln-menustate:checked ~ .ac-localnav-dark#ac-localnav .ac-ln-background,
  #ac-ln-menustate:target ~ .ac-localnav-dark#ac-localnav .ac-ln-background {
    background-color: rgba(34, 34, 34, 0.9);
  }
}

.ac-theme-dark
  #ac-ln-menustate:checked
  ~ #ac-localnav.ac-localnav-noblur
  .ac-ln-background,
.ac-theme-dark
  #ac-ln-menustate:target
  ~ #ac-localnav.ac-localnav-noblur
  .ac-ln-background,
#ac-ln-menustate:checked
  ~ .ac-localnav-dark#ac-localnav.ac-localnav-noblur
  .ac-ln-background,
#ac-ln-menustate:target
  ~ .ac-localnav-dark#ac-localnav.ac-localnav-noblur
  .ac-ln-background {
  -webkit-backdrop-filter: initial;
  backdrop-filter: initial;
  background-color: #222;
}

/* #ac-localnav .ac-ln-background:after {
  margin-left: -577px;
  left: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  width: 1156px;
  height: 1px;
  z-index: 1;
} */

#ac-localnav .ac-ln-background {
  background-color: #fafafa;
  border-bottom: 0.1px solid rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 1023px) {
  #ac-localnav .ac-ln-background:after {
    margin-left: 0;
    left: 0;
    width: 100%;
  }
}

#ac-localnav.ac-localnav-noborder .ac-ln-background:after {
  display: none;
}

.ac-localnav-noborder#ac-localnav.ac-ln-sticking .ac-ln-background:after {
  display: block;
}

#ac-localnav.ac-localnav-scrim .ac-ln-background:after {
  margin-left: 0;
  left: 0;
  width: 100%;
}

#ac-localnav.ac-ln-sticking .ac-ln-background:after {
  margin-left: 0;
  left: 0;
  width: 100%;
}

#ac-ln-menustate:checked ~ #ac-localnav .ac-ln-background:after,
#ac-ln-menustate:target ~ #ac-localnav .ac-ln-background:after {
  margin-left: 0;
  left: 0;
  width: 100%;
}

#ac-localnav .ac-ln-menu {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  float: right;
  margin-top: 0;
  padding-top: 13px;
}

@media only screen and (max-width: 767px) {
  #ac-localnav .ac-ln-menu {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.02em;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  #ac-localnav .ac-ln-menu {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.02em;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    padding-top: 0;
    width: 100%;
  }
}

#ac-localnav.large-ac-ln-collapsible .ac-ln-menu {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding-top: 0;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  #ac-localnav.medium-ac-ln-collapsible .ac-ln-menu {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.02em;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    padding-top: 0;
    width: 100%;
  }
}

#ac-localnav .ac-ln-menu-tray {
  float: left;
  padding-bottom: 13px;
}

@media only screen and (max-width: 767px) {
  #ac-localnav .ac-ln-menu-tray {
    float: none;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s,
      visibility 0s linear 1s;
    transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s,
      visibility 0s linear 1s;
  }
  #ac-ln-menustate:checked ~ #ac-localnav .ac-ln-menu-tray,
  #ac-ln-menustate:target ~ #ac-localnav .ac-ln-menu-tray {
    max-height: 400px;
    max-height: -webkit-calc(100vh - 48px - 48px);
    max-height: calc(100vh - 48px - 48px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
    visibility: visible;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  #ac-ln-menustate:checked ~ #ac-localnav .ac-ln-menu-tray,
  #ac-ln-menustate:target ~ #ac-localnav .ac-ln-menu-tray {
    max-height: 280px;
    max-height: -webkit-calc(100vh - 48px - 48px);
    max-height: calc(100vh - 48px - 48px);
  }
}

@media only screen and (max-width: 767px) {
  #ac-ln-menustate:checked ~ #ac-localnav.ac-ln-opening .ac-ln-menu-tray,
  #ac-ln-menustate:target ~ #ac-localnav.ac-ln-opening .ac-ln-menu-tray {
    overflow-y: hidden;
  }
  #ac-ln-menustate:checked ~ #ac-localnav.ac-ln-sticking .ac-ln-menu-tray,
  #ac-ln-menustate:target ~ #ac-localnav.ac-ln-sticking .ac-ln-menu-tray {
    max-height: -webkit-calc(100vh - 48px);
    max-height: calc(100vh - 48px);
  }
}

#ac-localnav.large-ac-ln-collapsible .ac-ln-menu-tray {
  float: none;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  width: 100%;
  max-height: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s,
    visibility 0s linear 1s;
  transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s,
    visibility 0s linear 1s;
}

#ac-ln-menustate:checked
  ~ .large-ac-ln-collapsible#ac-localnav
  .ac-ln-menu-tray,
#ac-ln-menustate:target
  ~ .large-ac-ln-collapsible#ac-localnav
  .ac-ln-menu-tray {
  max-height: 400px;
  max-height: -webkit-calc(100vh - 48px - 48px);
  max-height: calc(100vh - 48px - 48px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;
  visibility: visible;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

@media only screen and (orientation: landscape) {
  #ac-ln-menustate:checked
    ~ .large-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-tray,
  #ac-ln-menustate:target
    ~ .large-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-tray {
    max-height: 280px;
    max-height: -webkit-calc(100vh - 48px - 48px);
    max-height: calc(100vh - 48px - 48px);
  }
}

#ac-ln-menustate:checked
  ~ .large-ac-ln-collapsible#ac-localnav.ac-ln-opening
  .ac-ln-menu-tray,
#ac-ln-menustate:target
  ~ .large-ac-ln-collapsible#ac-localnav.ac-ln-opening
  .ac-ln-menu-tray {
  overflow-y: hidden;
}

#ac-ln-menustate:checked
  ~ .large-ac-ln-collapsible#ac-localnav.ac-ln-sticking
  .ac-ln-menu-tray,
#ac-ln-menustate:target
  ~ .large-ac-ln-collapsible#ac-localnav.ac-ln-sticking
  .ac-ln-menu-tray {
  max-height: -webkit-calc(100vh - 48px);
  max-height: calc(100vh - 48px);
}

@media only screen and (max-width: 1023px) {
  #ac-localnav.medium-ac-ln-collapsible .ac-ln-menu-tray {
    float: none;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s,
      visibility 0s linear 1s;
    transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s,
      visibility 0s linear 1s;
  }
  #ac-ln-menustate:checked
    ~ .medium-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-tray,
  #ac-ln-menustate:target
    ~ .medium-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-tray {
    max-height: 400px;
    max-height: -webkit-calc(100vh - 48px - 48px);
    max-height: calc(100vh - 48px - 48px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
    visibility: visible;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
  }
}

@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #ac-ln-menustate:checked
    ~ .medium-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-tray,
  #ac-ln-menustate:target
    ~ .medium-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-tray {
    max-height: 280px;
    max-height: -webkit-calc(100vh - 48px - 48px);
    max-height: calc(100vh - 48px - 48px);
  }
}

@media only screen and (max-width: 1023px) {
  #ac-ln-menustate:checked
    ~ .medium-ac-ln-collapsible#ac-localnav.ac-ln-opening
    .ac-ln-menu-tray,
  #ac-ln-menustate:target
    ~ .medium-ac-ln-collapsible#ac-localnav.ac-ln-opening
    .ac-ln-menu-tray {
    overflow-y: hidden;
  }
  #ac-ln-menustate:checked
    ~ .medium-ac-ln-collapsible#ac-localnav.ac-ln-sticking
    .ac-ln-menu-tray,
  #ac-ln-menustate:target
    ~ .medium-ac-ln-collapsible#ac-localnav.ac-ln-sticking
    .ac-ln-menu-tray {
    max-height: -webkit-calc(100vh - 48px);
    max-height: calc(100vh - 48px);
  }
}

@media only screen and (max-width: 767px) {
  #ac-localnav .ac-ln-menu-items {
    opacity: 0;
    padding: 17px 32px 28px 32px;
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
    -webkit-transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
      -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
      -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s,
      opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s,
      opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
      -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    text-align: center;
  }
  #ac-ln-menustate:checked ~ #ac-localnav .ac-ln-menu-items,
  #ac-ln-menustate:target ~ #ac-localnav .ac-ln-menu-items {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.2s, 0.4s;
    transition-delay: 0.2s, 0.4s;
  }
}

#ac-localnav.large-ac-ln-collapsible .ac-ln-menu-items {
  opacity: 0;
  padding: 17px 32px 28px 32px;
  -webkit-transform: translate3d(0, -150px, 0);
  transform: translate3d(0, -150px, 0);
  -webkit-transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
    -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
    -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s,
    opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s,
    opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
    -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}

#ac-ln-menustate:checked
  ~ .large-ac-ln-collapsible#ac-localnav
  .ac-ln-menu-items,
#ac-ln-menustate:target
  ~ .large-ac-ln-collapsible#ac-localnav
  .ac-ln-menu-items {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.2s, 0.4s;
  transition-delay: 0.2s, 0.4s;
}

@media only screen and (max-width: 1023px) {
  #ac-localnav.medium-ac-ln-collapsible .ac-ln-menu-items {
    opacity: 0;
    padding: 17px 32px 28px 32px;
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
    -webkit-transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
      -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
      -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s,
      opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s,
      opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
      -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  }
  #ac-ln-menustate:checked
    ~ .medium-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-items,
  #ac-ln-menustate:target
    ~ .medium-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-items {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.2s, 0.4s;
    transition-delay: 0.2s, 0.4s;
  }
}

@media only screen and (max-width: 767px) {
  #ac-localnav.ac-localnav-stacked .ac-ln-menu-items {
    padding-top: 0;
  }
}

#ac-localnav .ac-ln-menu-item {
  margin-left: 24px;
  float: left;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  #ac-localnav .ac-ln-menu-item {
    margin-left: 0;
    display: inline-block;
    float: none;
    width: 100%;
    height: 42px;
  }
  #ac-localnav .ac-ln-menu-item:first-child .ac-ln-menu-link {
    border-top: 0;
  }
  .ac-theme-dark #ac-localnav .ac-ln-menu-item,
  #ac-localnav.ac-localnav-dark .ac-ln-menu-item {
    border-color: rgba(68, 68, 68, 0.5);
  }
  #ac-localnav .ac-ln-menu-item:nth-child(1) .ac-ln-menu-link {
    -webkit-transition-delay: 0.07s;
    transition-delay: 0.07s;
  }
  #ac-localnav .ac-ln-menu-item:nth-child(2) .ac-ln-menu-link {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
  }
  #ac-localnav .ac-ln-menu-item:nth-child(3) .ac-ln-menu-link {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
  }
  #ac-localnav .ac-ln-menu-item:nth-child(4) .ac-ln-menu-link {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
  }
  #ac-localnav .ac-ln-menu-item:nth-child(5) .ac-ln-menu-link {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  #ac-localnav .ac-ln-menu-item:nth-child(6) .ac-ln-menu-link {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
  }
  #ac-localnav .ac-ln-menu-item:nth-child(7) .ac-ln-menu-link {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
  }
  #ac-ln-menustate:checked
    ~ #ac-localnav
    .ac-ln-menu-item:nth-child(1)
    .ac-ln-menu-link,
  #ac-ln-menustate:target
    ~ #ac-localnav
    .ac-ln-menu-item:nth-child(1)
    .ac-ln-menu-link {
    -webkit-transition-delay: 0.56s;
    transition-delay: 0.56s;
  }
  #ac-ln-menustate:checked
    ~ #ac-localnav
    .ac-ln-menu-item:nth-child(2)
    .ac-ln-menu-link,
  #ac-ln-menustate:target
    ~ #ac-localnav
    .ac-ln-menu-item:nth-child(2)
    .ac-ln-menu-link {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
  }
  #ac-ln-menustate:checked
    ~ #ac-localnav
    .ac-ln-menu-item:nth-child(3)
    .ac-ln-menu-link,
  #ac-ln-menustate:target
    ~ #ac-localnav
    .ac-ln-menu-item:nth-child(3)
    .ac-ln-menu-link {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
  }
  #ac-ln-menustate:checked
    ~ #ac-localnav
    .ac-ln-menu-item:nth-child(4)
    .ac-ln-menu-link,
  #ac-ln-menustate:target
    ~ #ac-localnav
    .ac-ln-menu-item:nth-child(4)
    .ac-ln-menu-link {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  #ac-ln-menustate:checked
    ~ #ac-localnav
    .ac-ln-menu-item:nth-child(5)
    .ac-ln-menu-link,
  #ac-ln-menustate:target
    ~ #ac-localnav
    .ac-ln-menu-item:nth-child(5)
    .ac-ln-menu-link {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
  }
  #ac-ln-menustate:checked
    ~ #ac-localnav
    .ac-ln-menu-item:nth-child(6)
    .ac-ln-menu-link,
  #ac-ln-menustate:target
    ~ #ac-localnav
    .ac-ln-menu-item:nth-child(6)
    .ac-ln-menu-link {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
  }
  #ac-ln-menustate:checked
    ~ #ac-localnav
    .ac-ln-menu-item:nth-child(7)
    .ac-ln-menu-link,
  #ac-ln-menustate:target
    ~ #ac-localnav
    .ac-ln-menu-item:nth-child(7)
    .ac-ln-menu-link {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
  }
}

#ac-localnav.large-ac-ln-collapsible .ac-ln-menu-item {
  margin-left: 0;
  display: inline-block;
  float: none;
  width: 100%;
  height: 42px;
}

#ac-localnav.large-ac-ln-collapsible
  .ac-ln-menu-item:first-child
  .ac-ln-menu-link {
  border-top: 0;
}

.ac-theme-dark #ac-localnav.large-ac-ln-collapsible .ac-ln-menu-item,
.large-ac-ln-collapsible#ac-localnav.ac-localnav-dark .ac-ln-menu-item {
  border-color: rgba(68, 68, 68, 0.5);
}

#ac-localnav.large-ac-ln-collapsible
  .ac-ln-menu-item:nth-child(1)
  .ac-ln-menu-link {
  -webkit-transition-delay: 0.07s;
  transition-delay: 0.07s;
}

#ac-localnav.large-ac-ln-collapsible
  .ac-ln-menu-item:nth-child(2)
  .ac-ln-menu-link {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

#ac-localnav.large-ac-ln-collapsible
  .ac-ln-menu-item:nth-child(3)
  .ac-ln-menu-link {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

#ac-localnav.large-ac-ln-collapsible
  .ac-ln-menu-item:nth-child(4)
  .ac-ln-menu-link {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

#ac-localnav.large-ac-ln-collapsible
  .ac-ln-menu-item:nth-child(5)
  .ac-ln-menu-link {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

#ac-localnav.large-ac-ln-collapsible
  .ac-ln-menu-item:nth-child(6)
  .ac-ln-menu-link {
  -webkit-transition-delay: 0.42s;
  transition-delay: 0.42s;
}

#ac-localnav.large-ac-ln-collapsible
  .ac-ln-menu-item:nth-child(7)
  .ac-ln-menu-link {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

#ac-ln-menustate:checked
  ~ .large-ac-ln-collapsible#ac-localnav
  .ac-ln-menu-item:nth-child(1)
  .ac-ln-menu-link,
#ac-ln-menustate:target
  ~ .large-ac-ln-collapsible#ac-localnav
  .ac-ln-menu-item:nth-child(1)
  .ac-ln-menu-link {
  -webkit-transition-delay: 0.56s;
  transition-delay: 0.56s;
}

#ac-ln-menustate:checked
  ~ .large-ac-ln-collapsible#ac-localnav
  .ac-ln-menu-item:nth-child(2)
  .ac-ln-menu-link,
#ac-ln-menustate:target
  ~ .large-ac-ln-collapsible#ac-localnav
  .ac-ln-menu-item:nth-child(2)
  .ac-ln-menu-link {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

#ac-ln-menustate:checked
  ~ .large-ac-ln-collapsible#ac-localnav
  .ac-ln-menu-item:nth-child(3)
  .ac-ln-menu-link,
#ac-ln-menustate:target
  ~ .large-ac-ln-collapsible#ac-localnav
  .ac-ln-menu-item:nth-child(3)
  .ac-ln-menu-link {
  -webkit-transition-delay: 0.42s;
  transition-delay: 0.42s;
}

#ac-ln-menustate:checked
  ~ .large-ac-ln-collapsible#ac-localnav
  .ac-ln-menu-item:nth-child(4)
  .ac-ln-menu-link,
#ac-ln-menustate:target
  ~ .large-ac-ln-collapsible#ac-localnav
  .ac-ln-menu-item:nth-child(4)
  .ac-ln-menu-link {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

#ac-ln-menustate:checked
  ~ .large-ac-ln-collapsible#ac-localnav
  .ac-ln-menu-item:nth-child(5)
  .ac-ln-menu-link,
#ac-ln-menustate:target
  ~ .large-ac-ln-collapsible#ac-localnav
  .ac-ln-menu-item:nth-child(5)
  .ac-ln-menu-link {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

#ac-ln-menustate:checked
  ~ .large-ac-ln-collapsible#ac-localnav
  .ac-ln-menu-item:nth-child(6)
  .ac-ln-menu-link,
#ac-ln-menustate:target
  ~ .large-ac-ln-collapsible#ac-localnav
  .ac-ln-menu-item:nth-child(6)
  .ac-ln-menu-link {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

#ac-ln-menustate:checked
  ~ .large-ac-ln-collapsible#ac-localnav
  .ac-ln-menu-item:nth-child(7)
  .ac-ln-menu-link,
#ac-ln-menustate:target
  ~ .large-ac-ln-collapsible#ac-localnav
  .ac-ln-menu-item:nth-child(7)
  .ac-ln-menu-link {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

@media only screen and (max-width: 1023px) {
  #ac-localnav.medium-ac-ln-collapsible .ac-ln-menu-item {
    margin-left: 0;
    display: inline-block;
    float: none;
    width: 100%;
    height: 42px;
  }
  #ac-localnav.medium-ac-ln-collapsible
    .ac-ln-menu-item:first-child
    .ac-ln-menu-link {
    border-top: 0;
  }
  .ac-theme-dark #ac-localnav.medium-ac-ln-collapsible .ac-ln-menu-item,
  .medium-ac-ln-collapsible#ac-localnav.ac-localnav-dark .ac-ln-menu-item {
    border-color: rgba(68, 68, 68, 0.5);
  }
  #ac-localnav.medium-ac-ln-collapsible
    .ac-ln-menu-item:nth-child(1)
    .ac-ln-menu-link {
    -webkit-transition-delay: 0.07s;
    transition-delay: 0.07s;
  }
  #ac-localnav.medium-ac-ln-collapsible
    .ac-ln-menu-item:nth-child(2)
    .ac-ln-menu-link {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
  }
  #ac-localnav.medium-ac-ln-collapsible
    .ac-ln-menu-item:nth-child(3)
    .ac-ln-menu-link {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
  }
  #ac-localnav.medium-ac-ln-collapsible
    .ac-ln-menu-item:nth-child(4)
    .ac-ln-menu-link {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
  }
  #ac-localnav.medium-ac-ln-collapsible
    .ac-ln-menu-item:nth-child(5)
    .ac-ln-menu-link {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  #ac-localnav.medium-ac-ln-collapsible
    .ac-ln-menu-item:nth-child(6)
    .ac-ln-menu-link {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
  }
  #ac-localnav.medium-ac-ln-collapsible
    .ac-ln-menu-item:nth-child(7)
    .ac-ln-menu-link {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
  }
  #ac-ln-menustate:checked
    ~ .medium-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-item:nth-child(1)
    .ac-ln-menu-link,
  #ac-ln-menustate:target
    ~ .medium-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-item:nth-child(1)
    .ac-ln-menu-link {
    -webkit-transition-delay: 0.56s;
    transition-delay: 0.56s;
  }
  #ac-ln-menustate:checked
    ~ .medium-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-item:nth-child(2)
    .ac-ln-menu-link,
  #ac-ln-menustate:target
    ~ .medium-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-item:nth-child(2)
    .ac-ln-menu-link {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
  }
  #ac-ln-menustate:checked
    ~ .medium-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-item:nth-child(3)
    .ac-ln-menu-link,
  #ac-ln-menustate:target
    ~ .medium-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-item:nth-child(3)
    .ac-ln-menu-link {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
  }
  #ac-ln-menustate:checked
    ~ .medium-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-item:nth-child(4)
    .ac-ln-menu-link,
  #ac-ln-menustate:target
    ~ .medium-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-item:nth-child(4)
    .ac-ln-menu-link {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  #ac-ln-menustate:checked
    ~ .medium-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-item:nth-child(5)
    .ac-ln-menu-link,
  #ac-ln-menustate:target
    ~ .medium-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-item:nth-child(5)
    .ac-ln-menu-link {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
  }
  #ac-ln-menustate:checked
    ~ .medium-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-item:nth-child(6)
    .ac-ln-menu-link,
  #ac-ln-menustate:target
    ~ .medium-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-item:nth-child(6)
    .ac-ln-menu-link {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
  }
  #ac-ln-menustate:checked
    ~ .medium-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-item:nth-child(7)
    .ac-ln-menu-link,
  #ac-ln-menustate:target
    ~ .medium-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-item:nth-child(7)
    .ac-ln-menu-link {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
  }
}

#ac-localnav .ac-ln-menu-link {
  color: #333;
  display: inline-block;
  line-height: 29px;
  white-space: nowrap;
}

#ac-localnav .ac-ln-menu-link:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  #ac-localnav .ac-ln-menu-link {
    border-top: 1px solid rgba(214, 214, 214, 0.5);
    display: block;
    line-height: 42px;
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
  }
  .ac-theme-dark #ac-localnav .ac-ln-menu-link,
  #ac-localnav.ac-localnav-dark .ac-ln-menu-link {
    border-color: #333;
  }
  #ac-ln-menustate:checked ~ #ac-localnav .ac-ln-menu-link,
  #ac-ln-menustate:target ~ #ac-localnav .ac-ln-menu-link {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#ac-localnav.large-ac-ln-collapsible .ac-ln-menu-link {
  border-top: 1px solid rgba(214, 214, 214, 0.5);
  display: block;
  line-height: 42px;
  opacity: 0;
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.ac-theme-dark #ac-localnav.large-ac-ln-collapsible .ac-ln-menu-link,
.large-ac-ln-collapsible#ac-localnav.ac-localnav-dark .ac-ln-menu-link {
  border-color: #333;
}

#ac-ln-menustate:checked
  ~ .large-ac-ln-collapsible#ac-localnav
  .ac-ln-menu-link,
#ac-ln-menustate:target
  ~ .large-ac-ln-collapsible#ac-localnav
  .ac-ln-menu-link {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 1023px) {
  #ac-localnav.medium-ac-ln-collapsible .ac-ln-menu-link {
    border-top: 1px solid rgba(214, 214, 214, 0.5);
    display: block;
    line-height: 42px;
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
  }
  .ac-theme-dark #ac-localnav.medium-ac-ln-collapsible .ac-ln-menu-link,
  .medium-ac-ln-collapsible#ac-localnav.ac-localnav-dark .ac-ln-menu-link {
    border-color: #333;
  }
  #ac-ln-menustate:checked
    ~ .medium-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-link,
  #ac-ln-menustate:target
    ~ .medium-ac-ln-collapsible#ac-localnav
    .ac-ln-menu-link {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#ac-localnav.ac-localnav-hero .ac-ln-menu-link {
  color: #fff;
}

#ac-localnav.ac-localnav-hero .ac-ln-menu-link:hover {
  color: #6bf;
}

.ac-localnav-hero#ac-localnav.ac-ln-sticking .ac-ln-menu-link {
  color: #333;
}

.ac-localnav-hero#ac-localnav.ac-ln-sticking .ac-ln-menu-link:hover {
  color: #0070c9;
}

#ac-ln-menustate:checked ~ .ac-localnav-hero#ac-localnav .ac-ln-menu-link,
#ac-ln-menustate:target ~ .ac-localnav-hero#ac-localnav .ac-ln-menu-link {
  color: #333;
}

#ac-ln-menustate:checked ~ .ac-localnav-hero#ac-localnav .ac-ln-menu-link:hover,
#ac-ln-menustate:target ~ .ac-localnav-hero#ac-localnav .ac-ln-menu-link:hover {
  color: #0070c9;
}

.ac-theme-dark #ac-localnav .ac-ln-menu-link,
#ac-localnav.ac-localnav-dark .ac-ln-menu-link {
  color: #fff;
}

.ac-theme-dark #ac-localnav .ac-ln-menu-link:hover,
#ac-localnav.ac-localnav-dark .ac-ln-menu-link:hover {
  color: #6bf;
}

.ac-theme-dark #ac-localnav.ac-ln-sticking .ac-ln-menu-link,
.ac-localnav-dark#ac-localnav.ac-ln-sticking .ac-ln-menu-link {
  color: #fff;
}

.ac-theme-dark #ac-localnav.ac-ln-sticking .ac-ln-menu-link:hover,
.ac-localnav-dark#ac-localnav.ac-ln-sticking .ac-ln-menu-link:hover {
  color: #6bf;
}

.ac-theme-dark #ac-ln-menustate:checked ~ #ac-localnav .ac-ln-menu-link,
.ac-theme-dark #ac-ln-menustate:target ~ #ac-localnav .ac-ln-menu-link,
#ac-ln-menustate:checked ~ .ac-localnav-dark#ac-localnav .ac-ln-menu-link,
#ac-ln-menustate:target ~ .ac-localnav-dark#ac-localnav .ac-ln-menu-link {
  color: #fff;
}

.ac-theme-dark #ac-ln-menustate:checked ~ #ac-localnav .ac-ln-menu-link:hover,
.ac-theme-dark #ac-ln-menustate:target ~ #ac-localnav .ac-ln-menu-link:hover,
#ac-ln-menustate:checked ~ .ac-localnav-dark#ac-localnav .ac-ln-menu-link:hover,
#ac-ln-menustate:target ~ .ac-localnav-dark#ac-localnav .ac-ln-menu-link:hover {
  color: #6bf;
}

#ac-localnav .ac-ln-menu-link:hover {
  color: #0070c9;
  text-decoration: none;
}

#ac-localnav .ac-ln-menu-link.current:hover {
  color: rgba(51, 51, 51, 0.6);
}

#ac-localnav.ac-localnav-hero .ac-ln-menu-link.current {
  color: rgba(255, 255, 255, 0.6);
}

#ac-localnav.ac-localnav-hero .ac-ln-menu-link.current:hover {
  color: rgba(255, 255, 255, 0.6);
}

.ac-localnav-hero#ac-localnav.ac-ln-sticking .ac-ln-menu-link.current {
  color: rgba(51, 51, 51, 0.6);
}

.ac-localnav-hero#ac-localnav.ac-ln-sticking .ac-ln-menu-link.current:hover {
  color: rgba(51, 51, 51, 0.6);
}

#ac-ln-menustate:checked
  ~ .ac-localnav-hero#ac-localnav
  .ac-ln-menu-link.current,
#ac-ln-menustate:target
  ~ .ac-localnav-hero#ac-localnav
  .ac-ln-menu-link.current {
  color: rgba(51, 51, 51, 0.6);
}

#ac-ln-menustate:checked
  ~ .ac-localnav-hero#ac-localnav
  .ac-ln-menu-link.current:hover,
#ac-ln-menustate:target
  ~ .ac-localnav-hero#ac-localnav
  .ac-ln-menu-link.current:hover {
  color: rgba(51, 51, 51, 0.6);
}

.ac-theme-dark #ac-localnav .ac-ln-menu-link.current,
#ac-localnav.ac-localnav-dark .ac-ln-menu-link.current {
  color: rgba(255, 255, 255, 0.6);
}

.ac-theme-dark #ac-localnav .ac-ln-menu-link.current:hover,
#ac-localnav.ac-localnav-dark .ac-ln-menu-link.current:hover {
  color: rgba(255, 255, 255, 0.6);
}

.ac-theme-dark #ac-ln-menustate:checked ~ #ac-localnav .ac-ln-menu-link.current,
.ac-theme-dark #ac-ln-menustate:target ~ #ac-localnav .ac-ln-menu-link.current,
#ac-ln-menustate:checked
  ~ .ac-localnav-dark#ac-localnav
  .ac-ln-menu-link.current,
#ac-ln-menustate:target
  ~ .ac-localnav-dark#ac-localnav
  .ac-ln-menu-link.current {
  color: rgba(255, 255, 255, 0.6);
}

.ac-theme-dark
  #ac-ln-menustate:checked
  ~ #ac-localnav
  .ac-ln-menu-link.current:hover,
.ac-theme-dark
  #ac-ln-menustate:target
  ~ #ac-localnav
  .ac-ln-menu-link.current:hover,
#ac-ln-menustate:checked
  ~ .ac-localnav-dark#ac-localnav
  .ac-ln-menu-link.current:hover,
#ac-ln-menustate:target
  ~ .ac-localnav-dark#ac-localnav
  .ac-ln-menu-link.current:hover {
  color: rgba(255, 255, 255, 0.6);
}

.ac-theme-dark
  .ac-localnav-hero#ac-localnav.ac-ln-sticking
  .ac-ln-menu-link.current,
.ac-localnav-dark.ac-localnav-hero#ac-localnav.ac-ln-sticking
  .ac-ln-menu-link.current {
  color: rgba(255, 255, 255, 0.6);
}

.ac-theme-dark
  .ac-localnav-hero#ac-localnav.ac-ln-sticking
  .ac-ln-menu-link.current:hover,
.ac-localnav-dark.ac-localnav-hero#ac-localnav.ac-ln-sticking
  .ac-ln-menu-link.current:hover {
  color: rgba(255, 255, 255, 0.6);
}

#ac-localnav .ac-ln-action-menucta {
  display: none;
}

@media only screen and (max-width: 767px) {
  #ac-localnav .ac-ln-action-menucta {
    display: block;
  }
}

#ac-localnav.large-ac-ln-collapsible .ac-ln-action-menucta {
  display: block;
}

@media only screen and (max-width: 1023px) {
  #ac-localnav.medium-ac-ln-collapsible .ac-ln-action-menucta {
    display: block;
  }
}

#ac-localnav .ac-ln-menucta {
  margin-right: -11px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  width: 40px;
  height: 48px;
  -webkit-tap-highlight-color: transparent;
}

#ac-localnav .ac-ln-menucta-chevron {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -ms-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#ac-localnav .ac-ln-menucta-chevron::before,
#ac-localnav .ac-ln-menucta-chevron::after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  width: 12px;
  height: 1px;
  z-index: 1;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -ms-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
}

#ac-localnav .ac-ln-menucta-chevron::before {
  right: 50%;
}

#ac-localnav .ac-ln-menucta-chevron::after {
  left: 50%;
}

#ac-localnav .ac-ln-menucta-chevron::before,
#ac-localnav .ac-ln-menucta-chevron::after {
  background: #333;
}

#ac-localnav .ac-ln-menucta-chevron::before {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(40deg) scaleY(1.5);
  -ms-transform: rotate(40deg) scaleY(1.5);
  transform: rotate(40deg) scaleY(1.5);
}

#ac-localnav .ac-ln-menucta-chevron::after {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transform: rotate(-40deg) scaleY(1.5);
  -ms-transform: rotate(-40deg) scaleY(1.5);
  transform: rotate(-40deg) scaleY(1.5);
}

#ac-ln-menustate:checked ~ #ac-localnav .ac-ln-menucta-chevron,
#ac-ln-menustate:target ~ #ac-localnav .ac-ln-menucta-chevron {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

#ac-ln-menustate:checked ~ #ac-localnav .ac-ln-menucta-chevron::before,
#ac-ln-menustate:target ~ #ac-localnav .ac-ln-menucta-chevron::before {
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transform: rotate(-40deg) scaleY(1.5);
  -ms-transform: rotate(-40deg) scaleY(1.5);
  transform: rotate(-40deg) scaleY(1.5);
}

#ac-ln-menustate:checked ~ #ac-localnav .ac-ln-menucta-chevron::after,
#ac-ln-menustate:target ~ #ac-localnav .ac-ln-menucta-chevron::after {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(40deg) scaleY(1.5);
  -ms-transform: rotate(40deg) scaleY(1.5);
  transform: rotate(40deg) scaleY(1.5);
}

#ac-localnav.ac-localnav-hero .ac-ln-menucta-chevron::before,
#ac-localnav.ac-localnav-hero .ac-ln-menucta-chevron::after {
  background: #fff;
}

.ac-localnav-hero#ac-localnav.ac-ln-sticking .ac-ln-menucta-chevron::before,
.ac-localnav-hero#ac-localnav.ac-ln-sticking .ac-ln-menucta-chevron::after {
  background: #333;
}

#ac-ln-menustate:checked
  ~ .ac-localnav-hero#ac-localnav
  .ac-ln-menucta-chevron::before,
#ac-ln-menustate:checked
  ~ .ac-localnav-hero#ac-localnav
  .ac-ln-menucta-chevron::after,
#ac-ln-menustate:target
  ~ .ac-localnav-hero#ac-localnav
  .ac-ln-menucta-chevron::before,
#ac-ln-menustate:target
  ~ .ac-localnav-hero#ac-localnav
  .ac-ln-menucta-chevron::after {
  background: #333;
}

.ac-theme-dark #ac-localnav .ac-ln-menucta-chevron::before,
.ac-theme-dark #ac-localnav .ac-ln-menucta-chevron::after,
#ac-localnav.ac-localnav-dark .ac-ln-menucta-chevron::before,
#ac-localnav.ac-localnav-dark .ac-ln-menucta-chevron::after {
  background: #fff;
}

.ac-theme-dark #ac-localnav.ac-ln-sticking .ac-ln-menucta-chevron::before,
.ac-theme-dark #ac-localnav.ac-ln-sticking .ac-ln-menucta-chevron::after,
.ac-localnav-dark#ac-localnav.ac-ln-sticking .ac-ln-menucta-chevron::before,
.ac-localnav-dark#ac-localnav.ac-ln-sticking .ac-ln-menucta-chevron::after {
  background: #fff;
}

.ac-theme-dark
  #ac-ln-menustate:checked
  ~ #ac-localnav
  .ac-ln-menucta-chevron::before,
.ac-theme-dark
  #ac-ln-menustate:checked
  ~ #ac-localnav
  .ac-ln-menucta-chevron::after,
.ac-theme-dark
  #ac-ln-menustate:target
  ~ #ac-localnav
  .ac-ln-menucta-chevron::before,
.ac-theme-dark
  #ac-ln-menustate:target
  ~ #ac-localnav
  .ac-ln-menucta-chevron::after,
#ac-ln-menustate:checked
  ~ .ac-localnav-dark#ac-localnav
  .ac-ln-menucta-chevron::before,
#ac-ln-menustate:checked
  ~ .ac-localnav-dark#ac-localnav
  .ac-ln-menucta-chevron::after,
#ac-ln-menustate:target
  ~ .ac-localnav-dark#ac-localnav
  .ac-ln-menucta-chevron::before,
#ac-ln-menustate:target
  ~ .ac-localnav-dark#ac-localnav
  .ac-ln-menucta-chevron::after {
  background: #fff;
}

#ac-localnav .ac-ln-menucta-anchor {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  #ac-localnav .ac-ln-menucta-anchor {
    display: block;
  }
  #ac-localnav .ac-ln-menucta-anchor-close {
    display: none;
  }
}

#ac-localnav.large-ac-ln-collapsible .ac-ln-menucta-anchor {
  display: block;
}

#ac-localnav.large-ac-ln-collapsible .ac-ln-menucta-anchor-close {
  display: none;
}

@media only screen and (max-width: 1023px) {
  #ac-localnav.medium-ac-ln-collapsible .ac-ln-menucta-anchor {
    display: block;
  }
  #ac-localnav.medium-ac-ln-collapsible .ac-ln-menucta-anchor-close {
    display: none;
  }
}

#ac-localnav .ac-ln-menucta-anchor:focus {
  outline-offset: -6px;
  width: 100%;
  height: 100%;
}

#ac-localnav .ac-ln-menucta-anchor-close {
  display: none;
}

#ac-localnav .ac-ln-menucta-anchor-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

@media only screen and (max-width: 767px) {
  #ac-ln-menustate:checked ~ #ac-localnav .ac-ln-menucta-anchor-open,
  #ac-ln-menustate:target ~ #ac-localnav .ac-ln-menucta-anchor-open {
    display: none;
  }
  #ac-ln-menustate:checked ~ #ac-localnav .ac-ln-menucta-anchor-close,
  #ac-ln-menustate:target ~ #ac-localnav .ac-ln-menucta-anchor-close {
    display: block;
  }
}

#ac-ln-menustate:checked
  ~ #ac-localnav.large-ac-ln-collapsible
  .ac-ln-menucta-anchor-open,
#ac-ln-menustate:target
  ~ #ac-localnav.large-ac-ln-collapsible
  .ac-ln-menucta-anchor-open {
  display: none;
}

#ac-ln-menustate:checked
  ~ #ac-localnav.large-ac-ln-collapsible
  .ac-ln-menucta-anchor-close,
#ac-ln-menustate:target
  ~ #ac-localnav.large-ac-ln-collapsible
  .ac-ln-menucta-anchor-close {
  display: block;
}

@media only screen and (max-width: 1023px) {
  #ac-ln-menustate:checked
    ~ #ac-localnav.medium-ac-ln-collapsible
    .ac-ln-menucta-anchor-open,
  #ac-ln-menustate:target
    ~ #ac-localnav.medium-ac-ln-collapsible
    .ac-ln-menucta-anchor-open {
    display: none;
  }
  #ac-ln-menustate:checked
    ~ #ac-localnav.medium-ac-ln-collapsible
    .ac-ln-menucta-anchor-close,
  #ac-ln-menustate:target
    ~ #ac-localnav.medium-ac-ln-collapsible
    .ac-ln-menucta-anchor-close {
    display: block;
  }
}

#ac-localnav .ac-ln-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.009em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  cursor: default;
  display: block;
  float: left;
  margin: 15px 0 -15px;
  padding: 0;
  height: 52px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  #ac-localnav .ac-ln-title {
    font-size: 19px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.012em;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  #ac-localnav .ac-ln-title-compact {
    font-size: 17px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.022em;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  #ac-localnav .ac-ln-title {
    display: inline-block;
    margin: 16px 0 -16px;
    height: 30px;
  }
  #ac-localnav .ac-ln-title-compact {
    margin: 18px 0 -18px;
  }
  #ac-localnav.ac-localnav-stacked .ac-ln-title {
    height: 66px;
    margin: 16px 0 -16px;
  }
  #ac-localnav.ac-localnav-stacked .ac-ln-title-compact {
    margin: 18px 0 -18px;
  }
}

#ac-localnav .ac-ln-title a {
  display: inline-block;
  letter-spacing: inherit;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  white-space: nowrap;
}

#ac-localnav .ac-ln-title a:hover {
  text-decoration: none;
}

#ac-localnav .ac-ln-title,
#ac-localnav .ac-ln-title a {
  color: #333;
  -webkit-transition: color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}

#ac-localnav.ac-localnav-hero .ac-ln-title,
#ac-localnav.ac-localnav-hero .ac-ln-title a {
  color: #fff;
}

.ac-localnav-hero#ac-localnav.ac-ln-sticking .ac-ln-title,
.ac-localnav-hero#ac-localnav.ac-ln-sticking .ac-ln-title a {
  color: #333;
}

#ac-ln-menustate:checked ~ .ac-localnav-hero#ac-localnav .ac-ln-title,
#ac-ln-menustate:target ~ .ac-localnav-hero#ac-localnav .ac-ln-title,
#ac-ln-menustate:checked ~ .ac-localnav-hero#ac-localnav .ac-ln-title a,
#ac-ln-menustate:target ~ .ac-localnav-hero#ac-localnav .ac-ln-title a {
  color: #333;
}

.ac-theme-dark #ac-localnav .ac-ln-title,
.ac-theme-dark #ac-localnav .ac-ln-title a,
#ac-localnav.ac-localnav-dark .ac-ln-title,
#ac-localnav.ac-localnav-dark .ac-ln-title a {
  color: #fff;
}

.ac-theme-dark #ac-localnav.ac-ln-sticking .ac-ln-title,
.ac-theme-dark #ac-localnav.ac-ln-sticking .ac-ln-title a,
.ac-localnav-dark#ac-localnav.ac-ln-sticking .ac-ln-title,
.ac-localnav-dark#ac-localnav.ac-ln-sticking .ac-ln-title a {
  color: #fff;
}

.ac-theme-dark #ac-ln-menustate:checked ~ #ac-localnav .ac-ln-title,
.ac-theme-dark #ac-ln-menustate:target ~ #ac-localnav .ac-ln-title,
.ac-theme-dark #ac-ln-menustate:checked ~ #ac-localnav .ac-ln-title a,
.ac-theme-dark #ac-ln-menustate:target ~ #ac-localnav .ac-ln-title a,
#ac-ln-menustate:checked ~ .ac-localnav-dark#ac-localnav .ac-ln-title,
#ac-ln-menustate:target ~ .ac-localnav-dark#ac-localnav .ac-ln-title,
#ac-ln-menustate:checked ~ .ac-localnav-dark#ac-localnav .ac-ln-title a,
#ac-ln-menustate:target ~ .ac-localnav-dark#ac-localnav .ac-ln-title a {
  color: #fff;
}

#ac-localnav .ac-ln-title-extension {
  font-weight: 400;
}

#ac-localnav .ac-ln-title-subhead,
#ac-localnav .ac-ln-title-comingsoon {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.012em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-left: 3px;
}

@media only screen and (max-width: 767px) {
  #ac-localnav .ac-ln-title-subhead,
  #ac-localnav .ac-ln-title-comingsoon {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.022em;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  #ac-localnav .ac-ln-title-subhead,
  #ac-localnav .ac-ln-title-comingsoon {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  #ac-localnav.ac-localnav-stacked .ac-ln-title-subhead,
  #ac-localnav.ac-localnav-stacked .ac-ln-title-comingsoon {
    display: block;
    margin-top: 3px;
  }
}

#ac-localnav .ac-ln-title-comingsoon {
  opacity: 0.7;
}

#Top_bar.relative {
  position: relative;
}

#ac-localnav.checked .ac-ln-menu-tray {
  max-height: 400px;
  max-height: -webkit-calc(100vh - 48px - 48px);
  max-height: calc(100vh - 48px - 48px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;
  visibility: visible;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

@media only screen and (max-width: 767px) {
  #ac-localnav.checked .ac-ln-menu-tray .ac-ln-menu-items {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.2s, 0.4s;
    transition-delay: 0.2s, 0.4s;
    text-align: center;
  }
}

#ac-localnav.checked .ac-ln-background {
  background-color: #fff;
  max-height: none;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  -webkit-transition-property: background-color, -webkit-backdrop-filter;
  transition-property: background-color, -webkit-backdrop-filter;
  transition-property: background-color, backdrop-filter;
  transition-property: background-color, backdrop-filter,
    -webkit-backdrop-filter;
}

@media only screen and (max-width: 767px) {
  #ac-localnav.checked .ac-ln-menucta-anchor-open {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #ac-localnav.checked .ac-ln-menucta-anchor-close {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #ac-localnav.checked .ac-ln-menu-item:nth-child(1) .ac-ln-menu-link {
    -webkit-transition-delay: 0.56s;
    transition-delay: 0.56s;
  }
}

@media only screen and (max-width: 767px) {
  #ac-localnav.checked .ac-ln-menu-link {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  #ac-ln-curtain.checked {
    opacity: 1;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }

  #Top_bar .menu_wrapper {
    height: 0px;
  }
}

#ac-localnav.checked .ac-ln-menucta-chevron {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

#cookie-notice #cn-accept-cookie.btnCookie {
  background-color: transparent;
  border: 1px solid #c0a57e;
  color: #c0a57e;
  border-radius: 15px;
}

#cookie-notice #cn-accept-cookie.btnCookie:hover {
  background-color: #c0a57e;
  color: white;
}

#cookie-notice #cn-more-info.btnCookie {
  background-color: transparent;
  border-bottom: 1px solid #c0a57e;
  color: #c0a57e;
}

#cookie-notice #cn-more-info.btnCookie:hover {
  background-color: ##c0a57e;
  color: white;
}

.portfolio_group.grid .portfolio-item .desc .desc-wrapper,
.portfolio_group.grid .portfolio-item .desc .details-wrapper {
  display: block;
  width: 100%;
}

.desc .desc-wrapper ul li {
  text-align: center;
  padding: 11px 10px;
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.portfolio_group .portfolio-item .desc .title_wrapper h5 {
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 30px;
}

.portfolio_group .portfolio-item .desc .title_wrapper {
  position: relative;
  padding: 0;
  text-align: center;
}

.image_frame {
  border-color: transparent !important;
}

.image_frame .image_wrapper .mask,
.edd_download_image:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.image_frame .image_wrapper .mask::after {
  background: rgba(181, 181, 181, 0) !important;
}

.btnFooterLang img {
  max-width: 24px;
  vertical-align: middle;
}

.language img {
  max-width: 30px;
  vertical-align: sub;
}

.download-manager {
  min-height: calc(100vh - 111px);
}

.download-manager .section_wrapper {
  display: block !important;
}

.one-third.column {
  width: 33.333%;
  margin: 0 0% 35px;
}

/* .one-second.column {
    width: 50%;
} */

.search_bck {
  background-image: url("assets/img/search.jpg");
  background-size: cover;
}

/* Custom CF7 Loader */
div.wpcf7 .ajax-loader {
  height: 15px;
  width: 15px;
  color: #fff;
  position: relative;
  display: inline-block;
  border: 4px solid;
  border-radius: 50%;
  border-top-color: transparent;
  animation: rotate 1s linear infinite;
  background: none;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

#Subheader.search_bck h1.title {
  color: #d5b88e;
  font-weight: 400;
}

.front_page .top_bar_right {
  /* display: none; */
}

.front_page .top_bar_left {
  /* width: 100% !important; */
}

.icon-search-fine {
  color: #d5b88e;
}

#Top_bar .search_wrapper {
  position: absolute;
  top: 110%;
  display: none;
  z-index: 201;
  width: 106%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #20232c !important;
  border-radius: 100px;
}

#Top_bar .search_wrapper .icon_search {
  left: 18px;
  color: rgba(0, 0, 0, 0.5);
  color: white;
}

#Top_bar .search_wrapper .icon_close {
  opacity: 0.8;
  margin-right: 10px;
}

#Top_bar .search_wrapper input[type="text"] {
  border: none;
  color: white;
}

#Top_bar .top_bar_right:before {
  box-shadow: none;
}

@media only screen and (max-width: 1239px) {
  /* #Top_bar .top_bar_left {
    float: none;
    width: auto !important;
    background: none!important;
    display: -webkit-inline-box;
  } */

  /* .mobile-tr-header #Action_bar, .mobile-tr-header #Top_bar, .mobile-tr-header #Top_bar .top_bar_right {
    float: right;
  } */

  .extras {
    display: none;
  }

  #Top_bar .top_bar_left {
    float: inherit;
  }

  #Top_bar .search_wrapper {
    top: auto;
    bottom: -72px;
    width: 100%;
  }
}

.search_custom_icon {
  width: 20px;
}

#ac-localnav .ac-ln-button {
  background-color: #d5b689;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.022em;
  cursor: pointer;
  display: inline;
  min-width: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  white-space: nowrap;
  border-radius: 50px;
}

.ac-ln-menu-link.current-tech {
  background-color: #20232c;
  color: #d5b689 !important;
  font-weight: 400;
  letter-spacing: -0.022em;
  cursor: pointer;
  display: inline;
  min-width: 30px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  text-align: center;
  white-space: nowrap;
  border-radius: 50px;
  line-height: 14px !important;
}

#ac-localnav .ac-ln-button:hover {
  background-color: #20232c;
  color: #d5b689;
}

/* .one-second.column {
    width: 54%;
} */

.post-footer .post-links {
  float: none;
  border-left-width: 1px;
  border-style: none;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  .header-fixed #Top_bar .menu > li > a:after {
    top: auto !important;
    bottom: -17px !important;
  }
}

/* cookie banner */
.pixelmate-general-banner h3 {
  text-align: center;
  color: black;
  font-size: 35px !important;
}

/* .pixelmate-general-banner h3::before {
    content: "";
    width: 42px;
    background-image: url('./assets/img/logo_banner.png');
    height: 42px;
    display: block;
    text-align: center;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 28px;
    margin-top: 25px;
} */

.pixelmate-general-notice p {
  color: black;
  font-size: 18px;
  text-align: center;
}

.pixelmate-general-banner {
  max-width: 600px;
}

.pixelmate-general-notice {
  padding: 20px 40px 30px 40px;
  border-bottom: 1px solid #707070;
  line-height: 22px !important;
}

.pixelmate-general-allow {
  background-color: #021d49 !important;
  color: white !important;
  font-size: 12px;
  padding: 20px 50px !important;
  margin-right: 5px;
  border-radius: 50px !important;
  width: auto;
  text-transform: uppercase;
}

.pixelmate-btn-single-deny {
  display: inline;
}

.pixelmate-general-deny {
  display: none;
}

.pixelmate-general-deny,
.pixelmate-general-single {
  background-color: #fff !important;
  color: #5b5b5c !important;
  border: 1px solid !important;
  border-color: #5b5b5c;
  border-radius: 4px !important;
  margin-bottom: 12px;
  padding: 12px 24px !important;
  margin-right: 5px;
  font-size: 12px !important;
  border-radius: 50px !important;
  width: auto;
}
/* end cookie banner */

.sc-eJwXpk .btzlxG {
  background-color: black !important;
}

.wpcf7-submit.center {
  display: block;
  text-align: center;
  margin: 0 auto !important;
}

.content_wrapper .button,
.content_wrapper button,
.content_wrapper input[type="button"],
.content_wrapper input[type="reset"],
.content_wrapper input[type="submit"] {
  margin: 0 0px 15px 0;
}

#Top_bar .logo.logo_right {
  display: none;
}

@media only screen and (max-width: 767px) {
  #Top_bar .logo.logo_right {
    display: none;
  }

  .home.front_page #Top_bar .logo {
    float: right;
    margin-left: 0;
    margin-right: 15px;
    padding: 10px !important;
  }

  .quick_fact .number-wrapper {
    font-size: 40px;
    line-height: 29px;
  }

  h1,
  .text-logo #logo {
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: -2px;
  }

  #ac-localnav.ac-ln-sticking {
    z-index: 600;
  }

  #Footer {
    display: none;
  }

  .front-header #logo img {
    padding: 12px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1239px) {

  #Footer {
    display: none;
  }

  #Top_bar .logo.logo_right {
    display: inherit;
  }
}

video {
  clip-path: inset(1px 1px) !important;
  height: 100%;
  object-fit: cover;
}

.side_footer_menu {
  position: absolute;
  font-size: 13px;
  bottom: 2%;
}

.side_footer_menu .footer-menu {
  text-align: left;
}

.side_footer_menu .copyright {
  margin-top: 25px;
  margin-left: 20px;
  line-height: 29px;
}

#Side_slide .side_footer_menu .social-menu li {
  display: block;
  margin-right: 6px;
  padding-right: 6px;
  border-right: none;
  width: 100%;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}

#Side_slide .side_footer_menu .social-menu {
  text-align: left;
}

#Side_slide .side_footer_menu .social-menu li a {
  display: block;
  padding: 11px 5px 10px 20px;
  margin-right: 50px;
  text-decoration: none;
  line-height: 19px;
}

.side_menu_container {
  height: 100%; /* Fallback */
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  height: stretch; /* Latest specification */
  display: block;
  position: relative;
}

.white,
.white * {
  color: #FFFFFF !important;
}

button.chapternav-paddle {
  color: #97989d;
  background: none;
  display: block;
  padding: 0px;
  overflow: visible;
}

#Content.content_without_child {
  margin-top: 62px;
}

#Top_bar #logo img.logo-mobile {
  width: 25px !important;
  max-height: 25px !important;
}

#chapternav.is-sticky {
  position: fixed;
  margin-top:59px;
}

#Side_slide {
  background-color: #20232c!important;
  border-color: #20232c!important;
}

.hs-form-required {
  color: #c0a57e !important;
}

.footer_fixed #Footer{
  position: fixed;
    width: 100%;
    left: 0;
    bottom: 0!important;
    z-index: 701;
    background: #fff;
    opacity: .97;
}

.mcb-section { 
  margin-top: 60px;
}