:root {
  --white: white;
  --black: black;
}

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

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

@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 {
  width: 100px;
}

.image:hover {
  width: 120px;
  max-width: 100%;
  mix-blend-mode: normal;
}

.navbar {
  background-image: url('../images/background.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link {
  color: #000;
  margin-top: 10px;
  font-family: "Chor 2", sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.nav-link:hover {
  color: #ac936e;
  font-size: 40px;
}

.nav-link.w--current {
  color: #000;
}

.nav-link.w--current:hover {
  color: #ac936e;
  font-size: 40px;
}

.section1 {
  background-image: url('../images/BG.png');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 80px 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section1.altbg {
  opacity: 1;
  background-image: url('../images/BG.png');
  background-position: 100% 100%;
  background-size: cover;
}

.section1.altbg.close {
  background-image: url('../images/BG.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.h1 {
  aspect-ratio: auto;
  color: #ac936e;
  text-align: center;
  white-space: nowrap;
  word-break: normal;
  object-fit: fill;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-top: 80px;
  margin-bottom: 35px;
  padding-right: 0;
  font-family: "Chor 2", sans-serif;
  font-size: 75px;
  line-height: 65px;
  display: flex;
  position: static;
  overflow: visible;
}

.div-block {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.body-copy {
  aspect-ratio: auto;
  color: #fff;
  text-align: left;
  word-break: normal;
  overflow-wrap: normal;
  flex-direction: row;
  margin-left: 0;
  margin-right: 0;
  padding-left: 280px;
  padding-right: 280px;
  font-family: "Birdflu 2", sans-serif;
  font-size: 20px;
  line-height: 25px;
  display: block;
}

.background-video {
  height: 1000px;
  margin-top: 0;
}

.button {
  color: #000;
  text-align: center;
  background-color: #ac936e;
  background-image: url('../images/background.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 15px;
  margin-top: 30px;
  padding: 20px 25px;
  font-family: "Chor 2", sans-serif;
  font-size: 15px;
}

.button:hover {
  background-image: none;
  padding: 30px 40px;
}

.button.convert {
  padding-top: 20px;
}

.button.convert:hover {
  background-color: #ac936e;
  background-image: none;
  padding: 30px 40px;
}

.button.history {
  cursor: pointer;
  padding: 20px 35px;
  transition: opacity .2s;
}

.button.history:hover {
  background-color: #ac936e;
  background-image: none;
  padding: 30px 40px;
}

.grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
}

.body {
  -webkit-text-fill-color: inherit;
  background-color: #ac936e;
  background-image: url('../images/bg3.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  background-clip: border-box;
}

.heading {
  color: #ac936e;
  text-align: center;
}

.h2 {
  color: #ac936e;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Chor 2", sans-serif;
  font-size: 44px;
  line-height: 50px;
}

.image-2 {
  width: 500px;
  margin-top: 60px;
}

.h3 {
  color: #000;
  text-align: center;
  font-family: "Chor 2", sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.image-3 {
  width: 900px;
  margin-top: 60px;
  display: inline-block;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.grid-2 {
  grid-column-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 15px 100px 0;
}

.image-4 {
  width: 200px;
  margin-top: 25px;
}

.div-foot {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.footer {
  background-image: url('../images/background.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 70px;
  display: flex;
}

.paragraph, .paragraph-2 {
  text-align: center;
}

.footer-text {
  color: #000;
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: "Birdflu 2", sans-serif;
  font-size: 15px;
}

.footer-text:hover {
  color: #ac936e;
  -webkit-text-stroke-color: #000;
}

.footer-text.plain:hover {
  color: #000;
}

.footer-link {
  color: #000;
  text-align: center;
  font-family: Inconsolata, monospace;
}

.div-block-2, .div-block-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-divider-2 {
  width: 100%;
  height: 1px;
  color: #000;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 99px;
}

.footer-copyright-center-2 {
  color: #000;
  text-align: center;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  line-height: 16px;
}

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

.grid-4 {
  grid-column-gap: 40px;
  flex: 0 auto;
  order: -1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-self: center;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 50px;
  margin-bottom: 59px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.image-5 {
  width: 300px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.image-5:hover {
  width: 300px;
}

.div-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.text-block {
  margin-top: 20px;
  margin-bottom: 60px;
}

.grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 29px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ".";
  margin: 90px 200px 60px;
}

.grid-6 {
  grid-template-columns: 1fr 1fr 1fr;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 90px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-image.brock {
  margin-top: 40px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Inconsolata, monospace;
}

.h4 {
  color: #fff;
  margin-top: 30px;
  font-family: "Chor 2", sans-serif;
  font-size: 27px;
}

.video {
  margin: 45px 51px;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 0;
}

.image-6 {
  margin-top: 0;
  margin-bottom: 40px;
}

.grid-8 {
  grid-column-gap: 51px;
  grid-template-rows: auto auto auto;
}

.div-block-4 {
  margin-top: 60px;
}

.grid-9 {
  grid-column-gap: 61px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}

.grid-copy {
  color: #fff;
  margin-top: 45px;
  font-family: "Birdflu 2", sans-serif;
  font-size: 20px;
}

.h5 {
  color: #fff;
  margin-top: 55px;
  font-family: "Chor 2", sans-serif;
  font-size: 30px;
}

.nav-menu {
  background-image: url('../images/background.png');
  background-position: 0 0;
  background-size: auto;
}

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

.grid-11 {
  grid-template-columns: 1fr;
}

.image-7 {
  margin-bottom: 60px;
}

.container-3 {
  width: 100%;
  max-width: 1000px;
  min-width: 700px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.youtube {
  width: 500px;
  padding-left: 0;
  padding-right: 0;
}

.youtube-2 {
  width: 100%;
  max-width: 1000px;
  min-width: 900px;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2, .section-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.section-4 {
  background-image: url('../images/Background3.png');
  background-position: 0 0;
  background-size: contain;
}

.background-video-2 {
  width: 100%;
  height: 900px;
  max-height: 1000px;
}

.grid-12 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  margin-top: 30px;
}

.section2 {
  background-image: url('../images/BG.png');
  background-position: 0 0;
  background-size: cover;
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-13 {
  grid-template-columns: 1fr;
}

.youtube-3 {
  margin-bottom: 50px;
  padding-bottom: 0;
}

.link {
  color: #000;
  text-decoration: underline;
}

.tiers {
  color: #ac936e;
  align-self: auto;
  margin-top: 30px;
  font-family: "Chor 2", sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.image-8 {
  width: 20px;
  height: 20px;
  aspect-ratio: auto;
  border-radius: 0;
}

.image-9 {
  margin-top: 80px;
}

.email {
  color: #000;
  text-decoration: none;
}

.email:hover {
  color: #ac936e;
}

.link-2 {
  text-decoration: none;
}

.instagram {
  color: #000;
  text-decoration: none;
}

.instagram:hover {
  color: #ac936e;
}

.section-5 {
  margin-top: 80px;
}

.image-10 {
  width: 25px;
  clear: none;
  object-fit: fill;
  position: static;
}

.grid-14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.grid15 {
  grid-template-rows: auto;
  margin-bottom: 50px;
}

.grid-15 {
  grid-template-rows: auto;
  margin-top: 50px;
}

.section-6 {
  margin-top: 79px;
}

.link-block {
  display: block;
}

.link-3 {
  direction: ltr;
  color: #ac936e;
  text-align: center;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-family: "Chor 2", sans-serif;
  font-size: 30px;
  text-decoration: none;
  display: block;
}

.link-3.w--current:hover {
  font-size: 50px;
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
  }

  .body-copy {
    padding-left: 35px;
    padding-right: 35px;
  }

  .body {
    background-attachment: fixed;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .grid-5 {
    margin: 60px 0;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .nav-menu {
    background-image: url('../images/background.png');
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .nav-menu-2 {
    background-image: url('../images/background.png');
    background-position: 0 0;
    background-size: auto;
  }

  .container-3, .youtube-2 {
    max-width: 900px;
    min-width: 600px;
  }

  .menu-button {
    background-image: url('../images/background.png');
    background-position: 0 0;
    background-size: auto;
  }

  .menu-button.w--open {
    background-image: url('../images/bg1.png');
  }

  .menu-button-2 {
    background-image: url('../images/background.png');
    background-position: 0 0;
    background-size: auto;
  }
}

@media screen and (max-width: 767px) {
  .background-video {
    width: 100%;
    height: 300px;
    max-width: 767px;
    min-width: 480px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

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

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link-2:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-3 {
    min-width: 400px;
  }

  .youtube-2 {
    max-width: 700px;
    min-width: 400px;
  }

  .background-video-2 {
    height: 700px;
    max-height: 700px;
  }
}

@media screen and (max-width: 479px) {
  .section1 {
    align-self: auto;
  }

  .h1 {
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-width: 100px;
    text-align: center;
    white-space: normal;
    word-break: normal;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 52px;
    line-height: 52px;
    overflow: visible;
  }

  .div-block {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .body-copy {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .background-video {
    width: 100%;
    height: 200px;
    max-width: 479px;
    min-width: 240px;
  }

  .button.history {
    padding-top: 29px;
    padding-right: 39px;
  }

  .body {
    background-attachment: fixed;
  }

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

  .container-2 {
    max-width: none;
  }

  .grid-5 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

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

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

  .container-3 {
    max-width: 400px;
    min-width: 150px;
  }

  .youtube {
    width: 300px;
  }

  .youtube-2 {
    width: 300px;
    max-width: 400px;
    min-width: 150px;
  }

  .background-video-2 {
    height: 100%;
    max-height: 400px;
    min-height: 200px;
  }
}

#w-node-f921e473-593e-de8a-1952-f0d2ae2c2ece-6b93115d, #w-node-f921e473-593e-de8a-1952-f0d2ae2c2ecf-6b93115d, #w-node-f921e473-593e-de8a-1952-f0d2ae2c2ed0-6b93115d, #w-node-f921e473-593e-de8a-1952-f0d2ae2c2ed2-6b93115d, #w-node-_9aab8731-6146-b5f7-47d7-cb68ce720da9-6b93115d, #w-node-_04619558-a4ab-d62d-a46d-998de4f6899e-6b93115d, #w-node-_4c47e59e-3a20-9ce3-2f0a-8e1368f8be03-6b93115d, #w-node-_809b5420-1a0a-49d7-1ede-83e14975f7bf-6b93115d, #w-node-dc2ecb22-b191-9238-2f89-f5241076d865-6b93115d, #w-node-_0101fc4c-7f19-c156-534c-568fad59ee15-6b93115d, #w-node-_73b3b9c4-e04f-ddbd-6c95-8e699fa99081-6b93115d, #w-node-d78a8af2-737a-d126-3567-3773d3c2b53d-6b93115d, #w-node-d78a8af2-737a-d126-3567-3773d3c2b53e-6b93115d, #w-node-b26cae92-aac1-3939-62a7-3de2766dd811-6b93115d, #w-node-_3db0a73e-3ee1-5d5c-a968-2feac057dd9a-6b93115d, #w-node-a0f4b411-62b3-9d76-5d98-645cc537e816-6b93115d, #w-node-c49d3b9c-bc9e-c44d-fd49-713f10a67574-6b93115d, #w-node-c49d3b9c-bc9e-c44d-fd49-713f10a67577-6b93115d, #w-node-_3faa4f5b-65ba-adcd-a1cd-52d1ddfe3294-0b08d8f7, #w-node-_94fd6706-db32-82b7-1a32-36db583d8375-0b08d8f7, #w-node-_06741ab3-d76c-c939-0840-e10abb37213a-0b08d8f7, #w-node-_74cbcc38-e01c-4dff-fe97-51796c2a714b-0b08d8f7, #w-node-_74cbcc38-e01c-4dff-fe97-51796c2a7151-0b08d8f7, #w-node-_74cbcc38-e01c-4dff-fe97-51796c2a7157-0b08d8f7, #w-node-_74cbcc38-e01c-4dff-fe97-51796c2a715d-0b08d8f7, #w-node-_74cbcc38-e01c-4dff-fe97-51796c2a7165-0b08d8f7, #w-node-_74cbcc38-e01c-4dff-fe97-51796c2a7169-0b08d8f7, #w-node-_225c8805-d779-60a0-8b8e-7142a2f60fe9-0b08d8f7, #w-node-_225c8805-d779-60a0-8b8e-7142a2f60fea-0b08d8f7, #w-node-_225c8805-d779-60a0-8b8e-7142a2f60fed-0b08d8f7, #w-node-_225c8805-d779-60a0-8b8e-7142a2f60ff4-0b08d8f7, #w-node-_225c8805-d779-60a0-8b8e-7142a2f60ff7-0b08d8f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_74cbcc38-e01c-4dff-fe97-51796c2a7151-0b08d8f7, #w-node-_74cbcc38-e01c-4dff-fe97-51796c2a7157-0b08d8f7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Chor 2';
  src: url('../fonts/Chor2-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Birdflu 2';
  src: url('../fonts/BirdFlu2-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}