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

body {
  background-color: #000;
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 64px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 42px;
  line-height: 54px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #909090;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

p {
  margin-bottom: 12px;
  color: #949494;
}

a {
  color: #0f8fff;
  text-decoration: none;
}

.div-block {
  width: 48%;
  margin-bottom: 28px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.html-embed {
  width: 100%;
  margin-bottom: 12px;
}

.image {
  margin-bottom: 18px;
}

video {
  max-width: 940px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  padding: 36px 0px 8px 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-2 {
  min-height: 100vh;
  padding: 18px 160px 36px 320px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-2.aboutsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  width: 100%;
  margin-bottom: 18px;
}

.link-block.w--current {
  color: #fff;
  text-decoration: underline;
}

.nav-link {
  display: inline;
  color: #fff;
  font-size: 36px;
  line-height: 48px;
}

.container {
  padding-top: 18px;
}

.container.another-section {
  margin-top: 18px;
  border-top: 1px solid #383838;
}

.container.another-section.also-information {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.also-information {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.information-block {
  position: absolute;
  top: 0px;
  right: -218px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  line-height: 24px;
}

.external-link-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.external-link-text {
  color: #fff;
}

.image-2 {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.dnone {
  display: none;
}

.just-relative {
  position: relative;
}

.title-block {
  position: absolute;
  left: -218px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
}

.heading-3 {
  margin-bottom: 8px;
}

.slider {
  width: 100%;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 54px;
    font-size: 54px;
    line-height: 56px;
  }
  h2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }
  h3 {
    margin-bottom: 18px;
  }
  .image {
    width: 100%;
  }
  .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-3 {
    position: static;
    display: block;
    width: 100%;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }
  .section-2 {
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-link {
    font-size: 24px;
    line-height: 28px;
  }
  .container.also-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .information-block {
    position: static;
    width: 100%;
    margin-bottom: 36px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .div-block-4 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-5 {
    padding-top: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 48px;
    font-size: 42px;
    line-height: 50px;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .div-block {
    width: 48%;
  }
  .div-block-2 {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
    line-height: 44px;
    text-transform: none;
  }
  .div-block {
    width: 100%;
    margin-bottom: 18px;
  }
  .div-block-2 {
    margin-bottom: 36px;
  }
}

