/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**/

@font-face {
  font-family: "Barlow Black";
  src: url("../fonts/barlowcondensed-black-webfont.eot");
  src: url("../fonts/barlowcondensed-black-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/barlowcondensed-black-webfont.woff2") format("woff2"),
    url("../fonts/barlowcondensed-black-webfont.woff") format("woff"),
    url("../fonts/barlowcondensed-black-webfont.ttf") format("truetype"),
    url("../fonts/barlowcondensed-black-webfont.svg#barlow_condensedblack")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
}

body {
  background-position: center;
  background-size: cover;
  font-family: "Barlow";
  color: #9b9595;
  margin-left: auto;
  margin-right: auto;
}

.container {
  clear: both;
  padding: 0 50px;
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.container .row {
  margin: 0 -30px;
}

.row {
  clear: both;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
}

.half {
  width: 50%;
}

.third {
  width: 33.333%;
}

.two_third {
  width: 66.666%;
}

.fourth {
  width: 25%;
}

.three_fourth {
  width: 75%;
}

.container .half,
.container .third,
.container .two_third,
.container .fourth,
.container .three_fourth {
  padding: 30px;
}

@media (max-width: 769px) {
  .half,
  .third,
  .two_third,
  .fourth,
  .three_fourth {
    width: 100%;
  }
}

img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

a {
  text-decoration: none;
}

a:hover {
  color: #9b9595 !important;
}

p {
  line-height: 150%;
  font-size: 16px;
  color: #9b9595;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 2vw;
}

td,
th {
  border: 1px solid #e8b7b2;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #e8b7b2;
}

.jump {
  display: block;
  position: fixed;
  width: 40px;
  height: 40px;
  background: #de958e;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  border-radius: 5px;
}

.jump::before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -7px;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

ul li {
padding-bottom: 3px;
}

ul li span {
font-weight: 500;
}
