@font-face {
  font-family: Papyrus;
  src: url('../fonts/PAPYRUS.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

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

.hero-overlay {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 0 auto;
  align-self: center;
  display: block;
}

.heading-3 {
  color: red;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Papyrus, sans-serif;
  font-size: 30px;
  display: flex;
}

.heading-7 {
  font-size: 18px;
}

.heading-4 {
  color: #f17901;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}

.body {
  background-color: #000;
  font-style: normal;
}

.image {
  text-align: center;
  max-width: none;
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: inline-block;
  position: static;
}

.paragraph {
  color: #fff;
  text-align: left;
  font-family: Papyrus, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.section {
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.heading-8 {
  color: #fabf0d;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 42px;
}

.paragraph-2 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.heading-9 {
  color: #fabf0d;
  text-align: center;
  margin-top: 60px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 42px;
}

.paragraph-3 {
  color: #fff;
}

.paragraph-4 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.heading-10 {
  color: #fabf0d;
  text-align: center;
  margin-top: 60px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 42px;
}

.paragraph-5 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.heading-11 {
  color: red;
}

.heading-12 {
  color: #fabf0d;
  text-align: center;
  margin-top: 60px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 42px;
}

.paragraph-6 {
  color: gray;
  text-align: left;
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.heading-13 {
  color: #fabf0d;
  text-align: center;
  margin-top: 60px;
  font-family: Papyrus, sans-serif;
  font-size: 36px;
  line-height: 42px;
}

.paragraph-7 {
  color: #fff;
  text-align: left;
  font-family: Papyrus, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.text-block {
  color: #a5a1a1;
  text-align: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.button {
  text-align: center;
  background-color: #ff7300;
  border-radius: 20px;
  width: auto;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.button.w--current {
  background-color: #3898ec;
  width: 260px;
  font-size: 24px;
  line-height: 24px;
}

.heading-14 {
  outline-offset: 0px;
  color: gold;
  text-shadow: 4px 4px 5px #000;
  mix-blend-mode: normal;
  outline: 3px #fabf0d;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 42px;
  display: block;
  transform: translate(0);
}

.button-2 {
  text-align: center;
  background-color: #ff7300;
  border-radius: 20px;
  justify-content: center;
  width: 180px;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.image-2, .image-3 {
  margin-top: 0;
  margin-left: 0;
}

.link-block, .link-block-2 {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.section-2 {
  text-align: center;
  margin-bottom: 40px;
  display: block;
}

.div-block {
  text-align: center;
  margin-top: 10px;
}

.div-block-2 {
  text-align: center;
  margin-bottom: 20px;
}

.div-block-3 {
  text-align: center;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  margin-top: 100px;
}

.paragraph-8 {
  color: #fabf0d;
  text-align: center;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-9 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-10 {
  color: #fabf0d;
  text-align: left;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-11 {
  color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
}

.bold-text {
  padding-left: 0;
}

.paragraph-12 {
  color: #fabf0d;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.paragraph-13 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-14 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 24px;
}

.heading-15 {
  color: #fabf0d;
  text-align: center;
  margin-top: 100px;
  display: block;
}

.body-2 {
  background-color: #000;
}

.paragraph-15 {
  color: red;
  text-align: center;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-16 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-17, .paragraph-18 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 24px;
}

.clipboard-button {
  text-align: center;
  background-color: #333;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.div-block-4 {
  text-align: center;
  margin-left: 0;
}

.paragraph-19 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-20 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-21 {
  color: #fabf0d;
  text-align: center;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 18px;
  line-height: 24px;
}

.columns {
  margin-left: 0;
}

.column, .column-2, .column-3 {
  padding-left: 0;
  padding-right: 0;
}

.paragraph-22 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.columns-2 {
  margin-top: 20px;
}

.paragraph-23 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-24 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.image-4 {
  text-align: center;
}

.image-5 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.image-6 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.image-7 {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.body-3 {
  background-color: #000;
}

.paragraph-25 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-26 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
}

.div-block-8, .div-block-9 {
  text-align: center;
  padding-top: 20px;
}

.columns-3 {
  text-align: center;
  margin-bottom: 0;
}

.column-4, .columns-4 {
  margin-top: 0;
}

.div-block-10 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.div-block-11 {
  text-align: center;
  border-radius: 20px;
  font-size: 16px;
}

.button-3 {
  background-color: #ff7300;
  border-radius: 20px;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-27, .paragraph-28 {
  color: #3898ec;
}

.paragraph-29 {
  color: #ff7300;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.link {
  text-decoration: underline;
}

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

.link-block-3, .link-block-4, .link-block-5 {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-12 {
  text-align: center;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-13 {
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-8, .image-9, .image-10 {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 10px;
}

.paragraph-30 {
  color: #fabf0d;
  text-align: left;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-31 {
  color: #ff7300;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.block-quote {
  color: #ff7300;
  text-align: left;
  margin-bottom: 10px;
  font-style: italic;
}

.image-11, .image-12, .image-13, .image-14, .image-15, .image-16 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-14, .div-block-15 {
  padding-top: 20px;
}

.paragraph-32 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.body-4 {
  background-color: #000;
}

.paragraph-33 {
  filter: blur(5px);
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.button-4 {
  text-align: center;
  background-color: gray;
  border-radius: 20px;
  width: 120px;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
}

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

.body-5 {
  background-color: #000;
}

.paragraph-34 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.container-2 {
  margin-top: 0;
}

.body-6 {
  background-color: #000;
}

.paragraph-35 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

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

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

.body-7, .body-8 {
  background-color: #000;
}

.heading-16 {
  color: #fabf0d;
  font-size: 30px;
  line-height: 42px;
}

.div-block-19 {
  justify-content: center;
  display: inline-block;
}

.div-block-20 {
  justify-content: center;
  margin-top: 140px;
  display: flex;
}

.code-block {
  text-align: left;
}

.heading-17 {
  color: #2a0ef8;
  text-align: center;
}

.div-block-22 {
  text-align: center;
  margin-bottom: 40px;
}

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

.paragraph-36 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-37 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.image-17 {
  text-align: center;
  min-width: 0;
  min-height: 0;
  max-height: 100%;
}

.italic-text {
  color: #095efd;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.image-18 {
  text-align: center;
  width: auto;
  height: auto;
  max-height: 100%;
}

.slide-nav {
  max-width: 100%;
  max-height: 100%;
}

.image-19, .image-20, .image-21, .image-22 {
  max-height: 100%;
}

.mask {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.slider {
  width: 60%;
  max-width: 100%;
  height: 60%;
  max-height: 100%;
  position: static;
}

.slider-left {
  top: auto;
  left: auto;
}

.right-arrow {
  position: static;
}

.slider-2 {
  width: 60%;
  max-width: 100%;
  height: 60%;
  max-height: 100%;
}

.image-23 {
  max-height: 100%;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph-38 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-39 {
  color: gold;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.code-embed {
  margin-bottom: 10px;
}

.heading-19 {
  color: #00f;
  text-align: center;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 36px;
}

@media screen and (max-width: 991px) {
  .columns {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-23 {
    width: auto;
    height: auto;
  }

  .slider {
    width: 75%;
    height: 75%;
    position: static;
  }

  .slider-2 {
    width: 75%;
    height: 75%;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .hero-overlay {
    padding: 40px 20px;
  }

  .paragraph-8, .paragraph-10, .paragraph-12, .paragraph-14, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-21 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bold-text-2 {
    text-align: center;
  }

  .slider, .slider-2 {
    width: 90%;
    height: 90%;
  }

  .gallery-overview {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .centered-container {
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .heading-3, .heading-7, .heading-4 {
    text-align: center;
  }

  .image {
    text-align: center;
    direction: ltr;
    order: 1;
    align-self: center;
    display: inline-block;
  }

  .heading-14 {
    text-align: center;
  }

  .paragraph-8, .paragraph-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-12 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-14, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-21 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-18 {
    display: flex;
  }

  .div-block-21 {
    justify-content: center;
    display: flex;
  }

  .slider, .slider-2 {
    width: 100%;
    height: 100%;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Papyrus';
  src: url('../fonts/PAPYRUS.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}