:root {
  --white: #fff;
  --slate: #333;
  --black: black;
  --gold: gold;
  --shade: rgba(0, 0, 0, .55);
  --border: #dda16e;
  --test-colour: #be5053;
  --heading-background: rgba(56, 53, 41, .76);
  --yellow: #ff0;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.image {
  color: var(--white);
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: static;
  top: 0;
}

.section {
  width: 100vw;
  background-color: var(--slate);
  color: var(--white);
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 3em;
  line-height: 3px;
  display: flex;
}

.body {
  background-color: var(--slate);
  border: 1px #000;
  flex-flow: column wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 16px;
  line-height: 100px;
  display: flex;
}

.container-1 {
  width: 100vw;
  height: auto;
  max-width: 940px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  font-size: 1em;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.container-2 {
  width: 100vw;
  height: 500px;
  max-width: 940px;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
  position: static;
  top: 0;
}

.container-5 {
  width: 100vw;
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: Inconsolata, monospace;
  display: flex;
  position: static;
  top: 0;
}

.flex-block {
  width: 65%;
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.container-4 {
  width: 100vw;
  height: auto;
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 100%;
  line-height: 1vw;
  display: flex;
  position: static;
  top: 0;
}

.container-3 {
  width: 100vw;
  height: auto;
  background-color: var(--white);
  flex-direction: column;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
  top: 0;
}

.image-3 {
  width: auto;
}

.image-12 {
  width: auto;
  padding-left: 0;
}

.link-block {
  width: 20%;
  margin: 0 10px;
}

.image-5 {
  max-width: 50%;
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-1 {
  width: auto;
  height: 10%;
  border-top: 1px solid gold;
  border-bottom: 1px solid var(--gold);
  background-color: var(--shade);
  color: var(--white);
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin: 0 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.4em;
  font-style: italic;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.paragraph-1 {
  width: 90%;
  height: 78%;
  max-height: none;
  max-width: none;
  border-style: none;
  border-width: 1px 1px 0;
  border-color: var(--gold);
  background-color: var(--shade);
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  outline: 3px #fff;
  flex-direction: column;
  justify-content: space-around;
  align-self: auto;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 33px;
  line-height: 100%;
  display: flex;
  position: absolute;
  top: 18%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-8 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.link-block-2, .link-block-4 {
  width: 20%;
  margin: 0 10px;
}

.link-block-5 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-2 {
  color: var(--slate);
  text-align: center;
  padding: 10px;
  font-family: Nunito, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 100%;
  position: static;
}

.html-embed {
  width: 100%;
  text-align: center;
  align-self: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bitcoin-text-2 {
  text-align: center;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 90%;
}

.slide-nav-3 {
  width: 100%;
  padding-top: 0;
  font-size: 20px;
  line-height: 3%;
}

.slide-23 {
  text-align: center;
}

.slide-24, .slide-25, .slide-26, .slide-27, .slide-28, .slide-29, .slide-30, .slide-31, .slide-1-3 {
  width: 100%;
  text-align: center;
}

.slider-6 {
  height: auto;
  background-color: rgba(255, 255, 255, 0);
}

.mask-5 {
  text-align: left;
}

.image-14, .image-15 {
  height: 500px;
}

.heading-5 {
  background-color: var(--slate);
  text-align: left;
  border: 1px #000;
  align-self: stretch;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 2vw;
  font-style: italic;
  font-weight: 400;
}

.heading-6 {
  background-color: var(--slate);
  color: var(--white);
  text-align: left;
  border: 1px #000;
  align-self: stretch;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 2vw;
  font-style: italic;
  font-weight: 400;
}

.link-block-6 {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-6 {
  width: 100vw;
  height: auto;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
  display: flex;
}

.slider-7 {
  background-color: rgba(3, 3, 3, 0);
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  font-size: 1vw;
  line-height: 20px;
  display: block;
}

.text-block-3 {
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Nunito, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: block;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slide-32 {
  text-align: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.mask-6 {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
}

.text-span-10 {
  color: var(--white);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--shade);
  border: 1px #000;
  font-family: Nunito, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

.text-span-11 {
  font-family: Nunito, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}

.text-block-4 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Nunito, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: block;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slide-33 {
  text-align: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.slide-nav-4 {
  font-size: 20px;
  line-height: 3%;
}

.text-block-5 {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Nunito, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  position: static;
}

.slide-34 {
  text-align: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-style: italic;
}

.text-block-6 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Nunito, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slide-35 {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-style: italic;
}

.link-block-7 {
  width: 125px;
  margin-top: 0;
  margin-right: 10px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-block-8, .link-block-9 {
  width: 125px;
  margin-right: 10px;
}

.link-block-10 {
  width: 125px;
}

.link {
  color: var(--gold);
  font-size: 60px;
  line-height: 140%;
}

.link-block-11 {
  width: auto;
  margin-top: 10px;
  margin-bottom: 0;
  text-decoration: none;
}

.text-block-7 {
  color: var(--black);
  text-align: center;
  font-family: Droid Sans, sans-serif;
  font-size: 35px;
  font-style: normal;
  line-height: 35px;
  text-decoration: none;
}

.image-16 {
  width: 50%;
  font-size: 50%;
}

.slide-36 {
  padding: 20px 20px 0;
}

.text-block-8 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Nunito, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 15%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span-12 {
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24 {
  height: 500px;
}

@media screen and (max-width: 991px) {
  .image {
    line-height: 3px;
    display: block;
  }

  .section {
    width: 100vw;
    border-bottom-style: none;
    flex-direction: column;
    display: flex;
  }

  .container-1 {
    width: 100vw;
    height: auto;
    max-width: 728px;
    object-fit: fill;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    line-height: 0;
    display: flex;
    position: relative;
    top: auto;
    overflow: visible;
  }

  .container-2 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    top: -200px;
  }

  .container-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    top: -128px;
  }

  .flex-block {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-4 {
    width: 100vw;
    justify-content: space-around;
  }

  .image-2 {
    padding-left: 0;
    padding-right: 0;
    transition: opacity .2s;
  }

  .image-3, .image-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block {
    opacity: 1;
    outline-offset: 0px;
    outline: 3px #00e;
  }

  .image-5 {
    padding-bottom: 0;
  }

  .heading-1 {
    height: 10%;
    flex: 0 auto;
    justify-content: center;
    font-size: 1.2em;
    position: absolute;
    top: 3%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .paragraph-1 {
    width: 90%;
    height: 79%;
    max-height: none;
    max-width: none;
    background-color: var(--shade);
    flex-direction: column;
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
    padding: 10px;
    font-family: Changa One, Impact, sans-serif;
    font-size: 27px;
    line-height: 100%;
    display: flex;
    position: absolute;
    top: 15%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .text-block-2 {
    letter-spacing: normal;
    text-transform: capitalize;
    font-size: 50%;
  }

  .bitcoin-text-2 {
    font-size: 70%;
  }

  .slide-nav-3 {
    font-size: 20px;
  }

  .slider-6 {
    width: 95%;
    position: relative;
  }

  .mask-5 {
    width: 100%;
  }

  .heading-5, .heading-6 {
    font-size: 80%;
  }

  .text-block-3 {
    font-size: 45px;
    font-weight: 700;
    line-height: 100%;
  }

  .text-span-10, .text-span-11 {
    font-size: 40px;
  }

  .text-block-4 {
    font-size: 45px;
  }

  .text-block-5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 45px;
  }

  .text-block-6 {
    font-size: 45px;
    line-height: 100%;
  }

  .link-block-7 {
    width: 125px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .link-block-8, .link-block-9, .link-block-10 {
    width: 125px;
  }

  .link {
    font-size: 48px;
    line-height: 140%;
  }

  .text-block-7 {
    font-size: 35px;
    line-height: 35px;
  }

  .image-16 {
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50%;
  }

  .text-block-8 {
    font-size: 40px;
    top: 15%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 100vw;
    max-width: 100vw;
    flex: 0 auto;
    order: 0;
    align-self: stretch;
    margin-top: 0;
  }

  .section {
    margin-top: 0;
  }

  .body {
    font-family: Changa One, Impact, sans-serif;
    font-size: 1em;
    line-height: 100%;
  }

  .container-1 {
    height: auto;
    max-width: 767px;
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: Changa One, Impact, sans-serif;
    position: relative;
    top: auto;
  }

  .container-2 {
    top: -41px;
  }

  .container-5 {
    width: 100vw;
    align-items: center;
    font-size: 5vw;
    top: -8px;
  }

  .flex-block {
    width: 80vw;
    flex-flow: row;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .container-4 {
    justify-content: space-around;
    align-self: auto;
    align-items: center;
    font-size: 5vw;
    top: -23px;
  }

  .container-3 {
    background-color: var(--white);
    justify-content: flex-start;
  }

  .image-2, .image-3 {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-12 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block {
    width: 20%;
    order: 0;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 5vw;
  }

  .heading-1 {
    height: 15%;
    max-height: none;
    background-color: var(--shade);
    color: var(--white);
    text-align: left;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    flex: 0 auto;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 8vw;
    font-style: italic;
    font-weight: 400;
    position: absolute;
    top: 2%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .paragraph-1 {
    width: 90vw;
    height: 78%;
    background-color: var(--shade);
    align-self: auto;
    margin-bottom: 0;
    margin-left: 5vw;
    margin-right: 0;
    padding: 10px 5px;
    font-size: 3.4vw;
    font-style: normal;
    line-height: 100%;
    position: absolute;
    top: 20%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image-8 {
    width: 70vw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .link-block-2, .link-block-4 {
    width: 20%;
    order: 0;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-2 {
    font-size: 4vw;
    font-weight: 700;
    line-height: 100%;
  }

  .bitcoin-text-2 {
    font-size: 4vw;
  }

  .slide-nav-3 {
    text-align: center;
    font-size: 5vw;
  }

  .slider-6 {
    width: 100%;
  }

  .link-block-6 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-6 {
    justify-content: center;
    font-size: 3vw;
  }

  .slider-7 {
    height: 50vw;
    justify-content: center;
    font-size: 3vw;
    display: flex;
  }

  .text-block-3 {
    margin-top: 0%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 6vw;
    line-height: 100%;
  }

  .mask-6 {
    text-align: center;
  }

  .text-span-10 {
    font-size: 5.5vw;
  }

  .text-span-11 {
    font-size: 5vw;
  }

  .text-block-4 {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 6vw;
  }

  .text-block-5 {
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 6vw;
  }

  .slide-34 {
    padding: 0;
  }

  .text-block-6 {
    height: auto;
    font-size: 6vw;
    top: 15%;
  }

  .slide-35 {
    padding: 0;
  }

  .link-block-7, .link-block-8 {
    width: 20%;
    margin-top: 0;
  }

  .link-block-9, .link-block-10 {
    width: 20%;
  }

  .link {
    width: auto;
    height: auto;
    font-size: 7vw;
  }

  .link-block-11 {
    width: auto;
  }

  .text-block-7 {
    font-size: 100%;
    line-height: 100%;
  }

  .image-16 {
    width: 60%;
  }

  .slide-36 {
    padding: 0;
  }

  .text-block-8 {
    padding-top: 5%;
    font-size: 6vw;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-span-12 {
    font-size: 3.5vw;
    line-height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .image {
    align-self: center;
    margin-top: 0;
  }

  .body {
    font-size: 16px;
  }

  .container-1 {
    height: auto;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    position: relative;
    top: auto;
  }

  .container-2 {
    top: -5px;
  }

  .container-5 {
    justify-content: space-around;
    top: 26px;
  }

  .flex-block {
    width: 90vw;
    flex-wrap: nowrap;
    flex: 0 auto;
    order: 0;
    align-content: space-between;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-4 {
    align-items: center;
    top: 23px;
  }

  .container-3 {
    top: 8px;
  }

  .image-2, .image-3, .image-12 {
    width: auto;
  }

  .link-block {
    width: 30%;
    height: 30%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 5vw;
  }

  .heading-1 {
    border-style: solid none;
    border-width: 1px;
    border-right-color: var(--border);
    background-color: var(--shade);
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 8vw;
    font-style: italic;
    font-weight: 400;
    line-height: 35px;
    position: absolute;
    top: 3%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .paragraph-1 {
    height: 79%;
    border-style: none;
    align-self: auto;
    margin-left: 5vw;
    margin-right: 0;
    font-family: Changa One, Impact, sans-serif;
    font-size: 3.5vw;
  }

  .image-8 {
    width: 90vw;
  }

  .link-block-2 {
    width: 30%;
    height: 30%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-4 {
    width: 30%;
    height: 30%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 5vw;
    line-height: 100%;
  }

  .bitcoin-text-2 {
    font-size: 4vw;
  }

  .slide-nav-3 {
    text-align: center;
    margin-top: 0;
    font-size: 5vw;
    line-height: 100%;
  }

  .heading-5, .heading-6 {
    font-size: 5vw;
    line-height: 20px;
  }

  .container-6 {
    flex-direction: column;
    justify-content: center;
  }

  .slider-7 {
    height: 50vw;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .text-block-3 {
    margin-top: 0;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 6vw;
    line-height: 100%;
    top: 15%;
  }

  .slide-32 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 4vw;
  }

  .mask-6 {
    flex: 0 auto;
    align-self: auto;
  }

  .text-span-11 {
    font-size: 5vw;
  }

  .text-block-4 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 6vw;
    top: 15%;
  }

  .slide-33 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-nav-4 {
    height: auto;
    align-self: auto;
    font-size: 5vw;
    line-height: 2%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-5 {
    margin-top: 0%;
    margin-bottom: 0;
    padding: 5% 5px;
    font-size: 5vw;
  }

  .slide-34 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-6 {
    padding-top: 0%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 6vw;
    top: 15%;
  }

  .icon {
    margin-top: 130px;
  }

  .link-block-11 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-16 {
    width: 80%;
  }

  .text-block-8 {
    padding-top: 0%;
    top: 15%;
  }

  .text-span-12 {
    font-size: 3.5vw;
  }
}


