* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

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;
}

li {
  list-style-type: none;
}

input {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

h1, h2, h3, h4, h5, h6, p, span, address, li, blockquote {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #2e2e2e;
  color: rgb(255, 255, 255);
}

::selection {
  background: #2e2e2e;
  color: rgb(255, 255, 255);
}

.actions {
  margin: 0px;
  padding: 0px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: #f2f2f2;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.actions li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  line-height: 1em;
}
.actions li a {
  margin: 0px;
  padding: 0px;
  font-family: monospace;
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(20, 20, 20);
  letter-spacing: 0.5px;
}

.cookie {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: #727D41;
  color: rgb(20, 20, 20);
  display: flex;
  justify-content: space-between;
  transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  align-items: center;
  padding: 20px;
}
.cookie_btn {
  cursor: pointer;
}
.cookie.hidden {
  transform: translateY(calc(100% + 1px));
}

.bold, h1, strong {
  font-weight: 700;
}

.regular, h2, body {
  font-weight: 400;
}

.italic {
  font-style: italic;
}

.caps {
  text-transform: uppercase;
}

.leading, .t-text, .t-heading, h6, h5, h4, h3, h2, h1, body {
  line-height: 1.2em;
}

.leading-loose, .t-title, p, address {
  line-height: 1.5em;
}

body {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 720px) {
  body {
    font-size: calc(0.2777777778vw + 16px);
  }
}
@media screen and (min-width: 1800px) {
  body {
    font-size: 21px;
  }
}

p, address {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 720px) {
  p, address {
    font-size: calc(0.1851851852vw + 14.6666666667px);
  }
}
@media screen and (min-width: 1800px) {
  p, address {
    font-size: 18px;
  }
}

nav a {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 720px) {
  nav a {
    font-size: calc(0.3703703704vw + 11.3333333333px);
  }
}
@media screen and (min-width: 1800px) {
  nav a {
    font-size: 18px;
  }
}

.description p {
  font-size: 18px;
  margin-bottom: 1em;
}
@media screen and (min-width: 720px) {
  .description p {
    font-size: calc(0.5555555556vw + 14px);
  }
}
@media screen and (min-width: 1800px) {
  .description p {
    font-size: 24px;
  }
}

a {
  border-bottom: 1px solid rgb(20, 20, 20);
}

h1 {
  font-size: 28px;
}
@media screen and (min-width: 720px) {
  h1 {
    font-size: calc(2.962962963vw + 6.6666666667px);
  }
}
@media screen and (min-width: 1800px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 25px;
}
@media screen and (min-width: 720px) {
  h2 {
    font-size: calc(2.5925925926vw + 6.3333333333px);
  }
}
@media screen and (min-width: 1800px) {
  h2 {
    font-size: 53px;
  }
}

h3 {
  font-size: 18px;
}
@media screen and (min-width: 720px) {
  h3 {
    font-size: calc(0.2777777778vw + 16px);
  }
}
@media screen and (min-width: 1800px) {
  h3 {
    font-size: 21px;
  }
}

h4 {
  font-size: 20px;
}
@media screen and (min-width: 720px) {
  h4 {
    font-size: calc(0.7407407407vw + 14.6666666667px);
  }
}
@media screen and (min-width: 1800px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-size: 18px;
}
@media screen and (min-width: 720px) {
  h5 {
    font-size: calc(0.3703703704vw + 15.3333333333px);
  }
}
@media screen and (min-width: 1800px) {
  h5 {
    font-size: 22px;
  }
}

h6 {
  font-size: 16px;
}
@media screen and (min-width: 720px) {
  h6 {
    font-size: calc(0.462962963vw + 12.6666666667px);
  }
}
@media screen and (min-width: 1800px) {
  h6 {
    font-size: 21px;
  }
}

.t-title {
  font-size: 28px;
}
@media screen and (min-width: 720px) {
  .t-title {
    font-size: calc(1.8518518519vw + 14.6666666667px);
  }
}
@media screen and (min-width: 1800px) {
  .t-title {
    font-size: 48px;
  }
}

.t-heading {
  font-size: 26px;
}
@media screen and (min-width: 720px) {
  .t-heading {
    font-size: calc(0.1851851852vw + 24.6666666667px);
  }
}
@media screen and (min-width: 1800px) {
  .t-heading {
    font-size: 28px;
  }
}

.t-text {
  font-size: 18px;
}
@media screen and (min-width: 720px) {
  .t-text {
    font-size: calc(0.1851851852vw + 16.6666666667px);
  }
}
@media screen and (min-width: 1800px) {
  .t-text {
    font-size: 20px;
  }
}

.flex, .grid {
  display: flex;
  flex-flow: column wrap;
}
@media only screen and (min-width: 720px) {
  .flex, .grid {
    flex-flow: row wrap;
  }
}

.footer ul {
  margin: 2rem;
}

.grid .column .gutter {
  margin: 2rem;
}
.grid .column img {
  max-width: 100%;
  height: auto;
}

.page {
  margin: 2rem;
}

.transition-fade {
  transition: 0.3s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}
html.is-animating .transition-fade .slider {
  opacity: 0;
}

.banner {
  background-color: black;
  text-align: center;
  padding: 150px 20px;
}
.banner img {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .banner {
    padding: 150px 20px;
  }
  .banner img {
    width: 90%;
  }
}

.description {
  padding: 50px 20px;
}
@media only screen and (min-width: 1000px) {
  .description {
    padding: 100px 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .description__text {
    width: 75%;
    margin-left: 12.5%;
  }
}

.values {
  padding: 100px 20px;
  background-color: black;
  color: white;
}
.values__heading {
  text-align: center;
  width: 70%;
  margin-left: 15%;
}
@media only screen and (min-width: 1000px) {
  .values__heading {
    width: 30%;
    margin-left: 35%;
  }
}
.values__heading img {
  width: 100%;
}
.values__grid {
  margin-top: 50px;
}
@media only screen and (min-width: 1000px) {
  .values__grid {
    display: flex;
    margin-top: 100px;
  }
}
.values__item {
  padding: 20px;
}
@media only screen and (min-width: 1000px) {
  .values__item {
    width: 33.33%;
    padding: 40px;
  }
}
.values__item:not(:last-of-type) {
  border-bottom: 1px solid white;
}
@media only screen and (min-width: 1000px) {
  .values__item:not(:last-of-type) {
    border-bottom: 0;
    border-right: 1px solid white;
  }
}

.header {
  position: fixed;
  background-color: black;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav a {
  color: black;
  background-color: #FEFEFE;
  margin-left: 10px;
  padding: 5px 20px;
  border-radius: 30px;
}
@media only screen and (min-width: 1000px) {
  .header .nav a {
    padding: 5px 30px;
    margin-left: 20px;
  }
}
.header .nav a:hover {
  background-color: #000000;
  color: #FEFEFE;
}

/*# sourceMappingURL=site.css.map*/