
@font-face {
    font-family: 'Roboto Slab';
    src: url(./fonts/RobotoSlab-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    src: url(./fonts/OpenSans-Regular.ttf) format('truetype');
}


@font-face {
    font-family: 'icomoon';
    src:  url(./fonts/icomoon.eot);
    src:  url(./fonts/icomoon.eot#iefix) format('embedded-opentype'),
    url(./fonts/icomoon.ttf) format('truetype'),
    url(./fonts/icomoon.woff) format('woff'),
    url(./fonts/icomoon.svg#icomoon) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-copyright:before {
    content: "\e904";
}
.icon-menu:before {
    content: "\e900";
}
.icon-chevron-right:before {
    content: "\e902";
}
.icon-cancel:before {
    content: "\e901";
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul,
nav li {
  margin: 0;
}
nav ul,
ul {
  list-style: none;
}
html body main .pagination {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
  border: none;
}
html body main .pagination .page-numbers {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding: 0 3px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid transparent;
  transition: 0.4s;
}
html body main .pagination .page-numbers:hover {
  color: #fff;
  background: #f8b864;
  border: 1px solid #f8b864;
}
html body main .pagination .page-numbers.current {
  color: #fff;
  border: 1px solid #f8b864;
  background: #f8b864;
}
html body nav {
  transition: 0.4s;
}
html body nav ul {
  padding: 0;
  margin: 0;
  text-align: right;
}
html body nav ul li {
  margin: 0;
  display: inline-block;
}
html body nav ul li a {
  text-decoration: none;
  display: block;
  padding: 20px 10px;
  color: #353940;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
html body nav ul li a:hover {
  color: #f8b864;
}
html body nav ul .current-menu-item a {
  color: #f8b864;
}
html body nav .menu > li {
  text-align: center;
  cursor: pointer;
  position: relative;
}
html body nav .menu > li ul.sub-menu {
  display: none;
  position: absolute;
  text-align: left;
  z-index: 100;
  padding: 10px;
  left: 0;
  min-width: 260px;
  background: #f8b864;
}
html body nav .menu > li ul.sub-menu li a {
  padding: 5px 10px;
  color: #fff;
  text-transform: none;
}
html body nav .menu > li ul.sub-menu li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
html body nav .menu > li > ul.sub-menu li {
  display: block;
}
html body nav .menu > li:hover > ul.sub-menu {
  display: block;
}
html body nav .menu > li > ul.sub-menu li:hover {
  width: 100%;
}
@media screen and (max-width: 992px) {
  html body nav ul {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  html body nav ul li {
    display: block;
  }
  html body nav ul li a {
    padding: 10px;
  }
  html body nav .menu > li ul.sub-menu {
    position: relative;
    display: block;
    background: none;
    text-align: center;
  }
  html body nav .menu > li ul.sub-menu li a {
    color: #353940;
  }
  html body nav .menu > li ul.sub-menu li a:hover {
    color: #f8b864;
  }
  html body nav .menu > li > ul.sub-menu li:hover {
    background: none;
  }
}
/*---- NAV ----*/
.nav-toggle {
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: absolute;
  top: -35px;
  right: 15px;
  display: inline-block;
  border: none;
  width: 40px;
  height: 40px;
  background: #f8b864;
  overflow: hidden;
  cursor: pointer;
  outline: none;
}
.nav-toggle:before {
  font-family: 'icomoon';
  font-size: 20px;
  line-height: 40px;
  text-transform: none;
  text-align: center;
  content: "\e900";
  position: absolute;
  text-indent: 0;
  color: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.nav-toggle.active::before {
  content: "\e905";
}
.md-scroll-mask {
  position: initial;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html body {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #888;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
  /*-----------------------*/
}
html body .valign-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
html body .valign-end-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
html body h1 {
  font-size: 36px;
}
html body h2 {
  font-size: 30px;
}
html body h3 {
  font-size: 24px;
}
html body h4 {
  font-size: 18px;
}
html body h1,
html body h2,
html body h3,
html body h4 {
  font-family: 'Roboto Slab', serif;
  color: #303030;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}
html body p {
  margin-top: 20px;
  margin-bottom: 20px;
}
html body img {
  height: auto;
  max-width: 100%;
}
html body iframe,
html body form,
html body table {
  max-width: 100%;
}
html body ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
html body ol li {
  margin-bottom: 5px;
  list-style-position: inside;
}
html body ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
html body ul li {
  margin-bottom: 5px;
  list-style-position: inside;
}
html body table {
  width: 100%;
  margin: 15px auto;
  text-align: center;
  border-collapse: collapse;
}
html body table tr td,
html body table tr th {
  border: 1px solid #eaeaea;
  padding: 10px;
}
html body blockquote {
  margin: 30px 0;
  border-left: 5px solid #f8b864;
  padding: 20px;
  color: #303030;
  box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.03), 0 0px 82px 0 rgba(0, 0, 0, 0.02);
}
html body form input,
html body form textarea {
  border: 1px solid #eaeaea;
  padding: 10px;
}
html body form input:focus,
html body form textarea:focus {
  outline: none;
  border-color: #f8b864;
}
html body .button,
html body button,
html body input[type="submit"] {
  display: inline-block;
  border: 1px solid #f8b864;
  background-color: #f8b864;
  padding: 10px 30px;
  color: #fff;
  font-weight: 600;
  font-family: 'Roboto Slab', serif;
  cursor: pointer;
  transition: 0.4s;
  text-align: center;
}
html body .button:hover,
html body button:hover,
html body input[type="submit"]:hover {
  border: 1px solid #232121;
  background-color: #232121;
  color: #fff;
}
html body .alignleft {
  display: inline;
  float: left;
  margin-bottom: 5px;
  margin-right: 10px;
}
html body .alignright {
  display: inline;
  float: right;
  margin-bottom: 5px;
  margin-left: 10px;
}
html body .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html body .wrap {
  zoom: 1;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
html body .wrap:before,
html body .wrap:after {
  content: "";
  display: table;
}
html body .wrap:after {
  clear: both;
}
html body .wrap .inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
html body .wrap .inner:before,
html body .wrap .inner:after {
  content: "";
  display: table;
  box-sizing: border-box;
}
html body .wrap .inner:after {
  clear: both;
}
html body .wrap [class*='item_'] {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  html body .wrap {
    width: 1200px;
  }
}
html body .wrap .item_1-lg {
  max-width: 4.16666667%;
  flex: 0 0 4.16666667%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html body .wrap .lg-hide {
  display: none;
}
html body .wrap .order-lg-1 {
  order: 1;
}
@media (min-width: 1200px) {
  html body .wrap .item_1-lg-offset {
    margin-left: 4.16666667%;
  }
}
html body .wrap .item_2-lg {
  max-width: 8.33333333%;
  flex: 0 0 8.33333333%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html body .wrap .lg-hide {
  display: none;
}
html body .wrap .order-lg-2 {
  order: 2;
}
@media (min-width: 1200px) {
  html body .wrap .item_2-lg-offset {
    margin-left: 8.33333333%;
  }
}
html body .wrap .item_3-lg {
  max-width: 12.5%;
  flex: 0 0 12.5%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html body .wrap .lg-hide {
  display: none;
}
html body .wrap .order-lg-3 {
  order: 3;
}
@media (min-width: 1200px) {
  html body .wrap .item_3-lg-offset {
    margin-left: 12.5%;
  }
}
html body .wrap .item_4-lg {
  max-width: 16.66666667%;
  flex: 0 0 16.66666667%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html body .wrap .lg-hide {
  display: none;
}
html body .wrap .order-lg-4 {
  order: 4;
}
@media (min-width: 1200px) {
  html body .wrap .item_4-lg-offset {
    margin-left: 16.66666667%;
  }
}
html body .wrap .item_5-lg {
  max-width: 20.83333333%;
  flex: 0 0 20.83333333%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html body .wrap .lg-hide {
  display: none;
}
html body .wrap .order-lg-5 {
  order: 5;
}
@media (min-width: 1200px) {
  html body .wrap .item_5-lg-offset {
    margin-left: 20.83333333%;
  }
}
html body .wrap .item_6-lg {
  max-width: 25%;
  flex: 0 0 25%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html body .wrap .lg-hide {
  display: none;
}
html body .wrap .order-lg-6 {
  order: 6;
}
@media (min-width: 1200px) {
  html body .wrap .item_6-lg-offset {
    margin-left: 25%;
  }
}
html body .wrap .item_7-lg {
  max-width: 29.16666667%;
  flex: 0 0 29.16666667%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html body .wrap .lg-hide {
  display: none;
}
html body .wrap .order-lg-7 {
  order: 7;
}
@media (min-width: 1200px) {
  html body .wrap .item_7-lg-offset {
    margin-left: 29.16666667%;
  }
}
html body .wrap .item_8-lg {
  max-width: 33.33333333%;
  flex: 0 0 33.33333333%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html body .wrap .lg-hide {
  display: none;
}
html body .wrap .order-lg-8 {
  order: 8;
}
@media (min-width: 1200px) {
  html body .wrap .item_8-lg-offset {
    margin-left: 33.33333333%;
  }
}
html body .wrap .item_9-lg {
  max-width: 37.5%;
  flex: 0 0 37.5%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html body .wrap .lg-hide {
  display: none;
}
html body .wrap .order-lg-9 {
  order: 9;
}
@media (min-width: 1200px) {
  html body .wrap .item_9-lg-offset {
    margin-left: 37.5%;
  }
}
html body .wrap .item_10-lg {
  max-width: 41.66666667%;
  flex: 0 0 41.66666667%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html body .wrap .lg-hide {
  display: none;
}
html body .wrap .order-lg-10 {
  order: 10;
}
@media (min-width: 1200px) {
  html body .wrap .item_10-lg-offset {
    margin-left: 41.66666667%;
  }
}
html body .wrap .item_11-lg {
  max-width: 45.83333333%;
  flex: 0 0 45.83333333%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html body .wrap .lg-hide {
  display: none;
}
html body .wrap .order-lg-11 {
  order: 11;
}
@media (min-width: 1200px) {
  html body .wrap .item_11-lg-offset {
    margin-left: 45.83333333%;
  }
}
html body .wrap .item_12-lg {
  max-width: 50%;
  flex: 0 0 50%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html body .wrap .lg-hide {
  display: none;
}
html body .wrap .order-lg-12 {
  order: 12;
}
@media (min-width: 1200px) {
  html body .wrap .item_12-lg-offset {
    margin-left: 50%;
  }
}
html body .wrap .item_13-lg {
  max-width: 54.16666667%;
  flex: 0 0 54.16666667%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html body .wrap .lg-hide {
  display: none;
}
html body .wrap .order-lg-13 {
  order: 13;
}
@media (min-width: 1200px) {
  html body .wrap .item_13-lg-offset {
    margin-left: 54.16666667%;
  }
}
html body .wrap .item_14-lg {
  max-width: 58.33333333%;
  flex: 0 0 58.33333333%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html body .wrap .lg-hide {
  display: none;
}
html body .wrap .order-lg-14 {
  order: 14;
}
@media (min-width: 1200px) {
  html body .wrap .item_14-lg-offset {
    margin-left: 58.33333333%;
  }
}
html body .wrap .item_15-lg {
  max-width: 62.5%;
  flex: 0 0 62.5%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html body .wrap .lg-hide {
  display: none;
}
html body .wrap .order-lg-15 {
  order: 15;
}
@media (min-width: 1200px) {
  html body .wrap .item_15-lg-offset {
    margin-left: 62.5%;
  }
}
html body .wrap .item_16-lg {
  max-width: 66.66666667%;
  flex: 0 0 66.66666667%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html body .wrap .lg-hide {
  display: none;
}
html body .wrap .order-lg-16 {
  order: 16;
}
@media (min-width: 1200px) {
  html body .wrap .item_16-lg-offset {
    margin-left: 66.66666667%;
  }
}
html body .wrap .item_17-lg {
  max-width: 70.83333333%;
  flex: 0 0 70.83333333%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html body .wrap .lg-hide {
  display: none;
}
html body .wrap .order-lg-17 {
  order: 17;
}
@media (min-width: 1200px) {
  html body .wrap .item_17-lg-offset {
    margin-left: 70.83333333%;
  }
}
html body .wrap .item_18-lg {
  max-width: 75%;
  flex: 0 0 75%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html body .wrap .lg-hide {
  display: none;
}
html body .wrap .order-lg-18 {
  order: 18;
}
@media (min-width: 1200px) {
  html body .wrap .item_18-lg-offset {
    margin-left: 75%;
  }
}
html body .wrap .item_19-lg {
  max-width: 79.16666667%;
  flex: 0 0 79.16666667%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html body .wrap .lg-hide {
  display: none;
}
html body .wrap .order-lg-19 {
  order: 19;
}
@media (min-width: 1200px) {
  html body .wrap .item_19-lg-offset {
    margin-left: 79.16666667%;
  }
}
html body .wrap .item_20-lg {
  max-width: 83.33333333%;
  flex: 0 0 83.33333333%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html body .wrap .lg-hide {
  display: none;
}
html body .wrap .order-lg-20 {
  order: 20;
}
@media (min-width: 1200px) {
  html body .wrap .item_20-lg-offset {
    margin-left: 83.33333333%;
  }
}
html body .wrap .item_21-lg {
  max-width: 87.5%;
  flex: 0 0 87.5%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html body .wrap .lg-hide {
  display: none;
}
html body .wrap .order-lg-21 {
  order: 21;
}
@media (min-width: 1200px) {
  html body .wrap .item_21-lg-offset {
    margin-left: 87.5%;
  }
}
html body .wrap .item_22-lg {
  max-width: 91.66666667%;
  flex: 0 0 91.66666667%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html body .wrap .lg-hide {
  display: none;
}
html body .wrap .order-lg-22 {
  order: 22;
}
@media (min-width: 1200px) {
  html body .wrap .item_22-lg-offset {
    margin-left: 91.66666667%;
  }
}
html body .wrap .item_23-lg {
  max-width: 95.83333333%;
  flex: 0 0 95.83333333%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html body .wrap .lg-hide {
  display: none;
}
html body .wrap .order-lg-23 {
  order: 23;
}
@media (min-width: 1200px) {
  html body .wrap .item_23-lg-offset {
    margin-left: 95.83333333%;
  }
}
html body .wrap .item_24-lg {
  max-width: 100%;
  flex: 0 0 100%;
}
html body .wrap .item_lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .wrap .item_auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
@media (min-width: 1200px) {
  html body .wrap .item_24-lg-offset {
    margin-left: 100%;
  }
}
html body .clearfix {
  clear: both;
}
@media screen and (max-width: 992px) {
  html body .wrap .item_1-md {
    max-width: 4.16666667%;
    flex: 0 0 4.16666667%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .md-hide {
    display: none;
  }
  html body .wrap .order-md-1 {
    order: 1;
  }
  html body .wrap .item_2-md {
    max-width: 8.33333333%;
    flex: 0 0 8.33333333%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .md-hide {
    display: none;
  }
  html body .wrap .order-md-2 {
    order: 2;
  }
  html body .wrap .item_3-md {
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .md-hide {
    display: none;
  }
  html body .wrap .order-md-3 {
    order: 3;
  }
  html body .wrap .item_4-md {
    max-width: 16.66666667%;
    flex: 0 0 16.66666667%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .md-hide {
    display: none;
  }
  html body .wrap .order-md-4 {
    order: 4;
  }
  html body .wrap .item_5-md {
    max-width: 20.83333333%;
    flex: 0 0 20.83333333%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .md-hide {
    display: none;
  }
  html body .wrap .order-md-5 {
    order: 5;
  }
  html body .wrap .item_6-md {
    max-width: 25%;
    flex: 0 0 25%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .md-hide {
    display: none;
  }
  html body .wrap .order-md-6 {
    order: 6;
  }
  html body .wrap .item_7-md {
    max-width: 29.16666667%;
    flex: 0 0 29.16666667%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .md-hide {
    display: none;
  }
  html body .wrap .order-md-7 {
    order: 7;
  }
  html body .wrap .item_8-md {
    max-width: 33.33333333%;
    flex: 0 0 33.33333333%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .md-hide {
    display: none;
  }
  html body .wrap .order-md-8 {
    order: 8;
  }
  html body .wrap .item_9-md {
    max-width: 37.5%;
    flex: 0 0 37.5%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .md-hide {
    display: none;
  }
  html body .wrap .order-md-9 {
    order: 9;
  }
  html body .wrap .item_10-md {
    max-width: 41.66666667%;
    flex: 0 0 41.66666667%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .md-hide {
    display: none;
  }
  html body .wrap .order-md-10 {
    order: 10;
  }
  html body .wrap .item_11-md {
    max-width: 45.83333333%;
    flex: 0 0 45.83333333%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .md-hide {
    display: none;
  }
  html body .wrap .order-md-11 {
    order: 11;
  }
  html body .wrap .item_12-md {
    max-width: 50%;
    flex: 0 0 50%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .md-hide {
    display: none;
  }
  html body .wrap .order-md-12 {
    order: 12;
  }
  html body .wrap .item_13-md {
    max-width: 54.16666667%;
    flex: 0 0 54.16666667%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .md-hide {
    display: none;
  }
  html body .wrap .order-md-13 {
    order: 13;
  }
  html body .wrap .item_14-md {
    max-width: 58.33333333%;
    flex: 0 0 58.33333333%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .md-hide {
    display: none;
  }
  html body .wrap .order-md-14 {
    order: 14;
  }
  html body .wrap .item_15-md {
    max-width: 62.5%;
    flex: 0 0 62.5%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .md-hide {
    display: none;
  }
  html body .wrap .order-md-15 {
    order: 15;
  }
  html body .wrap .item_16-md {
    max-width: 66.66666667%;
    flex: 0 0 66.66666667%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .md-hide {
    display: none;
  }
  html body .wrap .order-md-16 {
    order: 16;
  }
  html body .wrap .item_17-md {
    max-width: 70.83333333%;
    flex: 0 0 70.83333333%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .md-hide {
    display: none;
  }
  html body .wrap .order-md-17 {
    order: 17;
  }
  html body .wrap .item_18-md {
    max-width: 75%;
    flex: 0 0 75%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .md-hide {
    display: none;
  }
  html body .wrap .order-md-18 {
    order: 18;
  }
  html body .wrap .item_19-md {
    max-width: 79.16666667%;
    flex: 0 0 79.16666667%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .md-hide {
    display: none;
  }
  html body .wrap .order-md-19 {
    order: 19;
  }
  html body .wrap .item_20-md {
    max-width: 83.33333333%;
    flex: 0 0 83.33333333%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .md-hide {
    display: none;
  }
  html body .wrap .order-md-20 {
    order: 20;
  }
  html body .wrap .item_21-md {
    max-width: 87.5%;
    flex: 0 0 87.5%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .md-hide {
    display: none;
  }
  html body .wrap .order-md-21 {
    order: 21;
  }
  html body .wrap .item_22-md {
    max-width: 91.66666667%;
    flex: 0 0 91.66666667%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .md-hide {
    display: none;
  }
  html body .wrap .order-md-22 {
    order: 22;
  }
  html body .wrap .item_23-md {
    max-width: 95.83333333%;
    flex: 0 0 95.83333333%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .md-hide {
    display: none;
  }
  html body .wrap .order-md-23 {
    order: 23;
  }
  html body .wrap .item_24-md {
    max-width: 100%;
    flex: 0 0 100%;
  }
  html body .wrap .item_md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap {
    width: 992px;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_1-md-offset {
    margin-left: 4.16666667%;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_2-md-offset {
    margin-left: 8.33333333%;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_3-md-offset {
    margin-left: 12.5%;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_4-md-offset {
    margin-left: 16.66666667%;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_5-md-offset {
    margin-left: 20.83333333%;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_6-md-offset {
    margin-left: 25%;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_7-md-offset {
    margin-left: 29.16666667%;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_8-md-offset {
    margin-left: 33.33333333%;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_9-md-offset {
    margin-left: 37.5%;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_10-md-offset {
    margin-left: 41.66666667%;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_11-md-offset {
    margin-left: 45.83333333%;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_12-md-offset {
    margin-left: 50%;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_13-md-offset {
    margin-left: 54.16666667%;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_14-md-offset {
    margin-left: 58.33333333%;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_15-md-offset {
    margin-left: 62.5%;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_16-md-offset {
    margin-left: 66.66666667%;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_17-md-offset {
    margin-left: 70.83333333%;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_18-md-offset {
    margin-left: 75%;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_19-md-offset {
    margin-left: 79.16666667%;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_20-md-offset {
    margin-left: 83.33333333%;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_21-md-offset {
    margin-left: 87.5%;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_22-md-offset {
    margin-left: 91.66666667%;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_23-md-offset {
    margin-left: 95.83333333%;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  html body .wrap .item_24-md-offset {
    margin-left: 100%;
  }
}
@media screen and (max-width: 768px) {
  html body .wrap .item_1-sm {
    max-width: 4.16666667%;
    flex: 0 0 4.16666667%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .sm-hide {
    display: none;
  }
  html body .wrap .order-sm-1 {
    order: 1;
  }
  html body .wrap .item_2-sm {
    max-width: 8.33333333%;
    flex: 0 0 8.33333333%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .sm-hide {
    display: none;
  }
  html body .wrap .order-sm-2 {
    order: 2;
  }
  html body .wrap .item_3-sm {
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .sm-hide {
    display: none;
  }
  html body .wrap .order-sm-3 {
    order: 3;
  }
  html body .wrap .item_4-sm {
    max-width: 16.66666667%;
    flex: 0 0 16.66666667%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .sm-hide {
    display: none;
  }
  html body .wrap .order-sm-4 {
    order: 4;
  }
  html body .wrap .item_5-sm {
    max-width: 20.83333333%;
    flex: 0 0 20.83333333%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .sm-hide {
    display: none;
  }
  html body .wrap .order-sm-5 {
    order: 5;
  }
  html body .wrap .item_6-sm {
    max-width: 25%;
    flex: 0 0 25%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .sm-hide {
    display: none;
  }
  html body .wrap .order-sm-6 {
    order: 6;
  }
  html body .wrap .item_7-sm {
    max-width: 29.16666667%;
    flex: 0 0 29.16666667%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .sm-hide {
    display: none;
  }
  html body .wrap .order-sm-7 {
    order: 7;
  }
  html body .wrap .item_8-sm {
    max-width: 33.33333333%;
    flex: 0 0 33.33333333%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .sm-hide {
    display: none;
  }
  html body .wrap .order-sm-8 {
    order: 8;
  }
  html body .wrap .item_9-sm {
    max-width: 37.5%;
    flex: 0 0 37.5%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .sm-hide {
    display: none;
  }
  html body .wrap .order-sm-9 {
    order: 9;
  }
  html body .wrap .item_10-sm {
    max-width: 41.66666667%;
    flex: 0 0 41.66666667%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .sm-hide {
    display: none;
  }
  html body .wrap .order-sm-10 {
    order: 10;
  }
  html body .wrap .item_11-sm {
    max-width: 45.83333333%;
    flex: 0 0 45.83333333%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .sm-hide {
    display: none;
  }
  html body .wrap .order-sm-11 {
    order: 11;
  }
  html body .wrap .item_12-sm {
    max-width: 50%;
    flex: 0 0 50%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .sm-hide {
    display: none;
  }
  html body .wrap .order-sm-12 {
    order: 12;
  }
  html body .wrap .item_13-sm {
    max-width: 54.16666667%;
    flex: 0 0 54.16666667%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .sm-hide {
    display: none;
  }
  html body .wrap .order-sm-13 {
    order: 13;
  }
  html body .wrap .item_14-sm {
    max-width: 58.33333333%;
    flex: 0 0 58.33333333%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .sm-hide {
    display: none;
  }
  html body .wrap .order-sm-14 {
    order: 14;
  }
  html body .wrap .item_15-sm {
    max-width: 62.5%;
    flex: 0 0 62.5%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .sm-hide {
    display: none;
  }
  html body .wrap .order-sm-15 {
    order: 15;
  }
  html body .wrap .item_16-sm {
    max-width: 66.66666667%;
    flex: 0 0 66.66666667%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .sm-hide {
    display: none;
  }
  html body .wrap .order-sm-16 {
    order: 16;
  }
  html body .wrap .item_17-sm {
    max-width: 70.83333333%;
    flex: 0 0 70.83333333%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .sm-hide {
    display: none;
  }
  html body .wrap .order-sm-17 {
    order: 17;
  }
  html body .wrap .item_18-sm {
    max-width: 75%;
    flex: 0 0 75%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .sm-hide {
    display: none;
  }
  html body .wrap .order-sm-18 {
    order: 18;
  }
  html body .wrap .item_19-sm {
    max-width: 79.16666667%;
    flex: 0 0 79.16666667%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .sm-hide {
    display: none;
  }
  html body .wrap .order-sm-19 {
    order: 19;
  }
  html body .wrap .item_20-sm {
    max-width: 83.33333333%;
    flex: 0 0 83.33333333%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .sm-hide {
    display: none;
  }
  html body .wrap .order-sm-20 {
    order: 20;
  }
  html body .wrap .item_21-sm {
    max-width: 87.5%;
    flex: 0 0 87.5%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .sm-hide {
    display: none;
  }
  html body .wrap .order-sm-21 {
    order: 21;
  }
  html body .wrap .item_22-sm {
    max-width: 91.66666667%;
    flex: 0 0 91.66666667%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .sm-hide {
    display: none;
  }
  html body .wrap .order-sm-22 {
    order: 22;
  }
  html body .wrap .item_23-sm {
    max-width: 95.83333333%;
    flex: 0 0 95.83333333%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .sm-hide {
    display: none;
  }
  html body .wrap .order-sm-23 {
    order: 23;
  }
  html body .wrap .item_24-sm {
    max-width: 100%;
    flex: 0 0 100%;
  }
  html body .wrap .item_sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body form textarea {
    width: 100%;
  }
  html body ol,
  html body ul {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap {
    width: 768px;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_1-sm-offset {
    margin-left: 4.16666667%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_2-sm-offset {
    margin-left: 8.33333333%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_3-sm-offset {
    margin-left: 12.5%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_4-sm-offset {
    margin-left: 16.66666667%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_5-sm-offset {
    margin-left: 20.83333333%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_6-sm-offset {
    margin-left: 25%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_7-sm-offset {
    margin-left: 29.16666667%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_8-sm-offset {
    margin-left: 33.33333333%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_9-sm-offset {
    margin-left: 37.5%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_10-sm-offset {
    margin-left: 41.66666667%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_11-sm-offset {
    margin-left: 45.83333333%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_12-sm-offset {
    margin-left: 50%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_13-sm-offset {
    margin-left: 54.16666667%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_14-sm-offset {
    margin-left: 58.33333333%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_15-sm-offset {
    margin-left: 62.5%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_16-sm-offset {
    margin-left: 66.66666667%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_17-sm-offset {
    margin-left: 70.83333333%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_18-sm-offset {
    margin-left: 75%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_19-sm-offset {
    margin-left: 79.16666667%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_20-sm-offset {
    margin-left: 83.33333333%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_21-sm-offset {
    margin-left: 87.5%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_22-sm-offset {
    margin-left: 91.66666667%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_23-sm-offset {
    margin-left: 95.83333333%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  html body .wrap .item_24-sm-offset {
    margin-left: 100%;
  }
}
@media screen and (max-width: 600px) {
  html body .wrap .item_1-xs {
    max-width: 4.16666667%;
    flex: 0 0 4.16666667%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .xs-hide {
    display: none;
  }
  html body .wrap .order-xs-1 {
    order: 1;
  }
  html body .wrap .item_2-xs {
    max-width: 8.33333333%;
    flex: 0 0 8.33333333%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .xs-hide {
    display: none;
  }
  html body .wrap .order-xs-2 {
    order: 2;
  }
  html body .wrap .item_3-xs {
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .xs-hide {
    display: none;
  }
  html body .wrap .order-xs-3 {
    order: 3;
  }
  html body .wrap .item_4-xs {
    max-width: 16.66666667%;
    flex: 0 0 16.66666667%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .xs-hide {
    display: none;
  }
  html body .wrap .order-xs-4 {
    order: 4;
  }
  html body .wrap .item_5-xs {
    max-width: 20.83333333%;
    flex: 0 0 20.83333333%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .xs-hide {
    display: none;
  }
  html body .wrap .order-xs-5 {
    order: 5;
  }
  html body .wrap .item_6-xs {
    max-width: 25%;
    flex: 0 0 25%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .xs-hide {
    display: none;
  }
  html body .wrap .order-xs-6 {
    order: 6;
  }
  html body .wrap .item_7-xs {
    max-width: 29.16666667%;
    flex: 0 0 29.16666667%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .xs-hide {
    display: none;
  }
  html body .wrap .order-xs-7 {
    order: 7;
  }
  html body .wrap .item_8-xs {
    max-width: 33.33333333%;
    flex: 0 0 33.33333333%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .xs-hide {
    display: none;
  }
  html body .wrap .order-xs-8 {
    order: 8;
  }
  html body .wrap .item_9-xs {
    max-width: 37.5%;
    flex: 0 0 37.5%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .xs-hide {
    display: none;
  }
  html body .wrap .order-xs-9 {
    order: 9;
  }
  html body .wrap .item_10-xs {
    max-width: 41.66666667%;
    flex: 0 0 41.66666667%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .xs-hide {
    display: none;
  }
  html body .wrap .order-xs-10 {
    order: 10;
  }
  html body .wrap .item_11-xs {
    max-width: 45.83333333%;
    flex: 0 0 45.83333333%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .xs-hide {
    display: none;
  }
  html body .wrap .order-xs-11 {
    order: 11;
  }
  html body .wrap .item_12-xs {
    max-width: 50%;
    flex: 0 0 50%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .xs-hide {
    display: none;
  }
  html body .wrap .order-xs-12 {
    order: 12;
  }
  html body .wrap .item_13-xs {
    max-width: 54.16666667%;
    flex: 0 0 54.16666667%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .xs-hide {
    display: none;
  }
  html body .wrap .order-xs-13 {
    order: 13;
  }
  html body .wrap .item_14-xs {
    max-width: 58.33333333%;
    flex: 0 0 58.33333333%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .xs-hide {
    display: none;
  }
  html body .wrap .order-xs-14 {
    order: 14;
  }
  html body .wrap .item_15-xs {
    max-width: 62.5%;
    flex: 0 0 62.5%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .xs-hide {
    display: none;
  }
  html body .wrap .order-xs-15 {
    order: 15;
  }
  html body .wrap .item_16-xs {
    max-width: 66.66666667%;
    flex: 0 0 66.66666667%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .xs-hide {
    display: none;
  }
  html body .wrap .order-xs-16 {
    order: 16;
  }
  html body .wrap .item_17-xs {
    max-width: 70.83333333%;
    flex: 0 0 70.83333333%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .xs-hide {
    display: none;
  }
  html body .wrap .order-xs-17 {
    order: 17;
  }
  html body .wrap .item_18-xs {
    max-width: 75%;
    flex: 0 0 75%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .xs-hide {
    display: none;
  }
  html body .wrap .order-xs-18 {
    order: 18;
  }
  html body .wrap .item_19-xs {
    max-width: 79.16666667%;
    flex: 0 0 79.16666667%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .xs-hide {
    display: none;
  }
  html body .wrap .order-xs-19 {
    order: 19;
  }
  html body .wrap .item_20-xs {
    max-width: 83.33333333%;
    flex: 0 0 83.33333333%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .xs-hide {
    display: none;
  }
  html body .wrap .order-xs-20 {
    order: 20;
  }
  html body .wrap .item_21-xs {
    max-width: 87.5%;
    flex: 0 0 87.5%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .xs-hide {
    display: none;
  }
  html body .wrap .order-xs-21 {
    order: 21;
  }
  html body .wrap .item_22-xs {
    max-width: 91.66666667%;
    flex: 0 0 91.66666667%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .xs-hide {
    display: none;
  }
  html body .wrap .order-xs-22 {
    order: 22;
  }
  html body .wrap .item_23-xs {
    max-width: 95.83333333%;
    flex: 0 0 95.83333333%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html body .wrap .xs-hide {
    display: none;
  }
  html body .wrap .order-xs-23 {
    order: 23;
  }
  html body .wrap .item_24-xs {
    max-width: 100%;
    flex: 0 0 100%;
  }
  html body .wrap .item_xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .wrap .item_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap {
    width: 600px;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_1-xs-offset {
    margin-left: 4.16666667%;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_2-xs-offset {
    margin-left: 8.33333333%;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_3-xs-offset {
    margin-left: 12.5%;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_4-xs-offset {
    margin-left: 16.66666667%;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_5-xs-offset {
    margin-left: 20.83333333%;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_6-xs-offset {
    margin-left: 25%;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_7-xs-offset {
    margin-left: 29.16666667%;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_8-xs-offset {
    margin-left: 33.33333333%;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_9-xs-offset {
    margin-left: 37.5%;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_10-xs-offset {
    margin-left: 41.66666667%;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_11-xs-offset {
    margin-left: 45.83333333%;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_12-xs-offset {
    margin-left: 50%;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_13-xs-offset {
    margin-left: 54.16666667%;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_14-xs-offset {
    margin-left: 58.33333333%;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_15-xs-offset {
    margin-left: 62.5%;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_16-xs-offset {
    margin-left: 66.66666667%;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_17-xs-offset {
    margin-left: 70.83333333%;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_18-xs-offset {
    margin-left: 75%;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_19-xs-offset {
    margin-left: 79.16666667%;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_20-xs-offset {
    margin-left: 83.33333333%;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_21-xs-offset {
    margin-left: 87.5%;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_22-xs-offset {
    margin-left: 91.66666667%;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_23-xs-offset {
    margin-left: 95.83333333%;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  html body .wrap .item_24-xs-offset {
    margin-left: 100%;
  }
}
html body .bg-content {
  display: none;
}
html body .wrap .i-menu,
html body .wrap .icon-nav {
  display: none;
}
@media screen and (max-width: 769px) {
  html body .bg-content {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    right: 0;
    left: 85%;
    z-index: 3;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
  }
  html body .sidebar-open {
    width: 100%;
  }
  html body .wrap {
    position: relative;
    left: 0;
    transition: left 0.4s ease-in-out;
  }
  html body .wrap #sidebar {
    display: none;
    position: absolute;
    left: -90%;
    background: #fff;
    width: 85%;
    top: 0;
    min-height: 100%;
    box-sizing: border-box;
  }
  html body .wrap .i-menu {
    display: block;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: 25px;
    text-align: center;
  }
  html body .wrap .icon-nav {
    display: block;
  }
}
html body a {
  color: #f8b864;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
html body a:hover {
  color: #232121;
  text-decoration: none;
}
html body header {
  background-image: url(_/files/people.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
}
html body header .logo {
  font-size: 17px;
  line-height: 28px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
  padding-bottom: 15px;
}
html body header .heading {
  padding: 50px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
html body header .heading h2,
html body header .heading h1 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
}
html body header .heading .breadcrumb a {
  color: #fff;
  text-decoration: underline;
}
html body header .heading .breadcrumb a:hover {
  color: #f8b864;
}
html body header .front-heading {
  padding: 180px 0;
}
html body main article {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
html body main article .article-heading a {
  color: #232121;
}
html body main article .article-heading a:hover {
  color: #f8b864;
}
html body main article .article-link {
  color: #232121;
  font-weight: bold;
  text-transform: uppercase;
}
html body main article .article-link span {
  font-size: 15px;
  line-height: 26px;
}
html body aside {
  margin-bottom: 30px;
}
html body aside h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
html body aside h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 1px;
  background: #f8b864;
}
html body aside ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
html body aside ul li {
  border-bottom: 1px solid #eaeaea;
}
html body aside ul li a {
  display: block;
  padding: 10px 0;
  color: #888;
}
html body aside ul li a:hover {
  color: #f8b864;
}
html body footer {
  background: #232121;
  border-top: 3px solid #f8b864;
  padding: 20px 0;
  text-align: center;
  margin-top: 50px;
}
html body footer p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  html body header .front-heading {
    padding: 100px 0;
  }
}
@media screen and (max-width: 600px) {
  html body header .front-heading {
    padding: 50px 0;
  }
  html body header .front-heading h2 {
    font-size: 35px;
  }
}


/*# sourceMappingURL=custom.min.css.map*/