.hc-nav-yscroll {
  overflow-y: scroll
}
.hc-nav-open {
  overflow: visible;
  position: fixed;
  width: 100%;
  min-height: 100%
}
.hc-offcanvas-nav {
  visibility: hidden;
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
  text-align: left
}
.hc-offcanvas-nav.is-ios * {
  cursor: pointer !important
}
.hc-offcanvas-nav .nav-container {
  position: fixed;
  z-index: 9998;
  top: 0;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  transition: transform .4s ease
}
.hc-offcanvas-nav .nav-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.hc-offcanvas-nav .nav-content {
  height: 100%
}
.hc-offcanvas-nav .nav-wrapper-0>.nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box
}
.hc-offcanvas-nav ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.hc-offcanvas-nav li {
  position: relative;
  display: block
}
.hc-offcanvas-nav li.level-open>.nav-wrapper {
  visibility: visible
}
.hc-offcanvas-nav li:not(.custom-content) a {
  position: relative;
  display: block;
  box-sizing: border-box;
  cursor: pointer
}
.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
  cursor: not-allowed
}
.hc-offcanvas-nav li:not(.custom-content) a, .hc-offcanvas-nav li:not(.custom-content) a:hover {
  text-decoration: none
}
.hc-offcanvas-nav input[type="checkbox"] {
  display: none
}
.hc-offcanvas-nav label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer
}
.hc-offcanvas-nav .nav-item-wrapper {
  position: relative
}
.hc-offcanvas-nav .nav-item-link {
  position: relative;
  display: block;
  box-sizing: border-box
}
.hc-offcanvas-nav:not(.user-is-tabbing) .nav-close-button:focus, .hc-offcanvas-nav:not(.user-is-tabbing) .nav-item-wrapper a:focus {
  outline: none
}
.hc-offcanvas-nav .nav-close:focus, .hc-offcanvas-nav .nav-next:focus, .hc-offcanvas-nav .nav-back:focus {
  z-index: 10
}
.hc-offcanvas-nav.disable-body::after, .hc-offcanvas-nav .nav-wrapper::after {
  content: '';
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease .4s, opacity .4s ease
}
.hc-offcanvas-nav.disable-body::after {
  position: fixed
}
.hc-offcanvas-nav .nav-wrapper::after {
  position: absolute
}
.hc-offcanvas-nav.disable-body.nav-open::after, .hc-offcanvas-nav .sub-level-open::after {
  visibility: visible;
  opacity: 1;
  transition-delay: .05s
}
.hc-offcanvas-nav:not(.nav-open)::after {
  pointer-events: none
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
  display: none
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
  max-height: 100vh
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0>.nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh
}
.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
  min-width: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: height 0s ease .4s
}
.hc-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper {
  max-height: none;
  overflow: visible;
  visibility: visible
}
.hc-offcanvas-nav.nav-levels-overlap .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh
}
.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
  max-height: 100vh
}
.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s ease .4s, transform .4s ease
}
.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
  position: static
}
.hc-offcanvas-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: transform .4s ease
}
.hc-offcanvas-nav.nav-position-left {
  left: 0
}
.hc-offcanvas-nav.nav-position-left .nav-container {
  left: 0
}
.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(-100%, 0, 0)
}
.hc-offcanvas-nav.nav-position-right {
  right: 0
}
.hc-offcanvas-nav.nav-position-right .nav-container {
  right: 0
}
.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
  right: 0;
  transform: translate3d(100%, 0, 0)
}
.hc-offcanvas-nav.nav-position-top {
  top: 0
}
.hc-offcanvas-nav.nav-position-top .nav-container {
  top: 0;
  width: 100%
}
.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, -100%, 0)
}
.hc-offcanvas-nav.nav-position-bottom {
  top: auto;
  bottom: 0
}
.hc-offcanvas-nav.nav-position-bottom .nav-container {
  top: auto;
  bottom: 0;
  width: 100%
}
.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, 100%, 0)
}
.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container {
  transform: translate3d(0, 0, 0)
}
.hc-offcanvas-nav.rtl {
  text-align: right;
  direction: rtl
}
.theme-default .hc-offcanvas-nav {
  font-family: sans-serif
}
.theme-default .hc-offcanvas-nav::after, .theme-default .hc-offcanvas-nav .nav-wrapper::after {
  background: rgba(0,0,0,0.3)
}
.theme-default .hc-offcanvas-nav .nav-container, .theme-default .hc-offcanvas-nav .nav-wrapper, .theme-default .hc-offcanvas-nav ul {
  background: #fff
}
.theme-default .hc-offcanvas-nav .nav-content>h2, .theme-default .hc-offcanvas-nav .nav-content>h3, .theme-default .hc-offcanvas-nav .nav-content>h4, .theme-default .hc-offcanvas-nav .nav-content>h5, .theme-default .hc-offcanvas-nav .nav-content>h6 {
  font-size: 19px;
  font-weight: normal;
  padding: 20px 17px;
  color: #666;
}
.theme-default .hc-offcanvas-nav .nav-content>h2:not(.nav-title):not(.level-title), .theme-default .hc-offcanvas-nav .nav-content>h3:not(.nav-title):not(.level-title), .theme-default .hc-offcanvas-nav .nav-content>h4:not(.nav-title):not(.level-title), .theme-default .hc-offcanvas-nav .nav-content>h5:not(.nav-title):not(.level-title), .theme-default .hc-offcanvas-nav .nav-content>h6:not(.nav-title):not(.level-title) {
  font-size: 16px;
  padding: 15px 17px;
  background: #fff
}
.theme-default .hc-offcanvas-nav .nav-item-link, .theme-default .hc-offcanvas-nav li.nav-close a, .theme-default .hc-offcanvas-nav .nav-back a {
  padding: 8px 17px;
  font-size: 14px;
  color: #666;
  z-index: 1;
  background: rgba(0,0,0,0);
  border-bottom: 1px solid #fff;
  transition: background .1s ease
}
.theme-default .hc-offcanvas-nav .nav-item-link:focus, .theme-default .hc-offcanvas-nav .nav-item-link:focus-within, .theme-default .hc-offcanvas-nav li.nav-close a:focus, .theme-default .hc-offcanvas-nav li.nav-close a:focus-within, .theme-default .hc-offcanvas-nav .nav-back a:focus, .theme-default .hc-offcanvas-nav .nav-back a:focus-within {
z-index:10
}
.theme-default .hc-offcanvas-nav .nav-item-link[disabled], .theme-default .hc-offcanvas-nav li.nav-close a[disabled], .theme-default .hc-offcanvas-nav .nav-back a[disabled] {
  color: #666;
}
.theme-default .hc-offcanvas-nav div.nav-back+ul>li:first-child>.nav-item-wrapper>.nav-item-link {
  border-top: none !important
}
.theme-default .hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
  background: #fff
}
.theme-default .hc-offcanvas-nav .nav-custom-content {
  padding: 14px 17px;
  font-size: 14px;
  border-bottom: 1px solid #fff
}
.theme-default .hc-offcanvas-nav .nav-highlight {
  background: #E6E8EA
}
.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
  border-top: 1px solid #fff
}
.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link+a {
  border-top: 1px solid #fff
}
.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul:not(:last-child) {
  border-bottom: 2px solid #fff
}
.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h2, .theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h3, .theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h4, .theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h5, .theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h6 {
  margin-top: -2px
}
.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>h2+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link, .theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>h3+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link, .theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>h4+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link, .theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>h5+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link, .theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>h6+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
  border-top: 1px solid #fff
}
.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h2, .theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h3, .theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h4, .theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h5, .theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h6, .theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h2, .theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h3, .theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h4, .theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h5, .theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h6, .theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h2, .theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h3, .theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h4, .theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h5, .theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h6 {
  border-top: 1px solid #fff
}
.theme-default .hc-offcanvas-nav li {
  color: #666;
}
.theme-default .hc-offcanvas-nav li.nav-parent .nav-item-link:last-child {
  padding-right: 58px
}
.theme-default .hc-offcanvas-nav li.nav-parent .nav-item-link:not(:last-child) {
  margin-right: 45px
}
.theme-default .hc-offcanvas-nav .nav-close-button span, .theme-default .hc-offcanvas-nav .nav-parent .nav-next, .theme-default .hc-offcanvas-nav .nav-back span {
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  transition: background .1s ease;
  color: #666;
}
.theme-default .hc-offcanvas-nav .nav-close-button {
  position: relative;
  display: block
}
.theme-default .hc-offcanvas-nav .nav-close-button span::before, .theme-default .hc-offcanvas-nav .nav-close-button span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.theme-default .hc-offcanvas-nav .nav-close-button span::before {
  margin-left: -9px;
  transform: rotate(135deg)
}
.theme-default .hc-offcanvas-nav .nav-close-button span::after {
  transform: rotate(-45deg)
}
.theme-default .hc-offcanvas-nav .nav-content>.nav-close {
  position: relative;
  z-index: 2
}
.theme-default .hc-offcanvas-nav .nav-content>.nav-close a {
  font-size: 14px;
  color: #666;
  background: rgba(0,0,0,0);
  z-index: 1;
  text-decoration: none;
  box-sizing: border-box
}
.theme-default .hc-offcanvas-nav .nav-content>.nav-close a:not(.has-label) {
  height: 50px
}
.theme-default .hc-offcanvas-nav .nav-content>.nav-close a.has-label {
  padding: 14px 17px;
  border-top: 1px solid #fff
}
.theme-default .hc-offcanvas-nav .nav-content>.nav-close a:hover {
  border: none;
  background: radial-gradient(farthest-corner at top right, rgba(0,0,0,0.1), rgba(0,0,0,0))
}
.theme-default .hc-offcanvas-nav .nav-content>.nav-close.has-label+ul {
  margin-top: -1px
}
.theme-default .hc-offcanvas-nav:not(.nav-close-button-empty) .nav-content>.nav-close {
  margin-bottom: -1px
}
.theme-default .hc-offcanvas-nav .nav-title+.nav-close a:not(.has-label) {
  position: absolute;
  width: 45px;
  height: 66px;
  line-height: 66px;
  top: -66px;
  right: 0
}
.theme-default .hc-offcanvas-nav.nav-close-button-empty .nav-title {
  padding-right: 55px
}
.theme-default .hc-offcanvas-nav li.nav-close a:not(.has-label) {
  height: 49px
}
.theme-default .hc-offcanvas-nav .nav-content>.nav-close:first-child a, .theme-default .hc-offcanvas-nav .nav-title+.nav-close a.has-label, .theme-default .hc-offcanvas-nav li.nav-close a, .theme-default .hc-offcanvas-nav .nav-back a {
  background: #EBEDEE;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff
}
.theme-default .hc-offcanvas-nav .nav-content>.nav-close:first-child a:hover, .theme-default .hc-offcanvas-nav .nav-title+.nav-close a.has-label:hover, .theme-default .hc-offcanvas-nav li.nav-close a:hover, .theme-default .hc-offcanvas-nav .nav-back a:hover {
  background: #2e6195
}
.theme-default .hc-offcanvas-nav li.nav-close:not(:first-child) a, .theme-default .hc-offcanvas-nav li.nav-back:not(:first-child) a {
  margin-top: -1px
}
.theme-default .hc-offcanvas-nav a.nav-next {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff
}
.theme-default .hc-offcanvas-nav .nav-next span::before, .theme-default .hc-offcanvas-nav .nav-back span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  box-sizing: border-box;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  transform-origin: center;
  color: #666;
}
.theme-default .hc-offcanvas-nav .nav-next span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.theme-default .hc-offcanvas-nav .nav-next span::before {
  transform: translate(-50%, -50%) rotate(135deg)
}
.theme-default .hc-offcanvas-nav .nav-back span::before {
  margin-left: 2px;
  transform: translate(-50%, -50%) rotate(-45deg);
  color: #666;
}
.theme-default .hc-offcanvas-nav.nav-position-left.nav-open.nav-levels-overlap .nav-wrapper {
  box-shadow: 1px 0 2px rgba(0,0,0,0.2)
}
.theme-default .hc-offcanvas-nav.nav-position-right.nav-open.nav-levels-overlap .nav-wrapper {
  box-shadow: -1px 0 2px rgba(0,0,0,0.2)
}
.theme-default .hc-offcanvas-nav.nav-position-right .nav-next span::before {
  margin-left: 2px;
  transform: translate(-50%, -50%) rotate(-45deg)
}
.theme-default .hc-offcanvas-nav.nav-position-right .nav-back span::before {
  margin-left: -2px;
  transform: translate(-50%, -50%) rotate(135deg)
}
.theme-default .hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
  box-shadow: 0 1px 2px rgba(0,0,0,0.2)
}
.theme-default .hc-offcanvas-nav.nav-position-top .nav-next span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-135deg)
}
.theme-default .hc-offcanvas-nav.nav-position-top .nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(45deg)
}
.theme-default .hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
  box-shadow: 0 -1px 2px rgba(0,0,0,0.2)
}
.theme-default .hc-offcanvas-nav.nav-position-bottom .nav-next span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(45deg)
}
.theme-default .hc-offcanvas-nav.nav-position-bottom .nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-135deg)
}
.theme-default .hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper, .theme-default .hc-offcanvas-nav.nav-levels-none ul .nav-wrapper {
  box-shadow: none;
  background: transparent
}
.theme-default .hc-offcanvas-nav.nav-levels-expand li.level-open, .theme-default .hc-offcanvas-nav.nav-levels-none li.level-open {
  background: #E6E8EA
}
.theme-default .hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a, .theme-default .hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a {
  border-bottom: 1px solid #fff
}
.theme-default .hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a:hover, .theme-default .hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a:hover {
  background: #EBEDEE
}
.theme-default .hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>.nav-next span::before, .theme-default .hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a>.nav-next span::before, .theme-default .hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>.nav-next span::before, .theme-default .hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a>.nav-next span::before {
  margin-top: -2px;
  transform: translate(-50%, -50%) rotate(-135deg)
}
.theme-default .hc-offcanvas-nav.nav-levels-expand .nav-wrapper-1 .nav-item-link, .theme-default .hc-offcanvas-nav.nav-levels-none .nav-wrapper-1 .nav-item-link {
padding-left:calc(17px + 20px * 1)
}
.theme-default .hc-offcanvas-nav.nav-levels-expand .nav-wrapper-2 .nav-item-link, .theme-default .hc-offcanvas-nav.nav-levels-none .nav-wrapper-2 .nav-item-link {
padding-left:calc(17px + 20px * 2)
}
.theme-default .hc-offcanvas-nav.nav-levels-expand .nav-wrapper-3 .nav-item-link, .theme-default .hc-offcanvas-nav.nav-levels-none .nav-wrapper-3 .nav-item-link {
padding-left:calc(17px + 20px * 3)
}
.theme-default .hc-offcanvas-nav.nav-levels-expand .nav-wrapper-4 .nav-item-link, .theme-default .hc-offcanvas-nav.nav-levels-none .nav-wrapper-4 .nav-item-link {
padding-left:calc(17px + 20px * 4)
}
.theme-default .hc-offcanvas-nav.nav-levels-expand .nav-wrapper-5 .nav-item-link, .theme-default .hc-offcanvas-nav.nav-levels-none .nav-wrapper-5 .nav-item-link {
padding-left:calc(17px + 20px * 5)
}
.theme-default .hc-offcanvas-nav.rtl a.nav-next {
  border-left: none;
  border-right: 1px solid #fff
}
.theme-default .hc-offcanvas-nav.rtl .nav-title+.nav-close a:not(.has-label), .theme-default .hc-offcanvas-nav.rtl .nav-close-button span, .theme-default .hc-offcanvas-nav.rtl .nav-next, .theme-default .hc-offcanvas-nav.rtl .nav-back span {
  left: 0;
  right: auto
}
.theme-default .hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:last-child {
  padding-left: 58px;
  padding-right: 17px
}
.theme-default .hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:not(:last-child) {
  margin-left: 45px;
  margin-right: 0
}
.theme-default .hc-offcanvas-nav.rtl .nav-wrapper-1 li.nav-item .nav-item-link {
padding-right:calc(17px + 20px * 1)
}
.theme-default .hc-offcanvas-nav.rtl .nav-wrapper-2 li.nav-item .nav-item-link {
padding-right:calc(17px + 20px * 2)
}
.theme-default .hc-offcanvas-nav.rtl .nav-wrapper-3 li.nav-item .nav-item-link {
padding-right:calc(17px + 20px * 3)
}
.theme-default .hc-offcanvas-nav.rtl .nav-wrapper-4 li.nav-item .nav-item-link {
padding-right:calc(17px + 20px * 4)
}

