@font-face {
  font-family: "Exposure 10 205 Tf";
  src: url('../fonts/Exposure----10-205TF.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exposure 40 205 Tf";
  src: url('../fonts/Exposure----40-205TF.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exposure 30 205 Tf";
  src: url('../fonts/Exposure----30-205TF.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exposure 20 205 Tf";
  src: url('../fonts/Exposure----20-205TF.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exposure 50 205 Tf";
  src: url('../fonts/Exposure----50-205TF.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exposure 90 205 Tf";
  src: url('../fonts/Exposure----90-205TF.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.home-body {
  background-image: url('../images/bg-v2.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.logo-wrapper {
  width: 100px;
}

.nav-logo {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 40px;
  display: flex;
}

.content {
  padding-bottom: 40px;
}

.container {
  max-width: 620px;
  margin-top: 60px;
  padding-left: 16px;
  padding-right: 16px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.list-item-wrapper {
  opacity: 1;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border: 2px #8b7e60;
  border-radius: 4px;
  padding: 20px 20px 20px 29px;
  box-shadow: inset 1px 1px 4px #00000082;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Exposure 50 205 Tf", Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 150%;
}

.heading.contact {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.sociallink {
  color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  font-family: "Exposure 40 205 Tf", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.flex-block {
  justify-content: center;
  align-items: flex-start;
}

.grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Exposure 50 205 Tf", Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.button {
  color: #fff;
  text-transform: uppercase;
  background-color: #0006;
  border-radius: 6px;
  padding: 16px 20px 14px;
  font-family: "Exposure 30 205 Tf", Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.div-block-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 50px;
  display: flex;
}

.div-block-9 {
  text-align: center;
  grid-template-rows: auto;
  grid-auto-flow: row;
  place-items: center;
  margin-top: 20px;
}

.div-block-5 {
  margin-top: 0;
  margin-bottom: 50px;
}

.div-block-6 {
  text-align: center;
}

.text-block {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  flex: 0 auto;
  padding: 4px 8px;
  font-family: "Exposure 50 205 Tf", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  display: block;
}

.image-3 {
  width: 169px;
}

.div-block-7 {
  margin-top: 20px;
}

.image-2 {
  opacity: 1;
  filter: drop-shadow(0 2px 5px #00000059);
  border-style: none;
  border-radius: 4px;
  width: 60%;
  box-shadow: 0 20px 95px -18px #00000040;
}

.grid-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.icon {
  color: #fff;
  width: 100%;
}

.social-link {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  display: block;
}

.image-4 {
  filter: invert();
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.code-embed {
  color: #fff;
  font-family: "Exposure 30 205 Tf", Arial, sans-serif;
}

@media screen and (max-width: 767px) {
  .sociallink {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    place-items: stretch center;
  }

  .list-item-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .heading {
    text-transform: uppercase;
    display: block;
  }

  .heading.contact {
    font-size: 16px;
  }

  .flex-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .button {
    font-size: 14px;
  }

  .grid-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}

#w-node-_891b4e89-cf54-d9c5-5eb2-1b2b807480e2-792cb56b {
  justify-self: end;
}

#w-node-_893b1461-a760-4a46-919a-5c9bb6ac39b2-792cb56b, #w-node-aa366b1d-eb76-acc7-e73d-4e7df2353c8b-792cb56b, #w-node-_886980d8-087c-8490-611f-890c720d2920-792cb56b, #w-node-_1be59d2c-3888-7e79-6dff-6c315a79e79e-792cb56b {
  place-self: center;
}

#w-node-_7503bfad-0e7e-d2bf-4e4f-ce3f67f4a953-792cb56b {
  justify-self: center;
}

#w-node-_1794b801-3961-997a-1d37-47322658ca93-792cb56b {
  place-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_73351785-4d5c-d929-3624-d35f287d6c86-792cb56b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Exposure 10 205 Tf';
  src: url('../fonts/Exposure----10-205TF.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exposure 40 205 Tf';
  src: url('../fonts/Exposure----40-205TF.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exposure 30 205 Tf';
  src: url('../fonts/Exposure----30-205TF.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exposure 20 205 Tf';
  src: url('../fonts/Exposure----20-205TF.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exposure 50 205 Tf';
  src: url('../fonts/Exposure----50-205TF.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exposure 90 205 Tf';
  src: url('../fonts/Exposure----90-205TF.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}