ol, ul {
  list-style: none
}
.cf::before, .cf::after {
  content: '';
  display: block;
  height: 0;
  overflow: hidden;
  color: #666;
}
.cf::after {
  clear: both
}
.wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px
}
#main-nav {
  display: none
}

@media screen and (min-width: 800px) {
.actions:not(.theme) {
  display: flex;
  flex-wrap: wrap
}
.actions.theme::after {
  content: '';
  display: table;
  clear: both
}
.actions.theme div {
  float: left
}
}
.actions.checkboxes {
  text-align: left;
  padding-top: 8px
}
.thumb {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  border: 4px solid #fffce1;
  border-radius: 5px;
  background-size: cover
}
.thumb.active {
  border-color: #666;
}
.hc-offcanvas-nav .nav-wrapper-0>.nav-content {
  padding-bottom: 20px
}
.hc-offcanvas-nav h2 ~ ul>li.search .nav-custom-content {
  padding-top: 0
}
.hc-offcanvas-nav.rtl .nav-item-link::before {
  margin-left: 15px;
  margin-right: 0 !important
}
.hc-offcanvas-nav.rtl .nav-item.collections>.nav-item-wrapper .nav-item-link span {
  float: left
}
.hc-offcanvas-nav li .custom-message {
  font-size: 14px
}
.hc-offcanvas-nav li .custom-message a {
  color: #666;
  font-size: 13px
}
.hc-offcanvas-nav li .custom-message a:hover {
  text-decoration: none
}
.hc-offcanvas-nav li.collections>.nav-item-wrapper .nav-item-link span {
  font-size: 70%;
  line-height: 15px;
  height: 15px;
  padding: 0 4px;
  float: right;
  background: #ff635a;
  border-radius: 2px;
  margin-top: 2px
}
.hc-offcanvas-nav.nav-position-top ul.bottom-nav, .hc-offcanvas-nav.nav-position-bottom ul.bottom-nav {
  position: relative;
  border-top: none
}
.hc-offcanvas-nav.nav-position-top .nav-wrapper-0>.nav-content, .hc-offcanvas-nav.nav-position-bottom .nav-wrapper-0>.nav-content {
  padding-bottom: 0
}
.hc-offcanvas-nav ul.bottom-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  border-top: 1px solid rgba(0,0,0,0.15)
}
.hc-offcanvas-nav ul.bottom-nav li {
  flex: auto
}
.hc-offcanvas-nav ul.bottom-nav li a {
  padding: 10px;
  text-align: center;
  height: 100%;
  border-bottom: none
}
.hc-offcanvas-nav ul.bottom-nav li svg {
  fill: #666;
  display: inline-block;
  vertical-align: middle
}
.hc-offcanvas-nav ul.bottom-nav li.github svg {
  width: 17px;
  height: 17px
}
.hc-offcanvas-nav ul.bottom-nav li.ko-fi svg {
  width: 21px;
  height: 21px
}
.hc-offcanvas-nav ul.bottom-nav li.email svg {
  width: 19px;
  height: 19px
}
.theme-default .hc-offcanvas-nav .second-nav {
  border-bottom: none !important
}
